
    @media (min-width:991px){
        .search-btn i:hover{
            transform: rotate(360deg);
        }
       .responsive-menu{
           display: none;
       }
       .btnSearch{
           margin-inline-end: 16px;
       }
        }
        @media (max-width:1200px) and  (min-width:991px){
            
        }
        @media (max-width:991px){
            .mynav{
                display: none;
            }
    
            .mynav .row {
                text-align: center;
            }
    
    

        }
        @media (max-width:768px){
           
            .slider-home .owl-item .slider-img{
                height: 550px;
            }
            .slider-home .owl-item .slider-img img{
                height: 550px;
                object-fit: cover;
            }
            .carousel-info {
                bottom: 22px;
                transition: all 0.3s ease-in;
                padding:20px;
           
                width: 100%;
            }
            .slider-info h2{
                font-size: 30px;
                margin: 15px 0;
            }
            .slider-info p{
                margin: 10px 0;
            }
            .slider-home.owl-theme .owl-dots {
                bottom: 15px;
            }
           
            .home-slider .owl-theme .owl-nav .owl-prev {
                left: 23%;
                bottom: 7px;
            }
            .home-slider .owl-theme .owl-nav .owl-next {
                right: 23%;
                bottom: 7px;
            }
            .carousel-info .more-data{
                flex-direction: column;
                align-items: center;
            }
            .comp-video{
                margin-bottom: 20px;
            }
            .logo img {
                max-height: 70px;
                max-width:101px;
            }
            .carousel-info p {
                font-size: 15px;
                margin-block: 20px;
            }
            .header-sochial {
                /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
                justify-content: center;
            }
            .site-search .woocommerce-product-search,
             .site-search .widget_search .search-form{
                width: 85%;
            }
            .carousel-info h2{
                font-size: 28px;
            }
    
        .slider .owl-item.active .carousel-info {
            transform: translate(-50%,-35px);
        }
    
        .comp-rights,.copy-right {
            text-align: center;
        }
        .copy-right p{
            margin-bottom: 10px;
        }
        
        .breadcrumb-section .breadcrumb-info h4 {
            font-size: 24px;
        }
        .breadcrumb-section .breadcrumb-info h4::after {
            bottom: -40px;
        }
       
      
        .card-slider.owl-theme .owl-nav .owl-prev {
            left: -19px;
        }
        .card-slider.owl-theme .owl-nav .owl-next {
            right: -19px;
        }
      section{
          padding: 32px 0;
      }
      h5.title{
          font-size: 20px;
      } 
      .value-list{
          flex-direction: column;
      }
      .value-list li{
          width: 100%;
      }
      section.about .about-img img{
          height: 340px;
      }
      section.about .about-img::after {
        /*right: 0;*/
        width: 241px;
        height: 269px;
      }
        footer{
            padding: 10px 0 0;
        }
        .card-slider.owl-theme .owl-dots{
            display: none;
        }
        .card-slider.owl-theme .owl-nav .owl-prev ,
        .card-slider.owl-theme .owl-nav .owl-next{
            position: unset;
            transform: unset;
        }
        .card-slider.owl-theme .owl-nav{
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .section-title h4 {
            font-size: 26px;
            margin-bottom: 0;
        }
        .footer-logo p {
            padding-inline-end: 14px;
            font-size: 16px;
            margin-top: 17px;
            margin-bottom: 0;
        }
        footer h5{
            margin-bottom: 10px;
        }
        .footer{
            padding: 40px 0 0;
        }
        .important-links{
            margin-top: 20px;
        }
        .intro,.service-info{
            width: 100%;
            padding: 22px 12px;
        }
        .intro h4,.service-info h4{
            font-size: 24px;
        }
        .intro p,.service-info ul li{
            font-size: 16px;
        }
        section.contact-page {
            padding: 32px 0;
        }
        .contact-data h5, .contact-form h5 {
            font-size: 17px;
            margin-bottom: 21px;
            width: 100%;
            line-height: 28px;
        }
        .contact-data, .contact-form{
            padding: 30px 12px;
        }
        .contact-data ul li {
            margin-bottom: 10px;
        }
        .breadcrumb-section h2{
            font-size: 22px;
        }
        .breadcrumb-section a,.breadcrumb-item.active{
            font-size: 20px;
        }
        .all-companies ul li{
            width: 100%;
        }
        .single-project .project-data h5, .single-project .project-details h5, .all-companies ul li h6{
            font-size: 17px;
            line-height: 28px;
        }
        section.projects{
            padding-top:0;
        }
        .single-project .project-details {
    padding: 3px;
}
.single-project .project-details h5{
    margin-block:5px
}
        }
        @media (max-width:425px){
          
          .carousel-info h2{
            font-size: 20px;
        }
        .responsive-menu .menu .logo{
            margin-inline-end: -10px;
        }
        .responsive-menu .menu ul li:nth-child(2){
            justify-content: end;
        }
        .sidebar{
            width:320px;
        }
        
        }