@media (max-width: 767px){

.team .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background: #57b0e3;
     line-height: 32px;
    font-size: 18px;
}
.team .owl-nav {
    bottom: -30px;
}

    .header {
    min-height: 30vh;
    overflow: hidden;
}
    .navbar {
    position: relative;
    }
    .section-title{
        font-size: 28px;
        text-align: center;
    }
    .services .item{
        text-align: center;
    }
   .main-footer .mb-60 {
    margin-bottom: 0;
}
  
    .mob_none{
        display: none;
    }
    .mob_block{
        display: block;
    }
    .section-padding {
    padding: 60px 0;
}
}

@media (min-width: 982px) and (max-width: 1025px) {
    .navbar .navbar-nav .nav-link{
            font-size: 14px;
            letter-spacing: 0;
    }
}

