@media only screen and (max-width:992px){

    .svggg{
        font-size: none!important;
    }

    .mobile-menu .hamburger{
        display: block;
    }
    .web-nav{
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .top-header-bg{
        display: none;
    }
    .mobile-menu{
        padding: 10px 20px;
    }
    .mob-nav{
        width: 300px;
        height: 100%;
        overflow-x: hidden;
        position: fixed;
        left: -300px;
        z-index: 99999;
        background: #fff;
        padding: 30px 20px;
        overflow-y: scroll;
        transition: all ease-in .3s;
    }
    .mob-navigation li a{
        color: #222;
        display: block;
        padding: 10px 0px;
    }
    .mob-navigation {
        padding-top: 40px;
    }
    .show{
        left: 0;
    }

    /*Home Page owl-nav Properties*/

    .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
        bottom: 10%;
        top: unset;
    }
    .owl-dots  , .owl-nav{
        display: block;
    }

    /*Home Page owl-nav Properties*/

    .testimonial .testimonial-section .custom-slide{
        flex-wrap: wrap;
    }
    .about-section .about-right img{
        width: 100%;
    }
    .f-wrapp{
        flex-wrap: wrap;
    }
    .footer-section .sign-up-input {
        margin-bottom: 20px;
    }
    .banner-slider .banner-1 h2 {
        padding-left: 20px;
    }
    .banner-slider .banner-2 h2 {
        padding-left: 20px;
    }

        /*Home Page ->->-> Testimonial Navigation Properties*/

        .testimonial-section .owl-theme .owl-dots .owl-dot span {
            width: 15px;
            height: 3px;
        }
        .testimonial-section .owl-dots {
            position: absolute;
            right: auto;
            width: 100%;
            margin: 20px auto;
        }
        .testimonial-section .owl-theme .owl-nav {
            margin-top: 20px;
        }
        .testimonial-section .owl-carousel .owl-nav button.owl-next{
            right: 0;
        }

    /*Service Section Margin-bottom*/

    .sm-mb-2{
        margin-bottom: 20px;
    }
    .xs-mb-2{
        margin-bottom: 20px;
    }

    /*Service Section Margin-bottom*/

    /*Mobile Footer Navigation */

    #Navigation{
        display: none;
    }
    #mob-Navigation{
        width: 100%;
        margin: 0 auto!important;
        margin-bottom: 20px;
    }
    .navigate{
        background: #77282B;
        text-align: center;
        color: #fff;
        padding: 10px;
        font-size: 18px;
        font-weight: 500;
    }
    .navigate i{
        font-size: 16px;
        transition: rotate linear .3s;
    }
    .nav-arrow-rotate{
        rotate: -180deg;
        transition: rotate linear .3s;
    }
    #mob-Navigation .footer-tabs{
        text-align: center;
        margin-bottom: 20px;
        padding-top: 0;
    }
    .pt-3{
        padding-top: 0!important;
    }
    #mob-Navigation .footer-tabs li{
        display: flex;
        justify-content: center;
        padding: 7px 0px;
        border-bottom: 1px solid #77282B;
    }
    #mob-Navigation .footer-tabs li a{
        display: block;
    }

    /*Responsive Navigation --- Footer*/

    #mob-Navigation{
        display: block;
    }

    /*Responsive Navigation --- Footer*/


    /*Product Page CSS*/

    .product-pop-up {
        width: 100vw;
        height: auto;
        padding: 20px 20px;
        overflow: visible;
        position: fixed;
        top: 55%;
        left: 50%;
        transform: translate(-50% , -50%);
        z-index: 9999;
        background: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
    }
    .product-pop-up .pop-content {
        border: 1px solid #77282B;
        padding: 50px 50px 0px 50px;
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
        overflow-y: scroll;
    }
    .product-pop-up .pop-content .pop-up-right .interest a{
        margin-bottom: 20px;
        background: #24b617;
    }
    .product-pop-up .pop-content .pop-up-left {
        position: relative;
        width: 100%;
        height: 30vh;
        text-align: center;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .product-zoom-in {
        position: relative;
        width: 350px;
        height: 300px;
        top: 0;
        left: 0;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .big-image {
        width: 350px;
        height: 300px;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .zoomin {
        position: absolute;
        width: 40px;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .small-image {
        position: absolute;
        width: 100px;
        height: 100px;
        border: 1px solid #77282B;
        top: 0;
        right: 0;
    }
    .product-pop-up .pop-content .pop-up-right {
        width: 100%;
        height: 30vh;
        padding: 35px 25px;
        background: #fff;
        overflow-y: unset;
    }
    .product-pop-up .pop-content .pop-up-right .pop-up-heading {
        display: flex;
        padding: 0px 0px 10px 0px;
        border-bottom: 2px solid #D9D9D9;
        margin-bottom: 10px;
        flex-wrap: wrap;
        height: 50px;
        align-content: center;
        justify-content: center;
    }
    .product-pop-up .pop-content .pop-up-right .pop-up-heading h4 {
        height: 50px;
        font-size: 14px;
        color: #2B2929;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .product-pop-up .pop-content .pop-up-right .pop-up-heading h4 a {
        color: #77282B;
        padding: 7px 9px;
        border: 1px solid #77282B;
        border-radius: 10px;
        font-size: 12px;
    }
    ul.products-name {
        padding: 0px 20px;
    }

    /*Product Page CSS End*/
}

/*<<<<<<<<<<---Max-Width 586px--->>>>>>>>>*/

@media only screen and (max-width:586px){
    .social-icons{
        display: block;
    }
    .social-icons ul{
        display: flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .social-icons ul li a i{
        font-size: 28px;
        margin-right: 20px;
    }

    .contactus-form .input {
        width: 100%;
    }

    /*Hero Section Banner Settings*/

    .animated-banner{
        display: none;
    }
    .custom-banner{
        display: block;
    }
    .banner-slider h2{
        animation-delay: .6s;
        animation-duration: .9s;
    }

    .top-header-bg {
        display: none!important ;
    }


    .about-section {
        transform: translateY(30px);
    }
    .zoom-in-image{
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center;
    }
    .zoom-in-image .close-window img {
        padding: 50px 50px 0px 0px;
    }
    .gl-video video{
        width: 100%;
        height: 100%;
    }

    .sticky-nav{
        padding: 0!important;
    }

    /*Home Page Hero Section Banner Height*/

        
.svggg{
    font-size: none!important;
}
    .banner-slider .banner-1 , .banner-slider .banner-2{
        height: 390px;
    }
    .banner-slider .banner-1 h2 , .banner-slider .banner-2 h2{
        font-size: 24px;
    }
    .hero-section .owl-nav , .hero-section .owl-dots{
        display: block;
    }
    .hero-section .owl-dots {
        bottom: 20px;
        right: auto;
        margin: 0 auto;
        width: 100%;
    }
    .hide-in-responsive{
        display: none;
    }
    .about-left .about-txt p{
        text-align: justify;
    }

    /*Home Page Hero Section Banner Height*/

    /*Home Page ->->-> Testimonial Navigation Properties*/

    .testimonial-section .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 3px;
    }
    .testimonial-section .owl-dots {
        position: absolute;
        right: auto;
        width: 100%;
        margin: 20px auto;
    }
    .testimonial-section .owl-theme .owl-nav {
        margin-top: 20px;
    }
    .testimonial-section .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }

    /*Home Page ->->-> Testimonial Navigation Properties*/

    .partners .brands img {
        width: 100px;
        height: 80px;
    }
    /*Home Page ->->-> About Section Properties*/
    .web-service-tabs {
        display: none!important;
    }
    .our-services-section .services-right .first-txt {
        margin: 20px 0px;
    }
    .misson {
        width: 100%;
    }
    .misson .mission-icon {
        transform: translateY(0px);
        width: 100px;
        padding: 10px 0px;
    }
    .why-choose-us-section .cards {
        margin-bottom: 10px;
        width: 100%;
    }
    .get-a-qoute-stripe {
        flex-wrap: wrap;
    }
    .get-a-qoute-stripe h4 {
        margin-bottom: 10px;
        padding: 5px;
        font-size: 24px;
        text-align: center;
    }
    .testimonial .para p {
        margin-bottom: 25px;
    }
    .about-section #global-btn {
        margin: 20px 0px;
    }
    .equipment{
        margin: 20px 0px;
    }
    .about-section .about-left .heading h1{
        font-size: 28px;
    }
    .about-section .about-left .heading h1::after {
        font-size: 36px;
    }
    /*About Us Page */

    .our-mission{
        padding: 0;
    }
    .why-choose-us-section{
        padding: 0px;
    }
    .get-a-qoute-stripe {
        margin-top: 40px;
    }
    .about-content p {
        text-align: justify;
    }
    .about-bg .heading {
        padding-top: 0px;
    }
    .about-content .heading p{
        text-align: center;
    }

    /*About Us Page*/

    /*Product Page*/

    .Product-responsive-banner{
        display: flex;
    }
    .Product-responsive-banner{
        display: none;
    }
    .about-content .normal-content p {
        font-size: 16px;
        font-weight: 400;
        color: #7B7575;
        padding-bottom: 40px;
    }
    .grid-item{
        width: 100%;
    }
    .products{
        width: 100%;
        margin-bottom: 20px;
        cursor: pointer;
        padding: 10px;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .big-image{
        width: 120px;
        height: 120px;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .product-zoom-in{
        position: relative;
        width: 120px;
        height: 120px;
        top: 0;
        left: 0;
    }
    .product-pop-up .pop-content .pop-up-right .interest {
        padding-bottom: 20px;
    }

    /*Services Page */

    /*Services Tabs*/

    /* .service-mobile-tabs{
        display: block;
        margin-top: 10px;
    } */

    .our-services-menu .menu-heading {
        justify-content: center;
    }
    .our-services-section {
        align-items: center;
    }
    .menu-content {
        text-align: center;
    }
    .web-service-tabs{
        margin-top: 10px;
    }
    .our-services-section{
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .our-services-section .services-right{
        margin-top: 20px;
        justify-content: center;
        text-align: justify;
    }
    .our-services-section .heading h2 {
        margin-bottom: 20px;
    }
    .our-services-section .heading{
        margin-top: 20px;
    }
    /*Services Tabs*/

    .get-a-qoute {
        padding: 0px;
        background: #f3f3f3;
    }
    .get-a-qoute form input {
        margin-bottom: 20px;
    }
    .our-services-section .services-right ul li{
        justify-content: left;
    }

    .get-a-qoute form {
        margin-bottom: 20px;
    }
    /*Services Page */
    

    .our-product-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        flex-direction: column-reverse;
    }



    .product-pop-up {
        width: 100vw;
        height: 100%;
        padding: 20px 20px;
        overflow: visible;
        position: fixed;
        top: 0%;
        left: 0%;
        transform: translate(0 , 0);
        z-index: 9999;
        background: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
    }
    .product-pop-up .pop-content {
        border: 1px solid #77282B;
        padding: 50px 0px 0px 0px;
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
        overflow-y: scroll;
        height: 100%;
    }
    .product-pop-up .pop-content .pop-up-left {
        position: relative;
        width: 100%;
        height: 30vh;
        text-align: center;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .product-zoom-in {
        position: relative;
        width: 250px;
        height: 150px;
        top: 0;
        left: 0;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .big-image {
        width: 100%;
        height: auto;
        position: relative;
        z-index: -1;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .zoomin {
        position: absolute;
        width: 40px;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }
    .product-pop-up .pop-content .pop-up-left .pop-up-image .small-image {
        position: absolute;
        width: 80px;
        height: 80px;
        border: 1px solid #77282B;
        top: 0;
        right: 0;
    }
    .product-pop-up .pop-content .pop-up-right {
        width: 100%;
        height: auto;
        padding: 25px 25px;
        margin: 10px 0px 0px;
        background: #fff;
        overflow-y: unset;
    }
    .product-pop-up .pop-content .pop-up-right .pop-up-heading {
        display: flex;
        padding: 0px 0px 10px 0px;
        border-bottom: 2px solid #D9D9D9;
        margin-bottom: 10px;
        flex-wrap: wrap;
        height: 50px;
        align-content: center;
        justify-content: center;
    }
    .product-pop-up .pop-content .pop-up-right .pop-up-heading h4 {
        height: 50px;
        font-size: 14px;
        color: #2B2929;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .product-pop-up .pop-content .pop-up-right .pop-up-heading h4 a {
        color: #77282B;
        padding: 7px 9px;
        border: 1px solid #77282B;
        border-radius: 10px;
        font-size: 12px;
    }
    /*Product Page CSS End*/
}

.ham{
    display: block!important;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    cursor: pointer;
}

@media only screen and (max-width:1300px){
    .top-header-bg {
        height: 80px;
        display: flex;
        align-items: center;
    }
    .top-header-content-left{
        width: 75%;
    }
    .top-header-icons{
        width: 25%;
    }
    .navbar-content{
        width: 65%;
    }
}
@media only screen and (max-width:1300px) and (min-width:1170px){
    .bg-img .hash{
        width: 28%;
    }
    .Product-responsive-banner h1 {
        display: none;
    }
}

@media only screen and (max-width:1169px) and (min-width:1024px){
    .bg-img .hash{
        width: 28%;
    }
    .Product-responsive-banner h1 {
        display: none;
    }
}
@media only screen and (max-width:992px) and (min-width:768px){
    .bg-img .hash{
        width: 31%;
    }
    .para p {
        padding-bottom: 20px;
    }
    .testimonial .client-card {
        width: 90%;
    }
    .about-section #global-btn{
        margin: 20px 0px;
    }
    .Product-responsive-banner h1 {
        display: none;
    }
    .get-a-qoute-stripe h4 {
        font-size: 20px;
    }
    .get-a-qoute-stripe{
        padding: 20px;
    }

    .our-services-section {
        flex-wrap: wrap;
    }
    .our-services-menu {
        width: 100%;
        margin-bottom: 40px;
    }
    .our-services-menu .menu-heading {
        width: 100%;
    }
    .our-services-section .heading h2 {
        margin: 20px 0px;
    }
}