/*-------Container----------*/

@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1225px;
}
}

@media (min-width: 1200px) and (max-width: 1300px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
}
}

@media (max-width: 1199px) {
  .menu-wrap {
    display: flex;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  #nav-menu .navbar {
      padding-top: 20px;
  } 
}


/*-------Static section---------*/

@media (max-width: 768px) {
  .staticSection .staticContent {
     padding: 30px;
 }
 
 .social-ul {
     margin-top: 80px;
 }
 
 #staticSection {
    padding-top: 115px;
 }
 
 .link {
     justify-content: flex-start;
     margin-top: 20px;
 }
 
  .staticSection .page-title {
     font-size: 22px;
 }
 
  .staticSection.staticContent {
     margin-top: 35px;
 }
 
 .staticSection .staticContent ul {
     padding-left: 20px;
 }
}

@media (max-width: 1300px) {
    .staticSection .staticContent .highslide {
        width: 256px;
    }
}

@media (max-width: 1200px) {
    .staticSection .staticContent .highslide {
        width: 196px;
    }
}

@media (max-width: 992px) {
    .staticSection .staticContent .highslide {
        width:  176px;
    }
}

@media (max-width: 440px) {
    .staticSection .staticContent .highslide {
        width:  176px;
        margin-right: 0;
    }
    
     .staticSection .staticContent.responsive{
        display: flex;
        justify-content: center;
    }
}


/*-----------------------------------*/

@media (max-width: 768px) {
  
/*-----Header------*/
  .header-btn.first {
      display: none;
      -webkit-appearance: none;
  }
 
  .full-story-container {
      padding: 50px 20px;
  }
  
    .full-story-container img {
        height: auto !important;
    }
  
  .menu-wrap {
      width: 30px;
  }
  
  #nav-menu {
      height: 80px;
  }
  
  
}


@media (max-width: 576px) {
   .carousel-item .top {
       order: 1;
   }
   
   .btn-home {
        width: 180px;
        height: 45px;
        font-size: 18px;
   }
}

@media (max-width: 450px) {
   .header-btn.second {
      display: none;
   }
   
   .header-btn.second.menu {
      display: flex;
      width: 100%;
      margin-top: 20px;

   }
}

 



/*------------Slider/Home-------------*/

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

@media (max-width: 992px) {
 
   
   .full-story-container img {
       height: auto !important;
   }
}


/*---------------Category section---------------*/

@media (max-width: 992px) {
.category-box {
    margin-bottom: 30px;
}

  #categories {
      padding-bottom: 30px;
  }
}

/*-------------Footer------------*/

@media (max-width: 991px) {
  .footer-top .logo,
  .footer-center .second-logo img {
     margin-bottom: 45px;
}

.footer-list {
   padding: 0;
}

}

@media (max-width: 767px) {
 .footer-list:last-child {
        margin-bottom: 34px;
  }
}


/*----------Call to action------------*/

@media (max-width: 767px) {
  #call-to-action .flex-container {
      flex-direction: column;
  }
  
  #call-to-action .img-container {
       width: 360px;
  }
  
 #call-to-action p {
     font-size: 14px;
 }
 
 #call-to-action h3 {
     font-size: 26px;
 }
 
 #call-to-action {
     padding-top: 35px;
     padding-bottom: 35px;
 }
 
 #call-to-action button {
     width: 100%;
 }
 
 
 #call-to-action a {
     margin-top: 15px;
     width: 100%;
     font-size: 11px;
 }
 
 #call-to-action svg {
     display: none;
 }
 
 #call-to-action h2 {
     font-size: 28px;
 }

}

@media (max-width: 360px) {
      #call-to-action .img-container {
          width: 100%;
  }
  
  .buttons-container {
      display: none;
  }
}


/*--------------Products-----------*/

 @media (max-width: 580px) {
    #products .owl-nav button:first-child {
        left: -10px;
    }
    
    #products .owl-nav button:last-child {
        right: -10px;
    }
}
    
/*---------------Mobile Menu-------------*/
 
.mobile-menu {
    top: 100%;
    right: -100%;
    position: absolute;
    width: 80%;
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 35px;
    box-sizing: border-box;
}
 
.mobile-menu .menu-ul  {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 40px;
}

.mobile-menu .social-ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
  
.mobile-menu .social-ul .social-li {
    margin-right: 20px;
}

.mobile-menu .social-ul .social-li i {
    font-size: 24px;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
     transition: all 0.25s ease;
}

.mobile-menu .social-ul .social-li:first-child i {
    color: #3b5998;
}

.mobile-menu .social-ul .social-li:nth-child(2) i {
    color: #007ab9;
}

.mobile-menu .social-ul .social-li:nth-child(3) i {
    color: #55acee;
}

.mobile-menu .social-ul .social-li:nth-child(4) i {
    color: #e31e24;
}

.mobile-menu .social-ul .social-li:last-child {
    margin-right: 0;
}
   
 .mobile-menu .menu-ul .menu-li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0;
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.14);
    color: #454749;
 }
     
 .mobile-menu .menu-ul .menu-li ul {
     display: none;
 }
   
.popup-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(39, 39, 39, 0.6);
    top: 100px;
    cursor: pointer;
    transition: 0.5s;
    left: 0;
    display: none;
}
   
.popup-layer.show {
   display: block;
}
   
.language-container {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}
  
.language-container  a {
   margin-right: 25px;
   color: #454749;
}

.language-container  a:last-child {
   margin-right: 0;
}

.language-container  a.active {
  color: #498dde;
}

@media (max-width: 768px) {
  .popup-layer {
      top: 80px;
  }
}

@media (max-width: 768px) {
   .contactiframe {
       display: none;
}

   .contactiframe_mobile {
       display: block;
       height: 1300px;
}
}

@media (max-width: 991px) {
    .contactiframe {
        height: 900px;
    }
}

@media (max-width: 1200px) {
    .contactiframe {
        height: 900px;
    }
}

/*----------------Gallery-------------*/

 @media (max-width: 992px) {
   .gallery-container .highslide {
       width: 50%;
   }
}
 
 
 /*------------Zeng Modal-----------*/
 
  @media (max-width: 600px) {
    .modal-content.zeng {
         width: ;
    }
}

/*-----------Products/Inner pages----------*/


 @media (max-width: 430px) {
    .staticSection .posts-container .container .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .staticSection .posts-container .container .row a {
         display: block;
         border-top: 1px solid #e4e4e4;
    }
    
    .posts-container #dle-content a {
        border-top: 1px solid #e4e4e4;
        display: block;
    }
}


/*------------Full story---------*/

 @media (max-width: 1200px) and (min-width: 992px) {
    #full-story-posts p {
        width: 56%;
    }
    
    #full-story-posts .row .highslide {
        margin-top: 10px;
        margin-right: 15px;
    }
    
    #full-story-posts p {
        margin-left: 0;
    }
    
    #full-story-posts .row .highslide:first-child {
        width: 40%;
    }
    
     #full-story-posts .row .highslide:first-child img {
        width: 100%;
        object-fit: cover;
    }
}


 @media (max-width: 992px) {
 #full-story-posts p {
    width: 47%;
}

#full-story-posts .row .highslide {
    margin-top: 10px;
}

#full-story-posts .row .highslide:first-child {
    width: 46%;
     margin-right: 0px;
}

  #full-story-posts .row .highslide {
    width: 46%;
    margin-right: 27px;
  }
      
 #full-story-posts .row .highslide img {
     width: 100%;
 }
    
 #full-story-posts .row .highslide:first-child img {
    width: 100%;
    object-fit: cover;
}
}

 @media (max-width: 767px) {
  #full-story-posts .row .highslide {
   width: 46%;
   margin-right: 20px;
 }
}

 
@media (max-width: 530px) {
 #full-story-posts .row .highslide {
     width: 45%;
 }
 
 #full-story-posts p {
     padding: 12px;
 }
}

@media (max-width: 465px) {
 #full-story-posts .row .highslide {
     width: 100%;
     margin-right: 0;
 }
 
 #full-story-posts .row .highslide:first-child {
     width: 100%;
 }
 
 #full-story-posts p {
     width: 100%;
     margin-left: 0px;
 }
}


/*---------------Gallery-----------*/
  @media (max-width: 1200px) {
    .gallery-container .highslide {
       width: 32.7%;
       margin-right: 5px;
  }
  }
  
    @media (max-width: 767px) {
    .gallery-container .highslide {
        width: 49.4%;
        margin-right: 3px;
  }
}

    @media (max-width: 530px) {
    .gallery-container .highslide {
        width: 49%;
        margin-right: 1px;
  }
}

    @media (max-width: 400px) {
    .gallery-container .highslide {
        width: 100%;
        margin-right: 0px;
  }
}
 
 
 /*----------Whatsapp------------*/
 
 @media (max-width: 991px) {
   .fixed-nums {
     display: block;
 }
 
 #whatsapp {
     display: none;
 }
 
 footer {
     padding-bottom: 60px;
 }
}
 
 
@media (max-width: 360px) {
  .main-right-side .right-side:last-child .contact-item {
      line-height: 55px;
  }
 .main-right-side .right-side:last-child .contact-item:first-child {
      line-height: 55px;
 }
}

/*------------References-static----------*/

 @media (max-width: 992px) {
     #refer .quote {
         width: 32%;
     }
     
      #refer .quote img {
         width: 100%;
         padding: 50px;
     }
 }
 
 @media (max-width: 767px) {
     #refer .quote {
         width: 48%;
     }
     
      #refer .quote img {
         width: 100%;
         padding: 50px;
     }
 }
 
  @media (max-width: 400px) {
 
      #refer .quote img {
         width: 100%;
         padding: 30px;
     }
 }
 
 /*---------------References home------------*/
 
  @media (max-width: 992px) {
       #references .row.references .quote {
         width: 32%;
     }
     
       #references .row.references .quote img {
         width: 100%;
         padding: 50px;
     }
 }

@media (max-width: 767px) {
    #references .row.references .quote {
        width: 48% !important;
    }
    
     #references .row.references .quote img {
        width: 100%;
        padding: 50px;
    }
}

  @media (max-width: 400px) {
 
       #references .row.references .quote img {
         width: 100%;
         padding: 30px;
     }
 }

 
 /*----------------------Header--------------------*/
 
 
   @media (max-width: 1200px) {
     #nav-menu .header-bottom {
         display: none;
     }
     
     #slider {
         margin-top: 75px;
         height: 540px;
     }
     
     #nav-menu {
         height: 75px;
     }
     
     .menu-wrap {
         display: flex;
     }
    
    .service-item {
        height: 246px;
    }
    
     .service-item.is-large {
        height: 496px;
    }
 }
 
 
    @media (max-width: 1050px) {
          .service-item {
        height: 185px;
    }
    
    .service-item.is-large {
        height: 374px;
    }
    }
 
 /*-------------------About--------------*/
 
   @media (max-width: 992px) {
       
        #about {
           display: none;
       } 
       
       
       #about-mobile {
           display: block;
       }
       
       #about-mobile {
    margin-bottom: 100px;
    margin-top: 100px;
 }
 
#about-mobile .about-head {
    margin-bottom: 20px;
}
 
#about-mobile .about-content {
    z-index: 1;
    padding: 50px 0;
    position: relative;
}
 
#about-mobile .content-box {
    display: inline-block;
    max-width: 800px;
    padding: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f6f6f6;
}
 
#about-mobile .about-image{
    background-repeat: no-repeat;
    background-image: url(/img/about-back.jpg);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 280px;
}
 
 #about-mobile .about-head-inner {
     display: flex;
     align-items: center;
 }
 
 #about-mobile #svg-symbol--decor-arrow {
     height: 50px;
     width: 50px;
     margin-right: 40px;
 }
 
 #about-mobile h2 {
     margin-bottom: 0;
     font-size: 38px;
 }
 
 #about-mobile #svg-symbol--dropdown {
    height: 9px;
    right: -22px;
    bottom: 4px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin-left: 10px;
 }
 
 #about-mobile .read-more {
     text-decoration: none;
     color: #454749;
     font-family: 'Geometria-Bold';
     transition: .3s;
     background: #fff;
     font-size: 16px;
     padding: 11px 40px 13px 30px;
     border-radius: 50px;
 }
 
 #about-mobile .read-more span {
     transition: all .3s;
     margin-left: 10px;
     border-bottom: 1px solid #454749;
 }
 
 #about-mobile .read-more:hover {
    background: transparent;
}

 #about-mobile .read-more:hover span {
   border-bottom: 1px solid transparent;
 }
 
 #about-mobile .about-description {
     margin-bottom: 30px;
     line-height: 28px;
 }
       
   }
 
 
 /*----------------Gallery-----------*/
 
     @media (max-width: 1200px) {
         #projects .owl-carousel .owl-item img {
             height: 450px;
         }
 
         #static .img-container {
             margin-top: 75px;
         }
 }
     
     @media (max-width: 576px) {
     #gallery .gallery-container .highslide {
        flex-basis: 80%;
      }
  }
 
 
 @media (max-width: 768px) {
    #gallery .gallery-container .highslide{
       flex-basis: 48.5%;
    }
 }
 
      @media (max-width: 992px) {
         #projects .owl-carousel .owl-item img {
             height: 400px;
         }
         
        #services .services-content {
          flex-wrap: wrap;
        }
     }
 
 
       @media (max-width: 768px) {
         #projects .owl-carousel .owl-item img {
             height: 320px;
         }
         
         .footer-top {
             padding-bottom: 20px;
         }
         
         #about-mobile .content-box {
             padding-top: 50px;
             padding-bottom: 50px;
             padding-right: 30px;
             padding-left: 30px;
         }
         
         #about-mobile .about-content {
             padding: 20px 0;
         }
         
         #about-mobile {
             margin-top: 70px;
             margin-bottom: 70px;
         }
         
         #about-mobile h2 {
             font-size: 32px;
         }
         
         .geography__title {
             font-size: 28px;
         }
         
         #projects h2 {
             font-size: 32px;
         }
         
         #services .title-container h2 {
             font-size: 32px;
         }
         
         
         .about-static .main-content img {
             height: 300px;
             width: 100%;
         }
         
         #static .img-container {
             margin-top: 75px;
             height: 250px;
         }
         
         #static .img-container .static-content .static-title {
             font-size: 28px;
         }
         
         .about-static .main-content {
             margin-top: 0;
             padding-top: 40px;
         }
         
         .map-container #map {
             height: 325px !important;
         }
     }
 
      
 @media (max-width: 565px) {
     .header-btnn.second {
         display: none;
     }
     
     .header-btnn.first {
         display: flex !important;
         /*padding: 0 12px;*/
         font-size: 12px;
     }
     
     .header-btn.second.menu {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #498dde !important;
        color: #266dc2;
        font-size: 14px;
        border-radius: 2px;
        padding: 0 16px;
        padding-bottom: 10px;
        padding-top: 10px;
        transition: background .3s;
        color: #266dc2;
        border-radius: 21px;
        background: #f5faff;
        margin-top: 40px;
     }
     
     .mobile-menu .header-btn {
         width: 100%;
     }
 }
 
 
 
  @media (max-width: 992px) {
      
      #services {
          display: none;
      }
      
      #services.show {
          display: block !important;
      }
    
 #services-mobile  {
     margin-top: 80px;
     margin-bottom: 100px;
     display: block !important;
 }
 
  #services-mobile .services-content #dle-content {
     width: 100%;
    display: flex;
    flex-wrap: wrap ;
 }
 
 #services-mobile .services-content {
     width: 100%;
    display: flex;
    flex-wrap: wrap ;
 }
 
 #services-mobile .services-content #services-group {
     display: flex;
 }
 
 #services-mobile .container-fluid {
     padding-left: 50px !important;
     padding-right: 50px !important;
 }
 
 #services-mobile .services-content {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
 }
 
 #services-mobile  .title-container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
 }
 
 #services-mobile .title-container h2 {
      font-size: 38px;
  }
 
  #services-mobile .title-container .more {
    color: #777982;
    border-bottom: 1px solid #777982;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 15px;
    padding-bottom: 4px;
  }
  
  #services-mobile .title-container .more:hover {
     border-bottom: 1px solid transparent;
  }
 
  #services-mobile .services-group{
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}
 
 #services-mobile .service-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}
 
  #services-mobile .service-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  #services-mobile .service-img picture {
    display: block;
    width: 100%;
    height: 100%;
}
 
 #services-mobile  .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

 #services-mobile .services-name p {
    color: #fff;
    text-decoration: none;
    max-width: 185px;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    font-family: 'Geometria-Medium';
}
 
 #services-mobile .service-item {
    display: block;
    height: 330px;
    width: 49.8%;
    margin-bottom: .26rem;
    background-color: #f2f3f5;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
 }
 

 #services-mobile .service-item:hover {
     background: #e1e3e5;
 }
  }

 @media (min-width: 990px) {
    #services-mobile .services-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

}
 
 
   @media (max-width: 768px) {
    .geography__delivery-map > svg {
         width: 100%;
         height: 100%;
     }
 
 .red-dot-wrapper .red-pin {
     width: 10px;
     height: 10px;
 }
 
 .geography__delivery-map {
     position: relative;
 }
 
 .red-dot-wrapper {
    top: 39.5%;
    position: absolute;
    left: 58.5%;
 }
 
   }
   
      @media (max-width: 992px)  {
          #slider .row {
              flex-direction: column;
          }
          
          #slider .mobile-circle {
              position: absolute; 
              right: 47px; 
              top: 76px; 
          }
          
          #slider .slider-caption h1 {
              font-size: 28px;
          }
      }
   
  
       @media (max-width: 768px)  {
      #services-mobile .title-container h2 {
          font-size: 28px;
      }
      
      #services-mobile .title-container .more {
          font-size: 14px;
      }
      
      .header-btnn.first {
          display: none;
          -webkit-appearance: none;
          padding: 0 12px;
          min-width: unset;
      }
          
      #slider .slider-caption h1 {
          font-size: 22px;
      }
      
      .slider-caption {
          top: 35px;
          width: auto !important;
      }
      .slider-caption .description {
          width: auto;
      }
      .btn-home {
          width: 150px;
          height: 40px;
          font-size: 14px;
          margin-top: 140px;
      }
      
      #nav-menu .lang-wrapper {
          display: none !important;
      }
          
      #slider .circle {
         background: hsla(0,0%,100%,.1);
         width: 340px;
         height: 340px;
         top: 32%;
         bottom: unset;
         z-index: 1;
         border-radius: 50%;
         transform: scale(.6);
         transition: transform .8s;
         position: absolute;
         right: unset;
      }
      
      .slider-img {
          height: 280px;
          width: 280px;
          margin-top: 114px;
          position: relative;
          right: -46px;
          left:  unset;
      }
      
      .carousel.slide.pointer-event {
          height: 100%;
      }
      
      .headTit .headTitInside p:nth-child(2) {
          font-size: 28px;
      }
      
      #slider #carouselExampleIndicators {
          height: 100%;
      }
      
      
      #slider .container-fluid {
          height: 100%;
      }
          
          
      #slider .carousel-inner {
          height: 100%;
      }
      
      #slider .carousel-item {
          height: 100%;
      }
   
      }
 

    @media (max-width: 1024px)  {
       .geography__text {
           margin: 0;
       }
       
       .geography__delivery-map svg {
            width: 100%;
            height: 100%;
       }
       
       .geography__delivery-map {
           position: relative;
           width: 100%;
           left: unset;
           right: unset;
           top: unset;
           bottom: unset;
       }
       
       .red-dot-wrapper {
            top: 41%;
            position: absolute;
            left: 58.5%;
        }
  }
 
 
   @media (max-width: 700px) {
       #slider .circle {
           left: 28px;
       }
       
       .slider-img {
           right: 0;
       }
   }
 
 
    @media (max-width: 600px) {
     #services-mobile .service-item {
         width: 100%;
     }

    #projects .owl-carousel .owl-item img {
        height: 225px;
    }
     
   }
 
 
 @media (max-width: 465px) {
     .footer-contact .number {
         font-size: 14px;
     }
     
        #services-mobile .container-fluid {
          padding-left: 30px !important;
          padding-right: 30px !important;
      }
      
      #projects .owl-nav button span {
          display: none;
      }
      
      #projects .owl-carousel .owl-item img {
          height: 200px;
}
      
 }
 
  @media (max-width: 550px) {
      #projects .owl-dots {
          display: none;
      }
      
            #gallery {
          display: flex;
          align-items: center;
          justify-content: center;
      }
      
      #gallery .gallery-container {
          padding-left: 36px;
      }
  }
  
    @media (max-width: 360px) {
      .header-btnn.first {
          display: none !important;
          -webkit-appearance: none !important;
      }
      
 
    
  }
