/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Montserrat-Regular.ttf) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/Montserrat-Medium.ttf) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Montserrat-Bold.ttf) format("woff2");
}
.elementor-kit-5 {
  --e-global-color-primary: $pColor;
  --e-global-color-accent: #3aa835;
}

::selection {
  color: #fff;
  background: #3aa835;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3aa835;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  background-color: #fff !important;
  color: #3a3a3a;
  text-align: start;
}

body.home {
  background-color: #f2f2f2 !important;
}

:not(.fa):not(.fas):not(.far):not(.fab):not(.fad):not(.fal):not([class*=eicon-]):not(.ab-icon) {
  font-family: "Montserrat", sans-serif !important;
}

ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.d-inline-block .elementor-widget-container {
  display: inline-block;
}

button {
  outline: none !important;
}

.main-color {
  color: #3aa835 !important;
}

a {
  transition: 0.3s;
  color: #3a3a3a;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
  color: #3aa835;
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
}
.form-control::placeholder {
  color: #999;
  font-size: 14px;
}

.text-end {
  text-align: end;
}

.text-ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.widget {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

.elementor-button-link.elementor-button {
  background-color: #3aa835 !important;
  border-radius: 40px;
  line-height: normal;
}
.elementor-button-link.elementor-button:hover {
  background-color: #323c4f !important;
}
.elementor-button-link.elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-link.elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
}

/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/
/*==============================================
// Start Nav Top
================================================*/
body.home header .ast-primary-header-bar {
  background: transparent;
}
body.home header [data-section=section-header-mobile-trigger] .ast-button-wrap .main-header-menu-toggle {
  color: #ffffff;
  background: #3aa835;
}
body.home header [data-section=section-header-mobile-trigger] .ast-button-wrap .main-header-menu-toggle .ast-mobile-svg {
  fill: #ffffff;
}

header.site-header .ast-primary-header-bar {
  background: #3aa835;
}
header.site-header .ast-site-identity {
  padding: 10px 0;
}
header.site-header [data-section=section-header-mobile-trigger] .ast-button-wrap .main-header-menu-toggle {
  color: #3aa835;
  background: #ffffff;
  border-radius: 5px;
}
header.site-header [data-section=section-header-mobile-trigger] .ast-button-wrap .main-header-menu-toggle .ast-mobile-svg {
  fill: #3aa835;
}
header.site-header .widget_polylang {
  margin-inline-end: 15px;
}
header.site-header .widget_polylang a {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 51px;
}
header.site-header .widget_polylang a:after {
    position: absolute;
    content: "";
    background-image: url(./images/globe.png);
    width: 17px;
    height: 17px;
    margin-inline-start: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
header.site-header .widget_polylang a:before {
  position: absolute;
  content: "";
  bottom: -8px;
  right: -18px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
header.site-header .widget_polylang a:hover::before {
  width: calc(100% + 18px);
}
header.site-header .header-widget-area .widget.widget_media_image figure {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
}
header.site-header .header-widget-area .widget.widget_media_image figure figcaption {
  margin: 0;
}
header.site-header .header-widget-area .widget.widget_media_image figure figcaption a {
  color: #fff;
}
header.site-header .main-header-menu {
  gap: 0 32px;
}
header.site-header .main-header-menu > .menu-item {
  position: relative;
}
header.site-header .main-header-menu > .menu-item:after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
header.site-header .main-header-menu > .menu-item.current-menu-item:after, header.site-header .main-header-menu > .menu-item:hover:after {
  width: 100%;
}
header.site-header .main-header-menu > .menu-item > .menu-link {
  font-size: 14px;
  padding: 0;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
header.site-header .ast-builder-html-element {
  display: flex;
  align-items: center;
  gap: 12px;
}
header.site-header .ast-builder-html-element img {
  width: 25px;
}
header.site-header .ast-builder-html-element p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.main-header-menu > .menu-item > .menu-link,
#astra-footer-menu > .menu-item > .menu-link {
  height: auto;
  display: block;
  line-height: normal;
}

.site-header-section > div:first-child {
  margin-inline-end: 22px;
}

.ast-header-break-point .main-navigation .stack-on-mobile li:not(:last-of-type) {
  border-bottom: 1px solid #fefefe;
}
.ast-header-break-point .main-navigation .stack-on-mobile li:after {
  display: none;
}
.ast-header-break-point .main-navigation .stack-on-mobile li .menu-link {
  padding: 12px;
}

/*==============================================
// End Nav Top
================================================*/
/*--------------------------------------------------------------
# Start Page Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Page Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Hero Section
--------------------------------------------------------------*/
.hero-slider .swiper-slide-inner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-slider .elementor-image-carousel.swiper-wrapper {
  position: relative;
}
.hero-slider .elementor-image-carousel.swiper-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(27, 41, 51, 0.8);
}
.hero-slider .swiper-pagination.swiper-pagination-clickable {
  max-width: max-content;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50px);
}
.hero-slider .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #bfc6cc;
}
.hero-slider .elementor-widget-social-icons {
  border-inline-start: 1px solid #fff;
  padding-inline-start: 15px;
}

/*--------------------------------------------------------------
# End Hero Section
--------------------------------------------------------------*/
.our-services-section .elementor-widget-image .elementor-widget-container {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-services-section .elementor-widget-text-editor ul li{
	line-height: normal;
}
.terms-page .elementor-widget-text-editor ul li,
.our-services-section .elementor-widget-text-editor ul li {
  font-weight: 500;
  position: relative;
  padding-inline-start: 18px;
  margin-bottom: 10px;
}
.terms-page .elementor-widget-text-editor ul li::after,
.our-services-section .elementor-widget-text-editor ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3aa835;
}

.our-skills-section .elementor-icon-box-icon .elementor-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-skills-section .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  text-align: start;
  flex-direction: row;
	display: flex;
}
.our-skills-section .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin, 15px);
  margin-left: 0;
}

.our-skills-section .feature-box {
	height: 100%;
}

.our-mission-section .elementor-image-box-img {
  width: 75px !important;
  height: 75px;
  background: #3aa835;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 10px;
}
.our-mission-section .elementor-image-box-img img {
  height: 100%;
}
.our-mission-section .e-con-inner .e-con-full .center-box {
  position: relative;
}
.our-mission-section .e-con-inner .e-con-full .center-box:after, .our-mission-section .e-con-inner .e-con-full .center-box:before {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% - 75px);
  background-color: #323C4F;
  border-radius: 50px;
  bottom: -10px;
}
.our-mission-section .e-con-inner .e-con-full .center-box:after {
  left: 0;
}
.our-mission-section .e-con-inner .e-con-full .center-box:before {
  right: 0;
  left: auto;
  top: auto;
}

.our-clients-section .swiper-slide-image {
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.our-clients-section .swiper-pagination {
  bottom: -15px;
}

.about-page.our-services-section .elementor-widget-image .elementor-widget-container {
  width: 100px;
  height: 100px;
}

.our-sectors-section .single-box .elementor-widget-container {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-sectors-section .single-box .elementor-widget-container img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}

.our-jobs-section .head-box .main-icon .elementor-widget-container {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-jobs-section .head-box .main-icon .elementor-widget-container img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}

.contactus-page br {
  display: none;
}
.contactus-page .row {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.contactus-page .wpcf7-form-control:not(.wpcf7-submit) {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.contactus-page .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: rgba(31, 31, 31, 0.34);
  font-size: 12px;
}
.contactus-page .wpcf7-form-control:not(.wpcf7-submit):hover, .contactus-page .wpcf7-form-control:not(.wpcf7-submit):focus {
  border: 1px solid #3aa835 !important;
}
.contactus-page .wpcf7-submit {
  background-color: #323C4F;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  border: 0;
  transition: 0.3s;
  padding: 13px 40px;
}
.contactus-page .wpcf7-submit:hover {
  background-color: #3aa835;
}
.contactus-page label {
  font-size: 14px;
  color: #677077;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.contactus-page .form-group {
  margin-bottom: 30px;
}
.contactus-page textarea {
  height: 120px !important;
  resize: none;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
}

/*--------------------------------------------------------------
# Start Footer
--------------------------------------------------------------*/
.site-primary-footer-wrap[data-section=section-primary-footer-builder] .ast-builder-grid-row,
.site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row {
  max-width: 1140px;
}

footer.site-footer {
  position: relative;
  padding: 0 10px;
  background: #323c4f;
  overflow: hidden;
  margin-top: 80px;
}
footer.site-footer:after {
  position: absolute;
  content: "";
  background-image: url(./images/footer-shape.png);
  background-size: cover;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
footer.site-footer .site-primary-footer-wrap[data-section=section-primary-footer-builder] {
  background-color: transparent;
  border: 0;
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}
footer.site-footer .footer-widget-area .ast-builder-html-element,
footer.site-footer .footer-widget-area.footer-widget-area-inner,
footer.site-footer .footer-social-inner-wrap {
  text-align: start;
}
footer.site-footer .widget_nav_menu ul li {
  margin-bottom: 10px;
}
footer.site-footer .widget_nav_menu ul li a {
  color: #fff;
}
footer.site-footer .widget_nav_menu ul li a:hover {
  color: #3AA835;
}
footer.site-footer .widget_nav_menu .widget-title,
footer.site-footer .site-footer-primary-section-4 .ast-builder-html-element p {
  position: relative;
  display: inline-block;
  color: #3AA835;
  font-weight: 500;
  padding-bottom: 13px;
  margin-bottom: 30px;
  font-size: 1.375rem;
  line-height: 1.5;
}
footer.site-footer .widget_nav_menu .widget-title:after,
footer.site-footer .site-footer-primary-section-4 .ast-builder-html-element p:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  min-width: 110px;
  width: 100%;
  border-radius: 50px;
}
footer.site-footer > .site-below-footer-wrap[data-section=section-below-footer-builder] {
  background-color: transparent;
  border: 0;
  padding: 75px 0px 23px;
  position: relative;
  z-index: 1;
}
footer.site-footer > .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-footer-grid-columns.site-below-footer-inner-wrap {
  border-top: 2px solid #fff;
  padding-top: 20px;
}
footer.site-footer .site-below-footer-wrap .site-below-footer-wrap[data-section=section-below-footer-builder] {
  min-height: auto;
}
footer.site-footer .site-below-footer-wrap .site-footer-below-section-1 .footer-widget-area.ast-footer-html-2 p {
  color: #fff;
  font-size: 14px;
}
footer.site-footer .site-below-footer-wrap .site-footer-below-section-2 .widget_nav_menu ul {
  text-align: end;
  font-size: 14px;
}
footer.site-footer .site-below-footer-wrap .site-footer-below-section-2 .widget_nav_menu ul li {
  display: inline-block;
  margin: 0;
}
footer.site-footer .site-below-footer-wrap .site-footer-below-section-2 .widget_nav_menu ul li:not(:last-of-type) {
  position: relative;
  margin-inline-end: 15px;
}
footer.site-footer .site-below-footer-wrap .site-footer-below-section-2 .widget_nav_menu ul li:not(:last-of-type):after {
  position: absolute;
  content: "/";
  font-weight: 900;
  font-size: 16px;
  margin-inline-start: 6px;
  color: #fff;
}

/*--------------------------------------------------------------
# End Footer
--------------------------------------------------------------*/
.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size,1em);
    height: var(--e-icon-list-icon-size,1em);
}

.services-box {
    position: relative;
    overflow: hidden;
}

.services-box:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -32px;
    left: -32px;
    background: #3aa835;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.services-box > div {
    position: relative;
    z-index: 1;
}

.services-box:hover:before {
    -webkit-transform: scale(50);
    transform: scale(50);
}

.services-box h2,
.services-box ul li,
.services-box p,
.services-box .elementor-widget-text-editor ul li::after,
.services-box .elementor-widget-image img{
    transition: 0.3s;
}

.services-box:hover h2,
.services-box:hover .elementor-widget-text-editor ul li,
.services-box:hover p {
    color: #fff !important;
}

.services-box:hover .elementor-widget-text-editor ul li::after {
    background-color: #fff;
}
.services-box:hover .elementor-widget-image .elementor-widget-container {
    background-color: #fff !important;
}

.services-box:hover .elementor-widget-image img{
	filter: invert(1);
}

/*--------------------------------------------------------------
# Start responsive
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .hero-slider .swiper-pagination {
    display: none !important;
  }
  .our-skills-section .elementor-icon-box-icon .elementor-icon {
    margin: auto;
  }
  .our-mission-section .e-con-inner .e-con-full .center-box:after,
  .our-mission-section .e-con-inner .e-con-full .center-box:before {
    width: 90%;
    height: 3px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .our-mission-section .e-con-inner .e-con-full .center-box:before {
    bottom: -15px;
    top: auto;
    right: auto;
  }
  .site-primary-footer-wrap .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .our-skills-section .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: center !important;
  }
  .site-header-section > div:first-child {
    margin-inline-end: 0;
  }
  header.site-header .ast-builder-html-element {
    gap: 6px;
    font-size: 11px;
  }
  header.site-header .custom-logo-link img {
    max-width: 130px;
  }
  #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
  #masthead .ast-mobile-header-wrap .ast-below-header-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
  header.site-header .widget_polylang {
    margin-inline-end: 12px;
  }
	.our-skills-section .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		flex-direction: column;
		gap: 13px;
	}
}
@media (max-width: 544px) {
  footer.site-footer .ast-builder-layout-element.ast-footer-copyright .ast-footer-copyright,
  footer.site-footer .site-below-footer-wrap .site-footer-below-section-2 .widget_nav_menu ul {
    text-align: center;
  }
  footer.site-footer .ast-builder-layout-element.ast-footer-copyright .ast-footer-copyright .site-footer-below-section-2.site-footer-section.site-footer-section-2,
  footer.site-footer .site-below-footer-wrap .site-footer-below-section-2 .widget_nav_menu ul .site-footer-below-section-2.site-footer-section.site-footer-section-2 {
    margin: 0;
  }
  .site-footer .site-footer-primary-section-1 .widget_media_image {
    text-align: center;
  }
  .site-footer .site-footer-primary-section-1 .widget_media_image img {
    max-width: 200px;
  }
  footer.site-footer .site-footer-section .footer-widget-area,
  footer.site-footer .footer-widget-area .ast-builder-html-element,
  footer.site-footer .footer-widget-area.footer-widget-area-inner,
  footer.site-footer .footer-social-inner-wrap {
    text-align: center;
  }
  footer.site-footer .widget_nav_menu .widget-title:after,
  footer.site-footer .site-footer-primary-section-4 .ast-builder-html-element p:after {
    min-width: auto;
  }
  footer.site-footer .widget_nav_menu .widget-title,
  footer.site-footer .site-footer-primary-section-4 .ast-builder-html-element p {
    margin-bottom: 18px;
  }
  footer.site-footer > .site-below-footer-wrap[data-section=section-below-footer-builder] {
    padding: 50px 0px 23px;
  }
  header.site-header .ast-builder-grid-row {
    grid-column-gap: 10px;
  }
  .site-header-section > div:first-child {
    padding: 0;
  }
  header.site-header .custom-logo-link img {
    max-width: 110px;
  }
  header.site-header .ast-builder-html-element img {
    width: 18px;
  }
  [data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    padding: 8px;
  }
}
/*--------------------------------------------------------------
# End responsive
--------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
