@media (max-width:1950px) and (min-width:1600px){
    
}
@media (max-width:1599px) and (min-width:1399px){
    
}
@media only screen and (max-width: 1825px) {
    
}
@media only screen and (max-width: 1445px) {

}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1375px) {
    
}
@media only screen and (max-width: 1199px) {
    
}
@media (min-width:1300px){
    
    
    

}
@media (max-width: 1199px) and (min-width: 991px) {

    
}
@media (min-width:992px){
    a.mob-show {
        display: none;
    }
    section.btn-mob-show {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .navbar-collapse {
        position: absolute;
        top: 126px;
        left: -210px;
        box-shadow: 1px 1px 10px #00000070;
        padding: 15px;
        border-radius: 7px;
        background-color: #fff;
        z-index: 999;
        width: 300px;
    }
    
    
    
}
@media (max-width: 991px) and (min-width: 767px) {
    
}
@media only screen and (max-width: 767px) {
    section.top-header {
        display: none;
    }
    section.header .col-lg-3 {
        width: 50%;
    }
    .logo-main img {
        width: 75%;
    }
    section.header .col-lg-9 {
        width: 50%;
    }
    .box-what-we-do {
        padding: 40px;
        /* margin-top: -190px; */
        background-color: #fff;
        transition: .4s ease-in-out;
        position: relative;
        z-index: 1;
        height: 300px;
        border-radius: 4px;
        margin: 10px;
    }
    h2.uk-margin-remove.title-main {
        font-family: 'Jost';
        font-weight: 700;
        font-size: 25px;
        text-shadow: 0px 0px 20px #000;
    }
    span.banner-span {
        /*color: #f8b864;*/
        color:white;
        font-size: 28px;
    }
    section.banner {
        overflow: hidden;
        /* padding-top: 100px; */
    }
    .col-md-6.xs-padding {
        margin: 10px;
    }
    .profile-wrap {
        margin: 10px;
    }
    button#btn-back-to-top {
        position: fixed;
        top: 82%;
        left: 84%;
        background-color: #fff;
        border-radius: 100px;
        font-size: 22px;
        box-shadow: 0px 4px 10px #a1a1a1;
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    
}

@media only screen and (max-width: 499px) {
    
}
@media only screen and (max-width: 435px) {
    
}