a img {
  border: 0px;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100vh;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-size: 22px;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.container {
  padding: 0px 100px;
  position: relative;
  margin: 0px auto;
  width: 100%;
}
@media (max-width: 1540px) {
  .container {
    padding: 0px 33px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 18px;
  }
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custbtm {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 0px;
  justify-content: space-between;
  background: none;
  height: 40px;
  text-transform: uppercase;
  transition: all .35s;
  border-radius: 12px;
  font-size: 16px;
  position: relative;
  line-height: 18px;
  font-family: "Cairo", sans-serif;
  color: #797a7d;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 17px;
  background: #692021;
  padding-bottom: 3px;
  font-weight: normal;
}
.custbtm.noarrow:after {
  display: none;
}
.custbtm:after {
  content: '\f104 ';
  font-family: FontAwesome;
  font-size: 22px;
  margin-right: 12px;
  position: relative;
  top: 1px;
}
.custbtm.white {
  background: #fff;
  color: #000000 !important;
}
.custbtm.transparent {
  background: none!important;
  color: #692021;
  height: auto;
  padding: 0px;
}
@media (max-width: 767px) {
  .custbtm {
    font-size: 15px;
  }
  .custbtm:after {
    font-size: 19px;
  }
}
.custbtm.loading {
  pointer-events: none;
}
.custbtm.loading:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.custbtm.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 5px;
  color: #000;
  pointer-events: none;
  display: block;
  content: '';
  top: 5px;
  transition: none;
}
@media (max-width: 767px) {
  .custbtm.loading:after {
    font-size: 4px;
  }
}
.desktop .custbtm.transparent:hover {
  color: #000000;
}
.inputField .field {
  position: relative;
  height: 54px;
  background: #F7F7F7;
}
.inputField .field.missing {
  border-color: red!important;
}
.inputField .field.textfield {
  height: 141px;
}
.inputField .field.arrow:after {
  display: flex;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 3px;
  height: 100%;
  align-items: center;
  pointer-events: none;
  right: 0px;
  color: #000000;
}
.inputField .custlabel {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-family: "Cairo", sans-serif;
  line-height: 22px;
  display: block;
  margin-bottom: 6px;
}
.inputField .custlabel .colored {
  color: #692021;
}
.inputField .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-family: "Cairo", sans-serif;
}
.inputField .custinput.dateinput,
.inputField .custinput.timeinput {
  padding-left: 65px;
}
.inputField .custinput.hascalendar {
  cursor: pointer;
}
.inputField .custtextarea {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-family: "Cairo", sans-serif;
}
.inputField .custselect {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-family: "Cairo", sans-serif;
  cursor: pointer;
  padding-left: 25px ;
  padding-right: 15px;
}
.inputField .custselect option {
  color: #000;
}
.inputField .dateinput,
.inputField .timeinput {
  display: flex!important;
  align-items: center!important;
  text-align: left!important;
  justify-content: flex-start !important;
}
.inputField input::-webkit-date-and-time-value {
  text-align: left!important;
}
.inputField input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.inputField input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media (max-width: 767px) {
  .inputField .field {
    height: 48px;
  }
}
.iti {
  display: block;
  height: 100%;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: none!important;
  padding-left: 0px!important;
}
.iti__country-list {
  width: 320px;
  white-space: unset;
}
@media (max-width: 767px) {
  .iti__country-list {
    width: calc(100vw - 60px);
  }
}
.iti__country-name {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type=text],
  .iti--allow-dropdown input[type=tel],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type=text],
  .iti--separate-dial-code input[type=tel] {
    padding-left: 65px;
  }
}
.iti--separate-dial-code {
  font-family: "articulat-cf-regular";
  font-size: 20px;
}
.iti__country-name {
  font-family: "articulat-cf-regular";
  font-size: 18px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: black!important;
  opacity: 1!important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: none!important;
}
.swiper-pagination {
  position: relative;
  z-index: 1;
  bottom: auto;
  left: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1!important;
  width: 12px;
  height: 12px;
  transition: all 0.35s;
  background: rgba(255, 255, 255, 0.6);
  margin: 0px 5px 10px!important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.desktop .swiper-pagination-bullet:hover {
  background: #fff;
}
.modal {
  background: rgba(0, 0, 0, 0.84);
  padding: 0px!important;
}
.modal-backdrop {
  opacity: 0!important;
}
.modal-content {
  background: none;
  border: 0px;
  border-radius: 0px;
}
.modal-dialog-centered {
  min-height: 100%!important;
}
.modal-dialog-centered::before {
  display: none;
}
.modal .exit {
  width: 27px;
  height: 27px;
  z-index: 1;
  transition: all 0.35s;
  position: absolute;
  top: 33px;
  right: 30px;
  cursor: pointer;
}
.modal .exit img {
  height: 18px;
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .modal .exit {
    top: 23px;
    right: 20px;
  }
  .modal .exit img {
    height: 15px;
  }
}
#content:before {
  height: 120px;
  display: block;
  content: '';
}
@media (max-width: 767px) {
  #content:before {
    height: 85px;
  }
}
header {
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
}
header:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #2b492b;
  height: 16px;
}
header .wrap {
  position: relative;
  height: 120px;
  transition: all 0.35s;
}
header .logo {
  position: absolute;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 10px;
  bottom: 0px;
  margin: auto;
  height: 69px;
}
header .logo img {
  height: 100%;
  display: block;
  object-fit: contain;
  max-width: none;
}
header .menu {
  position: absolute;
  left: 342px;
  bottom: 30px;
}
header .list {
  display: flex;
  flex-wrap: wrap;
}
header .list > li {
  display: flex;
}
header .list > li + li {
  margin-left: 36px;
}
header .link {
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s;
  color: #000;
  font-weight: 700;
  font-size: 19px;
  position: relative;
}
header .link:after {
  display: block;
  content: '';
  height: 7px;
  background: #692021;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -30.4px;
  opacity: 0;
  transition: all 0.35s;
}
header .link.selected:after {
  opacity: 1;
}
header .openmenu {
  display: none;
}
header .closemenu {
  display: none;
}
@media (max-width: 1050px) {
  header .list > li + li {
    margin-left: 26px;
  }
  header .menu {
    left: 312px;
  }
  header .link {
    font-size: 16px;
  }
}
@media (max-width: 957px) {
  header .logo {
    height: 55px;
  }
  header .menu {
    left: 235px;
  }
}
@media (max-width: 767px) {
  header .wrap {
    height: 85px;
  }
  header .logo {
    height: 44px;
    top: 4px;
  }
  header:after {
    height: 6px;
  }
  header .menu {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 3;
    background: #2b492b;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    left: auto;
    transform: translateX(100%);
    transition: all 0.35s;
  }
  header .openmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    cursor: pointer;
    transition: all 0.35s;
    color: #2b492b;
    font-size: 22px;
  }
  header .holder {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
  }
  header .list > li {
    width: 100%;
    justify-content: center;
  }
  header .list > li + li {
    margin-left: 0px;
    margin-top: 32px;
  }
  header .link {
    color: #fff;
    font-size: 19px;
  }
  header .link:after {
    display: none;
  }
  header .closemenu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.35s;
    position: absolute;
    top: 22px;
    right: 19px;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .open_menu {
    overflow: hidden;
  }
  .open_menu header .menu {
    transform: none;
  }
}
.Slider {
  position: relative;
  overflow: hidden;
}
.Slider .screen {
  overflow: hidden;
  opacity: 0;
  position: relative;
}
.Slider .screen.swiper-container-initialized {
  opacity: 1;
}
.Slider .screen:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 13%;
  background: #2b492b;
  height: 43px;
  z-index: 2;
}
.Slider .screen:after {
  display: block;
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 13%;
  background: #2b492b;
  height: 43px;
  z-index: 2;
}
.Slider .item {
  display: block;
  height: 100%;
  position: relative;
}
.Slider .pic {
  position: relative;
}
.Slider .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  min-height: 390px;
}
.Slider .pic:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.Slider .info {
  opacity: 0;
  transition: 0.33s ease-in-out;
  transition-delay: 0.44s;
}
.Slider .swiper-slide-active .info {
  opacity: 1;
}
.Slider .data {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 70px 17%;
  text-align: center;
  z-index: 2;
}
.Slider .caption {
  text-transform: uppercase;
  color: #692021;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .Slider .caption {
    font-size: 22px;
    line-height: 30px;
  }
}
.Slider .swiper-pagination {
  bottom: 22px;
  left: 0px;
  width: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .Slider .pic img {
    min-height: 280px;
  }
  .Slider .swiper-pagination {
    bottom: 8px;
  }
  .Slider .screen:before,
  .Slider .screen:after {
    display: none;
  }
  .Slider .data {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.desktop header .link:hover {
  color: #692021;
}
.desktop header .closemenu:hover {
  opacity: 0.7;
}
.sectiontitle {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
}
.sectiontitle .green {
  color: #2b492b;
}
@media (max-width: 767px) {
  .sectiontitle {
    font-size: 25px;
    line-height: 35px;
  }
}
.aboutUs {
  position: relative;
  padding: 53px 20px 93px;
  padding-bottom: clamp(6.25rem, 3.334rem + 6.083vw, 10.938rem);
}
.aboutUs .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.aboutUs .bg img {
  object-fit: cover;
  object-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
.aboutUs .info {
  position: relative;
  z-index: 1;
}
.aboutUs .sectiontitle {
  text-align: center;
  color: #000000;
  margin-bottom: 33px;
}
.aboutUs .text {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  max-width: 45%;
}
@media (max-width: 767px) {
  .aboutUs .text {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .aboutUs {
    padding: 0px;
  }
  .aboutUs .bg {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  .aboutUs .bg img {
    min-height: 240px;
  }
  .aboutUs .info {
    width: 100%;
    background: #7cb4e5;
    padding: 34px 18px 44px;
  }
  .aboutUs .text {
    max-width: none;
  }
  .aboutUs .sectiontitle {
    margin-bottom: 17px;
  }
}
.ourproducts {
  overflow: hidden;
  background: #2b492b;
  padding: 54px 0px 90px;
}
.ourproducts .top {
  text-align: center;
  margin-bottom: 33px;
}
.ourproducts .sectiontitle {
  color: #fff;
}
.ourproducts .list {
  display: flex;
  flex-wrap: wrap;
}
.ourproducts .list > li {
  width: 33.33%;
}
.ourproducts .item {
  display: block;
  height: 100%;
  position: relative;
}
.ourproducts .pic {
  overflow: hidden;
}
.ourproducts .pic img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: 0.37s ease-in-out;
}
.ourproducts .info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10%;
  z-index: 1;
}
.ourproducts .tab {
  width: 100%;
  text-align: center;
  padding: 16px 12px 16px;
  background: rgba(43, 73, 43, 0.77);
  mix-blend-mode: overlay;
}
.ourproducts .name {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .ourproducts .name {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1120px) {
  .ourproducts .list > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ourproducts {
    padding: 44px 0px 70px;
  }
  .ourproducts .list > li {
    width: 100%;
  }
  .ourproducts .tab {
    padding: 10px 8px 10px;
  }
  .ourproducts .info {
    padding-bottom: 26px;
  }
  .ourproducts .pic img {
    max-height: 77vh;
  }
}
.ourservices {
  position: relative;
  overflow: hidden;
  padding: 283px 0px 47px;
}
.ourservices .container {
  z-index: 1;
}
.ourservices:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  background: url(../images/bg1.jpg) no-repeat center bottom;
  background-size: cover;
  height: 300px;
  width: 100%;
}
.ourservices .top {
  text-align: center;
  margin-bottom: 44px;
}
.ourservices .caption {
  position: relative;
  margin: auto;
  max-width: 850px;
  margin-top: 8px;
  color: #797a7d;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .ourservices .caption {
    font-size: 18px;
    line-height: 26px;
  }
}
.ourservices .shape {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 18px;
  height: calc(100%  - 4px);
}
.ourservices .shape img {
  display: block;
  height: 100%;
  width: 100%;
  object-position: top left;
}
.ourservices .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}
.ourservices .list > li {
  width: calc(33.33% - 20px);
  margin-right: 20px;
  margin-bottom: 44px;
}
.ourservices .item {
  display: block;
  height: 100%;
  position: relative;
}
.ourservices .pic {
  overflow: hidden;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.ourservices .pic img {
  object-fit: cover;
  object-position: center center;
  display: block;
  width: 100%;
  transition: 0.37s ease-in-out;
}
.ourservices .tab {
  text-align: right;
  padding: 15px 12px 15px;
  background: #F1F2F2;
  margin-bottom: 10px;
  border-top-right-radius: 15px;
  display: flex;
  border-top-left-radius: 15px;
  justify-content: flex-end;
}
.ourservices .subtitle {
  max-width: 305px;
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .ourservices .subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.ourservices .grid {
  padding-top: 59px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ourservices .grid > li {
  margin-bottom: 55px;
  width: 25%;
  padding: 0px 33px;
}
.ourservices .unit {
  display: block;
  height: 100%;
  text-align: center;
}
.ourservices .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0px auto 33px;
  position: relative;
  width: 200px;
  height: 200px;
  background: #F1F2F2;
  padding: 16px;
}
.ourservices .icon img {
  display: block;
  object-fit: contain;
  height: 100px;
}
.ourservices .subtext {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .ourservices .subtext {
    font-size: 15px;
    line-height: 23px;
  }
}
.ourservices .subname {
  color: #2b492b;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .ourservices .subname {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1500px) {
  .ourservices .grid > li {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .ourservices .list > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .ourservices {
    padding: 178px 0px 55px;
  }
  .ourservices .grid > li {
    width: 100%;
    margin-bottom: 29px;
  }
  .ourservices .grid {
    padding-top: 13px;
  }
  .ourservices .icon {
    width: 114px;
    height: 114px;
    margin-bottom: 12px;
  }
  .ourservices .icon img {
    height: 54px;
  }
  .ourservices .list {
    width: 100%;
  }
  .ourservices .list > li {
    width: 100%;
    margin-right: 0px;
  }
  .ourservices:after {
    height: 177px;
  }
  .ourservices .shape {
    width: 14px;
  }
}
.newproject {
  padding: 55px 0px 77px;
  background: #F0F1F1;
}
.newproject .top {
  text-align: center;
  margin-bottom: 63px;
}
.newproject .grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
}
.newproject .grp:after {
  width: 1px;
  border-left: 2px solid #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 100%;
  pointer-events: none;
  display: block;
  content: '';
}
.newproject .grp > li {
  width: 47%;
}
.newproject .list > li {
  display: flex;
  justify-content: center;
  text-align: center;
}
.newproject .list > li + li {
  margin-top: 17px;
}
.newproject .item {
  transition: all 0.35s;
  display: block;
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
@media (max-width: 767px) {
  .newproject .item {
    font-size: 18px;
    line-height: 26px;
  }
}
.newproject .field {
  position: relative;
  margin-top: 44px;
  background: #E6E6E7;
  border: 1px solid #000;
  border-radius: 33px;
  height: 108px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.newproject .custtextarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newproject {
    padding: 44px 0px 44px;
  }
  .newproject .grp > li {
    width: 100%;
  }
  .newproject .grp > li + li {
    margin-top: 33px;
  }
  .newproject .grp:after {
    display: none;
  }
  .newproject .top {
    margin-bottom: 17px;
  }
  .newproject .field {
    height: 99px;
    border-radius: 23px;
    margin-top: 36px;
  }
  .newproject .custtextarea {
    font-size: 14px;
  }
}
.contactus {
  padding: 55px 0px 55px;
}
.contactus .top {
  text-align: center;
  margin-bottom: 63px;
}
.contactus .info > li + li {
  margin-top: 22px;
}
.contactus .info > li {
  display: flex;
  justify-content: center;
}
.contactus .icon {
  width: 35px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.contactus .icon img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 35px;
}
.contactus .text {
  max-width: calc(100% - 45px);
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}
@media (max-width: 767px) {
  .contactus .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.contactus .map {
  margin-top: 44px;
  height: 400px;
}
@media (max-width: 767px) {
  .contactus {
    padding: 45px 0px 0px;
  }
  .contactus .top {
    margin-bottom: 33px;
  }
  .contactus .icon {
    width: 25px;
  }
  .contactus .icon img {
    height: 30px;
  }
  .contactus .text {
    max-width: calc(100% - 35px);
  }
  .contactus .info > li {
    justify-content: flex-start;
  }
  .contactus .map {
    margin-top: 33px;
    height: 300px;
  }
}
footer {
  position: relative;
  width: 100%;
  background: #2b492b;
  padding: 33px 0px 23px;
}
footer .wrap {
  position: relative;
}
footer .cols {
  display: flex;
  flex-wrap: wrap;
}
footer .cols > li {
  position: relative;
  width: 25%;
  padding-right: 73px;
  margin-bottom: 33px;
}
footer .logo {
  display: block;
  position: relative;
  top: -14px;
}
footer .logo img {
  height: 84px;
  display: block;
  object-fit: contain;
}
footer .caption {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  footer .caption {
    font-size: 14px;
    line-height: 21px;
  }
}
footer .titre {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .titre {
    font-size: 16px;
    line-height: 24px;
  }
}
footer .list > li + li {
  margin-top: 3px;
}
footer .list > li {
  display: flex;
}
footer .link {
  display: block;
  color: #fff;
  transition: all 0.35s;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
@media (max-width: 767px) {
  footer .link {
    font-size: 14px;
    line-height: 21px;
  }
}
footer .info {
  position: relative;
}
footer .icon {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 23px;
}
footer .icon img {
  width: 100%;
  display: block;
  object-fit: contain;
}
footer .text {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  footer .text {
    font-size: 14px;
    line-height: 21px;
  }
}
footer .text a {
  transition: all 0.35s;
}
footer .in {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 1024px) {
  footer .cols > li {
    width: 100%;
    padding-right: 0px;
  }
  footer .logo {
    width: 210px;
    position: relative;
    margin: auto;
    top: auto;
  }
  footer .logo img {
    height: auto;
  }
  footer .list > li {
    justify-content: center;
  }
  footer .titre {
    text-align: center;
    margin-bottom: 8px;
  }
  footer .caption {
    text-align: center;
  }
  footer .text {
    text-align: center;
  }
  footer .info {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .caption {
    max-width: 320px;
  }
}
.itemList {
  overflow: hidden;
  padding: 58px 0px 100px;
}
.itemList .head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.itemList .subtab {
  background: #2b492b;
  padding: 14px 20px 14px;
  min-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itemList .category {
  color: #fff;
  text-align: center;
  max-width: 285px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .itemList .category {
    font-size: 16px;
    line-height: 24px;
  }
}
.itemList .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
}
.itemList .list > li {
  width: calc(33.33% - 12px);
  margin-right: 12px;
  margin-bottom: 37px;
}
.itemList .holder {
  position: relative;
}
.itemList .swiper-pagination-lock {
  opacity: 0;
  pointer-events: none;
}
.itemList .swiper-pagination {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  bottom: 7px;
  flex-wrap: wrap;
}
.itemList .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  transition: all 0.35s;
  border-radius: 100%;
  margin: 0px 3px 4px!important;
}
.itemList .swiper-pagination-bullet-active {
  background: #2b492b;
}
.itemList .screen {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.itemList .pic {
  position: relative;
  display: block;
}
.itemList .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.itemList .info {
  position: absolute;
  top: 17px;
  pointer-events: none;
  height: 100%;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.itemList .tab {
  width: 100%;
  text-align: center;
  background: rgba(43, 73, 43, 0.77);
  padding: 7px 7px 7px;
}
.itemList .name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}
.itemList .caption + .caption {
  margin-top: 3px;
}
.itemList .data {
  margin-top: 11px;
  margin-bottom: 11px;
  display: block;
}
.itemList .caption {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  color: #797A7D;
}
.itemList .caption .label {
  color: #2b492b;
}
@media (max-width: 1200px) {
  .itemList .list > li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .itemList {
    padding: 40px 0px 60px;
  }
  .itemList .list {
    width: 100%;
  }
  .itemList .list > li {
    width: 100%;
    margin-right: 0px;
  }
  .itemList .subtab {
    min-width: 260px;
    padding: 9px 10px 9px;
  }
  .itemList .name {
    font-size: 14px;
    line-height: 20px;
  }
  .itemList .caption {
    font-size: 14px;
    line-height: 20px;
  }
  .itemList .category {
    max-width: 240px;
  }
  .itemList .tab {
    padding: 4px 6px 4px;
  }
}
.desktop .ourproducts .item:hover .pic img {
  transform: scale(1.05);
}
.desktop .ourservices .item:hover .pic img {
  transform: scale(1.05);
}
.desktop .newproject .item:hover {
  color: #2b492b;
}
.desktop footer .link:hover,
.desktop footer a[href]:hover {
  color: #692021;
}
.desktop .itemList .swiper-pagination-bullet:hover {
  background: #2b492b;
}
.project{
  padding-top: 100px;
  background: #F0F1F1;
}
.contact{
 
    padding-top: 100px;
    padding-bottom: 30px;

}
.products {
  overflow: hidden;
  background: white;
  padding-top: 100px !important; 
}
.about{
  padding-top: 100px !important;
}
.desktop header .link.active {
  color: #692021 !important;
}
.items{
  padding-top: 100px !important;
}