@media only screen and (max-width:1200px) {
    .main-intro .the-main-header .logo img
    {
        width: 87%;
    }

}


@media only screen and (max-width:990px) {
    .main-intro .the-main-header
    {
        display: none;
    }
    .fixed-header
    {
        display: block;
    }
    .main-intro
    {
        padding: 100px 0px;
        padding-top: 150px;
    }
    .main-intro .main-slider .pic img
    {
        margin-top: 50px;
    }
    .about-us-section .content p
    {
        width: 90%;
    }
    .about-us-section .content ul li
    {
        width: 100%;
    }
    .about-us-section .content ul li i
    {
        margin-top: 0px;
    }
    .about-us-section
    {
        margin-bottom: 50px;
    }
    .about-us-section .pic img
    {
        width: 75%;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
    .why-us-section .all-section
    {
        margin-top: 30px;
    }
    .gallery-item {
        flex-basis: 175px;
    }
    .gallery-item .thumb {
        height: 150px;
    }
    .testimonials-section .icon-featured
    {
        margin-top: 10px;
    }
    .testimonials-section .icon-featured .icon
    {
        display: block;
        margin: 0 auto;
        float: none;
        width: 50%;
        margin-top: 0px;
    }
    .testimonials-section .icon-featured .content
    {
        width: 100%;
        float: none;
        margin-top: 10px;
        text-align: center;
        margin-right: 0px;
    }
    .what-we-offer .one h4
    {
        font-size: 13px;
    }
    .contact-us-section .contact-info
    {
        text-align: center;
    }
    .what-we-offer
    {
        margin-bottom: 30px;
    }
    .what-we-offer .one
    {
        text-align: center;

    }
    .what-we-offer .one img
    {
        width: 50px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .blogs-section .blogs-slider .owl-nav
    {
        display: none;
    }
    .footer
    {
        display: none;
    }
    .main-intro .main-slider .content .links a
    {
        width: 150px;
        font-size: 11px;
        margin-left: 5px;
    }
    .why-us-section .pic img
    {
        margin-bottom: 20px;
    }

}

