@import url(common.css);
@import url(comon_media_query.css);

.bg-yellow {
    background-color: var(--yellow);
}

.card-slide {
    cursor: grab;
}

.card-slide h4 {
    font-weight: 600;
    font-size: 20px;
}

.card-slide p {
    font-weight: 400;
    font-size: 14px;
}

.title {
    font-size: 30px;
    font-weight: 600;
}

.banner {
    background: url("../images/architecture/architecture_banner.webp") no-repeat;
    width: 100%;
    background-size: contain;
}

.page_title {
    font-weight: 600;
    font-size: 32px;
    color: #303030;
    position: relative;
}

.page_title::after {
    background: none repeat scroll 0 0 var(--green);
    content: "";
    display: block;
    height: 7px;
    width: 15%;
    position: absolute;
    border-radius: 10px;
    left: 0;
}

.popup-multiple-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 21px 30px;
    background: #FFFFFF;
    width: max-content;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}
.middle-section .multiple-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 21px 30px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

.popup-multiple-cards span {
    font-weight: 600;
    font-size: 18px;
    color: #303030;
}


.bg_light_blue{
    background-color:#CCDDE2 ;
    box-shadow:none !important;
}
.bg_light_blue span {
    color: #303030;
    font-weight: 600;
    font-size: 28px;
}





/* fm-complaint-designs modal starts */
.fm-complaint-designs-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.fm-complaint-designs-close-btn:hover {
    background: white;
}

.fm-complaint-designs-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fm-complaint-designs-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-fm-complaint-designs-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/architectural_planning_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.fm-complaint-designs-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.fm-complaint-designs-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-fm-complaint-designs-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-fm-complaint-designs-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* fm-complaint-designs modal ends */




/* environment-clearances modal starts */
.environment-clearances-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.environment-clearances-close-btn:hover {
    background: white;
}

.environment-clearances-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.environment-clearances-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-environment-clearances-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/structural_design_services_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.environment-clearances-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.environment-clearances-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-environment-clearances-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-environment-clearances-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* environment-clearances modal ends */



/* msedcl modal starts */
.msedcl-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.msedcl-close-btn:hover {
    background: white;
}

.msedcl-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.msedcl-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-msedcl-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/interior_designing_and_execution_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.msedcl-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.msedcl-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-msedcl-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-msedcl-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* msedcl modal ends */




/* leed-green-certifications modal starts */
.leed-green-certifications-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.leed-green-certifications-close-btn:hover {
    background: white;
}

.leed-green-certifications-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.leed-green-certifications-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-leed-green-certifications-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/3d_visualization_services_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.leed-green-certifications-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.leed-green-certifications-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-leed-green-certifications-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-leed-green-certifications-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* leed-green-certifications modal ends */


/* consent-to-establish modal starts */
.consent-to-establish-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.consent-to-establish-close-btn:hover {
    background: white;
}

.consent-to-establish-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.consent-to-establish-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-consent-to-establish-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/estimation_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.consent-to-establish-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.consent-to-establish-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-consent-to-establish-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-consent-to-establish-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* consent-to-establish modal ends */

/* factory-licence-from-dish modal starts */
.factory-licence-from-dish-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.factory-licence-from-dish-close-btn:hover {
    background: white;
}

.factory-licence-from-dish-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.factory-licence-from-dish-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-factory-licence-from-dish-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/site_supervision_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.factory-licence-from-dish-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.factory-licence-from-dish-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-factory-licence-from-dish-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-factory-licence-from-dish-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* factory-licence-from-dish modal ends */




/* renewable-sanction-from-media modal starts */
.renewable-sanction-from-media-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.renewable-sanction-from-media-close-btn:hover {
    background: white;
}

.renewable-sanction-from-media-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.renewable-sanction-from-media-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-renewable-sanction-from-media-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/valuation_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.renewable-sanction-from-media-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.renewable-sanction-from-media-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-renewable-sanction-from-media-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-renewable-sanction-from-media-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* renewable-sanction-from-media modal ends */





/* midc-permissions modal starts */
.midc-permissions-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.midc-permissions-close-btn:hover {
    background: white;
}

.midc-permissions-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.midc-permissions-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-midc-permissions-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/liasoning_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.midc-permissions-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.midc-permissions-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-midc-permissions-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-midc-permissions-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* midc-permissions modal ends */



/* appellate-at-merc modal starts */
.appellate-at-merc-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.appellate-at-merc-close-btn:hover {
    background: white;
}

.appellate-at-merc-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.appellate-at-merc-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-appellate-at-merc-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/architecture/contracting_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.appellate-at-merc-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.appellate-at-merc-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-appellate-at-merc-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-appellate-at-merc-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* appellate-at-merc modal ends */
