/*	Default Layout: Over 1200px.    */


/* Medium Layout: 992px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topbar {
        display: none;
    }
    .logo {
        text-align: center;
        margin-bottom: 8px;
    }
    .nav-list {
        text-align: center;
    }
    .header {
        padding: 22px 0 15px;
    }
    .affix {
        top: 55px;
    }
}


/* Mobile Layout: 360px. */

@media only screen and (max-width: 767px) {
    .topbar {
        display: none;
    }
    .header {
        padding: 22px 0 0px;
    }
    .logo {
        text-align: center;
        margin-bottom: 0;
    }
    .nav-list {}
    .nav-link {
        border: none;
    }
    ul.slimmenu.collapsed {
        overflow-x: hidden;
        overflow-y: scroll;
        margin: 15px auto 20px;
    }
    ul.slimmenu.collapsed li a {
        border: none;
        box-sizing: border-box;
        padding: 15px 25px;
        max-width: 94%;
        margin-bottom: 5px;
    }
    ul.slimmenu.collapsed li.active a,
    ul.slimmenu.collapsed li a:hover {
        border: none;
    }
    /*    Dropdown Menu Styles*/
    .mainnav {
        width: 100%;
        padding-top: 0;
    }
    .sub-toggle {
        display: block;
        visibility: visible;
    }
    .nav-link {
        display: inline-block;
        color: #fff;
        border-bottom: none;
        padding: 5px;
        margin: 0 auto;
        font-size: 14px;
    }
    .dropdown-list {
        top: 40px !important;
        width: 100%;
        background: #B48516;
        border-radius: 0;
        transition: 0s;
        border-top: none;
        padding: 0;
        visibility: visible;
    }
    .dropdown-item {
        width: 100%;
    }
    .dropdown-link {
        margin: 0px;
        display: block;
        padding: 10px 0;
        color: #ddd !important;
        background: transparent;
    }
    .nav-link:hover,
    .nav-link:active,
    .nav-link:focus,
    .dropdown-link:hover,
    .dropdown-link:active,
    .dropdown-link:focus,
    .active .nav-link,
    .dropdown-list .active .dropdown-link {
        color: #856510 !important;
        transition: 0.3s;
    }
    .nav-item:hover .dropdown-list {
        transition: 0s;
    }
    ul.slimmenu li ul li {
        background: transparent;
    }
    ul.slimmenu.collapsed li a {
        padding: 15px 0;
        background: transparent;
        color: #ddd;
    }
    .nav-link:hover,
    .nav-link:active,
    .nav-link:focus,
    .active a {
        color: #fff;
        border-bottom: none;
    }
    ul.slimmenu.collapsed li a:hover,
    ul.slimmenu.collapsed li.active a,
    ul.slimmenu.collapsed li a:active {
        color: #fff !important;
    }
    ul.slimmenu.collapsed li .sub-toggle {
        height: 46px;
    }
    ul.slimmenu li .sub-toggle {
        background: none;
    }
    ul.slimmenu li .sub-toggle i {
        color: #fff;
    }
    .copyright-text,
    .footer-social {
        text-align: center;
        margin-bottom: 15px;
    }
    .slick-prev,
    .slick-next {
        top: 85%;
    }
    .affix {
        position: static;
        padding-top: 50px;
    }
    .nav.nav-pills {
        width: 250px;
        margin: 0 auto;
        padding-top: 60px;
    }
    .service-details .service-title {
        padding-top: 50px;
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
    }
    .service-details .single-item::after {
        bottom: -60px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}