@media(min-width:768px){
    /*** Footer ****/      
    .footer-main-row > div{ 
        max-width: none;
        flex: auto;
        width: auto
    }
}

@media(min-width: 992px){
    /*** Header Top ****/      
    .header-top > div+div {
        margin-left: 1.15rem;
    }
    .mobile-trigger-button, .mobile-menu-view{
        display: none
    }

    .postid-126 .about-large-image {
        width: calc(87% - 3rem);
        height: 13rem;
    }


}

@media(min-width:1200px){
    .container {
        max-width: 64rem;
        padding-left: 30px;
        padding-right: 30px
    }
    .nav-col-two{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 18rem;
    }
    .nav-col-two li {
        width: 48%;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem
    }
}



@media(min-width:1400px){
    /*** Default ****/ 
    .fixed{
        background-attachment: fixed!important
    }
}

@media(min-width:2000px){
    /*** Default ****/  
    html{
        font-size: 1.05vw
    }
}

@media(max-width:1599px){
    html{
        font-size: 19px
    }
    /*** Blog Loop *****/
    .blog-image-holder{

    }
    .blog-loop-content-bottom .h4 {
        font-size: 1.35rem;
    }

    /*** Inner Banner *****/
    .inner-banner {
        height: 27rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    } 
}

@media(max-width:1499px){
/**** Inner Banner ***/
    .inner-banner{
        height: 22rem
    }
    
    /**** Footer ***/
    .footer-right-tyre, .footer-left-tyre{
        opacity: 0.35
    }
}

@media(max-width:1399px){
    .site-logo {
        width: 12.5rem;
    }
}

@media(max-width:1299px){
    .main-header-menu > li {
        margin: 0 0.5rem;
    }

}

@media(max-width:1199px){
    html {
        font-size: 18px;
    }

    /** Hero Banner ***/     
    .hero-banner {
        height: auto;
        padding-top: 5rem;
        padding-bottom: 5rem
    }


    /*** Blog Loop *****/
    .blog-loop-content-bottom .h4 {
        font-size: 1.2rem;
    }
}

@media(max-width:1099px){
    h2, .h2{
        font-size: 2rem;
        text-transform: uppercase
    }
    h3,.h3{
        font-size: 1.8rem
    }
    h4,.h4{
        font-size: 1.5rem
    }
    .site-logo {
        width: 10rem;
    }
    .header-menu {
        font-size: 0.9rem;
    }

    /*** About Service *****/
    .about-more-services.have-img-about-services{
        padding-left: 1rem;
        padding-right: 2rem;
    }
}

@media(max-width:1024px){
    /** Why Us ***/  
    .why-listing-content {
        line-height: 1.3;
    }
}

@media(max-width:991px){
    body {
        padding-top: 116px
    }
    .space_m {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .space{
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .spaceT{
        padding-top: 4rem;
    }
    .spaceB{
        padding-bottom:4rem;
    }
    .spaceMT{
        margin-top: 4rem;
    }
    .spaceMB{
        margin-bottom: 4rem;
    }
    .button{
        min-width: 8.5rem;
        padding: 0.7rem 1rem;
    }

    /***** Scroll ****/      
    .bottom-to-top, .scrollup, .top-to-bottom {
        height: 3rem;
        width: 3rem;
    }
    .scroll-div svg, .scroll-div img, 
    .scrollup svg,  .scrollup img {
        width: 1.75rem;
        height: 1.7rem;
    }

    /***** Header ****/
    .header-aside-top{
        margin: 0
    }
    .site-logo {
        width: 14rem;
    }
    .header-grid{
        align-items: center;
    }
    .site-header{
        padding-top: 15px;
        padding-bottom: 15px
    }
    .site-logo{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .header-aside {
        align-self: auto;
    }
    .social-media {
        margin-right: 15px;
    }
    .header-aside-top > div+div {
        margin-left: 0.75rem;
    }
    div.header-menu{
        -ms-flex-direction: row!important;
        flex-direction: row!important; 
    }
    .site-header .social-wrapper{
        display: none
    }

    /****** Mobile Menu Start ********/
    .main-mobile-header-menu{
        margin: 0
    }
    .header-menu {
        display: none!important;
    }
    button.navbar-toggler {
        display: block!important;
        background-color: #404040;
        width: 50px;
        height: 45px;
        border: none
    }
    .mobile-navbar-toggler-icon {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        margin: 5px 0;
    }
    .header-mobile-menu{
        display: block!important;
        height: 0;
        overflow: hidden;
        background-color: #f5f3f3
    }
    .main-mobile-header-menu li a {
        border-bottom:1px solid rgba(0, 0, 0, 0.09);
        border-radius: 0;
        font-size: 17px;
        display: block;
        padding: 10px 15px 10px 5%;
        color: #000;
        line-height: 1.2;
        text-transform: uppercase;
    }
    .main-mobile-header-menu .sub-menu li a{
        padding-left: 10%
    }
    .main-mobile-header-menu .sub-menu .sub-menu li a{
        padding-left: 15%  
    }
    .main-mobile-header-menu > li.current-menu-item > a, .main-mobile-header-menu > li.current_page_parent > a{
        background-color: #e50019;
        color: #FFF
    }
    .mobile-trigger-button{
        display: block
    }
    html.menu-opened, html.menu-opened body{
        overflow-y: hidden
    }
    .mobile-menu-view {
        position: fixed;
        right: 0;
        top:0;
        width: 460px;
        z-index: 111;
        background-color: #FFF;
        max-width: 80%;
        max-height: 100%;
        height: 0;
        opacity: 0;
        transition: all ease 0.45s;
        transform: translateX(100%);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .menu-opened .mobile-menu-view{
        opacity: 1;
        transform: translateX(0);
    }
    .menu-opened .toggle-icon-two {
        opacity: 0
    }
    .toggle-icon-one,  .toggle-icon-three{
        transition: all ease 0.5s
    }
    .menu-opened .toggle-icon-one {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .menu-opened .toggle-icon-three{
        transform: rotate(-45deg) translate(4px, -4px)
    }

    /****** Mobile Menu End ********/
    .header-aside-top{
        align-items: center;
        margin-bottom: 0
    }
    .header-aside-top .social-media{
        display: none
    }
    .header-email, .header-phone {
        position: relative;
        height: 2.5rem;
        width: 2.5rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        background-color: #404040;
    }
    .header-email a:before, .header-phone a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .header-email a, .header-phone a {
        font-size: 0;
    }
    .header-email img, .header-email svg {
        width: 1.4rem;
    }
    .header-phone img, .header-phone svg {
        width: 1.65rem;
    }
    .header-email img, .header-email svg, 
    .header-phone img, .header-phone svg{
        margin-right: 0;
        top: 0
    }
    .header-email svg path, .header-phone svg path {
        fill: #FFF;
    }
    .header-aside-top > div{
        margin-right: 0.75rem;
        margin-left: 0!important;
    }

    /* Home Banner ***/   
    .hero-banner-text{
        width: 23rem;
    }
    .hero-banner h1, .hero-banner .h1 {
        font-size: 1.75rem;
    }
    .h2.banner-sub-heading, h2.banner-sub-heading {
        font-size: 1.25rem;
    }

    /* Home Service ***/     
    .service-box {
        width: 45%;
    }

    /***** About Image -  Box ****/
    .about-image-box{
        margin-top: 20px
    }
    .about-image-box {
        padding-bottom: 0;
        display: flex;
        justify-content: space-between
    }
    .about-small-image{
        position: relative
    }   
    .about-large-image, .about-small-image{
        width: 48%;
        height: 16rem
    }   
    .about-large-image{
        margin-left: 0
    }



    /***** Page Contact ****/  
    .contact-by-email {
        font-size: 17px;
    }

    /***** Inner Banner ****/
    .inner-banner {
        height: 16.5rem;
    }
    .inner-banner h1, .inner-banner .h1 {
        padding: 1rem 1.5rem;
        font-size: 2rem;
    }
    .inner-banner .full-image {
        background-position: 70% top!important;
    }

    /***** Page - Contact ****/
    .contact-via-listing{
        padding: 1.35rem
    }

    /***** Footer ****/ 
    .footer-main-row > div {
        padding: 2rem 1rem;
    }
    .footer-main-row {
        font-size: 16px;
    }
    .footer-logo svg, .footer-logo img{
        width:11rem
    }
    .footer-description{
        padding-right: 0
    }
    .site-footer .like-social-heading{
        display: none
    }
    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .design-develop-by{
        justify-content: center
    }
    .footer-bottom-row > div {
        margin-top: 0.15rem;
        margin-bottom: 0.15rem;
    }
    .footer-description img{
        max-height: 65px;
        width: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    /*** Footer ****/   
    .footer-col-3 {
        width: 13rem!important;
    }
}

@media (max-width: 900px){
    .cookie-notice-container #cn-notice-buttons {
        display: flex!important;
    }
}

@media(max-width:767px){

    /***** Global ****/ 
    .container {
        max-width: 100%;
    }
    .desc{
        max-width: 100%
    }
    .heading-border:before {
        content: none;
    }
    .space {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .space_m {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .spaceMB {
        margin-bottom: 3rem;
    }
    .spaceMT {
        margin-top: 3rem;
    }
    .spaceT{
        padding-top: 3rem;
    }
    .spaceB{
        padding-bottom: 3rem;
    }
    .button {
        min-width: 10rem;
        padding: 0.85rem 0.85rem;
    }
    h1, .h1 {
        font-size:2rem;
    }
    h2, .h2{
        font-size: 1.85rem;
    }
    h3,.h3{
        font-size: 1.6rem
    }
    h4,.h4{
        font-size: 1.45rem
    }
    .mb2 {
        margin-bottom: 1.5rem;
    }

    /*** Header ******/
    .site-header .container{
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%
    } 

    /*** Home > Banner ******/
    .hero-banner {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 1px;
        height: 500px;
        align-items: flex-end
    }
    .hero-banner .full-image {
        background-position: 70% top!important;
    }
    .hero-banner .button {
        min-width: 8.5rem;
        padding: 0.75rem 0.75rem;
        font-size: 18px;
        margin-top: 10px!important;
    }
    .hero-banner-text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        border-radius: 0;
        padding: 15px
    }
    .hero-banner-text:before{
        border-radius: 0
    }
    .hero-banner h1, .hero-banner .h1 {
        font-size: 1.5rem;
    }
    .h2.banner-sub-heading, h2.banner-sub-heading {
        font-size: 1.15rem;
    }

    /* Breadcrumb ***/  
    .site-breadcrumb {
        position: static;
        color: #FFF;
        line-height: 1.1;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .site-breadcrumb a{
        color: inherit
    }

    /* Inner Banner ***/  
    .inner-banner {
        padding-bottom: 0;
        align-items: flex-end;
        width: 100%;
    }
    .inner-banner h1, .inner-banner .h1 {
        padding: 0.75rem 1rem;
        font-size: 1.75rem;
        position: absolute;
        bottom: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        text-align: center;
    }

    /* Home Service ***/  
    .service-listing-row{
        display: block
    }
    .service-box {
        width: 100%;
        height: auto;
    } 

    /** Page :: Referenties ****/
    .logo-box {
        height: 8rem;
    }
    .logo-box img {
        max-height: 6.5rem;
    }


    /** Page :: Contact ****/
    .contact-via-listing{
        height: auto
    }
    .contact-by-email {
        font-size: inherit;
    }
    .contact-bar-info-inner{
        padding: 1.5rem
    }

    /* Service Detail ****/
    .service-detail-intro+.home-our-services{
        margin-top: -1rem
    }
    .postid-135 .single-about-img-holder {
        height: 18rem;   
    }

    /***** Blog ****/
    .blog-loop-content-col {
        position: relative;
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    h1.blog-detail-heading {
        font-size: 1.75rem;
    }
    .single.single-post h2{
        font-size: 1.6rem
    }
    .single.single-post h3{
        font-size: 1.5rem
    }
    .single.single-post h4{
        font-size: 1.3rem
    }
    .single.single-post h5{
        font-size: 1.2rem
    }
    /*** Scroll - ARROW ******/
    .bottom-to-top, .scrollup{
        right: 1rem;
        bottom: 3.5rem
    }

    /***** CTA ****/
    .cta-section-inner {
        padding: 1rem;
        text-align: center;
        display: block;
    }
    .cta-content{
        width: 100%;
        margin-bottom: 15px
    }

    /***** Footer ****/
    .footer-right-tyre, .footer-left-tyre{
        display: none!important
    }
    .footer-main-grid{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .footer-main-row {
        display: block;
        text-align: center;
    }
    .footer-heading{
        margin-bottom: 0.75rem
    }

    .footer-main-row > div{
        padding: 0.85rem!important;
    }.footer-col-1 {
        text-align: center;
    }
    .footer-description{
        max-width: 100%;
    }
    .footer-col-1 .social-media {
        justify-content: center;
        margin-right: 0;
    }

    .cookie-notice-container {
        display: block!important
    }
    .cookie-notice-container #cn-notice-text {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-col-1 .copyrights,   .footer-col-1 .design-develop-by{
        display: none
    }
    .site-footer .social-wrapper {
        justify-content: center;
        margin-top: 20px;
    }
    .footer-col-1 > div{
        width: 100%
    }
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-phone a {
        font-size: 1.15rem;
        font-weight: 700;
    }

    /** Banner ***/
    .inner-banner {
        height: 14.5rem;
    }

}

@media(max-width:575px){
    /***** Common ****/    
    .space {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .space_m {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .spaceMB {
        margin-bottom: 2.5rem;
    }
    .spaceMT {
        margin-top: 2.5rem;
    }
    .spaceT{
        padding-top: 2.5rem;
    }
    .spaceB{
        padding-bottom: 2.5rem;
    } 
    h2, .h2{
        font-size: 1.75rem;
    }
    h3,.h3{
        font-size: 1.55rem
    }
    h4,.h4{
        font-size: 1.4rem
    }
    .mb2 {
        margin-bottom: 1rem;
    }

    /***** Header ****/
    .site-logo {
        width: 11rem;
    }

    /*** Home > About ******/  
    .about-large-image, .about-small-image {
        height: 13rem;
    }

    /***** why us ****/   
    .why-us-content {
        padding: 2rem 1.5rem 2.5rem;
    }

    /***** Footer ****/ 
    .footer-main-grid{
        text-align: center
    }
    .footer-main-row > div:first-child{
        margin-bottom: 0
    }
    .footer-contact-list li:last-child{
        margin-bottom: 0
    }
    .footer-col-2 .w-100 {
        padding-left: 0;
    }
    .site-footer .social-wrapper {
        justify-content: center;
        margin-top: 1.5rem
    }
    .footer-main-row > div{
        padding-left: 0!important;
        padding-right: 0!important
    }
    /** Banner ***/
    .inner-banner {
        height: 12.5rem;
    }

}

@media(max-width:479px){
    /***** Global ****/     
    .button {
        font-size: 0.88rem;
        min-width: 9rem;
        padding: 0.75rem 1rem
    }
    h2, .h2{
        margin-bottom: 0.75rem
    }
    .mb2 {
        margin-bottom: 1.25rem;
    }
    .mb2_5 {
        margin-bottom: 1.55rem;
    }
    .list-col-2 ul{
        display: block
    }
    .list-col-2 ul li{
        width: 100%
    }

    /***** Common - About Section ****/ 
    .about-image-box {
        display: block;
        margin-top: 5px
    }
    .about-large-image, .about-small-image {
        width: 100%;
    }
    .about-small-image{
        margin-top: 10px
    }

    /***** why us ****/   
    .why-us-content {
        padding: 1.5rem 15px 2.5rem
    }
    .why-listing-icon {
        width: 3.75rem;
    }
    .why-listing-content {
        width: calc(100% - 3.75rem);
    }
    .why-listing-icon img, .why-listing-icon svg {
        width: 2.75rem;
        height: 2.75rem;
    }

    /** Single Detail ***/  
    .postid-135 .single-about-img-holder {
        height: 12rem;
    }

    /** Banner ***/
    .inner-banner {
        height: 11.5rem;
    }
    .inner-banner .full-image {
        background-size: contain !important;
    }

    /** Footer ***/
    .design-develop-by {
        font-size: 12px;
    }
}

@media(max-width:415px){
    /** Header **/
    .header-email{
        display: none!important
    }
}

@media(max-width:399px){
    /*** Banner ***/   
    .hero-banner {
        padding-top: 3rem;

    }
    /** Banner ***/
    .inner-banner {
        height: 10.5rem;
    }
}


@media(max-width:385px){
    /*** Header ***/
    .header-phone img, .header-phone svg {
        width: 1.4rem;
        height: 1.4rem;
    }
    .header-email img, .header-email svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    .header-email, .header-phone {
        width: 2.5rem;
    }
    button.navbar-toggler {
        width: 45px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-aside-top > div {
        margin-right: 0.5rem;
    }
    .site-logo {
        width: 9rem;
    }

    /*** Banner ***/
    .hero-banner{
        height: 450px
    }

    /*** Contact ***/
    .contact-by-email a {
        font-size: 4.25vw;
    }
}

@media(max-width:355px){
    .hero-banner h1, .hero-banner .h1 {
        font-size: 1.4rem;
    }  
    .h2.banner-sub-heading, h2.banner-sub-heading {
        font-size: 1.05rem;
    }
    .contact-via-listing .social-wrapper .like-social-heading{
        display: none
    }
    .contact-via-listing{
        padding-left: 15px;
        padding-right: 15px
    }
}