/* #Media Queries
================================================== */

@media (max-width: 1300px){

}

/* END__ */
@media (min-width: 1200px){
	
}
@media (max-width: 1199px) {
    .bannersection .banner-text {
        width:100%;
    }
    .sectiongap {
        padding:40px 0;
    }
    .sec-title h2 {
        font-size: 26px;
        font-weight: 700;
        color: #000;
    }
    .testi-inner .rightimg .pro-text h3 { 
        font-size:15px;
    }
    .contact-pad {
        padding-right: 15px;
    }
    .contact-form {
        padding:30px;
    }
    .container {
        max-width: 100%;
    }
    .bannersection .banner-text h1 {
        font-size:30px;
    }
    header .navbar-brand img {
        height: 50px;
    }
    .testi-inner .rightimg .right-inner {
        padding:30px;
    }
    .banner_area_text_box h1 {
        font-size: 29px;
    }
    .about-wrap .about-text {
        padding-left: 0;
    }
    .about-wrap h4 {
        font-size: 16px;
        margin:0;
    }
    .about-wrap p {
        margin: 10px 0;
    }
    .about-wrap h2 {
        font-size: 22px;
        margin: 0 0 5px 0;
    }
    .contact-form  .sec-title {
        margin-bottom:15px;
    }
    .service-main .pro-text {
        width: 95%;
        padding: 10px 10px;
        padding-right: 50px;
    }
    .service-main .pro-text h3 {
        font-size: 12px;
        margin-bottom: 0;
        position: relative;
    }
    .bottom-text ul li {
        margin-top: 20px;
        margin-left: 0;
    }
    .blog_details_box figure {
        margin-bottom: 20px;
    }
    .inner_con .blog_details_box h2 {
        font-size:30px;
        margin-bottom: 0;
    }
    .service-main.recent_carousel .indus-inner .in-img img {
        height: 140px;
    }
} 
/* END__ */
@media only screen and (min-width:768px) and (max-width:1199px) {
    .recent_carousel {
        padding: 10px;
    }
}

@media only screen and (min-width:991px) and (max-width:1024px) {
    .contact-form {
        margin-bottom:-300px;
    }
   

}
@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-form {
        margin-bottom:0px;
    }
    .top-text p {
        font-size: 13px;
    }
    .top-text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .service-main .indus-inner .in-img img {
        height: 200px;
    } 

}
@media only screen and (max-width: 991px) {
    .navbar-collapse.right-menu {
        position: absolute;
        left: inherit;
        right: 0;
        top: 100%;
        background-color: #fff;
        width: 40%;
        padding: 10px;
    }
    .search-icon.mob-show {
        display:inline; 
        margin:0;
    }
    .search-icon.mob-hide {
        display:none !important;
    }
    header .navbar-nav li {
        margin: 4px 20px;
    }
	.navbar-light .navbar-toggler-icon {
        width:1rem;
        height:1rem;
    }
    .navbar-light .navbar-toggler {
        padding: 2px 6px;
        line-height: 13px;
    }
    .bannersection .banner-text p {
        padding: 0;
        font-weight: 400;
        margin: 5px 0;
        font-size:13px;
    }
    .about-grid .col-lg-6:last-child {
        display:none;
    }
    .about-grid .col-lg-6:first-child .about-img:last-child {
        display:none;
    }
    .about-grid .col-lg-6:first-child .about-img {
        margin-top:0;
    }
} 
@media only screen and (min-width:768px) and (max-width:991px) {
	.bannersection .banner-main .item img {
        height:400px;
    }
    .testi-inner .leftimg img {
        height: 420px;
    }
}
/* END__ */

@media only screen and (max-width: 767px) {
    header .t-header {
        padding:2px;
    }
    header .t-header .container, .bannersection .banner-text p, .testi-inner .leftimg  {
        display:none;
    }
    header .navbar-brand img {
        height: 30px;
    }
    .bannersection .banner-text h1 {
        font-size: 18px;
    }
    .bannersection .banner-main .item img {
        height: 280px;
    }
    .sectiongap {
        padding:30px 0;
    }
   
    .about-wrap .about-text {
        padding-left:0;
    }
    .about-wrap h2 {
        font-size:20px;
        margin-bottom:0;
    }
    .about-wrap h4 {
        font-size: 15px;
        margin-bottom: 0;
    }
    .about-wrap p {
        color: #000;
        margin:10px 0;
    }
    .sec-title h2 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
    }
    .service-main .sec-title p {
        font-size:13px;
        line-height: normal;
    }
    .service-main .main-btn {
        float: left;
        margin-top: 0;
    }
    .testi-inner .rightimg {
        width:100%;
    }
    .testi-inner .rightimg .right-inner {
        padding:20px;
    }
    .contact-form {
        padding:20px;
        margin-bottom:20px;
    }
    .contact-form .sec-title {
        margin-bottom: 0;
    }    
    .bottom-text ul li {
        margin-top: 10px;
        margin-left: 0;
    }
    .f-logo img {
        height:90px;
    }
    .f-note {
        padding-right:0;
    }
    .mid-footer h4 {
        margin-top:30px;
        margin-bottom:16px;
    }
    .footer-menu li {
        margin-bottom: 6px;
        display: inline-block;
        margin-right: 10px;
    }
    .footer-menu li:last-child {
        margin-right:0;
    }
    .inner_banner .baner_img_page {
        height:200px;
    }
    .banner_area_text_box h1 {
        font-size: 26px;
    }
    .navbar-collapse.right-menu {      
        width:70%;
    }
    .sub-head {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
} 


