@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

:root {
    --dblue: #18b9d2;
    --red: #b62127;
    --green: #529f4b;
    --lblack: #23262d;
    --ogrey: #e4e1dc;
    --cgrey: #828282;
    --black: #000;
    --orange: #e66a25;
    --off_white: #eeeeee;
}

@font-face {
    font-family: Abhaya_Libre;
    src: url("../fonts/Abhaya_Libre/AbhayaLibre-Bold.ttf");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Abhaya_Libre;
    src: url("../fonts/Abhaya_Libre/AbhayaLibre-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Abhaya_Libre;
    src: url("../fonts/Abhaya_Libre/AbhayaLibre-Medium.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Abhaya_Libre;
    src: url("../fonts/Abhaya_Libre/AbhayaLibre-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Nunito_Sans;
    src: url("../fonts/Nunito_Sans/NunitoSans_10pt-Medium.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Nunito_Sans;
    src: url("../fonts/Nunito_Sans/NunitoSans_10pt-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Nunito_Sans;
    src: url("../fonts/Nunito_Sans/NunitoSans_10pt-Light.ttf");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url("../fonts/Nunito/static/Nunito-Light.ttf");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url("../fonts/Nunito/static/Nunito-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url("../fonts/Nunito/static/Nunito-Medium.ttf");
    font-weight: 500;
    font-display: swap;
}

:root {
    --Nunito: 'Nunito';
    --Nunito_Sans: 'Nunito_Sans';
    --Abhaya_Libre: 'Abhaya_Libre';
}

body,
p {
    font-family: var(--Nunito);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--Abhaya_Libre);
}

.fw-lbold {
    font-weight: 600 !important;
}

.bg-orange {
    background: var(--orange) !important;
}

.bg-dblue {
    background: var(--dblue) !important;
}


.bg-off_white {
    background: var(--off_white) !important;
}

.bg-green {
    background: var(--green) !important;
}

.bg-lblack {
    background: var(--lblack) !important;
}

.bg-ogrey {
    background: var(--ogrey) !important;
}

.bg-black {
    background-color: var(--black);
}

.t-dblue {
    color: var(--dblue) !important;
}

.t-orange {
    color: var(--orange) !important;
}

.t-ogrey {
    color: var(--ogrey) !important;
}

.t-cgrey {
    color: var(--cgrey) !important;
}

.t-off_white {
    color: var(--off_white) !important;
}

.t-green {
    color: var(--green) !important;
}

.bg-red {
    background-color: var(--red) !important;
}
/* 
.sil_gradient {
    background-image: linear-gradient(to right, #c8c9ca, #d9dada) !important;
}

.sil_d_gradient {
    background-image: linear-gradient(to right, #acaeb1, #c8c9ca) !important;
    font-weight: bold;
} */

.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-25 {
    border-radius: 25px !important;
}

.fs-7 {
    font-size: 0.85rem !important;
}

.fs-50 {
    font-size: 50px !important;
}

h2,
h5 {
    letter-spacing: 5px;
    line-height: 40px;
    font-weight: 300;
    text-transform: capitalize;
}

.modal_bg {
    background-color: var(--black);
    background-blend-mode: multiply;

}

.btn_close {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: var(--bs-white);
    border: solid white 1px;
    width: 24px;
    height: 24px;
    border-radius: unset;
    z-index: 99999;

}

.text-justify {
    text-align: justify !important;
}

.zindex-1 {
    z-index: 1;
}

.zindex-99 {
    z-index: 99;
}

#submit_btn {
    border-radius: 30px;
    padding: 10px 30px;
}


/* /////////////////////////////////////////////////// */
.container-fluid.banner-container {
    width: calc(100%);
    /* margin-bottom: 10px; */
    padding: 0;
}

.banner-setion .banner .carousel-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000008c;
    /* background: radial-gradient(#00000045 5%, #ffffff00 35%); */
    background: linear-gradient(180deg, #00000045, transparent);
}

.banner-setion .banner img {
    width: 100%;
    animation: 16s linear 0s infinite normal none running zoom-out;
    transition: all 0s ease-in-out 0s;
    border-radius: 0px;
    height: calc(0px + 100vh);
    padding-bottom: 0px;
}

@keyframes zoom-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.project-details-ban {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 50%;
    justify-content: center;
}

.banner-form-section {
    position: absolute;
    bottom: -50px;
    right: 2%;
    background: rgba(12, 19, 15, 0.84);
    border-radius: 10px;
    outline: rgba(244, 241, 232, 0.29) solid 2px;
    outline-offset: 3px;
    width: 16%;
}

.project-details-ban .project-loc {
    width: fit-content;
    border: 1px solid #afafafcc;
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
    font-family: var(--Abhaya_Libre);
    font-variant-numeric: tabular-nums;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    background: #00000069;
}

.animate-charcter {
    animation: textclip 3s linear infinite;
    display: inline-block;
    font-size: 90px;
    background-image: none;
    color: #fff;
}

@keyframes textclip {

    to {
        background-position: 200% center;
    }
}

.project-key-highlights {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin: 10px 0 30px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ffffff78;
    border-bottom: 1px solid #ffffff78;
    background: #00000040;
}

.project-key-highlights {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin: 10px 0 30px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ffffff78;
    border-bottom: 1px solid #ffffff78;
    background: #00000040;
}

/* ////////////////////// Banner Form Css ////////////////////// */
.banner-form-section .banner-form {
    margin: 0;
    padding: 15px 15px;
    border-radius: 15px;
    width: 100%;
}

.banner-form-section .banner-form {
    margin: 0;
    padding: 15px 15px;
    border-radius: 15px;
    width: 100%;
}

.banner-form-section .banner-form .form-group {
    margin: 10px 0;
}

.banner-form-section .banner-form button.btn.dark_btn.rounded.submit_btn {
    background: #f4f1e8;
    padding: 6px 30px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}

.banner-form .form .submit_btn {
    height: 44px;
    padding: 5px 30px;
    font-weight: 500;
    letter-spacing: .5px;
    width: 100%;
    color: #fff;
    background: #8b9488;
}

.banner-form .form p {
    font-weight: 400;
    color: #ffffff;
    opacity: 1;
    font-size:10px;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 14px;
    margin-top: 7px;
}

h4.form_title {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
}

.key-high:not(:nth-child(3)) {
    border-right: 1px solid #ffffff78;
    border-radius: 0;
}

.key-high:not(:nth-child(3)) {
    border-right: 1px solid #ffffff78;
    border-radius: 0;
}
.key-high {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* width: fit-content; */
    padding: 10px 15px;
    border-radius: 10px;
    /* background: #00000061; */
    gap: 5px;
}


.key-high img {
    width: 30px;
    height: 25px;
    margin-right: 0;
}

.key-high p {
    margin-bottom: 0 !important;
}

.banner-typology {
    display: inline-block;
    padding: 7px 15px;
    background: #fff;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    width: fit-content;
    border: 1px solid #fffc;
    margin-bottom: 15px;
}

.banner-typology h3 {
    color: #000;
    font-size: 26px;
    margin-bottom: 0;
    padding: 3px 15px;
}
.carousel-control-next-icon {
    position: absolute;
    bottom: 5%;
    right: 0;
    border-radius: 40px;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.49);
    outline: rgba(255, 255, 255, 0.24) solid 1px;
    outline-offset: -5px;
    background-size: 20px;
    background-position: 18px center;
    /* background-color: #233829 !important; */
}

.carousel-control-prev-icon {
    left: 8%;
}

.carousel-control-next-icon {
    left: 8%
}

.carousel-control-prev-icon {
    background-size: 20px;
    background-position: 15px center;
    /* background-color: #233829 !important; */
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}
.carousel-control-prev-icon {
    position: absolute;
    bottom: 5%;
    left: 2%;
    color: #fff;
    border-radius: 40px;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.49);
    outline: rgba(255, 255, 255, 0.24) solid 1px;
    outline-offset: -5px;
}

.carousel-control-next {
    position: absolute;
    right: 80%;
    top: 88%;
    width: 3%;
    height: 7%;
}














@media (min-width: 1200px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width:1124px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media (max-width: 1123px) {
    .carousel-caption {
        display: none;
    }

    .navbar-brand {
        text-align: center;
    }

    .desktop {
        height: 100vh;
        object-fit: cover;
    }

    .leftalign_form {
        margin-top: -100%;
    }

    .mobile {
        display: block;
    }
}

.height_01 {
    height: 440px;
    width: 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.height_02 {
    height: 410px;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;

}

.header_all_pages {
    background-blend-mode: multiply;
    background: #0000009e;
    background-position: center;
    background-size: cover;
}

.form_01 {
    position: absolute;
    top: 7rem;
    right: 0;
    z-index: 1;
}

.hero_01 {
    position: absolute;
    top: 7rem;
    right: 0;
    z-index: 1;
}


.btn_01 {
    color: white ;
    background-color: #b62127 ;
    /* border: solid 1px; */
    font-weight: 700;
    box-shadow: unset !important;
    /* border-radius: 30px !important; */
}

.btn_01:hover {
    color: white ;
    background-color: #b62127 ;
    font-weight: 700;
    /* border-radius: 30px !important; */
}

.form-control:focus {
    box-shadow: unset;
}


.header_all_pages_01 {
    background-blend-mode: multiply;
    background: #000000c4;
    background-position: center;
    background-size: cover;
}

.form_checkbox{
    font-weight: 400;color: #ffffff;opacity: 1;font-size:10px;letter-spacing: 0.5px;margin:0;line-height:14px; margin-top : 7px;
}
.header_all_pages_03 {
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}
.header_all_pages_02 {
    background-blend-mode: multiply;
    background: #000000ab;
    background-position: center;
    background-size: cover;
}

.h_01 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
}

.position_01 {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

a {
    color: var(--bs-white);
    text-decoration: unset;
}

a:hover {
    color: var(--orange);
}

.card {
    box-sizing: border-box;

}

.leftalign_form {
    margin-top: 0%;
    max-width: 400px;
    float: right;
    border-radius: 10px;

}

.bottomleft {
    position: relative;
    bottom: 8px;
    left: 30px;
}

.bottomleft .t-green {
    font-size: 40px;
}

.enquir_right_btn {
    bottom: 40%;
    right: 17px;
    left: unset;
    width: 140px;
    transform: rotate(90deg);
    transform-origin: right;
    position: fixed;
    background: var(--red);
    border: 0;
    border-radius: 5px;
    z-index: 99;
    color: white;
    box-shadow: unset !important;
}
.enquir_right_btn:hover {
    color:  white;
    background:var(--red);

}

.m_whats {
    right: 17px;
    bottom: 30px;
    background: #25D366;
}

.desktop {
    height: 25vh;
    object-fit: cover;
}

.h_course .card {
    overflow: hidden;

}

.h_course .card-body {
    border-top: 20px solid var(--green);
    border-bottom: 20px solid var(--green);
    /*box-sizing:30px;*/
}

.h_course ul li {
    line-height: 2;
}

.leftalign_form input {
    background: var(--bs-gray-100);
}

.banner_img {
    background: url('images/Banner Image.png');
    background-size: cover;
}

.h_key_high .h_key_main {
    border: 0;
    border-bottom: 2px dashed var(--green);
    border-right: 2px dashed var(--green);
}

.h_key_high .col-md-3 img {
    width: unset;
    height: 150px;
}

.h_key_high .h_key_main:nth-child(2) {
    border-right: 0;
}

.h_key_high .h_key_main:nth-child(4) {
    border-right: 0;
}

.mouls img {
    height: 150px;
    width: unset !important;
    display: unset !important;
}

.h_testimonial .col-md-5:nth-child(1) {
    border-right: 2px dashed var(--green);
}

.h_acreditions .col-md-4 {
    border-bottom: 2px dashed var(--green);
}

.lh-xs-sm {
    line-height: 1 !important;
}

.fs-xs-13 {
    font-size: 13px;
}

.bs_logo {
    height: 50px;
    /* filter: invert(1) brightness(30); */
}

nav.navbar .nav-item a {
    color: black;
    font-size: 15px;
    padding: 4px 15px !important;
}

nav.navbar .nav-item a.active {
    color: var(--red) !important;
}

.navbar-toggler-icon {
    background-image: url('./images/img/hamburger.png')
}

.h_specific .h_specific_img {
    margin-top: -50px;
}

.h_specific .h_specific_img img {
    height: 80px;
    border-radius: 50%;
    background-color: var(--lblack);
}

.shadow_white {
    border: 1px solid #e2e2e261;
}

.h_gallrey img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.h_gallrey  .owl-stage{
    display: flex;
    align-items: center;
}

.modaly,
.z_modaly {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index: 1200;
}

/* Modal Content */
.modaly-content,
.z_modaly-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 999;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides,
.z_mySlides {
    display: none;
}

.mySlides img,
.z_mySlides img {
    height: 300px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: #153B65;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: var(--bs-white);
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.bg_img {
    background-size: cover;
    background-position: center;
}

.h_box h4 {
    letter-spacing: 1.2px;
}

.h_box::after {
    content: "";
    position: absolute;
    top: 0;
    background-color: var(--black);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.h_gallrey.owl-carousel .owl-nav button.owl-prev,
.h_gallrey.owl-carousel .owl-nav button.owl-next,
.h_owl_alumni.owl-carousel .owl-nav button.owl-prev,
.h_owl_alumni.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #c8c9ca, #d9dada);
}

.h_gallrey.owl-carousel .owl-nav,
.h_owl_alumni.owl-carousel .owl-nav {
    position: absolute;
    bottom: 34px;
    width: 100%;
}

.h_gallrey.owl-carousel .owl-nav button span,
.h_owl_alumni.owl-carousel .owl-nav button span {
    font-size: 40px;
    line-height: 0.7;
}

.h_gallrey.owl-carousel .owl-nav button.owl-next,
.h_owl_alumni.owl-carousel .owl-nav button.owl-next {
    right: 36%;
}

.h_gallrey.owl-carousel .owl-nav button.owl-prev,
.h_owl_alumni.owl-carousel .owl-nav button.owl-prev {
    left: 33%;
}
.gallery_div{
    padding: 10px;
    border: solid 1px;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
}

#nir_about .bg_img {
    height: 300px;
    box-shadow: 1px 5px 10px #9f9f9f;
}

.h_abt_count {
    font-size: 50px;
    background: var(--ogrey);
}

#nir_featre ul li {
    text-transform: lowercase;
}

#nir_featre ul li::first-letter {
    text-transform: uppercase;
}

.newformy .form-control::placeholder {
    color: var(--bs-white);
}

.newformy .form-control {
    color: var(--bs-white);
    border-radius: 0;
    padding: 8px;
    background: #2f4137;
    font-size: 14px;
    border: unset;
    border-bottom: 1px solid;
}

.lower-form-part .newformy .form-control {
    background: #292e2d !important;
    padding: 9px !important;
}

.newformy button {
    border-radius: 0;
}

.oth_modal .modal-content .newformy .form-control {
    background: #2f4137;
    color: var(--bs-white);
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid;
}

.oth_modal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: unset;
}

.oth_modal .modal-content .newformy .form-control::placeholder {
    color: var(--bs-white);
}

.oth_modal .newformy button {
    border-color: var(--cgrey);
}

.modaly .modaly-content img:hover {
    cursor: zoom-in;
}

.carousel-inner img {
    height: 250px;
    object-fit: cover;
}

.pos_top_01 {
    background-image: linear-gradient(to right, #357bb4, #307bc7);
    display: block;
}

.b_01 {
    border-left: unset;
}

.h_02 {
    height: 130px;
}

.h_03 {
    height: 90px;
}

.h_04 {
    height: 60px;
}
.form_02 .btn-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 15px;
}
/* Styling when navbar has the 'scrolled' class */
.navbar.scrolled {
    background-color: #f4f1e8;
    border-bottom: 1px solid #0000004a;
    /* Change to your desired background color */
}

.navbar.scrolled .logo {
    filter: invert(0);
    /* Invert the image color */
}

.scrolled .nav-item a {
    color: rgb(0, 0, 0) !important;
    /* Change nav item text color to white */
}

.scrolled .btn_01 {
    color: white ;
    background-color: #b62127 ;
    border: solid 1px;
    font-weight: 700;
    box-shadow: unset !important;
}

.scrolled .btn_01:hover {
    color: white ;
    background-color: #b62127 ;
    font-weight: 700;
    /* border-radius: 30px !important; */
}
.advertise{
    background: unset;
    height: 135px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

@keyframes zoom-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


/* //////////////////////////////////////////////////////////// */

.overview-left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 0;
}
.overview-left-section h4 {
    font-size: 32px;
    padding-bottom: 15px;
}
.overview-right-section .overview-img {
    width: 100%;
    border-radius: unset;
    object-fit: cover;
    /* height: 550px; */
    padding: unset;
}
.overview-section p {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.6px;
    text-align: justify;
    padding-right: 0px;
    margin: 15px 0;
}

a.overview-btn {
    width: fit-content;
    text-decoration: none;
    /* color: #2F4137; */
    font-weight: 600;
    padding: 6px 20px;
    letter-spacing: 1.2px;
    border-radius: 0px;
    /* border: 2px solid #2F4137; */
    margin-top: 25px;
    display: block;
    font-size: 15px;
    border-radius: 6px;
}

.circle.ovr-sec {
    position: absolute;
    bottom: -35%;
    right: 50%;
    transform: translateX(50%);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle.ovr-sec .logo {
    position: absolute;
    width: 80px;
    height: 80px;
    transform: rotate(0deg);
    background-size: 75px;
    background-repeat: no-repeat;
    border-radius: 100vmax;
    background-position: center center;
}
.circle.ovr-sec .logo img {
    filter: invert(1) brightness(0.2);
    animation: mover 1s infinite alternate;
}


/* ///////////////////////////////////////////////////////////////////////////////// */
.price-details {
    margin: 20px;
    padding: 10px;
    text-align: center;
    border: 2px solid #2F41374a;
    border-radius: 10px;
    background: white;
}
.price-content {
    margin-top: 20px;
    .pricing {
        padding: 15px 0 5px;
    }
}
.price-content {
    .border-btm {
        border-bottom: 1px solid #2F413785;
        width: 80%;
        margin: auto;
    }
}

.price-content {
    .sizing {
        display: flex;
        justify-content: space-around;
        padding: 10px;
    }
}
.price-section{
    background-color: #f1eae4;
    padding: 40px 0 ;
}

/* //////////////////////////////////////////////////////////////////// */
section.location-advantages {
    padding: 40px 0 0;
    box-shadow: 0px 15px 20px -17px rgb(0 0 0 / 8%);
    /* background-color: #f1eae4; */
}

.price-content {
    .price-query-btn a {
        text-decoration: none;
        color: #ffffff;
        border: 1px solid #b62127;
        padding: 7px 40px;
        display: inline-block;
        background: #b62127;
        /* outline: 1px solid #b62127; */
        outline-offset: 2px;
        margin: 6px 0;
        border-radius: 5px;
    }
}

.location-details {
    padding-bottom: 40px;
    position: relative;
}
.location-details:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./images/img/shape.png) no-repeat;
    opacity: .1;
    z-index: 1;
}
.location-points {
    text-align: center;
    padding: 15px 10px 0px;
    margin: 5px 0px 0;
    display: flex;
    justify-content: start;
    gap: 25px;
    align-items: center;
    width: 65%;
    margin: auto;
    border-bottom: 2px solid #2f4137;
}
.location-map-image {
    margin: 20px;
    z-index: 9;
    position: relative;
}

.loc2 {
    border: 2px solid #2f4137;
    border-radius: 100px;
    height: 65px;
    width: 65px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    margin-bottom: -2px;
}
.loc1 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.location-map-image {
    img {
        outline: 8px solid #3ab25885;
        outline-offset: 8px;
        border-radius: 50%;
        display: flex;
        justify-content: start;
        width: 80%;
    }
}
.location-points span {
    font-size: 16px;
    font-weight: 500;
    color: #2F4137;
}

/* ////////////////////////////////////////////////////////////////// */
#gallery .modal-dialog .modal-content {
    border-radius: unset;
    border: unset;
    background: transparent;
}

.modal-dialog img{
    height: 400px;
    object-fit: contain;
}
.footer-form.popup-form {
    margin: 0 0px;
    background: #2F4137;
    padding: 30px;
    border-radius: 0px;
}.popup-form button.btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    filter: invert(1);
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
}
.footer-form .form-bottom {
    text-align: center;
}
.footer-form button.btn.dark_btn.rounded.submit_btn {
    background: #f4f1e8;
    padding: 8px 30px;
    font-weight: 500;
}
.footer-form .submit_btn {
    display: block;
    margin: auto;
}















@media (max-width: 1600px) {
    location-map-image {
        img {
            width: 80%;
        }
    }
    .loc1 {
        gap: 10px;
    }
    .section-head-para {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 50px;
    }
    .section-head {
        font-size: 30px;
        padding-bottom: 10px;
    }
    a.overview-btn {
        padding: 5px 18px;
        margin-top: 20px;
    }

    .carousel-control-prev {
        /* position: absolute; */
        left: 0;
        
    }

}

@media (max-width: 1370px) {
    .carousel-control-next {
        right: 79%;
    }
}

@media (max-width: 767px) {
    .go-top {
        position: fixed;
        bottom: 4% !important;
        right: 12% !important;
        padding: 20px;
        display: none;
        cursor: pointer;
        -webkit-font-smoothing: antialiased;
    }
    .banner-setion .banner img {
        /* width: 100%; */
        animation: 16s linear 0 infinite normal none running zoom-out;
        transition: all 0 ease-in-out 0;
        border-radius: 0;
        /* padding-bottom: 0; */
        height: 50vh;
        object-fit: cover;
    }
    .project-details-ban {
        position: relative;
        margin: -5px auto auto;
        width: calc(90%);
        left: unset;
        transform: unset;
        text-align: center;
        color: #000;
    }
    .project-details-ban .project-loc {
        border: 1px solid var(--red);
        padding: 2px 15px;
        color: #000000;
        background: #00000000;
    }
    .project-details-ban h1 {
        padding-bottom: 0;
        font-size: 45px;
        line-height: 54px;
        background-image: none;
        /* background-color: #2f4137; */
        color: #2f4137;
    }
    .project-key-highlights {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 10px 0 4px;
        justify-content: center;
        order: 2;
        align-items: center;
        background: none;
    }
    .key-high {
        width: 100%;
        padding: 8px 10px;
        justify-content: start;
        box-shadow: #939393 0 2px 5px -2px;
        background: #d4d2d1;
        border-radius: 0;
        border: none;
    }
    .banner-price-typo {
        display: block;
        order: 1;
        margin-top: 0;
    }
    .banner-typology {
        padding: 7px 2px;
        margin-top: 6px;
        background: rgba(77, 64, 54, 0.16);
        letter-spacing: 1px;
        border-radius: 8px;
    }
    .banner-typology h3 {
        font-size: 19px;
        padding: 3px 15px;
    }
    .banner-form-section {
        position: relative;
        transform: unset;
        top: unset;
        right: unset;
        margin: 4px auto auto;
        width: 96%;
    }
    .banner-form-section .banner-form {
        padding: 20px;
    }
    
    .carousel-control-prev {
        left: 70%;
        top: 80%;
        width: 15%;
        height: 15%;
    }
    .carousel-control-prev-icon {
        bottom: 5%;
        left: 2%;
        width: 44px;
        height: 44px;
        background-position: 10px center;
    }
    .carousel-control-next {
        right: 2%;
        top: 80%;
        width: 15%;
        height: 15%;
    }
    .carousel-control-next-icon {
        width: 44px;
        height: 44px;
        background-position: 13px center;
    }
    
}
.nav-link.active {
    color: var(--red) !important ;
}


.overview-left-section h2 {
    font-size: 28px;
    line-height: 35px;
}
@media (min-width: 768px) {
    
.circle.ovr-sec {
    bottom: -40%;
}

.advertise{
    height: 450px;
    display: block;
}

.overview-left-section h2 {
    font-size: 40px;
    line-height: 43px;
}


    .carousel-inner img {
        height: unset;
        object-fit: unset;
        animation: 16s linear 0s infinite normal none running zoom-out;
        transition: all 0s ease-in-out 0s;
        border-radius: 0px;
        height: calc(0px + 100vh);
        padding-bottom: 0px;
    }

    .h_02 {
        height: 200px;
    }

    .h_04 {
        height: 100px;
    }

    .h_03 {
        height: 160px;
    }
    .overview-left-section {
        padding: 0 30px;
    }

    .pos_top_01 {
        background-color: unset;
        background-image: unset;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .b_01 {
        border-left: 1px solid;
    }

    .desktop {
        height: 100vh;
    }

    .bottomleft {
        position: absolute;
    }

    .bottomleft .t-green {
        font-size: 50px;
    }

    .h_key_high_border {
        border-top: 2px dashed var(--green);
    }

    .h_key_high .h_key_main {
        border-right: 2px dashed var(--green);
        border-bottom: unset;
    }

    .h_key_high .col-md-3 img {
        width: 130px;
        height: unset;
    }

    .h_key_high .h_key_main:nth-child(2) {
        border-right: 2px dashed var(--green);
    }

    .h_acreditions .col-md-4 {
        border-right: 2px dashed var(--green);
        border-bottom: unset;
    }

    .h_acreditions .col-md-4:nth-child(3),
    .h_acreditions .col-md-4:nth-child(6),
    .h_acreditions .col-md-4:nth-child(9) {
        border-right: unset;
    }
    .overview-right-section .overview-img {
        padding: 10px 20px;
        border-radius: 40px;
    }

    .lh-xs-sm {
        line-height: 2 !important;
    }

    .fs-xs-13 {
        font-size: 16px;
    }

    .mySlides img,
    .z_mySlides img {
        height: 500px;
    }

    #nir_about .bg_img {
        height: 100%;
    }

    .bs_logo {
        height: 70px;
    }

    .h_01 {
        height: unset;
    }

    .top_01 {
        position: absolute;
        top: 20px;
        left: 10px;
    }

    .newformy .form-control {
        padding: 15px;
    }
    .overview-right-section .overview-img {
        /* height: 470px; */
        padding: 10px;
    }
    
.h_gallrey.owl-carousel .owl-nav button.owl-next,
.h_owl_alumni.owl-carousel .owl-nav button.owl-next {
    right: 45%;
}

.h_gallrey.owl-carousel .owl-nav button.owl-prev,
.h_owl_alumni.owl-carousel .owl-nav button.owl-prev {
    left: 45%;
}

}


.modal-content{
    background-color: var(--lblack) !important;
}

.modal-title{
    color: var(--off_white) !important;
}

.modal-body p{
    color: var(--off_white) !important;
}


@media only screen and (max-width: 1400px) and (min-width: 1280px) {
    .banner-form-section {
        position: absolute;
        bottom: -50px;
        right: 0%;
        background: rgba(12, 19, 15, 0.84);
        border-radius: 10px;
        outline: rgba(244, 241, 232, 0.29) solid 2px;
        outline-offset: 3px;
        width: 25%;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1401px) {
    .banner-form-section {
        position: absolute;
        bottom: -50px;
        right: 0%;
        background: rgba(12, 19, 15, 0.84);
        border-radius: 10px;
        outline: rgba(244, 241, 232, 0.29) solid 2px;
        outline-offset: 3px;
        width: 18%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .banner-form-section {
    position: absolute;
    bottom: -50px;
    right: 2%;
    background: rgba(12, 19, 15, 0.84);
    border-radius: 10px;
    outline: rgba(244, 241, 232, 0.29) solid 2px;
    outline-offset: 3px;
    width: 36%;
    }
}


  .go-top {
    position:fixed;
    bottom: 8%;
    right: 4%;
    padding:20px;
    display:none;
    cursor: pointer;
      -webkit-font-smoothing: antialiased;
  }
  .go-top:after {
    font-family: FontAwesome;
    content: "\f106";
      background-color: var(--red);
      padding: 6px 10px;
    color: var(--off_white);
    position: absolute; 
    bottom:10px;
    font-size: 28px;
  }
  
  .go-top-text {
      position: absolute;
      width: 60px;
      text-align: center;
      font-family: 'Questrial';
      line-height: 1.5;
      letter-spacing: 3px;
      font-size: 12px;
      margin: 20px 0 0 -4px;
  }
  
  .go-top:hover {
      transition: all .4s linear;
      transform: scale(0.9);
  }
