@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=League+Gothic&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: #777;
  line-height: 1.7;
  overflow-x: hidden;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

a {
  text-decoration: none;
  color: #222 !important;
  transition: all 0.4s;
  font-weight: 500;
  font-size: 15px;
  font-family: "Noto Serif", serif;
}

a:hover {
  color: #f58d17 !important;
}

.shadow-on-hover {
  transition: all 0.2s;
}

.shadow-on-hover:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

img {
  width: 100%;
}

/**
Custom Scrollbar
**/

::-webkit-scrollbar {
  width: 0.325rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #f58d17;
  border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222;
  font-family: "Noto Serif", serif;
}

p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 1px;
  color: #676767;
  font-family: "Noto Serif", serif;
}

.main-btn {
  display: inline-block;
  padding: 0.425rem 1.195rem;
  margin: 0.1975rem 0.1rem;
  line-height: 1.4625rem;
  background-color: #f58d17;
  border: 0.1475rem solid #f58d17;
  border-radius: 0;
  color: #fff;
  font-size: 0.8375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.main-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.white-btn {
  padding: 0.425rem 1.175rem;
  padding: 0.425rem 1.175rem;
  background-color: #fff;
  border: 0.1475rem solid #f58d17;
  border-radius: 0;
  color: var(--text-color);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.white-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.navbar{
	border-bottom:2px solid #f58d17;
}
/* brandlogo */
.navbar-brand .img-brand {
  width: 14rem;
}

/* Hero-slider */

.slide-3 {
  background: linear-gradient(#0000009d, #0000009d), url(../img/carousel.jpg);
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #ffffffb3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 10px;
}

#heroSlider h6::after,
#heroSlider h6::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #fff;
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}

/* menu section */
.intro-text {
  margin-bottom: 40px;
  text-align: center;
}

.intro-text p {
  max-width: 500px;
  margin: 16px auto 0 auto;
}

/* menu */
#menu .nav-pills .nav-link {
  /* background-color: #ffffff; */
  font-size: 12px;
  font-weight: 500;
  margin-left: 2px;
  margin-right: 4px;
  color: #222;
  border-radius: 100px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#menu .nav-pills .nav-link.active {
  background-color: #f58d17;
  color: #fff;
}
.menu-item {
  cursor: pointer;
}

.menu-item .stars {
  color: #f58d17;
}

.menu-item-content {
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .dropdown > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    /* position: relative; */
    top: 95%;
    display: block;
    transition: all 0.1s ease-out;
    border: 1px solid #f58d17;
    border-radius: 0;
  }

  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    padding: 20px 0;
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: -0.196em;
    vertical-align: 0.186em;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 0.8rem;
    padding-left: 0.8rem; */
    padding: 2.5rem 1rem;
  }

  .cat-dropdown > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: 100%;
    display: block;
    transition: all 0.1s ease-out;
  }

  .cat-dropdown:hover > .nav-category-item {
    visibility: visible;
    opacity: 1;
    padding: 20px 0;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    top: 95%;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .dropdown,
  .dropend,
  .dropstart,
  .dropup {
    position: inherit;
  }
}

/* about us */
.about-img {
  border-radius: 180px 0 180px 0;
  height: 100%;
  object-fit: cover;
}

.about-text h1 {
  font-family: "League Gothic", sans-serif;
  color: #ffb300;
  font-size: 55px;
}

.about-text .sub-title {
  font-family: "League Gothic", sans-serif;
  color: #ffffff;
  font-size: 35px;
}

.about-text p {
  text-align: justify;
}

.our-team h1 {
  font-family: "League Gothic", sans-serif;
  color: #ffb300;
  font-size: 55px;
}

@media (max-width: 992px) {
  .about-img {
    border-radius: 0px 0 0px 0;
    height: 100%;
    object-fit: cover;
  }
}

/* service */
.service-text {
  color: #17296e;
}

.text-war {
  font-size: 20px;
}

.bg-service {
  background: #fce9d9;
}

/* scrolling-logo */
.scrolling-logo {
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  animation: 25s logo-slider infinite linear;
}

.slider img {
  height: 90px;
  width: 180px;
  margin: 0 40px;
  cursor: pointer;
  filter: grayscale(100%);
}

.slider img:hover {
  filter: none;
}

@keyframes logo-slider {
  from {
    transform: translatex(0);
  }
  to {
    transform: translatex(-100%);
  }
}

.scrolling-logo:hover .slider {
  animation-play-state: paused;
}

.scrolling-logo:before,
.scrolling-logo:after {
  content: "";
  position: absolute;
  top: 0;
  width: 400px;
  height: 100%;
  z-index: 1000;
}

.scrolling-logo:before {
  left: 0;
  background: linear-gradient(to left, transparent, rgb(255, 255, 255));
}
.scrolling-logo:after {
  right: 0;
  background: linear-gradient(to right, transparent, rgb(255, 255, 255));
}

@media (max-width: 992px) {
  .scrolling-logo:before,
  .scrolling-logo:after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 1000;
  }
}

.courses {
  /* background: linear-gradient(#00000069, #00000069), url(../img/img1.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.courses-title h1 {
  text-align: left;
  font-family: "League Gothic", sans-serif;
  color: #17296e !important;
  font-size: 48px;
}

.feature {
  border: 1px solid rgba(21, 21, 21, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 992px) {
  .courses .course-content p {
    width: 100%;
    margin: auto;
  }
}

/* heigh-light */
.heigh-light {
  height: 250px;
  /* border: 1px solid rgba(21, 21, 21, 0.2); */
}

.bx-1 {
  background: rgba(151, 212, 255, 0.37);
}

.bx-2 {
  background: rgba(251, 243, 187, 0.37);
}

.bx-3 {
  background: rgba(149, 254, 193, 0.37);
}

.heigh-light h3 {
  font-size: 25px;
  font-weight: 600;
}

.heigh-light h5 {
  color: #f58d17;
}

.heigh-light img {
  height: 100%;
  object-fit: cover;
}

/* capacity */
.capacity {
  border: 1px solid rgba(21, 21, 21, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

/* contact-sec */
.contact-sec {
  background: linear-gradient(#00000069, #00000069), url(../img/img1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: start;
  color: #fff;
}

.contact-sec h1 {
  color: #fff;
  font-family: "League Gothic", sans-serif;
  font-weight: 300;
  font-size: 55px;
  text-align: start;
}

.contact-form {
  background-color: white;
  padding: 4rem;
  border-radius: 1rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* max-width: 500px; */
}

.form-title {
  color: #002060;
  font-weight: bold;
}

.form-control {
  border: none;
  border-bottom: 2px solid #8db596;
  border-radius: 0;
  margin-bottom: 1rem;
}

.form-control:focus {
  box-shadow: none;
  border-color: #0056b3;
}

.btn-submit {
  background-color: #002060;
  color: white;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  border: none;
}

.btn-submit:hover {
  background-color: #001a40;
}

/* foot-content */
/* .foot-content p{
	font-size: 13px!important;
	color: #fff!important;
}

.foot-content a{
	font-size: 13px!important;
	color: #fff;
} */

footer .img-favicon {
  width: 150px;
}

footer p {
  font-size: 14px;
}

/* other page hero */

.otherpage-hero {
  background-image: url("../img/img1.jpg"); /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.646); /* Dark overlay */
  z-index: 1;
}

.otherpage-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.otherpage-content h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: white;
}

.otherpage-content p {
  margin: 0;
}

/* Product View */
.product-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.swiper-main img,
.swiper-thumb img {
  width: 100%;
  border-radius: 5px;
}
.swiper-thumb {
  margin-top: 10px;
}
.swiper-thumb .swiper-slide {
  width: 25%;
  opacity: 0.5;
  cursor: pointer;
}
.swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007bff;
  border-radius: 5px;
}
.product-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.price {
  font-size: 2rem;
  font-weight: bold;
  color: #388e3c;
}
.original-price {
  text-decoration: line-through;
  color: #878787;
  font-size: 1rem;
}
.discount {
  color: #388e3c;
}
.rating {
  background-color: #388e3c;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9rem;
}
.offers ul {
  padding-left: 18px;
}
.offers ul li::marker {
  color: green;
}
.btn-cart {
  background-color: #ff9f00;
  color: #fff;
}
.btn-buy {
  background-color: #fb641b;
  color: #fff;
}

.similar-products {
  margin-top: 50px;
}
.similar-products h3 {
  margin-bottom: 20px;
}

.product-info p {
  font-size: 14px;
  text-align: justify;
}
.swiper-similar .swiper-slide {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.swiper-similar img {
  width: 100%;
  border-radius: 5px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #333;
  background: #ffffff;
  height: 20px !important;
  padding: 10px 15px !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.167);
}

.swiper-button-next {
  right: 0px !important;
}

.swiper-button-prev {
  left: 0px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  color: #ffb300;
  font-weight: 700;
}

/* Our Products */

.product-card {
  border: 1px solid #eee;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  transition: 0.3s;
}
.product-card:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.color-swatch {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  margin-right: 4px;
}
.layout-toggle button {
  border: none;
  background: #ddd;
  padding: 6px 12px;
  margin-right: 5px;
  border-radius: 4px;
}
.layout-toggle-container {
  background: #ffb300;
}
.layout-mode.active {
  background: #333 !important;
  color: #ddd;
}
/* .discount-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: black;
  color: white;
  border-radius: 50%;
  padding: 7px 16px;
  font-size: 12px;
} */

.list-view .product-card {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.list-view .product-card img {
  width: 120px;
  height: auto;
}

/* Ourgoal */
.section {
  padding: 60px 30px;
}

.title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Noto Serif", serif;
}

.description {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #111;
}

.highlight {
  font-weight: bold;
}

.darkimage {
  height: 500px;
}

.image-wrapper {
  background-color: #e08e47;
  padding: 40px;
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  float: right;
  height: 350px;
  width: 450px;
  position: relative;
}

.goalteamimg img {
  border-radius: 90px 0 0 0;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: -40px;
}

@media (max-width: 992px) {
  .image-wrapper {
    border-radius: 0;
    padding: 20px;
    width: 100%;
  }

  .image-wrapper img {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
}

.history-section {
  padding: 80px 0;
}

.history-left {
  border-right: 1px solid #ccc;
  padding-right: 40px;
}

.history-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}

.learn-btn {
  background-color: #f99f2a;
  color: #fff;
  padding: 12px 25px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border: 2px solid #f99f2a;
  transition: 0.5s all ease-in-out;
}

.learn-btn:hover {
  background-color: transparent;
  color: #f99f2a;
}

.history-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .history-left {
    border-right: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

/* gallery */

.image-grid-section {
  padding: 60px 0;
}

.grid-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.grid-col {
  padding: 10px;
}

/* inqury */
.contact-section {
  position: relative;
  padding: 60px 0;
}

.contact-card {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.bg-green,
.bg-red {
  position: absolute;
  width: 80px;
  height: 300px;
  z-index: 1;
}

.bg-green {
  background-color: #00b89b;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bg-red {
  background-color: #f99f2a;
  bottom: 0;
  right: 0;
}

.form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 20px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #f99f2a;
}

.btn-send {
  background-color: #f99f2a;
  color: white;
  font-weight: bold;
  width: 100%;
}

.icon {
  color: #f99f2a;
  margin-right: 10px;
}

.contact-info h6 {
  font-weight: bold;
}

.contact-info a {
  color: #f99f2a;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
}

/* ourworks */
.our-work-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.our-work-title {
  font-weight: 700;
}

.our-work-card {
  background-color: white;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.our-work-card:hover {
  transform: translateY(-5px);
}

.work-icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}

.work-card-body {
  text-align: center;
}

/* terms-section */
.terms-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.terms-section h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
.terms-section h5 {
  font-weight: 600;
  margin-top: 25px;
}

/* privacy-section */
.privacy-section {
  padding: 60px 0;
}
.privacy-section h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
.privacy-section h5 {
  font-weight: 600;
  margin-top: 25px;
}
/********************************************************/
.product_view .side_menu{
	background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0 30px rgb(0 0 0 / 10%);
}
.product_view .side_menu h2{
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}
.product_view .side_menu ul{
	list-style: none;
    padding: 0;
    font-size: 15px;
}
.product_view .side_menu ul li{
	padding-bottom:7px;
}
.product_view .side_menu ul li a{
	color:#414241;
	font-size:16px;
}
.product_view .side_menu ul li:hover a{
	color:#d8322e;
}
.product_view .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.product_view .help-box .help-icon {
  font-size: 48px;
}

.product_view .help-box h4,
.product_view .help-box a {
  color: var(--contrast-color);
}


.product_view .grid_list{
	border: 2px solid #004a80;
    padding: 10px;
    background: #fff;
	border-radius:10px;
}

.product_view .grid_list h4{
	font-size:16px;
	font-weight:600;
	color:#105588;
}
.product_view .buttons i{
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 4px 5px #d20001;
}
.product_view .buttons i:hover{
	background:#d20001;
	color:#fff;
}

.product_view .fa:hover{
    color: darkcyan;
}

.product_view .por_item .pro_img{
	overflow:hidden;
	position:relative;
}


.product_view .por_item .pro_img img {
  transition: 0.5s;
}

.product_view .por_item .pro_img .pro_off {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color:#dd342f;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
  border-radius:20px
}
.product_view .por_item:hover .pro_img img {
  transform: scale(1.1);
}
.product_view .por_item{
	padding:15px;
	border:2px solid #CCCCCC;
	background:#fff;
	border-radius:5px;
}
.product_view .por_item .pro_cont h2{
	line-height:0.5em;
}
.product_view .por_item .pro_cont h2 a{
	font-size:20px;
	font-weight:600;
	color:#333333;
	padding:10px 0px;
	line-height:1.5em;
		
}
.stock{
	color:#006600;
}
.stock i{
	font-size:16px;
}
.product_view .por_item .pro_cont h2 a:hover{
	color:#006600;
}
.product_view .por_item .pro_cont span{
	font-weight:600;
	font-size:14px;
}
.product_view .por_item .pro_cont .offer{
	font-size:16px;
	color:#FF0000;
}
/**********************************/

.product-heighlight{
	background:#CCCCCC;
}
.pro_item{
	padding:10px;
	background:#fff;
}
.pro_item img{
	max-width:300px;
}
.pro_item h3{
	font-size:16px;
	font-weight:600;
}
.pro_item p{
	font-size:14px;
	margin-bottom:0px;
}
.pro_item h5{
	font-size:18px;
	color:#FF0000;
}

/***********************/
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	min-height: 320px;
	border: 2px solid #009cea;
	border-radius: 10px;
	background: #00000094;
	color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid var(--background-color);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color:#fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    color: #fff;
    background: color-mix(in srgb, var(--default-color), transparent 97%);
    position: relative;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--accent-color);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.latest_news{
	padding:20px;
	background:#c2c2c252;
	height:100%;
}
.latest_news h2{
	font-size:26px;
	font-weight:600;
	color: #004281;
    border-bottom: 2px solid;
}
.latest_news .items{
	border:1px solid #CCCCCC;
	margin:5px;
}
.latest_news .items .new_date{
	background:#f58d17;
	color:#fff;
}
.latest_news .items .new_date p{
	color:#fff;
    font-weight: 600;
	text-align:center;
	font-size:20px;
}
.latest_news .items .new_date p span{
	font-size: 35px;
}
.latest_news .items .cont{
	padding-left:10px;
}
.latest_news .items .cont h4{
	font-size:22px;
	font-weight:600;
	color:#f58d17;
}
