/* 
Author:Gagan Soti
Contact No.+977-9847875648
eMail:gagansoti@gmail.com
*/
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-item {
        font-size: 13px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    section.main-carousel .item img {
        height: 450px;
    }
}

@media (max-width: 1199px) {
    section.services .services-main-wrapper h5 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    section.header .header-left-wrapper {
        font-size: 13px;
        margin-bottom: 15px;
    }

    section.header .col-sm-12.col-md-6.col-lg-6 {
        justify-content: center;
        display: flex;
    }

    section.header .header-right-wrapper .fa-facebook-f,
    section.header .header-right-wrapper .fa-x-twitter,
    section.header .header-right-wrapper .fa-instagram,
    section.header .header-right-wrapper .fa-youtube,
    section.header .header-right-wrapper .fa-tiktok,
    section.footer .header-right-wrapper .fa-facebook-f,
    section.footer .header-right-wrapper .fa-x-twitter,
    section.footer .header-right-wrapper .fa-instagram,
    section.footer .header-right-wrapper .fa-youtube,
    section.footer .header-right-wrapper .fa-tiktok {
        width: 20px;
        height: 20px;
    }

    section.main-carousel .item img {
        height: 300px;
    }

    section.main-carousel .owl-nav .owl-prev,
    section.main-carousel .owl-nav .owl-next {
        font-size: 38px;
        width: 50px;
        height: 50px;
        line-height: 43px;
    }

    section.testimonials .owl-carousel .owl-nav .owl-prev,
    section.testimonials .owl-carousel .owl-nav .owl-next {
        font-size: 35px;
        width: 45px;
        height: 45px;
        line-height: 40px;
    }

    section.testimonials .owl-carousel .owl-nav .owl-prev {
        left: -10%;
    }

    section.testimonials .owl-carousel .owl-nav .owl-next {
        right: -10%;
    }

    section.about-us .about-left-wrapper img,
    section.services .services-right-wrapper img {
        height: auto;
    }

    section.testimonials .item p {
        font-size: 13px;
    }
}