@media (max-width: 1300px){
    .top-header
    {
        padding-left: 6%;
    }
}
@media (max-width: 1200px){
    .top-header{padding-left:7%}
    header .social ul li {
        margin: 0 10px;
    }
    .navbar-light .navbar-nav .nav-link
    {
        padding:  10px;
    }
    .blog .item.mail p {
        padding: 22px;
    }
    .blog .item.mail .form-group{width: 88%;}
    .blog .item.tweets .tweet p{padding: 20px 50px;}
}
@media (max-width: 1200px) and (min-width: 1024px){
    .top-header {
        padding-left: 4%;
        width: 72%;
    }
    .top-header  .col-md-9{padding: 0;}
    header .social ul li {
        margin: 0 6px;
    }
}
@media screen and (max-width: 1024px){
    .top-header{padding: 0;}
    .top-header .row{padding: 10px;}
}
@media screen and (max-width: 991px){
    .header{padding: 5px 0;}
    .top-header{width: 100%;}
    .header .row{align-items: center;}
    .header .logo {
        position: static;
        background: transparent;
        text-align: center;
    }
    .header .logo img{
        height: auto;
        width: 57%;
        padding: 0
    }
    .header-fixed.header .logo img{height: auto;}
    .close-nav{display: block;}
    .navbar-light
    {
        margin: 0;
        padding: 0;
    }
    .navbar-light .navbar-toggler{border-color: transparent;}
    .nav-bar button:focus{outline: 0;}
    .navbar-collapse .navbar-nav {margin-top: 58px;}
    .navbar-collapse
    {
        position: fixed;
        overflow-y: scroll;
        height: 100%;
		top: 0;
		right: -100%;
		width: 32%;
		height: 100vh;
        border-radius: 0;
        background-color: #FFF;
        z-index: 100;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; 
        transition: all 0.3s ease-in-out;
    }
    .navbar-collapse.collapse.show {right: 0;}
    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
        text-align: center;
        padding: 17px 0;
    }
    .main-slider img{height: auto;}
    .main-slider .carousel-indicators{bottom: 30px;}
    .main-slider .carousel-caption h3 {
        font-size: 20px;
        line-height: 0;
    }
    .main-slider .carousel-caption h1 {
        font-size: 30px;
        line-height: 1;
        margin: 40px 0 20px 0;
    }
    .main-slider .carousel-caption p
    {
        padding: 0 21%;
        margin: 20px 0;
    }
    .about-us,.ourservice {padding: 30px 0;}
    .about-us .about-text{
        margin-bottom: 25px;
        text-align: center;
    }
    .about-us h3::before{
        right: 48%;
        transform: translateY(-50%);
    }
    .about-us a{margin-top: 30px;}
    .about-us .img img{width: 100%;}
    .s-head {
        margin-bottom: 2px;
        padding-bottom: 3px;
    }
    .s-head h3,
    .about-us h3 {font-size: 22px;}   
    .ourservice .service{
        padding: 20px;
        margin: 20px 0;
    }
    .ourservice .service .img{
        width: 50px;
        height: 50px;
        line-height: 3.2;
    }
    .ourservice .service .img img{width: 25px;}
    .ourservice .service .text {
        margin-right: 15px;
        padding-top: 10px;
    }
    .ourservice .service .text h6 {
        font-size: 17px;
        padding-bottom: 15px;
        margin-bottom: 13px;
    }
    .last-news .s-head {  margin-bottom: 20px;}
    .last-news .news{margin-bottom: 20px;}
    .testimonials{margin: 30px 0;}
    .testimonials .testimonial{width: 100%;}
    .blog .item.mail input{padding-right: 36px;}
    .blog .item.mail .fa-envelope {
        right: 12px;
        font-size: 16px;}
    .blog .item.tweets .head{
        flex-direction: column;
        justify-content: center;
    }
    .blog .item.tweets .head h6,
    .blog .item.tweets .head p{padding: 0}
    .blog .item.tweets .tweet p{padding: 20px;}
    .contact-box{width: 80%;}
    footer .footer{font-size: 13px;}
    /*.static-head*/
    .static-head{padding: 30px 0;}
    .static-head h3{font-size: 20px;}
    /*about us page*/
    .about-us.page {padding: 30px 0 0 0;}
    .about-us.page .vision,.about-us.page .vision .about-text{margin-top: 30px;}
    /*request order*/
    .order .contact-box{margin: 40px 0;}
    
}


@media screen and (max-width: 768px){
    
}
@media screen and (min-width: 320px) and (max-width: 767px){
    .top-header .social ul{margin-top: 10px;}
    .navbar-collapse{width: 44%;}
    .main-slider .carousel-caption h1 {
        margin: 40px 0;
    }
    .header .logo img{width: 80%;}
    .last-news .news .news-text{text-align: center;}
    .last-news .news p{margin: 12px 0;}
    .blog .item{margin-bottom: 25px;}
    .testimonials .testimonial .client img{width: 100px;}
    footer .copyrights .copyright{justify-content: center;}
    footer .copyrights .ibtdi{text-align: center;}
    /*request order page*/
    .order .send .btn{width: 44%;}
}

@media screen and (max-width: 576px)
{
    .top-header .contact ul{flex-direction: column;
    align-items: center;}
    .navbar-collapse{width: 66%;}
    li.nav-item.l-lang{display: block;}
    .main-slider .carousel-caption h1{font-size: 25px;}
    .s-head h3, .about-us h3{font-size: 20px;}
    .ourservice .service .text h6{font-size: 16px;}
}
@media screen and (max-width: 480px){
    /*request order page*/
    .order .form-group label.test{width: 30%;}
}
@media screen and (max-width: 426px){
    
    .navbar-collapse {width: 74%;}
    .header .col-lg-2{padding: 0;}
    .main-slider .carousel-caption h3{font-size: 16px;}
    .main-slider .carousel-caption h1{
        margin: 20px;
        font-size: 20px;
    }
    .main-slider .carousel-caption a{
        padding: 6px 40px 7px;
        font-size: 11px;
    }
    .main-slider .carousel-indicators {bottom: 13px;}
    .contact-box{width: 90%;}
    
}
@media screen and (max-width: 386px){
    .s-head p,
    footer .footer{font-size: 12px;}
}

@media screen and (max-width: 376px){
    
}
@media screen and (max-width: 360px){
    .top-header .contact ul li p{
        margin-left: 7px;
        font-size: 11px;
    }
    .header .join a{font-size: 12px;}
    footer .copyrights .copyright .icon{margin-left: 10px;}
    /*request order page*/
    .order .form-group label.test{width: 29%;}
}
@media screen and (max-width: 320px){
    

}