@media (max-width:700px) {
    .review-wraper .review-opacity {
        padding: 50px 10px;
    }
    
    .fixed-icon a img{
        height: 40px;
        width: 40px;
    }

    .owl-theme .owl-nav {
        display: none;
    }


    .testimoinal-title h1 {
        margin-bottom: 30px;
    }

    .banner-section .item {
        height: 460px;
    }

    .banner-section .carousel-caption {
        top: 30%;
    }

    .fa-bars{
        color: black;
        /*border: 2px solid black;*/
        padding: 10px;
        border-radius: 5px;
        
    }
    
    .logo-header {
        width: 50px;
    }
    
    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important
        ;
    }

    /*.navbar{*/
    /*    padding-bottom: 20px !important;*/
    /*}*/

    #stats h3{
        font-size: 30px;
    }

    #stats p {
        font-size: 13px;
        color: white;
    }

    .p-top {
        width: 140px;
        height: 2px;
        margin: auto;
        background-color: white;
    }

    .border-left-t-l {
        border: none;
    }

    .owl-theme .owl-dots{
        display: block;
    }

    .founder-card .container  h2, .director-wraper .container  h2 {
     margin-top: 20px;
     text-align: center;
    }

    .dance-classes h3{
        margin-top: 30px;
    }

    .categor{
        margin-top: 0;
    }

    .main-tile {
        margin-bottom: 40px !important;
    }
}

@media (min-width:701px) {
    .owl-theme .owl-dots{
        display: none;
    }
    
    
}