body {
    margin: 0px;
    padding: 0px;
    font-family: "Proxima Nova Regular";
    font-size: 16px;
}

img {
    max-width: 100%;
}

a:focus,
button:focus {
    outline: none;
}

.btn-default {
    background: #b9101c;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    font-family: "Proxima Nova Bold";
}

    .btn-default:hover {
        background: #292b66;
        color: #fff;
    }

.navbar .navbar-nav .nav-link {
    color: #0d2b5d;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Proxima Nova Semibold";
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 5px;
    letter-spacing: 0.3px;
}

.navbar-expand-lg .navbar-nav li {
    padding: 0 10px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    /* background: lightgray; */
    color: white !important;
    border-radius: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1170px;
}
/* .navbar-light .navbar-nav .active a{border-bottom: solid 2px #b9101c;} */
.navbar {
    padding: 0px;
}

header {
    padding: 10px 0;
    position: fixed;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: white;
}

.navbar-toggler {
    display: none;
}

.home-slider .owl-carousel .owl-item:before {
    content: "";
    background: url(../images/pattern.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-slider {
    position: relative;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    .slider-caption > div {
        max-width: 800px;
        margin-top: 5%;
    }

    .slider-caption h2 {
        color: #fff;
        font-size: 30px;
        /*  text-transform: uppercase;*/
        /*font-family: "sans-serif";*/
        text-shadow: 1px 2px 3px #000;
    }

    .slider-caption h3 {
        color: #fff;
        font-size: 35px;
        text-transform: none;
        /*font-family: "sans-serif";*/
        text-shadow: 1px 2px 3px #000;
        font-weight: bold;
        margin-bottom: 35px;
    }

.down-arrow {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

@keyframes jump {
    0% {
        top: 0;
    }

    50% {
        top: 50px;
    }

    100% {
        top: 0;
    }
}

.down-arrow a span {
    animation: jump 5s infinite;
    position: relative;
    bottom: 35px;
}

.down-arrow a img {
    transition: 0.3s ease-in-out;
}

.home-slider .owl-nav .owl-prev {
    left: 0;
    background: url(../images/prev.svg) !important;
}

.home-slider .owl-nav .owl-next {
    right: 0;
    background: url(../images/next.svg) !important;
}

.home-slider .owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .home-slider .owl-nav .owl-prev span,
    .owl-nav .owl-next span {
        font-size: 0;
    }

.address-bar {
    background: #0d2b5d;
    font-size: 25px;
    color: #fff;
    padding: 20px 0;
    border-top: solid 1px #fff;
}

    .address-bar a {
        color: #fff;
        text-decoration: none;
        font-family: "Proxima Nova thin";
    }

    .address-bar img {
        width: 35px;
        margin-right: 10px;
    }

.strip-address {
    font-size: 18px;
    font-family: "Proxima Nova thin";
    display: flex;
    line-height: 20px;
}

    .strip-address img {
        width: 45px;
    }

.property-cat {
    padding: 40px 0;
}

    .property-cat h2 {
        color: #0d2b5d;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Proxima Nova Bold";
    }

.property-box h3 {
    font-size: 18px;
    color: #0d2b5d;
    font-family: "Proxima Nova Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 0 0;
}

.property-box {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

    .property-box a img {
        width: 15px;
    }

    .property-box a {
        height: 15px;
        background: #b9101c;
        color: #fff;
        text-transform: uppercase;
        font-family: "Proxima Nova Bold";
        letter-spacing: 1px;
        font-size: 12px;
        padding: 8px 15px 8px 10px;
        border-radius: 20px;
    }

        .property-box a:hover {
            text-decoration: none;
            background: #0d2b5d;
        }

.property-box-inner {
    padding: 15px;
    background-color: white;
    height: 130px;
}

.property-tabs {
    margin: 35px 0;
    text-align: center;
    justify-content: center;
}

    .property-tabs .nav-link {
        border: none;
        border-bottom: solid 1px transparent;
        color: #555555;
        font-size: 18px;
        margin: 0 15px;
        padding: 10px 15px;
    }

        .property-tabs .nav-link.active {
            color: #0d2b5d;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px #0d2b5d;
        }

        .property-tabs .nav-link:focus,
        .property-tabs .nav-link:hover {
            border: none;
            border-bottom: solid 1px #0d2b5d;
        }

.viewall-btn {
    padding: 35px 0;
    text-align: center;
    display: block;
    font-weight: bold;
}

    .viewall-btn a {
        border: solid 1px #0d2b5d;
        padding: 10px 25px;
        border-radius: 30px;
        /* color: #0d2b5d;*/
        display: inline-block;
        background-color: #0d2b5d;
        color: #fff;
        text-decoration: none;
        font-family: sans-serif;
    }

        .viewall-btn a:hover {
            background: #0d2b5d;
            text-decoration: none;
            color: #fff;
        }

.projects-view {
    background: url(../images/projects-view-bg.jpg);
    background-size: cover;
    padding: 35px 0;
    background-position: center top;
}

.view-box {
    text-align: center;
}

    .view-box img {
        margin-bottom: 15px;
    }

    .view-box h3 {
        font-size: 40px;
        font-family: "Proxima Nova Bold";
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    .view-box h4 {
        font-size: 30px;
        font-family: "Proxima Nova Semibold";
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    .view-box p {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Proxima Nova Light";
        margin: 0px;
    }

.whowe-section {
    padding: 50px 0;
    background: #f6f5f1 url(../images/whowe-bg.jpg);
    background-size: cover;
}

    .whowe-section .nav-tabs a {
        color: #0d2b5d;
        font-family: "Proxima Nova Bold";
        font-size: 18px;
        text-transform: uppercase;
    }

.whychoose-section {
    background: url(../images/building-pattern.png) center bottom repeat-x;
    padding: 0px 0 150px;
}

    .whychoose-section .row [class*="col-"] {
        padding: 0;
    }

.choose-box-heading {
    text-align: left;
    padding: 30px 60px 30px 0;
}

    .choose-box-heading h2 {
        font-size: 50px;
        color: #0d2b5d;
        font-family: "Proxima Nova Bold";
        text-transform: uppercase;
    }

.choose-box {
    padding: 30px 30px;
    text-align: center;
    font-size: 16px;
    height: 100%;
}

    .choose-box h3 {
        font-size: 25px;
        color: #383838;
        font-family: "Proxima Nova Semibold";
        font-size: 25px;
        padding: 20px 0 0px;
    }

.grey-box {
    background: #f6f6f6;
}

.testi-section {
    overflow: hidden;
}

.testi-slider-outer {
    position: relative;
    margin-left: 40%;
}

    .testi-slider-outer h2 {
        font-size: 40px;
        color: #0d2b5d;
        text-transform: uppercase;
        font-family: "Proxima Nova Bold";
        padding: 50px 0 30px;
    }

.testi-slider:before {
    content: "";
    width: 58px;
    height: 44px;
    position: absolute;
    left: 60px;
    top: 50px;
    background: url(../images/blockquote.png) left top no-repeat;
}
/* .testi-slider {
  max-width: 500px;
  padding: 70px 0 0 130px;
  background: url(../images/round-bg.png) left top no-repeat;
  height: 270px;
  font-size: 18px;
} */
.testi-slider {
    max-width: 500px;
    padding: 45px 0 0 130px;
    background: url(../images/round-bg.png) left top no-repeat;
    height: 370px;
    font-size: 18px;
}

    .testi-slider .owl-dots button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #dbdbdb;
        margin-right: 5px;
    }

    .testi-slider .owl-dots {
        padding-top: 30px;
    }

        .testi-slider .owl-dots button.active {
            background: #0d2b5d;
        }

.designation {
    font-size: 14px;
}

    .designation strong {
        display: block;
        font-size: 18px;
        color: #0d2b5d;
        font-family: "Proxima Nova Bold";
    }

.contact-section {
    background: url(../images/contact-bg.jpg);
    background-size: cover;
    padding: 50px 0;
}

.contact-heading {
    text-align: center;
    color: #fff;
}

    .contact-heading h2 {
        color: #fff;
        font-family: "Proxima Nova Bold";
    }

.contact-section form {
    padding: 50px 0;
}

    .contact-section form input,
    .contact-section form select {
        width: 100%;
        height: 40px;
        padding: 5px 10px;
        background: rgba(255, 255, 255, 0.5);
        border: solid 1px #fff;
        color: #fff;
    }

    .contact-section form textarea {
        width: 100%;
        height: 95px;
        padding: 5px 10px;
        background: rgba(255, 255, 255, 0.3);
        border: solid 1px #fff;
        color: #fff;
    }

.contact-section button {
    background: #ffa40b;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Proxima Nova Semibold";
    border: none;
    letter-spacing: 1px;
    float: right;
}

.contact-section form input::-webkit-input-placeholder,
.contact-section form textarea::-webkit-input-placeholder {
    color: #fff;
}

.contact-section form input:-ms-input-placeholder,
.contact-section form textarea:-ms-input-placeholder {
    color: #fff;
}

.contact-section form input::placeholder,
.contact-section form textarea::placeholder {
    color: #fff;
}

.award-section {
    padding: 50px 0;
}

    .award-section h2 {
        text-align: center;
        font-size: 30px;
        font-family: "Proxima Nova Bold";
        padding: 0 0 15px;
    }

    .award-section .owl-nav .owl-prev {
        left: -15px;
        background: url(../images/prev01.svg) !important;
    }

    .award-section .owl-nav .owl-next {
        right: -15px;
        background: url(../images/next01.svg) !important;
    }

    .award-section .owl-nav .owl-prev,
    .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .award-section .owl-nav .owl-prev span,
        .owl-nav .owl-next span {
            font-size: 0;
        }

.award-slider {
    position: relative;
}

footer {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    padding: 50px 0 30px;
    color: #c0c0c0;
    font-family: "Proxima Nova Light";
    font-size: 15px;
}

    footer h2 {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "Proxima Nova Semibold";
        letter-spacing: 1px;
    }

    footer a {
        color: #c0c0c0;
    }

        footer a:hover {
            text-decoration: none;
            color: #fff;
        }

    footer ul {
        margin: 0px;
        padding: 0px;
    }

        footer ul li {
            list-style: none;
            margin: 0 0 5px;
        }

.social-icon li {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

.nri-banner {
    margin-top: 2%;
    width: 100%;
}

.nri-package {
    background: url(../images/bg.png);
}

.bottom-package {
    background: url(../images/whowe-bg.jpg);
}

.copyright {
    border-top: solid 1px #666666;
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
}

.m-t-3 {
    margin-top: 3%;
}

.m-t-4 {
    margin-top: 4%;
}

.m-t-5 {
    margin-top: 5%;
}

.m-t-6 {
    margin-top: 6%;
}

.m-t-7 {
    margin-top: 7%;
}

.text-red {
    color: #b80f1c;
}

.text-yello {
    color: #f58d42;
}

.text-green {
    color: #15b018;
}

.side-text {
    padding-top: 8%;
    padding-left: 10%;
}

.nri-heading {
    font-size: 35px;
    text-align: left;
}

.nri-detail {
    font-size: 18px;
    text-align: left;
}

h2.nri-heading:after {
    height: 4px;
    display: block;
    margin-top: 2%;
    text-align: center;
    margin-bottom: 5%;
    width: 62%;
    background: #ba2125;
    border-right: 1px white;
    content: "";
}

.nri-collapse-head {
    background-color: #f7f2ec;
    text-align: left;
}

    .nri-collapse-head button {
        color: #224265;
        font-size: 22px;
        background: none;
        width: 100%;
        text-align: left;
    }

        .nri-collapse-head button span {
            float: right;
        }

.m-t-5 {
    margin-top: 5%;
}

.nri-collapse-head button.btn-link:hover {
    color: #0d2b5d;
    text-decoration: none;
    box-shadow: none;
}

.nri-collapse-head button.btn-link:focus {
    color: #0d2b5d;
    text-decoration: none;
    box-shadow: none;
}

.p-b-8 {
    padding-bottom: 8%;
}

.m-b-4 {
    margin-bottom: 4%;
}

.projects {
    background-color: #f1f1f1;
}

    .projects .contact-btn {
        float: right;
        background-color: #0d2b5d;
        color: white;
        margin-top: 2%;
        margin-bottom: 3%;
        font-size: 16px;
        border: none;
        padding: 1% 2%;
    }

    .projects .heading {
        float: left;
        margin-top: 2%;
        font-size: 35px;
        font-weight: bold;
        color: #0d2b5d;
    }

.project-img img {
    width: 78%;
    margin-left: -27%;
    height: 423px;
    float: left;
    margin-top: 9%;
    border: 6px solid #0d2b5d;
}

.projects .nri-collapse-head {
    background-color: #f1f1f1;
    text-align: left;
}

.project-detail {
    margin-top: 9%;
}

.projects .nri-collapse-head button {
    color: #231813;
    font-size: 15px;
}

.projects .card {
    border: none;
}

.project-second {
    margin-top: 16%;
}

    .project-second .project-img img {
        margin-right: -20%;
        float: right;
        margin-top: 9%;
    }

    .project-second .project-detail {
        width: 30%;
    }

button.contact-btn {
    background-color: #0d2b5d;
    color: white;
    border: none;
    font-size: 17px;
    padding: 1% 5% 1% 5%;
}

.contact-form textarea {
    height: 146px;
}

.contact.choose-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.085);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.085);
}
    /* .more-contact {
  margin-top: 11%;
} */
    .contact.choose-box i {
        font-size: 40px;
        color: #b80f1c;
    }

.contact.choose-box {
    color: #0d2b5d;
}

.contact-bg {
    background-image: url(../images/contact-bg.png);
}

.w-100 {
    width: 100%;
}

.FAQ-cat .nri-collapse-head {
    background-color: #fff;
}

.FAQ-cat {
    background-image: url(../images/faq-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 12%;
}

.gallery-cat .property-tabs .nav-link.active {
    background-color: #b80e1c;
    color: white;
    content: "";
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    transform: skewX(15deg);
}

.gallery-cat .nav-tabs {
    border-bottom: none;
}

.gallery-cat .tiles {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tiles .tile {
    display: inline-block;
    margin: 10px;
    text-align: left;
    opacity: 0.99;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    height: 260px;
}

    .tiles .tile:before {
        content: "";
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100% );
        width: 100%;
        height: 50%;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        transition-property: top, opacity;
        transition-duration: 0.3s;
    }

    .tiles .tile img {
        display: block;
        max-width: 100%;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .tiles .tile .details {
        font-size: 16px;
        padding: 20px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
    }

        .tiles .tile .details span {
            display: block;
            opacity: 0;
            position: relative;
            top: 100px;
            transition-property: top, opacity;
            transition-duration: 0.3s;
            transition-delay: 0s;
        }

        .tiles .tile .details .title {
            line-height: 1;
            font-weight: 600;
            font-size: 18px;
        }

        .tiles .tile .details .info {
            line-height: 1.2;
            margin-top: 5px;
            font-size: 12px;
        }

    .tiles .tile:focus:before,
    .tiles .tile:hover:before,
    .tiles .tile:focus span,
    .tiles .tile:hover span {
        opacity: 1;
    }

    .tiles .tile:focus:before,
    .tiles .tile:hover:before {
        top: 50%;
    }

    .tiles .tile:focus span,
    .tiles .tile:hover span {
        top: 0;
    }

    .tiles .tile:focus .title,
    .tiles .tile:hover .title {
        transition-delay: 0.15s;
    }

    .tiles .tile:focus .info,
    .tiles .tile:hover .info {
        transition-delay: 0.25s;
    }

.row.gallery-row {
    margin-bottom: 13%;
    margin-top: 17%;
}

.row.gallery-row-second {
    margin-bottom: 13%;
    margin-top: 25%;
}

.blog-box-inner {
    position: relative;
    margin: -97px 20px 0px;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 5px solid #b80f1c;
}

.h-fit {
    height: fit-content;
    border: 5px solid #292b66;
}

.blog-cat {
    background-image: url("../images/whowe-bg.jpg");
}

.vision-cat {
    /* background-image: url(../images/contact-bg.png); */
    background-image: url(../images/bg.png);
}

    .vision-cat h2.nri-heading:after {
        width: 11%;
        margin-bottom: 2%;
    }

.gala-timetable-item {
    padding-bottom: 35px;
}

.gala-timetable-icon {
    padding: 0;
    text-align: center;
}

    .gala-timetable-icon .icon-wrapper {
        background-color: #0d2b5d;
        width: 93px;
        height: 93px;
        border-radius: 100%;
        z-index: 8;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

        .gala-timetable-icon .icon-wrapper:before {
            content: "";
            width: 5px;
            height: 106%;
            background: #0d2b5d;
            display: block;
            position: absolute;
            left: calc(50% - 2.5px);
            bottom: -102px;
            z-index: -1;
        }

    .gala-timetable-icon img {
        height: 40px;
    }

.gala-timetable-title {
    color: #0d2b5d;
    font-weight: bold;
}

.gala-timetable-icon.last-icon .icon-wrapper:before {
    display: none;
}

.profile-side-img {
    margin-top: -29%;
}

.profile-cat .side-text {
    padding-left: 0%;
}

.profile-cat.whychoose-section {
    background: url(http://nestin.bold-themes.com/cozy/wp-content/uploads/sites/4/2020/01/background_02_amenities.jpg);
    padding: 145px 0 150px;
}

.m-t-10 {
    margin-top: 10%;
}

.property-cat {
    background-image: url(../images/bg.png);
}

.p-t-4 {
    padding-top: 4%;
}

.f-s-24 {
    font-size: 24px;
}

.post-requirement img {
    border-radius: 50%;
}

.post-requirement .nri-heading {
    font-size: 27px;
    margin-top: 14%;
    color: #292b68;
    text-align: center;
    font-weight: bold;
}

.p-d-4 {
    padding: 4%;
}

.post-requirement {
    background: none;
}

.no-bg {
    background: none;
}

.our-journey {
    width: 100%;
    /*  height: 346px;*/
    height: 450px;
}
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
/* #enquiry_form{
  width:92%
}
#enquiry {
  width:100%;
  
    bottom: 0;
    left: 0;
    height: 45%;
  display:none;
  position:fixed;
  background-color:#313131;
  overflow: hidden;
  }
  #close {
    position: absolute;
    right: 8%;
    font-size: 26px;
    top: 3%;
    color: #ffffff;
    cursor: pointer;
}
  div#popupContact {
    position: absolute;
    left: 5%;
    top: 2%;
    margin-left: 0;
  font-family:'Raleway',sans-serif
  }
  #enquiry {
    border: 1px solid #ccc;
    z-index: 999;
    max-width: 21%;
    min-width: 19%;
    padding: 0px 0px;
  border-radius:10px;
  font-family:raleway;
  background-color:#fff
  }
  #enquiry p {
  margin-top:30px
  }
    #enquiry h2 {
      background-color: #0d2b5d;
      padding: 20px 35px;
      color: white;
      font-size: 22px;
      margin: -10px -50px;
      text-align: center;
      border-radius: 10px 10px 0 0;
  }
  hr {
  margin:10px -50px;
  border:0;
  border-top:1px solid #ccc
  }
  #enquiry input[type=text] {
  width:100%;
  padding:10px;
  margin-top:10px;
  border:1px solid #ccc;
  padding-left:40px;
  font-size:16px;
  font-family:raleway
  }
  #enquiry input[type=email] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding-left: 40px;
    font-size: 16px;
    font-family: raleway;
}
  #enquiry_name {
  background-image:url(../images/name.jpg);
  background-repeat:no-repeat;
  background-position:5px 7px
  }
  #enquiry_email {
  background-image:url(../images/email.png);
  background-repeat:no-repeat;
  background-position:5px 7px
  }
  #enquiry_msg {
      background-image: url(../images/msg.png);
      background-repeat: no-repeat;
      background-position: 5px 7px;
      width: 100%;
      height: 30%;
      padding: 10px;
      resize: none;
      margin-top: 3%;
      border: 1px solid #ccc;
      padding-left: 40px;
      font-size: 16px;
      font-family: raleway;
      margin-bottom: 2%;

  }
  #submit {
    
  text-decoration:none;
  width:100%;
  text-align:center;
  display:block;
  background-color:#FFBC00;
  color:#fff;
  border:1px solid #FFCB00;
  padding:10px 0;
  font-size:20px;
  cursor:pointer;
  border-radius:5px
  }
  #enquiry span {
  color:red;
  font-weight:700
  }
  #enquiry button {
    height: 45px;
    border-radius: 3px;
    background-color: #0d2b5d;
  color:#fff;
  font-family:'Raleway',sans-serif;
  font-size:18px;
  cursor:pointer
  }
 
  #popup {
      color: white;
      position: fixed;
      font-weight: bold;
      bottom: 0%;
      z-index: 9;
      height: 5%;
      background-color: #0d2b5d;
     width: 8%;
 
}

button#popup .fa {
  color: #292a66;
  font-size: 38px;
} */

.adjust-font .nri-collapse-head button {
    font-size: 18px;
}

.profile.post-requirement img {
    height: 44%;
    /* border-radius: 50%; */
    /* width: 100%; */
    /* border: 2px solid #ccc; */
}

.award-text {
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-top: 17px;
}

.profile-cat .gala-timetable-icon {
    margin-top: -44%;
}

    .profile-cat .gala-timetable-icon .icon-wrapper:before {
        content: "";
        width: 3px;
        height: 495%;
        background: #f4ab5f;
        display: block;
        position: absolute;
        left: calc(50% - 2.5px);
        bottom: -634px;
        z-index: -1;
    }

    .profile-cat .gala-timetable-icon .icon-wrapper {
        background-color: #f4ac5f;
        width: 129px;
        height: 129px;
        border-radius: 100%;
        z-index: 8;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

.gala-timetable-icon .icon-wrapper.last:before {
    bottom: -503px;
    z-index: -1;
}

.profile.whychoose-section {
    background: url(http://nestin.bold-themes.com/cozy/wp-content/uploads/sites/4/2020/01/background_02_amenities.jpg) no-repeat;
    padding: 59px 0 150px;
}

    .profile.whychoose-section h2 {
        color: #0d2b5d;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Proxima Nova Bold";
    }

#googlemaps {
    height: 400px;
}

.project-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.project-data .property-box-inner {
    height: 170px;
}

.project-type {
    border-top: 1px solid #dbdbdb;
    padding-top: 2%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 2%;
    margin: 6% 0;
}

.view-box h5 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 2rem;
}

.last-box {
    line-height: 3rem;
}

#ecww-more {
    background: #333;
    font: normal 13px/1 Helvetica, Arial, Verdana, Sans-serif;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    width: 100%;
    clear: both;
    margin: 0;
    clear: both;
    float: left;
}

    #ecww-more a {
        background: #333;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px dotted #ccc;
    }

#ecww-widgetwrapper {
    min-width: 50%;
    width: 60%;
    margin: auto;
}

.calculator {
    margin-top: 5%;
    padding-bottom: 11%;
    background: url(../images/building-pattern.png) center bottom repeat-x;
    padding: 0px 0 150px;
}

.p-lr-4 {
    padding-left: 4%;
    padding-right: 4%;
}

.profile .nri-heading {
    font-size: 22px;
    margin-top: 10%;
    color: #292b68;
    text-align: center;
    font-weight: bold;
}
/* .enquiry-button{
  position: fixed;
  right: -2.2%;
  z-index: 99;
  bottom: 31%;
  background-color: #0d2b5d;
  font-weight: bold;
  border: 1px solid white;
  padding: 0.5% 2%;
  transform: rotate(270deg);
  color: white;
} */
.enquiry-button {
    position: fixed;
    right: -2.1%;
    text-align: right;
    top: -1%;
    z-index: 99;
    /* bottom: 31%; */
    /* background-color: #0d2b5d; */
    font-weight: bold;
    /* border: 1px solid white; */
    padding: 0;
    /* transform: rotate(270deg); */
    color: white;
    display: none;
}

.submit-button {
    width: 100%;
    border: none;
    font-weight: bold;
    padding: 7px 0;
    color: white;
    background-color: #0d2b5d;
}

.enquiry-button img {
    width: 69%;
}

.career-form {
    background-color: white;
    padding: 5%;
    border-left: 1px solid #eaeaea;
}

.resume-btn {
    color: white;
    background-color: #b80f1c;
    text-decoration: none;
    font-weight: bold;
    padding: 1% 1%;
}

    .resume-btn:hover {
        color: white;
        background-color: #b80f1c;
        text-decoration: none;
    }

.home-slider {
    padding-top: 6%;
}

.badges-red {
    color: white;
    width: 30%;
    padding: 1% 0;
    background-color: #b80f1c;
    text-align: center;
    position: absolute;
    transform: rotateZ(360deg);
    top: 0%;
    left: 4%;
}

.property-box a:hover {
    color: white;
}

.badges-green {
    color: white;
    width: 30%;
    padding: 1% 0;
    background-color: green;
    text-align: center;
    position: absolute;
    transform: rotateZ(360deg);
    top: 0%;
    left: 4%;
}

div#ecww-widget {
    border-bottom: 31px solid #2f302b;
    position: relative;
    padding-top: 0;
    padding-bottom: 280px;
    height: 0;
    overflow: hidden;
}

.text-capitalize p {
    text-transform: capitalize;
}

div#call {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    position: fixed;
    right: 2%;
    bottom: 25%;
    z-index: 99;
    /* background-color: white; */
    height: 65px;
    font-size: 35px;
    width: 65px;
    text-align: center;
    border-radius: 50%;
    background-color: darkgreen;
    color: white;
}

.fa-phone {
    color: white;
}

div#call a {
    color: #0d2b5d;
    vertical-align: sub;
}

div#whatsapp {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    position: fixed;
    right: 2%;
    bottom: 12%;
    z-index: 99;
    /* background-color: white; */
    height: 65px;
    font-size: 35px;
    width: 65px;
    text-align: center;
    border-radius: 50%;
    background-color: darkgreen;
    color: white;
}

.fa-whatsapp {
    color: white;
}

div#whatsapp a {
    color: #0d2b5d;
    vertical-align: sub;
}

.property-box img {
    width: 100%;
    max-height: 350px;
    min-height: 250px;
    height: 285px;
    border: none;
}
/* Set the size of the div element that contains the map */
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.modal-content {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(https://i.pinimg.com/736x/bb/3c/a3/bb3ca3f6340cc3c79ac58eaf59c1fd60.jpg); */
}

@media (min-width: 576px) {
    #landingpageModal .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}

#landingpageModal .modal-header {
    background-color: #d39e00;
    display: inline-block;
}

#landingpageModal .modal-title {
    color: white;
    font-family: cursive;
    text-align: center;
}

#landingpageModal .submit-button {
    background-color: #d39e00;
    font-family: cursive;
}

.darkgreen {
    background-color: darkgreen;
}

.level2Team {
    height: 50% !important;
    width: 50% !important;
}

.margin-1 {
    margin-top: 1%;
}

#landingpageModal button#close {
    margin-top: -6%;
    color: white;
    font-size: 39px;
}

.hyperlink-button-link {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: darkgreen;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10%;
}

    .hyperlink-button-link:hover {
        background-color: #0d2b5d;
        color: #fff;
        text-decoration: none;
    }

.h2-Style-Welcome {
    font-size: 2.5rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    color: #0d2b5d;
}

.p-Style-Welcome-Content {
    font-size: 1.0rem;
    /*font-family: 'Poppins',sans-serif;*/
    font-weight: 300;
    text-align: justify;
}

.m-t-p-3 {
    margin-top: 3% !important;
}

.m-t-p-0 {
    margin-top: 0% !important;
}

.f-w-b {
    font-weight: bold;
}

.separator {
    border-top: 2px solid red
}

.Square-Shado-Box {
    /* border: 1px solid #000; */
    border-radius: 10px;
    padding: 8px;
    box-sizing: border-box;
    /* border: 2px solid; */
    /* border-radius: 8px; */
    /* padding: 15px; */
    /* background: #fff; */
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

h1 {
    text-align: center;
    color: #333;
}

.category {
    margin-bottom: 30px;
}

    .category h2 {
        background-color: #0d2b5d;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        margin: 0 0 20px 0;
        font-size: 20px;
    }

.associate {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.details {
    flex: 1;
}

    .details h3 {
        margin: 0 0 5px 0;
        color: #007bff;
    }

    .details p {
        margin: 0;
        color: #666;
    }

.wid-10 {
    width: 10%;
    border-radius: 0% !important;
}

.ngo-description {
    width: 380px;
    padding-left: 5px;
    font-weight: bold;
    /* color: #007bff; */
    background-color: #f4f4f4;
    /* padding: 10px; */
    /* border-radius: 5px; */
    /* border: 1px solid #ddd; */
    /* text-align: center; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    /* margin: 20px 0; */
}

.ZeditLogo {
    background: black;
    height: auto;
    padding: 20px 10px;
    position: relative;
    z-index: 99;
    width: 10%;
    /* height: 100px; */
}
/*
.project-details {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

    .project-details h2 {
        color: #d9534f;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .project-details ul {
        list-style-type: none;
        padding: 0;
    }

        .project-details ul li {
            font-size: 16px;
            margin-bottom: 5px;
        }
*/

.sustainable-living {
    background: #f0f8f5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

    .sustainable-living h2 {
        color: #28a745;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .sustainable-living p {
        font-size: 16px;
        color: #333;
    }

    .sustainable-living h3 {
        color: #d9534f;
        font-size: 20px;
        margin-top: 15px;
    }

    .sustainable-living ul {
        list-style-type: none;
        padding: 0;
    }

        .sustainable-living ul li {
            font-size: 16px;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
        }

            .sustainable-living ul li strong {
                margin-left: 5px;
            }

.Projectdetails-view-more-inner {
    display: inline-block;
    padding: 0px 10px;
    background-color: green;
    color: #fff;
    text-decoration: none;
    border: none;
    /* border-radius: 5px; */
    font-weight: bold;
    transition: background-color 0.3sease;
    /* margin-left: 25px; */
}

    .Projectdetails-view-more-inner:hover {
        background-color: #c92c3c;
        color: #fff;
    }

.Projectdetails-view-more {
    display: inline-block;
    padding: 5px 50px;
    background-color: green;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-left: 25px;
}

    .Projectdetails-view-more:hover {
        background-color: #c92c3c;
        color: #fff;
    }

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.slider {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}

    .slider img {
        width: 180px;
        height: auto;
        border-radius: 6px;
        cursor: pointer;
    }

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 28px;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

    .slider-btn.prev {
        left: 0;
    }

    .slider-btn.next {
        right: 0;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    display: block;
    max-width: 80%;
    max-height: 80%;
    margin: 60px auto;
    border-radius: 8px;
}

.modal-close,
.modal-prev,
.modal-next {
    position: absolute;
    top: 50%;
    font-size: 36px;
    color: white;
    cursor: pointer;
    transform: translateY(-50%);
}

.modal-close {
    top: 20px;
    right: 30px;
    font-size: 40px;
}

.modal-prev {
    left: 30px;
}

.modal-next {
    right: 30px;
}

.height-80 {
    height: 80px
}

.project-table-section {
    margin-top: 30px;
}

.table-responsive {
    overflow-x: auto;
}

.project-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
}

.project-table th,
.project-table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    text-align: center;
}

.project-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.m-l-0 {
    margin-left: 0px;
}
