.mehala_project_layout [data-inviewport="scale-up"]{
  transform:scale(0);
  transition: all .8s;
  transition-delay: .4s;
}
.mehala_project_layout [data-inviewport="scale-up"].is-inViewport{
  transform:scale(1);
}
.mehala_project_layout [data-inviewport="fade-up"]{
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s;
  transition-delay: .4s;
}
.mehala_project_layout [data-inviewport="fade-up"].is-inViewport{
  opacity: 1;
  transform: translate(0, 0);
}

.mehala_project_layout .sc1{
  position: relative;
}
.mehala_project_layout .sc1 .hero__screen__wrapper{
  display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   background-size: cover;
}
.mehala_project_layout .sc1 .hero__screen__wrapper.hero__mobile{
  display: none;
}
.mehala_project_layout .sc1 .container{
  position: relative;
}
.mehala_project_layout .sc1 .container > div{
  text-align: start;
}
.mehala_project_layout .sc1 .contact_info{
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1190px;
  left: 50%;
  transform:translateX(-50%);
  background-color: var(--newgen-blue);
}
.mehala_project_layout .sc1 .contact_info div{
  padding: 30px 20px 20px;
  display: inline-flex;
  align-items: center;
}
.mehala_project_layout .sc1 .contact_info div img{
  vertical-align: middle;
  margin-right: 10px;
}
.mehala_project_layout .sc1 .contact_info div a, .mehala_project_layout .sc1 .contact_info div span{
  font-size: 18px;
  color:#fff;
  transition: .4s;
  font-family: 'futura-pt';
  font-weight: 500;
}
/*--*/
.mehala_project_layout .s2 .form{
  width: 80%;
  margin: 0 auto;
}
.mehala_project_layout .s2 .form p{
  margin-bottom: 0;
}
.mehala_project_layout .s2 .form .row .item:not(.item-full){
  width: 33%;
}
/*---*/
.mehala_project_layout .sc2 .flex-row:first-of-type{
  padding-bottom: 20px;
}
.mehala_project_layout .sc2 .green-box li .wysiwyg p{
  font-size: 30px;
  line-height: 36px;
}
.mehala_project_layout  .sc2 .icon-box .left-50{
  width: 49%;
}
.mehala_project_layout  .sc2 .icon-box .left-50 img{
  width: 90px;
  height: 90px;
}
.mehala_project_layout .sc2 h3{
  font-size: 26px;
  line-height: 28px;
}
.mehala_project_layout .sc2 h3 strong{
  font-family: 'futura-pt-bold';
  font-weight: bold;
}
/*--*/
.mehala_project_layout .sc3 h3{
  font-size: 26px;
}
/*--*/
.mehala_project_layout .s5 .flex-row{
  padding-bottom: 0;
}
.mehala_project_layout .s5 .left-50{
  width: 32%;
  padding: 20px 15px;
}
.mehala_project_layout .s5 .left-50 h3{
  margin-bottom: 5px;
  font-size: 30px;
}
.mehala_project_layout .s5 .left-50  span:not(.no){
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  font-family: "futura-pt",sans-serif;
  font-weight:600;
}
/*---*/
.mehala_gallery .gallery__full__slider .item{
  position: relative;
  width: 100%;
  height: 680px;
}
.mehala_gallery .gallery__thumbnail__container{
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: -65px;
}
.mehala_gallery .gallery__thumbnail__slider{
  display: inline-block;
  width: calc(100% - 200px )
}
.mehala_gallery .gallery__thumbnail__slider .item{
  width: 100%;
  height: 110px;
  margin: 8px;
  position: relative;
  cursor: pointer;
}
.mehala_gallery .arrow svg path, .mehala_gallery  .arrow svg rect{
  fill: var(--newgen-blue);
}
.mehala_gallery .arrow{
  position: relative;
  bottom: 20px;
}
.mehala_gallery .vector{
  position: absolute;
  top: calc(50% - 57px);
  transform: translateY(-50%);
}
.mehala_gallery .gallery__thumbnail__slider .item img{
  transform:scale(1);
  border-bottom: 0;
  transition: .4s;
}
.mehala_gallery .gallery__thumbnail__slider .item.slick-active.slick-current img{
  transform:scale(1.1);
  border-bottom: 3px solid var(--newgen-green);
}
/*--*/
.mehala_project_layout .s7 .flex-row{
  padding-bottom: 0;
}
.mehala_project_layout .s7 h3{
  text-transform: unset;
}
/*---*/
.mehala_project_layout .s8 .bg-box{
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 420px;
}
.mehala_project_layout .s8 .bg-box .desktop__img,
.mehala_project_layout .s8 .bg-box .mobile__img{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}
.mehala_project_layout .s8 .bg-box .desktop__img{
  display: block;
}
.mehala_project_layout .s8 .mobile__img{
  display: none;
}
.mehala_project_layout .s8 .bg-box .green-btn{
  margin-top: 10px;
}
.mehala_project_layout .s8 ul{
  margin-top: 60px;
}
.mehala_project_layout .s8 ul li{
  display: inline-block;
  width: 32%;
  padding: 10px;
  vertical-align: top;
  position: relative;
}
.mehala_project_layout .s8 ul li .item{
  padding: 30px 60px 10px;
  background-color: #edeef1;
}
.mehala_project_layout .s8 h4{
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mehala_project_layout .s8 ul li:nth-child(3):before,
.mehala_project_layout .s8 ul li:nth-child(1):before,
.mehala_project_layout .s8 ul li:nth-child(3):after,
.mehala_project_layout .s8 ul li:nth-child(1):after{
  display: block;
  content: '';
  position: absolute;
  border-bottom: 1px solid var(--newgen-blue);
}
.mehala_project_layout .s8 ul li:nth-child(3):before{
  top: -10px;
  left: unset;
  right: 0;
  transform: unset;
  height: 30%;
  border-left: 1px solid var(--newgen-blue);
}
.mehala_project_layout .s8 ul li:nth-child(1):before{
  bottom: -10px;
  left: unset;
  left: 0;
  transform: unset;
  height: 30%;
  border-left: 1px solid var(--newgen-blue);
}
.mehala_project_layout .s8 ul li:nth-child(3):after{
  left: unset;
  right: -10px;
  top: 0px;
  transform: unset;
  width: 30%;
}
.mehala_project_layout .s8 ul li:nth-child(1):after{
  right: unset;
  left: -10px;
  bottom: 0px;
  transform: unset;
  width: 30%;
}
/*--*/
.mehala_project_layout .sc4 .inner-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #bec1c2;
}
.mehala_project_layout .sc4 .inner-flex .item{
  flex: 1 1 50%;
  display: inline-flex;
  padding: 10px;
}
.mehala_project_layout .sc4 .inner-flex .item p{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.mehala_project_layout .sc4 nav{
  margin-bottom: 30px;
}
.mehala_project_layout .sc4 nav div{
  cursor: pointer;
  margin: 5px;
}
.mehala_project_layout .sc4 .plan_container{
  padding: 40px 0;
}
.mehala_project_layout .sc4 .plan_container:nth-child(even){
  background-color: #eef3fc;
}
.mehala_project_layout .sc4 .flex-row{
  padding-bottom: 0;
}
.mehala_project_layout .sc4 .plan_container .inner-flex:nth-child(odd){
  background-color: #eef3fc;
}
.mehala_project_layout .sc4 .plan_container .inner-flex:nth-child(even){
  background-color: #fff;
}
.mehala_project_layout .sc4  .inner-flex:first-of-type{
  font-family: "futura-pt",sans-serif;
  font-weight:600;
  border-bottom: 0;
  color: #fff;
  background-color: var(--newgen-blue)!important;
}
.mehala_project_layout .sc4 .inner-flex:first-of-type p{
  font-size: 18px;
}
.mehala_project_layout .sc4 .inner-flex:first-of-type p,
.mehala_project_layout .sc4 .inner-flex:first-of-type p strong{
  font-family: "futura-pt",sans-serif;
  font-weight:600;
  font-weight: 500;
}
/*--*/
.mehala_project_layout .s9 h3{
  font-family: "futura-pt",sans-serif;
  margin-bottom: 20px;
}
.mehala_project_layout .s9 .description{
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.mehala_project_layout .s9 .green-btn{
  margin: 7px;
}
/*--*/
.mehala_project_layout .s10 .flex-row{
  padding-bottom: 0;
}
.mehala_project_layout .s10 .item-flex{
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
}
.mehala_project_layout .s10 .flex-row .item-flex div{
  padding-right: 20%;
  padding-left: 60px;
}
.mehala_project_layout .s10 .flex-row.row-reverse .item-flex div{
  padding-right: 60px;
  padding-left: 20%;
}
.mehala_project_layout .s10 [data-inviewport="scale-down"] img{
  transform:scale(1.1);
  transition: 3s;
}
.mehala_project_layout .s10 [data-inviewport="scale-down"].is-inViewport img{
  transform:scale(1);
}
/*---*/
.mehala_project_layout .sc6 iframe{
  width: 100%;
  height: 100%;
}
.mehala_project_layout .sc7 .flex-row{
  padding-bottom: 0;
}
.mehala_project_layout .sc7 .form .item:first-of-type{
  width: 100%;
}
@media(-webkit-device-pixel-ratio:1.25){
  .mehala_project_layout .s10 .flex-row .item-flex div{
    padding-right: 10%;
    padding-left: 40px;
  }
  .mehala_project_layout .s10 .flex-row.row-reverse .item-flex div{
    padding-left: 10%;
    padding-right: 40px;
  }
}
@media(max-width:1700px){
  .mehala_project_layout .gallery_container{
    max-width: 80%;
  }
  .mehala_gallery .gallery__full__slider .item{
    height: 560px;
  }
}
@media(max-width:1441px){
  .mehala_project_layout .sc3 h3, .mehala_project_layout .s5 .left-50 h3{
    font-size: 24px;
  }
  .mehala_project_layout .s8 h4{
    font-size: 18px;
  }
  .mehala_project_layout .s8 ul li .item{
    padding: 30px 45px 10px;
  }
}
@media(max-width:1367px){
  .mehala_project_layout .sc1 .contact_info div{
    padding: 20px;
  }
  .mehala_project_layout .sc1 .contact_info div a, .mehala_project_layout .sc1 .contact_info div span{
    font-size: 16px;
  }
  .mehala_project_layout .sc1 .contact_info div img{
    width: auto;
    height: 30px;
  }
  .mehala_project_layout textarea, .mehala_project_layout input:not([type="submit"]),
  .mehala_project_layout p, .mehala_project_layout .wysiwyg ol li, .mehala_project_layout .wysiwyg ul li{
    font-size: 16px;
  }
  .mehala_project_layout .sc2 h3{
    font-size: 20px;
    line-height: 22px;
  }
  .mehala_project_layout .sc2 .icon-box .left-50 img {
    width: 70px;
    height: 70px;
  }
  .mehala_project_layout .sc3 h3{
    font-size: 22px;
  }
  .mehala_project_layout .s5 .left-50 h3{
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .mehala_project_layout .s5 .left-50 span:not(.no){
    font-size: 15px;
    line-height: 19px;
  }
  .mehala_project_layout .s8 ul li .item{
    min-height: 320px;
  }
  .mehala_project_layout .sc4 .inner-flex:first-of-type p{
    font-size: 16px;
  }
  .mehala_gallery .gallery__thumbnail__slider .item{
    height: 90px;
  }
  .mehala_gallery .gallery__thumbnail__container{
    margin-top: -50px;
  }
  .mehala_project_layout .s10 .item-flex {
    position: relative;
    padding: 100px 0 80px;
  }
}
@media(max-width:1281px){
  .mehala_project_layout .s10 .item-flex {
    position: relative;
    padding: 80px 0 60px;
  }
  .mehala_project_layout .s10 .flex-row .item-flex div{
    padding-right: 10%;
    padding-left: 20px;
  }
  .mehala_project_layout .s10 .flex-row.row-reverse .item-flex div{
    padding-left: 10%;
    padding-right: 20px;
  }
}
@media(max-width:1025px){
  .mehala_project_layout .padding-v-70{
    padding: 50px 0;
  }
  .mehala_project_layout .padding-b-70{
    padding-bottom: 50px;
  }
  .mehala_project_layout h2{
    font-size: 30px;
  }
  .mehala_project_layout .s2 .form{
    width: 100%;
  }
  .mehala_project_layout .sc2 .green-box li .wysiwyg p{
    font-size: 21px;
    line-height: 26px;
  }
  .mehala_project_layout .sc2 .icon-box .left-50 img {
    width: 60px;
    height: 60px;
  }
  .mehala_project_layout .sc3 h3, .mehala_project_layout .s5 .left-50 h3{
    font-size: 18px;
  }
  .mehala_project_layout .sc3 .offer-slider-container h2{
    font-size: 32px;
  }
  .mehala_gallery .gallery__full__slider .item{
    height: 420px;
  }
  .mehala_project_layout .s7 h3{
    font-size: 20px;
    line-height: 24px;
  }
  .mehala_project_layout .s8 ul li .item{
    padding: 30px 30px 10px;
  }
  .mehala_project_layout .s8 ul li .item {
    min-height: 345px;
  }
  .mehala_project_layout .sc4 .plan_container{
    text-align: center;
  }
  .mehala_project_layout .sc4 .item-flex{
    flex: 1 1 100%;
    width: 100%;
    padding: 10px 0!important;
  }
  .mehala_project_layout .sc7 .flex-row .item-flex:last-of-type{
    padding-left: 0;
  }
  .mehala_project_layout .s10 .item-flex{
    padding: 60px 0 40px;
  }
}
@media(max-width:1000px){
  .mehala_project_layout .sc3 h3, .mehala_project_layout .s5 .left-50 h3{
    line-height: 20px;
    font-size: 16px;
  }
  .mehala_project_layout .s5 .left-50{
    padding: 15px;
  }
  .mehala_project_layout .flex-row .item-flex:last-of-type, .mehala_project_layout .flex-row.row-reverse .item-flex:first-of-type{
    padding-left: 30px;
    padding-right: 0;
  }
  .mehala_project_layout .flex-row .item-flex:first-of-type, .mehala_project_layout .flex-row.row-reverse .item-flex:last-of-type{
    padding-right: 30px;
    padding-left: 0;
  }
  .mehala_project_layout .s8 ul img{
    width: auto;
    height: 60px;
  }
  .mehala_project_layout .s8 h4{
    font-size: 17px;
  }
  .mehala_project_layout .s8 ul li .item{
    min-height: 315px;
  }
}
@media(max-width:850px){
  .mehala_project_layout .sc1{
    min-height: 101vh;
  }
  .mehala_project_layout .slider-nav{
    padding-right: 0;
  }
  .mehala_project_layout .padding-v-70{
    padding: 30px 0;
  }
  .mehala_project_layout .padding-b-70{
    padding-bottom: 30px;
  }
  .mehala_project_layout .s7{
    text-align: center;
  }
  .mehala_project_layout .s8 ul li{
    width: 49%;
  }
  .mehala_project_layout .s8 ul li .item{
    min-height: auto;
  }
  .mehala_project_layout .s8 ul li:nth-child(3):before, .mehala_project_layout .s8 ul li:nth-child(1):before, .mehala_project_layout .s8 ul li:nth-child(3):after, .mehala_project_layout .s8 ul li:nth-child(1):after{
    display: none;
  }
  .mehala_project_layout .flex-row .item-flex:last-of-type, .mehala_project_layout .flex-row.row-reverse .item-flex:first-of-type{
    padding-left: 0;
    text-align: center;
  }
  .mehala_project_layout .flex-row .item-flex:first-of-type, .mehala_project_layout .flex-row.row-reverse .item-flex:last-of-type{
    padding-right: 0;
    text-align: center;
  }
  .mehala_project_layout .s10 .flex-row .item-flex div,
  .mehala_project_layout .s10 .flex-row.row-reverse .item-flex div{
    padding: 0 10px;
  }
  .mehala_project_layout .sc6 iframe{
    min-height: auto;
  }
  .mehala_project_layout .sc3 ul li p{
    min-height: 140px;
  }
  .mehala_project_layout .s9 .description{
    max-width: 85%;
  }
}
@media(max-width:768px){
  .mehala_project_layout .sc1 .contact_info{
    display: none;
  }
  .mehala_project_layout .sc1{
    min-height: 95vh;
  }
  .mehala_project_layout .sc1 .hero__screen__wrapper.hero__desktop{
    display: none;
  }
  .mehala_project_layout .sc1 .hero__screen__wrapper.hero__mobile{
    display: block;
  }
}
@media(max-width:767px){
  .mehala_project_layout textarea{
    border-radius: 0;
  }
  .mehala_project_layout .s2 .form .row .item:not(.item-full){
    width: 100%;
  }
  .mehala_project_layout .sc2 .lines:before, .mehala_project_layout .sc2 .lines:after, .mehala_project_layout .sc2 .green-box li:nth-child(2):before, .mehala_project_layout .sc2 .green-box li:nth-child(2):after{
    display: none;
  }
  .mehala_project_layout .sc2 .green-box li .wysiwyg p {
    font-size: 17px;
    line-height: 22px;
  }
  .mehala_project_layout .sc3 ul li p{
    min-height: auto;
  }
  .mehala_project_layout .s5 .left-50{
    width: 50%;
    padding: 8px;
  }
  .mehala_project_layout .s5 .left-50 h3{
    font-size: 24px;
    line-height: 26px;
  }
  .mehala_project_layout .s5 .left-50 span:not(.no){
    min-height: 42px;
  }
  .mehala_project_layout .gallery_container{
    max-width: 100%;
  }
  .mehala_gallery .gallery__thumbnail__slider{
    display: none;
  }
  .mehala_gallery .gallery__thumbnail__container{
    margin-top: 20px;
  }
  .mehala_gallery .gallery__full__slider .item{
    height: 330px;
  }
  .mehala_gallery .vector{
    display: none;
  }
  .mehala_gallery .arrow{
    position: static;
  }
  .mehala_gallery{
    padding-bottom: 0;
  }
  .mehala_project_layout .s8 .bg-box .desktop__img{
    display: none;
  }
  .mehala_project_layout .s8 .bg-box .mobile__img{
    display: block;
  }
  .mehala_project_layout .s8 h2{
    font-size: 22px;
    line-height: 28px;
  }
  .mehala_project_layout .s8 ul{
    margin-top: 30px;
  }
  .mehala_project_layout .s8 ul li{
    width: 100%;
  }
  .mehala_project_layout .s8 .bg-box .green-btn{
    margin-top: 0;
  }
  .mehala_project_layout .s8 .bg-box .container{
    margin-bottom: 175px;
  }
  .mehala_project_layout .sc4 .inner-flex .item p{
    font-size: 14px;
    line-height: 18px;
  }
  .mehala_project_layout .s10 .item-flex:first-of-type{
    min-height: 260px;
  }
  .mehala_project_layout .s10 .item-flex{
    padding: 30px 0 10px;
  }
  .mehala_project_layout .s10 h2{
    font-size: 26px;
    line-height: 30px;
  }
  .mehala_project_layout .s9 .description{
    max-width: 100%;
  }
  .mehala_project_layout .s7 img{
    width: auto;
    height: 60px;
  }
  .mehala_project_layout .sc4 nav div{
    display: block;
    width: 100%;
    margin: 2px 0;
  }
}
@media(max-width:340px){
  .mehala_project_layout h2, .mehala_project_layout .sc3 .offer-slider-container h2{
    font-size: 22px;
  }
  .mehala_project_layout h2 {
    font-size: 26px;
  }
  .mehala_project_layout .sc2 h3 {
    font-size: 17px;
    line-height: 21px;
  }
  .mehala_project_layout .sc2 .green-box li .wysiwyg p {
    font-size: 16px;
    line-height: 21px;
  }
  .mehala_project_layout .s5 .left-50 h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
