@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {
.aboutPageTop.service-main p {
    margin: 0;
    padding-left: 30px;
	}
    .mainHeading {
        font-size: 30px;
    }

    .subheading {
        font-size: 25px;
    }

    /* Nav Open */
    .headerWrapper .offcanvas-logo {
        padding: 0;
    }

    .headerWrapper .offcanvas-body {
        display: block;
        padding-left: 10px;
        padding-right: 0;
    }

    .headerWrapper .nav-subItem a {
        font-size: 18px;
    }

    .headerWrapper .nav-link {
        font-size: 25px;
    }

    .headerWrapper .nav__conInfo .conInfoCard {
        max-width: 280px;
    }

    .headerWrapper .offcanvas-header .offcanvas-logo h3 {
        font-size: 25px;
        margin-top: 50px;
    }

    .headerWrapper .headerWrapper__logo h3 {
        font-size: 18px;
    }

    .headerWrapper .nav__conInfo {
        margin-top: 40px;
    }

    /* Nav Close */
    .hero {
        height: 70vh;
    }

    .hero__subheading {
        font-size: 20vw;
    }


    .aboutWrap .aboutWrap__left {
        padding: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .aboutWrap .aboutWrap__right img {
        min-height: 450px;
        max-height: 450px;
    }

    .servicesWrapper {
        margin-top: 40px;
    }

    .servicesCards {
        display: unset;
    }

    .servicesPanel {
        height: 55vh;
        margin-bottom: 15px;
    }

    .hiddenCaption {
        display: block;
    }

    .servicesPanel h3 {
        font-size: 20px;
    }


    .homeCta {
               height: 500px;
    }


    .homeCta .homeCta__caption h3 {
        font-size: 30px;
    }

    .homeCta::after {
        content: "";
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: -1;
    }

    .contactBtm {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .contactBtm .contactBtm__left {
        display: none;
    }

    .contactBtm .contactBtm__right {
        padding-left: 0;
        padding-right: 0;
    }


    .footer__logo, .footer__menu, .footer__contact {
        text-align: center;
    }

    .footerSocial ul {
        justify-content: center;
    }


    .pageHeader {
        height: 50vh;
        background-attachment: unset;
    }

    .pageHeader h2 {
        font-size: 35px;
    }

    .aboutPageTop .singleTitle h3 {
        font-size: 25px;
    }

    .aboutPageTop, .aboutSlide {
        margin-top: 40px;
    }

    .aboutPageTop__left img {
        min-height: 300px;
        max-height: 300px;
    }

    .aboutPageTop__wrap {
        margin-top: 30px;
    }

    .aboutPageTop__right {
        padding-left: unset;
        padding-right: unset;
        margin-top: 40px;
    }

    .aboutSlide .aboutSlideWrap .swiper-slide img {
        min-height: 350px;
        max-height: 350px;
    }

    .repPageTop__right {
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .repPageTop__left img {
        min-height: 350px;
        max-height: 350px;
    }

    .threeBoxWrap .singleTitle h3 {
        font-size: 25px;
    }


    .threeBox__card {
        margin-bottom: 15px;
    }

    .threeBox__card--hide {
        display: block;
    }

    .threeBox__card .threeBox__cardImage img {
        min-height: 520px;
        max-height: 520px;
    }
    .threeBox__card::before {
        visibility: visible;
        opacity: 1;
    }
    .aboutPageTop.service-main .accordion {
        width: 100%;
        padding: 3px 0px;
    }
    .sec_archi_banner{
        height: 70vh !important;
    }
    .aboutPageTop.architecture-main, .aboutPageTop.architecture-main .aboutPageTop__wrap {
        margin-top: 50px;
    }
    .threeBox__card .threeBox__card__caption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 3;
        width: calc(100% - 50px);
        min-height: 140px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .threeBox__card:hover .threeBox__card__caption {
        transition: none;
        bottom: 0;
    }
    .headerWrapper .headerWrapper__logo h3{
        margin: 0;
    }
	.aboutPageTop.service-main .accordion-button {
    background: none;
    box-shadow: none;
    padding: 15px 0;
    font-size: 20px;
	}
	.offcanvas.offcanvas-start {
    top: 0;
    left: unset;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
		        padding: 0 20px;
}
	.offcanvas-header {
    display: flex;
    align-items: center;
    padding: 20px 10px;
}
	.hero h1{
    width: 100%;
    margin: 0;
}
	.hero h1 {
    font-size: 32px;
	}
	.servicesWrapper .mainHeading {
    font-size: 20px !important;
    font-family: var(--ff-dubai-regular);
    line-height: 1.4;
    margin: 0;
    margin-bottom: 30px !important;
}
	.homeCta .homeCta__caption p {
    color: var(--color-white);
    font-size: 20px;
    max-width: 100%;
}
.footerConCard p , .footerConCard h4{

    text-align: center;
}
	.page-template-template-luxury-hospitality-residential-development .pageHeader{
		height: 100vh;
	}
	.headerWrapper .offcanvas.offcanvas-start {
    width: calc(100% - 0px);
}
}


@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}
