@charset "UTF-8";
.navbar {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media (min-width: 992px) {
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
  }
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  margin-left: 8px;
  vertical-align: -2px;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2px !important;
    border-top: solid 3px var(--secondary_color);
    font-size: var(--clamp14);
    -webkit-box-shadow: 0 2px 6px rgb(175, 175, 175);
            box-shadow: 0 2px 6px rgb(175, 175, 175);
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 8px 20px;
  font-size: var(--clamp14);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary_color);
}

.borderRadius {
  border-radius: 50px;
}

.navbar-light {
  background-color: #FFFFFF;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}
.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: var(--clamp16);
  font-weight: 500;
  outline: none;
  color: black;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--secondary_color);
}
.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary_color);
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}
.navbar-light .navbar-brand {
  height: 60px;
}
.navbar-light a.btn {
  height: 75px;
}

.nav-wrp {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.nav-wrp .container {
  padding-top: 50px;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.nav-wrp.sticky-top {
  position: -webkit-sticky;
  position: fixed !important;
  top: 0px;
  left: 0;
  z-index: 1020;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199px) {
  .nav-wrp.sticky-top {
    padding: 10px 0;
  }
}
.nav-wrp.sticky-top .navbar-light {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav-wrp.sticky-top .container {
  padding-top: 0px;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}

.slider_area {
  position: relative;
  background-image: url("../img/banner-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}

.rating {
  color: var(--blue-color);
  font-weight: 500;
  font-size: var(--clamp14);
  background: #fff;
  padding: 2px 10px;
  border-radius: 30px;
  display: inline-block;
}
.rating span {
  color: var(--secondary_color);
}

.btn-orange {
  background-color: #ff7f32;
  color: white;
}

.btn-orange:hover {
  background-color: #e76616;
}

.illustration {
  max-width: 100%;
  height: auto;
}

.hero-section {
  padding: 9rem 0px 8rem;
}

.heading {
  font-size: var(--clamp44);
  font-weight: bold;
  color: var(--blue-color);
}

.banner_txt {
  font-size: var(--clamp16);
  font-weight: normal;
  color: var(--blue-color);
}

.section-title {
  color: var(--secondary_color);
  font-weight: 600;
  font-size: var(--clamp14);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-heading {
  font-size: var(--clamp35);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--title_color);
}

.txt {
  font-size: var(--clamp16);
  color: var(--body_txt_color);
}

.about-section {
  padding: 60px 20px;
}
.about-section .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section .icon-box .icon_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-section .icon-box i {
  font-size: 2rem;
  color: #ff7f32;
}
.about-section .icon-box .icon-text h6 {
  font-weight: 500;
  font-size: var(--clamp20);
  color: var(--title_color);
}
.about-section .icon-box .icon-text p {
  font-size: var(--clamp16);
  color: var(--body_txt_color);
}
.about-section .about-image {
  max-width: 100%;
  height: auto;
}

.news-section {
  padding: 60px 20px;
  /*Scroll bar nav*/
  /* Track */
  /* Handle */
}
.news-section .news-title {
  font-size: 0.8rem;
  color: #ff7f32;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.news-section .news-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.news-section .news-card {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.news-section .news-card .arrowImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
.news-section .news-date {
  color: var(--secondary_color);
  font-weight: 700;
  font-size: var(--clamp16);
}
.news-section .news-list {
  max-height: 450px;
  overflow-y: auto;
}
.news-section .news-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.news-section ::-webkit-scrollbar {
  width: 10px;
}
.news-section ::-webkit-scrollbar-track {
  -webkit-box-shadow: auto;
  border-radius: 20px;
  background: rgb(221, 221, 221);
}
.news-section ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgb(100, 100, 100);
  -webkit-box-shadow: auto;
}

.services_bg {
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  padding: 80px 0;
}
.services_bg::before {
  content: "";
  background-image: url("../img/services-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.services_bg .service-card {
  background-color: #fff;
  border-radius: 4px;
  border-bottom: solid 4px var(--secondary_color);
  -webkit-box-shadow: 0 4px 8px rgba(175, 175, 175, 0.33);
          box-shadow: 0 4px 8px rgba(175, 175, 175, 0.33);
  padding: 25px;
  text-align: center;
  height: 320px;
}
.services_bg .service-card .service-icon {
  background-color: var(--secondary_color);
  width: 110px;
  height: 110px;
  border-radius: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.services_bg .service-card h5 {
  font-size: var(--clamp24);
  font-weight: 600;
  color: var(--title_color);
  text-align: center;
}
.services_bg .service-card p {
  font-size: var(--clamp16);
  color: var(--body_txt_color);
  text-align: center;
}
.services_bg .swiper-button-next,
.services_bg .swiper-button-prev {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  color: transparent;
  /* hide default icon */
}
.services_bg .swiper-button-next {
  background-image: url("../img/r-arrow.png");
  /* 🔁 Replace with your actual image path */
}
.services_bg .swiper-button-prev {
  background-image: url("../img/l-arrow.png");
  /* 🔁 Optional: set a custom previous image too */
}
.services_bg .swiper-button-next:hover,
.services_bg .swiper-button-prev:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services_bg .swiper-button-next {
  right: -70px !important;
}
.services_bg .swiper-button-prev {
  left: -70px !important;
}

.testimonials_area p {
  margin: 0;
  font-size: var(--clamp16);
  color: var(--body_txt_color);
}
.testimonials_area .swiper-button-next,
.testimonials_area .swiper-button-prev {
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  color: transparent;
  /* hide default icon */
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  margin: 20px 0px 10px;
}
.testimonials_area .swiper-button-next {
  background-image: url("../img/nex-arrow.png");
  /* 🔁 Replace with your actual image path */
}
.testimonials_area .swiper-button-prev {
  background-image: url("../img/prev-arrow.png");
  /* 🔁 Optional: set a custom previous image too */
}
.testimonials_area .swiper-button-next:hover,
.testimonials_area .swiper-button-prev:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.testimonials_area .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.testimonials_area .user-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonials_area .user-info h4 {
  margin: 0;
  font-size: var(--clamp20);
  color: #3A2D7F;
}
.testimonials_area .user-info p {
  margin: 0;
  font-size: var(--clamp16);
  color: var(--body_txt_color);
}

.cta_area {
  background-image: url("../img/stip.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
  margin-top: 80px;
}
.cta_area h1 {
  font-size: var(--clamp44);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.footer {
  background-color: var(--footer_bg);
  color: #fff;
  padding: 50px 0px 0px 0;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

.footer-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  margin-bottom: 30px;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 15px;
}

.footer-logo p {
  font-size: 14px;
  color: var(--footer_txt);
  line-height: 1.6;
}

.footer-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  margin-bottom: 30px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column ul li a {
  margin-bottom: 10px;
  color: var(--footer_txt);
  font-size: var(--clamp14);
  display: inline-block;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: var(--secondary_color);
}

.footer-column ul li::before {
  content: "\f135";
  color: var(--secondary_color);
  margin-right: 8px;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  color: var(--footer_txt);
  background-color: var(--footer_bg2);
}
.footer-bottom span {
  color: var(--secondary_color);
}

@media (max-width: 768px) {
  .footer-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 475px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-column,
.footer-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.navBtn.theme_btn2 {
  padding: 10px 20px !important;
}
.navBtn.theme_btn2 span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}