* {
  margin: 0;
  padding: 0;
  font-family: var(--font-POPPINS-REGULAR), 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;
  max-width: 1920px;
  min-width: 1630px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

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

a:hover {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-family: var(--font-BACKED);
  font-size: 70px;
  background: linear-gradient(152deg, rgb(67, 244, 150) 0%, rgb(56, 182, 0) 100%);
  filter: drop-shadow(1px 2px 2px #000);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.label {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 20px;
  color: #666666;
  letter-spacing: 8px;
}

p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 20px;
  color: #777777;
  line-height: 30px;
}

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;
  cursor: pointer;
}

img:hover {
  transform: scale(1.05);
}

.ctcBtn{
  cursor: pointer;
}

/* all button ===========================*/
.btn, .ctcBtn {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 20px;
  width: 100%;
  height: 52px;
  background: linear-gradient(180deg, rgb(67, 244, 150) 0%, rgb(56, 182, 0) 100%);
  background-size: contain;
  max-width: 292px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 36px;
  color: #444444;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  cursor: pointer;
  color: #fff;
}

.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 =====================================================================*/
#header {
  background: url(../images/content/bg.png) center no-repeat;
  padding: 0 0 114px 0;
  position: relative;
  overflow: hidden;
}
#header .row {
  padding: 17px 0 0 0;
  max-width: 1715px;
}
#header .row nav {
  max-width: 834px;
  padding: 0 0 0 0;
  margin-top: -9px;
}
#header .row nav a#pull {
  display: none;
}
#header .row nav ul li {
  position: relative;
  display: inline-block;
}
#header .row nav ul li .dropbtn,
#header .row nav ul li a {
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  font-family: var(--font-POPPINS-REGULAR);
  text-transform: capitalize;
  white-space: nowrap;
}
#header .row nav ul li .dropbtn.active-menu,
#header .row nav ul li .dropbtn-sub.active-menu,
#header .row nav ul li .dropbtn:hover,
#header .row nav ul li .dropbtn-sub:hover, #header .row nav ul li.active-menu a,
#header .row nav ul li a:hover {
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  color: #fff;
}

#header .row nav ul li.active-menu a::after, #header .row nav ul li a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  width: calc(100% + 40px);
  height: 50px;
  background: linear-gradient(152deg, rgb(67, 244, 150) 0%, rgb(56, 182, 0) 100%);
  transition: all 0.4s ease;
  z-index: -1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

/* end */
/* dropdown */
/* banner */
#banner {
  padding-top: 211px;
}
#banner .box1 {
  max-width: 1797px;
  padding-left: 110px;
  margin-right: 0;
}
#banner .box1 .box {
  max-width: 594px;
}
#banner .box1 .box h1:nth-of-type(3),
#banner .box1 .box h1:nth-of-type(1) {
  font-size: 50px;
  background: #fff;
}
#banner .box1 .box h1:nth-of-type(2) {
  font-size: 90px;
}
#banner .box1 .box p {
  color: #fff;
  padding: 10px 0 18px;
}
#banner .box1 .box2 {
  padding: 10px 20px;
  max-width: 450px;
  background: #fff;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
#banner .box1 .box2 p {
  font-size: 22px;
  color: #444444;
  padding-right: 15px;
}
#about {
  position: relative;
  z-index: 1;
  background: url(../images/content/bg1.png) center right no-repeat;
  padding: 284px 96px 69px 0;
  margin-top: -90px;
}
#about .row {
  max-width: 766px;
  margin-right: 0;
}
#about .row .label {
  padding-bottom: 10px;
}
#about .row p:nth-of-type(2) {
  padding: 20px 0 30px;
}
#about h1 {
  filter: unset;
}

#services {
  padding: 159px 0 74px 0;
}
#services .btn {
  height: 55px;
  max-width: 200px;
  border-radius: 5px;
  gap: 10px;
  color: #000;
  font-size: 18px;
}
#services .row {
  max-width: 1715px;
}
#services .row > h1 {
  font-size: 60px;
  padding: 20px 0;
  filter: unset;
  background: radial-gradient(circle, rgb(67, 244, 150) 0%, rgb(56, 182, 0) 100%);
}
#services .row > p:nth-of-type(2) {
  padding-bottom: 50px;
  font-family: var(--font-POPPINS-MEDIUM);
  letter-spacing: 1px;
}
#services .box img {
  border: 3px solid #38B600;
}
#services .box h1 {
  padding: 24px 0 43px 0;
  background: #0D0B00;
  font-size: 40px;
  filter: unset;
  font-weight: 100;
}
#services .box1 {
  max-width: 557px;
}

#chooseus {
  position: relative;
  background: url(../images/content/bg2.png) center right no-repeat;
  padding: 170px 96px 153px 0;
}
#chooseus .row {
  max-width: 830px;
  margin-right: 0;
}
#chooseus .row p {
  color: #fff;
}
#chooseus .row p:nth-of-type(2) {
  font-size: 22px;
  padding: 20px 0;
  line-height: 35px;
}
#chooseus .row h1 {
  padding: 10px 0 20px;
  font-weight: 100;
  line-height: 78px;
}

#review {
  background: url(../images/content/bg3.png) center no-repeat;
  padding: 187px 0 69px 0;
  margin-top: -74px;
}
#review .row {
  max-width: 1261px;
}
#review h1 {
  padding: 30px 0;
  filter: unset;
  background: linear-gradient(180deg, rgb(67, 244, 150) 0%, rgb(56, 182, 0) 100%);
  font-weight: 100;
}
#review .box {
  max-width: 400px;
  background: #fff;
}
#review .box > img:nth-of-type(1) {
  border-bottom: 9px solid rgb(60, 207, 59);
}
#review .box img[alt=sq] {
  margin: -47px 0 0;
}
#review .box1 {
  padding: 0 67px 15px 26px;
}
#review .box1 p {
  font-family: var(--font-POPPINS-ITALIC);
  font-size: 15px;
  line-height: unset;
  padding: 10px 0;
}
#review .box1 h3 {
  font-family: var(--font-ROBOTO-BOLD);
  font-size: 22px;
  color: #333333;
  font-weight: 100;
}

#gallery {
  padding: 49px 0 45px 0;
}
#gallery .row {
  max-width: 1878px;
  overflow: hidden;
}

footer {
  background: url(../images/content/bg4.png) center left no-repeat;
  padding: 0 0 0 0;
}
footer .contact-container {
  max-width: 1734px;
  padding: 0 0 56px 0;
  gap: 30px;
}
footer .contact-container .ctc-form {
  padding: 56px 82px;
  background: #38B600;
  max-width: 865px;
}
footer .contact-container .ctc-form p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 0 0 35px;
  color: #fff;
  letter-spacing: 1px;
}
footer .contact-container .ctc-form h1 {
  padding: 15px 0 20px;
  background: radial-gradient(circle, rgb(255, 247, 7) 16%, rgb(255, 147, 38) 84%);
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,.8));
}
footer .contact-container .ctc-form .hy {
  padding-bottom: 15px;
}
footer .contact-container .ctc-form .hy span, footer .contact-container .ctc-form .hy a {
  color: #fff;
}
footer .contact-container .ctc-form .hy span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
footer .contact-container .ctc-form .label {
  color: #fff;
}
footer .contact-container .ctc-form .ctc-hides {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none;
}
footer .contact-container .ctc-form .btn, .ctcBtn {
  font-family: var(--font-POPPINS-REGULAR);
  background: #000;
  border-radius: unset;
  color: #fff;
  font-size: 18px;
  max-width: 248px;
  height: 59px;
}
footer .contact-container .footer-container {
  padding: 120px 0 0 0;
  max-width: 755px;
}
footer .contact-container .footer-container .green {
  color: #38B600;
}
footer .contact-container .footer-container .box {
  padding: 66px 0 86px;
}
footer .contact-container .footer-container .box1 p:not(:first-of-type) {
  font-size: 18px;
  color: #1F1F1F;
  gap: 27px;
}
footer .contact-container .footer-container .box2 {
  padding-bottom: 5px;
  gap: 27px;
}
footer .contact-container .footer-container .box2 p {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 14px;
  letter-spacing: 2px;
}
footer .contact-container .footer-container a {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 19px;
  color: #444444;
}
footer .contact-container .footer-container .a {
  font-size: 23px;
}
footer .copy-right {
  background: #111111;
  padding: 4px 97px 0 105px;
  gap: 6px;
}
footer .copy-right p {
  font-family: var(--font-POPPINS-MEDIUM);
  color: #fff;
  font-size: 14px !important;
  max-width: 100%;
  font-weight: 100;
  font-style: unset;
}
footer .copy-right p span {
  font-family: var(--font-POPPINS-BOLD);
  color: #38B600;
}
footer .copy-right .box {
  gap: 40px;
}
footer .copy-right .box p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
}
.f-g {
  font-family: var(--font-BACKED);
  font-size: 20px;
}
.ctc-form {
  width: 100%;
  max-width: 984px;
}
.ctc-form input[type=text],
.ctc-form textarea {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  background: #F4F4F4;
  box-sizing: border-box;
  padding-left: 25px;
  margin-bottom: 24px;
  border: 1px solid rgba(61, 58, 58, 0.0470588235);
}
.ctc-form input[type=text]:focus,
.ctc-form textarea:focus {
  outline: none;
}
.ctc-form input[type=text]::-moz-placeholder, .ctc-form textarea::-moz-placeholder {
  color: #202020;
  font-size: 15px;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
}
.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #202020;
  font-size: 15px;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
}
.ctc-form textarea {
  padding-top: 15px;
  height: 170px;
  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: 4px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

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;
}

#inner > h1 {
  filter: unset;
  background: linear-gradient(152deg, rgb(67, 244, 150) 0%, rgb(56, 182, 0) 100%);
  font-size: 50px;
  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;
}
#inner-services .box h1 {
  font-size: 30px;
  background: #000;
  filter: unset;
}

@media screen and (max-width: 1800px){
  footer .contact-container {
    padding: 0 48px 56px 38px;
  }
  #header .row {
    padding: 17px 67px 0 52px;
  }
}