:root {
  --main: #006535;
  --link-hover: #7aa08a;
  --hover: #008646;
  --white: #fff;
  --text: #000000;
  --grey: #909090;
  --date: #94fe64;
}

.error-help-block {
  color: red;
  font-size: 12px;
}

textarea {
  margin-bottom: -7px;
}

.g-recaptcha {
  margin-top: 15px;
}

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.fixall {
  margin: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  text-decoration: none;
}

.fixall:hover,
.fixall:focus {
  outline: none;
  text-decoration: none;
}

body {
  position: relative;
  font-weight: normal;
  font-family: Changa;
}

body::-webkit-scrollbar {
  background-color: #fff;
  width: 7px;
  height: 0px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--main);
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--main) #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.overflow {
  overflow: hidden !important;
}

@media (min-width: 1525px) {
  .container {
    max-width: 1440px;
  }
}

.page-content {
  margin-top: 110px;
}

@media (max-width: 1199px) {
  .page-content {
    margin-top: 40px;
  }
}

.datepicker td,
.datepicker th {
  border-radius: 0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: var(--main);
  color: #fff;
}

@font-face {
  font-family: 'Changa';
  src: url("../fonts/Changa/Changa-ExtraLight.woff2") format("woff2"), url("../fonts/Changa/Changa-ExtraLight.woff") format("woff"), url("../fonts/Changa/Changa-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Changa';
  src: url("../fonts/Changa/Changa-Light.woff2") format("woff2"), url("../fonts/Changa/Changa-Light.woff") format("woff"), url("../fonts/Changa/Changa-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Changa';
  src: url("../fonts/Changa/Changa-Regular.woff2") format("woff2"), url("../fonts/Changa/Changa-Regular.woff") format("woff"), url("../fonts/Changa/Changa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Changa';
  src: url("../fonts/Changa/Changa-Medium.woff2") format("woff2"), url("../fonts/Changa/Changa-Medium.woff") format("woff"), url("../fonts/Changa/Changa-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Changa';
  src: url("../fonts/Changa/Changa-SemiBold.woff2") format("woff2"), url("../fonts/Changa/Changa-SemiBold.woff") format("woff"), url("../fonts/Changa/Changa-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Changa';
  src: url("../fonts/Changa/Changa-Bold.woff2") format("woff2"), url("../fonts/Changa/Changa-Bold.woff") format("woff"), url("../fonts/Changa/Changa-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Changa';
  src: url("../fonts/Changa/Changa-ExtraBold.woff2") format("woff2"), url("../fonts/Changa/Changa-ExtraBold.woff") format("woff"), url("../fonts/Changa/Changa-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gellatio';
  src: url("../fonts/Gellatio Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'dast';
  src: url("../fonts/dastnevis.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.border-btn {
  border: 2px solid var(--white);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;

}

.border-btn img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html[dir='ltr'] .border-btn img {
  margin-right: 8px;
}

html[dir='rtl'] .border-btn img {
  margin-left: 8px;
}

.border-btn:hover,
.border-btn:focus {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--main);
}

.border-btn:hover img,
.border-btn:focus img {
  -webkit-filter: invert(27%) sepia(40%) saturate(1540%) hue-rotate(113deg) brightness(94%) contrast(102%);
  filter: invert(27%) sepia(40%) saturate(1540%) hue-rotate(113deg) brightness(94%) contrast(102%);
}

.solid-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--main);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.solid-btn:hover,
.solid-btn:focus {
  background-color: var(--hover);
  color: var(--white);
}

.main-btn {
  height: 60px;
  width: 238px;
  font-size: 24px;
  z-index: 3;
  position: absolute;
  bottom: 17.1vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .main-btn {
    width: 150px;
    height: 40px;
    font-size: 14px;
    bottom: 100px;
  }
}

.more {
  width: 171px;
  height: 45px;
  font-size: 14px;
  margin-top: 44px;
}

@media (max-width: 1199px) {
  .more {
    margin: 44px auto 0;
  }
}

@media (max-width: 767px) {
  .more {
    width: 150px;
    height: 40px;
    margin-top: 25px;
  }
}

.head-btn {
  height: 55px;
  width: 210px;
}

.head-btn.xs-btn {
  display: none;
}

@media (max-width: 767px) {
  .head-btn {
    width: 150px;
    height: 40px;
    display: none;
    margin-bottom: 0;
  }

  .head-btn.xs-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}

.head-btn:hover,
.head-btn:focus {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--main);
}

.servs-sec .head-btn,
.updates-sec .head-btn {
  margin-bottom: 25px;
}

@media (max-width: 767px) {

  .servs-sec .head-btn,
  .updates-sec .head-btn {
    margin-top: 30px;
  }
}

.more-pros {
  width: 171px;
  height: 45px;
  font-size: 14px;
  margin: 30px auto 0;
}

.more-pros.border-btn {
  border-color: var(--main);
  color: var(--main);
}

.more-pros.border-btn:hover,
.more-pros.border-btn:focus {
  background-color: var(--main);
  color: var(--white);
}

.contact-btn {
  font-size: 24px;
  width: 238px;
  height: 60px;
  margin: auto;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .contact-btn {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
}

.bour-btn {
  font-size: 24px;
  width: 262px;
  height: 62px;
}

@media (max-width: 767px) {
  .bour-btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
    margin: auto;
  }
}

.serv-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .serv-btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.serv-btns .serv-btn {
  width: 171px;
  height: 45px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .serv-btns .serv-btn {
    width: 150px;
    height: 40px;
  }
}

.serv-btns .serv-btn.border-btn {
  border: 2px solid var(--main);
  color: var(--main);
}

.serv-btns .serv-btn.border-btn:hover,
.serv-btns .serv-btn.border-btn:focus {
  background-color: var(--hover);
  border-color: var(--hover);
  color: var(--white);
}

html[dir='ltr'] .serv-btns .serv-btn:last-of-type {
  margin-left: 20px;
}

html[dir='rtl'] .serv-btns .serv-btn:last-of-type {
  margin-right: 20px;
}

.work-btn {
  font-size: 14px;
  width: 205px;
  height: 45px;
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .work-btn {
    width: 160px;
    height: 40px;
    margin: 20px auto 0;
  }
}

.serv-project .info-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.serv-project .info-btn {
  margin: 0 9px;
  height: 55px;
  font-size: 20px;
  width: 210px;
}

.serv-project .info-btn.solid-btn {
  background-color: var(--white);
  color: var(--text);
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-project .info-btn.solid-btn:hover,
.serv-project .info-btn.solid-btn:focus {
  background-color: var(--hover);
  color: var(--white);
}

.serv-project .info-btn.border-btn:hover,
.serv-project .info-btn.border-btn:focus {
  border-color: var(--hover);
  background-color: var(--hover);
  color: var(--white);
}

@media (max-width: 767px) {
  .serv-project .info-btn {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
}

.update-btn {
  margin: 0 9px;
  height: 55px;
  font-size: 20px;
  width: 210px;
}

.update-btn.border-btn {
  border-color: var(--main);
  color: var(--main);
}

.update-btn.border-btn:hover,
.update-btn.border-btn:focus {
  background-color: var(--main);
  color: var(--white);
}

.update-btn.xs-btn {
  display: none;
}

@media (max-width: 767px) {
  .update-btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
    margin: 25px auto 0;
    display: none;
  }

  .update-btn.xs-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.apply-btn {
  width: 171px;
  height: 45px;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .apply-btn {
    margin: 20px auto 0;
  }
}

.more-career {
  width: 190px;
  height: 50px;
  border-color: var(--main);
  color: var(--main);
  margin: auto;
}

.more-career:hover,
.more-career:focus {
  background-color: var(--main);
  color: var(--white);
}

@media (max-width: 991px) {
  .more-career {
    margin: 40px auto 0;
  }
}

@media (max-width: 991px) {
  .other-jobs .apply-btn {
    margin: 0 auto 0;
  }
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .form-btns {
    margin-top: 20px;
  }
}

.form-btns .form-btn {
  width: 180px;
  height: 54px;
  font-size: 18px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .form-btns .form-btn {
    width: 50%;
    height: 48px;
  }
}

.form-btns .form-btn.border-btn {
  border-color: var(--main);
  color: var(--main);
  background-color: #fff;
}

.form-btns .form-btn:hover,
.form-btns .form-btn:focus {
  border-color: var(--hover);
  background-color: var(--hover);
  color: var(--white);
}

.contact-form-btn {
  width: 180px;
  height: 54px;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .contact-form-btn {
    height: 48px;
    width: 150px;
    margin: 20px auto 0;
  }
}

.heads-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px;
}

.heads-holder.xs-heads {
  display: none;
}

@media (max-width: 767px) {
  .heads-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    text-align: center;
  }

  .heads-holder .border-btn,
  .heads-holder .solid-btn {
    display: none;
  }
}

.heads-holder .light-title {
  font-size: 18px;
  color: var(--grey);
  position: relative;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .heads-holder .light-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.heads-holder .light-title::before {
  background-color: var(--grey);
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

html[dir='ltr'] .heads-holder .light-title::before {
  right: calc(100% + 10px);
}

@media (min-width: 1525px) {
  html[dir='ltr'] .heads-holder .light-title::before {
    right: calc(100% + 30px);
  }
}

html[dir='rtl'] .heads-holder .light-title::before {
  left: calc(100% + 10px);
}

@media (min-width: 1525px) {
  html[dir='rtl'] .heads-holder .light-title::before {
    left: calc(100% + 30px);
  }
}

@media (max-width: 767px) {
  .heads-holder .light-title::before {
    display: none;
  }
}

.heads-holder .bold-title {
  font-size: 48px;
  color: var(--main);
  font-weight: 600;
  width: 15ch;
  line-height: 1.042;
}

@media (max-width: 767px) {
  .heads-holder .bold-title {
    font-size: 25px;
    width: auto;
  }
}

.servs-sec .heads-holder .sec-head,
.updates-sec .heads-holder .sec-head {
  margin: 0 40px;
}

@media (min-width: 1525px) {

  .servs-sec .heads-holder .sec-head,
  .updates-sec .heads-holder .sec-head {
    margin: 0 60px;
  }
}

@media (max-width: 767px) {

  .servs-sec .heads-holder .sec-head,
  .updates-sec .heads-holder .sec-head {
    margin: 0;
    width: 100%;
  }
}

.servs-sec .heads-holder .light-title,
.updates-sec .heads-holder .light-title {
  color: var(--white);
}

.servs-sec .heads-holder .light-title::before,
.updates-sec .heads-holder .light-title::before {
  background-color: var(--white);
}

.servs-sec .heads-holder .bold-title,
.updates-sec .heads-holder .bold-title {
  color: var(--white);
}

.projects-sec .heads-holder,
.clients-sec .heads-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.projects-sec .heads-holder .light-title::before,
.clients-sec .heads-holder .light-title::before {
  display: none;
}

@media (max-width: 1199px) {
  .about-texts .heads-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-texts .heads-holder .light-title::before {
    display: none;
  }
}

.history-cont .sec-head {
  margin: auto;
}

.history-cont .bold-title {
  text-align: center;
}

@media (max-width: 767px) {
  .awwards-text .heads-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.serv-projects .heads-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.serv-projects .heads-holder .light-title::before {
  display: none;
}

.updates-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

.updates-head .update-title {
  font-size: 48px;
  color: var(--main);
  font-weight: 600;
  line-height: 1.042;
}

@media (max-width: 767px) {
  .updates-head .update-title {
    font-size: 25px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .updates-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }
}

.pros-types {
  font-size: 36px;
  color: var(--main);
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .pros-types {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.other-projects .heads-holder,
.other-news .heads-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.careers-head {
  font-size: 36px;
  color: var(--main);
  font-weight: 600;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .careers-head {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.other-jobs .other-head {
  font-size: 36px;
  color: var(--main);
  font-weight: 600;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .other-jobs .other-head {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.form-head {
  font-size: 36px;
  color: var(--main);
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .form-head {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.contact-head {
  font-size: 36px;
  color: var(--main);
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contact-head {
    font-size: 22px;
    text-align: center;
  }
}

.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}

.header-nav .nav-li {
  margin: 0 17px;
}

@media (max-width: 1199px) {
  .header-nav .nav-li {
    margin: 0 10px;
  }
}

.header-nav .nav-a {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-nav .nav-a:hover,
.header-nav .nav-a:focus {
  color: var(--link-hover);
}

.inner-page nav {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 101, 53, 0.75)), color-stop(50%, rgba(0, 101, 53, 0.965)));
  background: linear-gradient(0deg, rgba(0, 101, 53, 0.75) 0%, rgba(0, 101, 53, 0.965) 50%);
}

@media (max-width: 767px) {
  .inner-page nav {
    background-color: var(--main);
  }
}

nav {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 101, 53, 0)), color-stop(45%, rgba(0, 101, 53, 0.965)));
  background: linear-gradient(0deg, rgba(0, 101, 53, 0) 0%, rgba(0, 101, 53, 0.965) 45%);
  display: none;
  overflow-y: auto;
}

@media (max-width: 767px) {
  nav {
    background-color: var(--main);
  }
}

nav .mo-navbar {
  padding: 0 15px;
  padding-top: 19.3vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

@media (max-width: 1199px) {
  nav .mo-navbar {
    gap: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 40px 0 40px;
  }
}

nav .nav-li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

@media (max-width: 1199px) {
  nav .nav-li {
    margin-bottom: 15px;
  }
}

nav .nav-li:nth-of-type(2) {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

nav .nav-li:nth-of-type(3) {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

nav .nav-li:nth-of-type(4) {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

nav .nav-li:nth-of-type(5) {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

nav .nav-li:nth-of-type(6) {
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}

nav .nav-a,
nav a:not([href]):not([tabindex]) {
  font-size: 40px;
  color: var(--white);
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html[dir='rtl'] nav .nav-a,
html[dir='rtl'] nav a:not([href]):not([tabindex]) {
  font-size: 30px;
}

nav .nav-a:hover,
nav .nav-a:focus,
nav a:not([href]):not([tabindex]):hover,
nav a:not([href]):not([tabindex]):focus {
  color: var(--link-hover);
}

@media (max-width: 1199px) {

  nav .nav-a,
  nav a:not([href]):not([tabindex]) {
    font-size: 22px;
  }

  html[dir='rtl'] nav .nav-a,
  html[dir='rtl'] nav a:not([href]):not([tabindex]) {
    font-size: 22px;
  }
}

nav .sub-ul {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  nav .sub-ul {
    margin-top: 15px;
    display: none;
  }
}

nav .sub-li {
  margin-bottom: 10px;
}

nav .sub-a {
  font-size: 18px;
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1525px) {
  nav .sub-a {
    font-size: 20px;
  }
}

html[dir='rtl'] nav .sub-a {
  font-size: 16px;
}

nav .sub-a:hover,
nav .sub-a:focus {
  color: var(--link-hover);
}

@media (max-width: 1199px) {
  nav .sub-a {
    font-size: 16px;
  }

  html[dir='rtl'] nav .sub-a {
    font-size: 16px;
  }
}

nav.nav-in .nav-li {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1199px) {
  nav .drop-btn .nav-a::after {
    font-family: 'Linearicons-Free';
    font-size: 13px;
    content: "\e874";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  html[dir='ltr'] nav .drop-btn .nav-a::after {
    margin-left: 8px;
  }

  html[dir='rtl'] nav .drop-btn .nav-a::after {
    margin-right: 8px;
  }

  nav .drop-btn .nav-a.active {
    color: var(--link-hover);
  }

  nav .drop-btn .nav-a.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.projects-slider {
  position: relative;
}

.projects-slider .swiper-btn {
  background: none;
  font-size: 30px;
  color: var(--grey);
  top: 100px;
  -webkit-transform: none;
  transform: none;
  margin: 0;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.projects-slider .swiper-btn::after {
  display: none;
}

.projects-slider .swiper-btn:hover {
  color: var(--main);
}

@media (min-width: 1525px) {
  .projects-slider .swiper-btn {
    display: block;
  }
}

.projects-slider .swiper-button-prev,
.projects-slider .swiper-container-rtl .swiper-button-next {
  left: -53px;
  right: auto;
}

.projects-slider .swiper-button-next,
.projects-slider .swiper-container-rtl .swiper-button-prev {
  right: -53px;
  left: auto;
}

.swiper-pagination {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 991px) {
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  opacity: 1;
}

.projects-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.clients-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main);
  opacity: 1;
}

.nums-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.other-projects .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main);
  opacity: 1;
}

.awwards-slider {
  position: relative;
}

.awwards-slider .swiper-btn {
  background: none;
  font-size: 30px;
  color: var(--grey);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.awwards-slider .swiper-btn::after {
  display: none;
}

.awwards-slider .swiper-btn:hover {
  color: var(--main);
}

@media (min-width: 1525px) {
  .awwards-slider .swiper-btn {
    display: block;
  }
}

.awwards-slider .swiper-button-prev,
.awwards-slider .swiper-container-rtl .swiper-button-next {
  left: -53px;
  right: auto;
}

.awwards-slider .swiper-button-next,
.awwards-slider .swiper-container-rtl .swiper-button-prev {
  right: -53px;
  left: auto;
}

.awwards-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main);
  opacity: 1;
}

.serv-projects-slider {
  position: relative;
}

.serv-projects-slider .swiper-btn {
  background: none;
  font-size: 48px;
  color: var(--white);
  opacity: 0.3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.serv-projects-slider .swiper-btn::after {
  display: none;
}

.serv-projects-slider .swiper-btn:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .serv-projects-slider .swiper-btn {
    display: none;
  }
}

.serv-projects-slider .swiper-button-prev,
.serv-projects-slider .swiper-container-rtl .swiper-button-next {
  left: 50px;
  right: auto;
}

.serv-projects-slider .swiper-button-next,
.serv-projects-slider .swiper-container-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}

.serv-projects-slider .swiper-pagination {
  position: absolute;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  bottom: 10px;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 991px) {
  .serv-projects-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.serv-projects-slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-projects-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  opacity: 1;
}

@media (min-width: 768px) {
  .fancybox-bg {
    background-color: #000;
  }

  .fancybox-progress {
    background-color: var(--main);
  }

  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    height: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
  }

  .fancybox-thumbs .fancybox-thumbs__list {
    margin: auto;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
    overflow: visible;
  }

  .fancybox-thumbs::-webkit-scrollbar {
    height: 7px;
  }

  .fancybox-thumbs::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .fancybox-thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  .fancybox-thumbs__list a {
    background-color: #000;
    border: 1px solid transparent;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 130px;
    height: 64px;
  }

  .fancybox-thumbs__list a::before {
    display: none;
  }

  .fancybox-thumbs__list a.fancybox-thumbs-active {
    opacity: 1;
    border-color: #fff;
  }
}

.mo-panel {
  display: none;
  padding: 15px 15px 0;
}

.mo-accordion {
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mo-accordion.foot-acc:after {
  font-family: 'Linearicons-Free';
  font-size: 12px;
  content: "\e875";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html[dir='ltr'] .mo-accordion.foot-acc:after {
  content: "\e876";
}

.mo-accordion.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

html[dir='ltr'] .mo-accordion.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .mo-accordion.foot-acc {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {

  .foot-nav,
  .contact-list {
    margin-bottom: 25px;
  }
}

main {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 1525px) {
  main {
    background-size: 100%;
    -webkit-transition: all 15s linear;
    transition: all 15s linear;
  }

  main:hover {
    background-size: 110%;
  }
}

main::before {
  background: #000;
  opacity: 35%;
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
}

main .main {
  z-index: 2;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main .main.op .main-head,
main .main.op .arrow-cont,
main .main.op .main-btn,
main .main.op .down-btn {
  opacity: 0;
}

@media (max-width: 767px) {
  main .main {
    padding: 125px 15px 200px;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

main .main::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 101, 53, 0)), to(#006535));
  background: linear-gradient(0deg, rgba(0, 101, 53, 0) 0%, #006535 100%);
  opacity: 30%;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: block;
}

main .main::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#006535), to(rgba(0, 101, 53, 0)));
  background: linear-gradient(0deg, #006535 0%, rgba(0, 101, 53, 0) 100%);
  opacity: 60%;
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  width: 100%;
  display: block;
}

main .main-head {
  font-size: 3.750vw;
  font-weight: bold;
  color: var(--white);
  line-height: 1.111;
  z-index: 2;
  position: relative;
}

@media (max-width: 991px) {
  main .main-head {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  main .main-head {
    font-size: 25px;
  }

  main .main-head br {
    display: none;
  }
}

main .arrow-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 6vh;
  z-index: 3;
}

main .down-btn {
  font-size: 2.5vw;
  color: var(--white);
  -webkit-animation: mymove 2s infinite;
  animation: mymove 2s infinite;
  cursor: pointer;
}

@media (max-width: 767px) {
  main .down-btn {
    font-size: 25px;
  }
}

.serv .serv-img {
  padding-bottom: 100%;
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.serv .serv-img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv .serv-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.serv .serv-name {
  font-size: 20px;
  color: var(--white);
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 27px;
  height: 48px;
  overflow: hidden;
  margin: 27px 10px 0;
}

@media (max-width: 767px) {
  .serv .serv-name {
    margin: 15px auto 0;
    text-align: center;
    display: block;
  }
}

.serv .serv-name:hover,
.serv .serv-name:focus {
  color: var(--link-hover);
}

.project .project-img {
  padding-bottom: 49.7777777778%;
  position: relative;
  width: 100%;
  background-color: var(--main);
}

.project .project-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project .project-img::after {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project .project-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 19px;
  background-color: #fff;
  max-width: 80%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  color: var(--text);
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1525px) {
  .project .project-name {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .project .project-name {
    opacity: 1;
    visibility: visible;
    font-size: 14px;
    padding: 0 15px;
  }
}

.project:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.project:hover .project-img::after {
  opacity: 1;
}

.project:hover .project-name {
  visibility: visible;
  opacity: 1;
}

.update .img-here {
  position: relative;
}

.update .img-here .type {
  width: 75px;
  line-height: 30px;
  position: absolute;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html[dir='ltr'] .update .img-here .type {
  left: 20px;
}

html[dir='rtl'] .update .img-here .type {
  right: 20px;
}

.update .img-here .type:hover {
  background-color: var(--main);
}

.update .update-img {
  padding-bottom: 73.3333333333%;
  background-color: #fff;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.update .update-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.update .update-img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.update .update-info {
  padding: 0 10px;
}

.update .date {
  display: block;
  color: var(--date);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 23px 0 13px;
}

.update .update-name {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 48px;
  overflow: hidden;
}

.update .update-name .date {
  color: var(--white);
  font-size: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin: 0;
  font-weight: normal;
  text-transform: none;
}

.update .update-name:hover,
.update .update-name:focus,
.update .update-name .date:hover,
.update .update-name .date:focus {
  color: var(--link-hover);
}

.client-item {
  width: calc(100% / 6 - 29.99px);
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15px;
}

@media (max-width: 991px) {
  .client-item {
    width: 100%;
    margin: 0;
  }
}

.client-item .client {
  display: block;
  position: relative;
  padding-top: 6px;
}

.client-item .client img {
  opacity: 70%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.client-item .client .client-name {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  line-height: 29px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 13px;
  -webkit-transform: translateX(-50%) translateY(30px);
  transform: translateX(-50%) translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.client-item .client .client-name::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.client-item .client:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.client-item .client:hover .client-name {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}

.clients-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bg {
  opacity: 0.8;
  position: absolute;
  left: 883px;
  top: 4861px;
  width: 158px;
  height: 29px;
  z-index: 85;
}

@media (min-width: 992px) {
  .clients-slider {
    overflow: unset;
  }
}

/*//////////////////////////////preloader//////////////////////////////*/
.pre-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pre-loader img {
  width: 400px;
}

@media (max-width: 767px) {
  .pre-loader img {
    width: 300px;
  }
}

.pre-loader .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pre-loader .progress-bar {
  background-color: var(--main);
  border: none;
  overflow: hidden;
  width: 200px;
  height: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 20px 0 0 0;
}

@media (max-width: 767px) {
  .pre-loader .progress-bar {
    width: 100px;
  }
}

.pre-loader .progress-bar .Shape_1 {
  background-color: var(--main);
  position: absolute;
  left: 583px;
  top: 459px;
  width: 200px;
  height: 2px;
  z-index: 4;
}

.pre-loader .progress-bar span {
  display: block;
}

.pre-loader .bar {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pre-loader .progress {
  -webkit-animation: loader 8s ease infinite;
  animation: loader 8s ease infinite;
  background: #fff;
  border: none;
  padding: 0px;
  width: 0;
  height: 2px;
}

.pre-loader .progress-bar {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.pre-loader .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@-webkit-keyframes loader {
  0% {
    width: 0;
  }

  20% {
    width: 10%;
  }

  25% {
    width: 24%;
  }

  43% {
    width: 41%;
  }

  56% {
    width: 50%;
  }

  66% {
    width: 52%;
  }

  71% {
    width: 60%;
  }

  75% {
    width: 76%;
  }

  94% {
    width: 86%;
  }

  100% {
    width: 100%;
  }
}

@keyframes loader {
  0% {
    width: 0;
  }

  20% {
    width: 10%;
  }

  25% {
    width: 24%;
  }

  43% {
    width: 41%;
  }

  56% {
    width: 50%;
  }

  66% {
    width: 52%;
  }

  71% {
    width: 60%;
  }

  75% {
    width: 76%;
  }

  94% {
    width: 86%;
  }

  100% {
    width: 100%;
  }
}

/*//////////////////////////////preloader//////////////////////////////*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  display: block;
  width: 222px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.sec-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html[dir='ltr'] .langs {
  margin-left: 55px;
}

@media (max-width: 1199px) {
  html[dir='ltr'] .langs {
    margin-left: 0;
  }
}

html[dir='rtl'] .langs {
  margin-right: 55px;
}

@media (max-width: 1199px) {
  html[dir='rtl'] .langs {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .langs {
    display: none;
  }
}

.lang {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.lang:hover,
.lang:focus,
.lang.active {
  color: var(--white);
}

html[dir='ltr'] .lang {
  margin-left: 30px;
}

@media (max-width: 767px) {
  html[dir='ltr'] .lang {
    margin-left: 15px;
  }
}

html[dir='rtl'] .lang {
  margin-right: 30px;
}

@media (max-width: 767px) {
  html[dir='rtl'] .lang {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .lang.active {
    display: none;
  }
}

.menu-icon {
  font-size: 48px;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .menu-icon {
    font-size: 30px;
  }
}

.menu-icon:hover,
.menu-icon:focus {
  color: var(--link-hover);
}

html[dir='ltr'] .menu-icon {
  margin-left: 35px;
}

@media (max-width: 767px) {
  html[dir='ltr'] .menu-icon {
    margin-left: 15px;
  }
}

html[dir='rtl'] .menu-icon {
  margin-right: 35px;
}

@media (max-width: 767px) {
  html[dir='rtl'] .menu-icon {
    margin-right: 15px;
  }
}

.menu-icon.active::before {
  content: "\e870";
}

header {
  padding: 4.3vh 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  header {
    padding: 25px 0 0;
  }
}

header.header-scroll {
  background-color: var(--main);
  padding: 10px 0;
}

@media (max-width: 767px) {
  header.header-scroll {
    padding: 8px 0;
  }
}

header.header-scroll .logo {
  width: 178px;
}

@media (max-width: 767px) {
  header.header-scroll .logo {
    width: 135px;
  }
}

header.header-scroll .menu-icon {
  display: none;
}

@media (max-width: 991px) {
  header.header-scroll .menu-icon {
    display: block;
  }
}

header.header-scroll .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  header.header-scroll .header-nav {
    display: none;
  }
}

header.header-scroll .lang {
  color: rgba(255, 255, 255, 0.4);
}

header.header-scroll .lang:hover,
header.header-scroll .lang:focus,
header.header-scroll .lang.active {
  color: var(--white);
}

.mo-breadcrumb {
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  padding: 122px 0 97px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .mo-breadcrumb {
    background-attachment: unset;
    padding: 100px 0 55px;
    background-position: center;
  }
}

.mo-breadcrumb::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 101, 53, 0)), to(#006535));
  background: linear-gradient(0deg, rgba(0, 101, 53, 0) 0%, #006535 100%);
  opacity: 90%;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: block;
}

.page-header {
  font-size: 55px;
  color: var(--white);
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-header.op {
  opacity: 0;
}

@media (max-width: 767px) {
  .page-header {
    font-size: 30px;
  }

  .page-header br {
    display: none;
  }
}

.breadcrumb-ul {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  /* display: none; */
}

@media (max-width: 991px) {
  .breadcrumb-ul {
    display: none;
  }
}

.breadcrumb-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-li~.breadcrumb-li::before {
  content: "/";
  display: block;
  font-size: 18px;
  color: #fff;
  margin: 0 11px;
}

.breadcrumb-a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumb-a:hover,
.breadcrumb-a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-a.active {
  pointer-events: none;
}

.about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 120px;
}

@media (max-width: 1199px) {
  .about-flex {
    margin-top: 70px;
  }
}

.about-imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 30px;
}

@media (max-width: 1199px) {
  .about-imgs {
    display: none;
  }
}

html[dir='ltr'] .about-imgs {
  margin-right: 70px;
}

html[dir='rtl'] .about-imgs {
  margin-left: 70px;
}

@media (min-width: 1525px) {
  html[dir='ltr'] .about-imgs {
    margin: 0 120px;
  }

  html[dir='rtl'] .about-imgs {
    margin: 0 120px;
  }
}

.about-imgs .img-here:last-of-type {
  margin-top: 100px;
}

.about-texts {
  width: 550px;
}

@media (min-width: 1525px) {
  .about-texts {
    width: 600px;
  }
}

@media (max-width: 1199px) {
  .about-texts {
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about-texts {
    width: 100%;
  }
}

.about-p {
  font-size: 18px;
  color: var(--text);
  font-weight: 300;
  margin-bottom: 16px;
}

.about-p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-p {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 10px;
  }
}

.servs-sec,
.updates-sec {
  margin-top: 120px;
  padding-top: 116px;
  padding-bottom: 116px;
  background-color: var(--main);
}

@media (max-width: 1199px) {

  .servs-sec,
  .updates-sec {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {

  .servs-sec,
  .updates-sec {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.projects-sec,
.clients-sec {
  margin-top: 115px;
}

@media (max-width: 1199px) {

  .projects-sec,
  .clients-sec {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {

  .projects-sec,
  .clients-sec {
    margin-top: 40px;
  }
}

.page-content .about-flex {
  margin-top: 0;
}

.page-content .clients-sec {
  margin-top: 0;
  margin-top: 100px;
  padding-top: 140px;
}

@media (max-width: 1199px) {
  .page-content .clients-sec {
    margin-top: 0;
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .page-content .clients-sec {
    margin-top: 0;
    padding-top: 40px;
  }
}

.chairman-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 100px;
  padding-top: 150px;
}

@media (max-width: 1199px) {
  .chairman-flex {
    margin-top: 0;
    padding-top: 40px;
  }
}

@media (min-width: 1525px) {
  .chairman-text {
    padding-left: 58px;
    padding-right: 35px;
  }

  html[dir='rtl'] .chairman-text {
    padding-right: 58px;
    padding-left: 35px;
  }
}

.quote-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 38px;
}

@media (max-width: 1199px) {
  .quote-div {
    margin-top: 25px;
  }
}

.quote-div img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

html[dir='ltr'] .quote-div img {
  margin-right: 13px;
}

html[dir='rtl'] .quote-div img {
  margin-left: 13px;
}

@media (max-width: 767px) {
  .quote-div img {
    width: 40px;
  }
}

.about-quote {
  font-size: 16px;
  color: var(--text);
  font-style: italic;
  line-height: 1.625;
  margin-top: 10px;
}

.about-quote .sign {
  display: block;
  color: #c43333;
  font-size: 16px;
  font-family: "Gellatio";
  line-height: 1.875;
  margin-top: 29px;
}

html[dir='rtl'] .about-quote .sign {
  font-size: 24px;
  font-family: "dast";
}

@media (max-width: 1199px) {
  .about-quote .sign {
    text-align: center;
    margin-top: 20px;
  }
}

.history-cont {
  margin-top: 100px;
  padding-top: 140px;
}

@media (max-width: 1199px) {
  .history-cont {
    margin-top: 0;
    padding-top: 40px;
  }
}

.history-cont .about-p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 105ch;
  max-width: 100%;
}

.nums {
  margin-top: 70px;
}

@media (min-width: 1525px) {
  .nums {
    padding: 0 120px;
  }
}

@media (max-width: 1199px) {
  .nums {
    margin-top: 40px;
  }
}

.num {
  text-align: center;
}

.num .count {
  font-size: 60px;
  font-weight: 500;
  color: var(--main);
  margin-bottom: 17px;
}

.num .num-name {
  font-size: 20px;
  color: var(--text);
}

.awwards-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  margin-top: 100px;
  padding-top: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .awwards-flex {
    display: block;
    margin-top: 0;
    padding-top: 40px;
    text-align: center;
  }
}

.awws-cont {
  overflow: hidden;
}

@media (min-width: 1525px) {
  .awws-cont {
    padding: 0 60px;
  }
}

@media (min-width: 1525px) {
  .awwards-text {
    padding-left: 58px;
    padding-right: 50px;
  }

  html[dir='rtl'] .awwards-text {
    padding-right: 58px;
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .awwards-text {
    margin-bottom: 25px;
  }
}

.awward {
  width: 100%;
}

.bour-sec {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 133px;
  padding: 146px 0 98px;
}

@media (max-width: 991px) {
  .bour-sec {
    padding: 80px 0;
    margin-top: 45px;
    text-align: center;
  }
}

.bour-sec .bour-boldText {
  color: var(--white);
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .bour-sec .bour-boldText {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .bour-sec .bour-boldText {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.bour-sec .bour-lightText {
  font-size: 24px;
  color: var(--white);
  font-weight: 300;
  width: 46ch;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .bour-sec .bour-lightText {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bour-sec .bour-lightText {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .chairman-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chairman-flex .heads-holder {
    display: none;
  }

  .chairman-flex .heads-holder.xs-heads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .chairman-flex .chairman-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .chairman-flex .chairman-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.tab-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-li {
  margin: 0 30px;
}

@media (max-width: 991px) {
  .tab-li {
    margin: 0 15px;
  }
}

.tab-a {
  font-size: 24px;
  color: #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-a:hover {
  color: var(--main);
}

.tab-a.active {
  color: var(--main);
  pointer-events: none;
  border-bottom: 1px solid #006535;
}

@media (max-width: 991px) {
  .tab-a {
    font-size: 20px;
  }
}

.brand-grid {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

@media (min-width: 1525px) {
  .brand-grid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1199px) {
  .brand-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .brand-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .brand-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.brand-grid .client-item {
  width: 100%;
  margin: 0;
  padding-bottom: 100%;
  position: relative;
  height: auto;
}

.brand-grid .client-item .client {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serv-arc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.05fr;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  margin-bottom: 100px;
}

@media (min-width: 1525px) {
  html[dir='ltr'] .serv-arc {
    padding-left: 161px;
    padding-right: 145px;
  }

  html[dir='rtl'] .serv-arc {
    padding-right: 161px;
    padding-left: 145px;
  }
}

@media (max-width: 1199px) {
  .serv-arc {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .serv-arc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    margin-bottom: 60px;
  }
}

.serv-arc .serv-img {
  padding-bottom: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.serv-arc .serv-img img {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 100%; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-arc .serv-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.serv-arc .serv-text {
  margin-top: 75px;
}

@media (max-width: 991px) {
  .serv-arc .serv-text {
    margin-top: 0;
  }
}

.serv-arc .serv-name {
  font-size: 30px;
  color: var(--main);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 35px;
}

.serv-arc .serv-name:hover {
  color: var(--hover);
}

.serv-arc .serv-name.xs-name {
  display: none;
}

@media (max-width: 991px) {
  .serv-arc .serv-name {
    display: none;
    font-size: 24px;
    margin-bottom: 0;
  }

  .serv-arc .serv-name.xs-name {
    display: inline-block;
  }
}

.serv-arc .serv-desc {
  color: var(--text);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.444;
  margin-bottom: 43px;
}

@media (max-width: 767px) {
  .serv-arc .serv-desc {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .serv-arc:nth-of-type(even) .serv-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.serv-arc:nth-of-type(even) .serv-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.serv-arc:nth-of-type(even) .serv-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 991px) {
  .serv-arc:nth-of-type(even) .serv-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.services-cont {
  margin-bottom: 220px;
}

@media (max-width: 991px) {
  .services-cont {
    margin-bottom: 60px;
  }
}

.serv-genral {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1fr;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 1525px) {
  .serv-genral {
    padding: 0 120px;
  }
}

@media (max-width: 1199px) {
  .serv-genral {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .serv-genral {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    margin-bottom: 60px;
  }
}

.serv-genral .serv-img {
  width: 100%;
}

.serv-genral .serv-img img {
  width: 100%;
}

.serv-genral .serv-name {
  font-size: 30px;
  color: var(--main);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 1.2;
  /* margin-bottom: 35px; */
}

@media (max-width: 991px) {
  .serv-genral .serv-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.serv-genral .serv-desc {
  color: var(--text);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.444;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .serv-genral .serv-desc {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 25px;
  }
}

.serv-projects {
  margin-top: 170px;
  margin-bottom: 170px;
}

@media (max-width: 767px) {
  .serv-projects {
    margin-top: 70px;
    margin-bottom: 50px;
  }

  .serv-projects .container {
    padding: 0;
    text-align: center;
  }
}

.serv-project {
  position: relative;
}

.serv-project .img-here {
  padding-bottom: 49.6453900709%;
  display: block;
  width: 100%;
  background-color: red;
}

.serv-project .img-here img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.serv-project .info-here {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  padding: 0 15px;
}

.serv-project .name {
  font-size: 3.125vw;
  color: var(--white);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.111;
}

.serv-project .name:hover,
.serv-project .name:focus {
  color: var(--hover);
}

@media (max-width: 767px) {
  .serv-project .name {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.serv-project::after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  content: "";
  display: block;
}

.projects-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 64px 30px;
  padding-bottom: 185px;
}

@media (max-width: 1199px) {
  .projects-grid {
    gap: 50px 20px;
  }
}

@media (max-width: 991px) {
  .projects-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }
}

.projects-grid .grid-item {
  overflow: hidden;
}

.updates-page .update .date {
  color: #5c5c5c;
}

.updates-page .update .update-name {
  color: var(--text);
}

.updates-page .update .update-name:hover,
.updates-page .update .update-name:focus {
  color: var(--link-hover);
}

.events-cont,
.media-cont {
  margin-top: 150px;
}

@media (max-width: 991px) {

  .events-cont,
  .media-cont {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .media-cont .container {
    padding: 0;
  }
}

.news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.news-grid .grid-item {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .news-grid {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .news-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.media-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.media-grid .grid-item {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .media-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .media-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .media-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.media-link {
  position: relative;
  padding-bottom: 100%;
  display: block;
  cursor: url(../images/plus.svg), default;
}

.media-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-link::after {
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 70%);
  content: "";
  opacity: 0.5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.media-link.video-link::before {
  content: url(../images/play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.media-link:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
}

.pros-cat-page {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .pros-cat-page {
    margin-top: 0;
  }
}

.map {
  height: 550px;
}

.map .map-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pros-cat {
  margin-top: 88px;
}

@media (max-width: 991px) {
  .pros-cat {
    margin-top: 50px;
  }
}

.pros-cat .tab-content {
  margin-top: 63px;
}

@media (max-width: 991px) {
  .pros-cat .tab-content {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .pros-cat .tab-ul {
    height: 50px;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pros-cat .tab-li {
    margin: 0 10px;
  }

  .pros-cat .tab-ul::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
    height: 0px;
  }
}

.cat-projects-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 1199px) {
  .cat-projects-grid {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .cat-projects-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .cat-projects-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.cat-projects-grid .grid-item {
  overflow: hidden;
}

.project-desc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.065fr;
  grid-template-columns: 1fr 1.065fr;
  gap: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 1525px) {
  html[dir='ltr'] .project-desc {
    padding-left: 116px;
    padding-right: 113px;
  }

  html[dir='rtl'] .project-desc {
    padding-left: 113px;
    padding-right: 116px;
  }
}

@media (max-width: 1199px) {
  .project-desc {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .project-desc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }
}

.project-desc .project-imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 6px;
}

.project-desc .project-imgs a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.project-desc .project-imgs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-desc .project-imgs a .zoom-ico img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
}

.project-desc .project-imgs a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.project-desc .main-img {
  width: 100%;
  padding-bottom: 49.7504897793%;
  position: relative;
}

.project-desc .thumbs-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.project-desc .tumb-img {
  position: relative;
  padding-bottom: 49.7538461538%;
  width: 100%;
}

.project-desc .project-name {
  font-size: 30px;
  color: var(--main);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .project-desc .project-name {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

.project-desc .project-summ {
  color: var(--text);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.444;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .project-desc .project-summ {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.project-desc .project-summ span {
  font-weight: 600;
}

.project-desc .project-summ.last span {
  display: block;
  margin-bottom: 11px;
}

.zoom-ico {
  position: absolute;
  bottom: 10px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.702);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html[dir='ltr'] .zoom-ico {
  right: 10px;
}

html[dir='rtl'] .zoom-ico {
  left: 10px;
}

.zoom-ico:hover,
.zoom-ico:focus {
  background-color: black;
}

.other-projects {
  margin-top: 220px;
}

@media (max-width: 991px) {
  .other-projects {
    margin-top: 70px;
  }
}

@media (min-width: 1525px) {
  .single-post {
    padding: 0 120px;
  }
}

.single-post p {
  word-break: break-word;
}

.post-img {
  text-align: center;
}

@media (max-width: 767px) {
  .post-img {
    margin: 0 -15px;
  }
}

.date-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 38px;
}

@media (max-width: 767px) {
  .date-share {
    margin-top: 15px;
  }
}

.date-share .date {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 500;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-title {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 500;
  margin: 0 8px;
}

.share-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-link {
  font-size: 24px;
  color: #c2c2c2;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.share-link:hover,
.share-link:focus {
  color: var(--main);
}

@media (max-width: 767px) {
  .share-link {
    font-size: 20px;
  }
}

.post-text {
  color: var(--text);
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .post-text {
    text-align-last: center;
    font-size: 14px;
    margin-top: 20px;
  }
}

.post-quote {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .post-quote {
    margin-top: 34px;
    margin-bottom: 34px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.post-quote .quote-text img {
  margin-bottom: 9px;
}

.post-quote .quote-text .post-text {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: var(--text);
  line-height: 2;
  text-align: unset;
  margin-top: 0;
}

@media (max-width: 767px) {
  .post-quote .quote-text .post-text {
    text-align: justify;
    text-align-last: center;
    font-size: 14px;
  }
}

.post-quote .video-link {
  width: 100%;
  position: relative;
  padding-bottom: 67.0753064799%;
  display: block;
  overflow: hidden;
}

.post-quote .video-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-quote .video-link::after {
  background: #000;
  content: "";
  opacity: 0.4;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.post-quote .video-link::before {
  content: url(../images/play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-quote .video-link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.post-quote .video-link:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
}

.post-navs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 2fr;
  grid-template-columns: 2fr 1fr 2fr;
  border: solid #e6e6e6;
  border-width: 1px 0 1px;
  padding: 30px 0;
  margin-top: 83px;
}

@media (max-width: 767px) {
  .post-navs {
    margin-top: 40px;
    padding: 20px 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.post-navs img {
  margin: auto;
  display: block;
}

@media (max-width: 767px) {
  .post-navs img {
    display: none;
  }
}

.nav-post {
  font-size: 14px;
  color: var(--text);
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-post::before,
.nav-post::after {
  font-size: 24px;
  color: #cccccc;
  font-family: 'Linearicons-Free';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-post span {
  margin: 0 20px;
}

html[dir='ltr'] .nav-post.prev-post {
  margin-right: auto;
}

html[dir='rtl'] .nav-post.prev-post {
  margin-left: auto;
}

html[dir='ltr'] .nav-post.prev-post::before {
  content: "\e879";
}

html[dir='rtl'] .nav-post.prev-post::before {
  content: "\e87a";
}

html[dir='ltr'] .nav-post.next-post {
  margin-left: auto;
}

html[dir='rtl'] .nav-post.next-post {
  margin-right: auto;
}

html[dir='ltr'] .nav-post.next-post::after {
  content: "\e87a";
}

html[dir='rtl'] .nav-post.next-post::after {
  content: "\e879";
}

.nav-post:hover,
.nav-post:focus {
  color: var(--main);
}

.nav-post:hover::before,
.nav-post:hover::after,
.nav-post:focus::before,
.nav-post:focus::after {
  color: var(--main);
}

.other-news {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .other-news {
    margin-top: 50px;
  }
}

.other-news .update .date {
  color: #5c5c5c;
}

.other-news .update .update-name {
  color: var(--text);
}

.other-news .update .update-name:hover,
.other-news .update .update-name:focus {
  color: var(--link-hover);
}

@media (min-width: 1525px) {
  .careers-cont {
    padding: 0 120px;
  }
}

.career-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 42px;
  margin-bottom: 40px;
}

.career-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .career-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 22px;
    margin-bottom: 20px;
  }
}

.career-item .item-text {
  width: 100%;
}

html[dir='ltr'] .career-item .item-text {
  padding-right: 70px;
}

@media (max-width: 1199px) {
  html[dir='ltr'] .career-item .item-text {
    padding: 0;
  }
}

html[dir='rtl'] .career-item .item-text {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  html[dir='rtl'] .career-item .item-text {
    padding: 0;
  }
}

.career-item .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .career-item .item-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.career-item .career-name {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career-item .career-name::after {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--text);
  content: "";
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career-item .career-name:hover,
.career-item .career-name:focus {
  color: var(--main);
}

.career-item .career-name:hover::after,
.career-item .career-name:focus::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

@media (max-width: 991px) {
  .career-item .career-name {
    font-size: 18px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html[dir='ltr'] .career-item .career-name {
    margin-right: 5px;
  }

  html[dir='rtl'] .career-item .career-name {
    margin-left: 5px;
  }
}

.career-item .hint {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 0 16px;
  background-color: #c43333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27.28px;
  margin: 0 20px;
}

@media (max-width: 991px) {
  .career-item .hint {
    margin: 0;
  }
}

.career-item .item-desc {
  font-size: 16px;
  color: var(--text);
  font-weight: 300;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .career-item .item-desc {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
  }
}

.career-item .item-opts {
  margin-top: 24px;
}

.career-item .opt {
  font-size: 16px;
  color: var(--text);
  font-weight: 300;
  line-height: 1.625;
  margin-bottom: 4px;
}

.career-item .opt:last-of-type {
  margin-bottom: 0;
}

.career-item .opt span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .career-item .opt {
    font-size: 14px;
  }
}

.careers-cont .tab-ul {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 auto 110px;
}

@media (max-width: 767px) {
  .careers-cont .tab-ul {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: unset;
    overflow-x: auto;
    width: 100%;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto 40px;
  }
}

.careers-cont .tab-li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 50px;
}

@media (max-width: 767px) {
  .careers-cont .tab-li {
    margin: 0 15px;
  }
}

@media (min-width: 1525px) {
  .career-cont {
    padding: 0 120px;
  }
}

.single-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .single-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 22px;
    margin-bottom: 20px;
  }
}

.single-job .item-text {
  width: 100%;
}

html[dir='ltr'] .single-job .item-text {
  padding-right: 70px;
}

@media (max-width: 1199px) {
  html[dir='ltr'] .single-job .item-text {
    padding: 0;
  }
}

html[dir='rtl'] .single-job .item-text {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  html[dir='rtl'] .single-job .item-text {
    padding: 0;
  }
}

.single-job .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .single-job .item-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.single-job .career-name {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-job .career-name::after {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--text);
  content: "";
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-job .career-name:hover,
.single-job .career-name:focus {
  color: var(--main);
}

.single-job .career-name:hover::after,
.single-job .career-name:focus::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

@media (max-width: 991px) {
  .single-job .career-name {
    font-size: 18px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html[dir='ltr'] .single-job .career-name {
    margin-right: 5px;
  }

  html[dir='rtl'] .single-job .career-name {
    margin-left: 5px;
  }
}

.single-job .hint {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 0 16px;
  background-color: #c43333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27.28px;
  margin: 0 20px;
}

@media (max-width: 991px) {
  .single-job .hint {
    margin: 0;
  }
}

.single-job .item-desc {
  font-size: 16px;
  color: var(--text);
  font-weight: 300;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .single-job .item-desc {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
  }
}

.single-job .item-opts {
  margin-top: 24px;
}

.single-job .opt {
  font-size: 16px;
  color: var(--text);
  font-weight: 300;
  line-height: 1.625;
  margin-bottom: 4px;
}

.single-job .opt:last-of-type {
  margin-bottom: 0;
}

.single-job .opt span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .single-job .opt {
    font-size: 14px;
  }
}

.single-job .ul-div {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .single-job .ul-div {
    margin-top: 24px;
  }
}

.single-job .ul-head {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}

.single-job .career-li {
  font-size: 16px;
  color: var(--text);
  font-weight: 300;
  margin-bottom: 8px;
}

.single-job .career-li:last-of-type {
  margin-bottom: 0;
}

.single-job .career-li::before {
  content: "-";
  width: 11px;
  display: inline-block;
}

@media (max-width: 767px) {
  .single-job .career-li {
    font-size: 14px;
  }
}

.other-jobs {
  margin-top: 135px;
}

@media (max-width: 767px) {
  .other-jobs {
    font-size: 40px;
  }
}

.other-jobs .other-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (max-width: 767px) {
  .other-jobs .other-list {
    gap: 40px;
  }
}

.other-jobs .other-list .career-item {
  margin: 0;
  padding: 0;
  border: none;
}

.form-cont {
  width: 690px;
  margin: auto;
}

@media (max-width: 767px) {
  .form-cont {
    width: 100%;
  }
}

.input-cont {
  overflow: hidden;
  margin-bottom: 0;
}

.input-cont p {
  margin: 0;
}

.input-cont.req .career-label::after {
  content: "*";
  color: #c33332;
  margin: 0 2px;
}

.career-label {
  font-size: 17px;
  color: var(--text);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.career-label span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 15px;
  color: #ff0200;
}

html[dir='ltr'] .career-label span {
  margin-left: 10px;
}

html[dir='rtl'] .career-label span {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .career-label span {
    display: none;
  }
}

@media (max-width: 767px) {
  .career-label {
    font-size: 16px;
    display: inline-block;
  }
}

.checks-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checks-line .check-cont {
  width: 240px;
  max-width: 50%;
}

.custom-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.custom-check .check-text {
  font-size: 17px;
  color: var(--text);
}

html[dir='ltr'] .custom-check .check-text {
  margin-left: 17px;
}

html[dir='rtl'] .custom-check .check-text {
  margin-right: 17px;
}

.custom-check .check-mark {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-check .check-mark::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f00c";
  font-size: 12px;
  color: #fff;
  -webkit-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-check input {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.custom-check input:hover~.check-mark {
  border-color: var(--main);
}

.custom-check input:checked~.check-mark {
  border-color: var(--main);
  background-color: var(--main);
}

.custom-check input:checked~.check-mark::after {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.career-form {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px 30px;
}

@media (max-width: 767px) {
  .form-grid {
    gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.career-input {
  background-color: #f3f3f3;
  height: 48px;
  width: 100%;
  border: 2px solid transparent;
  font-size: 16px;
  color: #8c8c8c;
  padding: 0 23px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career-input:focus {
  border-color: var(--main);
}

.career-input.career-area {
  padding: 15px 23px;
  height: 125px;
  resize: none;
}

.career-select {
  width: 100%;
}

.select2-container {
  height: 48px;
  outline: none !important;
  background-color: #f3f3f3;
}

.select2-container .select2-selection {
  background-color: #f3f3f3;
  height: 100%;
  border: none;
  border-radius: 0;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 23px;
}

.select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
  font-size: 16px;
  color: #8c8c8c;
}

html[dir='rtl'] .select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
}

.select2-container .select2-selection .select2-selection__arrow {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto;
}

.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection .select2-selection__arrow::after {
  font-family: 'Linearicons-Free';
  content: "\e874";
  font-size: 16px;
  color: #8c8c8c;
}

.select2-dropdown {
  border: none;
  padding: 7px 10px 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
  margin: 10px 0 0;
}

.select2-dropdown.select2-dropdown--above {
  margin: 0 0 10px;
}

.select2-dropdown .select2-results {
  padding-top: 0;
}

.select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  background-color: #e5e5e5;
  width: 7px;
  height: 0px;
}

.select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 3.5px;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 15px;
  color: var(--text);
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 7px;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: var(--main);
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: var(--main);
}

.input-cont .date {
  position: relative;
}

.input-cont .date::after {
  font-family: 'Linearicons-Free';
  content: "\e874";
  font-size: 16px;
  content: "\e836";
  position: absolute;
  top: 0;
  line-height: 48px;
  font-size: 16px;
  color: #8c8c8c;
}

html[dir='ltr'] .input-cont .date::after {
  right: 23px;
}

html[dir='rtl'] .input-cont .date::after {
  left: 23px;
}

.file-cont .file {
  position: relative;
}

.file-cont .career-input {
  width: 100%;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file-cont .file-btn {
  position: absolute;
  height: 34px;
  bottom: 7px;
  background-color: #d9d9d9;
  font-size: 16px;
  color: #8c8c8c;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html[dir='ltr'] .file-cont .file-btn {
  right: 7px;
}

html[dir='rtl'] .file-cont .file-btn {
  left: 7px;
}

.file-cont input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 991px) {
  .mobile-select-cont {
    height: 48px;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #f3f3f3;
  }

  .mobile-select-cont select {
    background-color: transparent;
    padding: 0 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #8c8c8c;
    border: none;
  }

  .mobile-select-cont::after {
    font-family: 'Linearicons-Free';
    content: "\e874";
    font-size: 16px;
    color: #8c8c8c;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  html[dir='ltr'] .mobile-select-cont::after {
    right: 23px;
  }

  html[dir='rtl'] .mobile-select-cont::after {
    left: 23px;
  }
}

@media (min-width: 1525px) {
  html[dir='ltr'] .contact-info {
    padding-left: 119px;
    padding-right: 90px;
  }

  html[dir='rtl'] .contact-info {
    padding-right: 119px;
    padding-left: 90px;
  }
}

.contact-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  color: var(--text);
  margin-bottom: 51px;
}

@media (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 20px;
  }
}

.office {
  margin-bottom: 35px;
}

.office .office-head {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  width: auto;
  width: auto;
  width: auto;
  position: relative;
  margin-bottom: 22px;
}

.office .office-head::after {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 1px;
  left: 0;
  content: "";
  display: block;
  background-color: var(--text);
}

@media (max-width: 767px) {
  .office .office-head {
    font-size: 20px;
  }
}

.office .office-item {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 12px;
}

.office .item-title {
  font-weight: 600;
}

.office .item-cont {
  color: var(--text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.office .item-cont:hover:not(span),
.office .item-cont:focus:not(span) {
  color: var(--main);
}

@media (max-width: 991px) {
  .contact-form-cont {
    margin-top: 40px;
  }
}

@media (min-width: 1525px) {
  .contact-form {
    width: 690px;
  }
}

.contact-form .form-grid {
  gap: 30px;
}

.area-cont {
  margin-top: 30px;
}

.contact-sec {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  padding: 140px 0;
  margin-top: 75px;
}

@media (max-width: 1199px) {
  .contact-sec {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .contact-sec {
    padding: 80px 0;
    margin-top: 45px;
  }
}

.contact-sec::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#006535), to(rgba(0, 101, 53, 0)));
  background: linear-gradient(0deg, #006535 0%, rgba(0, 101, 53, 0) 100%);
  opacity: 60%;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: block;
  z-index: 2;
}

.contact-sec::before {
  background: #000;
  opacity: 40%;
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
}

.contact-sec .contact-boldText {
  color: var(--white);
  font-size: 60px;
  font-weight: bold;
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .contact-sec .contact-boldText {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .contact-sec .contact-boldText {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.contact-sec .contact-lightText {
  font-size: 24px;
  color: var(--white);
  font-weight: 400;
  width: 60ch;
  margin: auto;
  position: relative;
  z-index: 3;
  margin-bottom: 47px;
}

@media (max-width: 991px) {
  .contact-sec .contact-lightText {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-sec .contact-lightText {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

footer {
  padding-top: 115px;
}

@media (max-width: 767px) {
  footer {
    padding-top: 70px;
  }
}

@media (max-width: 1199px) {
  .foot-about {
    text-align: center;
    margin-bottom: 40px;
  }
}

.foot-head {
  font-size: 15px;
  color: var(--main);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.foot-desc {
  font-size: 14px;
  color: var(--text);
  font-weight: 300;
  line-height: 1.857;
}

@media (min-width: 1525px) {
  html[dir='ltr'] .foot-desc {
    padding-right: 70px;
  }

  html[dir='rtl'] .foot-desc {
    padding-left: 70px;
  }
}

.foot-li {
  margin-bottom: 5px;
}

.foot-li:last-of-type {
  margin-bottom: 0;
}

.foot-a {
  font-size: 13px;
  color: var(--text);
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.foot-a:hover,
.foot-a:focus {
  color: var(--main);
}

html[dir='ltr'] .foot-a:hover,
html[dir='ltr'] .foot-a:focus {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

html[dir='rtl'] .foot-a:hover,
html[dir='rtl'] .foot-a:focus {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

@media (max-width: 991px) {
  .contact-methods {
    margin-top: 40px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .contact-methods {
    margin-top: 0;
  }
}

.contact-li {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
}

.contact-li .title {
  font-weight: 600;
}

.contact-li a {
  color: var(--text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-li a:hover,
.contact-li a:focus {
  color: var(--main);
}

.contact-li:last-of-type {
  margin-bottom: 0;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.social-link {
  font-size: 22px;
  color: var(--text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-link:hover,
.social-link:focus {
  color: var(--main);
}

html[dir='ltr'] .social-link {
  margin-right: 20px;
}

html[dir='ltr'] .social-link:last-of-type {
  margin-right: 0;
}

html[dir='rtl'] .social-link {
  margin-left: 20px;
}

html[dir='rtl'] .social-link:last-of-type {
  margin-left: 0;
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 93px;
}

@media (max-width: 991px) {
  .newsletter {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newsletter-head {
  font-size: 24px;
  font-weight: 600;
  color: var(--main);
}

html[dir='ltr'] .newsletter-head {
  margin-right: 25px;
}

@media (max-width: 991px) {
  html[dir='ltr'] .newsletter-head {
    margin: 0 0 10px;
  }
}

html[dir='rtl'] .newsletter-head {
  margin-left: 25px;
}

@media (max-width: 991px) {
  html[dir='rtl'] .newsletter-head {
    margin: 0 0 10px;
  }
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.newsletter-input {
  background-color: #f3f3f3;
  width: 450px;
  height: 50px;
  font-size: 18px;
  color: var(--text);
  padding: 0 30px;
}

.newsletter-input::-webkit-input-placeholder {
  color: #808080;
}

.newsletter-input:-ms-input-placeholder {
  color: #808080;
}

.newsletter-input::-ms-input-placeholder {
  color: #808080;
}

.newsletter-input::placeholder {
  color: #808080;
}

@media (max-width: 767px) {
  .newsletter-input {
    width: 100%;
  }
}

.newsletter-btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--main);
  height: 50px;
  width: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsletter-btn:hover {
  background-color: var(--hover);
}

html[dir='ltr'] .newsletter-btn {
  margin-left: 10px;
}

@media (max-width: 767px) {
  html[dir='ltr'] .newsletter-btn {
    margin: 10px 0 0;
  }
}

html[dir='rtl'] .newsletter-btn {
  margin-right: 10px;
}

@media (max-width: 767px) {
  html[dir='rtl'] .newsletter-btn {
    margin: 10px 0 0;
  }
}

@media (max-width: 767px) {
  .newsletter-btn {
    width: 100%;
  }
}

.copyright {
  background-color: var(--main);
  text-align: center;
  font-size: 14px;
  color: var(--white);
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
}

@media (max-width: 767px) {
  .copyright {
    margin-top: 50px;
    padding: 20px 15px;
  }
}

.arrow-top {
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 101, 53, 0.8);
  color: #fff;
  font-size: 20px;
  display: none;
  position: fixed;
  bottom: 100px;
  cursor: pointer;
  z-index: 88;
}

.arrow-top:hover {
  background-color: #006535;
}

@media (max-width: 767px) {
  .arrow-top {
    bottom: 50px;
  }
}

html[dir='ltr'] .arrow-top {
  right: 50px;
}

@media (max-width: 767px) {
  html[dir='ltr'] .arrow-top {
    right: 20px;
  }
}

html[dir='rtl'] .arrow-top {
  left: 50px;
}

@media (max-width: 767px) {
  html[dir='rtl'] .arrow-top {
    left: 20px;
  }
}


.cursor-not-allowed {
  cursor: not-allowed
}