@media (max-width:767px) {
    .navbar-default .navbar-toggle {
        background: 0 0;
        margin-top: 15px;
        border: none
    }
    .navbar-default .navbar-nav>li>a {
        color: #111 !important
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: 0 0
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #fff
    }
    .nav-scroll .navbar-toggle .icon-bar {
        background: #111
    }
    .navbar-default .navbar-collapse {
        margin-right: 50%;
        /* text-align: center; */
        border: none;
        background: #fff;
        border-right: 2px solid#DBC081;
        border-bottom: 2px solid#DBC081;
        /* margin-top: -5px; */
        z-index: 100000000;
    }
    .header .caption h2 {
        font-size: 35px
    }
    .services .tabs-icon .active:after {
        display: none
    }
    .contact .info .item,
    .team .team-item,
    .us .item {
        margin-bottom: 30px
    }
    .portfolio .filtering span {
        padding: 0 10px 0
    }
}

@media (max-width:991px) {
    .navbar-default .navbar-nav>li {
        margin: 15px;
        padding: 4px
    }
    .header .caption h2 {
        font-size: 45px
    }
    .blog .post,
    .numbers .numb-item,
    .price .prc-item {
        margin-top: 50px
    }
    .services-content .services-info {
        margin-bottom: 30px
    }
    .nav-scroll .navbar-header{
        min-height: 60px;
        background: #fff!important;
    }
    .nav-scroll .navbar-header:before {
        background: #BA9E66;
        background: -moz-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #BA9E66), color-stop(25%, #dabf80), color-stop(51%, #ffe2ac), color-stop(76%, #dabf80), color-stop(100%, #BA9E66));
        background: -webkit-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        background: -o-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        background: -ms-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        background: linear-gradient(to right, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA9E66', endColorstr='#BA9E66', GradientType=1);
        height: 2px;
        width: 100%;
        content: '';
        position: absolute;
        top:60px;
        left: 0;
    }
    .nav-scroll:after {
        background: #BA9E66;
        background: -moz-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #BA9E66), color-stop(25%, #dabf80), color-stop(51%, #ffe2ac), color-stop(76%, #dabf80), color-stop(100%, #BA9E66));
        background: -webkit-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        background: -o-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        background: -ms-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        background: linear-gradient(to right, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA9E66', endColorstr='#BA9E66', GradientType=1);
        height: 0px;
        width: 100%;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media (min-width:992px) {
    .nav-scroll {
        min-height: 60px;
        line-height: 60px;
        background: #fff;
    }
    .nav-scroll:after {
    background: #BA9E66;
    background: -moz-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #BA9E66), color-stop(25%, #dabf80), color-stop(51%, #ffe2ac), color-stop(76%, #dabf80), color-stop(100%, #BA9E66));
    background: -webkit-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
    background: -o-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
    background: -ms-linear-gradient(left, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
    background: linear-gradient(to right, #BA9E66 0, #dabf80 25%, #ffe2ac 51%, #dabf80 76%, #BA9E66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA9E66', endColorstr='#BA9E66', GradientType=1);
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
}