html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
  transition: .3 ease;
}
a{
  color: #000;
}
li{
  list-style: none;
}
/*Darkmode*/
.night {
  margin-bottom: 6px;
  font-size: 23px;
  position: absolute;
  left: -300px;
}
.day {
  display:none;
  margin-bottom: 6px;
  font-size: 23px;
  position: absolute;
  left: -300px;
  color: #fff;
}
/* Обычный режим */
.bg-light{
  transition:1s ease;
}
.bg-dark{
  background-color: #2d1230 !important;
  transition:1s ease;

}
/*Header*/
.logo img {
  width: 106px;
}
.left, .right {
    display: flex;
    list-style: none;
}
.left li, .right li{
    margin-left: 10px;
}
.navbar li {
  font-size: 19px;
  margin-top: 15px;
  margin-right: 41px;
  font-weight: 500;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1030;
  height: 100px;
}
.fixed-top  .container {
  position: relative;
  bottom: 7px;
  left: 85px;
}
/*Video BG*/
header {
    position: relative;
   /* background-color: black;*/
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(36, 35, 35, 0.57);
    opacity: 0.5;
    z-index: 1;
  }
  
  /* Media Query for devices withi coarse pointers and no hover functionality */
  
  /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
  
  @media (pointer: coarse) and (hover: none) {
  
    /* header video {
      display: none;
    } */
  }
  body{
    font-family: 'Inter', sans-serif;
  }
  .slide__title{
      font-size: 3.2em;
      font-weight: 500;
  
  }
  .slide__subtitle {
    font-weight: 400;
}
/*Why us*/
.why-us{
  background-image: url('/wp-content/uploads/2023/11/whyusbg.png');
  background-repeat: no-repeat;
  background-position: 0 -54px;
}
.reason {
  height: 69vh;
  width: 80%;
  background: red;
}
.reason__text {
  color: #fff;
  font-size: 22px;
  padding: 28px;
}

.reason__center{
  border-radius: 204px 204px 0px 0px;
  background: rgba(0, 128, 0, 0.66);
  margin-left: 8%;
  box-shadow: 0px -3px 16px 7px rgba(0, 0, 0, 0.25);
}
.reason__right{
  border-radius: 0px 204px 0px 0px;
  background: rgba(69, 175, 162, 1);
  margin-left: 8%;
  box-shadow: -7px -3px 20px 7px rgba(0, 0, 0, 0.25)
}
.features-icons-item.mx-auto.mb-5.mb-lg-0.mb-lg-3 {
  background: #fff;
  border-radius: 150%;
  width: 208px;
  height: 204px;
  position: relative;
  top: 42px;
}
.reason__content {
  position: relative;
  top: 38px;
}
g {
  stroke: white;
}
.reason__title {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
}
.reason__more {
  width: 80%;
  height: 88px;
  flex-shrink: 0;
  border-radius: 32px 0px;
  margin-left: 8%;
  color: #fff;
  font-size: 25px;
  padding: 24px;
  box-shadow:2px 3px 16px 7px rgba(0, 0, 0, 0.25);
}
.reason__more__left{
  background: rgba(150, 75, 0, 0.66);
}
.reason__more__center{
 background: rgba(0, 128, 0, 0.66);
}
.reason__more__right{
  background: rgba(69, 175, 162, 1);

}
a{
  text-decoration: none;
}
.reason__left {
  border-radius: 204px 0px 0px 0px;
  background: rgba(150, 75, 0, 0.66);
  box-shadow: 9px 2px 20px 7px rgba(0, 0, 0, 0.25);
  margin-left: 8%;
}
.counter__row {
  display: flex;
  gap: 35%;
  text-align: center;
  justify-content: center;
}
.counter {
  font-size: 36px;
  width: 155px;
}
/*Services*/
.our-services {
  height: 150vh;
}
.service__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  padding-left: 0;
  left: 0;
}
.service {
  width: 64%;
  height: 221px;
  background: red;
  position: relative;
  margin-top: 100px;
}
.service__round {
  width: 321px;
  height: 300px;
  background: white;
  border: 20px solid #000;
  border-radius: 101%;
  position: relative;
  top: -37px;
  left: 71px;
  box-shadow: 2px 0px 30px 16px rgba(0, 0, 0, 0.25) inset;
}
.service__first{
  background: rgba(150, 75, 0, 0.66);
  border-radius: 0 260px 0 0px;
  box-shadow: 2px 6px 30px 16px rgba(0, 0, 0, 0.25);

}
.service__second{
  background: rgba(0, 128, 0, 0.66);
  border-radius: 0 260px 260px 0px;
  box-shadow: 7px 6px 30px 16px rgba(0, 0, 0, 0.25);

}
.service__third{
  background: rgba(69, 175, 162, 0.66);
  border-radius: 0 0 260px 0px;
  box-shadow: 2px -6px 30px 16px rgba(0, 0, 0, 0.25);

}
.round__first{
  border-color: rgba(150, 75, 0, 0.66);
  
}
.round__second{
  border-color: rgba(0, 128, 0, 0.66);  
}
.round__third{
  border-color: rgba(69, 175, 162, 0.66);  
}
.anim{
  position: absolute;
  right: -100px;
  display: flex;
      flex-direction: column;
      margin-right: 100px;
  }
  svg.bamboo {
  margin-bottom: -300px;
  opacity: 0.5;
}

.service__content {
  position: absolute;
  width: 498px;
  left: 43%;
  top: 10%;
}
h4.service__text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-top: 27px;
}
h3.service__title {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
/*Marquee*/

:root {
  --marquee-width: 80vw;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 3;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 7s);
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  color: #eee;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content li img {
  width: 100%;
  /* height: 100%; */
  border: 2px solid #eee;
}

@media (max-width: 600px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}
/*Partner*/
.partner {
  width: 400px;
  border-radius: 34px;
  border: 2px solid #000;
  background: rgba(255, 250, 250, 0.65);
  height: 190px;
}
.marquee-content li img {
  width: 100%;
  /* height: 100%; */
  border: none;
  position: relative;
  bottom: 25px;
  object-fit: none;
}
.partners {
  position: relative;
  background-color: #343a40;
  background: url("/wp-content/uploads/2023/11/relybg-scaled.jpg") no-repeat center fixed;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.relyoverlay {
  position: absolute;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  padding-bottom: 7rem;
  top: 0;
  z-index: 0;
}
.partners h2 {
  font-size: 52px;
  position: relative;
  top: -69px;
  margin-bottom: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.lead-main {
  font-size: 1.25rem;
  font-weight: 300;
  font-size: 27px;
  margin-top: 46px;
  margin-bottom: 46px;
}
.mainbtn {
  border-radius: 28px 0px;
  border: 2px solid rgba(255, 255, 255, 0.50);
  background:#00800085;
  width: 209px;
  height: 56px;
  padding: 12px;
  color: #fff;
  font-size: 19px;
}
.counter__number {
  float: left;
}
.broken__number{
position: relative;
left: 8px;
}
.mycounter {
  font-size: 29px;
}
.btn.morebtn {
  margin-top: 124px;
  border-radius: 32px 0px;
  background: rgba(0, 128, 0, 0.77);
  width: 258px;
  height: 63px;
  color: #fff;
  padding: 16px;
  font-size: 18px;
  box-shadow: 1px 24px 16px -3px rgba(0, 0, 0, 0.25);
}
.call-to-action {
  background: url('/wp-content/uploads/2023/11/pexels-liis-saar-832521-scaled.jpg') no-repeat center fixed;

}
.call-to-action:before {
  background-color: #000000;

}

/* Стилизация sec__our-projects(секция, где будет происходить фильтрация ) */
.item-wraper{
  width:33% !important;
}
.sec__our-projects {
  width: 100%;
  margin: 38px auto;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  height: auto;
}

.sec__our-projects .title{
  text-align: center;
  font-size: 2em;
}
/* Стилизация кнопок */

.button{
  width: 150px;
  height: 25px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  font-size: 18px;
  color: white;
  cursor: pointer;
  box-shadow: 2px -1px 10px -4px #000000;
}

button[data-filter=".infrastructure"]{
  background-color: green;
}

button[data-filter=".comercial"]{    
  background-color: rgb(109, 35, 35);
}

button[data-filter=".urbanizmo"]{   
   background-color: rgb(28, 149, 165);
}

button[data-filter=".other"]{   
   background-color: green;
}
.button-group button {
  width: 199px;
  height: 38px;
}
/* Стилизация карточек */
.wrapper-card {
  width: 60%;        
}

.wrapper-card .card{
  width: 318px;
  height: 427px;
  border: 1px solid rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 60px;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 2px -1px 10px -4px #000000;
  background: transparent;
}

.card div img {
  width: 293px;
  height: 180px;
  border-radius: 15px;
  margin-top: -47px;
  margin-left: 0;
  object-fit: cover;
}


.card .post_name {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  margin: 13px 0 35px 0;
  position: relative;
  top: 14px;
}

.card .category_name{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  top: 18px;
}

.card div .small_button {
  width: 164px;
  height: 40px;
  border-radius: 0px 22px;
  border: 1px solid #656565;
  background: #008000c7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 25px;
}

@media screen and (max-width: 1399px) {
   .sec__our-projects .button-group{
      width: 100%;
  } 

  .wrapper-card{
      width: 94%;
  }
}

@media screen and (max-width: 1200px) {
   .sec__our-projects .button-group{
      width: 75%;
  } 

  .wrapper-card{
      width: 600px;
  }
}
@media screen and (max-width: 1100px) {
   .sec__our-projects .button-group{
      width: 75%;
      
  } 

  .button{
      width: 125px;
  }

}


@media screen and (max-width: 700px) {
  .wrapper-card{
      width: 90%;
  }

  .wrapper-card .card{
      width: 264px;
  }

  .button{
      width: 40%;
      font-size: 14px;
  }

  .sec__our-projects .button-group{
      width: 70%;
      height: 65px;
      align-content: space-between;
      justify-content: space-evenly;
  }

}

@media screen and (max-width: 650px) {
  .wrapper-card {
      width: 264px;
  }

  .wrapper-card .card{
      margin-left: 0;
  }
}

@media screen and (max-width: 358px) {
      
  .button{
      font-size: 12px;
  }
}

.button-group {
  width: 80%;
  margin: 68px auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 44px;
  justify-content: center;
}

.contact__row{
  margin-top:100px;
}
/*Contact*/
.contact-us {
    height: 75vh;
    padding-top: 20px;
}
.contact__left {
  display: flex;
  flex-direction: column;
  padding-top: 150px;
}
.contact__right {
  padding-top: 66px;
  padding-left: 20%;
}


.contact__label {
  display: flex;
  font-size: 26px;
  margin-bottom: 60px;
}

.contact__label p {
  position: relative;
  left: 24px;
  top: -6px;
}
.long p{
    position: relative;
    left: 24px;
    top: -28px;
    text-align: left;
  }
  .ic{
    font-size: 28px;
  }
  .recycle__first {
    position: absolute;
    left: 11%;
    z-index: -1;
}
.recycle__second {
  position: absolute;
  left: 59%;
  margin-top: 40%;
  z-index: -1;
}
.contact__left::after {
  content: "";
  color: #000;
  height: 600px;
  position: relative;
  z-index: 999;
  width: 1px;
  left: 100%;
  top: -482px;
  background-color: #000;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 70px;
  border: none;
  border-bottom: 3px solid rgba(0, 128, 0, 0.30);
  background-color: transparent;
  transition-duration: 1s;
  outline: none;
  font-size: 19px;
  
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
  height: 50px;
  border: none;
  border-bottom: 1px solid green;
  background-color: transparent;
  transition-duration: 1s;
  color: #008000;

}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
  color: rgba(0, 128, 0, 0.30);
  transition-duration: 1s;

}
.bg-dark .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
  color: white;
  transition-duration: 1s;

}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus::placeholder{
  color: #06a106;
  transform: translateX(20px) ;
}
input[type="submit"] {
    width: 264px;
    height: 65px;
    border-radius: 0px 32px;
    background: #008000;
    color: #fff;
    font-size: 20px;
    padding-left: 18px;
}
svg.svg-inline--fa.fa-paper-plane {
  position: relative;
  top: 46px;
  left: -105px;
}
/*Footer*/
  .footer {
    background-image: url(/wp-content/uploads/2023/11/footer.png);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;

}
.bottom__menus {
  display: flex;
  gap: 22%;
  justify-content: center;
  align-items: flex-start;
}
.menu__footer li {
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  transition: all 1.5s;
  width: 251px;
}
.menu__footer li:hover {
  color: green;
  background-color: #fff;
  border-radius: 100px 0 100px 0;

}

.menu__footer {
  text-align: center;
  color: #fff;
  font-size: 38px;
}
.logo__footer img {
  width: 325px;
  position: relative;
  left: -177px;
  bottom: 50px;
}
ul.list-inline.mb-0 {
  z-index: 9;
  position: relative;
  right: 254px;
  top: 0px;
  fill: #fff;
  color: #fff;
}
ul.list-inline.mb-0 i {

  color: #fff;
}
footer.footer {
  padding-top: 0;
  padding-bottom: 4rem;
}
.footer::before{
  content: "";
  position: absolute;
  width: 100%;
  height: inherit;
  background: #00000033;
  z-index: 0;
}
.footer_container {
  padding-top: 4rem;
  z-index: 99999;
  position: relative;
}
#wpadminbar{
  display: none;
}
/*single services*/
.service__single{
  background: rgba(0, 128, 0, 0.66);
  border-radius: 0 260px 260px 0px;
  box-shadow: 7px 6px 30px 16px rgba(0, 0, 0, 0.25);
}
.service.service__single.service__right {
  position: relative;
  right: -41%;
  border-radius: 260px 260px 260px 260px;
}
.service__brown{
  background: rgba(150, 75, 0, 0.66);
}
.service__green{
  background: rgba(0, 128, 0, 0.66);
}
.service__aqua{  background: rgba(69, 175, 162, 0.66);
}

/*singleend*/
/*hover*/
a:hover {
  color: green !important;
}
.btn.mainbtn:hover {
  background: #0db10d8c;
  border: 1px solid white;
  transition: all linear 0.5s;
}
.reason.reason__left:hover {
  background-color: rgb(150 75 0 / 79%);
  transition: all linear 0.5s;
  cursor: pointer;
}
.reason.reason__center:hover {
  background-color: rgba(0, 128, 0, 0.79);
  transition: all linear 0.5s;
  cursor: pointer;
}
.reason.reason__right:hover {
  background-color: rgba(69, 175, 162, 0.79);
  transition: all linear 0.5s;
  cursor: pointer;
}
.reason__more__left:hover{
  background-color: rgb(150 75 0 / 79%);
  transition: all linear 0.5s;
  border:1px solid grey;
  cursor: pointer;
}
.reason__more__center:hover{
  background-color: rgba(0, 128, 0, 0.79);
  transition: all linear 0.5s;
  border:1px solid grey;
  cursor: pointer;
}
.reason__more__right:hover{
  background-color: rgba(69, 175, 162, 0.79);
  transition: all linear 0.5s;
  border:1px solid grey;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
a.button.small_button:hover {
  color: #fff;
  border: 1px solid grey;
  transition: all 0.3s;
  opacity: 0.9;
}
.service.service__first:hover {
  background-color: rgba(150, 75, 0, 0.77);
  transition: ease-in-out 1s;
  cursor: pointer;
}
.service.service__second:hover {
  background-color: rgba(0, 128, 0, 0.77);
  transition: ease-in-out 1s;
  cursor: pointer;
}
.service.service__third:hover {
  background-color: rgba(69, 175, 162, 0.87);
  transition: ease-in-out 1s;
  cursor: pointer;
}
.btn.morebtn:hover {
  background-color: #27bc28;
  transition: ease-in-out 0.3s;
  border: 1px solid grey;
}
input[type="submit"]:hover {
  background-color: #27bc28;
  transition: ease-in-out 0.3s;
  border: 1px solid grey;
}
/*Single post*/
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: flex;
  width: 48%;
  height: 505px;
  position: absolute;
  left: 10%;
  top: 90%;
}
.owl-carousel .owl-item img {
  display: block;
  width: 42%;
  height: 589px;
}
button.owl-thumb-item img {
  width: 170px;
  height: 115px;
}
.owl-thumbs {
  position: absolute;
  top: 117%;
}
button.owl-thumb-item {
  padding: 0;
  margin: 2px;
}
.sproject{
  height:100vh;
}
.menu__container {
  position: absolute;
  right: 183px;
  width: 32%;
  margin-top: 10%;
}

/*Menu*/
ul.tabs{float:left;clear:both;width:100%;list-style:none;border-bottom:2px solid rgb(18 203 18 / 100%);position:relative;font-weight:500;font-size:1.061em;padding:0}
ul.tabs li{float:left}
ul.tabs li a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #000;
  padding: 12px 27px;
  min-width: 85px;
  font-weight: 600;
}
ul.tabs li.active a{font-weight:500;color:rgb(18 203 18 / 100%)}
ul.tabs li a:hover{font-weight:500;color:rgb(18 203 18 / 100%)}

.tabsContainer{float:left;clear:both;width:100%;overflow:hidden;*position:relative;}
.tabWrapper{position:relative;font-size:0rem;letter-spacing:-.31em;word-spacing:-.43em;white-space:nowrap;*width:300%}        
.tabContent{min-height:300px;text-align:left;width:100%;padding:0px;}
.tabWrapper > * {display:inline-block;*display:inline;*zoom:1;font-size:1rem;letter-spacing:normal;vertical-align:top;word-spacing:normal;white-space:normal;*width:800px}
#magic-line {position:absolute;bottom:-2px;left:0;width:183px !important;height:4px;background:rgb(18 203 18 / 100%)}
/*Clear Fix*/
.tabs:after {visibility:hidden;display:block;content:"";clear:both;height:0}
*:first-child+html .tabs{zoom:1}
.tabsContainer p {
  font-size: 19px;
  font-weight: 500;
  padding: 14px;
}
/*Modal */

.popup-overlay {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          justify-content: center;
          align-items: center;
          z-index: 9999;
      }
      .popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  top: 16%;
  position: fixed;
  left: 36%;
  width: 543px;
  height: 700px;
}

.close-btn {
  cursor: pointer;
  font-size: 40px;
  color: #333;
  position: absolute;
  top: 0;
  right: 30px;
}
.popup-content form{
  padding-top: 30%;
}
      .btnrow {
  display: flex;
  justify-content: center;
  margin-top: -15%;
}
.single__wrapper__card{
  width:150% !important;
  display: flex;
  margin-left: 9%;

}
.owl-carousel .owl-item img {
  display: block;
  width: 47.3% !important;
}
h2.sigle__page__title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 77px;
  font-size: 45px;
  font-weight: 500;
}
h2.single__post__title {
  text-align: center;
  margin-bottom: 23px;
  font-weight: 600;
}
button.owl-thumb-item img {
  width: 170px;
  height: 119px;
}
/**/
.single-services {
  height: 4800px;
}
.ourservice-contact-us {
  height: 89vh;
  /* padding-top: 20px; */
  overflow: hidden;
}
.my-ii {
  font-size: 144px;
  margin-top: 48px;
}
.service__brown .my-ii {
  color: rgba(150, 75, 0, 0.66);
}
.service__green .my-ii {
  color: rgba(0, 128, 0, 0.66);
}
.service__aqua .my-ii {
  color: rgba(69, 175, 162, 0.66);
}
.navbar-mobile{
  display: none;
  }
  .mobilemenu {
display: none;
}
.mobilemenu_lang {
  display: none;
  }
  
.whysingle {
  display: flex;
  flex-direction: row;
  align-items: center;
  left: 25%;
  position: relative;
}
.whysingleicon {
  font-size: 33px;
}
.whysingle p {
  padding-top: 30px;
}
section.youlike_sec {
  padding: 170px 0 100px 0;
}
.cbrown{
  color: rgba(150, 75, 0, 0.66);
}
.cgreen{
  color: rgba(0, 128, 0, 0.66);
}
.caqua{  color: rgba(69, 175, 162, 0.66);
}
.lang {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 200px;
  top: 19px;
}


.lang ul {
  background: #fff;
  height: 0;
  left: -16px;
  opacity: 0;
  position: absolute;
  transition: all .5s ease;
  top: 53px;
  width: 100%;
}

.lang li:hover ul {
  height: 261px;
  opacity: 1;
  transform: translateY(0);
}
.lang ul a {
  color: #000;
  display: block;
  padding: 5px 20px;
}
.lang ul a:hover{
  color: green;

}
.wp-block-image.aligncenter {
  text-align: center;
  width: 100%;
}
/*mobile*/
@media only screen and (max-width: 600px) {
  .navbar-mobile{
    display: block;
    }
    .navbar-desktop{
      display: none;
      }
  .navbar .right{
    display: none;
  }
  .navbar .left{
    display: none;
  }
  .anim{
    display: none;
  }
  .service__box{
    overflow: hidden;
  }
  .reason__left , .reason__center, .reason__right{
    height: 90vh;
  }
  .reason__more{
    margin-bottom: 50px;
  }
  .call-to-action{
    height: 90vh;
  }
  .counter__row {
    flex-direction: column;
    gap:100px;
}
  .counter__number {
     float: none;
}
.sec__our-projects .button-group {
  margin-bottom: 30vh;
}
.card div img {
  width: 248px;
  height: 176px;
}
section.sec__our-projects.aos-init.aos-animate{
  height: auto;
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height)*3/4);
  /* width: 157px; */
  margin-right: 37px;
}
.marquee-content li img {
  width: 100%;
  /* height: 100%; */
  border: none;
  position: relative;
  bottom: -10px;
  object-fit: contain;
}
.anim{
  display: none;
}
.service__box {
  overflow: hidden;
  position: relative;
  padding-top: 153px;
}
.service {
  position: relative;
  width: 100%;
  bottom: -22px;
}
.service__round {
  width: 321px;
  height: 300px;
  background: white;
  border-radius: 101%;
  position: relative;
  top: -266px;
  left: 55px;
}
.service__first {
  margin-bottom: 180px;
  width: 108% !important;
  border-radius: 0;
}
.service__second {
  margin-bottom: 180px;
  width: 108% !important;
  border-radius: 0;
}.service__third {
  margin-bottom: 180px;
  width: 108% !important;
  border-radius: 0;
}
.our-services {
  height: auto;
}
.service__content {
  position: absolute;
  width: 463px;
  left: -10px;
  top: 17%;
  padding-left: 20px;
  padding-right: 30px;
}
.btn.morebtn {
  margin-top: 0;
 
}
.col-md-6.col-sm-12.contact__left.aos-init.aos-animate {
  height: 304px;
}
.contact__left {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.contact-us{
  height: 100vh;
}
.contact__right {

  position: absolute;
  margin-top: 220px;
  padding: 0 !important;
}
.service.service__single.service__right {
  position: relative;
   right: 0; 
  border-radius: 0;
  width: 104%;
  margin-bottom: 191px;
}
.service.service__single.service__brown.aos-init.aos-animate {
  width: 134% !important;
  border-radius: 0 !important;
  margin-bottom: 200px;
}
.service.service__single.service__aqua.aos-init.aos-animate {
  width: 134% !important;
  border-radius: 0 !important;
  margin-bottom: 200px;
}
.service.service__single.service__green.aos-init.aos-animate {
  width: 134% !important;
  border-radius: 0 !important;
  margin-bottom: 200px;
}
section.features-icons.bg-light.text-center.single-services {
  height: auto;
}
.footer{
  position: relative;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  width: 100vw;
}
.mobilebars {
  margin-right: 31px;
  font-size: 26px;
  padding: 8px;
  margin-top: 6px;
}
.mobilelang {
  margin-right: -114px;
  font-size: 23px;
  padding: 8px;
  margin-top: 6px;
}
.mobilemenu {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  top:0;
}
.mobilemenu_lang {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  top:0;
}
ul.moblistmenu {
  padding-left: 0;
  margin-top: 20%;
}
ul.moblistmenu li {
  text-align: center;
  font-size: 26px;
  margin-bottom: 43px;
}
h1.logo.logohiddenmenu {
  text-align: center;
}
.logohiddenmenu img {
  width: 144px;
}
.closemenu {
  text-align: right;
  padding: 23px;
  font-size: 24px;
  height: 20px;
}
.closemenu_lang {
  text-align: right;
  padding: 23px;
  font-size: 24px;
  height: 20px;
}
.footer{
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item img {
  display: block;
  width: 85% !important;
  height: 389px;
}
.owl-thumbs{
  display:none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 70px;
  border: none;
  border-bottom: 3px solid rgba(0, 128, 0, 0.30);
  background-color: transparent;
  transition-duration: 1s;
  outline: none;
  font-size: 19px;
  width: 81%;
}

.single__wrapper__card {
    flex-direction: column;
}
.menu__container {
  position: absolute;
  right: 0;
  width: 100%;
  margin-top: 10%;
  top: 131%;
}
.owl-carousel.owl-loaded.owl-drag {
  position: relative;
  top: 139px;
}
.sproject {
  height: 134vh;
}
ul.tabs li a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #000;
  padding: 12px 21px;
  min-width: 85px;
  font-weight: 600;
}
#magic-line {
  width: 147px !important;

}
ul.tabs {
  z-index: 2;
}
.btnrow {
  margin-top: 35px;
}
.whysingle {

  left: 10%;
}
.single__wrapper__card{
  width:150% !important;
  display: flex;
  margin-left: 0;

}
.singlefix__container {
  padding-left: 70px;
}
.fixed-top .container {
  position: absolute;
  left: 0px;
  top: 1px;
}
section.youlike_sec {
  padding: 271px 0 100px 0;
}
.service {
  height: 247px;
}
h3.service__title {
  width: 90%;
}
h4.service__text {
  width: 90%;
}
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  top: 16%;
  position: fixed;
  left: 8%;
  width: 84%;
  height: 627px;
}
.menu__container {
  position: relative;
  right: 0;
  width: 100%;
  margin-top: 10%;
  top:auto;
}
ul.tabs li a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #000;
  padding: 10px 8px;
  min-width: 85px;
  font-weight: 600;
}
}
/*Tabright*/
.tab_right {
  position: fixed;
  right: 0;
  width: 400px;
  height: 500px;
  background: black;
  top: 23%;
  transform: translateX(410px);
  transition-duration: 0.5s;
}
.tab_right_btn{
  position: fixed;
  right: 0;
  width: 100px;
  height: 200px;
  background: black;
  top: 23%;
}
.single__projects__sec{
  height: auto !important;
  padding-top: 100px;
}
.single__projects__sec .card{
  width: 317px !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.ch__hidden{
  display: none;
}


/*small laptops*/
@media only screen and (max-width: 1700px) {
.lang {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 200px;
  top: 19px;
  right: -8%;
}
.sec__our-projects {
  width: 100%;
  margin: 38px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto !important;
}

.our-services {
  height: 180vh;
}
.contact-us {
  height: 125vh;
  padding-top: 20px;
}
}
section#cook {
  padding-top: 9%;
}
/*Hotfix*/
@media only screen and (max-width: 1700px){
.our-services {
    height: 160vh;
}
.sec__our-projects .button-group {
  margin-bottom: 35vh;
}
.counter__row {
  flex-direction: column;
  gap: 51px;
}
header {
  height: 100vh;
}
ul.moblistmenu {
  padding-left: 0;
  margin-top: 10%;
}
}
h3.mission-target {
  text-align: center;
  font-size: 23px;
}