/*************** Import Css **************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*font-family: "Playfair Display", serif;*/
/*font-family: "Montserrat", sans-serif;*/

/********************* Header Css ******************/
.header-area{
    background-color: #2D4D5A;
    padding:50px 0px;
}
.menu-style ul{
    list-style: none;
    margin:0px;
    padding: 0px;
    display: flex;
    column-gap: 10vw;
}
.menu-style ul li a{
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight:500;
    line-height: 31px;
    display: inline-block;
    padding: 25px 0px;
}
.menu-style ul li a:hover{
    color:#CFB786
}
.logo-area{
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/********** Footer Css **********/
.footer-area{
    background-color: #2D4D5A;
    padding-top: 175px;
    padding-bottom: 50px;
}
.footer-middle-area h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color:#fff;
    margin-bottom: 20px;
}
.footer-middle-area p a{
    font-size: 18px;
    line-height: 28px;
    color:#fff;
    font-weight: 400;
    display: inline-block;
}
.footer-middle-area p a:hover{
    color:#CFB786
}
.footer-middle-area p strong a{
    font-weight:600
}
.footer-menu ul{
    list-style: none;
    margin:0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    row-gap:25px
}
.footer-menu ul li a{
    font-size: 18px;
    line-height: 28px;
    color:#fff;
    font-weight: 600;
}
.footer-menu ul li a:hover{
    color:#CFB786
}
.footer-social ul{
    gap:14px
}
.footer-social ul li a{
    font-size: 25px;
    color:#E5DBD2
}
.footer-social ul li a:hover{
    color:#CFB786
}
.footer-bottom-area p{
    margin:0px;
    color:#fff
}
.footer-bottom-area{
    margin-top: 120px;
}
/************** Home Page **************/
/*== Banner Area ==*/
.banner-area{
    height:485px
}
.home .banner-area h1{
    font-size: 56px;
}
.home .banner-area{
    padding-bottom: 100px;
}
/*== Search Box Area ==*/
.search-box{
    background-color: #fff;
    padding: 65px 90px 80px;
    max-width: 1088px;
    margin-top: -112px;
}
.search-box form > div:first-child{
    border:1px solid #D5BEAF
}
.search-box form input{
    width:100%;
    padding:28px 25px 28px 75px;
    background:url('../images/search-icon.png') #fff no-repeat 20px center;
    border:0px;
    border-radius:0px;
    font-size: 16px;;
}
.search-box form button{
    border:0px;
    border-radius: 0px;
    background-color: #fff;
    padding:0px 18px
}
.dropdown-filter-holder{
    margin-top: 45px;
}
.dropdown-filter-holder{
    column-gap:60px;
}
.dropdown-filter-holder select{
    letter-spacing: 1.6px;
    color: #2D4D5A;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border:0px;
    border-radius:0px;
    appearance: none;
    background: url('../images/arrow-dropdown.png') transparent no-repeat right center;
    padding-right:25px;
}
/*== Featured Area ==*/
.featured-listing{
    margin-top: 80px;
    margin-bottom: 145px;
}
.featured-listing-content-wrapper{
    max-width: 1088px;
}
.featured-listing-content-wrapper h2{
    text-align: center;
    margin-bottom: 40px;
}
.featured-listing-image img{
    height:250px;
    object-fit: cover;
    background-color:#707070;
}
.featured-content {
    background-color: #fff;
    padding:20px 25px 30px;
}
.featured-content h3 {
    font-family: "Playfair", serif;
    font-size: 23px;
    line-height: 27px;
    font-weight:500;
    color:#2D4D5A;
    margin-bottom: 8px;
    display: inline-block;
}
.featured-content h5{
    font-weight:700;
    color:#2D4D5A;
    margin-bottom: 20px;
}
.featured-content ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display: flex;
    margin-bottom: 12px;
}
.featured-content ul li{
    font-size: 16px;
    line-height: normal;
    font-weight:500;
    color:#707070;
    padding:0px 10px;
    border-right:1px solid #707070;
}
.featured-content ul li:first-child{
    padding-left: 0px !important;
}
.featured-content ul li:last-child{
    padding-right: 0px;
    border:0px;
}
.featured-content p{
    font-size: 16px;
    line-height: normal;
    font-weight:500;
    color:#707070;
    margin:0px;
}
.image-tag-line{
    position: absolute;
    top:22px;
    left:18px;
}
.image-tag-line ul{
    gap:10px;
}
.image-tag-line ul li{
    font-size: 12px;
    font-weight: 600;
    color:#fff;
    background: #2D4D5A;
    text-transform: uppercase;
    padding:5px 10px
}
.each-featured-box{
    border:1px solid #D5BEAF;
    height:100%;
    background-color: #fff;
}
.featured-listing-block .row{
    margin:0px -8px;;
    row-gap: 16px;
}
.featured-listing-block .row > *{
    padding: 0px 8px;
}
.featured-listing-block{
    margin-bottom: 60px;
}
.each-featured-box{
    transition: all 0.5s;
}
.each-featured-box:hover{
    transition: all 0.5s;
    box-shadow: 0px 10px 42px -19px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 42px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 42px -19px rgba(0,0,0,0.75);
}
/*== Fifty Fifty Image Content Block ==*/
.fifty-fifty-image-content-block{
    margin-top:145px;
    margin-bottom:145px
}
.fifty-fifty-image-content-block-wrapper{
    max-width: 1088px;
}
.fifty-fifty-image:after{
    background-color: #876140;
    width:90%;
    height:calc(100% + 44px);
    top:-22px;
    right:-22px;
    content:'';
    position: absolute;
    z-index: -1;
}
.fifty-fifty-content{
    max-width: 475px;
}
.fifty-fifty-content h2{
    margin-bottom: 20px;
}
/*== Form Wrapper ==*/
.form-area{
    margin-top:140px;
    margin-bottom: 140px;
}
.form-area-wrapper{
    max-width: 1175px;
}
.form-heading h2{
    margin-bottom: 20px;
}
/********* Residential Area ********/
.fifty-fifty-image-content-block-type-2 .fifty-fifty-image-content-block-wrapper {
    max-width: 1370px;;
}
.fifty-fifty-image-content-block-type-2 .fifty-fifty-content {
    max-width: 680px;
}
.fifty-fifty-image-content-block-type-2 .fifty-fifty-image:after {
    right: auto;
    left: -22px;
}
.residential-search-box .search-box{
    padding-bottom: 15px !important;
    border-bottom:1px solid #876140;
}
.filter-reasult-area{
    margin-top: 90px;
    margin-bottom: 90px;
}
.sort-by-holder .dropdown-filter-holder h6{
    letter-spacing: 1.6px;
    color: #2D4D5A;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.sort-by-holder .dropdown-filter-holder {
    column-gap: 10px;
}
.filter-reasult-area > .row{
    margin:0px -8px;
}
.filter-reasult-area .container > .row > *{
    padding:0px 8px;
}
/******** Commercial Area ***********/
.fifty-fifty-image-content-block-type-3 .container .fifty-fifty-image-content-block-wrapper{
    max-width: 1165px;;
}
.fifty-fifty-image-content-block-type-3 .fifty-fifty-image:after {
    right: auto;
    left: -22px;
}
.commercial-featured-listing{
    background-color: #fff;
    padding:120px 0px
}
.fifty-fifty-image-content-block.fifty-fifty-image-content-block-type-3{
    margin-top:80px;
}
.fifty-fifty-image-content-block.fifty-fifty-image-content-block-type-3 h2{
    text-align: center;
    margin-bottom: 70px;
}
.each-featured-box-type-2 .featured-listing-image img{
    height: 460px;
}
.image-tag-line-gray-color ul li{
    background-color: #876140;
}
.each-featured-box-type-2 .featured-content h3 a{
    font-size:27px;
    line-height: 27px;
    margin-bottom: 25px;
}
.each-featured-box-type-2 .price-box span{
    letter-spacing: 1.6px;
    color: #876140;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:600;
    display: inline-block;
    margin-bottom: 5px;
}
.each-featured-box-type-2 .price-box h4{
    font-size: 28px;
    line-height: 34px;
    font-weight:600;
    letter-spacing: 2.8px;
    color: #2D4D5A;
    text-transform: uppercase;
}
.each-featured-box-type-2 .featured-content ul{
    margin-bottom: 40px;
}
.each-featured-box-type-2 .featured-content ul li h6{
    letter-spacing: 1.6px;
    color: #876140;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:600;
    margin-bottom: 10px;
}
.each-featured-box-type-2 .featured-content ul li p{
    color: #707070;
}
.each-featured-box-type-2 .featured-content ul li{
    padding: 0px 15px 12px;
    border-color: #876140;
}
.price-box{
    margin-bottom: 30px;
}
.each-featured-box.each-featured-box-type-2{
    border:0px;
}
.each-featured-box-type-2 .featured-content {
    background-color: #fff;
    padding: 40px 0px 30px;
}
.each-featured-box.each-featured-box-type-2:hover{
    box-shadow: none;
}
.commercial-featured-listing .featured-listing-block .row {
    row-gap: 50px;
    margin:0px -13px
}
.commercial-featured-listing .featured-listing-block .row > *{
    padding: 0px 13px;
}
/****** Agent **********/
.agent-listing-holder{
    background-color: #2D4D5A;
    padding:120px 0px 0px;
}
.agent-picture img{
    border-radius:8px;
    height: 380px;
    object-fit: cover;
    object-position: top;
}
.agent-info{
    margin-top: 25px;
    row-gap: 10px;
}
.agent-info h4{
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:600;
    margin-bottom: 5px;
    line-height: 100%;
}
.agent-info p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 0px;
	display:flex;
	gap:5px;
}
.agent-info p a{
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    line-height: 100%;
}
.agent-info a.common-button{
    font-size: 18px;
    min-width: auto;
    width:max-content;
    padding: 7px 35px 7px 35px;
    margin-top: 10px;
    background-color: #876140;
    border-color:#876140
}
.agent-info a.common-button:hover{
    background-color: transparent;
}
.agent-listing-holder .row {
    margin:0px -8px;
    row-gap: 30px;
    padding-bottom: 120px;
    border-bottom: 1px solid #CFB786;
}
.agent-listing-holder .row > *{
    padding:0px 8px
}
.agent-bio-wrapper{
    max-width: 1450px;
}
.agent-bio-area{
    padding-top: 115px;
    padding-bottom: 140px;
}
.back-to-all-categories{
    margin-bottom: 65px;
}
.back-to-all-categories a{
    letter-spacing: 2px;
    color: #876140;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.back-to-all-categories a img{
    margin-right: 10px;
    transition: all 0.5s;
}
.back-to-all-categories a:hover img{
    margin-right: 20px;
    transition: all 0.5s;
}
.agent-bio-image-and-name-area h1{
    font-size: 56px;
    line-height: 64px;
    color:#2D4D5A;
    margin-bottom: 10px;
}
.agent-bio-image-and-name-area h4{
    letter-spacing: 2px;
    color: #2D4D5A;
    text-transform: uppercase;
     font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 100px;
}
.agent-contact-info ul {
    row-gap: 10px;
}
.agent-contact-info ul li{
    color: #2D4D5A;
    font-size: 22px;
    line-height: 28px;
    font-weight:600;
    padding: 0px 15px;
    border-right:3px solid #2D4D5A
}
.agent-contact-info ul li:first-child{
    padding-left: 0px;;
}
.agent-contact-info ul li:last-child{
    padding-right: 0px;
    border-right: 0px;
}
.agent-contact-info ul li a{
    color: inherit;
}
.agent-contact-info ul li a:hover{
    color: #876140;
}
.agent-contact-info {
    margin-top: 45px;
}
.agent-bio-image-and-name-area{
	max-width:86%;
}
/********* Abou Area ********/
.about-area{
    margin:125px 0px;
}
.about-area-wrraper{
    max-width: 1070px;
}
.about-area-left-part h2{
    margin-bottom: 80px;
}
/****** Property Details ********/
.property-details-area{
    padding:50px 0px 0px;
    overflow-x: hidden;
}
.property-details-slider-wrapper .swiper{
    max-width: 1085px;
    overflow: unset;
}
.property-details-slider-wrapper .swiper .swiper-slide{
    opacity: 0.4;
}
.property-details-slider-wrapper .swiper .swiper-slide-active{
    opacity: 1;
}
.property-details-slider-wrapper .swiper .swiper-slide{
    height: 627px;
    width:1085px !important;
}
.each-gallery-image{
    height:100%;
}
.each-gallery-image img{
    height: 100%;
    object-fit: cover;
}
.propery-main-details .container{
    max-width: 1115px;
}
.button-area{
    margin-top: 70px;
}
.button-area ul{
    gap:15px
}
.button-area ul li{
    width:25%
}
.button-area a.common-button{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 5px;
    min-width: auto;
    padding: 25px 15px 25px 15px;
    width: 100%;
}
.slider-controller {
    background-color: #fff;
    padding:25px 30px
}
.slider-controller > *{
    top:auto;
    bottom: auto;
    transform: none;
    margin: auto;
    left:auto;
    right:auto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 5px;
    font-weight: 600;
}
.property-name-and-info-left h1{
    font-size:40px;
    line-height: 48px;
    color: #2D4D5A;
    text-transform: capitalize;
}
.price-box{
    margin-top: 70px;
}
.price-box h4{
    letter-spacing: 1.6px;
    color: #876140;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
}
.price-box h3{
    letter-spacing: 2.8px;
    color: #2D4D5A;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}
.property-name-and-info-left .featured-content, .property-name-and-info-left{
    background: transparent;
}
.property-name-and-info-left.each-featured-box-type-2 .featured-content ul li {
    padding: 0px 25px 12px;
    border-color: #876140;
}
.property-name-and-info-left.each-featured-box-type-2 .featured-content ul {
    margin-bottom: 0px;
}
.service-share-print-area ul{
    gap:50px;
    justify-content: flex-end;
}
.service-share-print-area ul li a{
    letter-spacing: 1.6px;
    color: #2D4D5A;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight:600
}
.service-share-print-area ul li a span{
    margin-right: 10px;
}
.property-name-and-info-wrapper{
    margin-top: 45px;
    margin-bottom: 85px;
}
.agent-info-wrapper{
    background-color: #2D4D5A;
}
.detaisl-agent-info h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color:#fff;
}
.detaisl-agent-info p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color:#fff;
}
.detaisl-agent-info{
    padding: 27px 80px 27px 35px;
}
.detaisl-agent-info p a{
    font-weight:600;
    display: inline-block;
    color:#fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 24px;
}
.details-agent-info {
    margin-top: 90px;
}
.property-more-details-info{
    padding-top: 95px;
    padding-bottom: 145px;
    position: relative;
}
.property-more-details-info:after{
    position: absolute;
    top:0px;
    left:50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    content:'';
    z-index: -1;
}
.property-more-details-info-top-left-area h5{
    letter-spacing: 2px;
    color: #876140;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 31px;
    font-weight:600;
    margin-bottom: 15px;;
}
.property-more-details-info-top-left-area{
    flex: 1;
}
.property-more-details-info-top-left-area table tr td{
    font-size: 18px;
    line-height: 34px;
}
.property-more-details-info-top-left-area table tr td:first-child{
    font-weight: 600;
}
.property-more-details-info-top-left-area table tr td:last-child{
    text-align: right;
}
.property-more-details-info-top-right-area{
    flex: 1;
    min-width: 495px;
}
.property-more-details-info-top-area{
    gap:170px;
    padding-bottom: 120px;
    border-bottom:1px solid #876140
}
.property-more-details-info-top-right-area h5{
    letter-spacing: 2px;
    color: #876140;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 31px;
    font-weight:600;
    margin-bottom: 15px;;
}
.more{
	overflow: hidden;
}
.property-more-details-info-top-right-area a{
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-decoration: underline;
    color: #2d4d5a;
    display: inline-block;
    margin-top: 30px;
}
.property-more-details-info-bottom-area{
    padding-top: 40px;
    gap:56px
}
.property-more-details-info-bottom-area-left h5{
    letter-spacing: 2px;
    color: #876140;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 31px;
    font-weight:600;
    margin-bottom: 15px;;
}
.property-more-details-info-bottom-area-left{
    flex: 1;
}
.property-more-details-info-bottom-area-left ul li{
    padding:0px 10px;
    line-height: 18px;
    border-right: 1px solid #000;
}
.property-more-details-info-bottom-area-left ul{
    margin-left: -10px;
    row-gap: 10px;
}
.property-more-details-info-bottom-area-left ul li:last-child{
    padding-right: 0px;
    border: 0px;
}
/******** Gravity Form ********/
body .gform_wrapper.gravity-theme .gfield input, 
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield textarea{
	width: 100%;
	border-radius:3px;
	border:1px solid #DADADA ;
	background-color:#fff;
	font-size:14px;
	line-height:28px;
	color:#2D4D5A;
	padding: 10px 15px;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-weight:400;
}
body .gform_wrapper.gravity-theme .gfield select{
	background: url('../images/arrow-dropdown.png') #fff no-repeat 98% center;
}
body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { /* Edge */
  color: #ACACAC;
}
body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder { /* Internet Explorer */
  color: #ACACAC;
}

body .gform_wrapper.gravity-theme .gfield input::placeholder {
  color: #ACACAC;
}
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder { /* Edge */
  color: #ACACAC;
}

body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder { /* Internet Explorer */
  color: #ACACAC;
}

body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #ACACAC;
}
body .gform_footer .gform_button.button{
	font-size:22px;
	line-height:34px;
	font-weight:600;
	letter-spacing: 1.76px;
	color: #F3F0ED;
    border: 1px solid #2d4d5a;
    background-color: #2d4d5a;
	padding: 12px 35px 12px 35px;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform:uppercase;
	min-width:275px;
	text-align:center;
	margin-bottom:0px;
}
body .gform_footer .gform_button.button:hover{
	border: 1px solid #2d4d5a;
	background-color: #876140;
	color:#fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
body .gform_wrapper.gravity-theme .gform_footer{
	justify-content:center;
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 110px;
}
:focus{
	outline:none
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
}
body .gform_wrapper.gravity-theme .gform_footer, 
body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0;
    padding: 16px 0 0px;
}
.phone-neumber-and-mobile-number p:not(:last-child):after{
	content:'/';
	margin-left:5px;
	margin-right:5px;
}
.ajax-load-more-button {
	margin-top:70px !important
}
.ajax-load-more-button button.common-button{
	border: 1px solid #2d4d5a;
	background-color: #876140;
}
.ajax-load-more-button button.common-button:hover{
	border: 1px solid #2d4d5a;
    background-color: #2d4d5a;
}
.default-content{
	padding:100px 0px;
}
.rmp-menu-wrap ul li  a{
	text-transform:uppercase;
}