@charset "utf-8";
@media only screen and (min-width: 1650px) {
    .max-w {
        max-width: 1600px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1649px) {
    .max-w {
        max-width: 1200px;
    }
}

/* 1200 */

@media only screen and (min-width: 1201px) {}

@media only screen and (max-width: 1200px) {
    .max-w {
        max-width: 991px;
    }
}

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

/* 991 */

@media only screen and (min-width: 992px) {
    .app-sm {
        display: none !important;
    }
    .sm-dropdown,
    .sm-dropdown li {
        width: auto;
        min-width: 14em;
        max-width: 50vw;
    }
    .headmd {
        border-bottom: 1px solid rgba(200, 200, 200, 0.7);
    }
    .navul>li>a {
        padding: 20px;
    }
    .servhp-col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .navul>li.navext-link {
        float: right;
        transform: translateY(10px);
    }
    .navul>li.navext-link>a {
        border-radius: 30px;
    }
    .abouthp-col-txt{
        padding-left: 60px;
    }
    .pagecol-main{
        padding-right: 70px;
    }
    .pagesdbox-imgcover {
        margin-top: -110px;
    }
    .pagespace-col-sd{
        order: -1;
    }
    .page-services .servhp--bg{
        background-color: transparent;
    }
    
}

@media only screen and (max-width: 991px) {
    .dis-sm {
        display: none !important;
    }
    .headmd_wrap {
        box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
    }
    .main-menu-btn {
        position: absolute;
        top: 65px;
        left: 190px;
    }
    .navul {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
    .navul>li {
        display: block;
    }
    .navul>li>a {
        padding: 8px 10px;
    }
    .footbt .col-lg-6{
        text-align: center;
        margin: 4px auto;
    }
}

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

/* 767 */

@media only screen and (min-width:768px) {
    .app-xs {
        display: none !important;
    }
    .adhprt {
        text-align: right;
    }
    .page-services .serv-maincont{
        max-width: 767px;
        margin: 0 auto;
    }
    .pagespace-titleimgcover-sm{
        width: 300px;
        height: 380px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .pagespace-titleimgcover-sm img{
        width: auto;
        min-width: 100%;
        max-width: 300%;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .dis-xs {
        display: none !important;
    }
    .headmd {
        padding: 10px 0;
    }
    .logo-wrap {
        margin-bottom: 15px;
    }
    .main-menu-btn {
        left: auto;
        right: 25px;
    }
    #carousel1 .carousel-caption h3 {
        font-size: 2rem;
    }
    #carousel1 .carousel-caption p {
        font-size: 1rem;
    }
    .abouthp {
        padding: 35px 0px;
    }
    .adhp{
        padding: 25px 0;
    }
    .adhp h4 {
        font-size: 20px;
    }
    .welcome_wrap {
        background-size: 50%;
        background-position: 0% 100%;
    }
    .welcome-mainimg {
        max-width:150px;
        margin: -60px auto 20px;
    }
    .welcome-cont h2{
        font-size: 30px;
    }
    .welcome-cont p{
        font-size: 13px;
    }
    .servhp,.gallhp {
        padding: 40px 10px;
    }
    .servhp-head h2,.gallhp--head h2 {
        font-size: 30px;
    }
    .servhp-icon{
        height: 170px;
    }
    .servhp-icon-cover::after {
        bottom: 15px;
    }
    .servhp-box:hover .servhp-icon-cover::after {
        bottom: 25px;
    }
    .mix{
        height: 180px;
    }
    .pagebody{
        padding: 30px 0;
    }
    .pagespace-outterrow{
        padding: 30px 10px;
    }
    .pagespace-contcover h2{
        font-size: 20px;
    }
    .contact-contbox--bgtxt{
		left:0;
		bottom:-10px;
		opacity:0.5;
	}
	.contact-contcall-collt::after{
		z-index:-2;
		top:calc(100% - 15px);
		left:50%;
		transform:translateX(-50%) rotate(45deg);
	}
}

@media only screen and (max-width: 576px) {
    .dis-xss {
        display: none !important;
    }
    .headtp-col,
    .headtp-col-rt {
        text-align: center;
        padding: 2px 10px;
    }
    .headtp-col span,
    .headtp-col-lt span a {
        font-size: 13px;
    }
    .main-menu-btn {
        top: 70px;
        right: 0;
    }
    .logo-wrap {
        text-align: left;
        margin-bottom: 0;
    }
    .logo-wrap img {
        max-height: 50px;
    }
    .headmd {
        padding: 5px 0;
    }
    #carousel1 .carousel-item>img {
        width: auto;
        min-width: 100%;
        max-width: 400%;
        height: 100%;
    }
    #carousel1 .carousel-caption h3 {
        font-size: 1.5rem;
    }
    #carousel1 .carousel-caption p {
        font-size: .8rem;
    }
    #carousel1 .carousel-control-prev i,
    #carousel1 .carousel-control-next i {
        font-size: 30px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .servhp--bg {
        background-size: 150px;
        background-position: center top;
    }
    .pagecol-main .contcover img{
        float: none;
        width: 100%;
    }
}