body {
	background:#fff;
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}

.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	/*vertical-align:middle;*/
}

img {
	max-width:100%;
	display:inline-block;
}

@font-face {
	font-family: 'basetica-regularuploaded_file';
	src: url('../fonts/basetica-webfont.woff2') format('woff2'),
		 url('../fonts/basetica-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

h1,h2,h3,h4,h5,h6,p,ul,a {
	font-family:'Montserrat', sans-serif;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:#fff;
}

.navbar-default {
	background:#fff;
	min-height:70px;
	border:none;
	border-radius:0px;
	margin:0px;
}

.navbar-brand {
	height: 100%;
	/*padding: 25px;*/
}

.navbar-brand img {
	display:inline-block;
    max-width: 240px;
    max-height: 100px;
    margin: 5px 0;
}

.navbar-right {
	margin-right:0px;
}

.navbar-nav>li {
	margin-top:10px;
	margin-left:20px;
}

.navbar-nav>li>a {
	color:#000;
}
.navbar-nav>li>a:hover {
    color:#D11242;
}
.navbar-default .navbar-nav>li>a {
    color: #0e0e0e;
    font-size: 13px;
	font-weight:400;
	line-height:40px;
	padding:0 2px;
	text-transform:uppercase;
    letter-spacing: 1px;
	font-family: 'basetica-regularuploaded_file';
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
    color: #D11242;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a .bar {
	font-size:22px;
	padding-left:0;
    line-height: 40px;
}

section {
	float:left;
	width:100%;
}

.navbar-nav>li>.dropdown-menu {
    padding:0 0;
}
	
.navbar-nav>li>.dropdown-menu>li>a {
	display:inline-block;
	width:100%;
    font-size: 14px;
    color: #0e0e0e;
    letter-spacing: 1px;
    padding: 15px;
	text-transform:uppercase;
    font-family: 'basetica-regularuploaded_file';
	border:none;
    background-color: rgba(256,256,256,.85);
}

.navbar-nav>li>.dropdown-menu>li>a:hover, .navbar-nav>li>.dropdown-menu>li>a.active {
	background:#ee0000;
	color:#fff;
}
	
a, a:hover, a:focus {
	color:inherit;
	text-decoration:none;
}

/* Main Styles */
#topbar {
	padding:3px0;
    background-color: #fff;
	position:fixed;
    top:0px;
    width:100%;
	z-index:99999;
    display: none;
}

#topbar .bt a {
    display: inline-block;
    padding: 6px 10px00;
	color:#000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    transition: 1s;
}

#topbar .bt a:hover {
	color:#ee0000 !important;
}

/*** ***/
#header {
    transition: 0.75s ease-in;
    filter: drop-shadow(2px 4px 6px #2D2D2D);
	position:fixed;
	z-index:1110;
    background: #fff;
}

/*** ***/
#menu-div {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 500px;
    max-width: 500px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .90);
    font-size: 0;
    opacity: 0;
    right: -500px;
    z-index: 9999999;
    padding: 90px 60px 25px;
    overflow-y: scroll;
    transition: all .5s ease-in-out;
}

#menu-div .logo a {
	color:#fff;
	font-size:35px;
	font-weight:700;
	text-transform:uppercase;
}

#menu-div.active {
    opacity: 1;
    right: 0;
}

#menu-div #close {
    font-size: 30px;
    z-index: 5;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50px;
    right: 50px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
}

#menu-div .footer-logo {
    max-height: 150px;
}

#menu-div .mt-5 {
    margin-top: 60px;
}

#menu-div ul {
    list-style: none;
    width: 100%;
    padding:0;
    margin:0;
    }
#menu-div #primary-menu {margin-bottom: 50px; }
#menu-div ul li {
    padding-bottom: 5px;
    margin-left: 0;
}

#menu-div ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
	line-height:1.8;
    transition: 0.4s all ease;
}

#footer a{
    transition: 0.4s all ease;
}

#menu-div ul.sub-menu li a {
    color: #000;
    }
#menu-div ul li a:hover,
#menu-div .side-menu-info a:hover {
	color:#ee0000;
}
#menu-div ul.sub-menu li a:hover {
    color: #D11242;
}
a {
	cursor:pointer;
}

.side-menu-info a {
    color: #fff;
    font-size: 16px;
}

#menu-div .side-menu-info .social a {
    font-size: 22px;
}

#menu-div .side-menu-info  ul li {
	display:inline-block;
}

/*** ***/
#banner li {
	/*padding:200px0 90px 0;*/
    padding: 150px 0;
    margin-top: 100px;
}

#banner h2 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: -1px;
    font-weight: 600;
	font-family:'Playfair Display', serif;
	margin-bottom:100px;
}

#banner .btns {
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
    color:#fff;
	padding:0 40px;
	line-height:55px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
	border:1px solid #fff;
	position:relative;
	margin:0 15px;
	z-index:9;
	min-width:280px;
}

#banner .btns.mid {
    border-color:#ee0000;
	background: #ee0000;
    color:#fff;
}

#banner .btns:hover span, #banner .btns:hover span {
	color:#fff;
	position:relative;
	z-index:9;
}

#banner .btns:before {
	content:'';
    position: absolute;
    top: 0;
	left:0;
    width: 0%;
    height: 100%;
    background-color: #ee0000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
	z-index:-9;
}

#banner .btns:hover:before {
	width:51%;
}

#banner .btns:after {
	content:'';
    position: absolute;
    top: 0;
	right:0;
    width: 0%;
    height: 100%;
    background-color: #ee0000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
	z-index:-9;
}

#banner .btns:hover:after {
	width:51%;
}

#banner .btns:hover {
    border-color:#ee0000;
    color:#fff;
}

#banner .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 25px;
}

#banner .bx-wrapper .bx-prev {
	background:url(../images/arrow-left-white.png) no-repeat;
	background-size:contain;
	left:40px;
}

#banner .bx-wrapper .bx-next {
	background:url(../images/arrow-right-white.png) no-repeat;
	background-size:contain;
	right:40px;
}

/*** ***/
#about {
    background:linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url(../images/bg-about.jpg) 50% 50% no-repeat;
	background-attachment:fixed;
	padding:100px 0;
    background-size: cover;
}

@font-face {
	font-family: 'Sophia Bella DEMO';
	src: url('../fonts/Sophia Bella DEMO.ttf') format('truetype');
}

#about .bg {
    background: #fff;
    padding: 60px;
}

#about h4 {
    color: #5c5c5c;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

#about h4 span {
    font-size: 18px;
    color: #5c5c5c;
}

#about p {
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 15px;
    padding: 15px 0;
}

#about .wel-cont-wrapp {
    position: relative;
    font-size: 0;
}

#about .wel-bg {
    position: absolute; 
    top: 90px; 
    left: -50px;
    width: 100%; 
    display: block; 
    vertical-align: top;  
    margin: 0 auto; 
    z-index: 5; 
    max-width: 472px;  

}

#about .wel-bg canvas {
    width: 100%; 
    background-size: cover;  
    position: relative;

}

#about .wel-photo {
    width: 100%; 
    display: block; 
    vertical-align: top; 
    position: relative; 
    margin: 0 auto; 
    z-index: 5; 
    max-width: 786px; 

}

#about .wel-photo canvas {
/*width: 100%; */
    background-size: contain;
    background-repeat: no-repeat;

}

.v-bottom {
	vertical-align:bottom;
}

#about .divider {
    margin-bottom: 10px;
    position: relative;
    height: 1px;
}

#about .divider:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(45% - 10px);
    width: 16px;
    height: 16px;
    background-color: #ee0000;
    border: 1px solid #ee0000;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px #ffffff, 0 0 0 4px white;
}

#about .divider:before {
    content: "";
    position: absolute;
    top: 0;
    width: 35%;
    height: 2px;
    background-color: #ee0000;
    z-index: 10;
    right: 5%;
    left: 45%;
    width: 50%;
}

.l-btn:hover {
	border-color:#ee0000;
	color:#fff;
}

.l-btn {
	display:inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #010101;
    padding: 12px 35px;
    font-size: 17px;
    line-height: 1.5;
    border: 1px solid #010101;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
	position:relative;
	z-index:9;
    background: #fff;
}

.l-btn.black {
    background:#000;
    color:#fff;
}

.l-btn:hover span, .l-btn:hover span {
	color:#fff;
	position:relative;
	z-index:9;
}

.l-btn:before {
	content:'';
    position: absolute;
    top: 0;
	left:0;
    width: 0%;
    height: 100%;
    background-color: #ee0000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
	z-index:-9;
}

.l-btn:hover:before {
	width:51%;
}

.l-btn:after {
	content:'';
    position: absolute;
    top: 0;
	right:0;
    width: 0%;
    height: 100%;
    background-color: #ee0000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
	z-index:-9;
}

.l-btn:hover:after {
	width:51%;
}

/*** ***/
#properties, #members {
    background: url(../images/bg_properties.jpg) 50% 50% no-repeat;
    background-size:cover;
	padding:50px 0;
}
#properties {
    padding: 70px 0;
}
#properties h3 {
    margin-bottom: 65px;
}

#properties .position {
	position:relative;
	margin-bottom:20px;
    background-color: #0e0e0e;
}

#properties .position:hover .img {
	opacity:.3;
}

#properties .labi {
    position: absolute;
    top: 15px;
    left:0;
    text-align: center;
    color: #f0f0f0;
    transform: rotate(-45deg);
    background: #1fa021;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    font-size: 20px;
    z-index: 2;
    transform: none;
    background: #070707;
	font-weight:400;
	border-radius:0;
	line-height:35px;
	padding-left:10px;
	padding-right:25px;
}

#properties .img {
    height: 360px;
    object-fit: cover;
}

.fullwidth {
	width:100%;
}

#properties .position:hover .hp-fp-details {
    opacity: 1;
    transform: scale(1);
}

#properties .hp-fp-details {
    border: 1px solid #fff;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    transform: scale(0.01);
    opacity: 0;
    transition: all .4s;
    text-decoration: none;
    text-transform: uppercase;
	padding:0 15px;
    font-family: 'Roboto', sans-serif;
}

#properties .fp-address {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
	/*display:inline-block;*/
	margin-bottom:10px;
}

#properties .more-info {
	padding:0 25px;
	display:inline-block;
	width:100%;
}

#properties .other-details {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

#properties .other-details .fp-price {
    padding-right: 5%;
}

#properties .other-details .fp-beds  {
    padding: 0 5%;
}

#properties .other-details .fp-baths {
    padding-left: 5%;
}

#properties .l-btn {
	margin-top:30px;
}

#approach {
	background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(../images/bg-approach.jpg) fixed no-repeat 50% 50%  / cover;
	background-attachment:fixed;
    padding: 150px 20px 50px;
}

#approach h3, #approach em {
    color: #fff;
}

#approach h3 {
    margin-bottom: 65px;
}

#approach h4 {
    color:#fff;
    font-size:24px;
    margin:15px 0;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

#approach .icon {
    font-size: 45px;
    color: #fff;
}

#approach p {
    color: #fff;
    line-height: 30px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}


/*** ***/
#more-btns {
	padding:50px 0;
}

#more-btns a {
    display: block;
    text-decoration: none;
    position: relative;
    box-shadow:00 5px rgb(0 0 0 / 15%);
	border:1px solid rgba(0,0,0,.3);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    padding: 35px 18px;
	overflow:hidden;
}

#more-btns h3 {
    font-size: 27px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    color: #EA002A;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

#more-btns h3 span {
    display: block;
    font-size: 40px;
    color: #112445;
}

#more-btns a:hover {
	border:1px solid #ee0000;
}

#more-btns a:hover h3, #more-btns a:hover h3 span {
	color:#fff;
	position:relative;
	z-index:9;
}

#more-btns a:before {
	content:'';
    position: absolute;
    top: 0;
	left:0;
    width: 0%;
    height: 100%;
    background-color: #ee0000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

#more-btns a:hover:before {
	width:51%;
}

#more-btns a:after {
	content:'';
    position: absolute;
    top: 0;
	right:0;
    width: 0%;
    height: 100%;
    background-color: #ee0000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

#more-btns a:hover:after {
	width:51%;
}


/*** ***/
#testimonials {
	padding:120px 0 180px 0;
    background: url(../images/bg_properties.jpg) 50% 50% no-repeat;
    background-size:cover;
}

#testimonials h2 {
    color: #010101;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
}

#testimonials h4 {
    color: #5c5c5c;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

#testimonials h4 span {
    font-size: 18px;
    color: #5c5c5c;
}

#testimonials p {
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 15px;
    padding: 15px 0;
}

#testimonials .bx-wrapper:before {
    content: '';
    background: url(../images/left-quote-blue.png) no-repeat center / contain;
    display: inline-block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 36px;
    height: 31px;
    display: none!important;
}

#testimonials .bx-wrapper:after {
    content: '';
    background: url(../images/right-quote-blue.png) no-repeat center / contain;
    display: inline-block;
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 36px;
    height: 31px;
    display: none!important;
}

#testimonials .divider {
    margin-bottom: 50px;
    position: relative;
    height: 1px;
}

#testimonials .divider:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(45% - 10px);
    width: 16px;
    height: 16px;
    background-color: #ee0000;
    border: 1px solid #ee0000;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px #ffffff, 0 0 0 4px white;
}

#testimonials .divider:before {
    content: "";
    position: absolute;
    top: 0;
    width: 35%;
    height: 2px;
    background-color: #ee0000;
    z-index: 10;
    right: 5%;
    left: 45%;
    width: 50%;
}

#testimonials p {
    color: #1d2437;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 10px 0;
}

#testimonials h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #EA002A;
    font-family: 'basetica-regularuploaded_file';
	display:inline-block;
	width:100%;
}

#testimonials .bx-wrapper .bx-controls-direction a {
    width: 70px;
    height: 73px;
}

#testimonials .bx-wrapper .bx-prev {
    display: block;
    background:url(../images/left-arrow-removebg.png) left center no-repeat !important;
    position: absolute;
	left:-10%;
	top:50%;
	bottom:-25px;
}

#testimonials .bx-wrapper .bx-next {
    content: '';
    display: block;
    background:url(../images/right-arrow-removebg.png) right center no-repeat !important;
    position: absolute;
	right:-10%;
	top:50%;
}

#testimonials .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: #adadad;
    z-index: 999;
    border-radius: 50%;
}

#testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,#testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ee0000;
}

#testimonials .bx-wrapper .bx-next:hover {
    background:url(../images/right-arrow-removebg.png) right center no-repeat !important;
}

#testimonials .bx-wrapper .bx-prev:hover {
    background:url(../images/left-arrow-removebg.png) left center no-repeat !important;
}

/*** ***/
#social-media {
    background: url(../images/bg-social.jpg) no-repeat;
	background-attachment:fixed;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 100% 70%;
    background-size: cover;
}

#social-media:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #263896;
    opacity: 0.7;
}

#social-media h2 {
    margin-top: 0;
    line-height: 1;
    padding-top: 40px;
    color: #F3F3F3;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
}

#social-media p {
    color: #F3F3F3;
    font-size: 13px;
	text-transform:uppercase;
}

#social-media span.custom-icon {
	position:relative;
    width: 50px;
    height: 18px;
	display:inline-block;
    z-index: 1;
	margin-right:5px;
}

#social-media span.custom-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    z-index: 1;
    background-image: url(../images/white-arrow.png);
}

#social-media span.custom-icon:after {
    height: 2px;
    width: 50px;
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    background-color: #a9a9a9;
    border-bottom: 1px solid #7d7d7d;
    background: #ffffffb8;
}

.socials-wrapper {
    padding-right: 40%;
}

#social-media ul.ins-social {
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
    padding-left: 10px;
    margin-top: 20px;
}

#social-media ul.ins-social li {
    display: inline-block;
    line-height: 30px;
    font-size: 17px;
}

#social-media ul.ins-social li a {
	color:#fff;
    background: #0e0e0e;
    padding:0 10px;
    margin: 0 5px 10px;
    display: block;
    min-width: 100px;
    text-align: center;
    font-size: 12px;
}

#social-media ul.ins-social li a:hover {
    background-color: #ee0000;
    color: #fff;
}

#social-media .position {
	position:relative;
	overflow:hidden;
}

#social-media .sp {
	padding:4px;
}

#social-media .l-btn {
	text-transform:capitalize;
    padding:0 10px;
	line-height:40px;
}

#social-media .position img {
    height: 220px;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
}

#social-media .position:hover img {
    transform: scale(1.1);
}

#contact {
    padding:70px 0;
    position:relative;
}

#contact:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
    opacity: .45;
}

#contact {
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: grayscale(1);*/
}
#contact .z-in {
    position:relative;
    z-index:99;
}

#contact h3, #contact em, #contact p {
    color: #fff;
}

#contact fieldset {
    margin-top:50px;
    border:1px solid rgba(255,255,255,0.3);
    border-top:0;
}

#contact fieldset p.top {
    margin-top:-20px;
    margin-bottom: 30px;
    font-size:15px;
    line-height: 1.5;
}

#contact fieldset p.top:before {
    max-width: 240px;
    content: '';
    position: absolute;
    height: 1px;
    right: 15px;
    background: rgba(255,255,255,0.3);
    width: 100%;
    top:0;
}

#contact fieldset p.top:after {
    max-width: 240px;
    content: '';
    position: absolute;
    height: 1px;
    left: 15px;
    background: rgba(255,255,255,0.3);
    width: 100%;
    top:0;

}

#contact form {
    padding: 0 70px;
}

#contact input, #contact textarea {
    display:inline-block;
    width:100%;
    margin:0;
    border:none;
    box-shadow:none;
    background:transparent;
    border-bottom:1px solid #fff;
    height:48px;
    color: #ffff;
    font-family: "Montserrat", sans-serif;
    padding:0 15px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 0;
}

#contact ::placeholder{
    color: #fff;
}

#contact textarea {
    height:100px;
}

input, select, textarea, label ,button {
    font-family: "Montserrat", sans-serif;
    outline:none;
}


#contact .submit:hover {
    color: #fff;
    background: #ee0000;
}

#contact .submit {
    display:inline-block;
    width:auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background:#fff;
    color:#000;
    font-weight:bold;
    min-width:130px;
    text-align:center;
    padding:0 15px;
    font-size: 13px !important;
    line-height:46px;
    margin-top:30px;
    transition: 1s;
    position: relative;
    top:24px;
}
/*** ***/
#footer {
	position:relative;
    padding: 40px 0;
	/*z-index:99;*/
    background:rgba(0,0,0,0.8);
}

#footer .logo a {
	color:#fff;
	font-size:35px;
	font-weight:700;
	text-transform:uppercase;
}

#footer .logo {
	margin-bottom:40px;
}

#footer .logo img {
	max-height:80px;
	margin-top:20px;
}

#footer h3 {
    font-size:22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

#footer ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	display:inline-block;
}

#footer ul li {
	margin-bottom:15px;
}

#footer ul li ul {
	margin-top:10px;
}

#footer ul li ul li {
	margin-top:0px;
	margin-bottom:3px;
}

#footer ul.social-mda li a {
	display:inline-block;
    font-size: 18px;
    font-weight: 700;
    border:1px solid #fff;
    color:#fff;
    width:40px;
    height:40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}

#footer ul li:hover a {
    border-color: #D11242;
    color:#D11242;
}

#footer ul li li a {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}


#footer .social-mda ul li  {
	margin:0;
	display:inline-block;
	margin-right:15px;
	margin-bottom:10px;
}

#footer p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
	margin:0;
	margin-bottom:20px;
}

#footer p a {
    padding:0px 15px;
    border-right:1px solid #fff;
}

#footer p a:last-child {
    border-right:0;
}

#footer p a:hover, #footer li a:hover {
    color: #D11242;
}

#footer p .fa {
	margin-right:10px;
	font-size:18px;
}

#footer label {
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;
	font-weight:400;
    color: #fff;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

#footer label .check {
	width:auto;
	vertical-align:middle;
	margin:0;
	margin-right:5px;
	width:19px;
	height:19px;
	padding:0;
}



#footer hr {
	border-color:#fff;
	float:left;
	width:100%;
	margin:30px 0;
}

#footer .img {
	max-width:200px;
}

#footer .copy p {
	font-size:14px;
}

#footer .copy .in p {
	line-height:35px;
}

#footer .menu li {
    display:inline-block;
    margin:0px 10px 10px;
}

#footer .menu li a {
    border:0px;
    width:auto;
    font-weight: 400;
    height: auto;
    font-size:15px;
    display:inline-block;

}
#side-menu a {
    color: #fff;
    font-size: 14px;
}
#side-menu .current-menu-item a {
    color: #D11242;
}

/*** ***/

/*** ***/
/*** ***/
/*** ***/


/*** ***/
.parallax-window {
    background: transparent;
}


/*** ***/

/*** ***/
.bx-wrapper img {
	display:inline-block;
}

ul.bxslider {
	list-style:none;
}

.bx-wrapper {
	margin-bottom:0px;
}

.bx-wrapper .bx-controls-direction a {
	width:28px;
	height:34px;
}

.bx-wrapper .bx-next {
	background:url(../images/arrow-right.png) no-repeat;
}

.bx-wrapper .bx-prev {
	background:url(../images/arrow-left.png) no-repeat;
}

.main-title {
    text-transform: uppercase;
    color: #000000;
    position: relative;
    font-size:45px;
    font-weight: 400;
    padding: 0;  
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0.02em; 
    display: inline-block; 
    margin-bottom: 10px;
} 

.main-title em {
    display: block; 
    text-align: left; 
    color: #000000; 
    font-size: 17px; 
    font-weight: 500; 
    padding-left: 70px; 
    position: relative; 
    font-style: normal; 
    margin-bottom: 20px;
}

.main-title em:before {
    position: absolute; 
    left: 0; 
    content:''; 
    width: 57px; 
    background: #ed2632; 
    height: 3px; 
    top: 50%; 
    transform: translateY(-50%);
}

.main-title span {
    display: block; 
    font-size: 80px; 
    color: #ed1b28; 
    padding-top:0; 
    line-height: 1;
    font-family: 'Playfair Display', serif; 

}
/* Media Css */
@media only screen and (max-width: 767px) {
.row-eq-height {
	display:inline-block;
}

.small-text-center {
	text-align:center;
}

.small-text-left {
	text-align:left;
}

.small-text-right {
	text-align:right;
}

.navbar-brand {
	width:80%;
	padding:4px 15px;
}

.navbar-brand img {
    max-height: 50px;
	margin-top:10px;
}

.navbar-right {
	margin-right:-15px;
}

.navbar-default .navbar-toggle {
	margin-top:25px;
	margin-right:0px;
	border:none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	border:none;
	background:none;
}

.navbar-nav>li {
    margin: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	text-align:center;
	padding:5px 15px;
}

#header .navbar-default .navbar-nav > li > a {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
}
.navbar-default .navbar-toggle .icon-bar {
	background:#000;
}

#menu-div {
	width:100%;
    padding: 45px 20px 25px;
}

#menu-div ul li {
    padding-bottom: 5px;
    padding-left:0;
}

#menu-div .side-menu-info ul.social li {
    padding-bottom: 5px;
    padding-left: 15px;
}

#menu-div #close {
    top: 10px;
    right: 10px;
}

#topbar .bt a {
    padding: 6px 3px0;
    font-size: 14px;
}

#banner h2 {
    font-size: 30px;
}

#banner .btns {
	margin:5px 10px;
	font-size:14px;
    padding-left: 20px;
    padding-right: 20px;
}

#about .l-btn {
	margin:5px 10px;
	margin-bottom:8px;
    min-width: 250px;
}

.l-btn {
	padding:12px 15px;
	font-size:16px;
}

#more-btns a {
	margin:10px 0;
    padding: 20px 18px;
}

#testimonials h2 {
    font-size: 25px;
}

.socials-wrapper {
    padding-right: 0;
    padding-bottom: 30px;
}

#about h3 {
    font-size: 29px;
}

#about h4 {
    font-size: 16px;
}
	
#about h4 span {
    font-size: 12px;
}

#approach {
    padding: 50px0;
}

#approach h2 {
    color: #fff;
    font-size: 30px;
}

#approach p {
    line-height: 26px;
    font-size: 14px;
	margin-bottom:30px;
}
#more-btns h3 {
    font-size: 18px;
    line-height: 28px;
}

#more-btns h3 span {
    font-size: 28px;
}

#testimonials h4 {
    font-size: 16px;
}

#testimonials h6 {
	margin-bottom:20px;
}

#testimonials .bx-wrapper:before {
    top: -50px;
    left: 10px;
}

#testimonials .bx-wrapper:after {
    bottom: -50px;
    right: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.navbar-header {

}

.navbar-nav>li {
    margin-top: 10px;
    margin-left:0;
}

.navbar-default .navbar-nav>li>a {
    line-height: 30px;
    padding: 0 5px;
}

.navbar-brand {
	padding:5px 10px 5px 20px;
	}

.navbar-brand img {
    max-height: 40px;
	margin-top:15px;
}

#banner h2 {
    font-size: 50px;
}

#banner .btns {
    font-size: 13px;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 200px;
}

#about .l-btn {
	margin-bottom:8px;
    min-width: 300px;
}

}

#services #payment-calc h3{
    color: #000;
    font-size: unset;
    font-family: unset;
}

.navbar-header {
    padding: 15px 0;
}
#navbar {
    padding: 20px 0;
}
.border {
    display: block;
    width: 80px;
    height: 2px;
    background: #060606;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    #menu-btn {
        display: none!important;
    }
    .navbar-nav > li {
        margin-left: 15px;
        font-size: 15px;
    }

}

#footer .list-one-line {
    margin-bottom: 20px;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    #footer .list-one-line li {
        display: inline;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #fff;
    }

}
#footer .list-one-line li:last-child {
    border-right:0;
}

#footer .list-one-line li .fa {
    margin-right: 10px;
}
@media only screen and (max-width: 576px) {
    .navbar-brand img {
        width: 175px;
    }
    .navbar-brand {
        width: 75%;
    }
}
@media only screen and (min-width: 430px) {
    #footer .include-br br {
        display: none;
    }
}

#header .navbar-nav>li.more-padding a {
    padding-bottom: 20px;
}
#buyer-info .flush {
    margin-bottom: 70px;
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
    #properties .fp-address {
        font-size: 15px;
    }
    #properties .other-details {
        font-size: 15px;

    }
}

.grecaptcha-badge{
    display: none !important;
}

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