* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  /* Nav-section */
}
body .container {
  max-width: 1175px !important;
}
body #nav-sec .nav_top {
  background-color: #016C40;
  padding: 15px 0;
}
@media (max-width: 530px) {
  body #nav-sec .nav_top {
    display: none;
  }
}
body #nav-sec .nav_top .nav_top_banner {
  display: flex;
  justify-content: space-between;
}
body #nav-sec .nav_top .nav_top_banner .content {
  display: flex;
  align-items: center;
  gap: 5px;
}
body #nav-sec .nav_top .nav_top_banner .content p {
  margin: 0;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
body #nav-sec .nav_top .nav_top_banner .content a {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
}
body #nav-sec .nav_top .nav_top_banner .social_icons {
  gap: 15px;
}
body #nav-sec .navigation-wrap {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: white;
  padding: 0;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-nav {
  padding: 0px 5px;
  position: relative;
}
@media (max-width: 992px) {
  body #nav-sec .navigation-wrap .navbar-collapse .navbar-nav {
    text-align: center;
  }
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  font-weight: 400;
  color: black;
  position: relative;
  font-family: "Poppins", sans-serif;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  transition: 0.3s;
  right: 0;
  left: 0;
  width: 0;
  background-color: #016C40;
  height: 2px;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-nav .nav-item .active {
  color: #016C40;
  font-weight: 500;
}
body #nav-sec .navigation-wrap .navbar-collapse .login-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: black;
}
body #nav-sec .navigation-wrap .navbar-collapse .login-btn span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 992px) {
  body #nav-sec .navigation-wrap .navbar-collapse .login-btn {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  body #nav-sec .navigation-wrap .navbar-collapse .login-btn {
    margin: 20px 0;
  }
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-buttons {
  display: flex;
  gap: 15px;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-buttons .btn1 {
  border: 1px solid transparent;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-buttons .btn1 a {
  text-decoration: none;
  background-color: #016C40;
  color: white;
  font-family: "Poppins", sans-serif;
  border: 1px solid #016C40;
  padding: 10px 25px;
  transition: 0.3s;
  border-radius: 50px;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-buttons .btn1 a:hover {
  background-color: white;
  border: 1px solid #016C40;
  color: #016C40;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-buttons .btn2 {
  border: 1px solid transparent;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-buttons .btn2 a {
  text-decoration: none;
  background-color: #FAD115;
  color: white;
  border: 1px solid #FAD115;
  font-family: "Poppins", sans-serif;
  padding: 10px 25px;
  transition: 0.3s;
  border-radius: 50px;
}
body #nav-sec .navigation-wrap .navbar-collapse .navbar-buttons .btn2 a:hover {
  background-color: white;
  border: 1px solid #FAD115;
  color: #FAD115;
}
@media (max-width: 992px) {
  body #nav-sec .navigation-wrap .navbar-collapse .navbar-buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
body .footer-sec {
  background: #F8F8F8;
  padding-top: 50px;
  padding-bottom: 10px;
}
body .footer-sec .container .footer-logo-content {
  line-height: 2;
}
body .footer-sec .container .footer-logo-content a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body .footer-sec .container .footer-head-title h6 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
body .footer-sec .container .footer-icons {
  margin-top: 40px;
}
body .footer-sec .container .footer-icons ul {
  padding: 0;
}
body .footer-sec .container .footer-icons ul li {
  list-style: none;
}
body .footer-sec .container .footer-icons ul li a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 2;
}
body .footer-sec .container .email {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
}
body .footer-sec .container .email input {
  background-color: #016C40;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 10px;
  width: 100%;
  color: white;
  font-family: "Poppins", sans-serif;
}
body .footer-sec .container .email input::-moz-placeholder {
  color: white;
  opacity: 80%;
}
body .footer-sec .container .email input::placeholder {
  color: white;
  opacity: 80%;
}
body .footer-sec .container .email input:focus-visible {
  outline: none;
  border: 1px solid transparent;
}
body .footer-sec .container .email button {
  background-color: #FAD115;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 8px 15px;
  width: 100%;
  font-weight: 400;
  color: #016C40;
  font-family: "Poppins", sans-serif;
}
body .footer-sec .container .social_icons {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  body .footer-sec .container .social_icons {
    gap: 5px;
  }
}
body .footer-sec .container .last-line .last-line-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 430px) {
  body .footer-sec .container .last-line .last-line-content {
    flex-direction: column;
    align-items: center;
  }
}
body .footer-sec .container .last-line .last-line-content p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body .footer-sec .container .last-line .last-line-content span {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body .footer-sec .container .last-line .last-line-content span a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  transition: 0.1s;
}
body .footer-sec .container .last-line .last-line-content span a:hover {
  color: #016C40;
}
body #home-page section {
  position: relative;
  overflow: hidden;
}
body #home-page section .mySwiper {
  padding: 50px 0;
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container {
  position: relative;
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container .row {
  align-items: center;
}
@media (max-width: 767px) {
  body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text {
    text-align: center;
    padding-bottom: 30px;
  }
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text h6 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text h1 {
  color: #016C40;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1012px) {
  body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text h1 {
    font-size: 40px;
  }
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text p {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text span {
  color: #016C40;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1012px) {
  body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text span {
    font-size: 35px;
  }
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text .header-btn {
  margin-top: 30px;
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .header-text .header-btn a {
  background-color: #016C40;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  padding: 14px 45.284px;
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .img {
    display: flex;
    justify-content: center;
  }
}
body #home-page section .mySwiper .swiper-slide .image-swiper .container .row .img::before {
  z-index: -1;
  background: #b7d0f1;
  filter: blur(100px);
  content: "";
  height: 100%;
  position: absolute;
  width: 450px;
}
body #home-page section .mySwiper .swiper-button-prev {
  color: #016C40;
  border: 1px solid rgb(230, 229, 229);
  border-radius: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  margin-left: 3%;
  margin-top: 0%;
  background-color: white;
  box-shadow: 0px 8px 30px 0px rgba(1, 1, 20, 0.35);
}
body #home-page section .mySwiper .swiper-button-prev::after {
  font-size: 15px;
  font-weight: 900;
}
body #home-page section .mySwiper .swiper-button-next {
  color: #016C40;
  border: 1px solid rgb(230, 229, 229);
  border-radius: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  background-color: white;
  box-shadow: 0px 8px 30px 0px rgba(1, 1, 20, 0.35);
  margin-right: 3%;
  margin-top: 0%;
}
body #home-page section .mySwiper .swiper-button-next::after {
  font-size: 15px;
  font-weight: 900;
}
body #home-page .offer-sec {
  background: linear-gradient(86deg, #016C40 14.55%, rgba(35, 33, 75, 0.55) 105.7%), #F2F7FF;
  padding: 25px 0;
}
body #home-page .offer-sec .inner-sec {
  margin: 0 auto;
  padding: 0 50px;
}
body #home-page .offer-sec .inner-sec .row .logo {
  display: flex;
  justify-content: end;
}
@media (max-width: 992px) {
  body #home-page .offer-sec .inner-sec .row .logo {
    justify-content: center;
  }
}
body #home-page .offer-sec .inner-sec .row .offer-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 530px) {
  body #home-page .offer-sec .inner-sec .row .offer-content {
    text-align: center;
  }
}
body #home-page .offer-sec .inner-sec .row .offer-content h5 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}
body #home-page .offer-sec .inner-sec .row .offer-content p {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 660px) {
  body #home-page .offer-sec .inner-sec .row .offer-content p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body #home-page .offer-sec .inner-sec .row .offer-content {
    align-items: center;
    padding-top: 10px;
  }
}
body #home-page .container .main_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #home-page .container .main_btn .btn1 {
  border: 1px solid transparent;
}
body #home-page .container .main_btn .btn1 a {
  text-decoration: none;
  background-color: #016C40;
  color: white;
  font-family: "Poppins", sans-serif;
  border: 1px solid #016C40;
  padding: 10px 25px;
  transition: 0.3s;
  border-radius: 50px;
}
body #home-page .container .main_btn .btn1 a:hover {
  background-color: white;
  border: 1px solid #016C40;
  color: #016C40;
}
body #home-page .container .main_btn .btn2 {
  border: 1px solid transparent;
}
body #home-page .container .main_btn .btn2 a {
  text-decoration: none;
  background-color: #FAD115;
  color: white;
  border: 1px solid #FAD115;
  font-family: "Poppins", sans-serif;
  padding: 10px 25px;
  transition: 0.3s;
  border-radius: 50px;
}
body #home-page .container .main_btn .btn2 a:hover {
  background-color: white;
  border: 1px solid #FAD115;
  color: #FAD115;
}
body #home-page .container .main_btn p {
  padding-top: 30px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
body #home-page .tab-sec {
  margin: 70px 0;
}
body #home-page .tab-sec .container .bundles_tabs .nav-tabs {
  justify-content: space-between;
  width: 41%;
  margin: 0 auto;
}
@media (max-width: 1012px) {
  body #home-page .tab-sec .container .bundles_tabs .nav-tabs {
    width: 60%;
  }
}
@media (max-width: 740px) {
  body #home-page .tab-sec .container .bundles_tabs .nav-tabs {
    width: 70%;
  }
}
@media (max-width: 640px) {
  body #home-page .tab-sec .container .bundles_tabs .nav-tabs {
    width: 100%;
  }
}
body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link {
  border: none;
}
body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link .bundle_button {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link .bundle_button p {
  color: #A9B2AF;
}
@media (max-width: 510px) {
  body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link .bundle_button p {
    font-size: 13px;
  }
}
body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link .bundle_button svg {
  fill: #A9B2AF;
}
@media (max-width: 510px) {
  body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link .bundle_button svg {
    width: 35px;
  }
}
@media (max-width: 510px) {
  body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link {
    padding: 0;
  }
}
body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #016C40;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link.active p {
  color: #016C40;
}
body #home-page .tab-sec .container .bundles_tabs .nav-tabs .nav-item .nav-link.active svg {
  fill: #016C40;
}
body #home-page .tab-sec .container .bundles_tabs .tab-content {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 530px) {
  body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 530px) {
  body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-img {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 530px) and (max-width: 530px) {
  body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-img img {
    width: 250px;
  }
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content span {
  color: #016C40;
  font-family: "Poppins", sans-serif;
  font-size: 19.384px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content h5 {
  color: #016C40;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content h6 {
  color: #016C40;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content .slider-points {
  padding-top: 20px;
}
@media (max-width: 640px) {
  body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content .slider-points p {
    font-size: 14px;
  }
}
@media (max-width: 530px) {
  body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content .slider-points .d-flex {
    flex-direction: row;
  }
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content .btn {
  margin-top: 5px;
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content .btn a {
  background-color: #016C40;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 16px;
  width: 60%;
  color: white;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 530px) {
  body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .main-slider .d-flex .slider-content {
    padding-top: 20px;
  }
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-button-prev {
  color: #016C40;
  border: 1px solid rgb(230, 229, 229);
  border-radius: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  margin-left: 3%;
  margin-top: 0%;
  background-color: white;
  box-shadow: 0px 8px 30px 0px rgba(1, 1, 20, 0.35);
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-button-prev::after {
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 530px) {
  body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-button-prev {
    display: none;
  }
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-button-next {
  color: #016C40;
  border: 1px solid rgb(230, 229, 229);
  border-radius: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  background-color: white;
  box-shadow: 0px 8px 30px 0px rgba(1, 1, 20, 0.35);
  margin-right: 3%;
  margin-top: 0%;
}
body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-button-next::after {
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 530px) {
  body #home-page .tab-sec .container .bundles_tabs .tab-content .tab-pane .swiper .swiper-button-next {
    display: none;
  }
}
body #home-page .service-sec .services-title {
  text-align: center;
  margin: 40px 0;
}
body #home-page .service-sec .services-title h6 {
  color: #FAD115;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .service-sec .services-title h3 {
  color: #016C40;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
body #home-page .service-sec .services-title p {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .service-sec .services-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 530px) {
  body #home-page .service-sec .services-logos {
    flex-direction: column;
    align-items: center;
  }
}
body #home-page .counter-sec .container .counter-background {
  border-radius: 12px;
  background: linear-gradient(86deg, #016C40 14.55%, rgb(4, 24, 10) 105.7%);
  box-shadow: 0px 0px 20px 0px rgba(79, 76, 141, 0.1);
  padding: 50px 0;
}
body #home-page .counter-sec .container .counter-background .counter-title {
  text-align: center;
  margin: 40px 0;
}
body #home-page .counter-sec .container .counter-background .counter-title h6 {
  color: #FAD115;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .counter-sec .container .counter-background .counter-title h3 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  body #home-page .counter-sec .container .counter-background .counter-title h3 {
    font-size: 35px;
  }
}
body #home-page .counter-sec .container .counter-background .counters {
  display: flex;
  gap: 50px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  body #home-page .counter-sec .container .counter-background .counters {
    gap: 25px;
  }
}
@media (max-width: 530px) {
  body #home-page .counter-sec .container .counter-background .counters {
    flex-direction: column;
  }
}
body #home-page .counter-sec .container .counter-background .counters span {
  color: #FAD115;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  body #home-page .counter-sec .container .counter-background .counters span {
    font-size: 40px;
  }
}
body #home-page .counter-sec .container .counter-background .counters p {
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .counter-sec .container .counter-background .counter-form {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 30px 0;
}
@media (max-width: 530px) {
  body #home-page .counter-sec .container .counter-background .counter-form {
    margin: 0 20px;
    flex-direction: column;
  }
}
body #home-page .counter-sec .container .counter-background .counter-form .input1 {
  background-color: white;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 15px;
}
body #home-page .counter-sec .container .counter-background .counter-form .input1:focus-visible {
  outline: none;
  border: 1px solid transparent;
}
@media (max-width: 530px) {
  body #home-page .counter-sec .container .counter-background .counter-form .input1 {
    width: 100%;
  }
}
body #home-page .counter-sec .container .counter-background .counter-form .input2 {
  background-color: white;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 15px;
  width: 150px;
}
body #home-page .counter-sec .container .counter-background .counter-form .input2:focus-visible {
  outline: none;
  border: 1px solid transparent;
}
@media (max-width: 530px) {
  body #home-page .counter-sec .container .counter-background .counter-form .input2 {
    width: 100%;
  }
}
body #home-page .counter-sec .container .counter-background .counter-form button {
  border-radius: 12px;
  background-color: #FAD115;
  padding: 10px 15px;
  color: white;
  border: 1px solid transparent;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.25);
}
body #home-page .about-sec .about-title {
  text-align: center;
  margin-top: 7%;
}
body #home-page .about-sec .about-title h6 {
  color: #FAD115;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .about-sec .about-title h3 {
  color: #016C40;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
body #home-page .about-sec .about-title p {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .about-sec .container .about-img {
  display: flex;
  position: relative;
  justify-content: center;
}
body #home-page .about-sec .container .about-img::before {
  z-index: -1;
  background: #b7d0f1;
  filter: blur(100px);
  content: "";
  height: 350px;
  position: absolute;
  width: 100%;
}
body #home-page .about-sec .container .points {
  margin-top: 10%;
}
body #home-page .about-sec .container .points .content {
  display: flex;
  gap: 15px;
}
body #home-page .about-sec .container .points .content h6 {
  color: #016C40;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
body #home-page .about-sec .container .points .content p {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .testimonial-sec .container .title {
  padding: 40px 0;
}
body #home-page .testimonial-sec .container .title h6 {
  color: #FAD115;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .testimonial-sec .container .title h3 {
  color: #016C40;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
body #home-page .testimonial-sec .container .testimonial .slick-list .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
body #home-page .testimonial-sec .container .testimonial .slick-list .slick-track .slick-slide .slick-card {
  width: 350px !important;
}
body #home-page .testimonial-sec .container .testimonial .slick-list .slick-track .slick-slide .slick-card .main-box {
  border: 2px solid #E7F0FF;
}
body #home-page .testimonial-sec .container .testimonial .slick-list .slick-track .slick-slide .slick-card .main-box .slick-box {
  padding: 30px;
  height: 250px;
  z-index: -1;
}
body #home-page .testimonial-sec .container .testimonial .slick-list .slick-track .slick-slide .slick-card .main-box .slick-box .team-content p {
  color: #23214A;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .testimonial-sec .container .testimonial .slick-list .slick-track .slick-slide .slick-card .main-box .slick-box .img {
  display: ruby-text;
}
body #home-page .testimonial-sec .container .testimonial .slick-list .slick-track .slick-slide .slick-card .main-box .slick-box .img span {
  color: #23214A;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .testimonial-sec .container .testimonial .slick-list .slick-track .slick-slide .slick-card .main-box .slick-box .img p {
  color: #FAD115;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body #home-page .testimonial-sec .container .testimonial .left_arrow {
  position: absolute;
  border: 1px solid white;
  left: -80px;
  border-radius: 50%;
  font-size: 20px;
  background-color: transparent;
  height: 40px;
  top: 50%;
  width: 40px;
  align-items: center;
  cursor: pointer;
  display: flex;
  box-shadow: 0px 8px 30px 0px rgba(1, 1, 10, 0.25);
  justify-content: center;
  color: #016C40;
}
body #home-page .testimonial-sec .container .testimonial .right_arrow {
  position: absolute;
  border: 1px solid white;
  right: -50px;
  top: 50%;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  align-items: center;
  box-shadow: 0px 8px 30px 0px rgba(1, 1, 10, 0.25);
  background-color: transparent;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  color: #016C40;
}
body #services-page .service-header {
  background-image: url("/img/service_banner_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 100%;
  background-position: center center;
  padding: 100px 0;
}
body #services-page .service-header .title {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
body #services-page .service-header .title h1 {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
}
body #services-page .service-header::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 1, 10, 0.3);
  background-blend-mode: darken;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
body #services-page .internet-content-section .internet-content h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
body #services-page .internet-content-section .internet-content p {
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
}
body #services-page .internet-content-section .img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #services-page .offer-sec {
  background: linear-gradient(86deg, #016C40 14.55%, rgba(35, 33, 75, 0.55) 105.7%), #F2F7FF;
  padding: 25px 0;
}
body #services-page .offer-sec .heading {
  text-align: center;
}
body #services-page .offer-sec .heading h2 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body #teams_page .teams-header {
  background-image: url("/img/service_banner_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 100%;
  background-position: center center;
  padding: 100px 0;
}
body #teams_page .teams-header .title {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
body #teams_page .teams-header .title h1 {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
}
body #teams_page .teams-header::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 1, 10, 0.3);
  background-blend-mode: darken;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
body #teams_page .founder_section .founder-cards-title {
  text-align: center;
  position: relative;
  margin: 50px 0;
}
body #teams_page .founder_section .founder-cards-title h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
}
body #teams_page .founder_section .founder-cards-title p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #000;
}
body #teams_page .founder_section .founder-cards-title::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 5px;
  bottom: -20px;
  border-radius: 50px;
  left: 38%;
  background-color: #016C40;
}
body #teams_page .founder_section .founder-cards .main-box {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
body #teams_page .founder_section .founder-cards .main-box .card-box {
  width: 100%;
  padding: 25px 0;
  box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
  height: 100%;
}
body #teams_page .founder_section .founder-cards .main-box .card-box .card-content {
  text-align: center;
  padding: 10px 0px;
}
body #teams_page .founder_section .founder-cards .main-box .card-box .card-content h6 {
  font-family: var(--font-family--);
  font-weight: 700;
}
body #teams_page .founder_section .founder-cards .main-box .card-box .card-content span {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-family--);
}
body #teams_page .management .management-cards-title {
  text-align: center;
  position: relative;
  margin: 50px 0;
}
body #teams_page .management .management-cards-title h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
}
body #teams_page .management .management-cards-title p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #000;
}
body #teams_page .management .management-cards-title::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 5px;
  bottom: -20px;
  border-radius: 50px;
  left: 38%;
  background-color: #016C40;
}
body #teams_page .management .management-cards .main-box {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
body #teams_page .management .management-cards .main-box .card-box {
  width: 100%;
  padding: 25px 0;
  box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
  height: 100%;
}
body #teams_page .management .management-cards .main-box .card-box .card-content {
  text-align: center;
  padding: 10px 0px;
}
body #teams_page .management .management-cards .main-box .card-box .card-content h6 {
  font-family: var(--font-family--);
  font-weight: 700;
}
body #teams_page .management .management-cards .main-box .card-box .card-content span {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-family--);
}
body #blog-page .blog-header {
  background-image: url("/img/service_banner_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 100%;
  background-position: center center;
  padding: 100px 0;
}
body #blog-page .blog-header .title {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
body #blog-page .blog-header .title h1 {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
}
body #blog-page .blog-header::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 1, 10, 0.3);
  background-blend-mode: darken;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
body #blog-page .blog-section {
  margin-bottom: 40px;
}
body #blog-page .blog-section .blog-title {
  text-align: center;
  position: relative;
  margin: 50px 0;
}
body #blog-page .blog-section .blog-title h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: black;
}
body #blog-page .blog-section .row .blog-wrap {
  box-shadow: 0px 8px 42px rgba(0, 0, 0, 0.09);
  padding: 25px 25px;
  position: relative;
  background: white;
}
@media (max-width: 767px) {
  body #blog-page .blog-section .row .blog-wrap {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  body #blog-page .blog-section .row .blog-wrap .blog-img img {
    width: 100%;
  }
}
body #blog-page .blog-section .row .blog-wrap .blog-content {
  padding-top: 20px;
}
body #blog-page .blog-section .row .blog-wrap .blog-content h5 {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
body #blog-page .blog-section .row .blog-wrap .blog-content p {
  color: #A3ABB6;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
body #blog-page .blog-section .row .blog-wrap .blog-btn a {
  border: none;
  background-color: none;
  font-family: "Poppins", sans-serif;
  color: #016C40;
  font-size: 14px;
  text-decoration: none;
}
body #blog-page .blog-section .pagination-btns {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
body #blog-page .blog-section .pagination-btns .btn {
  border: 1px solid transparent;
}
body #blog-page .blog-section .pagination-btns .btn a {
  border: 1px solid black;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: black;
  padding: 8px 15px;
  border-radius: 5px;
}
body #blog-page .blog-section .pagination-btns .pagination-tabs {
  display: flex;
  align-items: center;
  border: 1px solid black;
  border-radius: 5px;
}
body #blog-page .blog-section .pagination-btns .pagination-tabs a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 10px 15px;
  transition: 0.3s;
}
body #blog-page .blog-section .pagination-btns .pagination-tabs a:hover {
  background-color: #016C40;
  color: white;
}
body #contact-page .contact-header {
  background-image: url("/img/service_banner_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 100%;
  background-position: center center;
  padding: 100px 0;
}
body #contact-page .contact-header .title {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
body #contact-page .contact-header .title h1 {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
}
body #contact-page .contact-header::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 1, 10, 0.3);
  background-blend-mode: darken;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
body #contact-page .form-sec .container .form-title {
  text-align: left;
}
body #contact-page .form-sec .container .form-title h2 {
  font-family: "Poppins", sans-serif;
  color: black;
  position: relative;
  font-size: 32px;
  font-weight: 800;
}
body #contact-page .form-sec .container .form-title h2::before {
  position: absolute;
  content: "";
  margin-top: 50px;
  width: 200px;
  height: 4px;
  border-radius: 50px;
  background-color: #016C40;
}
body #contact-page .form-sec .container form .contact-form input {
  width: 100%;
  padding: 10px 0px;
  padding-left: 10px;
  font-family: "Poppins", sans-serif;
  border: 1px solid black;
  border-radius: 5px;
}
body #contact-page .form-sec .container form .contact-form input:focus-visible {
  outline: none;
}
body #contact-page .form-sec .container form .contact-form textarea {
  width: 100%;
  padding: 10px 0px;
  padding-left: 10px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  border: 1px solid black;
}
body #contact-page .form-sec .container form .contact-form textarea:focus-visible {
  outline: none;
}
body #contact-page .form-sec .container form .form-btn {
  margin-top: 20px;
}
body #contact-page .form-sec .container form .form-btn button {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  background-color: #016C40;
  border: 1px solid #016C40;
  padding: 5px 30px;
  border-radius: 5px;
}
body #contact-page .form-sec .container .contact-img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #contact-page .offer-sec {
  background: linear-gradient(86deg, #016C40 14.55%, rgba(35, 33, 75, 0.55) 105.7%), #F2F7FF;
  padding: 25px 0;
}
body #contact-page .offer-sec .heading {
  text-align: center;
}
body #contact-page .offer-sec .heading h2 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body #about-page .about-header {
  background-image: url("/img/service_banner_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 100%;
  background-position: center center;
  padding: 100px 0;
}
body #about-page .about-header .title {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
body #about-page .about-header .title h1 {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
}
body #about-page .about-header::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 1, 10, 0.3);
  background-blend-mode: darken;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
body #about-page .history-sec {
  margin: 50px 0;
}
body #about-page .history-sec .title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #about-page .history-sec .title h5 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: black;
}
body #about-page .history-sec .title p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: black;
}
body #about-page .history-sec .title .btn {
  text-align: left;
  padding: 0;
  margin: 20px 0;
}
body #about-page .history-sec .title .btn a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background-color: #016C40;
  border: 1px solid #016C40;
  padding: 10px 20px;
}
body #about-page .mission-sec {
  background-color: #016C40;
}
body #about-page .mission-sec .mission-img {
  background-image: url("/img/mission-sec-img.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
body #about-page .mission-sec .mission-box {
  background-color: white;
  margin-top: 50px;
  width: 100%;
  margin-left: -100px;
  border-radius: 10px;
  padding: 35px 35px;
}
body #about-page .mission-sec .mission-box h5 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
}
body #about-page .mission-sec .mission-box p {
  font-size: 14px;
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: justify;
}
body #about-page .mission-sec .mission-box .btn {
  padding: 0;
}
body #about-page .mission-sec .mission-box .btn a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background-color: #016C40;
  border: 1px solid #016C40;
  padding: 10px 20px;
}
@media (max-width: 992px) {
  body #about-page .mission-sec .mission-box {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
body #about-page .pricing-plan-content {
  margin: 40px 0;
}
body #about-page .pricing-plan-content .container .title h5 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black;
}
body #about-page .pricing-plan-content .container .title p {
  font-size: 14px;
  color: black;
  padding-top: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
body #about-page .pricing-plan-content .container .title .btn {
  padding: 0;
  margin: 20px 0;
}
body #about-page .pricing-plan-content .container .title .btn a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background-color: #016C40;
  border: 1px solid #016C40;
  padding: 10px 20px;
}
body #about-page .pricing-plan-content .container .img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */