@media screen and (max-width: 1600px){
    h1{
        font-size: 50px!important;
    }
    .hero-main p{
        font-size: 18px;
    }
    .center-title h2{
        font-size: 40px;
    }

}

@media screen and (max-width: 1350px){
       
}

@media screen and (max-width: 1200){
    .navbar-nav li{
        padding: 0 10px;
    }
}
@media screen and (max-width: 990px){
   
   .btn-join{
    display: none;
   }
   .hero-main {
    max-width: 100%;
}
.hero-content-wrapper{
    width: 90%;
}
.what-content{
    padding-right: 0;
    margin-bottom: 50px;
}
.center-title{
    width: 90%;
}
.main2 {
    width: 90%;
    margin: 0 auto;
}
.center-title p{
    width: 100%;
}
    .center-title h2 {
        font-size: 41px;
    }
    .service-box{
        height: auto;
        margin-bottom: 20px;
    }
    .cta-content{
        width: 100%;
    }
    .shape-box img{
        display: none;
    }
    .why-chose .col-md-6{
       
        margin-bottom: 30px;
    }
    .foter-container{
        padding-top: 30px;
        padding-left: 0;
    }
    .all-div{
        overflow: hidden;
    }
    .foter-container{
        flex-direction: column;
    }
    .footer-link{
        width: 100%;
        margin-bottom: 30px;
    }
    .mission-box{
        height: auto;
        margin-bottom: 30px;
    }
    .what-we-do{
        padding-bottom: 50px;
    }
    .page-title{
        text-align: center;
        padding-bottom:50px 0 50px;
    }
    .padd-left{
        padding-left: 0!important;
    }
}

@media screen and (max-width: 600px){
    h1 {
        font-size: 40px !important;
    }
    #hero{
        height: 85vh;
    }
    .hero-main p {
        font-size: 16px;
    }
    .slide-image h3 {
    font-size: 33px;
   
}
.what-do{
    padding: 50px 0;
}
.what-content h2{
    font-size: 40px;
}
.center-title h2{
    font-size: 35px;
}
.center-title {
        width: 100%;
    }
    .left-title h2{
        font-size: 35px;
    }
    .left-title h2 span{
        font-size: 35px;
    }
    .testmonail-conatiner {
    display: flex;
    width: calc(30% * 5);
    animation: scroll 60s linear infinite;
}
.testmonail-box{
    padding: 15px;
}
.servics-all h3{
    font-size: 25px;
     margin-top: 30px;
}
.servics-all h3 img{
    width: 50px;
    display: none;
   
}
.reverse{
    display: flex;
    flex-direction: column-reverse;
}
.servics-all{
    margin-bottom: 50px;
}
.form-box{
    margin: 0!important;
}
#main2Nav{
    top: 0;
}
}