@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes flip {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.colour-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.colour-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.colour-teal {
  color: #00AD94;
}

.bg-teal {
  background-color: #00AD94;
}

.colour-grey {
  color: #F5F5F5;
}

.bg-grey {
  background-color: #F5F5F5;
}

.colour-darkteal {
  color: #007C6A;
}

.bg-darkteal {
  background-color: #007C6A;
}

.colour-darkgrey {
  color: #3A3A3A;
}

.bg-darkgrey {
  background-color: #3A3A3A;
}

.colour-lightteal {
  color: #ECF9F7;
}

.bg-lightteal {
  background-color: #ECF9F7;
}

.colour-midgrey {
  color: #4B4F58;
}

.bg-midgrey {
  background-color: #4B4F58;
}

html {
  font-size: 16px;
}

body {
  font-family: "Poppins";
  color: #000000;
  font-size: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1 {
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 25px;
}

h2 {
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 25px;
}

h3 {
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 25px;
}

h1 {
  font-size: clamp(2.5rem, -8rem + 12vi, 6.25rem);
}
@media (max-width: 767px) {
  h1 br {
    display: none;
  }
}
h1.alt {
  font-size: clamp(2.25rem, 0.996rem + 4.014vi, 5.125rem);
  line-height: 87.805%;
}
h1.h2 {
  font-size: clamp(1.875rem, 1.057rem + 2.618vi, 3.75rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(2rem, 1.566rem + 1.208vi, 3rem);
  letter-spacing: -0.025em;
  line-height: 100%;
}
@media (max-width: 767px) {
  h2 br {
    display: none;
  }
}
h2.alt {
  font-size: 36px;
  line-height: 133.333%;
}
h2.h2 {
  font-size: clamp(2.25rem, 1.596rem + 2.094vi, 3.75rem);
  font-weight: 600;
}

h3 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: 1.8px;
}
h3.alt {
  font-size: clamp(1.5rem, 0.643rem + 1.143vi, 2rem);
  line-height: 118.75%;
}
.h1-type {
  font-size: clamp(2.5rem, -8rem + 12vi, 6.25rem);
}
.h1-type.alt {
  font-size: 82px;
  line-height: 87.805%;
}
.h1-type.h2 {
  font-size: 3.75em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .h1-type br {
    display: none;
  }
}

.h2-type {
  font-size: clamp(2.25rem, 1.596rem + 1.365vi, 3rem);
  letter-spacing: -0.025em;
  line-height: 100%;
}
@media (max-width: 767px) {
  .h2-type br {
    display: none;
  }
}
.h2-type.alt {
  font-size: 36px;
  line-height: 133.333%;
}

.h3-type {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: 1.8px;
}
.h3-type.alt {
  font-size: 2em;
  line-height: 118.75%;
}
h4 {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 145.455%;
  letter-spacing: -0.95px;
}

.label-text {
  font-size: clamp(1.625rem, 1.461rem + 0.524vi, 2rem);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.2px;
}

.quote-text {
  font-size: 1.5em;
  line-height: 133.333%;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.large-text {
  font-size: clamp(1.125rem, 0.482rem + 0.857vi, 1.5rem);
  line-height: 116.667%;
}

.big-text {
  font-size: clamp(3.75rem, 1.323rem + 7.766vi, 9.313rem);
  letter-spacing: -0.06em;
  line-height: 78%;
  text-transform: uppercase;
}

.scalable-zoomable-text {
  font-size: clamp(2rem, -7.033rem + 13.765vi, 9.313rem);
  letter-spacing: -0.055em;
  line-height: 82%;
  text-transform: uppercase;
  font-weight: 600;
}

p {
  line-height: 131.25%;
}
p .upsize {
  font-size: 1.5em;
  line-height: 116.667%;
}
p a {
  color: #00AD94;
}
p:last-child {
  margin-bottom: 0;
}

.btn-type {
  font-size: clamp(0.875rem, 0.446rem + 0.571vi, 1.125rem);
  line-height: 116.667%;
  font-weight: 600;
  text-transform: uppercase;
  padding: clamp(1.063rem, 0.927rem + 0.377vi, 1.375rem) clamp(2.5rem, 2.012rem + 1.358vi, 3.625rem);
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-type.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn-type.btn-white:hover {
  background-color: #00AD94;
  color: #ffffff;
}
.btn-type.btn-teal {
  background-color: #00AD94;
  color: #ffffff;
}
@media (max-width: 767px) {
  .btn-type {
    font-size: 1em;
  }
}

.wp-block-button__link {
  font-size: 1.125em;
  line-height: 116.667%;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.389em 3.611em;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.02em;
  background-color: #00AD94;
  color: #ffffff;
}

.btn-arrow {
  font-size: 1.5em;
  line-height: 75%;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.02em;
  position: relative;
  color: #ffffff;
  padding-right: calc(2.083em + 20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.083em;
  height: 2.083em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.833em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/btn-arrow.svg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-arrow.arrow-small {
  font-size: 1em;
  color: #00AD94;
}
.btn-arrow:hover:after {
  right: -5px;
  background-image: url(../images/btn-arrow-dark.svg);
}
.btn-arrow.btn-teal {
  color: #00AD94;
}

.btn-border {
  position: relative;
  font-size: clamp(0.875rem, 0.446rem + 0.571vi, 1.125rem);
  line-height: 116.667%;
  display: inline-block;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding: clamp(1.125rem, 1.016rem + 0.349vi, 1.375rem) clamp(2.5rem, 1.955rem + 1.745vi, 3.75rem);
  border-width: 2px;
  border-style: solid;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-border.teal-border {
  border-color: #00AD94;
  background-color: #ffffff;
}
.btn-border.teal-border:hover {
  color: #ffffff;
  background-color: #00AD94;
}
.btn-border.btn-arrow-down {
  padding-right: 7.5em;
}
.btn-border.btn-arrow-down:after {
  content: "";
  position: absolute;
  right: 4.167em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.333em;
  height: 2.333em;
  background-image: url(../images/arrow-down.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.btn-border.px-small {
  padding: 1.389em 2.167em;
}
.btn-border.px-small.btn-arrow-down {
  padding-right: 5.167em;
}
.btn-border.px-small.btn-arrow-down:after {
  right: 2.167em;
}

.container {
  max-width: 1646px;
  padding-left: 25px;
  padding-right: 25px;
}

.bg-type {
  background-size: cover;
  background-position: center;
}

.no-bg {
  background-image: initial !important;
}

img {
  max-width: 100%;
  height: auto;
}

.left-negative {
  margin-left: -5px;
}

.site-container {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.top-contact-border {
  border-top: 1px solid #00AD94;
}

.home-banner-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background-color: #F5F5F5;
}

.home-banner {
  position: relative;
  min-height: 650px;
  height: calc(97vh - 137px);
  overflow: hidden;
}
@media (max-width: 1350px) {
  .home-banner {
    height: calc(96vh - 98px);
  }
}
@media (max-width: 767px) {
  .home-banner {
    min-height: auto;
  }
}
@media (max-width: 400px) {
  .home-banner {
    height: auto;
  }
}
.home-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(250deg, rgba(0, 173, 148, 0) 34.77%, rgba(0, 0, 0, 0.2) 67.69%), linear-gradient(250deg, rgba(0, 173, 148, 0) 34.77%, rgba(0, 173, 148, 0.45) 83.55%);
  z-index: 1;
}
.home-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  background: linear-gradient(45deg, rgb(0, 0, 0) 34%, rgba(0, 173, 148, 0) 69%);
  opacity: 0.2;
  z-index: 1;
}
.home-banner #bannerVideo {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .inner {
  padding: 110px 59px clamp(3.125rem, -0.147rem + 6.826vi, 6.875rem);
  position: relative;
}
@media (max-width: 767px) {
  .home-banner .inner {
    padding: 200px 25px 50px;
  }
}
@media (max-width: 400px) {
  .home-banner .inner {
    padding: 100px 25px 50px;
    height: auto !important;
  }
}
.home-banner .inner:after {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url(../images/elipse.svg);
  background-size: 35px;
  background-position: 50px 50px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  z-index: 2;
}
.home-banner .inner .inside {
  max-width: clamp(50rem, -31.9rem + 93.6vi, 79.25rem);
}
.home-banner .inner .inside .inside-content {
  max-width: clamp(37.5rem, 4.075rem + 38.2vi, 52.438rem);
}

.counter-group {
  color: #00AD94;
}
.counter-group .num {
  font-weight: 600;
  font-size: clamp(2rem, 0.698rem + 3.623vi, 5rem);
  line-height: 60%;
  letter-spacing: -0.012em;
}
.counter-group .lbl {
  margin-top: clamp(0.75rem, 0.18rem + 1.585vi, 2.063rem);
  line-height: 116.667%;
  font-size: clamp(0.875rem, 0.604rem + 0.755vi, 1.5rem);
  letter-spacing: -0.012em;
}

.survey-section {
  background-image: url(../images/square-net.svg);
  padding: clamp(3.75rem, 1.65rem + 6.719vi, 8.563rem) 0 clamp(2.5rem, -0.145rem + 8.464vi, 8.563rem);
}
.survey-section .box-item {
  position: relative;
  font-weight: 600;
  height: 418px;
  border: 2px solid #00AD94;
  padding: 40px 30px;
  font-size: 2em;
  line-height: 150%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .survey-section .box-item {
    font-size: 1.7em;
    height: 320px;
  }
}
.survey-section .box-item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 85, 72, 0.2);
  background-blend-mode: multiply;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.survey-section .box-item a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.survey-section .box-item:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 2.063em;
  width: 2.063em;
  background-image: url(../images/arrow-teal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.survey-section .box-item:hover {
  color: #ffffff;
}
.survey-section .box-item:hover .img {
  opacity: 1;
}
.survey-section .box-item:hover:after {
  background-image: url(../images/arrow-white.png);
}

.cta-section {
  height: clamp(450px, 80vw, 600px);
  background: #000000;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .cta-section {
    height: auto;
    padding: 60px 0;
  }
}
.cta-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(250deg, rgba(0, 173, 148, 0) 34.77%, rgba(0, 0, 0, 0.2) 67.69%), linear-gradient(250deg, rgba(0, 173, 148, 0) 34.77%, rgba(0, 173, 148, 0.45) 83.55%);
  background-position: center;
  background-size: cover;
  width: 100%;
}
.cta-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/net.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
.cta-section.banner-content:after {
  display: none;
}

.service-section {
  padding: clamp(3.75rem, -0.068rem + 12.216vi, 12.5rem) 0 clamp(2.5rem, -0.5rem + 9.599vi, 9.375rem);
  overflow: hidden;
}
.service-section .heading {
  max-width: 1080px;
}

.service-block {
  overflow: hidden;
}
@media (min-width: 1300px) {
  .service-block {
    margin-left: -3em;
    margin-right: -3em;
  }
}
@media (min-width: 1300px) {
  .service-block > div {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.service-block .service-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  height: 240px;
}
@media (max-width: 767px) {
  .service-block .service-item {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .service-block .service-item {
    height: 150px;
  }
}
.service-block .service-item .image-text {
  display: flex;
  height: 100%;
  width: 100%;
  min-width: 0;
  align-items: center;
  padding: 37px;
  background-color: rgba(0, 0, 0, 0.16);
  background-blend-mode: overlay;
  font-weight: 600;
  font-size: 2em;
  line-height: 150%;
  letter-spacing: -1.2px;
  position: relative;
}
@media (max-width: 767px) {
  .service-block .service-item .image-text {
    font-size: 1.5em;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.service-block .service-item .image-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00ad94;
  background: linear-gradient(180deg, rgba(0, 173, 148, 0) 22%, rgba(0, 173, 148, 0.38) 92%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-block .service-item:after {
  content: "";
  width: 238px;
  height: 100%;
  display: inline-block;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 66px;
  background-image: url(../images/arrow-teal.png);
  min-width: 238px;
  border: 2px solid #00AD94;
  border-left: none;
}
@media (max-width: 767px) {
  .service-block .service-item:after {
    min-width: 200px;
  }
}
@media (max-width: 575px) {
  .service-block .service-item:after {
    min-width: 100px;
    width: 100px;
    background-size: 50px;
  }
}
.service-block .service-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-block .service-item:hover .image-text:before {
  background-color: #00AD94;
}

.testimonial-section {
  padding-top: clamp(3.75rem, 2.659rem + 3.49vi, 6.25rem);
}
.testimonial-section .testinomial-container {
  position: relative;
  margin-top: -7px;
  padding: clamp(4.375rem, 0.421rem + 12.653vi, 13.438rem) 0 clamp(3.75rem, 1.568rem + 6.981vi, 8.75rem);
}
.testimonial-section .testinomial-container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(62.5rem, 31.96rem + 63.709vi, 97.5rem);
  height: clamp(43.75rem, 35.297rem + 17.634vi, 53.438rem);
  background-image: url(../images/net3.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to right, transparent 46%, black);
  -webkit-mask-image: linear-gradient(to right, transparent 46%, black);
  opacity: 0.7;
  transform: scaleX(-1);
}
.testimonial-section .testinomial-container > .container {
  max-width: 1920px;
  padding-left: clamp(1.563rem, -4.479rem + 8.056vi, 5.188rem);
  padding-right: clamp(1.563rem, -4.479rem + 8.056vi, 5.188rem);
}

.testimonial-slider .swiper-slide {
  height: auto;
}
.testimonial-slider .testimony-item {
  background-color: #ffffff;
  border: 2px solid #00AD94;
  height: 100%;
  padding: 90px 59px 60px;
}
@media (max-width: 767px) {
  .testimonial-slider .testimony-item {
    padding: 70px 30px 30px 30px;
  }
}
.testimonial-slider .testimony-item .in-box {
  position: relative;
}
.testimonial-slider .testimony-item .in-box:before {
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  font-size: 39px;
  width: 1em;
  height: 0.872em;
  background-image: url(../images/quote.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .testimonial-slider .testimony-item .in-box:before {
    font-size: 40px;
    left: 0;
    top: -45px;
  }
}

.slider-navigation > div {
  width: 65px;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-teal.png);
}
@media (max-width: 767px) {
  .slider-navigation > div {
    width: 50px;
    height: 50px;
  }
}
.slider-navigation > div.slider-prev {
  transform: scaleX(-1);
}
.slider-navigation > div.swiper-button-disabled {
  background-image: url(../images/arrow-white.png);
  pointer-events: none;
}

.blog-recent-section {
  padding: clamp(3.75rem, 1.296rem + 7.853vi, 9.375rem) 0;
  border-bottom: 1px solid #00AD94;
}

.blog-item .news-item,
.news-post .news-item {
  position: relative;
}
.blog-item .news-item .img,
.news-post .news-item .img {
  height: 290px;
}
.blog-item .news-item .img .cat,
.news-post .news-item .img .cat {
  font-size: 1.125em;
  line-height: 116.667%;
  letter-spacing: 0.025em;
  font-weight: 600;
  background-color: rgba(0, 173, 148, 0.7);
  padding: 13px 25px;
  display: inline-block;
  color: #ffffff;
}
.blog-item .news-item a,
.news-post .news-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.approach-section {
  padding: clamp(3.75rem, -1.976rem + 18.325vi, 16.875rem) 0 clamp(2.5rem, -3.772rem + 20.07vi, 16.875rem);
}

.list-block-items .item {
  max-width: 350px;
  margin: auto;
}
.list-block-items .item img {
  width: clamp(5rem, 4.455rem + 1.745vi, 6.25rem);
}

.page-template-templatessub-service-child-php,
.page-template-templatesour-clients-child-php,
.page-template-templatesnextgen-surveying-php,
.page-template-templatesservices-php {
  background-image: url(../images/o-sign.svg);
  background-size: clamp(200px, 52vw, 1464px);
  background-repeat: no-repeat;
  background-position: right 200px;
}

.page-template-templatesour-clients-child-php {
  background-position: right 250px;
}

.page-template-templatessub-service-child-php,
.page-template-templatesservice-child-php {
  background-image: url(../images/o-sign.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right -100px;
}

.page-template-templatesour-clients-php .banner-content {
  position: relative;
}
.page-template-templatesour-clients-php .banner-content:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: -34%;
  margin: auto;
  font-size: clamp(18.75rem, 1.353rem + 55.672vi, 58.625rem);
  width: 1em;
  height: 1.561em;
  background-image: url(../images/o-sign.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-heading {
  padding: clamp(50px, 9vw, 110px) 0;
}
.banner-heading h1 {
  max-width: clamp(75rem, 5rem + 80vi, 100rem);
}
.banner-heading .btn-container {
  display: flex;
  gap: min(60px, 3vw);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .banner-heading .btn-container {
    flex-direction: column;
  }
}
.banner-heading .btn-container .btn-border {
  min-width: 350px;
  text-align: center;
}
@media (max-width: 420px) {
  .banner-heading .btn-container .btn-border {
    min-width: auto;
    width: 100%;
  }
}

.stage-section {
  padding: clamp(60px, 9vw, 190px) 0;
}

.accordion-area {
  counter-reset: stage;
}
.accordion-area .accordion-item {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #00AD94;
  padding-bottom: 29px;
  padding-top: 44px;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .accordion-area .accordion-item {
    padding-top: 38px;
  }
}
.accordion-area .accordion-item:before {
  position: absolute;
  left: 0;
  top: 50px;
  counter-increment: stage;
  content: "#" counter(stage, decimal-leading-zero);
  color: #00AD94;
  font-size: 1.125em;
  letter-spacing: 1.8px;
}
@media (max-width: 991px) {
  .accordion-area .accordion-item:before {
    top: 43px;
  }
}
@media (max-width: 767px) {
  .accordion-area .accordion-item:before {
    top: 41px;
  }
}
.accordion-area.stage-accordion .accordion-heading {
  color: #d9d9d9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-area.stage-accordion .accordion-item:hover .accordion-heading {
  color: #000000;
}
.accordion-area.stage-accordion .accordion-trigger {
  text-decoration: none;
  color: #000000;
}
.accordion-area.stage-accordion .accordion-trigger.collapsed {
  color: #d9d9d9;
}
.accordion-area.stage-accordion .img {
  height: 200px;
  max-width: 350px;
}
.accordion-area.stage-accordion .inside .img {
  position: absolute;
}
@media (max-width: 991px) {
  .accordion-area.stage-accordion .inside .img {
    position: relative;
  }
}
.accordion-area.stage-accordion h3 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
  letter-spacing: -1.2px;
  line-height: 110%;
}
.accordion-area .accordion-collapse {
  overflow: hidden;
}
.accordion-area .accordion-collapse.closed {
  height: 0;
}

.partner-section {
  padding: clamp(60px, 9vw, 100px) 0 clamp(60px, 9vw, 170px);
}

.brand-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brand-slider .swiper-wrapper img {
  max-width: clamp(120px, 10vw, 165px);
}

.page-template-templatesour-clients-php .partner-section {
  padding-bottom: 44px;
}

.radial-img {
  max-width: 666px;
}
.radial-img .img {
  padding-top: 100%;
  border-radius: 50%;
  width: 100%;
}

.why-choose-section {
  padding: clamp(3.75rem, 2.145rem + 6.421vi, 8.75rem) 0 clamp(1.875rem, -0.579rem + 7.853vi, 7.5rem);
  background-image: url(../images/o-sign.svg);
  background-size: clamp(18.75rem, 1.625rem + 54.799vi, 58rem);
  background-repeat: no-repeat;
  background-position: right 76px;
}
.why-choose-section .list-block-items .item {
  max-width: 410px;
}

.footer-contact {
  padding-top: clamp(3.75rem, 2.714rem + 3.316vi, 6.125rem);
  background-image: url(../images/square-net.svg);
  background-position: top center;
  background-size: cover;
}
.footer-contact .form-area {
  margin-bottom: clamp(-7.5rem, 6rem + 4.799vi, -10.938rem);
}
.footer-contact .contact-bg {
  height: clamp(15.625rem, 12.898rem + 8.726vi, 21.875rem);
  position: relative;
}
.footer-contact .contact-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #004339;
  background: linear-gradient(180deg, rgba(0, 67, 57, 0) 22%, rgb(0, 149, 127) 92%);
  opacity: 0.75;
}
.footer-contact .contact-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 57%, rgb(0, 0, 0) 76%);
  opacity: 0.5;
}
.footer-contact .contact-details a {
  color: #00AD94;
  text-decoration: none;
}

.page-template-templatesnextgen-surveying-php .footer-contact,
.page-template-templatesservice-child-php .footer-contact {
  border-top: 1px solid #00AD94;
}

.gform_wrapper {
  margin-top: 30px;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform_body .gform_fields input {
  height: 40px;
  border-radius: 5px;
  padding: 7px 8px;
  border: none;
}
.gform_wrapper .gform_body .gform_fields textarea {
  border-radius: 5px;
  padding: 7px 8px;
  border: none;
}
.gform_wrapper .gform_footer {
  justify-content: end;
}
@media (max-width: 575px) {
  .gform_wrapper .gform_footer {
    justify-content: center;
  }
}
.gform_wrapper .gform_footer .gform_button {
  border: none;
  padding: 0;
  background-color: transparent !important;
  font-size: 1em !important;
  box-shadow: none !important;
  position: relative;
  font-weight: 600;
  outline: none;
}
.gform_wrapper .gform_footer .gform_button:focus {
  outline: none !important;
  border: none !important;
}
.gform_wrapper .gform_footer .gform_button span:after {
  content: "";
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.833em;
}
.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload {
  position: relative;
}
.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload:before {
  position: relative;
  top: 0;
  left: 0;
  background-image: url(../images/upload.svg);
  width: 324px;
  height: 52px;
  background-position: center;
  background-size: cover;
}
.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input {
  box-shadow: none !important;
  height: 52px !important;
  outline: 0;
  padding: 0;
}
.gform_wrapper .gfield--type-fileupload .gform_fileupload_rules {
  display: none;
}
.gform_wrapper .gfield--type-fileupload .gfield_description {
  color: #ffffff;
}

.service-banner {
  height: clamp(31.25rem, 24.433rem + 21.815vi, 46.875rem);
  position: relative;
  background-color: #00AD94;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: overlay;
  overflow: hidden;
  padding: clamp(1.563rem, 0.635rem + 2.967vi, 3.688rem);
}
@media only screen and (max-width: 1600px) {
  .service-banner {
    height: calc(97vh - 137px);
    min-height: 650px;
  }
}
@media only screen and (max-width: 1350px) {
  .service-banner {
    height: calc(96vh - 98px);
  }
}
@media (max-width: 767px) {
  .service-banner {
    padding: 180px 25px 50px;
    height: auto;
  }
}
.service-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00ad94;
  background: linear-gradient(205deg, rgba(0, 173, 148, 0) 34%, rgba(0, 173, 148, 0.45) 69%);
}
.service-banner:after {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url(../images/elipse.svg);
  background-size: 35px;
  background-position: 50px 50px;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.service-banner .breadcrumb {
  font-size: clamp(1rem, 0.864rem + 0.436vi, 1.313rem);
}
@media (max-width: 500px) {
  .service-banner .breadcrumb {
    font-size: 14px;
  }
}

.testimonial-banner {
  height: clamp(31.25rem, 19.334rem + 38.133vi, 58.563rem);
  background-position: top center;
  padding-bottom: 125px;
}
@media (max-width: 500px) {
  .testimonial-banner {
    padding: 60px 0 100px;
    height: auto;
  }
}
.testimonial-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 25%, rgba(0, 149, 127, 0.75) 100%);
}
.testimonial-banner > img {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.contact-section .contact-content {
  height: 900px;
  position: relative;
  padding: 239px 59px 66px;
}
@media (max-width: 1200px) {
  .contact-section .contact-content {
    height: auto;
    padding: clamp(11.25rem, 9.641rem + 5.148vi, 14.938rem) clamp(1.875rem, 1.084rem + 2.531vi, 3.688rem) 50px;
  }
}
.contact-section .contact-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00ad94;
  background: url(../images/net2.svg), linear-gradient(180deg, rgba(0, 173, 148, 0) 18%, rgba(0, 173, 148, 0.8) 100%);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.contact-section .contact-content:after {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url(../images/elipse.svg);
  background-size: 35px;
  background-position: 50px 50px;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.contact-section .email-address {
  display: inline-block;
  font-weight: 500;
  font-size: 1.375em;
  text-decoration: none;
  color: #00AD94;
  position: relative;
}
.contact-section .email-address:before {
  content: "";
  background-image: url(../images/email.svg);
  width: 2.273em;
  height: 2.273em;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.682em;
}

.offices {
  margin-top: 166px;
}
@media (max-width: 767px) {
  .offices {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
.offices .row {
  margin-left: -25px;
  margin-right: -25px;
}
.offices .row > div {
  padding-left: 25px;
  padding-right: 25px;
}
.offices .address {
  font-size: 0.938em;
}
.offices .phone {
  font-size: 1.375em;
  color: #00AD94;
  text-decoration: none;
  font-weight: 500;
}
.offices .name h4 {
  line-height: 109.091%;
}
@media (max-width: 575px) {
  .offices .name h4 br {
    display: none;
  }
}

.form-section {
  padding-top: 406px;
  padding-bottom: 108px;
  margin-top: -289px;
  background-image: url(../images/square-net-mid.svg);
  border-top: 1px solid #00AD94;
  border-bottom: 1px solid #00AD94;
  background-position: center;
}
@media (max-width: 991px) {
  .form-section {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.career-banner {
  padding: 40px 0 clamp(3.75rem, 0.641rem + 9.948vi, 10.875rem);
  background-image: url(../images/square-net-large.svg);
}
.career-banner .container {
  padding-top: clamp(2.5rem, 1.3rem + 3.839vi, 5.25rem);
}
.career-banner .container:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 25px);
  height: 82%;
  background-color: #ffffff;
}
.career-banner .img {
  padding-top: 72%;
}

.long-pin {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 110px;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/long-pin.svg);
}

.career-section {
  padding: clamp(9.375rem, 8.83rem + 1.745vi, 10.625rem) 0 clamp(3.125rem, -0.147rem + 10.471vi, 10.625rem);
  position: relative;
}
.career-section .career-listed {
  counter-reset: career;
}
.career-section .career-listed .item {
  padding-left: 50px;
  border-bottom: 1px solid #00AD94;
  padding-bottom: 20px;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .career-section .career-listed .item {
    padding-left: 70px;
  }
}
.career-section .career-listed .item:before {
  position: absolute;
  left: 0;
  top: 10px;
  counter-increment: career;
  content: "#" counter(career, decimal-leading-zero);
  color: #00ad94;
  font-size: 1.125em;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .career-section .career-listed .item:before {
    top: 5px;
  }
}

.resume-section {
  padding-top: clamp(3.75rem, 0.014rem + 11.955vi, 12.313rem);
  padding-bottom: clamp(5rem, 4.182rem + 2.618vi, 6.875rem);
  background-image: url(../images/square-net-mid.svg);
  overflow: hidden;
}
.resume-section .career-slider,
.resume-section .gallery-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 24px;
  margin-left: -13.5%;
  margin-right: -13.5%;
  z-index: 0;
}
.resume-section .career-slider .swiper-wrapper,
.resume-section .gallery-row .swiper-wrapper {
  transition-timing-function: linear !important;
}
.resume-section .career-slider .gallery-column,
.resume-section .gallery-row .gallery-column {
  padding-top: 104%;
}
.resume-section .gform_footer {
  justify-content: center;
}

.application-list-section {
  padding: clamp(3.75rem, 0.75rem + 9.599vi, 10.625rem) 0 clamp(3.75rem, 1.568rem + 6.981vi, 8.75rem);
}

.row-lists {
  counter-reset: item;
}
.row-lists .item {
  position: relative;
  border-bottom: 1px solid #00AD94;
  padding: 16px 0 16px clamp(4.375rem, 2.957rem + 4.538vi, 7.625rem);
  margin-bottom: 10px;
}
.row-lists .item h3 {
  font-size: clamp(1.5rem, 1.282rem + 0.698vi, 2rem);
  margin-bottom: 0;
  line-height: 1.5em;
}
.row-lists .item:before {
  position: absolute;
  left: 0;
  top: 25px;
  counter-increment: item;
  content: "#" counter(item, decimal-leading-zero);
  color: #00AD94;
  font-size: 1.125em;
  letter-spacing: 1.8px;
}

.surveying-services {
  padding: clamp(3.75rem, -1.54rem + 16.928vi, 15.875rem) 0 clamp(3.75rem, 0.941rem + 8.988vi, 10.188rem);
}
.surveying-services .container {
  max-width: 1656px;
}
.surveying-services .top-title {
  margin-left: -2%;
}

.survey-lists {
  counter-reset: survey;
}
.survey-lists .accordion-item,
.survey-lists .item {
  position: relative;
  padding: clamp(1.875rem, 1.548rem + 1.047vi, 2.625rem) 0 clamp(1.875rem, 1.548rem + 1.047vi, 2.625rem) clamp(5rem, 3.282rem + 5.497vi, 8.938rem);
  border-bottom: 1px solid #00AD94;
}
.survey-lists .accordion-item h3,
.survey-lists .item h3 {
  font-size: clamp(1.5rem, 0.518rem + 3.141vi, 3.75rem);
  line-height: 80%;
}
.survey-lists .accordion-item:before,
.survey-lists .item:before {
  position: absolute;
  left: 0.8em;
  top: clamp(1.625rem, 0.916rem + 2.269vi, 3.25rem);
  counter-increment: survey;
  content: "#" counter(survey, decimal-leading-zero);
  color: #00AD94;
  font-size: 1.125em;
  letter-spacing: 1.8px;
}

.nextgen-difference-section {
  padding: clamp(60px, -0.965rem + 13.089vi, 12.5rem) 0 clamp(1.875rem, -2.761rem + 14.834vi, 12.5rem);
  background-image: url(../images/square-net.svg);
  background-position: top center;
  border-top: 1px solid #00AD94;
}

.survey-block-row .item h3 {
  font-size: clamp(24px, 1.282rem + 0.698vi, 32px);
}
.survey-block-row .item img {
  width: clamp(80px, 4.455rem + 1.745vi, 100px);
}

.surveying-success-section {
  padding: 130px 0;
  background-color: #f3faf9;
}

.case-box {
  padding: 54px 28px 54px 59px;
  border: 1px solid #00AD94;
  position: relative;
}
@media (max-width: 991px) {
  .case-box {
    padding: 40px 25px 40px 25px;
  }
}
.case-box:before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  background-color: #f3faf9;
  border-radius: 50%;
}
.case-box:after {
  content: "";
  position: absolute;
  top: -14.5px;
  left: -14.5px;
  width: 29px;
  height: 29px;
  background-color: #00AD94;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.case-box .sub-label {
  font-size: 1.313em;
}
.case-box .img {
  padding-top: 129%;
}
.case-box .btn-container {
  gap: clamp(1.25rem, 0.5rem + 1vi, 1.688rem);
  display: flex;
  flex-wrap: wrap;
}
.case-box .btn-container a {
  min-width: clamp(17.75rem, 12.333rem + 6.667vi, 20.25rem);
  padding: 1.389em 2em;
  text-align: center;
}
.case-box .case-nav {
  display: flex;
  gap: 40px;
}
.case-box .case-nav > div:not(.case-pagination) {
  width: 65px;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-teal.png);
}
.case-box .case-nav > div:not(.case-pagination).case-prev {
  transform: scaleX(-1);
}
.case-box .case-nav > div:not(.case-pagination).swiper-button-disabled {
  background-image: url(../images/arrow-white.png);
  pointer-events: none;
}
.case-box .case-nav .case-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  text-align: center;
  font-size: 1.5em;
  color: #00AD94;
  line-height: 116.667%;
}
.case-box .swiper-slide {
  max-height: 100%;
}

.page-template-templatesour-clients-php .surveying-success-section {
  background-color: #ffffff;
  padding-top: 0;
}
.page-template-templatesour-clients-php .case-box:before {
  background-color: #ffffff;
}

.trust-section {
  padding: 36px 0 46px;
}
.trust-section .img-container {
  padding: clamp(1.875rem, -0.497rem + 7.592vi, 7.313rem);
  background-color: #ECF9F7;
  border-radius: 50%;
  margin-left: -79px;
}
@media (max-width: 767px) {
  .trust-section .img-container {
    margin-left: 0;
  }
}
.trust-section .img-container .img {
  max-width: 600px;
  border-radius: 50%;
  overflow: hidden;
}
.trust-section .img-container .img .img-bg {
  padding-top: 100%;
}

.banner-overlay {
  position: relative;
}
@media (max-width: 575px) {
  .banner-overlay .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-overlay .inner {
  height: 496px;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: overlay;
  position: relative;
  padding: 47px 58px;
  display: flex;
  align-items: end;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-overlay .inner {
    height: auto;
    padding: 180px 30px 50px;
  }
}
@media (max-width: 575px) {
  .banner-overlay .inner {
    padding: 130px 30px 50px;
  }
}
.banner-overlay .inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #00ad94;
  background: linear-gradient(45deg, rgb(0, 173, 148) 35%, rgba(0, 173, 148, 0) 70%);
  opacity: 0.45;
}
.banner-overlay .inner:after {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url(../images/elipse.svg);
  background-size: 35px;
  background-position: 50px 50px;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.banner-overlay .inner .banner-bc {
  font-size: 1.313em;
}
.banner-overlay .inner h1 {
  letter-spacing: 2.5%;
}

.start-section {
  padding: clamp(3.75rem, 2.55rem + 3.839vi, 6.5rem) 0;
}
.start-section .upper-heading {
  margin-left: calc(clamp(0.625rem, -1.518rem + 2.857vi, 1.875rem) * -1);
}
@media (max-width: 991px) {
  .start-section .upper-heading {
    margin-left: 0;
    padding-left: 25px;
  }
  .start-section .upper-heading h2 {
    margin-bottom: 0;
  }
}
.start-section .scalable-zoomable-text {
  font-size: clamp(5rem, -5.861rem + 12.778vi, 9.313rem);
}
@media (max-width: 1200px) {
  .start-section .scalable-zoomable-text {
    font-size: clamp(2.25rem, 0.82rem + 7.152vi, 9.313rem);
  }
}

.surveying-solutions {
  padding: clamp(9.375rem, 8.748rem + 2.007vi, 10.813rem) 0 clamp(3.75rem, 1.378rem + 7.592vi, 9.188rem);
  background-color: rgba(236, 249, 247, 0.5);
}

.architect-survey {
  overflow: hidden;
  padding: clamp(3.75rem, 1.296rem + 7.853vi, 9.375rem) 0 clamp(1.875rem, -1.397rem + 10.471vi, 9.375rem);
  background-image: url(../images/square-net-large.svg);
  background-position: center -1px;
}
.architect-survey .upper-heading div {
  margin-left: -5vw;
}
.architect-survey .lower-heading div {
  margin-right: -0.5vw;
}
.architect-survey .scalable-zoomable-text {
  font-size: clamp(2.5rem, 1.12rem + 6.899vi, 9.313rem);
}

.target-row {
  margin-left: -3.594em;
  margin-right: -3.594em;
}
.target-row > div {
  padding-left: 3.594em;
  padding-right: 3.594em;
}

.steps-section {
  padding: clamp(3.75rem, 1.309rem + 6.792vi, 9.375rem) 0 clamp(1.875rem, -1.38rem + 9.057vi, 9.375rem);
  overflow: hidden;
}
.steps-section .step-row {
  margin-left: calc(clamp(0.75rem, -1.598rem + 4.898vi, 4.219rem) * -1);
  margin-right: calc(clamp(0.75rem, -1.598rem + 4.898vi, 4.219rem) * -1);
  counter-reset: step;
}
.steps-section .step-row > div {
  padding-left: clamp(0.75rem, -1.598rem + 4.898vi, 4.219rem);
  padding-right: clamp(0.75rem, -1.598rem + 4.898vi, 4.219rem);
}
.steps-section .step-row .step {
  position: relative;
}
.steps-section .step-row .step:before {
  content: counter(step);
  counter-increment: step;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  background-color: #00AD94;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 100%;
}
.steps-section .step-row .step .sub-text {
  font-size: 2em;
  font-weight: 700;
  display: inline-block;
  line-height: 100%;
  letter-spacing: 0.1em;
}

header {
  background-color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1350px) {
  header {
    overflow: hidden;
    background-color: #ffffff !important;
  }
}
@media (max-width: 1350px) {
  header {
    padding: 25px 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
header.menu-is-active {
  background-color: #ECF9F7;
}
header:hover {
  overflow: initial;
}
@media (max-width: 767px) {
  header .default-logo {
    width: 200px;
  }
}
header .h-contact {
  background-color: #00AD94;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-size: 1.125em;
  line-height: 116.667%;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.417em 2.472em;
  margin-left: clamp(1.25rem, -8.709rem + 11.382vi, 3rem);
}
@media (max-width: 1400px) {
  header .h-contact {
    font-size: 1em;
  }
}
@media (min-width: 1350px) {
  header .menu-container {
    display: block !important;
  }
  header .menu-container .sub-menu-wrapper {
    display: flex !important;
  }
}
@media (max-width: 1350px) {
  header .menu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #ECF9F7;
    text-align: left;
    padding: 30px 25px 100px;
    text-transform: uppercase;
    font-weight: 500;
    height: calc(100vh - 94px) !important;
  }
}
@media (max-width: 1350px) and (max-width: 767px) {
  header .menu-container {
    height: calc(100vh - 81px) !important;
  }
}
@media (max-width: 1350px) {
  header .menu-container .h-contact {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
    color: #ffffff !important;
    text-align: center;
  }
  header .menu-container .menu-main-menu-container {
    height: 100%;
    overflow: auto;
  }
  header .menu-container .menu {
    padding-left: 0;
  }
  header .menu-container .menu > li {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    padding-right: 30px;
    border-bottom: 1px solid #00AD94;
  }
  header .menu-container .menu > li > a {
    position: relative;
    z-index: 1;
  }
  header .menu-container .menu > li .drop {
    position: absolute;
    right: 0;
    top: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .menu-container .menu > li .drop:after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 7px;
    background-image: url(../images/dropdown.svg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .menu-container .menu > li .drop:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #00AD94;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .menu-container .menu > li .drop.active:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(133deg) brightness(103%) contrast(108%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(133deg) brightness(103%) contrast(108%);
  }
  header .menu-container .menu > li .drop.active:before {
    background-color: #00AD94;
  }
  header .menu-container .menu > li .sub-menu-wrapper {
    display: none;
  }
  header .menu-container .menu > li .sub-menu-wrapper .sub-menu-image {
    display: none;
  }
  header .menu-container .menu > li .sub-menu-wrapper > .sub-menu {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 5px;
  }
  header .menu-container .menu > li .sub-menu-wrapper > .sub-menu > li {
    margin-bottom: 10px;
  }
  header .menu-container .menu > li .sub-menu-wrapper > .sub-menu > li > a {
    padding-left: 7px;
  }
  header .menu-container .menu > li .sub-menu-wrapper > .sub-menu > li > .sub-menu {
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .menu-container .menu > li .sub-menu-wrapper > .sub-menu > li > .sub-menu > li {
    margin-bottom: 7px;
  }
  header .menu-container .menu > li .sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a {
    padding-left: 20px;
    position: relative;
  }
  header .menu-container .menu > li .sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 6px;
    background-image: url(../images/dropdown.svg);
    transform: rotate(-90deg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  header .menu-container .menu > li:not(.menu-item-has-children) a {
    display: block;
  }
  header .menu-container ul {
    list-style: none;
  }
  header .menu-container a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
  }
}
@media (min-width: 1350px) {
  header .menu-main-menu-container {
    display: inline-block;
    vertical-align: middle;
  }
  header .menu-main-menu-container > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: clamp(1.25rem, -8.709rem + 11.382vi, 3rem);
    text-align: initial;
  }
  header .menu-main-menu-container > ul > li {
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 54px;
    margin-top: 54px;
  }
  header .menu-main-menu-container > ul > li a {
    color: #000000;
    text-decoration: none;
    letter-spacing: 5%;
    position: relative;
  }
  header .menu-main-menu-container > ul > li:hover > a {
    color: #00AD94;
  }
  header .menu-main-menu-container > ul > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/dropdown.svg);
    width: 12px;
    height: 6px;
    background-size: contain;
    background-position: center;
    margin-top: -2px;
    margin-left: 10px;
  }
  header .menu-main-menu-container > ul > li > .sub-menu {
    padding: 0;
    list-style: none;
  }
  header .menu-main-menu-container > ul > li > .sub-menu > li > .sub-menu {
    list-style: none;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 1572px;
    margin: auto;
    z-index: 3;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #00AD94;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper .sub-menu-image {
    width: 525px;
    padding: 25px 44px 25px 31px;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper .sub-menu-image .image {
    background-size: cover;
    background-position: center;
    padding-top: 100%;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper > .sub-menu {
    width: 100%;
    max-width: 1045px;
    padding-left: 0;
    position: relative;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper > .sub-menu > li {
    display: flex;
    width: 100%;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper > .sub-menu > li:hover {
    background-color: #ECF9F7;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper > .sub-menu > li > a {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper > .sub-menu > li > .sub-menu {
    position: absolute;
    left: 360px;
    max-width: 687px;
    list-style: none;
    top: 0;
    padding-left: 20px;
    background-color: #ECF9F7;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 70px;
    padding-top: 52px;
    padding-left: 73px;
    padding-right: 76px;
    align-items: flex-start;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper > .sub-menu > li > .sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    min-height: 500px;
    background-color: #ECF9F7;
    background-image: url(../images/quarter.svg);
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper > .sub-menu > li > .sub-menu > li {
    width: calc(50% - 35px);
    position: relative;
    letter-spacing: -0.176px;
  }
  header .menu-main-menu-container > ul > li .sub-menu-wrapper > .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    z-index: 1;
  }
  header .menu-main-menu-container > ul > li:hover .sub-menu-wrapper {
    opacity: 1;
    z-index: 3;
  }
  header .menu-main-menu-container > ul > li.half-menu .sub-menu-wrapper .sub-menu {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    width: 100%;
    max-width: 720px;
  }
  header .menu-main-menu-container > ul > li.half-menu .sub-menu-wrapper .sub-menu li {
    width: 50%;
  }
}

footer {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}
footer .upper {
  padding-top: clamp(50px, 9vw, 110px);
  padding-bottom: clamp(40px, 8vw, 110px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 119% bottom;
  position: relative;
}
footer .upper p {
  font-size: clamp(0.938rem, 0.856rem + 0.226vi, 1.125rem);
}
footer .upper p a {
  color: #00AD94;
  text-decoration: none;
}
footer .upper .email-address {
  display: inline-block;
  font-weight: 500;
  font-size: 1.375em;
  text-decoration: none;
  color: #00AD94;
  position: relative;
}
footer .upper .email-address:before {
  content: "";
  background-image: url(../images/email.svg);
  width: 2.273em;
  height: 2.273em;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.682em;
}
footer .upper .office-footer {
  max-width: 900px;
}
footer .upper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(62.5rem, 31.96rem + 63.709vi, 97.5rem);
  height: clamp(43.75rem, 35.297rem + 17.634vi, 53.438rem);
  background-image: url(../images/net3.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to right, transparent 46%, black);
  -webkit-mask-image: linear-gradient(to right, transparent 46%, black);
  opacity: 0.7;
}
footer .lower {
  margin-top: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  font-size: 0.938em;
}
footer .lower:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 92%;
  background-color: #00AD94;
}
footer .lower:after {
  content: "";
  position: absolute;
  top: -16px;
  height: 1px;
  left: 92%;
  width: 92%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #00AD94;
}
@media (max-width: 575px) {
  footer .lower:after {
    width: 25px;
    height: 25px;
    top: -12px;
  }
}
footer .lower .eightball a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.067em;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .lower .eightball a {
    font-size: 1em;
  }
}
footer .lower .eightball a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  font-size: 23px;
  height: 1.13em;
  background-image: url(../images/8ball.svg);
  margin-right: 10px;
  margin-left: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  footer .lower .eightball a:before {
    font-size: 20px;
  }
}
footer .lower .menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2em;
}
@media (max-width: 991px) {
  footer .lower .menu-footer-menu-container ul {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  footer .lower .menu-footer-menu-container ul {
    gap: 1em;
    row-gap: 5px;
    flex-wrap: wrap;
  }
}
footer .lower .menu-footer-menu-container ul li {
  display: inline-block;
}
footer .lower .menu-footer-menu-container ul li a {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
footer a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer a:hover {
  color: #000000 !important;
}
footer .offices .name h4 br {
  display: none;
}

.social-media a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-media a:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(104%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(104%) contrast(104%);
}

.footer-menu-links .row {
  margin-left: -25px;
  margin-right: -25px;
}
.footer-menu-links .row > div {
  padding-left: 25px;
  padding-right: 25px;
}
.footer-menu-links h4 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-menu-links h4 {
    margin-bottom: 15px;
  }
}
.footer-menu-links ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-menu-links ul li {
  display: block;
  font-size: 0.938em;
  line-height: 160%;
}
.footer-menu-links ul li a {
  display: inline-block;
  text-decoration: none;
  color: #00AD94;
}

.intro-about-line {
  padding: clamp(3.75rem, 2.114rem + 5.236vi, 7.5rem) 0;
  position: relative;
}
.intro-about-line .inner {
  border-left: 5px solid #00AD94;
}

.tab-section {
  background-color: #f3faf9;
  padding: 140px 0 clamp(3.75rem, 2.25rem + 4.799vi, 7.188rem);
}
.tab-section .tab-pane h3 {
  font-size: 2.375em;
  line-height: 100%;
  letter-spacing: -2.5%;
}
.tab-section .nav-tabs {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
  justify-content: space-around;
  border: none;
}
.tab-section .nav-tabs li {
  display: block;
  width: 100%;
  text-align: center;
  flex: 1;
}
.tab-section .nav-tabs li button {
  border: none;
  border-bottom: 4px solid #b5d8d3;
  background-color: transparent;
  height: 100%;
  width: 100%;
  padding: 25px;
  line-height: 131.25%;
  letter-spacing: 2%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-section .nav-tabs li button.active {
  background-color: #d6f1ee;
  border-color: #00AD94;
  font-weight: 600;
}

.process-slider-section {
  padding: clamp(3.75rem, 2.796rem + 3.054vi, 5.938rem) 0 clamp(3.75rem, 3.505rem + 0.785vi, 4.313rem);
}
.process-slider-section h3:not(.thin) {
  font-size: 2em;
  line-height: 125%;
  letter-spacing: 2%;
}

.process-nav {
  display: flex;
  gap: clamp(1.25rem, 0.705rem + 1.745vi, 2.5rem);
}
.process-nav > div {
  width: clamp(3.125rem, 2.716rem + 1.309vi, 4.063rem);
  height: clamp(3.125rem, 2.716rem + 1.309vi, 4.063rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-teal.png);
}
.process-nav > div.process-prev {
  transform: scaleX(-1);
}
.process-nav > div.swiper-button-disabled {
  background-image: url(../images/arrow-white.png);
  pointer-events: none;
}

.process-slider {
  overflow: visible;
}
.process-slider .swiper-slide {
  height: auto;
}
.process-slider .process-item {
  padding: 50px clamp(1.875rem, 1.33rem + 1.745vi, 3.125rem);
  height: 645px;
  border: 2px solid #d1f0ee;
  border-radius: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .process-slider .process-item {
    height: 100%;
  }
}
.process-slider .process-item:before {
  content: "";
  position: absolute;
  top: -14.5px;
  left: -14.5px;
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 50%;
}
.process-slider .process-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #00AD94;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.process-slider .process-item:hover:after {
  box-shadow: 0px 0px 5px 2px #00ad94;
}

.faq-section {
  background-color: #f3faf9;
  padding: 150px 0 clamp(3.75rem, 3.205rem + 1.745vi, 5rem);
}

.faq-area .faq-item {
  border-bottom: 1px solid #c8c8c8;
  padding: 30px 0;
}
.faq-area .faq-item:last-child {
  border: none;
}
.faq-area .faq-item h4 {
  font-size: clamp(1.313rem, 1.122rem + 0.611vi, 1.75rem);
}
.faq-area .faq-item h4 a {
  color: #000000;
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 1.429em;
}
.faq-area .faq-item h4 a:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: clamp(1.875rem, 1.739rem + 0.436vi, 2.188rem);
  height: clamp(1.875rem, 1.739rem + 0.436vi, 2.188rem);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/minus.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq-area .faq-item h4 a.collapsed:after {
  background-image: url(../images/plus.svg);
  transform: rotate(90deg);
}

.step-slider-section {
  border-bottom: 1px solid #00AD94;
}
.step-slider {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw -25px);
}
.step-slider .swiper-slide {
  height: auto !important;
}
.step-slider .step-item {
  border-radius: 0 15px 15px 15px;
  position: relative;
  overflow: hidden;
  background-color: #f3faf9;
  height: 100%;
}
.step-slider .step-item .info {
  height: calc(100% - 250px);
}
.step-slider .step-item:before {
  content: "";
  position: absolute;
  top: -14.5px;
  left: -14.5px;
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 50%;
}
.step-slider .step-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #00AD94;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.step-slider .step-item .img {
  height: 250px;
}

.anchor-section {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 1350px) {
  .anchor-section {
    top: 97px;
  }
}
@media (max-width: 767px) {
  .anchor-section {
    top: 81px;
  }
}

.anchor-area {
  padding: 27px 75px;
  display: flex;
  align-items: center;
  row-gap: 30px;
  column-gap: clamp(1.25rem, 0.432rem + 2.618vi, 3.125rem);
}
@media (max-width: 767px) {
  .anchor-area {
    padding: 27px 30px;
  }
}
@media (max-width: 575px) {
  .anchor-area {
    margin-left: -25px;
    margin-right: -25px;
    padding: 25px;
    column-gap: 10px;
  }
}
.anchor-area .anchor-list {
  display: flex;
  align-items: center;
  column-gap: clamp(1.25rem, 0.432rem + 2.618vi, 3.125rem);
}
.anchor-area a {
  display: inline-block;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.anchor-area a:hover {
  color: #00AD94;
}
@media (max-width: 767px) {
  .anchor-area img {
    display: none;
  }
}
.anchor-area .anchor-select {
  border: 2px solid #00AD94;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  outline: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .anchor-area .anchor-select {
    padding: 10px 2px 10px 30px;
    background-image: url(../images/list.svg);
    background-size: 17px;
    background-position: calc(0% + 10px) center;
    background-repeat: no-repeat;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .anchor-area .anchor-select {
    font-size: 14px;
  }
}

.scroller-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.scroller-slider .img {
  height: 290px;
  background-size: cover;
  background-position: 5% center;
}

.content-slider-section {
  padding: clamp(3.125rem, 1.118rem + 5.585vi, 7.75rem) 0;
}
.content-slider-section .inner {
  padding: 54px 28px 54px 61px;
}
@media (max-width: 991px) {
  .content-slider-section .inner {
    padding: 54px 25px 54px 25px;
  }
}
.content-slider-section .heading-img {
  margin-left: calc(clamp(7.5rem, -45.972rem + 51.852vi, 16.25rem) * -1);
  margin-top: -8%;
}
@media (max-width: 1440px) {
  .content-slider-section .heading-img {
    margin-left: clamp(-7rem, 5.287rem + 2.461vi, -7.5rem);
  }
}
@media (max-width: 991px) {
  .content-slider-section .heading-img {
    margin-left: clamp(-5.688rem, -3.011rem - 4.322vi, -3.875rem);
  }
}
.content-slider-section .img {
  padding-top: 124.9%;
}
.content-slider-section .content-nav {
  display: flex;
  gap: 40px;
  z-index: 1;
  position: relative;
}
.content-slider-section .content-nav > div:not(.content-pagination) {
  width: 65px;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-teal.png);
}
.content-slider-section .content-nav > div:not(.content-pagination).content-prev {
  transform: scaleX(-1);
}
.content-slider-section .content-nav > div:not(.content-pagination).swiper-button-disabled {
  background-image: url(../images/arrow-white.png);
  pointer-events: none;
}
.content-slider-section .content-nav .content-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  text-align: center;
  font-size: 1.5em;
  color: #00AD94;
  line-height: 116.667%;
}

.bg-net {
  background-image: url(../images/square-net-large.svg);
  background-position: center -1px;
  background-size: cover;
  position: relative;
}
.bg-net:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  margin: auto;
  font-size: 1340px;
  width: 70%;
  height: 1.561em;
  background-image: url(../images/o-sign.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1900px) {
  .bg-net:after {
    width: 1em;
  }
}
@media (max-width: 1200px) {
  .bg-net:after {
    font-size: 900px;
  }
}
@media (max-width: 767px) {
  .bg-net:after {
    font-size: 400px;
  }
}

.image-scroller-section {
  padding-top: 120px;
  padding-top: clamp(50px, 10vw, 120px);
}

.category-section {
  background-color: #f5f5f5;
  padding: clamp(2.5rem, 1.736rem + 2.443vi, 4.25rem) 0;
}
.category-section .search-cat {
  max-width: 1233px;
  margin: auto;
}
.category-section .search-cat .search-area {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #00AD94;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}
.category-section .search-cat .search-area .select-div {
  width: 100%;
  position: relative;
}
.category-section .search-cat .search-area .select-div:after {
  content: "";
  position: absolute;
  right: clamp(1.25rem, -0.032rem + 4.101vi, 4.188rem);
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/dropdown.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 12px;
}
@media (max-width: 767px) {
  .category-section .search-cat .search-area .select-div:after {
    width: 18px;
    height: 11px;
  }
}
.category-section .search-cat .search-area .select-div select {
  width: 100%;
  border: none;
  border-radius: 0;
  height: clamp(4.25rem, 3.377rem + 2.792vi, 6.25rem);
  padding: 0 clamp(3.75rem, 3.477rem + 0.873vi, 4.375rem) 0 clamp(1.875rem, 1.111rem + 2.443vi, 3.625rem);
  outline: none;
  font-size: clamp(1rem, 1.013rem + 0.96vi, 2rem);
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  color: #dddddd;
}
.category-section .search-cat .search-area .select-div select.colour-black {
  color: #000000;
}
.category-section .search-cat .search-area .select-div select option {
  color: #000000;
}
.category-section .search-cat .search-area .search-div {
  border-left: 1px solid #00AD94;
  padding: 8px 8px 0;
}
.category-section .search-cat .search-area .search-div .search-btn {
  width: clamp(3.125rem, 2.198rem + 2.967vi, 5.25rem);
  height: clamp(3.125rem, 2.198rem + 2.967vi, 5.25rem);
  background-image: url(../images/search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  background-color: initial;
}

.custom-pagination {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-pagination li {
  display: inline-block;
  font-size: 1.375em;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 15px;
}
.custom-pagination li a {
  display: inline-block;
  color: #aaaaaa;
  text-decoration: none;
}
.custom-pagination li.active a {
  color: #00AD94;
  font-weight: 700;
}
.custom-pagination .next,
.custom-pagination .prev {
  width: 65px;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-teal.png);
  position: relative;
}
.custom-pagination .next.disabled,
.custom-pagination .prev.disabled {
  background-image: url(../images/arrow-white.png);
  pointer-events: none;
}
.custom-pagination .next a,
.custom-pagination .prev a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-pagination .prev {
  transform: scaleX(-1);
  margin-right: 40px;
}
.custom-pagination .next {
  margin-left: 40px;
}

.blog-article-section {
  padding: 100px 0 90px;
  background-position: center -1px;
  background-size: cover;
  background-image: url(../images/square-net-large.svg);
}

.sort-area {
  display: inline-block;
  text-align: initial;
  font-size: 1.375em;
  line-height: 127.273%;
  font-weight: 500;
  position: relative;
}
.sort-area span {
  display: inline-block;
}
.sort-area .sort-type {
  color: #00AD94;
  position: relative;
  padding-right: 22px;
}
.sort-area .sort-type:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 2px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  background-image: url(../images/dropdown.svg);
}
.sort-area .sort-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px 15px 20px;
  z-index: 1;
  list-style: none;
  border-bottom: 1px solid #00AD94;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.sort-area .sort-dropdown li {
  margin-bottom: 5px;
  cursor: pointer;
}
.sort-area:hover .sort-dropdown {
  display: block;
}

.blog-single-page {
  border: 1px solid #00AD94;
  background-color: #ffffff;
}
.blog-single-page .banner {
  padding: 34px clamp(1.875rem, 1.221rem + 2.094vi, 3.375rem) 25px clamp(1.875rem, 1.084rem + 2.531vi, 3.688rem);
  background-image: url(../images/square-net.svg);
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media (max-width: 1200px) {
  .blog-single-page .banner {
    padding: 34px 25px 25px 25px;
  }
}
@media (max-width: 767px) {
  .blog-single-page .banner {
    padding-top: 70px;
  }
}
.blog-single-page .banner .img {
  padding-top: 113%;
}
.blog-single-page .banner .cat {
  font-size: 1.125em;
  line-height: 119.667%;
  font-weight: 600;
  border: 1px solid #00AD94;
  padding: 0.583em 1.389em;
  color: #00AD94;
  letter-spacing: 2%;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-single-page .banner .cat:hover {
  background-color: #00AD94;
  color: #ffffff;
}
.blog-single-page .banner p {
  font-size: 0.938em;
  line-height: 160%;
}
.blog-single-page .banner:after {
  content: "";
  position: absolute;
  left: -72px;
  top: -72px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-image: url(../images/elipse.svg);
  background-size: 35px;
  background-position: 52px 26px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px solid #00ad94;
  clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
  transform: rotate(135deg);
  z-index: 2;
}
.blog-single-page .information .left-side {
  border-right: 1px solid #00AD94;
  height: 100%;
}
@media (max-width: 1200px) {
  .blog-single-page .information .left-side {
    border: none;
  }
}
.blog-single-page .information .heading {
  font-size: 1.125em;
  padding: 14px 33px 14px 59px;
  height: 62px;
  border-top: 1px solid #00AD94;
  border-bottom: 1px solid #00AD94;
}
@media (max-width: 1200px) {
  .blog-single-page .information .heading {
    height: auto;
    padding: 15px 25px;
  }
}
.blog-single-page .information .content {
  padding: 117px 157px 46px 55px;
}
@media (max-width: 1200px) {
  .blog-single-page .information .content {
    padding: 40px 25px;
  }
}
.blog-single-page .information .content li,
.blog-single-page .information .content p {
  line-height: 2em;
}
.blog-single-page .information .content li a,
.blog-single-page .information .content p a {
  color: #00AD94;
}
.blog-single-page .information .content h3 {
  font-weight: normal;
  font-size: 2em;
  line-height: 118.75%;
}
.blog-single-page .information .content h3:not(first-of-type) {
  margin-top: 1em;
}

.share .share-link {
  text-decoration: none;
  color: #00AD94;
  font-size: 1.125em;
}
.share .share-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-image: url(../images/share.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 17px;
  margin-top: -2px;
}

.modal-close {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/plus.svg);
  transform: rotate(45deg);
  border: none;
  background-color: transparent;
  z-index: 1;
}

.modal-content {
  border-radius: 0;
}

.post-navigation {
  border-top: 1px solid #00AD94;
  padding: 18px 58px;
}
@media (max-width: 1200px) {
  .post-navigation {
    padding: 18px 25px;
  }
}
.post-navigation a {
  display: inline-block;
  vertical-align: middle;
  color: #00AD94;
  font-size: 1.125em;
  line-height: 177.778%;
  text-decoration: none;
  font-weight: 600;
}
.post-navigation a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  background-image: url(../images/chev.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: -2px;
}
.post-navigation a.view-blog:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  background-image: url(../images/chev.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 10px;
  margin-top: -2px;
  transform: scaleX(-1);
}
.post-navigation a.view-blog:after {
  display: none;
}

.related-articles {
  border-top: 1px solid #00AD94;
}
.related-articles .head {
  height: 61px;
  padding: 10px 27px 10px 27px;
  border-bottom: 1px solid #00AD94;
}
@media (max-width: 1200px) {
  .related-articles .head {
    height: auto;
    padding: 30px 25px 20px 25px;
  }
}
.related-articles .news-post {
  padding: 38px 27px;
}
@media (max-width: 1200px) {
  .related-articles .news-post {
    padding: 35px 25px 0;
  }
}

.single-page-container {
  padding-bottom: clamp(3.75rem, 1.568rem + 6.981vi, 8.75rem);
  position: relative;
}
.single-page-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F5F5F5;
  height: 79%;
}

.float-call {
  position: fixed;
  bottom: clamp(0.938rem, -0.283rem + 3.396vi, 3.75rem);
  z-index: 9;
  left: 0;
  right: 0;
}

.call-us {
  display: flex;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: clamp(1.25rem, 0.301rem + 2.642vi, 3.438rem);
  font-size: clamp(5.625rem, 2.126rem + 9.736vi, 13.688rem);
  width: 1em;
  height: 1em;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.call-us:before {
  content: "";
  display: inline-block;
  width: 0.228em;
  height: 0.228em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/phone-teal.svg);
}
.call-us:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url(../images/call-us-teal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: rotation 40s linear infinite;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.call-us.is-active:before {
  background-image: url(../images/phone.svg);
}
.call-us.is-active:after {
  background-image: url(../images/call-us.svg);
}
.call-us:hover:after {
  scale: 1.05;
}

#offices {
  padding-left: 15px;
  padding-right: 15px;
}
#offices .modal-body {
  padding: 75px 31px 21px 31px;
  background-image: url(../images/isolation.svg);
  background-position: right 14px;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #offices .modal-body {
    background-position: right 120px;
    padding: 55px 25px 15px 25px;
  }
}
@media (max-width: 767px) {
  #offices .modal-body h2 {
    font-size: 26px;
    text-align: center;
  }
}
#offices .modal-body .item {
  height: 100%;
  padding: 25px 22px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  #offices .modal-body .item {
    gap: 15px;
    padding: 20px 20px;
  }
}
#offices .modal-body .item h4 {
  line-height: 109.091%;
}
@media (max-width: 767px) {
  #offices .modal-body .item h4 {
    font-size: 18px;
  }
  #offices .modal-body .item h4 br {
    display: none;
  }
}
#offices .modal-body .item p {
  font-size: 0.938em;
}
#offices .modal-body .item .phone {
  font-size: 1.375em;
  color: #00AD94;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 767px) {
  #offices .modal-body .item .phone {
    font-size: 18px;
  }
}
#offices .modal-body .item .btn-type {
  padding: 1.389em 1.211em;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #offices .modal-body .item .btn-type {
    padding: 10px 1.211em;
  }
}

.modal-lg {
  --bs-modal-width: 864px;
}

@media (max-width: 767px) {
  .footer-logo {
    max-width: 200px;
  }
}

.thank-you-container {
  border-bottom: 1px solid #00AD94;
}

.menu-trigger {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1350px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger span {
  height: 2px;
  width: 100%;
  background-color: #00AD94;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  top: 16px;
}
.menu-trigger.triggered span:nth-of-type(3) {
  top: 8px;
  transform: rotate(45deg);
}
.menu-trigger.triggered span:nth-of-type(1) {
  top: 8px;
  transform: rotate(-45deg);
}
.menu-trigger.triggered span:nth-of-type(2) {
  left: 5px;
  opacity: 0;
}

.testimonial-margin {
  margin: clamp(-5.75rem, -2.795rem + 20.942vi, -18.75rem) 0;
}

.sitemap-container {
  border-bottom: 1px solid #00AD94;
}

.sitemap-row li {
  list-style: none;
  margin-bottom: 10px;
}
.sitemap-row li a {
  color: #000000;
  text-decoration: none;
}
.sitemap-row li a:hover {
  color: #00AD94;
  text-decoration: underline;
}
.sitemap-row .children {
  padding-top: 7px;
}
