@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
html {
    margin-top: 0px !important;
}
body{
	
font-family: 'arial', sans-serif !important;
	font-size: 14px;
    padding-top: 135px;
zoom: 0.9;
}
}
h1{
	font-family: 'arial', sans-serif;
    font-weight: 600;
}
p{
	font-size: 16px;
line-height: 1.5rem !important;
}
.listcls{
    height: 35px;
}
.btn-modal{
	background-color: #b21a28;
	border-radius: 0px;
	padding: 15px 25px;
	text-transform: uppercase;
	font-family: 'arial', sans-serif;
    font-weight: 600;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;

}

.btn-new{
	background-color: #1d4a75;
	border-radius: 0px;
	padding: 8px 15px;
	text-transform: uppercase;
	min-width: 200px;
	font-family: 'arial', sans-serif;
    font-weight: 600;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.btn-new:hover, .btn-modal:hover{
	background-color: #1d4a75;
	color: #fff;
	transition: all 0.3s ease-in;
}
.top-buttons .code-widget{
    display: flex;
    justify-content: end;
}
.button-top{
    width: 105px;
    display: block;
    background-color: #363635;
    padding: 10px;
    margin-right: 10px;
    
}
.button-top img{
    width: 100%;
    max-width: 100%;
    
}
.button-top:last-child{
    background-color: #1d4a75;
    margin-right: 0px;
}
.top-wrapper .row{
    justify-content: end;
    justify-content: flex-end;
}
.top-wrapper .container-fluid{
	background-color: #f0f0f0;
	padding-top: 20px;
	border-bottom: 5px solid #363635;
}
.top-wrapper .top-contact h2{
	color: #363635;
	font-family: 'arial', sans-serif;
    font-weight: 700;
	font-size: 28px;
	margin-bottom: 0px;
}
.top-wrapper .top-contact p{
	color: #727273;
	font-family: 'arial', sans-serif;
    font-weight: 600;
	font-size: 12px;
	margin-bottom: 0px;
    line-height: 10px !important;

}
.top-wrapper .top-buttons button{
	list-style: none;
	text-align: center;
	background-color: #363635;
	color: #ffff;
	font-family: 'arial', sans-serif;
    font-weight: 600;
	margin-left: 10px;
	border:0px;
	padding: 10px;
	line-height: 23px;
	width: 30.33333%;
	min-height: 68px;
	margin-bottom: -2px;

}

.top-wrapper .top-buttons .meet-broker{
	font-size: 20px;

}
.top-wrapper .top-buttons .meet-broker span{
	font-size: 24px;

}
.top-wrapper .top-buttons .recent-transactions{
	font-size: 30px;
	line-height: 21px;
}
.top-wrapper .top-buttons .recent-transactions span{
	font-size: 15px;
}
.top-wrapper .top-buttons .availabe-properties{
	font-size: 24px;
}
.top-wrapper .top-buttons .availabe-properties span{
	font-size: 21px;
}
.fixed-top .top-navbar .navbar {
    padding: 6px !important;
}
.fixed-top .top-navbar .navbar-brand img {
 
    width: 220px;
    
}
.fixed-top .top-wrapper .container-fluid{
    padding-top: 8px;
}
.fixed-top .top-navbar .nav-item .nav-link{
    padding-top: 14px;
}

.top-navbar .navbar-nav .nav-item.active .nav-link,
.top-navbar .navbar-nav .nav-item.current-menu-item .nav-link {
    color: #1d4a75 !important; /* Your new blue color */
    font-weight: 800;          /* Makes it much bolder */
}
.top-navbar .navbar{
    padding: 6px;
}

.top-navbar{
    position: relative;
    padding-bottom: 13px;
    background-color: #fff;
}
.nav-background{
    position: absolute;
    bottom: -81px;
    left: 0px;
    z-index: 88;
}
.top-navbar::after{
    
content: "";
width: 100%;
height: 10px;
/* Fallback for very old browsers */
background: #1d4a75; 
/* Vendor Prefixes */
background: -moz-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -webkit-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -o-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -ms-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
/* Standard Syntax */
background: linear-gradient(to right, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
/* Updated IE Filter */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4a75', endColorstr='#1d4a75', GradientType=1 );
bottom: 0;
left: 0;
position: absolute;
    
}
.top-navbar .navbar-brand{
	z-index: 999;
    max-width: 300px;
	
}
.top-navbar .navbar-brand img {
        max-width: 100%;
    position: absolute;
    z-index: 999999;
    width: 256px;
    left: 45px;
    top: 10px;
}
.top-navbar .nav-item .nav-link{
	color: #afabab;
    text-transform: uppercase;
    font-family: 'arial', sans-serif;
    font-weight: 600;
    margin-left: 10px;
    padding-top: 20px;
    transition: all 0.3s ease-in;
    font-size: 18px;
	

}
.top-navbar   .nav-button{
	background-color: #b21a28;
	text-align: center;
	color: #fff !important;
	font-size: 20px;
	line-height: 23px;
	margin-left: 25px;
	padding: 10px;
	display: block;
	text-transform: uppercase;
	font-family: 'arial', sans-serif;
    font-weight: 600;
	text-decoration: none;
}
.top-navbar   .nav-button span{
	
	font-size: 23px;
	
}

    .dropdown>.dropdown-menu {
  top: 200%;
  margin-top: -10px;
  margin-left: 15px;
  transition: 0.3s all ease-in-out;
  padding: 0px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.dropdown:hover > .dropdown-menu{
	background-color: #fbfbfb;
	border:1px solid #ddd;
	
	border-radius: 0px;
}
.dropdown-item {
    border-bottom: 1px dashed #b21a28;
    padding: 0px 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'arial', sans-serif;
    font-weight: 600;
    color: #afabab;
    cursor: pointer;
    font-size: 14px;}
    
.dropdown-item:last-child{
	border-bottom: 0px;

}
.dropdown-toggle::after{
	font-family: 'Font Awesome 5 Free';
   content: "\f107";
   font-weight: 900;
   border:0px;
   position: absolute;
     }
.dropdown-item:hover{
	transition: all 0.3s ease-in;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

   
.inner-page-nav .navbar-brand{
	position: inherit;
	top: 0px;
	left: 30px;
	max-width: 200px;
}

.inner-page-nav .navbar-brand img{
	max-width: 100%;
}

.nav-bg{
	position: relative;
	z-index: 1;
    display: none;
}
.slider-wrapper{
	
}
.slider-wrapper .slider-container{
	position: relative;
}
.slider-wrapper .slider-container::after{
content: "";
width: 100%;
height: 10px;
/* Fallback for very old browsers */
background: #1d4a75; 
/* Vendor Prefixes */
background: -moz-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -webkit-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -o-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -ms-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
/* Standard Syntax */
background: linear-gradient(to right, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
/* Updated IE Filter */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4a75', endColorstr='#1d4a75', GradientType=1 );
bottom: 0;
left: 0;
position: absolute;
    
}
.heading h1{
	color: #1d4a75;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
}

.heading p a{
	color: #b21a28;
}
.heading h6{
	font-family: 'arial', sans-serif;
    margin-bottom: 40px;
    margin-top: 22px;
    font-size: 22px;
    font-weight: 700;
}
.heading p{
	
	margin-bottom: 15px;
	font-size: 15px;
	color: #000;
	line-height: 25px;
}

.specialize-wrapper{
	padding-top: 50px;
	}
.specialize-wrapper .specialize-box{
	position: relative;
	overflow: hidden;
}
.specialize-wrapper .specialize-box .specialize-content{
	position: absolute;
	background-color: rgb(22 59 98 / 65%);
	bottom: 0px;
	width:100%;
	text-align: center;
	left: 0;
}
.specialize-wrapper .specialize-box .specialize-content{
	padding: 30px 5px;
}
.specialize-wrapper .specialize-box .specialize-content h2{
	font-family: 'arial', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 23px;
	color: #fff;
}
.specialize-wrapper .specialize-box:hover img{
  	 transition: all 0.3s ease-in;
    opacity: 0.7;

}
.specialize-wrapper .specialize-box:hover .specialize-content{
	    background-color: rgb(29 74 117);
	transition: all 0.3s ease-in;
}
.specialize-wrapper .container hr{
	border-bottom: 1px solid #1d4a75;
    margin-top: 45px;
    margin-bottom: 0px;
}

.update-wrapper {
	padding: 30px 0px 40px 0px;
}
.update-wrapper .heading h1{
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 0px;
}
 
.update-wrapper .form-control{
	border-radius: 0px;
	border:1px solid #d0cece;
	color: #afabab;
	font-size: 14px;
    font-weight: 600;
}

.footer-wrapper {
	background-color: #2a2e3a;
}
.footer-wrapper .container{
	padding:15px 15px;
	background-color: #2a2e3a;
}


.footer-wrapper .footer-address h2{
	color: #fff;
    font-weight: 700;
    margin-bottom:5px;
    font-size: 20px;
}

.footer-wrapper .footer-address .social-icons{
	display: flex;
	list-style: none;
	padding-left: 0px;
    margin-bottom: 0px !important;
}
.footer-wrapper .footer-address .social-icons li i{
	font-size: 22px;
	color: #fff;
	margin-right: 20px;
	opacity: 0.7;
}
.footer-wrapper .footer-address .social-icons li:hover i{
	opacity: 1;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

.footer-wrapper .footer-buttons button{
	list-style: none;
	text-align: center;
	background-color:transparent;
	color: #727273;
	font-family: 'arial', sans-serif;
    font-weight: 600;
	border:0px;
	padding: 10px 15px;
	line-height: 23px;
	max-width: 168px;
	min-height: 68px;
	margin-bottom: -2px;
	border-right: 1px solid #727273;
}
.footer-wrapper .footer-buttons button:hover{
	color: #fff;
	transition: all 0.3s ease-in;
}
.footer-wrapper .footer-buttons button:last-child{
	border-right: 0px solid #727273;
}

.footer-wrapper .footer-buttons .meet-broker{
	font-size: 20px;

}
.footer-wrapper .footer-buttons .meet-broker span{
	font-size: 24px;

}
.footer-wrapper .footer-buttons .recent-transactions{
	font-size: 30px;
	line-height: 21px;
}
.footer-wrapper .footer-buttons .recent-transactions span{
	font-size: 15px;
}
.footer-wrapper .footer-buttons .availabe-properties{
	font-size: 24px;
}
.footer-wrapper .footer-buttons .availabe-properties span{
	font-size: 21px;
}

.footer-wrapper .footer-buttons .connect-withus{
	font-size: 20px;
	text-transform: uppercase;
}
.footer-wrapper .footer-buttons .connect-withus span{
	font-size: 23px;
}
.footer-wrapper .footer-buttons .code-widget{
    display: flex;
    justify-content: end;
    justify-content: flex-end;
    
}
.footer-wrapper .footer-buttons .button-footer{
    width: 160px;
    display: block;
    padding: 15px;
    margin-right: 0px;
}
.footer-wrapper .footer-buttons .button-footer img{
    opacity: 0.5;

}
.footer-wrapper .footer-buttons .button-footer:hover img{
    opacity: 0.8;
    transition: all 0.3s ease-in;

}

.nav-bg-inner{
    display: none;
}

.inner-heading{
	padding: 65px 0px 0px 0px;
}
.team-wrapper{
	padding-bottom: ;
}

.team-wrapper .team-box{
	position: relative;
	background-color: #f8e8e9;

}

.team-wrapper .team-box .profile-image{
    min-height: 300px;
    background-size: cover;
    background-position: center;
}
.team-wrapper .team-box .team-content{
	background-color: #e6e7e9;
	text-align: center;
	padding: 10px;
    padding-bottom: 3px;
}
.team-wrapper .team-box .team-content h2{
	font-family: 'arial', sans-serif;
    font-weight: 600;
	color: #1d4a75;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 3px;

}
.team-wrapper .team-box .team-content h5{
	font-family: 'arial', sans-serif;
    font-weight: 600;
	color: #464345;
	font-size: 12px;
	text-transform: uppercase;
    margin-bottom: 3px;

}

.team-wrapper .team-box .team-detail{
	display: none;
	background-color: rgba(230,231,233,.8);
	padding:10px  10px 10px 10px;
	position: absolute;
	z-index: 999;
    text-align: left;
    width: 100%;
}
.team-wrapper .team-box .team-detail h6{
    font-weight: 600;
    color: #6c6c6c;
    text-decoration: underline;
    color: #6c6c6c;
    cursor: pointer;
}
.team-wrapper .team-box .team-detail p{
    font-family: 'arial', sans-serif;
    font-weight: 600;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.team-wrapper .team-box .team-detail a{
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	cursor: pointer;

}
.team-modal{
	padding-top: 40px;
}
.team-modal .modal-body{
	padding-top: 25px;
}
.team-modal .team-contact-detail{
	text-align: center;
}
.team-modal .team-contact-detail a{
	display: block;
	font-family: 'arial', sans-serif;
    font-weight: 600;
	color: #b21a28;
	margin-top: 15px;
	font-size: 14px;

}
.team-modal .team-modal-detail h2{
	font-family: 'arial', sans-serif;
    font-weight: 600;
	color: #b21a28;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 3px;

}
.team-modal .team-modal-detail h5{
	font-family: 'arial', sans-serif;
    font-weight: 600;
	color: #767171;
	font-size: 16px;
	text-transform: uppercase;

}
.team-modal .team-modal-detail p{
	line-height: 20px;
}
.team-modal .close, .team-modal .close:hover{
	position: absolute;
	right: -20px;
	top: -20px;
	background-color: #b21a28;
	opacity: 1 !important;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	z-index: 2000;
	
}
.team-modal .close span{
	font-size: 40px;
}
.mobile-img{
	display: none !important;
}


.services-wrapper{
    /*padding-top: 40px;*/
	padding-top: 5px;
	}
.services-wrapper .services-box{
	position: relative;
	overflow: hidden;
	background-color: #f8e8e9;
}
.services-wrapper .services-box .services-content{
	position: absolute;
	background-color: rgb(29 74 117 / 86%);
	bottom: 0px;
	width:100%;
	text-align: center;
	left: 0;

}
.services-wrapper .services-box .services-content{
	padding: 15px 25px;
	min-height: 85.2px;
}
.services-wrapper .services-box .services-content h2{
	font-family: 'arial', sans-serif;
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 23px;
	color: #fff;
	margin: 0px auto;
}
.services-wrapper .services-box:hover img{
  	 transition: all 0.3s ease-in;
    opacity: 0.8;

}
.services-wrapper .services-box:hover .services-content{
	background-color: rgb(29 74 117);
	transition: all 0.3s ease-in;
}


.services-content-wrapper{
	padding-top: 40px;
	text-align: center;
}

.services-content-wrapper h1{
	color: #b21a28;
}
.services-modal{
	padding: 15px !important;
}
.services-modal button{
	margin-bottom: 30px;
}
.services-modal .modal-dialog{
	max-width: 100%;
}
.services-modal .services-modal-detail h1{
	text-align: center;
	    color: #b21a28;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.services-modal .services-modal-detail p{
	margin-bottom: 0px;
	font-size: 16px;
}


.recent-wrapper {

}
.gray {


}
.property-image{
    min-height: 300px;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}
.recent-wrapper .recent-box{
	margin-bottom: 25px;
	/*background-color: #fff;*/
}

.recent-wrapper .recent-content{
	background-color: rgba(178,26,40,.8);
	padding: 15px;
	margin-top: -70px;
	position: relative;
}
.recent-wrapper .recent-content h2{
font-family: 'arial', sans-serif;
    font-weight: 600;
	font-size: 22px;
	color: #fff;

}
.recent-wrapper .recent-detail{
		padding: 15px;
		background-color: #fff;
	}

.recent-wrapper .recent-detail p{
		line-height: 20px;
		font-size: 15px;
	}
.recent-wrapper .recent-detail a, .recent-wrapper .recent-detail a:hover{
	color: #b21a28;
	font-family: 'arial', sans-serif;
    font-weight: 600;
	cursor: pointer;
}

.recent-modal{
	padding-top: 40px;
}
.recent-modal .modal-body{
	padding-top: 25px;
}

.recent-modal  h2{
	font-family: 'arial', sans-serif;
    font-weight: 600;
	color: #b21a28;
	font-size: 22px;
	margin-top: 15px;
	text-transform: uppercase;
	margin-bottom: 3px;
	text-align: center;

}
.recent-modal img{
	border-radius: 30px;
	margin: 25px 0px 25px 0px;
}
.recent-modal h1{
	color: #b21a28;
	text-align: center;
}
.recent-modal button{
	margin-bottom: 30px;
}
.recent-modal p{
	line-height: 20px;
	font-size: 16px;
}
.recent-modal hr{
	border-top:1px solid #b21a28;
	width:50%;
}
.recent-modal .close, .recent-modal .close:hover{
	position: absolute;
	right: -20px;
	top: -20px;
	background-color: #b21a28;
	opacity: 1 !important;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	z-index: 2000;
	
}
.recent-modal .close span{
	font-size: 40px;
}
.recent-modal .form-control{
	border-radius: 0px;
}

.contact-wrapper h2{
    color: #1d4a75;
margin-top: 22px;
    font-weight: 700;
}
.contact-wrapper .form-control{
	border-radius: 0px;
	border:1px solid #d0cece;
	color: #afabab;
	font-size: 14px;
}
.career-wrapper .container{
	padding-bottom: 0px;
}
.career-wrapper .contact-detail{
	border-right: 1px solid #b21a28;
}
.career-wrapper .contact-detail, .career-wrapper .career-detail{
	padding: 20px 30px;
}

.career-wrapper .contact-detail  h2{
	color: #1d4a75;
	font-weight: 600;
	font-size: 28px;
}

.career-wrapper .contact-detail .social-icons{
	display: flex;
	list-style: none;
	padding-left: 0px;
}
.career-wrapper .contact-detail .social-icons .fa-facebook-f{
	font-size: 29px !important;
}
.career-wrapper .contact-detail .social-icons li i{
	font-size: 32px;
	color: #1d4a75;
	margin-right: 20px;
	opacity: 0.7;
}
.footer-wrapper .social-icons  .fa-facebook-f{
	font-size: 19px !important;
}
.career-wrapper .contact-detail .social-icons li:hover i{
	font-size: 32px;
	color: #b21a28;
	margin-right: 20px;
	opacity:1;
	transition: all 0.3s ease-in;
	cursor: pointer;
}
.career-wrapper .career-detail h1{
	color: #1d4a75;
	margin-bottom: 0px;
    font-size: 2.3rem; 
}
.career-wrapper .career-detail p{
	text-align: left;
	font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;

}
.partners-wrapper{
	padding: 20px 0px;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 12:3:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(00px);
            transform: translateY(00px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(00px);
            transform: translateY(00px);
  }
}


        .copyright{
  color: #727273;
} 
 .team-box  {text-align:center;}
.recent-box img{max-height: 236px; margin:auto; display:block;}
.team-box img{max-height: 225px; margin:auto; display:block;}




.about-slider{
    position: relative;
}
.about-slider .container {
	background-image: url("../img/about-slider.jpg");
	padding: 50px;
	background-size: cover;
	background-position: center;
}
.about-slider::after{
content: "";
width: 100%;
height: 10px;
/* Fallback for very old browsers */
background: #1d4a75; 
/* Vendor Prefixes */
background: -moz-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -webkit-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -o-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
background: -ms-linear-gradient(left, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
/* Standard Syntax */
background: linear-gradient(to right, #1d4a75 30%, #b4c8db 70%, #1d4a75 100%);
/* Updated IE Filter */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4a75', endColorstr='#1d4a75', GradientType=1 );
bottom: 0;
left: 0;
position: absolute;
    
}
.about-slider .row{
	min-height: 410px;
}
.about-wrapper{
	padding-top: 50px;
    position: relative;
}


.about-slider h1{
	font-size: 4.4rem;
	text-transform: uppercase;
	color: #fff;
    font-weight: 700;
}

.about-wrapper .about-box{
	position: relative;
	overflow: hidden;
	background-color: #f8e8e9;
}
.about-wrapper .about-box .about-content{
	position: absolute;
	background-color: rgba(178,26,40,.8);
	bottom: 0px;
	width:100%;
	text-align: center;
	left: 0;

}
.about-wrapper .about-box .about-content{
	padding: 30px 15px;
	min-height: 60px;
}
.about-wrapper .about-box .about-content h2{
	font-family: 'arial', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 23px;
	color: #fff;
	margin: 0px auto;
}
.about-wrapper .about-box:hover img{
  	 transition: all 0.3s ease-in;

}
.about-wrapper .about-box:hover .about-content{
	background-color: rgba(178,26,40,1);
	transition: all 0.3s ease-in;
}


.about-content-wrapper p{
    margin-bottom: 0px;
}
.about-content-wrapper .container{
	padding: 30px 15px;
    padding-bottom: 0px;
}
.underline hr{
 
      border-bottom: 1px solid #1d4a75;
    margin-top: 30px;
    
}




.dropdown-menu li .nav-link {margin-left:0px!important; padding-top:.5rem!important;}

.dropdown-item.active {background-color:#b21a28!important;}
.dropdown-item.active a {color:#FFFFFF!important;}

.top-wrapper .top-buttons button:hover{background-color: #b21a28; transition: all 0.3s ease-in;}
.top-navbar .nav-button:hover{text-shadow: 1px 1px 3px rgba(0,0,0,0.5); box-shadow: 1px 1px 3px rgba(0,0,0,0.5); transition: all 0.3s ease-in;}

.footer-wrapper .footer-buttons a {border-right: 1px solid #727273;}
.footer-wrapper .footer-buttons a:last-child { border-right: 0px solid #727273;
    margin-right: 0px;
}
.show{
    display: block !important;
}
      
	ul.links {
    list-style-type: none; /* Removes the dot/bullet */
    padding-left: 0;       /* Removes the default indentation */
    margin: 0;             /* Resets default margin */
}
ul.links li {
    list-style: none;
}

#es-search--6953872cbdf10 {
    padding: 30px;
    background: #1d4a75 !important ;
}





/* ------------------------------------------------------ */
/*  GLOBAL LAYOUT – CLEAN + MODERN + PREMIUM LOOK         */
/* ------------------------------------------------------ */

.es-single-property-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: "Inter", "Poppins", sans-serif;
}

/* Top image spacing fix */
.es-gallery {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 35px;
}

/* ------------------------------------------------------ */
/*              PROPERTY SECTION CARD STYLE               */
/* ------------------------------------------------------ */

.es-property-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 30px;

    /* Soft elegant shadow */
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid #f1f1f1;
}

/* Section Title */
.es-property-section__title {
    font-size: 24px;
    font-weight: 700;
    color: #1b1f24;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1d4a75; /* Royal blue */
    letter-spacing: 0.3px;
}

/* ------------------------------------------------------ */
/*               FIELD ROWS (Basics, Location etc)        */
/* ------------------------------------------------------ */

.es-property-fields {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

/* Each field row */
.es-entity-field {
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Label */
.es-property-field__label {
  color: #1d4a75;

    font-size: 15px;
    font-weight: 600 !important;
}
}

/* Value */
.es-property-field__value {
    color: #1d4a75;
    font-weight: 700;
    font-size: 16px;
}

/* ------------------------------------------------------ */
/*                SIDEBAR (MAP + FORM HIDE)               */
/* ------------------------------------------------------ */
@media (min-width: 1025px) {
    .js-es-single {
        display: block !important;
        padding: 10px 250px;
 margin-top: 80px;
    }

  
}

/* ------------------------------------------------------ */
/*                MODERN REQUEST INFO BUTTON               */
/* ------------------------------------------------------ */






.es-request-info-trigger {
    position: fixed;
    top: 120px;
    right: 25px;
    z-index: 2000;

    background: linear-gradient(135deg, #ff3b3b, #ff6600);
    color: white;

    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;

    box-shadow: 0 10px 25px rgba(255,80,0,0.3);
    transition: 0.3s ease;
}

.es-request-info-trigger:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255,80,0,0.4);
}

/* ------------------------------------------------------ */
/*                         MODAL                           */
/* ------------------------------------------------------ */

.request-form-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
   background: rgb(0 0 0 / 89%);
    padding-top: 30px;
}






/* ===== Popup Box ===== */
.request-form-modal-content {
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 90%;
    max-width: 550px;
    animation: fadeIn 0.3s ease;
	margin-top: 150px;
}

/* Close Icon */
.request-form-close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    cursor: pointer;
    margin-top: -10px;
    background-color: #dc3545;
width: 32px; /* Set an explicit width and height */
    height: 32px; 
    border-radius: 50px;
   
	display: flex;
    align-items: center;
    justify-content: center;
}
.request-form-close:hover {
    background-color: #c82333; /* Darker red on hover */
    transform: scale(1.05); /* Slightly enlarge on hover */
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}



.es-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    padding: 20px;
}

.es-modal-overlay.is-active {
    display: flex;
}

.es-modal-content {
    background: #fff;
    padding: 35px;
    width: 95%;
    max-width: 520px;
    border-radius: 18px;
    position: relative;

    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transform: scale(0.92);
    opacity: 0;
    transition: 0.3s ease-out;
}

.es-modal-overlay.is-active .es-modal-content {
    opacity: 1;
    transform: scale(1);
}

/* Close button */
.es-modal-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 30px;
    color: #7d7d7d;
    cursor: pointer;
    transition: 0.2s;
}

.es-modal-close:hover {
    color: #000;
}

/* Header */
.es-modal-header {
    text-align: center;
    margin-bottom: 25px;
}

.es-modal-header__title {
    font-size: 20px;
    font-weight: 700;
    color: #1b1f24;
    margin-bottom: 10px;
}

.es-modal-header__subtitle {
    font-size: 14px;
    color: #6b7280;
}


.es-component
{
	    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		border-radius:8px;
}

/* ------------------------------------------------------ */
/*                    MOBILE RESPONSIVE                   */
/* ------------------------------------------------------ */

@media (max-width: 1024px) {
    .js-es-single {
        padding: 0;
    }

    .es-property-fields {
        grid-template-columns: 1fr;
    }

    .es-entity-field {
        display: block;
        padding-bottom: 15px;
    }

    .es-property-field__label {
        margin-bottom: 4px;
        display: block;
    }
}


.es-listing__terms
{
	font-size: 12px;
}

#request_form
{
	display:none;
}

.es-listing__content

{
	
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* --- Estatik Grid Fix for the Listings Container --- */

.es-listings--grid-3 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;

    /* --- ADD THIS LINE TO CENTER ITEMS --- */
    /* This will center the item horizontally when there is not enough content 
       to fill the row (i.e., only one listing). */
    justify-content: center !important; 
	  
		
}

/* --- Estatik Grid Fix for Individual Listing Cards --- */

/* The rest of the styling remains the same to ensure the width is correct 
   when there ARE multiple listings. */
.es-listings--grid-3 .es-post-entity {
    /* Set the width for a clean 4-column layout */
width: calc(25% - 15px) !important;
    box-sizing: border-box; 
    margin-bottom: 0; 
}


/* --- Responsive Adjustments --- */

@media (max-width: 1024px) {
    .es-listings--grid-3 .es-post-entity {
        width: calc(50% - 10px); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .es-listings--grid-3 {
        gap: 10px; /* Reduce gap on mobile */
    }
    .es-listings--grid-3 .es-post-entity {
        width: 100%; /* Full width for mobile */
    }
}


/* You must replace .main-property-container with the actual class of the parent element 
.js-es-single-property-layout {
    display: flex;
    flex-direction: column; /* Stack them vertically 

.es-single__header {
    order: 1; /* Assign the header to the first position 
}

.es-slider {
    order: 2;  Assign the slider to the second position 
}*/



/*
 * General Header Styling and Structure
 * Enhances the overall look, uses subtle box-shadow for depth.
 */
.es-single .es-single__header {
    /* Remove padding from the header itself, let children manage it */
    padding: 20px 30px !important; 
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    /* Subtle box-shadow for a clean lift effect */
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background-color: #ffffff !important; /* Ensure a clean background */
    border-radius: 16px !important; /* Slightly rounded corners */
    align-items: center !important;
    justify-content: space-between !important;
}

/* * Terms/Breadcrumbs Section
 * Clean, small text for navigation context.
 */
.es-single .es-single__header .es-single__header-terms {
    flex: 1 0 100% !important; /* Takes full width on top */
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #eeeeee !important; /* Light separator line */
}

.es-listing__terms {
    padding: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important; /* Remove default list styles */
}

.es-listing__terms li {
    display: inline-block !important;
    margin-right: 15px !important; /* Spacing between terms */
}

.es-listing__terms a {
    text-decoration: none !important;
    color: #667085 !important; /* Professional gray color */
    font-size: 13px !important;
    font-weight: 500 !important; /* Medium weight */
    transition: color 0.2s !important;
}

.es-listing__terms a:hover {
    color: #333333 !important; /* Darker on hover */
}


/* * Left Section: Title and Area
 * Focus on clear hierarchy and strong title.
 */
.es-single__header-left {
    flex: 1 !important; /* Allow left side to take available space */
    min-width: 60% !important; /* Ensure it has enough room */
}

.property-title {
    font-size: 28px !important; /* Larger, more impactful title */
    font-weight: 700 !important; /* Bold title */
    color: #101828 !important; /* Strong, dark text */
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

/* Property Metadata (Area/Sq Ft) */
.es-listing__meta {
    margin-top: 5px !important;
    display: flex !important;
    align-items: center !important;
    color: #667085 !important;
    font-size: 15px !important;
}

.es-listing__meta-area {
    display: flex !important;
    align-items: center !important;
}

.es-listing__meta-area svg {
    /* Standard icon size */
    width: 18px !important; 
    height: 18px !important; 
    margin-right: 8px !important; /* Space between icon and text */
}

.es-listing__meta-area b {
    font-weight: 600 !important; /* Semi-bold number */
    color: #344054 !important; /* Slightly darker color for key numbers */
    margin-right: 4px !important;
}

/* * Right Section: Price and Button
 * Align items to the right, use strong colors.
 */
.es-single__header-right {
    display: flex !important;
    flex-direction: column !important; /* Stack price and button vertically */
    align-items: flex-end !important; /* Align contents to the right */
    min-width: 150px !important; /* Give the right side enough room */
    margin-left: 20px !important;
}

.es-price-container {
    margin-bottom: 10px !important;
}

.es-price {
    font-size: 18px !important; /* Large, eye-catching price */
    font-weight: 700 !important; /* Bold */
    color: #008000 !important; /* A strong, professional color for financial data */
    line-height: 1 !important;
}

/* Contact Agent Button */
.es-btn--request-info {
    /* Use a standard button style for professionalism */
   
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center !important;
    border-radius: 6px !important;
    transition: background-color 0.2s, box-shadow 0.2s !important;
    /* Red color from the image, but with better styling */
    background-color: #f75560 !important; 
    color: #ffffff !important;
    border: 1px solid #f75560 !important;
}

.es-btn--request-info:hover {
    background-color: #e04c57 !important; /* Slightly darker on hover */
    box-shadow: 0 4px 8px rgba(247, 85, 96, 0.3) !important; /* Subtle hover shadow */
}

/* Optional: Media query for better mobile stacking */
@media (max-width: 768px) {
    .es-single .es-single__header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .es-single__header-left {
        min-width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .es-single__header-right {
        /* Align price/button to the left on mobile for easier reading */
        align-items: flex-start !important; 
        min-width: 100% !important;
        margin-left: 0 !important;
    }
    
    .es-price {
        font-size: 28px !important;
    }
}



.es-icon_download:before {
    content: "\f1c1" !important;
	font-family: "FontAwesome";   
  font-size: 14px !important;
font-weight: 100 !important;    /* Set to 100, though limited in FA 4.7 */
    -webkit-font-smoothing: antialiased; /* Makes it crisper */
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.es-search
{
	margin-top:70px !important;
}


.es-listing__meta b {
    font-weight: 600 !important;
    color: #344054 !important;
    margin-right: 4px !important;
	font-size: 20px !important;
}