@charset "utf-8"; /* CSS Document */


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 992px) and (min-width: 1200px) { 

}
@media only screen and (min-width: 993px) {
}
@media only screen and (max-width: 992px) { 

}
/* width: 991px; */

@media screen and (max-width: 61.938em) {
.go-top {position:fixed;right: 10%;}
.footer-section .quick-links ul li{display:block;padding:10px 0px; text-align:left;}
.footer-contact-info li {position: relative;display: inline-block;float: left;border-right: none;padding-right: 0px;margin-right: 0px;}
.home-service ul li{ width:100%;}
.com-first-pane ul li{list-style-type:none;display:block;font-size:15px;color:#000000;margin-bottom:15px;padding-left:15px; float:none; width:100%;}
.header-wrap.sticky{ position:relative;}
.banner-section .carousel-caption h1{ font-size:16px;}
.banner-section .carousel-caption p{ display:none;}
.about-us-pane .main-abt-content .abt-img{ width:100%;}
.about-us-pane .main-abt-content .abt-pane{ width:100%; margin-left:0px;}
.sec-title-left h2{ font-size:30px;}
.abt-second-section .left-section{ width:100%;}
.abt-second-section .right-section{ width:100%;}
}

/*============	Media 768Px Start ============ */

@media (min-width: 768px) and (max-width: 991px) {



}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 320px) and (max-width: 768px) {


}

@media (min-width: 768px) {



}



/*============ Media 300Px Star ============ */

@media (max-width: 480px) {



}

/*============ Media 320Px Start ============ */

@media (max-width: 320px) {

}