html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
  background: #fafafa;
  overflow-x: hidden;
}

.body-overflow {
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input:focus::placeholder {
  color: transparent !important;
}

* {
  font-family: "Montserrat", sans-serif !important;
}

.container {
  padding: 0 1.6rem;
  max-width: 128rem;
  margin: 0 auto;
}

.container-second {
  padding: 0 1.6rem;
  max-width: 130.8rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1199.9px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1023.9px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 991.9px) {
  html {
    font-size: 7px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 2rem;
}

@media only screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-11 {
    grid-column: span 11;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container,
  .container-second {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .breadcrumb a {
    display: none !important;
  }
  .breadcrumb {
    padding: 0 !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #121212;
} */

input,
textarea,
select {
  color: #444;
  background-color: transparent;
}

ul {
  padding-left: 0;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Noto Serif Display", serif !important;
}

button,
input,
textarea {
  outline: 0;
  cursor: pointer;
}

.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerMiddle {
  display: flex;
  align-items: center;
}

.headerMiddle ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerMiddle ul li {
  list-style: none;
  margin-right: 3.2rem;
  padding-bottom: 2rem;
  margin-bottom: -2rem;
}

.headerMiddle ul li img {
  transition: 0.3s;
}
.headerMiddle ul li:last-child {
  margin-right: 0;
}

.headerMiddle ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerMiddle ul li a img {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.6rem;
}

.homeHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 2.4rem 0 1.8rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.wallpSection {
  position: relative;
}

.wallpSection .swiper-slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.wallpSection .swiper-slide .container {
  position: relative;
  width: 100%;
}

.wallpSection .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(35, 46, 58, 0.99) 0%,
    rgba(40, 54, 71, 0.94) 18.75%,
    rgba(52, 74, 101, 0.37) 49.48%,
    rgba(96, 96, 96, 0) 95.31%
  );
  mix-blend-mode: multiply;
  z-index: 2;
}

.wallpContent {
  position: absolute;
  bottom: 11rem;
  z-index: 2;
  width: 80%;
}

.swiper-paginationWhiteBullet {
  max-width: 128rem;
  width: 100%;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 3rem;
}
.swiper-paginationGreenBullet {
  width: 100%;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.swiper-paginationWhiteBullet .swiper-pagination-bullet,
.swiper-paginationGreenBullet .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  opacity: 1;
  position: relative;
  border: 0.1rem solid transparent;
  background-color: transparent;
}

.swiper-paginationWhiteBullet .swiper-pagination-bullet::after,
.swiper-paginationGreenBullet .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: #ffffff;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.swiper-paginationGreenBullet .swiper-pagination-bullet::after {
  background-color: #144732;
}
.swiper-paginationWhiteBullet .swiper-pagination-bullet-active {
  border: 0.1rem solid #ffffff;
}
.swiper-paginationGreenBullet .swiper-pagination-bullet-active {
  border: 0.1rem solid rgba(20, 71, 50, 0.5);
}
.wallpContent h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 6rem;
  line-height: 124.8%;
  letter-spacing: 0.052em;
  color: #ffffff;
}

.headerRight {
  display: flex;
  align-items: center;
}

.callButton {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #ffffff;
  border: 0.1rem solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 2rem;
}

.callButton img,
.callButton svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}

.searchButton {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 4rem;
}

.searchButton svg {
  width: 1.8rem;
  height: 1.8rem;
}

.langHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #ffffff;
  cursor: pointer;
}
.lang {
  position: relative;
  z-index: 2;
}

.langBody {
  position: absolute;
  top: 150%;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: #fff;
  padding: 1.6rem 0.5rem;
  border-radius: 0.2rem;
  display: none;
}
.langBody.active {
  display: block;
}
.langBody a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #144732;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  text-align: center;
}
.langBody a:last-child {
  margin-bottom: 0;
}

.langHeader svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.6rem;
}

.socialIcon {
  display: flex;
  align-items: center;
  padding-left: 2.8rem;
}

.socialIcon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.headerRight .socialIcon a {
  margin-left: 1.2rem;
  border-left: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-left: 1.2rem;
}

.socialIcon a:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}

.homePageAbout {
  padding: 6.4rem 0;
}

.homePageAboutInner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.homePageAboutInner p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 167.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(9, 32, 23, 0.5);
  width: 77%;
  margin-bottom: 3.2rem;
}

.homePageAboutInner h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #144732;
  margin-bottom: 2.4rem;
}

.moreButton {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 167.8%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #144732;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.06rem solid rgba(20, 71, 50, 0.3);
  position: relative;
}
.error404 .moreButton {
  border-bottom: 0.1rem solid #fff;
}
.moreButton img {
  width: 0.5rem !important;
  height: 0.7rem !important;
  transition: transform 300ms ease-in-out;
  object-fit: contain;
}

.moreButton span {
  position: absolute;
  right: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0.07rem solid #144732;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
}

.moreButton span img:nth-child(2) {
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.moreButton span img:nth-child(1) {
  margin-left: 0.6rem;
}

.moreButton:hover span img:nth-child(2) {
  transform: scaleX(1);
  margin-right: 1rem;
}

.moreButton:hover span img:nth-child(1) {
  transform: scaleX(0);
  transform-origin: 0 100%;
}

.moreButton:hover span {
  background-color: #144732;
}

.moreButton::after {
  display: block;
  content: "";
  border-bottom: 0.1rem solid rgba(20, 71, 50);
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
  transform-origin: 0 50%;
  position: absolute;
  bottom: -0.1rem;
  width: 100%;
}

.moreButton:hover::after {
  transform: scaleX(1);
}

.videoContainer {
  height: 55.7rem;
  width: 90%;
  margin-top: 4rem;
}

.videoContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoContainer a {
  position: relative;
  height: 100%;
}

.videoContainer h4 {
  position: absolute;
  left: 5.4rem;
  bottom: 7rem;
  font-style: normal;
  font-weight: 500;
  font-size: 5rem;
  line-height: 112.8%;
  letter-spacing: 0.02em;
  color: #ffffff;
  width: 30%;
}

.videoContainer .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(104, 104, 104, 0.084) 0%,
    rgba(53, 51, 51, 0.455) 59.9%,
    rgba(33, 33, 33, 0.7) 96.35%
  );
  mix-blend-mode: multiply;
}

.videoContainer .playVideo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.videoContainer .playVideo img {
  width: 7rem;
  height: 7rem;
}

.homePageProject {
  padding: 6.4rem 0;
}

.homePageProject h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 112.8%;
  letter-spacing: 0.02em;
  color: #144732;
  text-align: center;
  margin-bottom: 2.4rem;
}

.projectCard {
  width: 100%;
  height: 58.7rem;
  margin-bottom: 2.4rem;
}

.serviceCard {
  height: 56.4rem;
  width: 100%;
}

.projectCardInner,
.serviceCardInner {
  position: relative;
  height: 100%;
  width: 100%;
  transition: 300ms ease-in-out;
}

.projectCard:hover .projectCardInner {
  height: 80%;
}

.projectCard img,
.serviceCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
}

.projectCardBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  height: 0;
}

.projectCard:hover .projectCardBottom {
  opacity: 1;
  height: auto;
  padding-top: 3.2rem;
}

.serviceCardBottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  height: -webkit-fill-available;
  padding-bottom: 4rem;
}

.serviceCardBottomChild p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 148.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.projectCard .layer,
.serviceCard .layer {
  background: linear-gradient(
    180deg,
    rgba(201, 201, 201, 0) 0%,
    rgba(88, 87, 87, 0.717277) 72.4%,
    #2b2a2a 99.48%
  );
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.projectCard h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 4rem;
  width: 60%;
}

.serviceCard h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  width: 70%;
  margin-bottom: 1.2rem;
}

.moreBottomParent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.2rem 0;
}

.moreButtonInner {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 167.8%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.2rem 0;
}

.moreButtonInner img {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.8rem;
  min-width: 1.2rem;
  max-width: 1.2rem;
}

.serviceCardBottomChild {
  width: 80%;
  height: 0;
  opacity: 0;
  max-height: 0;
  position: relative;
  transition: 500ms 0.1s ease-in-out;
}

.serviceCardBottomChild::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 0.1rem;
  height: 4.8rem;
  background-color: #fff;
}

.serviceCard:hover .serviceCardBottomChild {
  height: 10rem !important;
  max-height: 15rem !important;
  opacity: 1;
}

.newsCard {
  background: #f7f8f7;
}

.newsTop {
  position: relative;
  height: 40rem;
  overflow: hidden;
}

.newsTop img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.newsTop .layer {
  background: linear-gradient(
    180deg,
    rgba(193, 193, 193, 0) 0%,
    rgba(91, 91, 91, 0.426562) 56.77%,
    rgba(47, 47, 47, 0.7) 100%
  );
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.newsCard:hover img,
.newsCard:hover .layer {
  transform: scale(1.2);
}

.newsBottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 0 3rem;
  border: 0.1rem solid rgba(20, 71, 50, 0.3);
  border-top: none;
}

.newsCard .newsBottom a {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #144732;
  margin-bottom: 1.2rem;
  width: 90%;
}

.newsCard .newsBottom p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 139.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #394c44;
  opacity: 0.6;
  margin-bottom: 3rem;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4rem;
}

.newsBottom span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 155%;
  letter-spacing: -0.02em;
  color: #144732;
  opacity: 0.8;
}

.homePageStatistics {
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homePageStatistics .container {
  width: 100%;
}

.homePageStatistics .xl-3 {
  height: 30rem;
}

.statisticsCard {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 7rem;
  line-height: 9.5rem;
  text-align: center;
  letter-spacing: 0.055em;
  height: 100%;
  color: #ffffff;
}

.statisticsCard span {
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.4rem;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.homePageContact {
  padding: 9rem 0;
}
.homePageContactInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homePageContactInner .row {
  width: 100%;
}
.homePageContactInner h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 6.8rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #144732;
  margin-bottom: 3.5rem;
  width: 40%;
}

.inputChild {
  width: 100%;
  margin-bottom: 2.2rem;
  position: relative;
}

.inputChild input,
.inputChild textarea {
  height: 4.8rem;
  border: 0.1rem solid #c1cdc8;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: -0.02em;
  color: rgba(20, 71, 50, 0.7);
  padding: 0 2rem;
  width: -webkit-fill-available;
}

.inputChild textarea {
  padding-top: 2rem;
  height: inherit;
  max-height: 90%;
  resize: none;
  line-height: 2rem;
}

.textareaChild {
  height: 100%;
  margin-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.inputChild input:placeholder-shown + .floating-label,
.inputChild textarea:placeholder-shown + .floating-label {
  transition: all 0.2s ease;
  top: 0;
  font-size: 1.5rem;
}

.inputChild textarea:placeholder-shown + .floating-label {
  top: 1.6rem;
}

.inputChild input:focus + .floating-label,
.inputChild input + .floating-label,
.inputChild textarea + .floating-label,
.inputChild textarea:focus + .floating-label {
  top: -5rem;
  transition: all 0.2s ease;
  font-size: 1rem;
  background-color: #fafafa;
}
.contactLeft .inputChild input:focus + .floating-label,
.contactLeft .inputChild input + .floating-label,
.contactLeft .inputChild textarea + .floating-label,
.contactLeft .inputChild textarea:focus + .floating-label {
  background-color: #e9ede9;
}

.inputChild textarea + .floating-label,
.inputChild textarea:focus + .floating-label {
  top: -1rem;
}

.floating-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
  margin: auto;
  height: auto;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: -0.02em;
  color: rgba(20, 71, 50, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  padding: 0 0.8rem;
}

.textareaChild .floating-label {
  top: 1.6rem;
  bottom: auto;
}

.greenButton {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  letter-spacing: -0.02em;
  background: #144732;
  color: #eaf4f0;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6.4rem;
  border: none;
  transition: 0.3s all ease;
}

.submitButtonParent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

.greenButton:hover {
  background: #0d3122;
}

/* footer */
footer {
  background: #144732;
  padding-top: 7.2rem;
  /* margin-top: 3.2rem; */
}
header .logo {
  height: 6.4rem;
  width: fit-content;
}
footer .logo {
  height: 6.4rem;
  display: flex;
  justify-content: flex-start;
  width: fit-content;
}

footer .logo img,
header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer ul li {
  margin-bottom: 1.6rem;
  list-style: none;
}

footer ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.3s;
}
footer ul li a:hover,
.contactLabel span a:hover {
  opacity: 1;
}
.socialIcons a svg g {
  transition: 0.3s;
}
.socialIcons a:hover svg g {
  opacity: 1;
}
footer ul li:first-child a,
.contactUl li a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  opacity: 1;
}

.contactUl {
  margin-bottom: 0;
}
.contactLabel {
  margin-bottom: 1.6rem;
}

.contactLabel label {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.6rem;
  display: block;
}

.contactLabel span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contactLabel span svg {
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  margin-right: 1.2rem;
}

.contactLabel span a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: -0.02em;
  color: #ffffff;
  opacity: 0.7;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 0.4rem;
}

.contactLabel strong {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: -0.02em;
  color: #ffffff;
  opacity: 0.7 !important;
}

.socialIcons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.2rem 0 1.6rem;
}

.socialIcon a svg {
  width: 2rem;
  height: 2rem;
}

.socialIcons a {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.socialIcons a:last-child {
  border-right: 0;
}

.socialIcons a {
  padding-right: 1.2rem;
  margin-right: 1.2rem;
}

.footerBottom {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding: 2.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerBottom p {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}

.footerBottom strong {
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-right: 0.5rem;
  display: block;
}

.footerBottom span {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}

.footerBottom a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 135%;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-left: 0.6rem;
}

.otherHeader {
  padding: 2.2rem 0;
  border-bottom: 0.1rem solid rgba(20, 71, 50, 0.3);
}

.otherHeader .headerMiddle ul li a {
  color: #144732;
}
.headerMiddle ul li ul li a {
  color: #144732;
  text-transform: capitalize;
  font-size: 1.2rem;
}

.headerMiddle ul li ul li {
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}
.headerMiddle ul li ul li:last-child {
  margin-bottom: 0;
}
.headerMiddle ul li ul {
  background-color: #fff;
  width: fit-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  top: 8rem;
  width: 15rem;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 19px rgba(147, 147, 147, 0.25);
  display: none;
  z-index: 3;
}
.headerMiddle ul li:hover ul {
  display: flex;
}
.headerMiddle ul li:hover img {
  transform: rotate(-180deg);
}
.otherHeader .headerRight .callButton {
  border: 0.1rem solid #144732;
  color: #144732;
}

.otherHeader .searchButton svg path,
.otherHeader .socialIcon a svg path {
  fill: #144732;
}

.socialIcon a {
  border-left: 0.1rem solid rgba(20, 71, 50, 0.2);
}

.otherHeader .langHeader svg path {
  stroke: #144732;
}

.otherHeader .langHeader {
  color: #144732;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.8rem 0;
}

.breadcrumb a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 146.1%;
  letter-spacing: -0.02em;
  color: #144732;
  margin-right: 2rem;
  position: relative;
  border-bottom: 0.1rem solid #141414;
}

.breadcrumb a:last-child {
  pointer-events: none;
  border-bottom: none;
}

.breadcrumb a::after {
  content: url(../img/arrowG.svg);
  position: absolute;
  right: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4rem;
}

.breadcrumb a:last-child::after {
  display: none;
}

.breadcrumb:hover {
  color: #141414;
}

.pageContent h1,
.pageContent h4,
.pageContentHeader h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #144732;
  margin-bottom: 2.4rem;
}

.line {
  background-color: rgba(20, 71, 50, 0.3);
  height: 0.05rem;
  width: 100%;
  margin-bottom: 2.4rem;
  display: block;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw !important;
  position: relative;
  left: 0;
  right: 50%;
}

.pageContentHeader {
  margin-bottom: 6.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pageContentHeader p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 168.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(9, 32, 23, 0.6);
  width: 65%;
}
.pageContent .projectCard,
.pageContent .serviceCard,
.pageContent .newsCard {
  margin-bottom: 9.2rem;
}
.pageContent {
  padding-bottom: 9.6rem;
}
.pageContent .moreBottomParent {
  margin: 0;
}
.topHeader {
  height: 47.7rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.topHeader .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(123, 123, 123, 0.7);
  mix-blend-mode: multiply;
}
.topHeaderInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: -webkit-fill-available;
  z-index: 2;
  padding-bottom: 7.2rem;
}

.topHeaderInner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 6rem;
  line-height: 112.8%;
  letter-spacing: 0.02em;
  color: #ffffff;
  width: 60%;
}
.topHeaderInner .breadcrumb a {
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}
/* .topHeaderInner  {
  color: #fff;

} */

.topHeaderInner .breadcrumb a::after {
  content: url(../img/arrowW.svg);
  position: absolute;
  right: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4rem;
}
.topHeaderInner .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.aboutPage {
  padding: 10rem 0 0;
}
.aboutPage h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 112.8%;
  letter-spacing: 0.02em;
  color: #144732;
  text-align-last: left;
  padding-bottom: 2rem;
}
.aboutPage .line {
  background-color: rgba(20, 71, 50, 0.2);
  margin-bottom: 2rem;
  height: 0.05rem;
}
.aboutPage p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 167.8%;
  letter-spacing: -0.02em;
  color: rgba(9, 32, 23, 0.6);
  width: 75%;
}
.aboutGallery .swiper-slide {
  height: 60rem;
}
.aboutGallery .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a3a3a3;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.aboutGallery .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aboutPage .row {
  margin-bottom: 8rem;
}
.pageContentStatictics {
  margin: 10rem 0;
}
.certificateCard {
  margin-bottom: 8.2rem;
}
.certificateCard img {
  height: 27rem;
  width: 100%;
  object-fit: contain;
}
.certificateCard p {
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #144732;
  margin-top: 1.8rem;
}
.certificates .row {
  margin-bottom: 0;
}
.pageTopImage {
  height: 52.8rem;
  position: relative;
  margin: 2.4rem 0;
}
.pageTopImage .layer {
  background: rgba(111, 111, 111, 0.6);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pageTopImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageTopImage h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 6rem;
  line-height: 112.8%;
  letter-spacing: 0.02em;
  color: #ffffff;
  position: absolute;
  bottom: 5.8rem;
  left: 6.8rem;
  width: 70%;
}
.pageDetail p,
.pageDetail ul li {
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 168.8%;
  letter-spacing: -0.02em;
  color: rgba(20, 71, 50, 0.6);
  margin-bottom: 2.4rem;
  width: 90%;
}
.pageDetail ul li {
  position: relative;
  padding-left: 2.4rem;
}
.pageDetail ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #144732;
}
.pageDetailContent h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #144732;
  text-align: left;
  margin-bottom: 3.2rem;
  width: 50%;
}
.pageDetailContent {
  padding: 4rem 0 6rem;
}
.pageDetailContent ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 20rem;
  width: 70%;
}

.pageDetailContent ul li,
.pageDetailContent p {
  margin-bottom: 1.6rem !important;
  width: 50% !important;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem !important;
  line-height: 168.8%;
  letter-spacing: -0.02em;
  color: #144732;
  opacity: 0.8;
  text-align: left;
}
.pageDetail .videoContainer {
  width: 100%;
  margin-top: 0;
  margin-bottom: 4.2rem;
}
.pageDetail .pageContentHeader {
  margin-bottom: 1.6rem;
}
.pageDetail .pageContentHeader .line {
  margin-bottom: 0;
  padding-bottom: 0;
}
.gallery .swiper-slide {
  height: 29.2rem;
}
.gallery {
  padding: 10rem 0 0;
}
.gallery .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.galleryLeft,
.galleryRight {
  width: 100%;
  margin-bottom: 2.4rem;
}
.galleryRight {
  transform: rotateY(180deg);
  margin-bottom: 9.6rem;
}
.galleryRight .swiper-slide img {
  transform: rotateY(180deg);
}
.pageContent .socialIcons span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #144732;
  opacity: 0.7;
  margin-right: 3.2rem;
  display: block;
}
.gallery .pageContentHeader {
  margin-bottom: 0;
}
.pageContent .socialIcons {
  border-bottom: 0.1rem solid rgba(20, 71, 50, 0.3);
  margin-bottom: 8rem;
}
.pageContent .socialIcons a {
  border-right: 0.1rem solid rgba(20, 71, 50, 0.2);
}
.pageContent .socialIcons svg {
  width: 2.2rem;
  height: 2.2rem;
}
.otherProject .pageContentHeader {
  margin-bottom: 1.6rem;
}
.otherProject .projectCard {
  margin-bottom: 0;
}
.pageContentDetail h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 112.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #144732;
  margin-bottom: 1.8rem;
  text-align: left;
}
.pageContentDetail p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 168.8%;
  letter-spacing: -0.02em;
  color: rgba(9, 32, 23, 0.6);
  margin-bottom: 2rem;
}
.serviceDetail .pageContentHeader {
  margin-bottom: 1.6rem;
}
.imgContainer {
  width: 100%;
  height: 48rem;
  margin: 3rem 0;
}
.imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageService .videoContainer {
  margin-bottom: 2.4rem;
}
.pageService .videoContainer {
  width: 100%;
}
.pageDetailContent p {
  width: 100% !important;
}
.serviceDetail .gallery {
  padding: 0;
}
.error404 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  width: 100vw;
}

.errorDetail {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 100vh; */
  width: 100vw;
  padding: 5.5rem 0;
  background-color: transparent;
}
.error404 .layer {
  background: #1e2537;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.errorDetail h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30rem;
  line-height: 112.8%;
  letter-spacing: 0.052em;
  color: #ffffff;
  margin-top: 5rem;
}
.errorDetail h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 112.8%;
  letter-spacing: 0.053em;
  color: #ffffff;
  margin-bottom: 5.6rem;
}
.errorDetail a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 167.8%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.date {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 155%;
  letter-spacing: 0.05em;
  color: rgba(20, 71, 50, 0.4);
  margin-bottom: 1.6rem;
  display: block;
}
.newsPage .videoContainer {
  width: 100%;
}
.newsPage .pageDetail h3 {
  padding-bottom: 0;
  position: relative;
}
.newsPage .pageDetail h3::after {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 1rem;
  background: #144732;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.newsPage .pageDetail .pageDetailContent {
  padding-bottom: 0;
}
.newsPage .pageDetail .row {
  margin-bottom: 0;
}
.contactLeft {
  background: #e9ede9;
  padding: 6.5rem 8rem;
}
.contactLeft h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.5rem;
  text-align: left;
  letter-spacing: 0.02em;
  color: #144732;
  margin-bottom: 2.6rem;
}
.contactLeft .textareaChild {
  height: 17rem;
}
.contactLeft .greenButton {
  width: 100%;
  margin-top: 3.2rem;
}
.contactRight h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 6rem;
  line-height: 112.8%;
  text-align: left;
  letter-spacing: 0.02em;
  color: #144732;
  margin-bottom: 0.2rem;
}

.contactRight p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 168.8%;
  color: rgba(20, 71, 50, 0.5);
  width: 80%;
  margin-bottom: 2.4rem;
}
.contactTop .row {
  margin-top: 1rem;
}
.labelSection label {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 5.2rem;
  color: rgba(20, 71, 50, 0.5);
  width: 100%;
}
.labelSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin-bottom: 3.2rem;
}
.labelSection a,
.labelSection p {
  width: 40%;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: rgba(20, 71, 50, 0.7);
  border-bottom: 0.1rem solid rgba(20, 71, 50, 0.3);
  padding-bottom: 0.6rem;
}
.labelSection p {
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
}
.socailLabel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.socailLabel a svg {
  width: 2.2rem;
  height: 2.2rem;
}
.socailLabel a {
  margin-right: 1.6rem;
  border-bottom: 0;
}
#map {
  height: 80.8rem;
}

#map iframe {
  height: 100%;
  width: 100%;
}
.contactContent {
  padding-bottom: 0;
}
.headerMobile,
.menuMobile {
  display: none;
}

.searchParent {
  position: relative;
}
.searchParent form {
  position: absolute;
  background-color: #fff;
  padding: 1.4rem;
  right: 0;
  top: 5rem;
  display: none;
  z-index: 3;
  border-radius: 0.2rem;
}
.searchParent form.active {
  display: block;
}
.inputForm {
  display: flex;
  align-items: center;
  justify-self: start;
  position: relative;
  flex-direction: column;
}
.inputForm button {
  position: absolute;
  right: 1rem;
  padding: 0;
  top: 0.5rem;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputForm .inputChild {
  margin-bottom: 0;
}
.inputForm input {
  border: 0.1rem solid #144732;
  height: 3.2rem;
}
.searchResult {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
}
.searchResult a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: rgba(20, 71, 50, 0.5);
  text-transform: capitalize;
  transition: 0.4s;
}
.searchResult a:hover {
  color: #144732;
}

.vacancies h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 5.4rem;
  /* text-align: center; */
  letter-spacing: 0.02em;
  color: #144732;
  margin-bottom: 4.2rem;
  width: 100%;
}
.vacanciesLeft {
  width: 85%;
}
.vacanciesRight {
  padding-left: 12rem;
}
.vacanciesRight form {
  width: -webkit-fill-available;
}
.vacanciesLeft a {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 150%;
  color: rgba(20, 71, 50, 0.6);
  padding-bottom: 1.1rem;
  text-transform: capitalize;
  border-bottom: 0.1rem solid rgba(20, 71, 50, 0.1);
  margin-bottom: 5.2rem;
  transition: 0.3s;
}
.vacanciesLeft a:hover {
  color: #144732;
  border-bottom: 0.1rem solid #144732;
}
.vacanciesRight {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
/* .vacanciesRight .inputChild {
  width: 90%;
} */
.vacanciesRight .textareaChild {
  height: 19rem;
}

.infoTool {
  position: absolute;
  top: 120%;
  left: 2.4rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  color: #061d2b;
  opacity: 0.3;
}
#imageName {
  color: #ff671d;
  font-size: 1.2rem;
}
.inputButtons label {
  border: 0.1rem solid #c1ccc8;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 4.8rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(20, 71, 50, 0.7);
}
.inputButtons input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.inputButtons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 3.2rem;
}
.vacanciesLeft h5 {
  font-family: "Montserrat", sans-serif !important;

  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.9rem;
  letter-spacing: 0.02em;
  color: #144732;
  margin-bottom: 1.6rem;
}
.vacanciesLeft p,
.vacanciesLeft ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 168.8%;
  letter-spacing: -0.02em;
  color: rgba(9, 32, 23, 0.5);
}
.vacanciesLeft ul {
  padding-left: 0;
}
.vacanciesLeft ul li {
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
  position: relative;
  margin-left: 0;
  list-style: none;
}
.vacanciesLeft ul li::after {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 0.1rem;
  left: 0;
  background-color: #144732;
  top: 1.2rem;
}
.vacanciesBlank h1 {
  text-align: left;
}
.vacanciesBlankInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
}
.vacanciesBlank img {
  height: 13rem;
  width: 13rem;
  margin-bottom: 4.4rem;
}
.vacanciesBlank p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 168.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(9, 32, 23, 0.6);
  opacity: 0.6;
  width: 60%;
}
@media (max-width: 767.9px) {
  .headerInner {
    display: none;
  }
  .wallpContent h2,
  .homePageContactInner h3 {
    font-size: 3.2rem;
  }
  .wallpContent {
    width: 95%;
  }
  .wallpSection .layer {
    background: linear-gradient(
      180deg,
      rgba(44, 57, 73, 0.99) 0%,
      #314359 26.04%,
      rgba(52, 74, 101, 0.61) 55.21%,
      rgba(69, 85, 105, 0) 95.31%
    );
    mix-blend-mode: multiply;
    transform: rotate(180deg);
  }
  .videoContainer {
    width: 100%;
    height: 43rem;
  }
  .videoContainer h4 {
    font-size: 2.4rem;
    left: 1.8rem;
    bottom: 3.6rem;
  }
  .homePageAbout,
  .homePageProject {
    padding: 5.6rem 0;
  }
  .projectCard {
    height: 40rem;
    margin-bottom: 3.2rem;
  }
  .serviceCard {
    height: 46rem;
    margin-bottom: 3.2rem;
  }
  .newsCard {
    margin-bottom: 3.2rem;
  }
  .swiper-paginationWhiteBullet {
    width: -webkit-fill-available !important;
    justify-content: center;
  }
  .homePageAboutInner h3,
  .homePageProject h3,
  .pageContent h1,
  .pageContent h4,
  .pageContentHeader h6,
  .errorDetail h4,
  .aboutPage h3,
  .pageContentDetail h3,
  .pageTopImage h3 {
    font-size: 2.6rem;
    margin-bottom: 1.8rem;
  }
  .pageContentDetail h3 {
    width: 100%;
  }
  .projectCard h5 {
    font-size: 2.8rem;
    width: 50%;
  }
  .serviceCard h5,
  .statisticsCard span {
    font-size: 2.8rem;
  }
  .homePageAboutInner p,
  .pageContentHeader p,
  .aboutPage p,
  .pageContent .socialIcons span,
  .labelSection a,
  .labelSection p {
    font-size: 1.4rem !important;
    line-height: 167.8%;
    width: 95% !important;
  }

  .pageContent .socialIcons span,
  .labelSection a,
  .labelSection p {
    width: fit-content !important;
  }
  .pageContent .socialIcons {
    margin-bottom: 5rem;
  }
  .homePageAboutInner p,
  .videoContainer h4 {
    width: -webkit-fill-available;
  }
  .aboutGallery {
    margin-top: 4.8rem;
  }
  .newsTop,
  .pageTopImage,
  #map {
    height: 32rem;
  }
  .newsCard .newsBottom a {
    font-size: 2rem;
  }
  .homePageStatistics,
  .aboutGallery .swiper-slide {
    height: 46rem;
  }
  .homePageStatistics .xl-3 {
    height: auto;
  }
  .homePageStatistics .container {
    padding: 9rem 0;
  }
  .statisticsCard {
    font-size: 5rem;
    line-height: 6.8rem;
  }
  .homePageStatistics .xl-3:nth-child(1),
  .homePageStatistics .xl-3:nth-child(2) {
    margin-bottom: 9rem;
  }
  .homePageContactInner h3 {
    line-height: 4.4rem;
    width: 100%;
  }
  .submitButtonParent {
    margin-top: 3.2rem;
  }
  .greenButton {
    width: 100%;
    font-size: 1.4rem;
  }
  .inputChild {
    margin-bottom: 1.8rem;
  }
  .inputChild.mb-0 {
    margin-bottom: 1.8rem !important;
  }
  .textareaChild {
    height: 10rem;
  }
  footer .logo {
    height: 4.4rem;
    margin-bottom: 4.2rem;
  }
  footer {
    padding-top: 3.2rem;
  }
  footer ul li:first-child a {
    font-size: 1.6rem;
  }
  footer ul {
    margin-bottom: 5.8rem;
  }
  footer .socialIcons {
    padding-top: 7.2rem;
  }
  .footerBottom strong,
  .footerBottom span,
  .footerBottom a,
  .footerBottom P {
    font-size: 1rem;
  }
  .pageContent {
    padding-top: 3.2rem;
  }
  .pageContentHeader,
  .pageContent .projectCard,
  .pageContent .serviceCard,
  .pageContent .newsCard {
    margin-bottom: 3.2rem !important;
  }
  .errorDetail h1 {
    font-size: 15rem;
    margin-bottom: 3.2rem;
  }
  .topHeaderInner h2 {
    font-size: 3.8rem;
    width: 80%;
  }
  .topHeaderInner {
    padding-bottom: 3.2rem;
  }
  .aboutPage .line {
    left: 50%;
    right: 0;
  }
  .aboutPage {
    padding-top: 4.8rem;
  }
  .aboutPage .row,
  .certificateCard,
  .galleryRight,
  .contactLeft {
    margin-bottom: 4.8rem;
  }
  .order-1 {
    order: -1;
  }
  .pageContentHeader .line {
    left: 0;
    right: 0;
  }
  .newsPage .pageDetail h3 {
    padding-left: 2.4rem;
  }
  .newsPage .pageDetail h3::after {
    left: 0;
  }
  .gallery .swiper-slide {
    height: 20rem;
  }
  .pageDetailContent ul {
    height: auto;
  }
  .pageDetailContent ul li,
  .pageDetailContent p,
  .pageDetailContent h3 {
    width: 100% !important;
  }
  .pageTopImage h3 {
    left: 2.4rem;
    bottom: 2.4rem;
  }
  .contactLeft {
    padding: 2.4rem;
  }
  .labelSection {
    width: 80%;
    margin-bottom: 1.6rem;
  }
  .labelSection label {
    line-height: 3.2rem;
  }
  .headerMobile {
    display: block;
    z-index: 3;
  }
  .homeHeader {
    border-bottom: none;
  }
  .openMenu,
  .searchButton,
  .close {
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
  }
  .openMenu img {
    width: 3.6rem;
    height: 1rem;
  }
  .headerMobileTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .searchButton svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .menuMobileTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.6rem 2rem 2rem;
  }
  .menuMobileTop .close img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .menuMobile {
    background: #e9ede9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    transform: translateX(-100%);
    transition: all ease 0.4s;
    z-index: 4;
  }
  .menuMobile.active {
    transform: translate(0);
  }
  .langHeaderMenu {
    display: flex;
    align-items: center;
  }
  .otherHeader {
    border: none;
  }
  .line {
    height: 0.05rem;
  }
  .langHeaderMenu a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #144732;
    margin-left: 0.8rem;
    text-transform: uppercase;
  }
  header .logo {
    height: 4.6rem;
  }

  .answer-icon {
    position: relative;
    width: 1rem;
    height: 2rem;
    transition: 0.3s all ease;
    display: flex;
    justify-content: center;
  }

  .headerDropdown-header.active .answer-icon {
    transform: rotate(90deg);
  }
  .menuMobileMiddle {
    padding: 0 2rem;
    padding-top: 3.2rem;
    border: 0.1rem solid rgba(20, 71, 50, 0.2);
    height: 55vh;
    overflow: auto;
    overflow-x: hidden;
  }
  .headerDropdown {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.8rem;
    margin-bottom: 1rem;
    height: min-content;
    margin-bottom: 2rem;
  }
  .headerDropdown:first-child {
    margin-right: 2.4rem;
  }

  .menuMobileMiddle a {
    margin-bottom: 2rem !important;
  }
  .headerDropdown-header a,
  .headerDropdown-body a {
    margin-bottom: 0 !important;
  }
  .headerDropdown-header,
  .menuMobileMiddle a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Noto Serif Display", serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 3.4rem;
    line-height: 112.8%;
    letter-spacing: 0.052em;
    color: #144732;
  }
  /* .headerDropdown-header.active {
    padding-bottom: 2rem;
  } */
  .headerDropdown-body {
    display: none;
    padding-top: 2rem;
  }
  .headerDropdown-body a {
    font-family: "Noto Serif Display", serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 112.8%;
    letter-spacing: 0.02em;
    color: #144732;
    margin-bottom: 1.2rem !important;
  }
  .menuIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.8rem 0 3.2rem;
  }
  .menuIcons a {
    border-right: 0.1rem solid rgba(20, 71, 50, 0.2);
    padding-right: 1.6rem;
    margin-right: 1.6rem;
  }
  .menuIcons a:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
  .labelSectionParent {
    display: flex;
    align-items: flex-start;
    padding: 0 2rem;
  }
  .vacanciesLeft {
    width: 100%;
    margin-bottom: 8.2rem;
  }
  .vacancies h3 {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
  .vacanciesLeft a {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
  .vacanciesRight {
    width: 100%;
    padding-left: 0;
  }
  .inputButtons label {
    margin-right: 3.2rem;
  }
  .inputButtons .greenButton {
    width: -webkit-fill-available;
  }
  .inputButtons label {
    padding: 0 1.6rem;
    width: 100%;
    font-size: 1.3rem;
  }
  .infoTool {
    left: 1rem;
  }
  .vacanciesLeft h5 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
  .vacanciesLeft p,
  .vacanciesLeft ul li {
    margin-bottom: 1rem;
  }
  .vacanciesBlank img {
    width: 8.2rem;
    height: 8.2rem;
  }
  .vacanciesBlank p {
    width: 100%;
  }
  .vacanciesBlankInner {
    padding: 5.6rem 0;
  }
}
