@import url("https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Onest", sans-serif;
  background-color: #eff7f0;
}

.layout-wrapper {
  max-width: 1283px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  position: relative;
}
.layout-wrapper .about-img {
  max-height: 910px;
  min-width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  background-color: #c5bebe;
  background-image: url(/images/about-img.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.layout-wrapper .about-cnt {
  max-width: 734px;
  background: #fff;
  flex: none;
  align-self: flex-start;
  position: relative;
}

.service .service-item:nth-child(2n+1) {
  margin-top: -64px;
}
@media screen and (max-width: 1024px) {
  .service .service-item:nth-child(2n+1) {
    margin-top: 0px;
  }
}
.service .service-item:last-child {
  margin-top: -64px;
  transform: translate(0, -64px);
}
@media screen and (max-width: 1024px) {
  .service .service-item:last-child {
    margin-top: 0px;
    transform: translate(0, 0px);
  }
}
.service .service-item:first-child {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .service .service-item:first-child {
    margin-top: 0px;
  }
}
.service .service-item a {
  width: 100%;
  max-height: 405px;
  margin-top: 34px;
  margin-bottom: -34px;
}
@media screen and (max-width: 1024px) {
  .service .service-item a {
    margin: 0;
  }
}

.service-container {
  max-width: 1283px;
}

.overlay-green {
  background: rgb(39, 131, 50);
  background: linear-gradient(180deg, rgba(39, 131, 50, 0) 0%, rgb(39, 131, 50) 100%);
}

.partner-slide img {
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  display: block;
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-slide img:hover {
  filter: grayscale(0%);
}

.partner-slide .slick-dots li {
  margin: 0;
}
.partner-slide .slick-dots li button:before {
  font-size: 12px;
}

.bg-gradient-half-white-black {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #010f03 50%);
}

.content-section-quote {
  max-width: 1216px;
}

.bg-newsletter {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #318e3c 10%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

header.hide {
  top: -100px !important;
}

header {
  background-color: rgba(255, 255, 255, 0);
  transition: all ease-in-out 0.3s;
}

header.active {
  background-color: rgb(255, 255, 255);
}
header.active h1 a {
  color: #010f03;
}
header.active h1 a img {
  filter: brightness(0.6);
}
header.active ul li a {
  color: #010f03;
}
header.active ul li:last-child a {
  color: white;
}
header.active .toggle-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzEyNSA5LjU2MjVIMjguNjg3NU01LjMxMjUgMTdIMjguNjg3NU01LjMxMjUgMjQuNDM3NUgyOC42ODc1IiBzdHJva2U9IiMwNTJCMEEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

header.inner-header h1 a {
  color: #318e3c;
}
header.inner-header h1 a span span {
  color: #052b0a !important;
}
header.inner-header h1 a img {
  filter: none !important;
}
header.inner-header ul li a {
  color: #010f03 !important;
}
header.inner-header ul li a:hover, header.inner-header ul li a.active {
  color: #318e3c !important;
  font-weight: 600;
}
header.inner-header ul li:last-child a {
  color: white !important;
}
header.inner-header .toggle-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzEyNSA5LjU2MjVIMjguNjg3NU01LjMxMjUgMTdIMjguNjg3NU01LjMxMjUgMjQuNDM3NUgyOC42ODc1IiBzdHJva2U9IiMwNTJCMEEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

.toggle-button {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzEyNSAxLjU2MjVIMjQuNjg3NU0xLjMxMjUgOUgyNC42ODc1TTEuMzEyNSAxNi40Mzc1SDI0LjY4NzUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

.menu-active {
  overflow: hidden;
}
.menu-active header {
  background: white;
}
.menu-active header h1 a {
  color: #010f03;
}
.menu-active header h1 a img {
  filter: brightness(0.6);
}
.menu-active .toggle-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNSAyNS41TDI1LjUgOC41TTguNSA4LjVMMjUuNSAyNS41IiBzdHJva2U9IiMzMThFM0MiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
.menu-active .mobile-menu {
  top: 88px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu-active .overlay-black {
  opacity: 1;
  pointer-events: all;
  z-index: 11;
}

.modal-active {
  overflow: hidden;
}
.modal-active .overlay-black {
  opacity: 1;
  pointer-events: all;
  z-index: 11;
}
.modal-active .quote-popup {
  opacity: 1;
  pointer-events: all;
  z-index: 12;
  visibility: visible;
}

.quote-popup {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}

.mobile-menu {
  top: 90px;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.overlay-black {
  opacity: 0;
  pointer-events: none;
  transition: all ease-in 0.25s;
  z-index: 0;
}

.service-item a,
.service-item span.arrow {
  transition: all ease-in-out 0.3s;
}
.service-item:hover a {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  transform: translateY(-7px);
}
.service-item:hover a span.arrow {
  transform: translateX(7px);
}

@media screen and (max-width: 640px) {
  .layout-wrapper {
    padding: 0 !important;
  }
  .about-img {
    position: relative !important;
  }
}
@media screen and (max-width: 640px) {
  .industry {
    max-height: 220px;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .bg-gradient-half-white-black {
    background: #318e3c;
  }
  .bg-gradient-half-white-black .bg-newsletter {
    display: none;
  }
}

.our-value-btn:hover i {
  transform: rotate(90deg);
}

.parallax-image {
  position: relative;
}

.grade-cmn-bg {
  background: rgb(239, 247, 240);
  background: linear-gradient(0deg, rgb(239, 247, 240) 50%, rgba(239, 247, 240, 0) 100%);
  position: relative;
}

.quaotes q::before {
  color: #318e3c;
  font-size: 50px;
}
.quaotes q::after {
  color: #318e3c;
  font-size: 50px;
  position: absolute;
  bottom: 0;
  vertical-align: text-bottom;
  display: inline-block;
  line-height: 0;
}

.half-bg-left {
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-color: #318e3c;
  margin-left: -30vw;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  position: absolute;
}

.half-bg-right {
  z-index: 0;
  width: 100vw;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  height: 100%;
  position: absolute;
}/*# sourceMappingURL=style.css.map */