/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

[01] Common
[02] Header Area
[03] Hero Area
[04] About Area
[05] Latest projects Area
[06] Ideas Area
[07] Footer Area
[08] Home page Layout Two Area
[09] Services Page Area
[10] Blog Page
[11] portfolio page
[12] Inquiry Area

--------------------------------------------------------------*/


/*=======================================================================
[01] Common Area Responsive Start Hear
=========================================================================*/
@media only screen and (max-width: 1800px) {
    .container-one {
        max-width: 90% !important;
        padding-left: .75rem;
        padding-right: .75rem;
      }
      
}
@media only screen and (max-width: 1700px) {
   
    .banner-right-content {
        right: -10%;
      }
}
@media only screen and (max-width: 1440px) {
      .nav-left-padding {
        padding-left: 2%;
      }
      .nav-right-padding {
        padding-right: 2% !important;
      }
      .banner-right-content {
        right: -13%;
      }
}
@media only screen and (max-width: 1300px) {
      .main-menu-area .nav-menu-box .menu-top .phone{
        display: none;
      }
      .banner-right-content {
        right: -14%;
      }
}
@media only screen and (max-width: 1250px) {
    .main-menu-area .nav-menu-box .country-select {
        display: none;
    }
    .mb-20-mb-lg-80{
        margin-bottom: 20px;
      }
      .banner-right-content {
        display: none !important;
      }
      .banner-left-content {
        display: none;
      }
}
@media only screen and (max-width: 991px) {
    .section-space {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .section-1{
        padding-top: 4.25rem !important;
      }
      .section-2{
        padding-top: 4.5rem !important;
      }
      .section-3{
        padding-top: 4.62rem !important;
      }
      .section-bottom-1 {
        padding-bottom: 4.63rem !important;
      }
    h1{
        font-size: 3.75rem;
        line-height: 4.25rem;
    }
    h2{
        font-size: 1.75rem;
        line-height: 2.12rem;
    }
    h4 {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
    }
    p br{
        display: none;
    }
    
    .entry-title br {
        display: none;
    }
    .mb-lg-20{
        margin-bottom: 20px;
    }
    .mb-lg-sm-20 {
       margin-bottom: 20px!important;
    }
    .mb-lg-0-sm-50 {
        margin-bottom: 50px!important;
    }
    .mt-10-{
        margin-top: -6px;
      }
      .mt-8-{
        margin-top: -4px;
      }
      .mt-6-{
        margin-top: 0px;
      }
      .pb-40-md-100 {
        padding-bottom: 40px
      }

}
@media only screen and (max-width: 767px) {
    .section-space {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .section-space-top{
        padding-top: 3.75rem;
      }
      .section-space-bottom {
        padding-bottom: 3.75rem;
    }
    .section-1{
        padding-top: 3rem !important;
      }
      .section-2{
        padding-top: 3.25rem !important;
      }
      .section-3{
        padding-top: 3.37rem !important;
      }
      .section-bottom-1 {
        padding-bottom: 3.38rem !important;
      }
    h3{
        font-size: 1.5rem;
        line-height: 2.32rem;
    }
    .mt-10-{
        margin-top: 0px;
      }
      .mt-8-{
        margin-top: 0px;
      }
      .mt-6-{
        margin-top: 0px;
      }
    .mb-md-60{
        margin-bottom: 60px;
    }
    .mb-lg-0-sm-40 {
        margin-bottom: 40px!important;
    }
    .mb-lg-65-md-45{
         margin-bottom: 45px;
    }
    .mb-lg-80-md-40{
         margin-bottom: 40px !important;
    }
    .mb-lg-60-md-30{
        margin-bottom: 30px !important;
     }
    .mb-top-lg-60-md-30{
         margin-top: 60px !important;
    }
    .mb-top-lg-80-md-40{
        margin-top: 40px !important;
     }
     .pb-40-md-60 {
        padding-bottom: 40px;
      }
    
}
@media only screen and (max-width: 570px) {
    .mb-40 {
        margin-bottom: 20px;
      }
    .section-space-banner {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;   
    }
    .section-space {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .section-space-top{
        padding-top: 2.5rem;
      }
      
      .section-bottom-1 {
        padding-bottom: 2.13rem !important;
      }
      .section-space-bottom-mainas {
        margin-bottom: 50px;
       }
    h1{
        font-size: 2.5rem;
        line-height: 2.37rem;
    }
   
    .py-40{
        padding-right: 20px;
        padding-top: 20px;
    }

}

/*=======================================================================
[02] Header Area Responsive Start Hear
=========================================================================*/
@media only screen and (max-width: 1350px) {
  .country-select-box {
    padding-left: 1%;
}

}
@media only screen and (max-width: 1200px) {
    .main-menu-area nav ul li a{
      padding-right: 14px;
    }
    .main-menu-area .header-logo-three {
      height: 120px;
    }

}

@media only screen and (max-width: 991px) {
    .main-menu-area {
        background-color: var(--main-secondary);
    }
    .main-menu-area .nav-menu-box .menu-top {
        display: none;
    }
    .main-menu-area .nav-menu-box {
        border: none;
    }
    .main-menu-area .header-logo-three {
      height: 0;
      padding: 12px 0;
    }
    .nav-right-padding{
      background-color: transparent;
    }
    .nav-left-padding {
        padding-left: 5%;
      }
      .nav-right-padding {
        padding-right: 5% !important;
      }
    .header-fixed {
        height: 75px;
    }
    .hero {
        margin-top: 75px;
    }
    
    #dropdown{
        position: fixed;
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    #dropdown .dropdown-item{
        position: fixed;
        background-color: var(--main-secondary);
        height: 100vh;
        width: 50%;
        right: 0;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        margin-top: 37px;
        align-items: center;
        gap: 20px;
    }
    #dropdown .dropdown-item-two {
      top: 38px !important;
    }
    #dropdown .dropdown-item.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    #dropdown .dropdown-item li{
        opacity: 0;
    }
    #dropdown .dropdown-item li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    #dropdown .dropdown-item li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    #dropdown .dropdown-item li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    #dropdown .dropdown-item li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    #dropdown .dropdown-item li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    #dropdown .dropdown-item li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    #dropdown .dropdown-item li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    #dropdown .dropdown-item li.fade{
        opacity: 1;
    }

    .toggle .line1{
        transform: rotate(-45deg) translate(-5px,6px);
    }
    .toggle .line2{
        transition: all 0.7s ease;
        width:0;
    }
    .toggle .line3{
        transform: rotate(45deg) translate(-5px,-6px);
    }
    .main-menu-area nav ul li ul li .sub-dropdown {
        margin-top: 0;
        text-align: left;
        visibility: hidden;
        position: absolute;
        top: 40px;
        right: -33px !important;
        visibility: hidden;
        position: absolute;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        min-width: 170px;
        width: fit-content;
        z-index: 99999;
        background: var(--white);
        left: auto;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px;
    }
    .main-menu-area .nav-menu-box .header-two-up {
      transform: none;
      background: transparent;
    }
  }

@media only screen and (max-width: 570px) {
    #dropdown .dropdown-item{
        width: 100%;
      }

  }
@media only screen and (max-width: 500px) {
    .header-btn-show-hide {
        display: none;
    }
}
/*=======================================================================
[03] Hero Area Responsive Start Hear
=========================================================================*/

@media only screen and (max-width: 991px) {
    .hero .container .hero-content .row .hero-content-left .entry-content .entry-title .own-rounded::before {
        width: 174px;
        height: 53px;
        position: absolute;
        top: 11px;
        left: -35px;
    }
    .hero .container .hero-content .row .hero-content-right .hero-content-video {
        width: 100px;
        height: 100px;
        top: 30%;
        left: 40%;
    }
   
    .hero .container .hero-content .row .hero-content-left .entry-content .entry-sub-title br{
        display: none;
    }
    .hero-content-left .entry-content .hero-btn{
        flex-direction: column-reverse;
    }
    .hero-content-left .entry-content .hero-btn .h-btn{
        width: fit-content;
    }
    .hero-content-left .entry-content .hero-btn p{
        margin-bottom: 20px;
    }
    .video-modal-content button{
        top: -26px !important;
        right: 0 !important;
    }
}
@media only screen and (max-width: 570px) {
    .hero .container .hero-content .row .hero-content-left .entry-content .entry-title .own-rounded::before {
        width: 134px;
        height: 33px;
        top: 11px;
        left: -25px;
    }
    .hero .container .hero-content .row .hero-content-left .company .company-logo img {
        margin-right: 0.5rem;
        margin-bottom: 0.8rem;
    }
}

/*=======================================================================
[04] About Area Responsive Start Hear
=========================================================================*/
@media only screen and (max-width: 1400px) {
  .case-study .slick-dots{
    bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
    .case-study .slick-dots {
        bottom: -20px;
        width: 100%;
    }
    .gallery-card-grid-2 .slick-dots {
        bottom: -30px;
    }
    .footer-contact-number {
      font-size: 32px;
    }
}
@media only screen and (max-width: 991px) {
  .about-content .entry-title h2 {
    font-size: 140px;
    line-height: 136px;
}
    .gallery-card-grid-2 .slick-dots {
        left: 40%;
    }
}
@media only screen and (max-width: 570px) {
  .about-content .entry-title h2 {
    font-size: 90px;
    line-height: 76px;
  }
  .about-content .about-text-contnet .full-imgage,
  .full-image {
    width: 100%;
}
.testimonial-card-gallery .testimonial-card-list {
  padding: 12px;
}
.testimonial-card-gallery .testimonial-card-list h5 br{
  display: none;
}
.testimonial-card-gallery .testimonial-card-list .count-member strong {
  font-size: 30px;
}
.testimonial-card-gallery .testimonial-card-list .count-member .review .review-icon i {
  font-size: 12px;
}
.case-study .slick-dots {
  left: 0 !important;
}
}
@media only screen and (max-width: 570px) {
  .testimonial-slider .slick-track {
    gap: 0 !important;
  }
  .consultancy-box {
    margin-right: 0;
  }
  .about-testimonial {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));

}
.hover-container div img {
  width: 50px;
}
}
/*=======================================================================
[05] consultancy  Area Responsive Start Hear
=========================================================================*/
@media only screen and (max-width: 1600px) {
    .consultancy-box-two {
        margin-left: 250px;
      }
}
@media only screen and (max-width: 1400px) {
    .consultancy-box-two {
        margin-left: 200px;
      }
}
@media only screen and (max-width: 1200px) {
    .consultancy-box-two {
        margin-left: 100px;
      }
}
@media only screen and (max-width: 991px) {
    .consultancy-box-two {
        margin-left: 30px;
      }
}
@media only screen and (max-width: 767px) {
    .consultancy-left .video p {
        margin-left: 0px;
      }
}
@media only screen and (max-width: 570px) {
    .consultancy-box {
        padding: 20px;
      }
    }
@media only screen and (max-width: 450px) {
    .location .responsive-map{
      height: 1040px;
      
    }
  }
/*=======================================================================
[06] Ideas Area Responsive Start Hear
=========================================================================*/
@media only screen and (max-width: 1200px) {
    .project-status-content .project-list .count-project strong,
    .project-status-content .project-list .count-project span {
        font-size: 80px;
        line-height: 124px;
    }
}
@media only screen and (max-width: 991px) {
    .project-status-content {
        padding: 30px;
    }
    .project-status-content .project-list {
        align-items: center;
    }
    .project-status-content .project-list .count-project strong,
    .project-status-content .project-list .count-project span {
        font-size: 60px;
        line-height: 64px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .project-status-content .project-list .count-project strong,
    .project-status-content .project-list .count-project span {
        font-size: 40px;
        padding-right: 10px;
    }
    }
@media only screen and (max-width: 570px) {
    .project-status-content {
        padding: 10px;
    }
    .project-status-content .project-list .count-project strong,
    .project-status-content .project-list .count-project span {
        font-size: 30px;
        padding-right: 10px;
    }
}
/*=======================================================================
[07] Footer Area Responsive Start Hear
=========================================================================*/
@media only screen and (max-width: 991px) {
    .footer-right .footer-nav-menu { 
        grid-template-columns: repeat(3, 1fr);
     }
  }
@media only screen and (max-width: 767px) {
    .footer-right .footer-nav-menu { 
        grid-template-columns: repeat(2, 1fr);
     }
  }
@media only screen and (max-width: 570px) {
    .footer-right .footer-nav-menu { 
        grid-template-columns: repeat(2, 1fr); 
    }
    .newlatter h4 {
        font-size: 26px;
    }
  }

  /*=======================================================================
[08] Home page Layout Two Area Responsive End Hear
=========================================================================*/
@media only screen and (max-width: 1200px) {
    .video-content h2 {
        font-size: 70px;
    }

}
@media only screen and (max-width: 991px) {
  .hero-content-left-two .entry-content .hero-btn {
    flex-direction: row;
  }
}
 
@media only screen and (max-width: 767px) {
    .video-content h2 {
        font-size: 40px;
    }

}
@media only screen and (max-width: 570px) {
    .service-card-2 {
        transform: translate(0, 0%);
      }

}
@media only screen and (max-width: 445px) {
    .hero-content-left-two .entry-content .hero-btn {
      flex-direction: column;
    }
    .hero-content-left-two .entry-content .hero-btn a:first-child{
      width: 100%;
      margin-bottom: 16px;
    }
  }
/*=======================================================================
[08] Home page Layout Four Area Responsive End Hear
=========================================================================*/
@media only screen and (max-width: 991px) {
  .banner-4 {
    background-image: linear-gradient(rgba(15, 31, 31, 0.9), 
    rgba(15, 31, 31, 0.9)),
     url(../images/Banner/Banner-2-1.png);
    background-position: top !important;
    height: 445px;
  }
  .main-menu-area .header-logo-common-bg {
    background-color: var(--main-secondary);
  }

 }
@media only screen and (max-width: 550px) {
  .hero-four-card {
    flex-direction: column;
    width: 100%;
  }

 }

/*=======================================================================
[09] Mission Vision Layout Area Responsive Start Hear
=========================================================================*/

@media only screen and (max-width: 1200px) {
    .latest-project-slider {
        transform: translate(0px, 0px);
      }
      .contact-info-card {
        transform: translate(-50%, -40%);
      }

}
@media only screen and (max-width: 767px) {
    .comments-box {
        padding: 30px 20px;
      }
    .blog-consulatanry-box {
        padding: 30px 20px;
      }
      .comments-box .reply-comment {
        padding-left: 10px;
        ;
      }
      .contact-info-card {
        transform: translate(-50%, 0%);
        margin-bottom: 30px;
      }
      .contact-consultation {
        margin-top: 0px;
      }
      .contact-info-card .card-content .card-item {
        padding: 30px;
      }
    

}
@media only screen and (max-width: 570px) {
    .mission-vision-content .mv-list {
        grid-template-columns: 4fr 1fr;
        gap: 16px;
      }
    .mission-vision-content .mv-list .parent-skill {
        width: 60px;
        height: auto;
      }
      
      .mission-vision-content .mv-list .skill {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .consultancy-box-two  {
        margin-right: 0px;
      }

}

@media only screen and (max-width: 533px) {
    .products-list .card {
        width: 100% !important;
    }
    .w-65 {
        width: 100%;
    }
}

@media screen and (max-width: 992px){
    .product-content-details{
        grid-template-columns: 100%;
    }
    .product-div-right{
        text-align: center;
    }
    .product-rating{
        justify-content: center;
    }
    .product-description{
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
  }
  
  @media screen and (max-width: 400px){
    .btn-groups button{
        width: 100%;
        margin-bottom: 10px;
    }
  }