/*CSS - media*/





@media (max-width: 1340px) {
    
}
@media (max-width: 1060px) {
    
}





@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    
}





@media (max-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
}


@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
}





@media (max-width: 575px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
}







@media (max-width: 1300px) {
    
}

@media (max-width: 1310px) {
    #footer .right .footer-bottom .footer-nav li a {
        padding: 15px 10px;
        margin: 0;
    }
    #footer .right .footer-bottom .footer-nav li:not(:last-child) a::after {
        width: 10px;
        right: -8px;
    }
}







@media (min-width: 1201px) {
    .container {
        max-width: 1360px;
    }
    
    /*19112021*/
    #satisfactory-survey .container {
        max-width: 1200px;
    }
}




@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
    


    header .right_top {
        padding-bottom: 10px;
    }
    header .right_bottom {
        padding-top: 10px;
    }

    header .nav-menu li a {
        font-size: 18px;
    }



    #about {
        padding: 50px 0;
    }
    #about .about-image::before,
    #about .image-wrapper {
        width: 300px;
        height: 300px;
    }


    #prod-cat .cat-slider {
        padding: 0 40px;
    }
    #prod-cat .item .inner-wrapper .image-wrapper {
        height: 150px;
    }
    #prod-cat .owl-nav {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 99;
    }
    #prod-cat .owl-nav button {
        pointer-events: all;
    }
    #prod-cat .owl-nav button span {
        display: block;
        background-color: #000;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        padding: 7px 10px 10px;
    }


    #services {
        background-image: none;
        background-color: var(--light);
    }
    .servimg {
        width: 300px;
        height: 300px;
    }
    #home #services .service .section-heading {
        margin-top: 30px;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    #home #services .service .big {
        font-size: 14px;
    }


    #services .service:nth-child(odd):after {
        width: 200px;
        height: 200px;
        right: -50px;
        bottom: -55px;
    }
    #services .service:nth-child(even):after {
        width: 200px;
        height: 200px;
        left: -50px;
        bottom: -55px;
    }
    
    
    
    
    /*03112021*/
    #products .image-wrapper {
        /*height: 400px;*/ /*04112021*/
    }
    #products .prod-details {
        padding: 30px;
    }
    #products .prod-details .buttons {
        right: 20px;
    }
    
    
    
    
    
    /*12112021*/
    #certification .cert-section .top .image-wrapper {
        margin: auto;
        margin-bottom: 10px;
    }
    #certification .cert-section .middle,
    #certification .cert-section .buttons {
        text-align: center;
    }
    #certification .cert-section .buttons .btn {
        float: unset!important;
    }


}




@media (max-width: 1024px) {
}





@media (min-width: 992px) {
    
}
@media (max-width: 991px) {
    header .right_top,
    .follow-us span {
        display: none;
    }
    header .right_bottom {
        padding-top: 5px;
    }

    header .nav-menu {
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        max-width: 300px;
        width: 100%;
        z-index: 999;
        background-image: linear-gradient(#093c67, #0068ba);
        border: none;
        text-align: center;
        transition: 0.5s;
    }
    .menu-visible header .nav-menu {
        left: 0;
    }
    header .nav-menu::before {
        content: '';
        height: 100%;
        width: 100%;
        background-image: url(../images/design.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    header .nav-menu li {
        display: block;
        text-align: left;
        padding: 10px 20px;
    }
    header .nav-menu li a {
        color: #fff;
    }
    header .nav-menu li a:hover,
    header .nav-menu li.active a,
    header .nav-menu li a::before {
        color: #fff;
    }
    header .nav-menu .image-wrapper {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 0;
        margin-top: 35px;
    }
    header .nav-menu .image-wrapper img {
        max-width: 250px;
        max-height: 80px;
        width: auto;
        height: auto;
    }


    header .nav-menu #menu-close {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 8px;
        font-size: 18px;
        border-radius: 100%;
        color: #fff;
        border: 1px solid;
    }


    #footer .right .footer-bottom {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }




    body.menu-visible .menu-overlay { /*03112021*/
        position: fixed;
        background-color: rgb(0,0,0,0.5);
        width: 100%;
        height: 100%;
        z-index: 11;
        transition: 0.2s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }


    #prod-cat {
        padding: 50px 0;
    }

    .servimg {
        box-shadow: none;
        width: 100%;
        height: 250px;
    }
    #services .service:nth-child(even) .servimg {
        box-shadow: none;
    }
    #home #services .service .section-heading {
        margin-top: 0;
    }

    #services .section-heading::after {
        right: -60px;
        width: 50px;
    }
    
    /*03112021*/
    .page-heading {
        font-size: 40px;
    }
    #contact-us .form-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    /* input[type="file"]::file-selector-button {
        display: none;
        background-color: red;
    } */

    #products .image-wrapper {
        /*height: 250px;*/ /*04112021*/
    }
    #products .prod-details {
        margin: 0;
    }
    #products .prod-details ul li b {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    
    
    /*04112021*/
    #products .image-wrapper {
        width: 100%;
    }
    
    
    /* 10112021 */
    .servicedetailscontainer{padding: 30px 0px;}
    .servicedetailscontainer h2{font-size: 2rem;}
    .servicedetailscontainer p{font-size: 16px; line-height: 22px;}
    .servicedetailscontainer h4{font-size: 20px;}
    .servicedetailscontainer ul li{font-size: 16px;}
    .servicedetailscontainer img{max-width: 300px;}
    .servicedetailscontainer ul li:before{top: 9px;}
    
     /*19112021*/
    #satisfactory-survey .form-wrap .table thead th:not(:first-child),
    #satisfactory-survey .form-wrap .table tbody td:not(:first-child) {
        min-width: 140px;
    }
}







@media (min-width: 768px) {

}
@media (max-width: 767px) {
    
    .sticky header .logo {
        max-width: 150px;
    }
    header .follow-us {
        display: none;
    }
    header .nav-menu-wrapper {
        margin-right: 0;
        padding-right: 0;
    }
    header #menu-toggle {
        margin-right: 0;
    }
    header .nav-menu-wrapper::after {
        display: none;
    }

    #footer .right .footer-bottom .footer-nav {
        display: none;
        margin-bottom: 30px;
    }
    #footer .right .footer-bottom {
        display: block;
        background-color: transparent;
    }


    .section-heading::after {
        display: none;
    }

    
    #footer .right .contact-wrap {
        display: block;
    }
    #footer .right #footer-menu-toggle i,
    #footer .right #contact-toggle i {
        transition: 0.3s;
        transform: rotate(0deg);
        border: 1px solid;
        font-size: 10px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }
    #footer .right #footer-menu-toggle.open i,
    #footer .right #contact-toggle.open i {
        transform: rotate(-180deg);
    }


    #footer .right .footer-bottom .follow-us {
        display: block;
        text-align: center;
        padding: 0;
    }
    #footer .right .footer-bottom .footer-nav {
        text-align: center;
    }
    #footer .right .footer-bottom .footer-nav li {
        display: block;
    }
    #footer .right .footer-bottom .footer-nav li a {
        padding: 10px;
    }
    #footer .right .footer-bottom .footer-nav li.active a,
    #footer .right .footer-bottom .footer-nav li a:hover {
        background-color: rgb(0,0,0,0.1);
    }

    #footer .right .footer-bottom .footer-nav li:not(:last-child) a::after {
        display: none;
    }





    #home #banner .banner_content {
        padding: 100px 0;
    }
    #home #banner .banner_subtitle {
        font-size: 3rem;
        line-height: 3rem;
    }
    #home #banner .banner_title {
        font-size: 5rem;
        line-height: 4rem;
    }



    #home #banner {
        height: 400px;
    }
    


    #about {
        padding: 50px 0;
    }
    .section-subheading {
        font-size: 3rem;
    }


    .section-title {
        font-size: 2rem;
        line-height: 2rem;;
    }
    .overlayText{
        padding: 10px 0;
    }


    #services {
        padding-bottom: 0;
    }
    #services .service {
        text-align: center;
    }

    #services .service:nth-child(odd),
    #services .service:nth-child(even) {
        flex-direction: column-reverse;
    }
    
    #services .service:nth-child(odd) .servimg,
    #services .service:nth-child(even) .servimg {
        width: 200px;
        height: 200px;
        margin: auto;
        margin-bottom: 20px;
    }
    #services .section-heading::after {
        display: none;
    }
    
    
    



    /*03112021*/
    .form-wrapper {
        padding: 30px;
    }
    .form-wrapper .form-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    
    
    


    /*04112021*/
    #about-us .about-img {
        float: unset;
        margin: auto;
        display: block;
        margin-bottom: 30px;
        padding: 0;
    }
    
    
    /* 10112021 */
    .servicedetailscontainer{padding: 20px 0px;}
    .servicedetailscontainer h2{font-size: 1.5rem;}
    .servicedetailscontainer img{width: calc(100% - 15px); max-width: calc(100% - 15px); margin-left: 15px; margin: 0px 0px 30px 0px;}
    
    
    
    
    /*12112021*/
    .c-box-w {
        padding: 20px;
    }
    #certification .cert-section {
        margin-top: 20px;
    }
    #certification .cert-section .top {
        margin-top: 0;
        padding-bottom: 10px;
    }
    #certification .cert-section .middle {
        padding: 0;
    }
    
    
    
    /*17112021*/
    #about .title-underline::after {
        left: 50%;
        transform: translateX(-50%);
    }
}





@media (max-width: 575px) {
    /*03112021*/
    #products .prod-details ul li {
        display: block;
        text-align: center;
    }
    #products .prod-details ul li b {
        display: block;
        max-width: 100%;
    }
    #products .prod-details .buttons {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }
}





@media (max-width: 490px) {
    #home #banner .banner_content {
        padding: 50px 0;
    }
    #home #banner .banner_subtitle {
        font-size: 2rem;
        /* line-height:  */
    }
    #home #banner .banner_title {
        font-size: 4rem;
        line-height: 4rem;
    }
    
    #home #banner .overlayText .banner_content{
        padding: 100px 0;
    }

    .section-subheading {
        font-size: 2.5rem;
        line-height: 2rem;
    }
   
}



@media (max-width: 400px) {
    
}




@media (max-width: 360px)  {
    .section-heading::after {
        display: none;
    }
}








@media (min-width: 1560px) {
    .container {
        max-width: 1560px;
    }


    .btn {
        font-size: 20px;
        padding: 15px 70px 15px 30px;
    }
    .btn i {
        font-size: 20px;
    }
    .btn:hover i {
        padding: 26px;
        right: -32px;
    }


    header {
        padding: 20px 0;
    }
    header .logo {
        max-width: 400px;
    }
    header .right_top {
        padding-bottom: 20px;
    }
    header .right_top a {
        font-size: 18px;
    }
    header .nav-menu li a {
        font-size: 24px;
        margin-left: 20px;
    }
    header .right_bottom {
        padding-top: 20px;
    }

    .sticky header {
        padding: 10px 0;
    }
    .sticky header .logo {
        max-width: 250px;
    }


    #home #banner {
        height: 700px;
    }

    #home #banner .banner_subtitle {
        font-size: 5rem;
        line-height: 5rem;
    }
    #home #banner .banner_title {
        font-size: 8rem;
        line-height: 7rem;
    }

    #about .about-image::before,
    #about .image-wrapper {
        width: 500px;
        height: 500px;
       /*height:auto;*/
    }

    .section-title {
        font-size: 4rem!important;
    }

    .servimg {
        width: 550px;
        height: 550px;
    }


    #prod-cat .item .inner-wrapper .details .title {
        font-size: 1.8rem;
    }
    #prod-cat .item .inner-wrapper .details p {
        font-size: 20px;
    }
    #prod-cat .item .inner-wrapper .details i.arrow {
        width: 36px;
        height: 36px;
        bottom: -16px;
        font-size: 16px;
    }


    #footer .logo {
        max-width: 400px;
    }
    #footer .right .inner-wrapper span {
        font-size: 18px;
    }
    #footer .right .footer-bottom .footer-nav li a {
        font-size: 18px;
    }
    
    
    .set_design:after{width: 40px; height: 40px; font-size: 20px; margin-top:1px;}
    .set_design:hover:after{width: 71px; height: 71px; right: -22px; font-size: 20px;}



    /*03112021*/
    .themeform .btn.btn-primary {
        font-size: 24px;
        padding: 10px 70px 10px 35px;
    }
    .themeform .formbtn-wrap::after {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .themeform .formbtn-wrap:hover::after {
        width: 65px;
        height: 65px;
        right: -20px;
    }

    #products .image-wrapper {
        /*height: 600px;*/ /*04112021*/
    }
    #products .prod-details ul li {
        font-size: 24px;
    }
    
    
    
    /*04112021*/
    #about-us .about-content {
        font-size: 20px;
    }
    #about-us .about-img {
        max-width: 600px;
    }
    
    /* 10112021 */
    .servicedetailscontainer p{font-size: 21px; line-height: 29px;}
    .servicedetailscontainer ul li{font-size: 21px;}
}