

/*
Author: Bootstrapthemes
Author URI: http://www.bootstrapthemes.co
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
    .navbar-default .navbar-nav>li {
        width: 150px;
    }
    h1 {
        font-size: 3.5rem;
    }


}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    html {
        font-size: 90%;
    }
    h3 {
        font-size: 1.575rem;
        line-height: 2rem;
        margin-bottom: 15px;
    }
    h5 {
        font-size: 1.1rem;
        margin-bottom: .5rem;
        color: #696f7c;
        line-height: 1.475rem;
    }
    .navbar-default .navbar-nav>li {
        width: 115px;
    }
    .main-nav ul.nav > li > a {
        font-size: 1.0rem;
    }
    h1 {
        font-size: 3rem;
    }
    .header .navbar-brand>img {
        max-width: 70%;
    }



}
/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    html {
        font-size: 80%;
    }

    .head_top_social{
        display: none;
    }
    .main-nav {
        height: auto;
    }
    .single_news_right_content {
        padding: 0px 15px;
    }
    .single_news_right_content .single_right_content {
        height: 112px;
    }  

    .single_news_right_content{
        margin-bottom: 86px;
        max-width: 100%;
        float: none;
    }
    .header .navbar-brand>img {
        max-width: 70%;
    }
    .ourmaps {
        height: auto;
    }
    .service_border_raund {
        left: 37%;
    }

    .navbar-default .navbar-nav>li {
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 0px 10px;
        height: 40px;
    }
    .navbar-default .navbar-nav>li>a {
        text-transform: uppercase;
        color: #fff;
        font-family: 'latobold';
        font-size: 1.125rem;
        letter-spacing: 2px;
        line-height: 40px;
        padding: 0px;
    }
    .navbar-toggle {
        display: block;
        float: right;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
    }
    .nav-top::after {
        content: "";
        display: table;
        clear: both;
    }
    nav {
        height: auto !important;
        min-height: 60px;
    }
    nav.small .nav-top {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 60px;
        margin-top: 0;
    }
    nav.small {
        height: auto !important;
        min-height: 60px;
         background-color: #fff;
         box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    #service .head_title {
        padding-left: 15px;
        padding-right: 15px;
    }
    #portfolio .head_title {
        padding-left: 15px;
        padding-right: 15px;
    }
    #callus .single_callus_right .btn {
        width: 90%;
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        box-sizing: border-box;
    }
    #blog .btn_news_color {
        width: 95%;
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        box-sizing: border-box;
    }
    .video-container iframe {
        margin: auto;
        margin-bottom: 20px;
        display: block;
        width: 90%;
        max-width: 90%;
        height: auto;
    }
    .testimonial .single_testimonial .single_test_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .navbar-default {
        background-color: rgba(3, 47, 62, 0.4);

    }

    .single_portfolio_content .single_content_item{
        margin-bottom:30px;  
    }
    .single_service {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .single_widget{
        margin-bottom: 20px
    }

}



/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 65%;
    }
    .header .navbar-brand>img {
        max-width: 70%;
    }
    .service_border_raund {
        left: 30%;
    }




}



@media (max-width: 320px) {


    html {
        font-size: 60.5%;
    }







}

