*,body{
    font-family: 'Poppins', sans-serif;
    margin:0px;
    padding:0px;
    font-size:12pt;
    color:#31342b;
    font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration: none;
}

table td a {
    display: block;
}

.font-12{
    font-size:12pt;
    line-height: 20pt;
}

.font-10{
    font-size: 10pt;
}

.font-24{
    font-size:24pt;
    line-height: 30pt;
}

.font-18{
    font-size:18pt;
}

.font-21{
    font-size:21pt;
}

.color-dark{
    color:#020202;
}

.color-black{
    color:#000;
}

.color-white {
    color:#ffffff;
}

.font-20{
    font-size:20pt;
    line-height: 26px;
}

.inner-header-form {
    padding:0 17%;
    display: grid;
    grid-template-columns: 100px 1fr 1fr 80px;
    grid-gap: 15px;
    align-items: center;
}
/*.inner-header-form {
    padding: 0px 33% 0px 0px;
    display: grid;
    grid-template-columns: 100px 1fr 1fr 80px;
    grid-gap: 15px;
    align-items: center;
}*/

.inner-header-form:last-child{
    grid-template-columns: 1fr 1fr 1fr 80px;
}

.inner-header-form label{
    color:#31342b;
    font-size: 12pt;
}

.header .header-left{
    background-color: #e7c163;
    /*height:118px;*/
}

.header .header-right{
    background:#231f20;
}

.header-bottom{
    padding: 22px 0px;
}

.header-bottom .navbar-expand-lg .navbar-nav .nav-link{
    font-size:12pt;
    /*direction: rtl;*/
    color:#31342b;
    font-weight: 500;
    transition: all .3s linear;
}

.header-bottom .navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#e7c163;
}

.header-form select.form-select{
    background-image: url(../pics/accordian-arrow.png);
    height: 46px;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    direction: rtl;
    background-position: left 0.75rem center;
    border-color:#30342b;;
    background-color: transparent;
}

.green-btn{
    background-color: #30342b;
    height: 46px;
    width: 100px;
    font-weight: 600;
    font-size: 14pt;
    color:#e7c163;
}

.inner-header-form input[type='checkbox']{
    background-color: transparent;
    border: 1px solid #231f20;
    border-radius: 0px;
}

.dropdown-item{
    font-size:11.5pt;
    border-bottom:1px solid #31342b;
}

.dropdown li:last-child .dropdown-item{
    border-bottom: 0;
}

input[type="checkbox"]:focus,
select.form-select:focus,
button.btn:focus{
    outline:0;
    box-shadow: none;
}

.golder-round{
    width:250px;
    padding:35px 44px 0 35px;
    background-image: url('../pics/golder-round.png');
    background-size:contain;
    background-repeat:no-repeat ;
    margin: 15px auto;
}

.gallery-sec .golder-round h3:first-child span{
    margin-left: 9px;
}


.sec-heading span,
.golder-round h3:first-child span{
    border-top:4px solid #e5be60;
    border-bottom:4px solid #e5be60;
    display: inline-block;
    width:100px;
    line-height: 35px;
    font-weight: 800;
    padding-top: 2px;
    padding-bottom: 5px;
}

.fw-theme{
    font-weight: 800;
}

.sec-heading span{
    border-color:#020202;
}

.bg-yellow{
    /* height:735px; */
    background-image: url('../pics/yellow-bg.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.text-justify{
    text-align: justify;
}

.customer-slide{
    margin:0 -20px;
}

.middle-logo{
    border-top: 4px solid #e5be60;
    background-color: #231f20;
    text-align: center;
}

.bg-blue-section{
    padding:100px 0 200px 0;
    background-image: url('../pics/bg-blue-big.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    background-position: left 70% top 150px;
}

#accordionExample{
    padding-bottom: 130px;
}

.map-text{
    padding: 8px 0 10px 0;
    background: #d0ae5ad9;
}

.box-girl-img .sec-heading span{
    width:unset;
    padding-left: 25px;
    padding-right: 25px;
    border-color:#e5be60;
}

.box-girl-img {
    margin-top:200px
}

.accordion-button:focus{
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed),
.accordion-button{
    background-color: #e8c164;
    border:0px;
    border-radius: 0px;
    box-shadow: none;
    overflow: hidden;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after{
    background: url(../pics/accordian-arrow.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #40443b;
    background-position: left 4px top 4px;
    transform: rotate(90deg) !important;
}

.accordion-item ul li{
    line-height: 30pt;
    margin-bottom: 25px;
    position: relative;
    padding-right: 30px;
}

.accordion-button .skew-design{
    content:"";
    background-color: #000;
    width: 130px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -17px;
    z-index: 0;
    transform: skewX(-30deg);
}

.accordion-item ul li:after{
    content:"";
    width:20px;
    height:20px;
    background:linear-gradient(to bottom, #e2c76a, #d3aa45);
    border-radius: 50%;
    position: absolute;
    right:0px;
    top:14px;
}

.smart-object{
    background-image: url('../pics/smart-objeect.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    margin-top: -110px;
    position: relative;
    z-index: -1;
}


.smart-object-overlay{
    background-color:#fffffff5;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.smart-object-overlay h3 span{
    width: unset;
    padding-left: 25px;
    padding-right: 25px;
    border-color: #e5be60;
}

.color-golden{
    color:#d3aa45;
}

.smart-object .col-lg-6:first-child p{
    font-weight: 300;
}

.thik-yellow-border{
    border-bottom:2px solid #d7b351;
    margin:20px 0;
}

.sec-keys{
    background-color: #eaebed;
    padding: 60px 0;
}

.income-bg .sec-heading span,
.sec-keys .sec-heading span{
    padding:5px 50px;
    width: unset; 
    border-color: #e5be60;
}

.sec-keys .accordion-item ul li:after{
    right:-30px;
}

.font-15{
    font-size: 15pt;
}

.sec-keys .accordion-item ul li{
    padding-right:10px;
    line-height: 26pt;
}

.income-bg{
    padding:100px 0 20px 0px ;
    background-image: url('../pics/income-bg.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}



.income-bg form button.golden-btn{
    background: linear-gradient(to bottom, #e2c76a, #d3aa45);
}

.income-bg form select.form-select{
    border:1px solid #fff;
    color:#fff;
    background-image: url('../pics/colright.png');
}

.income-bg form label span,
.income-bg form label{
    color:#fff;
}

.income-bg .inner-header-form input[type='checkbox']{
    border-color:#fff;
}

.income-bg-form{
    padding-top: 30px;
}

.pdf-section,
.table-section-second,
.table-section-first{
    padding:50px 0;
}

.table-section-second{
    background-image: url('../pics/house-bg.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top:15px 0;
    box-shadow: 0 0 20px #ccc;
}

.pdf-section{
    padding:100px 0;
}

.pdf-section .sec-heading span{
    border-top: 0;
    width: unset;
    border-color:#d3aa45;
    padding-bottom: 15px;
}

.pdf-row{
    display: grid;
    grid-template-columns: repeat(9 , minmax(100px , 1fr));
    grid-gap:15px;
}

.table-section-second .sec-heading span{
    border-color:#d3aa45
}

.footer-top{
    background-color: #231f20;
}

.footer-copyright {
    background-color: #231f20;
}

.footer-copyright .container {
    position: relative;
}

.footer-copyright .font-12 {
    padding-right: 0px;
}

.footer-bottom{
    background-color: #e2bd62;
}

.footer-bottom .sec-heading span{
    width: unset;
    font-weight: 300;
}

.footer-copyright .copyright-logo {
    width: 100px;
    position: absolute;
    right: 350px;
    bottom: 0;
}

/*css for table data*/
.bootstrap-tab ul.nav{
    flex-direction: row-reverse;
}

.bootstrap-tab ul li{
    flex-grow: 1;
    text-align: center;
}

.subdivcls ul li a,
.bootstrap-tab ul li a{
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #222747;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border: 1px solid #98815b;
    font-size: 15pt;
}


.subdivcls ul li.active a,
.bootstrap-tab ul li.active a{
    color: #fff;
    background-color: #98815b;
    border-color: #98815b;
}

.tab-content table{
    background-color: #fff;

}

.tab_table2 .tab-pane.fade.active.in,
.tab_table1 .tab-pane.fade.active.in{
    opacity: 1 !important;
}

.tab_table2>div.bootstrap-tab:first-child,
.tab_table1>div.bootstrap-tab:first-child{
    margin-bottom: 0px;
}

.tab_table2 table,
.tab_table1 table{
    border: 1px solid #d7a450;
    width: 100%;
    direction: rtl;
}


.tab_table2 table td, .tab_table2 table th,
.tab_table1 table td, .tab_table1 table th {
  border: 1px solid #d7a450;
  padding: 8px;
  text-align: center;
  font-weight: 400;
  font-size: 12pt;
}

.tab_table2 table  th,
.tab_table1 table  th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #222747;
  color: white;
  font-size: 12pt;
}

.tab_table2 table .pdf_cls:last-child .pdfri_cls{
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.tab_table2 table .pdf_cls:last-child .pdfri_cls span{
    margin-top: 3px;
    font-size: 6pt;
}

.tab_table2 table .pdf_cls:first-child .pdfri_cls span{
    margin-right: 3px;
    font-size: 12pt;
}

.tab_table2 table .pdfri_cls:first-child{
    margin-right: 15px;
}

.tab_table2 table .pdfri_cls:last-child{
    margin-right: 0px;
}

.tab_table1 table tr.soldcls td,
.tab_table2 table tr.soldcls td{
    /*background-color: #98815b !important;
    color: white;*/
}

.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}

.tab_table2 table td:first-child .pdfri_cls{
    width: 120px;
    text-align: right;
    margin: auto;
}

.footer-main .footer-logo{
    width: 130px;
}



.gallery-box{
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(255 255 255 / 40%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 13px 0px rgb(255 255 255 / 40%);
}

.gallery-opacity {
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    -webkit-box-shadow: inset 10px 10px 0px 200px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 10px 10px 0px 200px rgba(0,0,0,0.3);
    box-shadow: inset 10px 10px 0px 200px rgb(0 0 0 / 30%);
    transition: 0.5s;
    z-index: 3;
}

.gallery-text{
    opacity: 0;
    transition: 0.8s;
    background: #0a0a0a7d;
    box-shadow: 0px 0px 60px #000;
}

.gallery-box:hover > .gallery-opacity {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 0px 0px rgb(0 0 0 / 30%);
}

.gallery-box:hover > .gallery-text {
    opacity: 1;
}

.header-right img{
    width: 110px;
}


@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1580px;
    }
}

@media (max-width:1366px){
    .inner-header-form{
        padding:0%;
    }
    .pdf-row{
        grid-template-columns: repeat(7 , minmax(100px , 1fr));
    }
}

@media (max-width:1024px){
    .pdf-row{
        grid-template-columns: repeat(6 , minmax(100px , 1fr));
    }
    .box-girl-img{
        margin-top: 50px;
    }
    .income-bg-form{
        padding-top: 50px;
    }
    .green-btn{
        width:70px;
    }
    .inner-header-form:last-child{
        grid-template-columns:1fr 1fr 80px;
    }
    .inner-header-form{
        grid-template-columns: 70px 1fr 1fr 80px;
    }
    /*.check-box.mt-2 {
        padding: 0 26% !important;
    }*/
    .check-box.mt-2 {
        padding: 0px 0px 14px !important;
        text-align: right;
    }
    .check-box label {
        padding-right: 24px;
    }
    .desktop {
        display: none;
    }
    .desktop-header {
        display: none;
    }
    .ipad-header {
        display: block !important;
    }
    .inner-header-form {
        padding: 20px 0;
        grid-template-columns: repeat(1, minmax(100px , 1fr));
        text-align: right;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .form-group {
        width: 100%;
    }
    .green-btn {
        width: 100%;
    }
    .pdf-row {
        grid-template-columns: repeat(3 , minmax(100px , 1fr));
    }
    .golden-btn {
        width: 100%;
    }
    .map-bg {
        height: 295px;
        width: 100%;
    }
     .navbar-nav {
        flex-direction: column-reverse !important;
    }
    /*nav.navbar.navbar-expand-lg {
        padding-left: 15px;
        padding-right: 15px;
        background: #e7c163;
        display: block;
        text-align: right;
    }*/
   
}

@media (max-width: 991px){
    .navbar-toggler{
        background-color: #fff;
        border-radius: 0px;
    }

    .navbar-toggler span{
        color: #e7c163;
    }

    .header-bottom .navbar-expand-lg .navbar-nav .nav-link{
        border-bottom: 1px solid #fff;;
    }

    .header-bottom .navbar-expand-lg .navbar-nav .nav-link:hover{
        color:#31342b;
    }

    .header-bottom .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
        border-bottom: 0 !important;
    }
    
    .header-bottom{
        padding: 0px;
    }
   nav.navbar.navbar-expand-lg {
        padding-left: 15px;
        padding-right: 15px;
        background: #e7c163;
        display: block;
        text-align: right;
    }
    .bg-yellow{
        background-position: left;
    }
    .ipad {
        display: block !important;
    }
    .gallery-sec .animated {
        -webkit-animation-name: unset !important;
    }
}

@media (max-width: 767px){
    .header .header-right img{
        width:50px !important;
    }
    .header-bottom .container{
        padding:0;
    }
    .footer-copyright .font-12 {
        font-size: 15px;
        padding-right: 60px;
    }
    .footer-copyright .copyright-logo {
        width: 50px;
    }
    .row{
        margin: 0px;
    }
    
    /*.header .header-left{
        display: none !important;
    }*/
    .inner-header-form:last-child,
    .inner-header-form{
        grid-template-columns: 1fr;
    }
    .header .header-right{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    .pdf-row{
        grid-template-columns: repeat(3 , minmax(100px , 1fr));
    }
    .chck-box-field {
        display: grid !important;
        padding-left: 0;
    }
        .gallery-sec .animated.fadeInDown {
        -webkit-animation-name: unset !important;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: unset !important;
    }
    .margin-b {
        margin-bottom: 42px;
    }
    .margin-b {
        margin-bottom: 42px;
        padding-right: 0;
    }
    .padding-0 {
        padding-right: 0;
    }
    .desktop {
        display: none;
    }
    .desktop-header {
        display: none;
    }
    .desktop-header {
        display: none;
    }
    .ipad-header {
        display: block  !important;
    }
    .inner-header-form {
        padding: 20px 0;
        grid-template-columns: repeat(1, minmax(100px , 1fr));
        text-align: right;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .form-group {
        width: 100%;
    }
    .green-btn {
        width: 100%;
    }
    .map-bg {
        height: 330px;
        width: 411px;
    }
    .check-box label {
        padding-right: 26px;
    }

    .income-bg .chck-box-field {
        padding-left: 200px;
    }
    .navbar-nav {
        flex-direction: column-reverse !important;
    }
    .check-box label {
        padding-right: 26px !important;
    }
}


@media (max-width: 576px){
    .banner.position-relative img{
        height:230px;
    }
    .accordion-button span,
        .accordion-button div{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    footer ul li{
        flex-wrap: wrap;
    }

    .sec-keys .accordion-item ul li:after{
        right:0;
    }

    .sec-keys .accordion-item ul li{
        padding-right: 30px;
    }

    .bg-blue-section{  
        background-position: left 70% top 250px;
    }
    .font-18{
        font-size: 15pt;
    }
    .pdf-row{
        grid-template-columns: repeat(2 , minmax(100px , 1fr));
    }
    .pdf-box.text-center {
        background-color: #f5f5f5;
        border-radius: 5px;
        padding: 10px;
    }
    .chck-box-field {
        display: grid;
        padding-left: 0;
    }
}


tr.soldcls td,
tr.soldcls td{
  background-color: #98815b;
  filter:alpha(opacity=60); /* IE */
  -moz-opacity:0.6; /* Mozilla */
  opacity: 0.6;
  filter:alpha(opacity=60);
}

.check-box.mt-2 {
    padding: 0 23% 0px 31%;
}
.check-box label {
    padding-right: 60px;
}
.dropdown-toggle::after {
    display: none;
}
.table-section-first .tab-content th {
    padding-left: 17px !important;
}
.pdfri_cls img {
    width: 30px !important;
}
.text-fonts {
    font-weight: 600;
}
.img-shadow img {
    box-shadow: -12px 14px 0px #b79b56;
}
.form-group.text-right {
    text-align: right;
}
.inner-header-form {
    padding-bottom: 8px;
}
.chck-box-field {
    display: unset;
    padding-left: 337px;
}

.ipad {
    display: none;
}
.ipad-header {
    display: none;
}
.under-line {
    text-decoration: underline;
}

/*header css*/
.d-block.header-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.fixed-header {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    background: #fff;
    z-index: 9999;
    padding: 0;
}
.map-bg {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-hover-box a:hover .map-bg {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}

.map-bg {
    transform: scale(1);
    transition: all 0.5s;
}
.map-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #4c505ad6;
}

.img-hover-box a {
    display: block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.img-hover-box {
    box-shadow: -12px 14px 0px #b79b56;
}
.dropdown-menu li {
    text-align: center;
}
.income-bg h3.sec-heading {
    padding-top: 160px !important;
}
.header-bottom .menu-hover:hover .dropdown-menu {
    display: block !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(1deg) !important;
}
.accordion-body a {
    text-decoration: underline;
    color: #000;
}
form.header-form {
    width: 70%;
    margin: 0 auto;
}
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.gallery-top .swiper-slide {
    width: 100% !important;
    object-fit: cover;
}
.swiper-container.gallery-top {
    height: auto !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 24px !important;
    color: #fff;
    font-weight: 700;
}
.swiper-button-white {
    background: #00000096;
    opacity: unset !important;
    color: #fff !important;
    padding: 5px !important;
    height: 58px !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 24px !important;
    font-weight: 700;
}
img.img-size {
    width: 100%;
    height: 444px !important;
    object-fit: cover;
}
.swiper-slide-visible img {
    width: 100% !important;
    height: 189px;
    object-fit: cover;
}