/*-------------------------------
 RESPONSIVE LAYOUT
---------------------------------*/
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1850px) {
    .page-banner-area.page-service {
        height: 100vh;
        background-position: top center;
        background-size: 100%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
}

/* This covers all css when screen is small enough for a hamburger menu */
/*Medium devices (tablets, 768px and up)*/
@media only screen and (max-width: 991.98px) {

    .navbar-toggler {
        background: transparent;
        font-size: 2rem !important;
        color: white !important;
        outline: none !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .hours-header {
        margin-top: 0;
    }

    /* match transition for header color... .header-white */
    .trans-header-hamburger {
        background: #111;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    #mainNav .navbar-nav {
        padding-top: 30px !important;
    }

    #mainNav {
        margin-top: 24px;
    }

    #map {
        height: 60vh;
    }


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    /*---------------
     NAVIGATION
    ----------------*/
    .navbar-toggler {
        border-radius: 0px;
    }

    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
    }

    .trans-navigation {
        background: transparent;
    }

    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }

    /*----------------------
     SECTION HEAINDG
    -----------------------*/
    .section-heading {
        width: 100%;
    }

    /*----------------
     INTRO
    ----------------*/
    #intro {
        padding-bottom: 90px;
    }

    /*----------------
     ABOUT
    ----------------*/
    .about-list li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .about-bg-img {
        width: 35%;
        height: 100%;
        max-height: 600px;
    }

    .about-content {
        margin-top: 60px;
    }

    #about {
        padding-bottom: 40px;
    }

    /*--------------
     COUNTER
    ----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }

    /*--------------
     BLOG
    ----------------*/
    .blog-text {
        padding: 0px;
        margin-top: 10px;
    }

    .blog-tex h5 {
        font-size: 15px;
    }

    .blog-text p {
        font-size: 14px;
    }

    .pricing-block {
        margin-bottom: 30px;
    }

    /*--------------
     FOOTER
    ----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    /*---------------
    NAVIGATION
   ----------------*/
    .navbar-toggler {
        border-radius: 0px;
    }

    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
    }

    .trans-navigation {
        background: transparent;
    }

    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }

    /*----------------------
     SECTION HEAINDG
    -----------------------*/
    .section-heading {
        width: 100%;
    }

    /*----------------
     INTRO
    ----------------*/
    #intro {
        padding-bottom: 90px;
    }

    /*----------------
     ABOUT
    ----------------*/
    .about-content {
        margin-top: 60px;
    }

    #about {
        padding-bottom: 40px;
    }

    /*-------------------
     TESTIMONIAL
    -------------------*/
    .testimonial-content {
        padding: 10px;
    }

    /*--------------
     COUNTER
    ----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }

    /*--------------
     BLOG
    ----------------*/
    .blog-block {
        margin-bottom: 30px;
    }

    .blog-text {
        padding: 0px;
        margin-top: 10px;
    }

    .blog-block:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .blog-text h5 {
        font-size: 16px;
    }

    .blog-text p {
        font-size: 14px;
    }

    .intro-box {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    /*--------------
     CLIENT
    --------------*/
    .client-img {
        text-align: center;
    }

    /*--------------
     FOOTER
    ----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }

    .pricing-block {
        margin-bottom: 30px;
    }

    .img-block img {
        width: 130px;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /*---------------
     NAVIGATION
    ----------------*/
    .navbar-toggler {
        border-radius: 0px;
    }

    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
    }

    .trans-navigation {
        background: transparent;
        padding: 20px 15px;
    }

    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }

    .navbar-brand {
        margin-right: 0;
        margin-left: 10px;
    }

    .navbar-brand img {
        height: 63px;
    }

    /*----------------------
     SECTION HEAINDG
    -----------------------*/
    #intro .section-heading, .section-heading {
        width: 100%;
    }

    #intro .section-heading p {
        font-size: 16px;
        line-height: 28px;

    }

    .section-title {
        font-size: 26px;
        line-height: 36px;

    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    /*--------------------
     BANNER
    -----------------*/
    .banner-content .banner-title {
        line-height: 37px;
    }

    .banner-content p {
        font-size: 16px;
    }

    /*----------------
     INTRO
    ----------------*/
    #intro {
        padding-bottom: 90px;
    }

    /*----------------
     ABOUT
    ----------------*/
    .about-list li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .about-bg-img {
        width: 35%;
        height: 100%;
        max-height: 600px;
    }

    .about-content {
        margin-top: 60px;
    }

    #about {
        padding-bottom: 40px;
    }

    .img-block img {
        width: 130px;
    }

    .service-block {
        margin-bottom: 20px;
    }

    /*-------------------
     TESTIMONIAL
    -------------------*/
    .testimonial-content {
        padding: 10px;
    }

    /*--------------
     COUNTER
    ----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }

    /*--------------
     BLOG
    ----------------*/
    .blog-block {
        margin-bottom: 30px;
    }

    .blog-text {
        padding: 10px;
        margin-top: 10px;
        text-align: center;
    }

    .blog-tex h5 {
        font-size: 15px;
    }

    .blog-text p {
        font-size: 14px;
    }

    /*--------------
     CLIENT
    --------------*/
    .client-img {
        text-align: center;
    }

    /*--------------
     FOOTER
    ----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }

    .pricing-block {
        margin-bottom: 30px;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 460px) {
    .page-banner-area.page-service {
        height: 120vh;
    }
}

@media (min-width: 768px) {
    .banner-title-linebreak {
        display: inline;
    }
}

@media (max-width: 767px) {
    .banner-title-linebreak {
        display: none;
    }
}