@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.container,.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0
}

.bestLead,.commonbutton,.send_btn.btn,button.close_popup,a {
    cursor: pointer;
    transition: .5s
}

:root {
    --theme-main2: #6a1d5e;
    --theme-main: #a68842;
    --dark-grey: #3d3d3d
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,button,h1,h2,h3,h4,h5,h6,input,label,li,p,select,span,td,textarea,th {
    font-family: "Outfit", sans-serif;

}

.container {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto
}

.header_warrper .container{padding-left: 5px; padding-right: 5px;}
.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: var(--bs-gutter-y)
}

.align-items-center {
    align-items: center!important
}

.text-center {
    text-align: center
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.mb-30 {
    margin-bottom: 30px
}
.p-0{padding: 0;}
.bg-cyan {
    background: #F4F8FF;
}
.contactBootom .col-md-6,.mb-20 {
    margin-bottom: 20px
}
.locationpara p {
    font-size: 18px;
    line-height: 1.7;
}
.mb-10 {
    margin-bottom: 10px
}

.mt-30 {
    margin-top: 30px
}

.mt-20 {
    margin-top: 20px
}

.mt-10 {
    margin-top: 10px
}

span.divider {
    display: block;
    background: var(--theme-main2);
    padding: 2px;
    max-width: 100px;
    margin: 20px auto 0
}

.commonheadingh2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #202020;
    position: relative;
    font-weight: 700;
}

.menuList li.active a,.menuList>ul>li:hover>a,.pro_title {
    color: var(--theme-main)
}
.text-theme{color: var(--theme-main);}
.commonheadingh2:before {
    content: "";
    display: none;
}
.pro_title:before {
    content: "";
    position: absolute;
    top: 14px;
    right: -70px;
    height: 2px;
    width: 60px;
    background-color: var(--theme-main);
}
.pro_title:before {
    content: "";
    position: absolute;
    top: 14px;
    right: -70px;
    height: 2px;
    width: 60px;
    background-color: var(--theme-main);
}
.pro_title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.commonheadingh2.text-center::before {
    left: 50%;
    transform: translate(-50%)
}
.banner_content ul.key_high i {
    margin-right: 6px;
}
.commonheadingh3 {
    color: #282828;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 500;
}

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
    color: #878787;
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1150px
    }
}

@media (min-width: 1350px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1280px
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

header.header_warrper.fixed {
    position: fixed;
    top: 0;
      background: rgb(27 27 27 / 72%);
    z-index: 999;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%)
}

header.header_warrper {
    z-index: 99;
    width: 100%;
    transition: .5s;
    position: absolute;
    padding: 20px 0px;
}
.commonbutton:hover {
    background: var(--theme-main);
}
.justify-content-between {
    justify-content: space-between;
}

.max_para {
    font-size: 17px;
    font-weight: 200;
    margin: 20px 0 40px;
}

.slidersbanner img {
    width: 100%;
}
.headerBoxPo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_main img {
    max-width: 210px;
}

.commonbutton {
    background: rgb(32 32 32 / 37%);
    padding: 10px 25px;
    display: inline-block;
    border-radius: 7px;
    text-decoration: none;
    margin-left: 8px;
    color: #fff;
    transition: all 0.5s ease;
}

.bannerhomeSlider {
    position: relative;
}

.bannerhomeSlider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 190px;
    background: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 49%));
    z-index: 9;
}

.commonbutton i {
    margin-right: 4px;
}
.modal_formPoup.active {
    display: flex !important;
}

.modal_formPoup {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgb(0 0 0 / 68%);
    z-index: 999;
    height: 100%;
    left: 0;
    justify-content: center;
    align-items: center;
}

.contact_usWith {
    max-width: 380px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.contact_usWith .close_popup {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 20px;
}
.swiper-pagination-bullet {
    width: 30px;
    border-radius: 23px;
    height: 5px;
    background: #fff;
    opacity: 0.8;
}
.swiper-pagination.swiper-pagination-bullets {
    bottom: 30px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {   background: var(--theme-main);}

.fontSource {
    font-family: "Source Serif 4", serif;
    font-weight: 300;
}

.customh3 {
    font-size: 2.8rem;
}

.h2-lineWap {
    display: flex;
    margin-bottom: 30px;
    gap: 10px;
    justify-content: center;
}
.h2-lineWap .line {
    height: 1px;
    max-width: 250px;
    width: 100%;
}
.h2-lineWap svg {
    height: 100%;
    width: 100%;
}

.h2-lineWap .SubHeading {
    text-transform: uppercase;
    color: var(--theme-main);
    font-size: 20px;
    font-weight: 500;
}
ul.NRIBoxList {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 2%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    justify-content: center;
}

.NRI_Benift .h2-lineWap .SubHeading2 {
    display: block;
    margin-bottom: 3px;
}
.NRI_Benift {
    text-align: center;
    background: #fff3df;
    padding: 50px 40px;
    border-radius: 7px;
    margin: 50px 0 0;
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    gap: 20px;
}

.NRI_Benift .h2-lineWap {
    display: block;
    margin-bottom: 0;
    text-align: left;
}

ul.NRIBoxList p {
    margin: 10px  0 0;
    line-height: 1.4;
}
.bg-grey {
    background: #f7f7f7;
}
.serviceImgTextDiv figure {
    min-height: 36px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.project-vertical-block {
    padding: 20px;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
}
.project-vertical-block > .block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.project-status {
    background-color: #525252;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 5px 4px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.project-vertical-block .project-logo {
   bottom: 12px;
   left: 8px;
   background-color: #fff;
   border: 1px solid #f6f6f6;
   padding: 7px;
   position: absolute;
}

.projects-img {
    position: relative;
}

.project-logo img {
    width: 100%;
    max-width: 95px;
    height: auto;
}
.commonbutton.projetcbnt:hover,.commonbutton.buttonSame:hover {
    background: #4f4f4f;
}
.leftExpriceCOlum .h2-lineWap {
    justify-content: start;
    margin-bottom: 10px;
}

.leftExpriceCOlum .customh3 {
    margin-bottom: 10px;
}

.leftExpriceCOlum p {
    margin-bottom: 35px;
}

.commonbutton.buttonSame {
    margin: 0;
    background: var(--theme-main);
}

.commonbutton.projetcbnt {
    margin-top: 40px;
    padding: 16px 50px;
    background: var(--theme-main);
}
.project-vertical-block .project-logo picture {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-title h2 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: var(--theme-main);
    margin: 10px 0 0px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-desc-price span {
    font-size: 16px;
    display: block;
}

.project-desc-price span a {
    color: #464646;
    text-decoration: none;
}

.project-desc-price span.project-price {
    font-weight: 600;
    margin: 3px 0;
}

.project-title-and-price {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin-bottom: 17px;
    min-height: 100px;
}
.project-configurations ul {
    display: flex
;
    flex-wrap: wrap;
    margin: 0 -40px -16px;
}
.project-configurations ul li {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 2px;
    margin-bottom: 12px;
    list-style: none;
}
.project-configurations-items {
    display: flex;
    align-items: center;
    gap: 12px;
}
.project-configurations-icon {
    width: 32px;
    flex: 0 0 30px;
}
.project-configurations-icon svg {
    width: 36px;
    height: 36px;
    display: block;
    color: #7c7c7c;
}
 .project-configurations-desc h4 {
    text-transform: uppercase;
    font-size: 11px;
    color: #7c7c7c;
    font-weight: 400;
}
.project-configurations-desc span {
    color: #424242;
    font-weight: 600;
}

.projects-img img {
    width: 100%;
}
.project-vertical-block:hover .project-contact-detail {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.project-contact-detail {
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #f1e4c9;
    background: rgb(255 255 255 / 80%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 10px 5px;
    border-top: 1px solid #dedede;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 9;
}
.OurExpricebox img {
    border-radius: 5px;
}
.content_div .line {
    max-width: 150px;
}
.project-contact-detail ul {
    display: grid;
    grid-template-columns: 1fr 1fr 35px;
    gap: 9px;
    padding: 0 6px;
    list-style: none;
}

.project-contact-detail ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-decoration: none;
    background: #fff2de;
    padding: 4px;
    font-size: 14px;
    color: #a76b0d;
    border-radius: 2px;
}

.project-contact-detail ul li .project-contact-icon svg {
    max-width: 20px;
}

.project-contact-detail ul li.project-price-and-contact-item a {
    background: #878787;
    color: #fff;
    padding: 0px;
    height: 100%;
}

.project-contact-detail ul li a:hover {
    background: var(--theme-main);
    color: #fff;
}
.content_div .line {
    max-width: 150px;
}

.decision_corner {
    background-image: linear-gradient(to bottom, #f9f5ef, #d3c7b5a8);
}

.decision_corner figure.img {
    max-width: 330px;
    margin: 0 auto;
}

.flex_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.flex_div .boxes {
    padding: 20px 0 0;
}

.flex_div .boxes .title {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}
footer.footerwarp {
    background: #f7f7f7;
    padding: 50px 10px 20px;
}
.footer_widget1 .Footerlogo {
    padding-right: 30px;
    padding-bottom: 13px;
}
.footerwarp h4 {
    font-size: 20px;
    margin-bottom: 13px;
}
ul.footerlist {
    padding-left: 18px;
}
.footerwarp li {
    margin-bottom: 8px;
}
.inner-footer-bottom {
    border-top: 1px solid #a9a9a9;
    margin-top: 20px;
    padding-top: 30px;
}

.inner-footer-bottom p {
    max-width: 1100px;
    margin: 0 auto 20px;
}
footer.footerwarp p {
    color: #555555;
}

ul.footerlist a {
    color: var(--theme-main);
}.contactBootom .heading-style-h4 {
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 14px;
    margin-bottom: 23px;
}

.contactBootom   label {
    display: block;
    font-size: 17px;
    color: #2e2e2e;
    margin-bottom: 5px;
}

.contactBootom .form-group {
    margin-bottom: 16px;
}

.contactBootom .form-group input,.contactBootom .form-group select,.contactBootom .form-group textarea {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
}

.contactBootom .form-group textarea {
    padding: 14px;
    height: 80px;
}

.form-group.contact_number {
    display: grid;
    grid-template-columns: 110px 1fr;
}

.form-group.contact_number select.countryCode {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.form-group.contact_number input.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

button.send_btn.btn {
        padding: 9px 35px;
        display: inline-block;
        border-radius: 7px;
        text-decoration: none;
        margin-left: 8px;
        color: #fff;
        transition: all 0.5s ease;
        background: var(--theme-main);
        border: none;
        font-size: 18px;
        text-transform: uppercase;
}
.PropertyGridBox .col-md-4 {
    padding: 0 8px;
}
.contact_usWith {  animation-name:glow;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-direction:alternate;}
@keyframes glow{
  from{box-shadow:0px 0px 15px #000000,0px 0px 5px #d58200;}
  to{box-shadow:0px 0px 40px #a4a4a4,0px 0px 20px #945a00;}
}

@media(max-width:1349px){
    .customh3 {
    font-size: 2.3rem;
}
}

@media(max-width:1199px){
    .customh3 {
        font-size: 2rem;
    }
    .NRI_Benift {
        padding: 40px 30px;
        margin: 40px 0 0;
    }
    .content_div .line {
    max-width: 100px;
}
}
@media(max-width:991px){
    .h2-lineWap .line {
        max-width: 170px;
        width: 100%;
    }
    .customh3 {
        font-size: 1.8rem;
    }
    .NRI_Benift {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .NRI_Benift .h2-lineWap {
        margin-bottom: 10px;
        text-align: center;
    }
    .leftExpriceCOlum{
        margin-bottom: 30px;
    }
    .decision_corner figure.img {
        margin: 0 auto 40px;
    }
    .footer_widget1 .Footerlogo {
    padding-right: 0;
    padding-bottom: 0;
    max-width: 220px;
}
}
@media(max-width:767px){
    .slidersbanner img {
        min-height: 360px;
        object-fit: cover;
    }
    .headerBoxPo {
        padding: 0 20px;
    }
    ul.NRIBoxList li {
    width: 31%;
    margin: 11px 0;
}
ul.NRIBoxList {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
ul.footerlist {
    margin-bottom: 30px;
}
}
@media(max-width:650px){
    .h2-lineWap .SubHeading {
        font-size: 18px;
    }
    .h2-lineWap .line {
        max-width: 90px;
    }
    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .swiper-pagination-bullet {
    width: 20px;
        height: 4px;
    }
}
@media(max-width:550px){
.h2-lineWap {
    margin-bottom: 10px;
}
.slidersbanner img {
        min-height: 320px;
    }
    .logo_main img {
        max-width: 180px;
    }
    .commonbutton {
        padding: 8px 15px;
    }
    .commonbutton.projetcbnt {
        margin-top: 30px;
        padding: 14px 30px;
    }
        .customh3 {
        font-size: 1.6rem;
    }
}
@media(max-width:480px){
    .rightmenyu .commonbutton {
    font-size: 0;
    border-radius: 50%;
    width: 45px;
    padding: 0;
    height: 45px;
    text-align: center;
    line-height: 59px;
}

.rightmenyu .commonbutton i {
    margin: 0;
    font-size: 20px;
}
header.header_warrper.fixed {
    padding: 10px 0px;
}
ul.NRIBoxList li {
        width:50%;
        margin: 0px 0;
        border-bottom: 1px solid #c9b28b;
        padding: 30px 0;
    }
        .NRI_Benift {
        padding: 30px 20px;
        gap: 0;
    }
        ul.NRIBoxList {
        gap: 0;
    }
    ul.NRIBoxList li:last-child {
    padding-bottom: 0;
    border: none;
}
ul.NRIBoxList li:nth-child(1), ul.NRIBoxList li:nth-child(3) {
    border-right: 1px solid #c9b28b;
}
ul.NRIBoxList li:nth-child(1), ul.NRIBoxList li:nth-child(2) {
    padding-top: 20px;
    margin-top: 20px;
}
    .headerBoxPo {
        padding: 0 10px;
    }
}
@media(max-width:375px){
    .logo_main img {
        max-width: 170px;
    }
    .footerwarp li {
        word-wrap: break-word;
    }
    .flex_div {
    grid-template-columns: 1fr;
}
}