/*////////////////////////////////////////////////////// Responsive CSS Structure //////////////////////////////////////////////////////*/
@media (min-width: 1500px) and (max-width: 1920px){
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1400px) and (max-width: 1499px){
}

@media (min-width: 1300px) and (max-width: 1399px){

    /* banner start */
    .main-title { font-size: 55px; line-height: 125%; }
    /* banner end */

    /* about start */
    .about-clients-block .section-title { font-size: 28px; }
    .about-clients img { padding: 15px; }
    .about-clients-block .section-sub-title { font-size: 17px; }
    .section-title { font-size: 40px; }
    .about-right .section-title { padding: 0 0 7px 0; }
    .about-us-wrp { padding: 140px 0; }
    .about-img-bottom { right: 20px; }
    /* about end */

    /* service start */
    .service-block .detail {line-height: 150%;}
    .service-block .service-img { width: 70px; height: 70px; flex: 0 0 70px; }
    /* service end */

    /* testimonial start */
    .testimonial-wrp { padding: 50px 0; }
    /* testimonial end */

    /* footer start */
    .footer-main .row>*:last-child .footer-detail { margin: 0 0 0 -30px; }
    .footer-detail { margin: 0 0 0 50px; }
    /* footer end */
}

@media (min-width: 1200px) and (max-width: 1299px){

    /* banner start */
    .main-title { font-size: 55px; line-height: 125%; }
    /* banner end */

    /* about start */
    .about-clients-block .section-title { font-size: 28px; }
    .about-clients img { padding: 11px; }
    .about-clients-block .section-sub-title { font-size: 17px; }
    .section-title { font-size: 40px; }
    .about-right .section-title { padding: 0 0 7px 0; }
    .about-us-wrp { padding: 120px 0; }
    .about-content { left: -35px; }
    .about-img-bottom { right: 20px; }
    /* about end */

    /* service start */
    .services-wrp { padding: 90px 0 40px; }
    .service-block .detail {line-height: 150%;}
    .service-block .service-img { width: 70px; height: 70px; flex: 0 0 70px; padding: 15px; }
    /* service end */

    /* testimonial start */
    .testimonial-wrp { padding: 50px 0; }
    /* testimonial end */

    /* footer start */
    .footer-main .row>*:last-child .footer-detail { margin: 0 0 0 -30px; }
    .footer-detail { margin: 0 0 0 50px; }
    .footer-main { padding: 0 0 65px 0; }
    /* footer end */
}

@media (max-width: 1199px){

    /* banner start */
    .main-title { font-size: 50px; line-height: 125%; }
    .navbar-nav .nav-item .nav-link { font-size: 16px; margin: 0 13px; }
    .btn { font-size: 16px; line-height: 140%; padding: 10px 20px; }
    .h-right ul li { padding: 0 10px; }
    /* banner end */

    /* about start */
    .about-img { margin: 0 auto; width: 90%; }
    .about-clients-block .section-title { font-size: 25px; }
    .about-clients img { padding: 11px; }
    .about-clients-block .section-sub-title { font-size: 17px; }
    .section-title { font-size: 35px; }
    .about-right .sub-title { line-height: 120%; font-size: 17px; }
    .about-right .section-title { padding: 0 0 10px 0; }
    .about-us-wrp { padding: 100px 0; }
    .about-content { left: -40px; }
    .about-img-bottom { right: -40px; }
    .about-right { padding: 0 0 0 15px;}
    .detail { line-height: 140%; }
    /* about end */

    /* service start */
    .services-wrp { padding: 90px 0 40px; }
    .service-block .detail {line-height: 150%;}
    .service-block .service-img { width: 70px; height: 70px; flex: 0 0 70px; padding: 15px; }
    .service-block { margin: 0 0 20px 0; }
    .services-contant { padding: 62px 0 20px; }
    /* service end */

    /* contact us start */
    .contact-detail .top-contact .right-contact:last-child { margin: 0 0 0 30px; }
    /* contact us end */

    /* testimonial start */
    .testimonial-wrp { padding: 50px 0 0; }
    /* testimonial end */

    /* support start */
    .support-main { padding: 100px 0 70px; }
    /* support end  */

    /* footer start */
    .footer { padding: 80px 0 50px; }
    .footer-logo { width: 75%;}
    .footer-detail { margin: 0 0 0 20px; }
    .footer-main .row>*:last-child .footer-detail { margin: 0 0 0 -40px; }
    .footer-main { padding: 0 0 55px 0; }
    .footer { padding: 70px 0 40px; }
    .footer-detail .section-sub-title { font-size: 20px; }
    .footer-detail .footer-item ul { padding: 20px 0 0 0; }
    .footer-contact .block-contact { padding: 20px 0 0 0; }
    /* footer end */

    /* map */
    .map-main { margin: -120px 0 0 0; }

}

/* mobile */
@media (max-width: 991px) {
    button.navbar-toggler {
        border: none;
    }

    .header .container {
        max-width: 100%;
    }
    
    .navbar-toggler {
        right: 0;
    }
    
    .navbar-toggler {
        border: none;
        background-color: transparent;
        position: absolute;
        z-index: 9999;
        right: -10px;
    }
    
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        max-width: 100%;
        width: 100%;
        bottom: 0;
        height: 100%;
        overflow: auto;
        background-color: #fff;
        transition: 0.5s;
        z-index: 9;
    }
    
    
    .navbar-collapse.show {
        right: 0;
        height: auto;
        z-index: 999;
    }
    
    .navbar-collapse.show::before {
        right: 0;
    }
    
    .navbar-collapse::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 80px;
        top: 0;
        right: -100%;
        background-color: #ffffff;
        transition: 0.5s;
        z-index: 9;
    }
    
    .navbar .navbar-nav {
        align-items: center;
        position: relative;
        top: 80px;
    }
    
    .header .navbar-nav .nav-item {
        padding: 20px 0;
    }
    
    .header .navbar-nav .nav-item:first-child {
        padding-left: 0;
    }
    
    .navbar-toggler span {
        background-color: #000000;
        width: 25px;
        height: 2px;
        display: block;
        margin-bottom: 5px;
        transition: 0.5s;
        position: relative;
        background-image: none;
    }

    .dropdown-menu {
        border: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        justify-content: center;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        text-align: center;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        margin: 0 0 0 0;
    }
    
    .navbar-toggler.open span:first-child { top: 6px; transform: rotate(45deg); }
    .navbar-toggler.open span:nth-child(2) { display: none; }
    .navbar-toggler.open span:last-child { top: -1px; transform: rotate(-45deg); }
    .navbar-toggler:focus { box-shadow: none; }
    .navbar { padding: 20px 60px 20px 0; position: relative; }
    
}
/* mobile */

@media (min-width: 768px) and (max-width: 991px){

    /* banner start */
    .main-title { font-size: 45px; line-height: 115%; }
    .banner-wrp { padding: 161px 0; }
    /* banner end  */

    /* about start */
    .about-left { margin: 0 100px;}
    .about-img { width: 100%;}
    .about-img img:first-child { width: 100%;}
    .about-clients img {width: auto !important;}
    .about-right { padding: 40px 0 0 0; }
    .about-img-bottom { right: -80px; }
    /* about end */

    /* service start */
    .services-wrp { padding: 90px 0 40px; }
    .service-block .detail {line-height: 150%;}
    .service-block .service-img { width: 70px; height: 70px; flex: 0 0 70px; padding: 15px; }
    /* service end */

    /* contact us start */
    .contact-detail .top-contact { align-items: self-start; flex-direction: column; }
    .contact-detail .top-contact .right-contact:last-child { margin: 0; }
    .contact-form { margin: 0; }
    .contact-us-main { padding: 100px 0 0 0; }
    .contact-us-wrp .row>*:first-child { padding: 0 15px; }
    /* contact us end */

    /* testimonial start */
    .testimonial-block { flex-direction: column; }
    /* testimonial end */

    /* service start */
    .support-main { padding: 70px 0; }
    .support-left .detail { padding: 10px 0 0 0; }
    .support-right {padding: 50px 0 0 0;}
    /* service end */

    /* footer start */
    .footer-logo { width: auto; margin: 0 auto; text-align: center; }
    .footer-logo img {width: 90%;}
    .footer-main .detail {text-align: center;}
    .footer-detail { margin: 30px 0 0 0; }
    .footer-main .row>*:last-child .footer-detail { margin: 30px 0 0 0; }
    .footer-contact .block-contact { font-size: 16px;}
    .footer-main { padding: 0 0 35px 0; }
    .footer { padding: 50px 0 20px; }
    .footer-bootom { padding: 25px 0 0 0; }
    .social-icon li { font-size: 20px; margin: 0 14px 0 0; }
    /* footer end */

    /* map */
    .map-main { max-width: 100%; height: 600px; margin: -30px 0 0 0; }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {

    /* banner start */
    .main-title { font-size: 40px; line-height: 115%; }
    .banner-wrp { padding: 100px 0; }
    .sub-title { font-size: 18px; line-height: 135%; }
    .click-btn { padding: 10px 0 0 0; }
    .banner-wrp { height: 450px; }
    .banner-title {padding: 30px 0 0 0;}
    /* banner end  */

    /* about start */
    .about-us-wrp { padding: 70px 0 60px; }
    .about-left { margin: 0 30px; }
    .about-img { width: 100%;}
    .about-img img:first-child { width: 100%;}
    .about-clients img {width: auto !important;}
    .about-right { padding: 40px 0 0 0; }
    /* about end */

    /* contact start */
    .contact-us-main { padding: 50px 0 0 0; }
    .contact-us-wrp .row>*:first-child { padding: 0 15px ; }
    /* contact end */

    /* map start */
    .map-main { margin: 40px 0 0 0; height: 500px; }
    /* map end */

    /* testimonial start */
    .testimonial-block { flex-direction: column; }
    .testimonial-slider { padding: 50px 0; }
    .testimonial-block .left-testimonial { flex: 0 0 28%; margin: 0; }
    .slick-dots { margin: 52px 0 0 0; }
    .testimonial-block { padding: 32px 22px 32px 22px; }
    .testimonial-block .right-testimonial { padding: 0 0 0 27px; }
    .testimonial-slider { margin: 0;}
    /* testimonial end */

    /* service start */
    .support-main { padding: 50px 0; }
    .support-left .detail { padding: 10px 0 0 0; }
    .support-right {padding: 50px 0 0 0;}
    .accordion-item:first-of-type{padding: 22px;}
    .accordion-item {padding: 22px;}
    /* service end */
    
    /* footer start */
    .footer-logo img {width: 90%;}
    .footer-detail { margin: 30px 0 0 0; }
    .footer-main .row>*:last-child .footer-detail { margin: 30px 0 0 0; }
    .footer-contact .block-contact { font-size: 16px;}
    .footer-main { padding: 0 0 35px 0; }
    .footer { padding: 50px 0 20px; }
    .footer-bootom { padding: 25px 0 0 0; }
    .social-icon li { font-size: 20px; margin: 0 14px 0 0; }
    /* footer end */
}

/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/
@media (min-width: 576px) and (max-width: 767px){
}

@media (max-width: 575px){

    /* header start */
    /* .navbar-toggler {order: 3;} */
    .header .h-right { flex: 0 0 100%; order: 1; padding: 0 0 20px 0; }
    .h-right { position: relative; }
    .navbar-toggler {position: relative; left: 0; right: 0; padding: 0; order: 3;}
    /* header end */

    /* banner start */
    .main-title { font-size: 30px; line-height: 110%; }
    .sub-title { font-size: 16px;}
    .banner-wrp { padding: 50px 0; }
    .btn { padding: 7px 10px; }
    .navbar-brand { margin: 0; display: inline-block; order: 2; }
    .navbar-brand img { width: 70%;}
    .navbar { padding: 15px 0; }
    .h-right { right: 0; }
    .h-right ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .container { padding: 0 15px; }
    .header .h-right .btn { padding: 4px 6px; }
    .h-right ul li { padding: 0 5px; }
    .navbar-brand {margin: 0; display: inline-block;}
    /* banner end */

    /* about start */
    .section-title { font-size: 25px; }
    .certified-logo img { width: 20%;}
    .about-img-bottom { right: -30px; max-width: 120px; bottom: -60px; }
    .about-clients-block .section-sub-title { font-size: 14px; }
    .about-clients-block .section-title { font-size: 18px; }
    .about-content {padding: 7px; left: -35px; top: 40px;}
    .about-clients img { padding: 7px; }
    /* about end */

    /* service start */
    .service-block { flex-direction: column; }
    .service-block .service-img { margin: 0 0 20px 0; }
    /* service end */

    /* contact start */
    .contact-detail .top-contact { flex-direction: column; align-items: flex-start; }
    .contact-detail .top-contact .right-contact:last-child { margin: 0; }
    .contact-detail .block-contact { padding: 13px 0 15px 0; }
    .contact-detail { padding: 20px 0 0 0; }
    .contact-form { margin: 20px 10px 0; padding: 25px; }
    /* contact end */

    /* support start */
    .accordion-item:first-of-type { padding: 22px; }
    .accordion-button { font-size: 18px; }
    .accordion-item {padding: 18px;}
    /* support end */
    
    /* footer start */
    .footer-bootom { flex-direction: column; }
    .footer { padding: 40px 0 20px; }
    .footer-logo img { width: 80%; }
    .footer-main .detail { padding: 22px 0; }
    .footer-bootom { padding: 15px 0 0 0; }
    .social { padding: 0 0 5px 0; }
    /* footer end */


    .services-wrp { padding: 50px 0 40px; }
    .services-contant { padding: 32px 0 20px; }
    .services-wrp { padding: 50px 0 20px; }
    .testimonial-slider { padding: 50px 0 0; }
    .support-right { padding: 20px 0 0 0; }
    .support-main { padding: 50px 0 30px; }
    .testimonial-slider { padding: 30px 0 0; }

}


