



@media screen and (max-width:767.78px) {
    .logo img {
    width: 100px;
    height: auto;
}
.header1{
    backdrop-filter: unset;
}

/* header.sticky #primary li a {
    background-image: linear-gradient(to right, #000, #000 50%, #000 50%) !important;
}
header #primary li a {
    background-image: linear-gradient(to right, #000, #000 50%, #000 50%) !important;
} */

span.fdfc i{
    display: none;
}
.navbar-light .navbar-toggler {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.head {
    height: 110px;
}


header.sticky .navbar-light .navbar-toggler {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}

#primary li {
    margin: 5px 5px;
    position: relative;
}

.hero-content{
    display: none;
}
.hero-section{
    height: 75vh;
}

.navbar-light .navbar-nav .menu-item a{
    font-size: 82% !important;
}

  .about-sec{
    margin-top: 60px;
  }
  .title {
    font-size: 32px;
    line-height: 40px;
}

.counter-section{
    padding-top: 35px;
}
.mnm2 {
    text-align: start;
    margin-top: 20px;
}

.count {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
}
.counter-item h2{
    font-size: 45px;
}
.counter-item{
    width: 100%;
    min-width: 100%;
}

.marquee-container{
        margin-top: 40px;
}
.marquee-content{
    font-size: 40px;
}
.process1{
    padding: 100px 00px;
}
.process-steps{
    grid-template-columns: repeat(1, 1fr);
}
.product{
    margin-top: 60px
}
.product .owl-nav .owl-prev {
    display: block !important;
    left: -6px;
}
.owl-nav .owl-next {
    display: block !important;
    right: -6px;
}
.curved-carousel .item{
    margin-bottom: 0px;
}
.why-chose{
    margin-top: 40px;
}
.why-chose img{
    height: auto;
}
.mt-p {
    margin-top: 50px;
}
.testimonial-section{
    margin-top: 60px;
}
.mnm {
    text-align: left;
    position: relative;
    /* top: 65px; */
    margin-top: 40px;
    margin-bottom: 42px;
}
.contact-section{
    margin-top: 60px;
}
.card1{
    margin-top: 40px;
}

.blog-small img{
    width: 150px;
}
footer{
    margin-top: 60px;
    padding: 30px 0px;
}
.footer {
            padding: 0px 0px;
}

.hero-slide::before{
    position: unset;
}

.about-mid1 button.owl-prev {
    left: -6px;
}


/*Contact Pge*/

.cont{
    margin-top: 60px;
}
.contact-info-grid{
    margin-top: 60px;
}
.grid-box{
    
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
}
.cont-mid{
    margin-top: 60px;
    margin-bottom: 60px;
}
img.img-mg2{
    height: auto;
}
.cont1{
    margin-top: 40px;
}
.responsive-map{
    padding-bottom: 60.25%;
}


/*product*/

.gallery-section{
    margin-top: 60px;
    margin-bottom: 60px;
}

.gallery-grid{
    grid-template-columns: repeat(2, 1fr);
}
.product-grid{
    margin-top: 40px;
}
.video-card-bg{
    max-width: 100%;
}

.feature-mg12{
    height: auto;
}



/*Service*/


.service-detail-section{
    margin-top: 60px;
}

.para{
    font-size: 89%;
}

.new-section{
    padding: 30px;
}

.new-section-one{
    margin-top: 60px;
}
.feature-mg1{
    height: auto;
}
.zoom-img{
    height: auto;
}
.icon-box1{
    max-width: 40px;
    height: 40px;
}
.icon-box1 i{
    font-size: 19px;
}

.new-section .icon-wrap{
        width: 50px;
    height: 50px;
}
.new-section .icon-wrap i {
    color: #fff;
    font-size: 19px;
}


  /*About*/
  
  .about-mid{
      /*margin-top: 60px;*/
      height: auto;
      padding-top: 200px;
      
  }
  .about-mid1{
      margin-top: 60px;
  }
  .about-sec .circle-tag1{
    display: none;
  }
  .about-us-images{
       padding-right: 0px; 
    margin-right: 0px;
  }


  .about-mid2{
    margin-top: 60px;
  }
  .ab-faq-lhs .card{
    padding: 0px;
  }
  .faq{
      margin-top: 60px; 
  }
  img.ban-mg-po{
    height: auto;
  }
  .ab-faq-lhs .card-header a{
    font-size: 17px;
  }
  .ab-faq-lhs .card-header a::after{
    right: 11px;
    top: 5px;
    font-size: 28px;
  }

  .feature-item {
    display: flex
;
    gap: 20px;
}

/* career */

.why-us{
        padding: 60px 0px;
}
.features{
        grid-template-columns: repeat(1, 1fr);
}
.contact-section{
        padding: 30px 0;
}










}


@media screen and (min-width:768px) and (max-width:992px) {

.head {
    height: 63px;
}
.h-title{
    font-size: 48px;
    line-height: 55px;
}

    .logo img {
    width: 100px;
    height: auto;
}
.header1{
    backdrop-filter: unset;
}
.navbar-light .navbar-nav .nav-link{
    color: #ff4d30 !important;
}

header.sticky #primary li a {
    background-image: linear-gradient(to right, #000, #000 50%, #000 50%) !important;
}
header #primary li a {
    background-image: linear-gradient(to right, #000, #000 50%, #000 50%) !important;
}

.navbar-light .navbar-toggler {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}


header.sticky .navbar-light .navbar-toggler {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}

.navbar-light .navbar-nav .menu-item a{
    font-size: 82% !important;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}


.h-txt{
    width: 100%;
}

#primary li {
    margin: 5px 5px;
    position: relative;
}



  .about-sec{
    margin-top: 60px;
  }
  .title {
    font-size: 32px;
    line-height: 40px;
}

.counter-section{
    padding-top: 35px;
}

.count {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
}
.counter-item h2{
    font-size: 45px;
}
.counter-item{
    width: 100%;
    min-width: 100%;
}

.marquee-container{
        margin-top: 40px;
}
.marquee-content{
    font-size: 40px;
}
.process1{
    padding: 100px 00px;
}
.process-steps{
    grid-template-columns: repeat(2, 1fr);
}
.product{
    margin-top: 60px
}
.product .owl-nav .owl-prev {
    display: block !important;
    left: -6px;
}
.owl-nav .owl-next {
    display: block !important;
    right: -6px;
}
.curved-carousel .item{
    margin-bottom: 0px;
}
.why-chose{
    margin-top: 40px;
}
.why-chose img{
    height: auto;
}
.mt-p {
    margin-top: 50px;
}
.testimonial-section{
    margin-top: 60px;
}
.mnm {
    text-align: left;
    position: relative;
    /* top: 65px; */
    margin-top: 40px;
    margin-bottom: 42px;
}
.contact-section{
    margin-top: 60px;
}
.card1{
    margin-top: 40px;
}

.blog-small img{
    width: 150px;
}
footer{
    margin-top: 60px;
    padding: 30px 0px;
}
.footer {
            padding: 0px 0px;
}



  /*About*/
  .about-mid{
      height: 410px;
      padding-top: 170px;
  }
  
  .about-mid{
      /*margin-top: 60px;*/
  }
  .about-mid1{
      margin-top: 60px;
  }
  .about-sec .circle-tag1{
    display: none;
  }
  .about-us-images{
       padding-right: 0px; 
    margin-right: 0px;
  }


  .about-mid2{
    margin-top: 60px;
  }
  .ab-faq-lhs .card{
    padding: 0px;
  }
  .faq{
      margin-top: 60px; 
  }
  img.ban-mg-po{
    height: auto;
  }
  .ab-faq-lhs .card-header a{
    font-size: 17px;
  }
  .ab-faq-lhs .card-header a::after{
    right: 11px;
    top: 5px;
    font-size: 28px;
  }

  .feature-item {
    display: flex
;
    gap: 20px;
}




/*Contact Pge*/

.cont{
    margin-top: 60px;
}
.contact-info-grid{
    margin-top: 60px;
}
.grid-box{
    
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}
.cont-mid{
    margin-top: 60px;
    margin-bottom: 60px;
}
img.img-mg2{
    height: auto;
}
.cont1{
    margin-top: 40px;
}
.responsive-map{
    padding-bottom: 60.25%;
}


/*product*/

.gallery-section{
    margin-top: 60px;
    margin-bottom: 60px;
}

.gallery-grid{
    grid-template-columns: repeat(2, 1fr);
}
.product-grid{
    margin-top: 40px;
}
.video-card-bg{
    max-width: 100%;
}

.feature-mg12{
    height: auto;
}







.title{
        font-size: 40px;
    line-height: 43px;
}


/*Service*/


.service-detail-section{
    margin-top: 60px;
}

.para{
    font-size: 89%;
}

.new-section{
    padding: 40px;
}

.new-section-one{
    margin-top: 60px;
}
  


}


@media screen and (min-width:992px) and (max-width:1200px){
.circle-tag1{
    top: 16%;
}
.navbar-light .navbar-nav .menu-item a{
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
}
.info-grid{
    grid-template-columns: repeat(1, 1fr);
}
.about-mid{
        height: 550px;
        padding-top: 230px;
}
}


@media screen and (min-width:1200px) and (max-width:1300px){

}

@media screen and (min-width:1537px) and (max-width:2560px){
.hero-section{
    height: 80vh;
}
}