@media screen and (min-width: 1400px){
.container {
    max-width: 1300px;
}

}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .services-section {
        background: #f2f6ff;
    }
    .main-slider .owl-nav {
        display: none;
    }
    .articles-main>.articles:first-child{
        border-top: 1px solid #ccc;
        padding-top: 20px
    }
    .articles-main>.articles:last-child{
        margin-bottom: 0;
        border: none;
    }
}
@media screen and (min-width: 768px){
.about-more{
    margin-top:34px;
}
.slick-dots li button:before, .slick-dots li{
    height: 5px;
}
.slick-dots li button{
    background: #b7b7b7;
    width: 20px;
    height: 5px;
}
.slick-dots li button:before {
    font-size: 0
}
.slick-dots li.slick-active button:before {
    background: #2fa5eb;
}
}
@media screen and (max-width: 992px){
    .main-banner-home::before{
        content:'';
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom:0;
        background:rgba(255,255,255,0.7);
    }

    .site-section .main-title{
        margin-bottom:30px;
    }
    .site-section .main-title h1{
        font-size: 2rem;
    }
    .cta-banner{
        min-height: 300px;
    }
    .cta-banner h2{
        font-size: 1.5rem;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px){
.services-section{
    background:#f2f6ff;
}
.services-section .service-listing{
    flex-direction: column;
}
.services-section .service-listing li{
    width: 100%;
}
.blog-section i.fa-bullhorn{
    font-size: 42px;
}
.slick-prev, .slick-next{
    display:none !important
}
.sticky-wrapper{
    height: 80px !important;
}
.main-banner-home{
    min-height: 280px;
}
.main-banner-home h1{
    font-size:1.7rem;
    line-height: 38px;
}
.main-slider .owl-nav{
    display: none;
}
.articles-main>.articles{
    border-top:1px solid #ccc;
    border-bottom:none;
    padding-top: 15px;
    padding-bottom: 0;
}
}
@media screen and (max-width: 575px){
    .container {
        width: 94%;
    }
    .site-navbar .site-logo{
        padding:5px 0 5px 0;
    }
    .site-navbar .site-logo img{
        height: 60px;
    }
    .tags-bar.nav-pills>li>a{
        padding:0;
        background:transparent;
    }
    .gallery-items-row .item-column{
        text-align: center;
    }
    .nav-pills .nav-link.active{
        background:transparent;
        color: #ff8b00
    }

}