@media (max-width: 1200px) {
    .navbar .navbar-nav .nav-item .nav-link{
        margin: 0px 20px 10px;
    }
    /* our team */
    .our-team-carousel .owl-nav button.owl-next{
        left: -20px;
    }
    .our-team-carousel .owl-nav button.owl-prev{
        right: -20px;
    }
    /* process */
    .process-steps .box{
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar{
        background-color: #f7f4fe;
    }
    /* hero */
    .hero {
        padding-top: 17px;
        background-color: #f7f4fe;
    }
    .hero .hero-bg{
        display: none;
    }
    .hero .hero-img{
        height: auto;
    }
    /* process */
    .process-steps .row > div .box{
        margin-bottom: 40px;
    }
    .process-steps .row > div:nth-child(even) .box{
        margin-top: 0px;
    }
    .process-steps .row > div .box:before{
        display: none;
    }
    /* our team */
    .our-team-carousel .owl-nav button.owl-next{
        left: -15px;
    }
    .our-team-carousel .owl-nav button.owl-prev{
        right: -15px;
    }
}

@media (max-width: 767px) {
    .sign{
        background-image: none;
    }
}

@media (max-width: 576px) {
    .statistic .number{
        font-size: 60px;
    }
    .statistic .number:before{
        display: none;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1174px;
    }
}

@media (min-width: 1430px) {} 