* {
  margin: 0;
  padding: 0;
  font-family: var(--font-MONTSERRAT-REGULAR_0), sans-serif;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

.after::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 660px;
  height: 40px;
  z-index: -1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  min-width: 1355px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover:not(.btn) {
  text-decoration: none;
  color: #84D49D;
}


h1 {
  font-family: "Orbitron";
  font-size: 68px !important;
  font-weight: 900 !important;
  line-height: 120% !important;
}

h2 {
  font-family: "Orbitron";
  font-size: 65px !important;
  font-weight: 900 !important;
  line-height: 152% !important;
}

h3 {
  font-family: "Orbitron";
  font-size: 35px !important;
  font-weight: 900 !important;
  line-height: 152% !important;
}

p {
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: normal;
  line-height: 180%;
}

.drop-shadow {
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.65);
}

.social a img:hover {
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(80%) sepia(10%) saturate(900%) hue-rotate(80deg);
}




img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;

}



/* all button ===========================*/
.btn {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  height: 55px;
  background: #84D49D;
  max-width: 260px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: black;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.btn span {
  position: relative;
  z-index: 2;
  /* text stays on top */
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      transparent 100%);
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  z-index: -1;
  /* behind the text */
}

.btn:hover::before {
  left: 125%;
}

.btn:hover {
  box-shadow: 0 0 20px rgba(132, 212, 157, 0.6);
  transform: translateY(-2px);
}




/* .btn:hover {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #84D49D;
  background: white;
  border: 1px solid #84D49D;

} */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.cta {
  display: none;
}

/*=============================
	End Global CSS 
===============================*/
.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}

/* header */
nav ul li:hover {
  color: #84D49D !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropdown-content {
  display: none !important;
  position: absolute;
  min-width: 380px;
  background: #84D49D;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown .dropdown-content a {
  font-family: var(--font-POPPINS-REGULAR);
  color: #fff;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
}

.dropdown .dropdown-content-sub {
  position: relative;
  padding-left: 25px;
}

.dropdown-sub:hover .dropdown-content-sub,
.dropdown:hover .dropdown-content {
  display: flex !important;
  line-height: 40px;
}

svg {
  color: #fff;
}



/* About Us  */
#about-us {
  background: url(../images/content/bg/bg-about-us.png) center no-repeat;
  background-size: cover;
  margin-top: -2px;
  background-position-x: -247px;
  padding-right: 104px
}

#about-us .inner {
  padding-top: 36px;
}

.about-img { margin-right: 20px;}

#about-us .inner .right {
  max-width: 947px;
  width: 100%;
  padding-top: 56px;
}

#about-us .inner .right h2 {
  margin-bottom: 22px;
  padding-left: 249px;
}

#about-us .inner .right h3 {
  margin-bottom: 40px;
}


#about-us .inner .card {
  background: #E9F1F3;
  max-width: 947px;
  /* min-width: 947px; */
  min-height: 506px;
  border-radius: 15px;
  /* margin-left: -252px; */
  padding: 65px 15px;
}

#about-us .inner .card .right-inner {
  max-width: 845px;
  padding-left: 32px;
}

#about-us .bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1295px;

}

#about-us .bottom {
  padding-left: 20px;
}

#about-us .bottom p {
  font-family: 'Orbitron';
  font-weight: bold;
  font-size: 25px;
  color: #064534;
  text-align: center;
  line-height: 152%;
}

#about-us .bottom img {
  margin: 0 auto;
  margin-bottom: 12px;
}

#about-us .bottom .left,
#about-us .bottom .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 451px;
  width: 100%;
}

.dropdown .dropdown-content a,
.dropbtn.active-menu,
.dropbtn-sub.active-menu,
.dropbtn:hover,
.dropbtn-sub:hover {
  font-family: orbitron !important;
}


/* SERVICES SECTION */
#services {
  background: url(../images/content/bg/services-bg.png) center no-repeat;
  background-size: cover;
  min-height: 992px;
  margin-top: -12px;
  position: relative;
}

#services .inner {
  max-width: 1487px;
  width: 100%;
  margin: 0 auto;
}

#services .inner h1 {
  max-width: 1487px;
  width: 100%;
  font-family: 'Orbitron';
  font-weight: 900;
  font-size: 65px;
  line-height: 152%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 5px;
}

#services .inner p {
  max-width: 913px;
  width: 100%;
  font-size: 17px;
  color: white;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  letter-spacing: 0.9px;
  font-weight: 200;
}

#services .inner .cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#services .inner .cards .text {
  padding: 0 53px;

}


#services .inner .cards .card {
  max-width: 465px;
  width: 100%;
  border-radius: 15px;
  background: white;
  min-height: 533px;
}

#services .inner .cards h5 {
  font-family: 'Orbitron';
  font-weight: bold;
  font-size: 22px;
  line-height: 152%;
  padding-bottom: 5px;
  color: #003F30;
  margin-bottom: 20px;
}

#services .inner .cards p {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 17px;
  line-height: 180%;
  padding-bottom: 5px;
  color: black;
  letter-spacing: 0.51px;
  text-align: start;
}

#services .inner .green-arrow {
  /* padding-right: 11px;
  margin-top: -56px !important; */

  position: absolute;
  right: -40px;
  top: -30px
}

#services .inner .footer-text {
  font-family: 'Montserrat';
  font-weight: 200;
  /* "light" is not valid, use 300 */
  letter-spacing: 0.51px;
  line-height: 180%;
  color: white;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}



#services .keen-slider {
  overflow: hidden;
  display: flex;
}

#services .keen-slider__slide {
  min-width: auto !important;
  flex: 0 0 auto;
}


/* WHY! */
#why {
  background: url(../images/content/bg/bg-why.jpg) center no-repeat;
  background-size: cover;
  margin-top: -16px;
  min-height: 900px;
}

#why .inner {
  max-width: 1410px;
  margin: 0 auto;
  padding-top: 112px;
}

#why .inner h2 {
  margin-bottom: 15px;
}

#why .inner p {
  font-size: 17px;
  letter-spacing: 0.51px;
  line-height: 180%;

}

/* Gallery  Section*/
#gallery {
  background: url(../images/content/bg/bg-gallery.png) center no-repeat;
  background-size: cover;
  margin-top: -1px;
  min-height: 850px;
  margin-top: -170px;
}

#gallery .inner {
  padding-top: 80px;
  max-width: 1772px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  gap: 31px;
}

#gallery .right {
  width: 100%;
  max-width: 1073px;
  padding-top: 25px;
}


/* Testimonials Section */
#testimonials {
  position: relative;
}


#testimonials .inner {
  position: relative;
  display: flex;
  width: 100%;
}

#testimonials .middle-circles {
  position: absolute;
  top: 50%;
  /* left: 1038px;  */
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 89px;
  z-index: 5;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

#testimonials .inner .left {
  background: url(../images/content/reviews-left.jpg) center no-repeat;
  background-size: cover;
  max-width: 1038px;
  width: 100%;
  min-height: 633px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
}

#testimonials .inner .left .left-inner {

  max-width: 560px;
  width: 100%;

}

#testimonials .inner .left h2 {
  margin-top: 112px;
  line-height: 152%;
  padding-bottom: 17px;
}

#testimonials .inner .left p {
  max-width: 560px;
  width: 100%;
  color: white;
  line-height: 180%;
  letter-spacing: 0.51px;
  font-size: 18px;
  margin-bottom: 48px;
  font-weight: 200;
}

#testimonials .inner .right {
  max-width: 874px;
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  padding-top: 153px;
  padding-left: 125px;
}

#testimonials .inner .right h5 {
  color: #064533;
  font-family: 'Orbitron';
  font-weight: bold;
  font-size: 25px;
  line-height: 152%;
  margin-bottom: 40px;
}

#testimonials .inner .right p {
  color: black;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 17px;
  line-height: 180%;
}

#testimonials .inner .right .right-inner {
  max-width: 469px;
  width: 100%;

}

.circle {
  width: 100px;
  height: 100px;
  max-height: 100%;
  border-radius: 50%;
  background: #fff;
  border: 15px solid #176662;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: 900;
  color: #0C3938;
  font-family: 'Orbitron';
  box-shadow:
    0 0 0 18px rgba(23, 102, 98, 0.32);
}







/* Footer */

footer {
  /* background: url(../images/content/bg/footer-bg.jpg) center no-repeat; */
  background: #051512;
  min-height: 1796px;
  /* background-size: cover; */
  margin-top: -1px;
  z-index: 9999;

}

footer .inner-row {
  background: url(../images/content/bg/footer-bg.jpg) center no-repeat;
  background-size: cover;
  /* margin-top: -20px; */
  padding-left: 15px;
  padding-right: 15px;
  padding: 26px 15px 0 15px;


}

footer .contact-container {
  position: relative;
  max-width: 1607px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.74);
  padding: 62px 0 20px 0;
  margin: 0 auto;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
}


footer .contact-container p {
  font-family: 'Montserrat';
  font-size: 17px;
  color: black;
  line-height: 180%;
  margin-bottom: 40px;

}

footer .contact-container h1 {
  font-size: 45px;
  font-family: 'Orbitron';
  color: #064534;
  line-height: 152%;
  margin-bottom: 26px;
}

/* Footer bot */
footer .bot .inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: start;
  margin-top: 28px;
}


footer .bot .left {
  max-width: 730px;
  width: 100%;
  color: white;
  padding-top: 173px;
}

footer .bot .left h2 {
  margin-bottom: 22px;
  line-height: 152%;
  color: #84D29D;
}

footer .bot .details {
  max-width: 504px;
  width: 100%;
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 0.51px;
  margin-bottom: 52px;
}

footer .btn-group {
  margin-bottom: 76px;
}

footer .right {
  padding-top: 8px;
  padding-left: 53px;
  /* padding-bottom: 85px; */
}

footer .right p {
  font-family: 'Orbitron';
  font-weight: 100;
  font-size: 16px;
  line-height: 159%;
  color: #1F1F1F;
}

footer .right a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  color: #1F1F1F;
  letter-spacing: .672px;
}


footer .right .details {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 67px;
  margin-left: -103px;
}

footer .right .details .footer-phone {
  font-family: 'Orbitron';
  font-weight: 900;
  font-size: 23px;
}

footer .right .hours {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  color: #1F1F1F;
  letter-spacing: .672px;
}

footer .circle {
  scale: 0.9;
}

p.cp.flex img {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
}

footer .cp {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 120%;
  color: white;
  text-align: center;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}

footer nav svg {
  display: inline-block;
  transform: rotate(180deg);
  transition: all .3s ease-in-out;
}

footer .dropdown-holder {
  position: relative;
}

footer .dropdown-content {
  position: absolute;
  bottom: 0;
  width: 400px;
  display: none;
  flex-direction: column;
  gap: 10px;
  left: 0;
  background: #84D49D;
  letter-spacing: normal;
  color: #051512;
  transition: all .3s ease-in-out;
}

footer .dropdown-content a {
  padding: 10px;
}

footer .dropdown-holder:hover svg {
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}

footer .dropdown-holder:hover .dropdown-content {
  display: flex;
  transition: all .3s ease-in-out;
  animation: fade-in-reverse 0.5s forwards;
}

footer .dropdown-content a:hover {
  background: #051512;
  transition: all .3s ease-in-out;
}

.ctc-form {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
}

select,
option,
.ctc-form input[type=text],
.ctc-form textarea {
  font-family: 'Montserrat';
  height: 59px;
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  box-sizing: border-box;
  padding-left: 25px;
  border: 1px solid #878787;
  text-align: center;

}

option:focus,
select:focus,
.ctc-form input[type=text]:focus,
.ctc-form textarea:focus {
  outline: none;
}

option::placeholder,
select::placeholder,
.ctc-form input::placeholder,
.ctc-form textarea::placeholder {
  color: #878787;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  letter-spacing: 0.51px;
  opacity: 1;
  line-height: 180%;
}

/* .ctc-form input[type=text]::-moz-placeholder, .ctc-form textarea::-moz-placeholder {
  color: #444444;
  font-size: 100px;
  text-transform: capitalize;
  font-family: 'Montserrat';
}
.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #444444;
  font-size: 100px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
} */
.ctc-form textarea {
  padding-top: 16px;
  height: 165px;
  resize: none;
  padding-bottom: 30px;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .ctc-hide {
  display: none;
}

.ctc-form .copy {
  text-align: start;
  /* padding-top: 20px; */
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.ctc-form .btn,
.ctc-form .ctcBtn {
  width: 258px;
  max-width: 258px;
  height: 55px;
  font-size: 16px;
  padding: 10px;
  margin: 0 auto;
}


form .messages p {
  display: none;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.flexbox {
  gap: 18px;
}

/* end */
/* inner pages */
#inner {
  max-width: 1300px;
  min-height: 400px;
  padding: 20px 0;
  margin: 0 auto;
}

#inner>h1 {
  filter: unset;
  font-size: 40px;
  padding: 20px 0;
}

#inner p {
  color: #000;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

#inner-gallery {
  max-width: 1400px;
  margin: auto;
}

#inner-gallery .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
}

#inner-gallery .gallery li {
  display: inline-block;
}

#inner-gallery .gallery li .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#inner-gallery .page_navigation {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  width: 100%;
}

#inner-gallery .page_navigation .page_link,
#inner-gallery .page_navigation .previous_link,
#inner-gallery .page_navigation .next_link,
#inner-gallery .page_navigation .first_link,
#inner-gallery .page_navigation .last_link,
#inner-gallery .page_navigation .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#inner-gallery .page_navigation a:hover,
#inner-gallery .page_navigation a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

#inner-gallery img.img-responsive {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#inner-gallery .inner-gallery-container {
  padding-top: 40px;
}

#inner-contact .ctc-form {
  max-width: 600px;
}

#inner-contact .copy {
  font-family: var(--font-POPPINS-REGULAR);
  color: #000;
}

#inner-about .row {
  gap: 30px;
}

#inner-services .row {
  gap: 30px;
}

/* @media(max-width:1400px){
  .adj-header{
    padding-right: 3%;
  }

  .adj-section{
    padding-right: 3%;
    padding-left: 3%;
  }
} */



@media(max-width:1755px) {
  #about-us {
    padding-right: 15px;
  }

}

@media(max-width:1571px) {
  #about-us .inner .right h2 {
    text-align: right;
  }

  #banner,
  #services .inner .cards,
  #why .inner {
    padding-right: 15px;
    padding-left: 15px;
  }

}

@keyframes fade-in-reverse {
  from { opacity: 0; transform: translateY(0); }
  to { opacity: 1; transform: translateY(-20px); }
}