@media(max-width: 768px) {
    .container_gutter {
        padding: 0 15px;
    }
    .logo {
       height: 45px;
    }
    .navbar-toggler-icon i {
        font-size: 30px;
        color: #000;
    }
	.banner .marquee-item {
        padding: 0;
    }
    .banner {
     padding: 5px 0;
    }
    .banner-content {
       padding: 0;
    }
    .banner-content h1 {
        font-size: 20px;
    }
    .wd_clients {
        padding: 20px 0;
    }
    .wd_clients .owl-carousel .owl-item img {
        height: auto;
        width: 100%;
    }
    .banner-content p {
        text-align: justify;
    }
    .nav-pills .nav-link {
        font-size: 16px;
    }
    .stats-box {
        border-bottom: 1px solid #ff99005c;
    }
}	