@media (max-width:1199px){


}
@media (max-width:1024px){
    .page-title{
        font-size:35px;
    }
    .navbar-light .navbar-nav .nav-item {
        padding: 0px 10px;
    }
    .carousel-caption{
        right: 0;
        left: 80px;
    }
    .right-img{
        max-width: 480px;
    }
    .work-section .right-img {
        float: left;
        max-width: 460px;
    }
    .work-section .carousel-caption {
        top: 40px;
        left: 0;
    }

    
}
@media (max-width:991px){
    .navbar-light{
        background-color: #fff;
    }
    .work-section .carousel-caption {
        float: none;
        width: 100%;
        margin-right: 0;
        left: 40px;
    }
    .carousel-caption{
        top: 10px;
    }
    .right-img {
        float: none;
    }
    .carousel{
        padding-bottom: 60px;
    }
    .testimonials-section .carousel-indicators li{
        width: 58px;
     
        height: 58px;
        
        margin-right: 10px;
       
    }
    
}
@media (max-width:767px){
    .navbar-collapse-lg .navbar-collapse{
        right: -300px;
    }
    .process-box ul:before{
        width: 4px;
    height: 100%;
    top: 0;
    left: 25px;
    }
    .page-title p {
        font-size: 22px;
    }
    .touch-section h5 {
        font-size: 22px;
    }
    .shape-icon{
        transform: rotate(-90deg);
    }
    .process-box:before{
        left: 22px;
    top: -10px;
    }
    .process-box:after{
        top: auto;
        left: 22px;
        bottom: -10px;
    }
.contact-touch-section {
    padding: 40px 0;
}
.contact-us{
width:100%;
top:-100%;
right:0
}
.contact-us.active{
top:0;
width:100%;
right:0;
}
    
    
}
@media (max-width:576px){
    .bg1-slider , .latest-section:before, .introduction p, .bg-test{
        display: none;
    }
    .close_Menu{
            left: 20px;
    }
    .navbar-collapse-lg .navbar-nav{
        padding-left: 30px;
    }
    .navbar-collapse-lg .navbar-nav .nav-link{
        font-size: 16px;
        padding: 7px 0;
    }
    .touch-section h3 {
        font-size: 22px;
    }    
    .latest-section .page-title {
        padding-top: 70px;
    }
    
    .navbar-brand {
        padding-left: 0;
    }
    .carousel-caption {
        right: 0;
        left: 0;
    }
    .carousel-caption h5{
        font-size:25px;
    }
    .carousel-caption p {
        font-size: 35px;
    }
    .introduction{
        height: 80px;
    }
    .page-title {
        font-size: 25px;
    }
    .page-title-lg p {
        font-size: 30px;
    }
    .inner_who-we-are {
        padding: 0 0 40px;
    }
    .testimonials-section {
        padding: 40px 0 0;
    }
    .work-section .carousel-caption{
        left: 0
    }
    .right-img {
       
        width: 100%;
    }
    .testimonials-section .carousel-indicators li{
        width: 30px; height: 30px;    
    }
    .testimonials-section .carousel-indicators li.active{
        width: 45px; height: 45px;
    }
    .section-first{
        padding:100px 0 10px;
    }
    
}