body {
	background:#fff;
    font-size: 16px;
}

/* 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;
}

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

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

.navbar-default {
	background:none;
	/*min-height:75px;*/
	border:none;
	border-radius:0px;
	margin:0px;
}

.navbar-brand {
	height:75px;
	padding:5px 15px;
}

.navbar-brand img {
	display:inline-block;
}

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

.navbar-nav {
	text-align:center;
	width:100%;
	margin:0 auto;
}

.navbar-nav>li {
	margin-top:0px;
	position:relative;
	float:none;
	display:inline-block;
}

.navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
	font-size:16px;
	font-weight:400;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 20px;
	font-family: 'Raleway', sans-serif;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current_page_item a,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #269bd6 !important;
    background:none;
}

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

a, a:hover, a:focus {
	color:inherit;
	text-decoration:none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Main Styles */
#header {
	padding-top:25px;
	position:absolute;
	top:0;
	left:0;
	z-index:999999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #000;
}

#header .navbar-brand {
	display:none;
}

#header.fixed {
    background: #000 !important;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
	position:fixed;
	top:0;
	left:0;
	padding:0;
	z-index:99;
}

#header.fixed .navbar-brand {
	display:block;
    transition: all 0.4s;
}

.navbar-brand img {
    height: 60px;
    margin-right: 20px;
    display: block;
    display: inline-block;
    filter: invert(1);
}

#header.fixed .navbar-nav {
	width:auto;
}

#header.fixed .navbar-nav>li {
	margin-top:25px;
}

.menu-item-wpml-ls-2-fr a,
.menu-item-wpml-ls-2-en a {
    justify-content: center;
}

/*** ***/
#banner {
	/*padding:150px 0px 180px 0;
	background:url(../images/bg-banner.jpg) 50% 50% no-repeat;
	background-size:cover;
	position:relative;
	z-index:9;*/
}

#banner:before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);*/
}

#banner .logo {
	margin-bottom:35px;
}

#banner .logo img {
    filter: invert(1);
}

#banner .link {
    display: inline-block;
    font-family: 'Raleway', 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: 25px 15px;
    z-index: 9;
    min-width: 280px;
	overflow:hidden;
	transition:all .5s;
}

#banner .link::before, #banner .link::after {
    background: #269bd6;
    content: '';
    position: absolute;
    z-index: -1;
}

#banner .link:after {
    height: 0;
    background: #269bd6;
    left: 50%;
    top: 50%;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#banner .link:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

#banner .link:hover {
	color:#fff;
	border-color:#269bd6;
}

.parallax-window {
    background: transparent;
}

#banner .bxslider-banner {
    height:100vh;
    position: relative;
    top:0px;
}

#banner .bxslider-banner li {
    padding:150px 0px;
    height:100%;
}

#banner .sliderOptions {
    position: absolute;
    z-index: 1;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align:center;
}

.fullheight {
    height: 100%;
}

/*** ***/
#mission {
    background: #fff;
    padding: 45px 0 55px;
    position: relative;
}

@media (max-width: 768px) {
    #mission {
        padding: 45px 0 0 0;
    }
}

#mission h3 {
    font-size: 1.45em;
    font-weight: 500;
    margin-bottom: 28px;
    color: #5b5b5b;
	/*margin-top:40px;*/
}

#mission p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 24px;
}

#mission .l-btn {
	margin-top:40px;
}

#mission .m-logo {
    position: absolute;
    bottom: 65px;
    right: 22px;
    padding: 70px 85px;
    background: #252525;
    z-index: 1;
}

#mission .m-logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .45;
    background-image: url(../images/accent-bg.jpg);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}

#mission .site-title {
	margin-bottom:20px;
}


.l-btn {
    display: inline-block;
    color: #121212;
    /*padding: 0 20px;*/
    padding: 0 5px;
    line-height: 55px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #121212;
    position: relative;
    z-index: 9;
	text-transform:uppercase;
	overflow:hidden;
	transition:all .5s;
    font-family: 'Raleway', sans-serif;
}

.l-btn::before, .l-btn::after {
    background: #269bd6;
    content: '';
    position: absolute;
    z-index: -1;
}

.l-btn:after {
    height: 0;
    background: #269bd6;
    left: 50%;
    top: 50%;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.l-btn:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

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

.fullwidth {
	width:100%;
}

.site-title {
    display: inline-block;
	width:auto;
	float:none;
    vertical-align: middle;
    position: relative;
    text-align: left;
    padding-left: 20px;
	border-left:2px solid rgba(255, 255, 255, .40);
}

.site-title:before {
    width: 3px;
    content: '';
    height: 6.375vw;
    background: #269bd6;
    position: absolute;
    left: -2.5px;
    bottom: 0;
}

.site-title h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .500em;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
}

.site-title h6 span {
    color: #8a8a8a;
    vertical-align: middle;
    display: inline-block;
}

.site-title h2 {
    color: #fff;
    line-height: 1.0;	
    font-size: 80px;
    font-weight: 400;
    text-transform: capitalize;
	font-family: 'Old Standard TT', serif;
	margin-bottom:0;
}

.site-title h2 span {
    font-size: .8em;
	font-family: 'Old Standard TT', serif;
}

.site-title.black {
    /*border-color: #bbbbbb;*/
}

.site-title.black h6 {
    color: #353535;
}

.site-title.black h2 {
    color: #353535;
}


/*** ***/
#listing {
	padding:50px 0;
}

#listing .site-title {
	margin-bottom:50px;
}



#listing h2 span {
	font-weight:400;
}

#listing .bd {
    border: 1px solid #ddd;
	margin-bottom:25px;
	position:relative;
}

#listing figure {
	float:left;
	width:100%;
	min-height:225px;
	transition:all .3s;
    height: 100%;
}

#listing figure:hover {
    opacity: .75;
}


#listing h3 {
    color: #222222;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

#listing h3 span {
    color: black;
    font-weight: 300;
    font-size: 16px;
	display:inline-block;
	margin-top:5px;
	font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}

#listing .labi {
    background: #269bd6!important;
    color: #ffffff;
    display: block;
    font-weight: 600;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
    font-family: 'Old Standard TT', serif;
    font-size: 19px;
}

#listing .visi {
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    width: 100px;
    text-align: center;
    padding: 0px 15px;
	line-height:42px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    display: block;
    font-size: 16px;
    z-index: 1;
    background-color: #000;
	color:#fff;
}

#listing .property-props {
	font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: black;
    /*width: 68%;*/
    width: 80%;
    position: absolute;
    bottom: 15px;
	/*left:0;*/
    left: 10px;
}

#listing .property-props div {
    display: inline-block;
    width: 23%;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}

#listing .o-hidden {
	overflow:hidden;
}

#listing .labil {
    position: absolute;
    width: 175px;
    top: 25px;
    left: -50px;
    text-align: center;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #269bd6;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    font-size: 20px;
    font-family: consolas;
    z-index: 1;
}

/*** ***/
#marketing {
	background:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/bg-faut.jpg) 50% 50% no-repeat;
	background-size:cover;
    padding: 80px 0;
	background-attachment:fixed;
}

@media (max-width: 768px) {
    #marketing {
        padding: 50px 0;
    }
}

#marketing .icon {
	color:#fff;
	font-size:40px;
}

#marketing .site-title {
	margin-bottom:50px;
}

#marketing h3 {
    color: #fff;
    /*font-size: 20px;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    padding-top: 6px;
    margin: 0;
}

#marketing a:hover img {
    filter: brightness(0.8);
    transform: scale(1.05);
}

#marketing a img {
    filter: brightness(0.6);
    transition: all 150ms;
    height: 315px;
    width: 500px;
}

#marketing p {
    color: #dddddd;
    text-align: center;
    /*min-height: 170px;*/
    font-size: 16px;
    line-height: 1.6;
}

#marketing .fa{
    color: #fff;
    margin-bottom: 20px;
}

/*** ***/
#cta {
	padding:75px 0 60px 0;
}

#cta .site-title {
	margin-bottom:70px;
}

#cta .position {
	position:relative;
	border-radius:5px;
	margin-bottom:20px;
	overflow:hidden;
}

#cta .position:hover figure {
	transform:scale(1.2);
}

#cta figure {
	float:left;
	width:100%;
	min-height:250px;
	border-radius:5px;
	transition:all .3s;
}

#cta figure:before {
	content:'';
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    top: 0;
	left:0;
    width: 100%;
    transition: all 0.4s ease 0s;
	border-radius:5px;
	transition:all .3s;
}

#cta .text {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    transition: all 0.4s ease 0s;
}


#cta .position:hover .text {
    top: 55%;
    transition: all 0.4s ease 0s;
}

#cta .position:hover p {
	display:block;
}


#cta h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#cta p {
    color: #fff;
	font-size:18px;
    font-style: italic;
    font-weight: 400;
	display:none;
    transition: all 0.4s ease 0s;
}


/*** ***/
#testimonials {
    padding: 60px 0 100px 0;
}

@media (max-width: 768px) {
    #testimonials {
        padding: 40px 0 50px 0;
    }
}

#testimonials .site-title {
	margin-bottom:70px;
}

#testimonials h2 span {
    font-size: 22px;
    color: #787878;
    padding-bottom: 10px;
    font-weight: 300;
}

#testimonials p {
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
}

#testimonials h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    color: #474747;
}

#testimonials .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 25%;
    width: 20px;
    height: 35px;
    z-index: 999;
}


#testimonials .bx-wrapper .bx-prev {
    left: -120px;
    background: url(../images/arrow-left-black.png) center center no-repeat;
	background-size:contain;
}

#testimonials .bx-wrapper .bx-next {
    right: -120px;
    background: url(../images/arrow-right-black.png) center center no-repeat;
	background-size:contain;
}

/*** ***/
#contact {
    position: relative;
    padding: 110px 0 70px;
    background: url(../images/bg-montreal.jpg) 50% 50% no-repeat;
	background-size:cover;
    z-index:9;
}

#contact:before {
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    background: rgba(0,0,0,.5);
}

#contact .site-title {
	margin-bottom:70px;
}

#contact .site-title h6 span {
	color:#fff;
}


#contact .bg {
    background: rgba(255,255,255,.2);
    padding:50px 60px 70px 60px;
}

#contact input {
    width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 0;
    background: transparent;
    border: transparent;
    outline: none;
    text-transform: uppercase;
    padding: 0;
    font-style: normal;
    letter-spacing: .2em;
    font-family: 'Raleway', sans-serif;
	border-bottom:1px solid #fff;
	margin-bottom:30px;
}

#contact ::-webkit-input-placeholder {
	color: #fff;
}

#contact textarea {
    width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 0;
    background: transparent;
    border: transparent;
    outline: none;
    text-transform: uppercase;
    padding: 0;
    font-style: normal;
    letter-spacing: .2em;
    font-family: 'Raleway', sans-serif;
	border-bottom:1px solid #fff;
	resize:none;
}


.b-btn:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    background: #434343;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

#contact .submit {
    width: 250px;
    border-color:#fff;
    color: #fff;
    margin-top: 45px;
    margin-bottom: 25px;
	background:none;
}


#contact .submit:hover {
    border-color:#269bd6;
	
}

.dark{
    width: 250px;
    border-color: #333;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #333;
}

/*** ***/
#footer {
    /*background-color: #121212;*/
    background-color: #000;
	padding:0px 0;
	padding-bottom:25px;
	position:relative;
}

#footer h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

#footer p {
    font-size: 14px;
    color: #f5f5f5;
}

#footer p a {
    color: #269bd6;
}

#footer .back-to-top {
    display: block;
    background: #121212;
    width: 45px;
    height: 40px;
    font-size: 28px;
    line-height: 38px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    cursor: pointer;
	z-index:999;
}


/*** ***/

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

/*** ***/
.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;
}


#page-title {
    padding:180px 0px 150px 0px;
}

#page-title h1 {
    color:#fff;
    text-transform: uppercase;
    font-family: 'Old Standard TT', serif;
}

#contact-us {
    padding:70px 0px;
}

#contact-us .display-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

#contact-us .display-flex .contact-img-ctn {
    flex-grow: 1;
    flex-basis: 400px;
}

#contact-us .display-flex .contact-info-ctn {
    flex-grow: 1;
    flex-basis: 350px;
}

#contact-us .display-flex img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

#contact-us .tablecell .contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 15px;
}

#contact-us input {
    width: 100%;
    color: #000;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 0;
    background: transparent;
    border: transparent;
    outline: none;
    text-transform: uppercase;
    padding: 0;
    font-style: normal;
    letter-spacing: .2em;
    font-family: 'Raleway', sans-serif;
    border-bottom:1px solid #000;
    margin-bottom:30px;
}

#contact-us ::-webkit-input-placeholder {
    color: #000;
}

#contact-us textarea {
    width: 100%;
    color: #000;
    display: inline-block;
    font-size: 13px;
    height: 100px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 0;
    background: transparent;
    border: transparent;
    outline: none;
    text-transform: uppercase;
    padding: 0;
    font-style: normal;
    letter-spacing: .2em;
    font-family: 'Raleway', sans-serif;
    border-bottom:1px solid #000;
    resize:none;
}

#contact-us .submit {
    width: 250px;
    border-color:#fff;
    color: #fff;
    background:#000;
    margin-top: 45px;
    margin-bottom: 25px;
}


#contact-us .submit:hover {
    border-color:#269bd6;
    
}

#contact-us .tp {
    margin-top:50px;
}

#contact-us .details .fa {
    font-size:18px;
    line-height: 24px;
}

#contact-us .details h3 {
    text-transform: uppercase;
	font-size:18px;
}

#contact-us .details p, #contact-us .details a {
    font-size:16px;
    line-height:24px;
}

#contact-us .details .box:hover a, #contact-us .details .box:hover .fa {
    color:#269bd6;
}

#blog {
    padding:70px 0px;
}

#blog h3 {
    font-family: 'Old Standard TT', serif;
    margin-bottom:15px;
    font-weight: bold;
}

#blog p {
    font-size:16px;
    line-height: 2;
}

#blog .l-btn {
    margin-bottom: 45px;
}

#content {
    padding: 70px 0px;
    background:#f2f2f2;
}

#content .bg {
    background:#fff;
    padding:25px;
    margin:0px 15px;
}

#listing .bg {
    background:#fff;
    padding:25px;
    /*margin:0 15px;*/
}

#content h3, #listing .sidebar h3 {
    font-family: 'Old Standard TT', serif;
    margin-bottom: 15px;
    font-weight: bold;
}
#listing .sidebar h3{
    text-transform: unset;
    font-size: 24px;
}

#content p, #content li {
    font-size: 16px;
    line-height:1.7;
}

#content .sidebar p, #content .sidebar a {
    font-size:16px;
    line-height: 1.7;
}

#content .sidebar a:hover {
    color:#269bd6;
}

#content .sidebar .l-btn, #listing .sidebar .l-btn {
    width:100%;
    margin:5px 0;
    line-height: 55px;
    text-transform: none;
    font-size:14px;
}

#content .sidebar .l-btn:hover, #listing .sidebar .l-btn:hover {
    color:#fff;
}

#content .sidebar .authorpic, #listing .sidebar .authorpic {
    border-radius: 100%;
    margin-bottom: 20px;
}

#content .sidebar form .l-btn, #listing .sidebar form .l-btn {
    margin-top:45px;
}

#content .sidebar .l-btn.address, #listing .sidebar form .l-btn {
    line-height: 1.5;
    padding-top:20px;
    padding-bottom: 20px;
}

#footer ul.socials li {
    display:inline-block;
    list-style: none;
    margin:0px 5px;
} 

#footer ul.socials li a {
    color:#fff;
    font-size:20px;
    border:1px solid #fff;
    border-radius: 30px;
    width:30px;
    text-align: center;
    line-height: 30px;
    display:inline-block;
}

#footer ul.socials li:hover a {
    color:#269bd6;
    border-color: #269bd6;
}
/* 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%;
}

.navbar-brand img {
	height:auto;
    max-height: 40px !important;
    margin-right: 0;
    display: block;
    display: inline-block;
	margin-top:5px;
}

#header {
	padding-top:3px;
}

.navbar-default {
}

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

.navbar-nav>li {
	width:100%;
	margin:0 auto;
}

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

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

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

.navbar-right {
	margin:0 auto;
}

.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;
    padding: 10px 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background:#fff;
}

#testimonials .bx-wrapper .bx-prev {
	left:0;
}

#testimonials .bx-wrapper .bx-next {
	right:0;
}

#banner .link {
    min-width:280px;
	margin:10px 10px;
}

.l-btn {
    font-size: 11px;
}


#listing .property-props {
	position:relative;
	width:100%;
	margin-bottom:50px;
	margin-top:180px;
}

.row-eq-height {
    display:block;
}

#contact .bg {
    padding: 50px 15px 70px 15px;
}

#mission .m-logo {
	display:none;
}

.site-title.black {
	margin-top:15px;
}

.site-title h6 {
    font-size: 13px;
}

.site-title h2 {
	font-size:40px;
}

#banner .link {
    /*min-width: 170px;*/
}


.site-title h2 {
    font-size: 40px;
}

.l-btn {
    padding: 0 10px;
    font-size: 10px;
}

}

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

.navbar-brand img {
	height:auto;
	max-height:25px;
}

#header.fixed .navbar-brand img {
	margin-top:10px;
}

#header.fixed .navbar-default .navbar-nav>li>a {
    font-size: 10px;
    padding: 10px 4px;
}

#testimonials .bx-wrapper .bx-prev {
	left:0;
}

#testimonials .bx-wrapper .bx-next {
	right:0;
}

#marketing p {
    font-size: 14px;
    min-height: 185px;
}
#banner .link {
    min-width: 170px;
}

.site-title h6 {
    font-size: 14px;
}

.site-title h2 {
    font-size: 40px;
}

.l-btn {
    padding: 0 13px;
    font-size: 13px;
}


}

.custom-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* sidebar */
.sidebar-contact-ctn h2 {
    font-family: 'Old Standard TT', serif;
    font-size: 32px;
    font-weight: 600;
}

.sidebar-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px!important;
    color: #fff!important;
    background-color: #000;
    padding: 15px 25px;
    margin-top: 15px;
    transition: all .5s;
    overflow: hidden;
    z-index: 9;
}

.sidebar-btn::before {
    content: '';
    position: absolute;
    background: #269bd6;
    z-index: -1;
}

.sidebar-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    background: #269bd6;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-btn:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sidebar-contact-ctn a.sidebar-btn i {
    margin-right: 10px;
}
