/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.page-template-template-home .main {
  font-family: "poppins";
  overflow: hidden;
}
.page-template-template-home .main .home-banner {
  position: relative;
}
.page-template-template-home .main .home-banner img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-template-template-home .main .home-banner .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
.page-template-template-home .main .home-banner .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .page-template-template-home .main .home-banner .banner-text .banner-title {
    font-size: 20px;
  }
}
.page-template-template-home .main .home-banner .algs {
  position: absolute;
  top: 85%;
  z-index: 2;
  left: 0;
  width: 52%;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .page-template-template-home .main .home-banner .algs {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .home-banner .algs {
    width: 100%;
  }
}
.page-template-template-home .main .section-1 {
  margin-top: 10rem;
}
@media (min-width: 1800px) {
  .page-template-template-home .main .section-1 {
    margin-top: 20rem;
  }
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-home .main .section-1 {
    margin-top: 20rem;
  }
}
@media (max-width: 350px) {
  .page-template-template-home .main .section-1 .section-1-container .section-1-row .section-1-title {
    font-size: 25px;
  }
}
.page-template-template-home .main .section-1 .section-1-container .section-1-row .descriotion p {
  font-size: 26px;
  font-family: "poppins_extra_light";
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-1 .section-1-container .section-1-row .descriotion p {
    font-size: 25px;
  }
}
@media (max-width: 350px) {
  .page-template-template-home .main .section-1 .section-1-container .section-1-row .descriotion p {
    font-size: 20px;
  }
}
.page-template-template-home .main .section-2 {
  position: relative;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-home .main .section-2 {
    min-height: 50rem;
  }
}
@media (max-width: 1599px) {
  .page-template-template-home .main .section-2 {
    min-height: 50rem;
  }
}
@media (max-width: 1400px) {
  .page-template-template-home .main .section-2 {
    min-height: 50rem;
  }
}
@media (max-width: 1199px) {
  .page-template-template-home .main .section-2 {
    min-height: 55rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .main .section-2 {
    min-height: 60rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-home .main .section-2 {
    min-height: 62rem;
  }
}
@media (max-width: 400px) {
  .page-template-template-home .main .section-2 {
    min-height: 85rem;
  }
}
.page-template-template-home .main .section-2 .section-2-container .section-2-row {
  position: absolute;
}
.page-template-template-home .main .section-2 .section-2-container .section-2-row .section-2-title {
  font-size: 30px;
  line-height: 4rem;
}
@media (max-width: 400px) {
  .page-template-template-home .main .section-2 .section-2-container .section-2-row .section-2-title {
    width: 40%;
    line-height: initial;
  }
}
.page-template-template-home .main .section-2 .section-2-container .section-2-row .posts-holder .swiper-wrapper-home {
  align-items: center;
}
.page-template-template-home .main .section-2 .section-2-container .section-2-row .posts-holder .swiper-wrapper-home .the-project {
  height: fit-content;
}
.page-template-template-home .main .section-2 .section-2-container .section-2-row .posts-holder .swiper-wrapper-home .the-project:nth-child(even) .project-image {
  max-height: 300px;
  height: 300px;
}
.page-template-template-home .main .section-2 .section-2-container .section-2-row .posts-holder .swiper-wrapper-home .the-project:nth-child(even) .project-image a img {
  object-fit: cover;
}
.page-template-template-home .main .section-2 .section-2-container .section-2-row .posts-holder .swiper-wrapper-home .the-project .project-image a img {
  border-radius: 15px;
  height: 100%;
}
.page-template-template-home .main .section-3 {
  position: relative;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-home .main .section-3 {
    min-height: 85rem;
  }
}
@media (max-width: 1599px) {
  .page-template-template-home .main .section-3 {
    min-height: 72rem;
  }
}
@media (max-width: 1400px) {
  .page-template-template-home .main .section-3 {
    min-height: 70rem;
  }
}
@media (max-width: 1199px) {
  .page-template-template-home .main .section-3 {
    min-height: 80rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .main .section-3 {
    min-height: 85rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-home .main .section-3 {
    min-height: 90rem;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container {
    padding: 0;
  }
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row {
  position: absolute;
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row {
    position: initial;
  }
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg {
  position: relative;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .green-bg-holder {
    height: 67rem;
  }
}
@media (max-width: 1599px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .green-bg-holder {
    height: 52rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .green-bg-holder {
    height: 0;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .green-bg-holder {
    height: 25rem;
  }
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .green-bg-holder .green-bg {
  height: 100%;
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .green-bg-holder .green-bg {
    height: unset;
  }
}
@media (max-width: 767px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .green-bg-holder .green-bg {
    position: absolute;
    z-index: -1;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .green-bg-holder .green-bg {
    position: absolute;
    right: 0;
    width: 95%;
    height: 22rem;
    margin-bottom: 2rem;
  }
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder {
  position: absolute;
  top: 15%;
  left: 10%;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1800px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder {
    top: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder {
    position: initial;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder {
    padding: 0px 5%;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .textt-holder .section-3-title {
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    font-size: 30px;
    width: 52%;
  }
}
@media (max-width: 350px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .textt-holder .section-3-title {
    top: 3rem;
  }
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .textt-holder .section-3-description {
  font-size: 15px;
  color: white;
  font-family: "poppins_extra_light";
  margin-bottom: 5rem;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .textt-holder .section-3-description {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .textt-holder .section-3-description {
    color: black;
  }
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row {
  justify-content: space-between;
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder {
  background: #FAFAFA;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 1rem;
  width: 23%;
  padding: 1rem;
}
@media (max-width: 1400px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder {
    width: 32%;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder {
    justify-content: flex-start;
    width: 100%;
  }
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder .img-holder {
  width: 75px;
  height: 75px;
  border-radius: 100vh;
  background: #FFFFFF;
  position: relative;
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder .img-holder img {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder .title-holder {
  width: 60%;
  font-size: 13px;
  font-weight: 700;
  color: #086531;
  margin-left: 0.5rem;
  font-family: "poppins";
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder .title-holder {
    font-size: 15px;
    width: 66%;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-3 .section-3-container .section-3-row .section-bg .content-holder .section-3-repeater .section-3-repeater-row .repeater-holder .title-holder {
    margin-left: 5rem;
  }
}
.page-template-template-home .main .section-4 .section-4-container .section-4-row,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row {
  align-items: center;
}
.page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .small-image,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .small-image {
  margin-bottom: 2rem;
}
.page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .small-image img,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .small-image img {
  width: initial;
}
.page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .section-4-title,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .section-4-title {
  width: 70%;
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .section-4-title,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .section-4-title {
    width: 75%;
    line-height: initial;
  }
}
.page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .section-4-quote,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .section-4-quote {
  font-size: 15px;
  font-family: "poppins_medium_bold";
  width: 80%;
  margin-bottom: 2rem;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .section-4-quote,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .section-4-quote {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .section-4-quote,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .section-4-quote {
    width: 100%;
  }
}
.page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .section-4-description,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .section-4-description {
  font-size: 16px;
  width: 79%;
}
@media (max-width: 767px) {
  .page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .section-4-description,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .section-4-description {
    margin: 2rem 0;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-4 .section-4-container .section-4-row .section-4-content .section-4-description,
.page-template-template-home .main .section-4-spacing .section-4-container .section-4-row .section-4-content .section-4-description {
    width: 100%;
    font-size: 12px;
  }
}
.page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-content .section-5-title {
  width: 74%;
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-content .section-5-title {
    width: 82%;
  }
}
.page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-content .section-5-description {
  font-size: 16px;
  width: 75%;
}
@media (max-width: 575px) {
  .page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-content .section-5-description {
    width: 100%;
    margin: 2rem 0;
    font-size: 12px;
  }
}
.page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-form .wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-form .wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-form .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-form .wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
}
.page-template-template-home .main .section-5 .section-5-container .section-5-row .section-5-form .wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.page-template-template-aboutus .main .section-1 {
  overflow: hidden;
}
.page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
}
.page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content div {
  margin-bottom: 2rem;
}
.page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content .sectin-1-small-image img {
  width: 50%;
}
.page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-green-text {
  width: 75%;
  color: #086531;
  font-size: 15px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-green-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-green-text {
    width: 100%;
  }
}
.page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description {
  width: 82%;
  color: #A6A1A1;
  font-size: 15px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description {
    width: 100%;
  }
}
.page-template-template-aboutus .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description p {
  margin-bottom: 2rem;
}
.page-template-template-aboutus .main .section-2 {
  overflow: hidden;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-chairman-row {
  justify-content: space-between;
  align-items: flex-end;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-chairman-row .section-2-chairman-content .section-2-chairman-title {
  font-family: "poppins_extra_light";
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-chairman-row .section-2-chairman-content .section-2-chairman-title p strong {
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-chairman-row .section-2-chairman-content .section-2-chairman-title {
    font-size: 25px;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-chairman-row .section-2-chairman-content .section-2-chairman-description {
  color: #A6A1A1;
  font-size: 15px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-chairman-row .section-2-chairman-content .section-2-chairman-description {
    font-size: 20px;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-chairman-row .section-2-chairman-content .section-2-chairman-description p:not(:last-child) {
  margin-bottom: 2rem;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-chairman-row .section-2-chairman-content .section-2-chairman-description .chairman-name p {
  font-size: 20px;
  color: black;
  font-weight: 500;
  font-style: italic;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row {
  margin-top: 10rem;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row {
    margin-top: 5rem;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 991px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile {
    align-items: center;
  }
}
@media (max-width: 400px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile {
    margin-bottom: 3rem;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile .profile-img {
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile .profile-img {
    width: 100%;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile .profile-img img {
  height: 100%;
}
@media (max-width: 991px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile .profile-img img {
    width: 70%;
  }
}
@media (max-width: 400px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile .profile-img img {
    width: 100%;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile .profile-name {
  font-size: 20px;
  font-weight: 700;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile .profile-position {
  font-size: 15px;
  color: #A6A1A1;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-keypeople-row .profile .profile-position {
    font-size: 20px;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row {
  margin-top: 10rem;
}
@media (max-width: 575px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row {
    margin-top: 5rem;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .section-2-history-title {
  margin-bottom: 10rem;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder {
  padding: 1rem;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder {
    border-left: 3px solid #086531;
    padding: 3rem 1rem;
  }
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(4) {
    border-left: 1px dashed #086531;
  }
}
@keyframes move {
  0% {
    top: -7rem;
  }
  50% {
    top: -8rem;
  }
  100% {
    top: -7rem;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:first-child::after {
  content: "";
  width: 3px;
  height: 5rem;
  background: #086531;
  display: block;
  position: absolute;
  left: -2px;
  right: 0;
  top: -5rem;
  margin: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:first-child::after {
    display: none;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:first-child::before {
  content: "";
  background-image: url(../images/twoarrows.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -2px;
  right: 0;
  top: -7rem;
  margin: auto;
  z-index: -1;
  animation: move 2s infinite;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:first-child::before {
    display: none;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:last-child::after {
  content: "";
  width: 3rem;
  height: 3px;
  background: #086531;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:last-child::after {
    right: initial;
    left: -1.7rem;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .emptydiv {
  position: relative;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .emptydiv .station-year {
  padding: 0.5rem 2rem;
  background: #086531;
  width: fit-content;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  top: -25px;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .emptydiv .station-year p {
  color: white;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .emptydiv .station-year p span {
  font-size: 15px;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .station-holder {
  position: relative;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .station-holder div {
  padding: 0.5rem 1rem;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .station-holder .station-title {
  font-size: 18px;
  font-family: "poppins_medium_bold";
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .station-holder .station-description {
  font-size: 15px;
  color: #A6A1A1;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .station-holder .station-description {
    font-size: 20px;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder .station-holder .station-description:not(:first-child) p {
  margin-top: 1rem;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) {
  flex-direction: row-reverse;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .station-holder {
  border-right: 3px solid #086531;
  padding: 2rem 1rem;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .station-holder {
    border: none;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .station-holder .station-title {
  text-align: end;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .station-holder .station-title {
    text-align: start;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even):nth-child(4) .station-holder {
  border-right: 1px dashed #086531;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even):nth-child(4) .station-holder {
    border: none;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .emptydiv::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100vh;
  border: 3px solid #32a258;
  outline: 3px solid rgba(50, 162, 88, 0.6);
  position: absolute;
  top: -19px;
  left: -11px;
  background: white;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .emptydiv::before {
    top: -23px;
    left: -18px;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .emptydiv .station-year {
  left: 2.5rem;
}
@media (max-width: 1199px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .emptydiv .station-year {
    left: 3rem;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .emptydiv .station-year::after {
  content: " ";
  position: absolute;
  left: -8px;
  border-top: 8px solid transparent;
  border-right: 8px solid #086531;
  border-left: none;
  border-bottom: 8px solid transparent;
  top: 7px;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .emptydiv .station-year {
    top: -25px;
  }
}
@media (max-width: 400px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(even) .emptydiv .station-year {
    left: 3rem;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .emptydiv {
  text-align: end;
  border-right: 3px solid #086531;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .emptydiv {
    border: none;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .emptydiv .station-year {
  position: absolute;
  right: 2.5rem;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .emptydiv .station-year::after {
  content: " ";
  position: absolute;
  border-top: 8px solid transparent;
  border-right: none;
  border-left: 8px solid #086531;
  border-bottom: 8px solid transparent;
  right: -8px;
  top: 7px;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .emptydiv .station-year {
    right: initial;
    left: 15px;
    top: -30px;
  }
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .emptydiv .station-year::after {
    content: " ";
    position: absolute;
    left: -8px;
    border-top: 8px solid transparent;
    border-right: 8px solid #086531;
    border-left: none;
    border-bottom: 8px solid transparent;
    right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .emptydiv .station-year::after {
    right: 28rem;
    top: 5px;
  }
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .station-holder {
  padding: 2rem 1rem;
}
.page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .station-holder::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100vh;
  border: 5px solid #32a258;
  outline: 3px solid rgba(50, 162, 88, 0.6);
  position: absolute;
  top: -19px;
  left: -11px;
  background: white;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-2 .section-2-container .section-2-history-row .history-row .row-holder:nth-child(odd) .station-holder::before {
    top: -30px;
    left: -18px;
  }
}
.page-template-template-aboutus .main .section-3 {
  background: #F5FFF6;
  padding: 3rem;
  margin-bottom: 20rem;
  overflow: hidden;
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row {
  justify-content: space-between;
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .mission .mission-title {
  display: flex;
  align-items: center;
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .mission .mission-title::before {
  content: url("../images/mission.svg");
  margin-right: 1rem;
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .mission .mission-description {
  font-size: 15px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .mission .mission-description {
    font-size: 20px;
  }
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .mission .mission-description p {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .vision {
    margin-top: 10rem;
  }
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .vision .vision-title {
  display: flex;
  align-items: center;
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .vision .vision-title::before {
  content: url("../images/vision.svg");
  margin-right: 1rem;
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .vision .vision-description {
  font-size: 15px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .vision .vision-description {
    font-size: 20px;
  }
}
.page-template-template-aboutus .main .section-3 .section-3-container .section-3-row .vision .vision-description p {
  margin-bottom: 2rem;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.page-template-template-services .main .services-titles {
  color: #086531;
  font-size: 30px;
  letter-spacing: 10px;
  font-family: "poppins_extra_light";
  display: flex;
  flex-direction: column;
  line-height: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .page-template-template-services .main .services-titles {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .services-titles {
    font-size: 20px;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .page-template-template-services .main .services-titles p {
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .services-titles p {
    flex-direction: row;
    color: white;
  }
}
.page-template-template-services .main .services-titles p:first-child {
  font-family: "poppins_medium_bold";
}
.page-template-template-services .main .services-description {
  font-size: 15px;
  color: #A6A1A1;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-services .main .services-description {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .page-template-template-services .main .services-description {
    font-size: 13px;
  }
}
.page-template-template-services .main .section-1 {
  overflow: hidden;
}
.page-template-template-services .main .section-1 .section-1-header .section-1-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_extra_light";
  letter-spacing: 5px;
  line-height: 4rem;
}
.page-template-template-services .main .section-1 .section-1-header .section-1-title strong {
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-1 .section-1-header .section-1-title {
    font-size: 30px;
    line-height: 6rem;
    margin-bottom: 2rem;
  }
}
.page-template-template-services .main .section-1 .section-1-header .section-1-text {
  font-size: 15px;
  color: #A6A1A1;
  width: 53%;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-services .main .section-1 .section-1-header .section-1-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-1 .section-1-header .section-1-text {
    width: 100%;
  }
}
.page-template-template-services .main .section-1 .section-1-row {
  position: relative;
  height: 65rem;
}
@media (max-width: 1199px) {
  .page-template-template-services .main .section-1 .section-1-row {
    height: 80rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-1 .section-1-row {
    height: 90rem;
  }
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-1 .section-1-row {
    height: initial;
  }
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  grid-template-areas: "first third" "second third";
  align-items: center;
  position: absolute;
  width: 60%;
}
@media (max-width: 991px) {
  .page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content {
    position: initial;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div {
  padding: 2rem 1rem;
  background: #FCFAF6;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div .activity-svg {
  background: white;
  border-radius: 100vh;
  padding: 2rem;
  position: relative;
  width: 80px;
  height: 80px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.18);
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div .activity-svg img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div .activity-title {
  font-size: 20px;
  font-family: "poppins_medium_bold";
  margin: 1rem 0;
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div .activity-description {
  font-size: 13px;
  color: #A6A1A1;
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div .activity-description {
    font-size: 15px;
  }
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div:first-child {
  grid-area: first;
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div:nth-child(2) {
  grid-area: second;
}
.page-template-template-services .main .section-1 .section-1-row .activities-holder .active-content .activity-div:last-child {
  grid-area: third;
}
.page-template-template-services .main .section-1 .section-1-row .activities-image {
  position: relative;
  z-index: -1;
}
.page-template-template-services .main .section-1 .section-1-row .activities-image .big-img {
  width: 90%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-template-template-services .main .section-1 .section-1-row .activities-image .small-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15rem;
}
.page-template-template-services .main .section-1 .section-1-row .activities-image .background-beige {
  width: 30rem;
  height: 40rem;
  background: #FCFAF6;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 15px;
  z-index: -1;
}
@media (max-width: 991px) {
  .page-template-template-services .main .section-1 .section-1-row .activities-image {
    display: none;
  }
}
.page-template-template-services .main .section-2 {
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
}
.page-template-template-services .main .section-2 .sections {
  height: 46rem;
}
@media (min-width: 1450px) {
  .page-template-template-services .main .section-2 .sections {
    height: 70rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .sections {
    height: initial;
  }
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container {
  position: relative;
  z-index: 2;
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row {
  justify-content: space-between;
  align-items: center;
  padding: 7rem 0;
}
@media (max-width: 1199px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row {
    flex-direction: column-reverse;
  }
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder {
  height: fit-content;
  width: 50%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder {
    margin-top: 5rem;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
  }
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option {
  display: flex;
  align-items: center;
  color: white;
  font-family: "poppins_medium_bold";
  margin-bottom: 1rem;
  margin-left: 1rem;
  width: 31%;
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option {
    color: #086531;
    flex-direction: column;
  }
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-svg {
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  min-width: 5rem;
  width: 5rem;
  height: 5rem;
  position: relative;
}
@media (min-width: 1450px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-svg {
    min-width: 10rem;
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-svg {
    min-width: 10rem;
    width: 10rem;
    height: 10rem;
  }
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-svg .svg-icone {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-svg .mobile-svg {
  display: none;
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-svg .mobile-svg {
    display: block;
  }
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-svg .desktop-svg {
    display: none;
  }
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-title-repeater {
  margin-left: 1rem;
  font-size: 14px;
  font-family: "poppins";
}
@media (max-width: 1400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-title-repeater {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .repeater-holder .landscape-option .landscape-title-repeater {
    margin-left: 0;
    text-align: center;
    font-size: 10px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .desction-holder {
    margin-bottom: 5rem;
  }
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .desction-holder .landscape-description {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .desction-holder .landscape-description {
    font-size: 13px;
  }
}
.page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .desction-holder .landscape-description p {
  margin-bottom: 1rem;
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .desction-holder .landscape-description p {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .desction-holder .landscape-description {
    color: white;
  }
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .desction-holder .landscape-description {
    color: white;
  }
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-2 .section-landscape .section-landscape-container .section-2-row .desction-holder .landscape-description {
    color: white;
    margin: 5rem 0;
  }
}
.page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services {
  z-index: 1;
  width: 54%;
}
@media (max-width: 1199px) {
  .page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services {
    height: 42rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services {
    height: 50rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services {
    height: 65rem;
  }
}
@media (min-width: 1800px) {
  .page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services {
    height: 100%;
  }
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services {
    height: 50%;
  }
}
.page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services .landscape-image {
  height: 100%;
}
.page-template-template-services .main .section-2 .section-landscape .empty-div-outside-services .landscape-image img {
  height: 100%;
}
.page-template-template-services .main .section-2 .section-irrigation {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row {
    flex-direction: column-reverse;
    position: relative;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-content .irrigation-title {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 10rem;
  }
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-content .irrigation-title p {
  justify-content: center;
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-content .irrigation-description {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-content .irrigation-description {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-content .irrigation-description {
    margin-top: 20rem;
  }
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-content .irrigation-description p {
  margin-bottom: 2rem;
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image {
  position: relative;
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .image-overlay {
    position: initial;
    width: 100%;
  }
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .image-overlay .large-img {
  border-radius: 10px;
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .image-overlay .fade-color-div {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #086531;
  position: absolute;
  top: 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .image-overlay .fade-color-div {
    display: block;
  }
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .irrigation-small-img {
  border: 8px solid white;
  border-radius: 15px;
  position: absolute;
  top: 25rem;
  left: 5rem;
  width: 40%;
  z-index: 3;
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .irrigation-small-img img {
  height: 100%;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .irrigation-small-img {
    top: initial;
    bottom: -15rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
  }
}
.page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .irrigation-alg {
  position: absolute;
  top: -10rem;
  left: -7rem;
  width: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-irrigation .section-irrigation-container .section-irrigation-row .irrigation-image .irrigation-large-img .irrigation-images-holder .irrigation-alg {
    display: none;
  }
}
.page-template-template-services .main .section-2 .section-maintenance {
  margin-top: 15rem;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-services .main .section-2 .section-maintenance {
    height: 68rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-services .main .section-2 .section-maintenance {
    height: 65rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance {
    margin-top: 10rem;
    height: unset;
  }
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row {
  position: relative;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row {
    display: flex;
    flex-direction: column;
  }
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder {
  position: relative;
  height: 40rem;
}
@media (min-width: 1450px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder {
    height: 55rem;
  }
}
@media (max-width: 1199px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder {
    height: 45rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder {
    height: unset;
  }
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .image-overlay {
  position: absolute;
  width: 80%;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1450px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .image-overlay {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .image-overlay {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .image-overlay {
    position: initial;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .image-overlay .large-img {
    height: 100%;
  }
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .image-overlay .fade-color-div {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #086531;
  position: absolute;
  top: 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .image-overlay .fade-color-div {
    display: block;
  }
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .maintenance-small-img {
  border: 8px solid white;
  border-radius: 15px;
  position: absolute;
  width: 40%;
  right: 5rem;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1450px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .maintenance-small-img {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .maintenance-small-img {
    width: 50%;
    right: 0;
    left: 0;
    top: initial;
    bottom: -15rem;
    margin: auto;
  }
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .maintenance-small-img img {
  height: 100%;
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .maintenance-alg {
  position: absolute;
  bottom: 20rem;
  left: -10rem;
  width: 50%;
  z-index: 1;
  top: -15rem;
}
@media (min-width: 1450px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .maintenance-alg {
    top: -15rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .maintenance-alg {
    bottom: 23rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-image .maintenance-images-holder .maintenance-alg {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-content .maintenance-title {
    width: 100%;
    position: absolute;
    top: 10rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-content .maintenance-title p {
    justify-content: center;
  }
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-content .maintenance-description {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-content .maintenance-description {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-content .maintenance-description {
    margin-top: 20rem;
  }
}
.page-template-template-services .main .section-2 .section-maintenance .section-maintenance-container .section-maintenance-row .maintenance-content .maintenance-description p {
  margin-bottom: 2rem;
}
.page-template-template-services .main .section-3 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-3 {
    margin: 10rem 0;
  }
}
.page-template-template-services .main .section-3 .wra2-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-template-template-services .main .section-3 .wra2-right img {
  width: initial;
  filter: opacity(0.5);
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-3 .wra2-right {
    display: none;
  }
}
.page-template-template-services .main .section-3 .section-3-container .section-3-description {
  width: 56%;
  margin-bottom: 3rem;
  font-size: 15px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-services .main .section-3 .section-3-container .section-3-description {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-3 .section-3-container .section-3-description {
    width: 100%;
  }
}
.page-template-template-services .main .section-3 .section-3-container .section-3-row {
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-3 .section-3-container .section-3-row {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
  }
}
.page-template-template-services .main .section-3 .section-3-container .section-3-row .service-holder {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  border-radius: 8px;
  height: 20rem;
  font-size: 13px;
}
@media (max-width: 575px) {
  .page-template-template-services .main .section-3 .section-3-container .section-3-row .service-holder {
    width: 45%;
    height: 30rem;
  }
}
@media (min-width: 575px) {
  .page-template-template-services .main .section-3 .section-3-container .section-3-row .service-holder {
    width: 24%;
  }
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-3 .section-3-container .section-3-row .service-holder {
    width: 90%;
  }
}
.page-template-template-services .main .section-3 .section-3-container .section-3-row .service-holder .service-svg img {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .page-template-template-services .main .section-3 .section-3-container .section-3-row .service-holder .service-svg img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .page-template-template-services .main .section-3 .section-3-container .section-3-row .service-holder .service-svg img {
    width: 60px;
    height: 60px;
  }
}
.page-template-template-services .main .section-3 .section-3-container .section-3-row .service-holder .service-title {
  text-align: center;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.page-template-template-projectspage .main .projects-banner .banner-text .banner-title p:first-child,
.tax-projects_taxonomy .main .projects-banner .banner-text .banner-title p:first-child {
  font-size: 20px;
  font-family: "poppins_extra_light";
}
.page-template-template-projectspage .main .section-1 .section-1-container .projects-page-title span,
.tax-projects_taxonomy .main .section-1 .section-1-container .projects-page-title span {
  font-weight: 300;
  font-family: "poppins";
}
.page-template-template-projectspage .main .section-1 .section-1-container .tags,
.tax-projects_taxonomy .main .section-1 .section-1-container .tags {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-projectspage .main .section-1 .section-1-container .tags .tag,
.tax-projects_taxonomy .main .section-1 .section-1-container .tags .tag {
  padding: 1rem 3rem;
  color: #8A8A8A;
  background: #F1F1F1;
  border-radius: 60px;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
}
.page-template-template-projectspage .main .section-1 .section-1-container .tags .tag img,
.tax-projects_taxonomy .main .section-1 .section-1-container .tags .tag img {
  width: initial;
  margin-right: 0.5rem;
}
.page-template-template-projectspage .main .section-1 .section-1-container .tags .tag .green-svg,
.tax-projects_taxonomy .main .section-1 .section-1-container .tags .tag .green-svg {
  display: none;
}
.page-template-template-projectspage .main .section-1 .section-1-container .tags .p-active,
.tax-projects_taxonomy .main .section-1 .section-1-container .tags .p-active {
  color: #086531;
  background: #C9F7CB;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.single-projects .main .single-page-title {
  font-size: 20px;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
.single-projects .main .section-1 {
  overflow: hidden;
}
@media (max-width: 350px) {
  .single-projects .main .section-1 {
    margin-top: 5rem;
  }
}
.single-projects .main .section-1 .big-container .big-row {
  justify-content: space-between;
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-taxonomy {
  background: #C9F7CB;
  color: #086531;
  font-family: "poppins_medium_bold";
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 1rem 0 2rem;
  font-size: 15px;
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-taxonomy .green-svg {
  width: 20px;
  height: 15px;
  margin-right: 0.5rem;
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-tags .tag {
  font-size: 13px;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 350px) {
  .single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-tags .tag {
    font-size: 10px;
  }
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-tags .tag span:last-child {
  margin-left: 0.5rem;
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-tags .tag:not(:last-child)::after {
  content: "";
  margin: 0 1rem;
  display: block;
  background: black;
  width: 5px;
  height: 1px;
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-tags .tag:nth-child(5)::before {
  display: none;
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-tags .tag .tag-title {
  font-family: "poppins_extra_light";
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-tags .tag .tag-detail {
  font-family: "poppins_medium_bold";
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .paragraph {
  color: #A6A1A1;
  font-size: 15px;
  margin-bottom: 3rem;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .paragraph {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .paragraph {
    font-size: 13px;
  }
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .paragraph p {
  margin-bottom: 1.5rem;
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-images {
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-images .image-holder {
    margin-bottom: 1rem;
  }
}
.single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-images .image-holder img {
  width: 97%;
  height: 100%;
}
@media (max-width: 991px) {
  .single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-images .image-holder img {
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .single-projects .main .section-1 .big-container .big-row .section-1-container .project-informations .informations-images .image-holder img {
    width: 100%;
  }
}
.single-projects .main .section-1 .big-container .big-row .right-side-projects .right-side-projects-title {
  font-size: 27px;
  border-bottom: 1px solid black;
  margin-bottom: 3rem;
  font-weight: 700;
  width: fit-content;
}
.single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects .post {
    width: 45%;
  }
}
.single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects .post .project {
  margin-bottom: 3rem;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
  width: 70%;
}
@media (max-width: 767px) {
  .single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects .post .project {
    width: 100%;
  }
}
.single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects .post .project .project-image .link img {
  height: 10rem;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 767px) {
  .single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects .post .project .project-image .link img {
    height: initial;
  }
}
.single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects .post .project .project-name {
  padding: 1rem 0.5rem;
  font-size: 10px;
}
@media (max-width: 350px) {
  .single-projects .main .section-1 .big-container .big-row .right-side-projects .right-projects .post .project .project-name {
    font-size: 7px;
  }
}
.single-projects .main .section-2 {
  overflow: hidden;
  position: relative;
  height: 45rem;
  margin-bottom: 20rem;
}
@media (min-width: 1800px) {
  .single-projects .main .section-2 {
    height: 75rem;
  }
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .single-projects .main .section-2 {
    height: 60rem;
  }
}
@media (max-width: 1199px) {
  .single-projects .main .section-2 {
    height: 45rem;
  }
}
@media (max-width: 767px) {
  .single-projects .main .section-2 {
    height: 40rem;
  }
}
@media (max-width: 350px) {
  .single-projects .main .section-2 {
    height: 30rem;
  }
}
.single-projects .main .section-2 .section-2-container .swiper-holder {
  position: absolute;
  width: 100%;
}
.single-projects .main .section-2 .section-2-container .swiper-holder .gallery-holder .swiper-wrapper-single-page .img-holder img {
  height: 35rem;
}
@media (max-width: 767px) {
  .single-projects .main .section-2 .section-2-container .swiper-holder .gallery-holder .swiper-wrapper-single-page .img-holder img {
    height: 30rem;
  }
}
.single-projects .main .section-2 .section-2-container .swiper-holder .gallery-holder .swiper-arrows-siglepage {
  top: 3rem;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.page-template-template-sustainability .main .section-1 {
  background: #FCFAF6;
  padding-top: 10rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .page-template-template-sustainability .main .section-1 {
    min-height: 50rem;
  }
}
.page-template-template-sustainability .main .section-1 .section-1-container .section-1-row {
  justify-content: space-between;
}
@media (min-width: 767px) {
  .page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content {
    padding: 5rem 0;
  }
}
.page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-title {
  margin-bottom: 2rem;
}
.page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-title p {
  font-size: 25px;
  color: #086531;
  font-family: "poppins_extra_light";
  line-height: 4rem;
}
@media (max-width: 575px) {
  .page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-title p {
    line-height: 7rem;
  }
}
.page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-title strong {
  font-size: 30px;
  font-family: "poppins_medium_bold";
  letter-spacing: 0.2rem;
}
.page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description {
  color: #A6A1A1;
  font-size: 15px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description {
    font-size: 13px;
  }
}
.page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-content .section-1-description p {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-image {
    height: 60rem;
  }
}
.page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-image .section-image img {
  width: 50%;
  max-height: 60rem;
  position: absolute;
  right: 0;
  border-bottom-left-radius: 15rem;
  border-top-left-radius: 15px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-1 .section-1-container .section-1-row .section-1-image .section-image img {
    width: 95%;
  }
}
.page-template-template-sustainability .main .section-2 {
  margin-top: 10rem;
}
.page-template-template-sustainability .main .section-2 .section-2-container .section-2-title {
  margin-bottom: 3rem;
  font-size: 30px;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .page-template-template-sustainability .main .section-2 .section-2-container .section-2-title {
    font-size: 25px;
  }
}
.page-template-template-sustainability .main .section-2 .section-2-container .items-holder {
  position: relative;
}
.page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: space-around;
}
.page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-head {
  display: flex;
  align-items: center;
}
.page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-head .item-image img {
  width: initial;
}
@media (max-width: 991px) {
  .page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-head .item-image img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-head .item-image img {
    width: 25px;
    height: 25px;
  }
}
.page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-head .item-name {
  color: white;
  font-size: 20px;
  font-family: "poppins_medium_bold";
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-head .item-name {
    font-size: 15px;
  }
}
.page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-number {
  font-size: 30px;
  color: #C9F7CB;
  font-family: "poppins_medium_bold";
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-number {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .page-template-template-sustainability .main .section-2 .section-2-container .items-holder .section-2-repeater .item-holder .item-number {
    font-size: 15px;
  }
}
.page-template-template-sustainability .main .section-3 {
  background: #FCFAF6;
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image {
    height: 20rem;
    position: absolute;
    left: 0;
    width: 95%;
  }
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image img {
  position: absolute;
  left: 0;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 50rem;
}
@media (max-width: 1199px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image img {
    height: 59rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image img {
    height: 77rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image img {
    height: 22rem;
  }
}
@media (min-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image img {
    position: initial;
    object-fit: cover;
  }
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .fade-color-div {
  position: absolute;
  left: 0;
  background: #086531;
  opacity: 0.8;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 100%;
  height: 50rem;
}
@media (max-width: 1199px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .fade-color-div {
    height: 59rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .fade-color-div {
    height: 77rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .fade-color-div {
    height: 22rem;
  }
}
@media (min-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .fade-color-div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .fade-color-div {
    width: 100%;
    top: 0;
  }
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .setion-title {
  position: relative;
  color: white;
  font-size: 30px;
  font-family: "poppins_medium_bold";
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .setion-title p {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .setion-title p:last-child {
  font-family: "poppins_extra_light";
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .setion-title {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-top: 1rem;
  }
}
@media (max-width: 575px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .setion-title {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-image .setion-title {
    font-size: 13px;
  }
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content {
  padding: 2rem 0rem 2rem 3rem;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content {
    padding: 25rem 0 0 0;
  }
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content .section-description {
  color: #A6A1A1;
  font-size: 14px;
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content .section-description p {
  margin-bottom: 1rem;
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content .section-repeater .range-holder {
  margin-bottom: 1rem;
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content .section-repeater .range-holder .range-title {
  font-weight: 700;
  font-size: 13px;
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content .section-repeater .range-holder .range {
  font-weight: 700;
  text-align: end;
  margin-bottom: 5px;
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content .section-repeater .range-holder .progress {
  position: relative;
  overflow: visible;
  height: 1rem;
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content .section-repeater .range-holder .progress .progress-bar {
  background: #086531;
  position: relative;
  overflow: visible;
  border-radius: 15px;
}
.page-template-template-sustainability .main .section-3 .section-3-container .section-3-row .section-content .section-repeater .range-holder .progress .progress-bar::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100vh;
  background: #086531;
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 100%;
}
.page-template-template-sustainability .main .section-4 {
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-4 {
    margin-top: 10rem;
  }
}
.page-template-template-sustainability .main .section-4 .sustainabilityswiper {
  width: 100%;
  max-width: 940px;
  height: 500px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .page-template-template-sustainability .main .section-4 .sustainabilityswiper {
    height: 350px;
  }
}
@media (max-width: 400px) {
  .page-template-template-sustainability .main .section-4 .sustainabilityswiper {
    height: 600px;
  }
}
.page-template-template-sustainability .main .section-4 .section-4-container {
  padding: 1rem 5rem;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-4 .section-4-container {
    padding: 0 5rem;
  }
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row {
    height: initial !important;
  }
}
@media (max-width: 575px) {
  .page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row {
    height: 600px !important;
  }
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-description-holder .content-title {
  font-size: 20px;
  color: #086531;
  font-family: "poppins_extra_light";
  margin-bottom: 2rem;
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-description-holder .content-title p span {
  font-family: "poppins_medium_bold";
  letter-spacing: 10px;
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-description-holder .content-description {
  font-size: 13px;
  color: #A6A1A1;
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-description-holder .content-description p {
  margin-bottom: 2rem;
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-image {
  position: relative;
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-image .image {
  text-align: end;
}
@media (min-width: 767px) {
  .page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-image .image {
    padding-top: 5rem;
  }
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-image .image img {
  width: 90%;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-image .image img {
    width: 100%;
  }
}
.page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-image .empty-color-div {
  width: 30%;
  height: 100%;
  background: #FCFAF6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-4 .section-4-container .section-4-holder .section-4-row .content-image .empty-color-div {
    display: none;
  }
}
.page-template-template-sustainability .main .section-4 .section-4-container .swiper-pagination {
  right: initial;
  top: 4.5rem;
}
@media (max-width: 991px) {
  .page-template-template-sustainability .main .section-4 .section-4-container .swiper-pagination {
    top: 5rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-4 .section-4-container .swiper-pagination {
    top: 6rem;
    right: 5rem;
  }
}
.page-template-template-sustainability .main .section-4 .section-4-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #086531;
  background: transparent;
}
.page-template-template-sustainability .main .section-4 .section-4-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #086531;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .main .section-5 {
    margin-top: 10rem;
  }
}
@media (min-width: 991px) {
  .page-template-template-sustainability .main .section-5 .section-5-container .section-5-title {
    letter-spacing: 3px;
  }
}
.page-template-template-sustainability .main .section-5 .section-5-container .section-5-title p {
  font-size: 30px;
  color: #086531;
  font-family: "poppins_extra_light";
}
.page-template-template-sustainability .main .section-5 .section-5-container .section-5-title p:last-child {
  font-size: 35px;
  font-family: "poppins_medium_bold";
  line-height: 4rem;
}
@media (max-width: 991px) {
  .page-template-template-sustainability .main .section-5 .section-5-container .section-5-title p:last-child {
    line-height: 7rem;
  }
}
@media (max-width: 350px) {
  .page-template-template-sustainability .main .section-5 .section-5-container .section-5-title p:last-child {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .page-template-template-sustainability .main .section-5 .section-5-container .section-5-title p {
    font-size: 19px;
  }
}
.page-template-template-sustainability .main .section-5 .section-5-container .section-5-row .post .project .project-image img {
  object-fit: cover;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.page-template-template-contactus .main .section-1 {
  overflow: hidden;
}
.page-template-template-contactus .main .section-1 .section-1-container .text-holder {
  text-align: center;
}
.page-template-template-contactus .main .section-1 .section-1-container .text-holder .contactus-text {
  font-size: 20px;
  font-family: "poppins_medium_bold";
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .page-template-template-contactus .main .section-1 .section-1-container .text-holder .contactus-text {
    width: 100%;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .page-template-template-contactus .main .section-1 .section-1-container .text-holder .contactus-text {
    width: 100%;
    font-size: 11px;
  }
}
.page-template-template-contactus .main .section-1 .section-1-container .text-holder .contactus-text .image {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.page-template-template-contactus .main .section-1 .section-1-container .text-holder .contactus-text .image .to-bottom {
  width: 50px;
  height: 50px;
  margin: 0 1rem;
  cursor: pointer;
}
.page-template-template-contactus .main .section-1 .section-1-container .text-holder .contactus-text .image::after {
  content: "";
  background: black;
  display: block;
  width: 20px;
  height: 1px;
}
.page-template-template-contactus .main .section-1 .section-1-container .text-holder .contactus-text .image::before {
  content: "";
  background: black;
  display: block;
  width: 20px;
  height: 1px;
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options {
  justify-content: space-between;
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder {
  display: flex;
  align-items: center;
  width: fit-content;
  overflow: hidden;
  margin-bottom: 2rem;
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-svg {
  background: #C9F7CB;
  border-radius: 100vh;
  padding: 2rem;
  position: relative;
  width: 80px;
  height: 80px;
  transition: all 300ms;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-svg {
    width: 50px;
    height: 50px;
  }
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-svg img {
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
}
@media (max-width: 767px) {
  .page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-svg img {
    width: 25px;
    height: 25px;
  }
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-svg .svg-1 {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-svg .svg-2 {
  display: none;
  top: 0;
  bottom: 0;
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder:last-child .svg-2 {
  display: block;
  transform: translateX(-15rem);
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder:first-child .svg-2 {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-15rem);
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px) rotate(-5deg);
  }
  40% {
    transform: translateX(5px) rotate(5deg);
  }
  60% {
    transform: translateX(-5px) rotate(-5deg);
  }
  80% {
    transform: translateX(5px) rotate(5deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder:hover:first-child .svg-1 {
  transition: all 300ms;
  transform: translateY(15rem);
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder:hover:first-child .svg-2 {
  transition: all 300ms;
  transform: translateY(0rem);
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder:hover:last-child .svg-1 {
  transition: all 300ms;
  right: initial;
  left: initial;
  transform: translateX(15rem);
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder:hover:last-child .svg-2 {
  transition: all 300ms;
  transform: translateX(-0.5rem);
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder:hover:nth-child(2) .svg-1 {
  animation: shake 0.5s;
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-details {
  margin-left: 2rem;
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-details .option-title {
  font-size: 15px;
  font-family: "poppins_medium_bold";
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-details .option-title {
    font-size: 20px;
  }
}
.page-template-template-contactus .main .section-1 .section-1-container .contactus-options .options-holder .option-details .option-value .value {
  color: #A6A1A1;
  font-size: 13px;
}
.page-template-template-contactus .main .section-2 {
  position: relative;
  overflow: hidden;
}
.page-template-template-contactus .main .section-2 .section-2-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .page-template-template-contactus .main .section-2 .section-2-container {
    margin-left: auto !important;
  }
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-template-template-contactus .main .section-2 .section-2-container .section-2-row {
    flex-direction: column-reverse;
  }
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder {
  padding: 2rem;
  background: #F9F9F9;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 991px) {
  .page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder {
    margin-bottom: 3rem;
  }
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder .contact-form .contact-form-title {
  font-size: 30px;
  color: #086531;
  margin-bottom: 3rem;
}
@media (max-width: 350px) {
  .page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder .contact-form .contact-form-title {
    font-size: 25px;
  }
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder .contact-form .contact-form-title p {
  font-family: "poppins_extra_light";
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder .contact-form .contact-form-title p:last-child {
  font-family: "poppins_medium_bold";
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder .contact-form .wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap input,
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder .contact-form .wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap textarea {
  background: #F9F9F9;
  color: #A6A1A1;
  border-bottom: 1px solid #A6A1A1;
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder .contact-form .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  border: none;
  padding: 1rem 3rem;
  color: white;
  background: #086531;
  font-family: "poppins_medium_bold";
  box-shadow: 0px 8px 19px rgba(8, 101, 49, 0.15);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .page-template-template-contactus .main .section-2 .section-2-container .section-2-row .contact-form-holder .contact-form .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
    padding: 2rem 3rem;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contactus .main .section-2 .section-2-container .section-2-row .map-holder {
    margin-bottom: 3rem;
  }
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .map-holder .map {
  height: 100%;
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .map-holder .map p {
  height: 100%;
}
.page-template-template-contactus .main .section-2 .section-2-container .section-2-row .map-holder .map p iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.page-template-template-contactus .main .section-2 .empty-div-outside-contact {
  background: #F9F9F9;
}
@media (max-width: 767px) {
  .page-template-template-contactus .main .section-2 .empty-div-outside-contact {
    display: none;
  }
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.page-template-template-career .main .section-1 .section-1-container .section-1-header {
  margin-bottom: 5rem;
}
.page-template-template-career .main .section-1 .section-1-container .section-1-header .section-1-title {
  font-size: 30px;
  color: #086531;
  font-family: "poppins_extra_light";
}
.page-template-template-career .main .section-1 .section-1-container .section-1-header .section-1-title p:last-child {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
.page-template-template-career .main .section-1 .section-1-container .section-1-header .section-1-description {
  font-size: 15px;
  color: #A6A1A1;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-template-template-career .main .section-1 .section-1-container .section-1-header .section-1-description {
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .page-template-template-career .main .section-1 .section-1-container .section-1-header .section-1-description {
    width: 50%;
  }
}
.page-template-template-career .main .section-1 .section-1-container .section-1-row {
  justify-content: space-between;
}
.page-template-template-career .main .section-1 .section-1-container .section-1-row div {
  padding: 0.5rem 1rem;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.page-template-template-entities .main .section-1 .section-1-container .section-1-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_extra_light";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-title strong {
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-title {
    font-size: 30px;
    line-height: 6rem;
    margin-bottom: 3rem;
  }
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card {
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F9F9F9;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card {
    flex-direction: column;
  }
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .logo-img {
  height: 100%;
  padding: 2rem;
  position: relative;
  width: 25%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .logo-img {
    width: 60%;
    margin-bottom: 2rem;
  }
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .logo-img::after {
  content: "";
  display: block;
  background: #086531;
  width: 5px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .logo-img::after {
    height: 70%;
  }
}
@media (max-width: 767px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .logo-img::after {
    display: none;
  }
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .logo-img img {
  width: 100%;
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content {
  width: 50%;
  margin-left: 3rem;
}
@media (max-width: 991px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content {
    width: 100%;
  }
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content .card-title {
  font-size: 25px;
  font-family: "poppins_medium_bold";
  letter-spacing: 5px;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content .card-title {
    font-size: 20px;
  }
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content .card-title::after {
  content: "";
  display: block;
  background: #086531;
  width: 30%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content .card-title::after {
    width: 20%;
  }
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content .card-title::before {
  content: "";
  display: block;
  background: #A6A1A1;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content .card-title::before {
    width: 60%;
  }
}
.page-template-template-entities .main .section-1 .section-1-container .section-1-row .company-card .card-content .description {
  font-size: 15px;
  color: #A6A1A1;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

.single-careers .main .section-1 .section-1-container .section-1-row .job-title {
  font-size: 30px;
  color: #086531;
  font-family: "poppins_medium_bold";
}
.single-careers .main .section-1 .section-1-container .section-1-row .conditions-row {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.single-careers .main .section-1 .section-1-container .section-1-row .conditions-row .condition-holder {
  display: flex;
  align-items: center;
}
@media (max-width: 350px) {
  .single-careers .main .section-1 .section-1-container .section-1-row .conditions-row .condition-holder {
    margin-bottom: 1rem;
  }
}
.single-careers .main .section-1 .section-1-container .section-1-row .conditions-row .condition-holder:not(:first-child) {
  margin-left: 1rem;
}
@media (max-width: 350px) {
  .single-careers .main .section-1 .section-1-container .section-1-row .conditions-row .condition-holder:not(:first-child) {
    margin-left: 0;
  }
}
.single-careers .main .section-1 .section-1-container .section-1-row .conditions-row .condition-holder .condition-svg img {
  width: initial;
}
.single-careers .main .section-1 .section-1-container .section-1-row .conditions-row .condition-holder .condition-text {
  font-size: 13px;
  color: #A6A1A1;
  margin-left: 0.5rem;
}
.single-careers .main .section-1 .section-1-container .section-1-row .job-description-div .description-title {
  font-size: 20px;
  margin-bottom: 1rem;
}
.single-careers .main .section-1 .section-1-container .section-1-row .job-description-div .job-description {
  font-size: 13px;
  color: #A6A1A1;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .single-careers .main .section-1 .section-1-container .section-1-row .job-description-div .job-description {
    font-size: 15px;
  }
}
.single-careers .main .section-2 .section-2-container .section-2-row .responsibility .responsibility-title {
  font-size: 20px;
  margin-bottom: 2rem;
}
.single-careers .main .section-2 .section-2-container .section-2-row .responsibility .responsibilities-repeater .resp-holder {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.single-careers .main .section-2 .section-2-container .section-2-row .responsibility .responsibilities-repeater .resp-holder .tec img {
  width: initial;
}
.single-careers .main .section-2 .section-2-container .section-2-row .responsibility .responsibilities-repeater .resp-holder .responsibility-text p {
  color: #A6A1A1;
  font-size: 13px;
}
.single-careers .main .section-2 .section-2-container .section-2-row .requirement {
  margin-bottom: 3rem;
}
.single-careers .main .section-2 .section-2-container .section-2-row .requirement .requirement-title {
  font-size: 20px;
  margin-bottom: 2rem;
}
.single-careers .main .section-2 .section-2-container .section-2-row .requirement .requirements-repeater .req-holder {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.single-careers .main .section-2 .section-2-container .section-2-row .requirement .requirements-repeater .req-holder .tec img {
  width: initial;
}
.single-careers .main .section-2 .section-2-container .section-2-row .requirement .requirements-repeater .req-holder .responsibility-text p {
  color: #A6A1A1;
  font-size: 13px;
}
.single-careers .main .section-2 .section-2-container .application .apply-btn {
  font-size: 10px;
  background: #086531;
  padding: 1.5rem 5rem;
  border: none;
  font-family: "poppins_medium_bold";
}
.single-careers .main .section-3 .section-3-container .section-3-row .section-3-title {
  font-size: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.single-careers .main .section-3 .section-3-container .section-3-row .recent-row {
  justify-content: space-between;
}
.single-careers .main .section-3 .section-3-container .section-3-row .recent-row .job-card div {
  padding: 0.5rem 1rem;
}

/* COLORS */
/* FONT FAMILY */
@font-face {
  font-family: "poppins";
  font-style: normal;
  src: url("../Poppins-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_medium_bold";
  font-style: normal;
  src: url("../Poppins-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "poppins_extra_light";
  font-style: normal;
  src: url("../Poppins-ExtraLight.ttf");
  /* IE9 Compat Modes */
  src: local("ttcommons"), local("ttcommons"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}

.empty-div-outside {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-title {
  font-size: 40px;
  color: #086531;
  font-family: "poppins_medium_bold";
  margin-bottom: 5rem;
  letter-spacing: 5px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .about-title {
    line-height: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .about-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 350px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title span {
  font-family: "poppins_extra_light";
}

/* REPEATED CLASSES */
.banners {
  position: relative;
}
.banners .the-image {
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .banners .the-image {
    height: 50vh;
    object-fit: cover;
  }
}
.banners .layer-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #086531, transparent, transparent, transparent, #086531);
  z-index: 2;
}
.banners .banner-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
  color: white;
  z-index: 2;
  font-size: clamp(5px, 20px, 3vw);
}
@media (max-width: 767px) {
  .banners .banner-text {
    bottom: 25%;
  }
}
.banners .banner-text .banner-title {
  font-size: 35px;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .banners .banner-text .banner-title {
    font-size: 20px;
  }
}
.banners .algs {
  position: absolute;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .banners .algs {
    top: 65%;
  }
}

.section-spacing {
  margin-top: 5rem;
}

.section-spacing-large {
  margin-top: 10rem;
}

.title {
  font-size: 40px;
  color: #086531;
  font-weight: 700;
  line-height: 4rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .title {
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: initial;
  }
}

.profile-btn,
.profile-btn-off {
  display: block;
  padding: 2rem;
  background: white;
  border-radius: 100vh;
  border: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-btn,
.profile-btn-off {
    display: none;
  }
}
.profile-btn p,
.profile-btn-off p {
  font-size: 13px;
  font-family: "poppins_medium_bold";
  color: #086531;
}
@media (max-width: 991px) {
  .profile-btn p,
.profile-btn-off p {
    font-size: 8px;
  }
}

.profile-btn-off {
  width: fit-content;
  background: #086531;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .profile-btn-off {
    display: block;
  }
}
.profile-btn-off p {
  color: white;
  font-size: 15px;
}

.title-white {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 6rem;
  font-family: "poppins_medium_bold";
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-white {
    line-height: initial;
  }
}

.Al-button {
  margin-top: 2rem !important;
}
.Al-button hr {
  width: 42%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 400px) {
  .Al-button hr {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .Al-button hr {
    width: 9%;
  }
}
.Al-button a {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
}
.Al-button a::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}

.form-button hr {
  width: 50%;
  background: #086531;
  opacity: 1;
  height: 3px !important;
}
@media (max-width: 991px) {
  .form-button hr {
    width: 30px;
    min-width: 30px;
  }
}
.form-button .btn-holder {
  display: flex;
  align-items: baseline;
}
.form-button .btn-holder::after {
  content: url(../images/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.form-button .btn-holder p {
  width: 30px;
}
.form-button .btn-holder p .wpcf7-submit {
  color: #086531;
  font-family: "poppins_medium_bold";
  font-size: 12px;
  padding-left: 0;
  background: transparent;
  border: none;
}

.swiperhome,
.swipersinglepage {
  overflow: unset !important;
  overflow-x: clip !important;
}
.swiperhome .swiper-button-prev,
.swipersinglepage .swiper-button-prev {
  right: 30%;
  width: 30px;
  height: 30px;
}
.swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowleft.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-prev::after,
.swipersinglepage .swiper-button-prev::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
  right: 25%;
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .swiperhome .swiper-button-next,
.swipersinglepage .swiper-button-next {
    right: 13%;
  }
}
.swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../images/swiperarrowright.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiperhome .swiper-button-next::after,
.swipersinglepage .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}
.swiperhome .swiper-arrows,
.swipersinglepage .swiper-arrows {
  top: -7rem;
  left: initial;
}

.wpcf7 .wpcf7-form .form-groups {
  margin-bottom: 3rem;
}
.wpcf7 .wpcf7-form .contact-form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-group p {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
  transition: all 200ms;
  font-weight: lighter;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  transition: all 200ms;
  box-shadow: none;
  border-color: #086531;
}

.project-grid {
  margin-top: 3rem !important;
}
.project-grid .post {
  margin-bottom: 3rem;
}
.project-grid .post .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #F1F1F1;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project-grid .post .project {
    width: 100%;
  }
}
.project-grid .post .project .project-image {
  position: relative;
  overflow: hidden;
}
.project-grid .post .project .project-image .link .link-div {
  position: absolute;
  top: 3rem;
  font-family: "poppins";
  background: #086531;
  color: white;
  font-size: 13px;
  width: fit-content;
  padding: 2rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateX(-30rem);
  transition: all 200ms;
}
.project-grid .post .project .project-image .link .link-div::after {
  content: url("../images/Arrowwhite.svg");
  color: white;
  margin-left: 0.5rem;
}
.project-grid .post .project .project-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.project-grid .post .project .project-image .details {
  padding: 3rem 1rem;
  background: rgba(196, 196, 196, 0.8);
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: -50rem;
  transition: all 200ms;
}
@media (max-width: 400px) {
  .project-grid .post .project .project-image .details {
    padding: 5rem 1rem;
  }
}
@media (max-width: 575px) {
  .project-grid .post .project .project-image .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "a a a" "b c d";
  }
  .project-grid .post .project .project-image .details .project-location {
    grid-area: a;
  }
  .project-grid .post .project .project-image .details .project-status {
    grid-area: b;
  }
  .project-grid .post .project .project-image .details .project-timeline {
    grid-area: c;
  }
  .project-grid .post .project .project-image .details .project-year {
    grid-area: d;
  }
}
.project-grid .post .project .project-image .details .detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 13px;
}
.project-grid .post .project .project-image .details .detail .detail-title {
  color: #A6A1A1;
  font-family: "poppins_medium_bold";
}
.project-grid .post .project .project-image .details .project-status,
.project-grid .post .project .project-image .details .project-timeline {
  border-right: 1px solid white;
}
.project-grid .post .project:hover .project-image .link .link-div {
  transition: all 300ms;
  transform: translateX(0rem);
}
.project-grid .post .project:hover .details {
  transition: all 300ms;
  bottom: 0;
}
.project-grid .post .project .project-name {
  padding: 1rem 2rem;
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (max-width: 575px) {
  .project-grid .post .project .project-name {
    padding: 2rem 2rem;
  }
}

.more-projects {
  margin: 2rem 0 10rem 0;
  cursor: pointer;
}
.more-projects .more-link {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  color: #086531;
  font-size: 13px;
  font-family: "poppins_medium_bold";
  border-bottom: 2px solid #086531;
}

.modal .modal-dialog .modal-content,
.modal .modal-lg .modal-content {
  padding: 5rem;
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-lg .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close,
.modal .modal-lg .modal-content .modal-header .btn-close {
  border: 1px solid black;
  border-radius: 100vh;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p {
  color: #A6A1A1;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-size: 9px;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .contact-form-row .col-checkbox p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 5rem;
  margin-right: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit,
.modal .modal-lg .modal-content .modal-body .wpcf7 .wpcf7-form .form-button p .wpcf7-submit {
  padding: 1.5rem 5rem;
  font-size: 12px;
  background: #086531;
  color: white;
  border-radius: 0.25rem;
  border: none;
}

.job-card {
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-card::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100vh;
  background: #ffffff;
  opacity: 0.3;
  display: none;
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  z-index: 2;
}
.job-card:hover {
  background: #086531;
  border: none;
  box-shadow: rgba(8, 101, 49, 0.48) 6px 2px 16px 0px, rgba(8, 101, 49, 0.8) -6px -2px 16px 0px;
}
.job-card:hover::after {
  display: block;
}
.job-card:hover .job-card-header .job-title {
  color: white;
}
.job-card:hover .job-card-body .jobinf {
  color: white;
}
.job-card:hover .job-card-body .jobinf p span {
  color: #97EFA3;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn {
  color: white;
}
.job-card:hover .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/Arrowwhite.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-header .job-title {
  font-size: 20px;
  color: #086531;
}
.job-card .job-card-body {
  position: relative;
  z-index: 3;
}
.job-card .job-card-body .jobinf {
  font-family: "poppins_medium_bold";
  font-size: 13px;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .job-card .job-card-body .jobinf {
    font-size: 15px;
  }
}
.job-card .job-card-body .jobinf p span {
  color: #A6A1A1;
}
.job-card .job-card-body .job-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn {
  background: transparent;
  border: none;
  color: #086531;
  font-family: "poppins_medium_bold";
}
@media (max-width: 575px) {
  .job-card .job-card-footer .job-link .job-apply .apply-btn {
    font-size: 13px;
  }
}
.job-card .job-card-footer .job-link .job-apply .apply-btn::after {
  content: url("../images/arrow.svg");
  margin-left: 0.5rem;
}
.job-card .job-card-footer .job-link .job-apply .apply-btn:focus {
  box-shadow: none;
}

.breadcrumbs {
  margin-bottom: 3rem;
  display: flex;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a:not(:last-child) {
  color: #A6A1A1;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrrowleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.breadcrumbs p {
  font-size: 12px;
  color: #086531;
}
@media (max-width: 350px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
.loading-panel .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  animation: scales 2s infinite;
}

html {
  font-size: 10px;
  height: 100%;
  font-family: "poppins";
}
html img {
  width: 100%;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  html {
    font-size: 8.5px;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 6px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 5.5px;
  }
}
html .row {
  margin: 0%;
  width: 100%;
}
html .row > *,
html .container,
html .container-fluid {
  padding: 0%;
}
html a {
  text-decoration: none;
  color: black;
}
html a:hover {
  color: black;
}
html p,
html h1,
html h2,
html h3 {
  margin: 0;
}
html ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
html ul li {
  margin: 0;
}
@media (max-width: 575px) {
  html .container {
    padding: 0px 5%;
  }
}
html body {
  margin: 0;
}
html body header {
  width: 100%;
  position: absolute;
  z-index: 3;
}
html body header nav {
  padding-top: 0 !important;
}
html body header nav .navbar-container {
  justify-content: space-between;
}
html body header nav .navbar-container .navbar-brand {
  padding-top: 0;
  width: 20%;
}
@media (max-width: 575px) {
  html body header nav .navbar-container .navbar-brand {
    width: unset;
  }
}
@media (max-width: 350px) {
  html body header nav .navbar-container .navbar-brand {
    width: 70%;
  }
}
html body header nav .navbar-container .navbar-brand img {
  width: 100%;
}
@media (max-width: 575px) {
  html body header nav .navbar-container .navbar-brand img {
    width: 60%;
  }
}
html body header nav .navbar-container .navbar-menu .navbar-nav .menu-item {
  padding: 0 3rem 0 0;
}
html body header nav .navbar-container .navbar-menu .navbar-nav .menu-item a {
  color: white;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  html body header nav .navbar-container .navbar-menu .navbar-nav .menu-item a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  html body header nav .navbar-container .navbar-menu .navbar-nav .menu-item a {
    font-size: 12px;
  }
}
html body header nav .navbar-container .navbar-menu .navbar-nav .current-menu-item a {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
}
@media (max-width: 767px) {
  html body header nav .navbar-container .navbar-menu {
    display: none;
  }
}
html body header nav .navbar-container .offcanvas-holder {
  display: none;
  color: white;
}
html body header nav .navbar-container .offcanvas-holder svg {
  width: 60px;
  height: 60px;
}
@media (max-width: 350px) {
  html body header nav .navbar-container .offcanvas-holder svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  html body header nav .navbar-container .offcanvas-holder {
    display: block;
  }
}
html body header nav .navbar-container .offcanvas-holder .offcanvas {
  padding: 5rem;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-header a img {
  width: 11rem;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-header .btn-close {
  background: url(../images/x.svg);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8rem 0;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-navbar-nav .menu-item {
  margin-bottom: 3rem;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-navbar-nav .menu-item a {
  font-size: 20px;
  font-family: "poppins_medium_bold";
  color: #086531;
  padding: 1rem 0;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-navbar-nav .current-menu-item a {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #086531;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-menu .contact {
  margin: 1rem 0;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-menu .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 15px;
  font-family: "poppins_extra_light";
}
@media (min-width: 1600px) and (max-width: 2000px) {
  html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-menu .contact a {
    font-size: 20px;
  }
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-menu .contact a::before {
  content: "";
  background: url(../images/ph_phone-call-thin.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-menu .powered {
  color: #A6A1A1;
  font-family: "poppins_extra_light";
  font-size: 15px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1600px) and (max-width: 2000px) {
  html body header nav .navbar-container .offcanvas-holder .offcanvas .offcanvas-body .bottom-menu .powered {
    font-size: 20px;
  }
}
html body .to-top {
  position: fixed;
  bottom: 5rem;
  right: 3rem;
  z-index: 99;
  cursor: pointer;
  transition: all 300ms;
}
html body .to-top .to-top-btn {
  background: #086531;
  border: none;
  padding: 2rem;
  border-radius: 100vh;
}
html body .to-top .to-top-btn svg {
  fill: white;
  width: 20px;
  height: 20px;
}
html body footer {
  margin-top: 10rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
html body footer .footer-algs {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -8rem;
}
html body footer .footer-algs img {
  width: 60%;
}
@media (min-width: 1800px) {
  html body footer .footer-algs img {
    width: 30%;
  }
}
@media (min-width: 1600px) and (max-width: 2000px) {
  html body footer .footer-algs img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  html body footer .footer-algs img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  html body footer .footer-algs img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  html body footer .footer-algs {
    display: none;
  }
}
html body footer .footer .footer-row {
  padding: 15rem 0 0 0;
}
@media (max-width: 767px) {
  html body footer .footer .footer-row {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  html body footer .footer .footer-row {
    padding: 0;
  }
}
@media (max-width: 400px) {
  html body footer .footer .footer-row {
    padding: 0;
  }
}
@media (max-width: 767px) {
  html body footer .footer .footer-row .footer-logo {
    text-align: center;
  }
}
@media (max-width: 575px) {
  html body footer .footer .footer-row .footer-logo {
    padding: 5rem 5px 5rem;
  }
}
html body footer .footer .footer-row .footer-logo .logo {
  width: initial;
}
html body footer .footer .footer-row .footer-menu .footer-navbar-nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  html body footer .footer .footer-row .footer-menu .footer-navbar-nav {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  html body footer .footer .footer-row .footer-menu .footer-navbar-nav {
    padding-top: 5rem;
  }
}
@media (max-width: 575px) {
  html body footer .footer .footer-row .footer-menu .footer-navbar-nav {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 400px) {
  html body footer .footer .footer-row .footer-menu .footer-navbar-nav {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  html body footer .footer .footer-row .footer-menu .footer-navbar-nav .menu-item {
    margin-bottom: 1rem;
  }
}
html body footer .footer .footer-row .footer-menu .footer-navbar-nav .menu-item a {
  font-size: 13px;
  font-weight: 500;
}
html body footer .footer .footer-row .footer-menu .footer-navbar-nav .menu-item:not(:last-child) .sub-menu .menu-item a {
  font-size: 13px;
  font-weight: lighter;
}
html body footer .footer .footer-row .footer-menu .footer-navbar-nav .menu-item:last-child .sub-menu .menu-item:last-child a {
  font-weight: lighter;
  display: flex;
  align-items: center;
}
html body footer .footer .footer-row .footer-menu .footer-navbar-nav .menu-item:last-child .sub-menu .menu-item:last-child a::before {
  content: "";
  background: url(../images/ph_phone-call-thin.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
html body footer .footer .footer-row .footer-menu .footer-navbar-nav .menu-item .sub-menu .menu-item {
  padding-top: 0.5rem;
}
html body footer .copy-rights {
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}