@font-face {
    font-family: 'Lexend-Medium';
    src: url('Lexend-Medium.woff2') format('woff2'),
        url('Lexend-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Light';
    src: url('Lexend-Light.woff2') format('woff2'),
        url('Lexend-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Bold';
    src: url('Lexend-Bold.woff2') format('woff2'),
        url('Lexend-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body { font-family: 'Lexend-Light', "Open Sans";
  color: #000000;
}

a {
  color: #218F3D;
  text-decoration: none!important;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: 'Lexend-Bold';
}



.variants-dd{}
.variants-dd {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #fff;
  background-color:#1A1A1A;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
.variants-dd::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.variants-dd {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
}
/* Arrow */
.variants-dd::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.variants-dd:hover::after {
  color: #f39c12;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #32C156;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #32C156;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  display: none;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #218F3D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #848484;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background:rgb(255 255 255 / 90%);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  
}
.whatsappftr{position: fixed;
  width: 47px;
  height: 47px;
  bottom: 20px;
  right: 10px;
  background-color: #25d366;
  color: #FFF!important;
  border-radius: 50px;
  text-align: center;
  font-size: 27px!important;
  box-shadow: 2px 2px 3px #999;
  z-index: 1050;
  transition: 0.7s all ease;
line-height: 50px;}
.whatsappftr i{margin-top: 9px;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
	font-family: 'Lexend-Medium';
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #44454A;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #218F3D;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #218F3D;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #218F3D;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #44454A;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background:#32c156b8;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #218F3D;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #32C156;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #218F3D;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Page Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #F4F4F4;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #32C156;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #218F3D;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #218F3D;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #32C156;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #218F3D;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #218F3D;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #218F3D;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

.bg-secondary{background: #a8a8a8 !important}
.rounded-4{border-radius: 20px;}
.formlftbg{background: url("../../assets/img/formlft-bg.png") #32C156 right bottom no-repeat;}
.text-success{color:#218F3D!important}
.bg-success{background:#218F3D!important}

::-moz-selection { /* Code for Firefox */
  color: #007718;
  background: #72FF85;
}

::selection {
  color: #007718;
  background: #72FF85;
}

.owl-stage, .owl-item{display: flex;}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{background: #000;
    padding: 0px 12px 7px!important;
    color: #ccc;
    font-weight: bold;
    font-size: 32px;
    line-height: 28px;
    border: none;
margin: 3px;}
.owl-theme .owl-nav{text-align: left!important}


input:focus-visible, textarea:focus-visible {outline: 0px;}
.formtop {color: #000;font-size: 15px;
}
.formtop input, .formtop select, .formtop textarea {
	width: 100%;
    margin:0 0 20px 0;
    background: #fff0;
    border: none;
    border-bottom:2px solid #66666640; 
    padding: 5px 0;
    font-size: 18px;
}
.formtop input::-webkit-input-placeholder, .formtop textarea::-webkit-input-placeholder{ color:#CDCDCD}
.formtop select option{ background: #004158}
.formtop select option:hover{ background: #0081AF}
.formtop input[type="submit"]{background: white; color:#000; font-weight: bold}
.formtop input:focus {
	border-bottom: 2px solid #fff;
}
.formtop input[type="submit"] {
	background: #DD2C20;
    border: none;
    color: white!important;
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
}
.formtop a {position: absolute;
    right: 11px;
    padding: 3px 6px 1px;
    font-size: 15px;}
.formtop button, a.fbutton {background: linear-gradient(93.61deg, #218F3D 0.85%, #32C156 117.34%); color: #fff;font-weight: bold;}

.formhead{background: url("../../assets/img/form-head-bg.jpg") #042A0A no-repeat; background-size: cover;}
.formhead input::-webkit-input-placeholder, .formhead textarea::-webkit-input-placeholder{ color:#39393973;}
.formhead .text-success {
    color: #185e2a!important;
}


input.error, select.error{border-bottom: 2px solid #d60000;}
label.error {
    color: #ff4646;
    font-size: 10px;
    position: absolute;
    left:0.9rem;
    top: -2px;
}
.accordion-button::after {
      background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12H17' stroke='%2344454A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17L12 7' stroke='%2344454A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11.5' cy='11.5' r='10.75' stroke='%2344454A' stroke-width='1.5'/%3E%3C/svg%3E");
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12H17' stroke='%2344454A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11.5' cy='11.5' r='10.75' stroke='%2344454A' stroke-width='1.5'/%3E%3C/svg%3E");
    }
.accordion-button{
	color:#000!important;
    background-color: #e7f1ff00!important;
    box-shadow: #dee2e600!important;
	    padding:20px  0;
	    font-size: 1.2rem;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: none!important;
}
button:focus {
     outline: 0;
    /*border: none!important;*/
    box-shadow: none!important;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
	border:none;
    border-bottom: var(--bs-accordion-border-width) solid #218F3D;
}



.it-details-header img{object-fit: cover; height: 300px; background: #ccc;}
.it-details-header .text-head{text-shadow: 0 0 6px #000;top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);z-index: 2; text-align: center;}
    .it-details-header .text-head h1{font-size: 3.5rem; white-space: nowrap;}
    .it-details-header .overlap-head{top:0; right:0; bottom:0; left:0; background: #00000091;z-index: 1;}

.it-details .days{position: relative;}
.it-details .days:before{position:absolute; display: block; width: 1px; border-right: 1px #626262 dashed;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
z-index: -1;}
.home3option div{bottom: -80px;}
.home2option div{bottom: -66px!important;}
.home3option div, .innerblockoption div{z-index: 1; width: 100%; background: #0000005e;   transition: 0.3s; backdrop-filter: blur(10px);}
.home3option:hover div, .innerblockoption:hover div{bottom: -0px; z-index: 1; width: 100%; background: #000000}
.innerblockoption div{bottom: -0px}
.innerblockoption div h6{margin:0;}
.innerblockoption img{height: 200px;object-fit: cover;object-position: center;}

.owl-carousel .item{width: 100%;}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
	.headerlst span {
    position: relative;
    top:auto;
    transform: translateY(0);
}
	.headerlst {
padding-bottom: 160px;}
	.h2, h2 {
    font-size: 2rem;
}
	.formlftbg {
    
    background-blend-mode: soft-light;
}
	.home3option img{object-fit: cover; height: 220px}
.home3option h2{font-size: 1.5em;}
.it-details-header .text-head h1 {
  font-size: 2.2rem; white-space: normal}
.it-details-header .text-head  h2 {
  font-size: 1rem; padding-top: 20px;
}
}