* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat';
	font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.woff2') format('woff2'),
        url('Montserrat-Medium.woff') format('woff'),
        url('Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff'),
        url('Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.woff2') format('woff2'),
        url('Montserrat-SemiBold.woff') format('woff'),
        url('Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Serif Display';
    src: url('DMSerifDisplay-Regular.woff2') format('woff2'),
        url('DMSerifDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a {
    outline:none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
input, textarea {
	outline:none;
}
.stkyhdr {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    border-bottom: 1px solid #c4d2d9;
}
header .logo {
    float: left;
    width: 185px;
	height: auto;
    padding:20px 0;
}
header .logo img {
    width: 100%;
    height: auto;
	display:block;
}
header .rgt-mnu-bar {
	float:left;
	padding:30px 0 10px;
}
header .rgt-mnu-bar ul {
	list-style:none;
	margin:0;
	padding:0;
}
header .rgt-mnu-bar ul li {
	float:left;
}
header .rgt-mnu-bar a {
	display: block;
    	color: #fff;
    	font-size: 14px;
    	font-weight: 500;
    	line-height: 30px;
    	padding: 0;
    	margin: 0 10px;
    	text-decoration: none;
	text-transform:uppercase;
    	transition: 0.3s;
	border-bottom: 1px solid transparent;
}
header .rgt-mnu-bar a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
header .rgt-info-bx {
	float:right;
	text-align: right;
	padding:25px 0 0;
}
header .rgt-info-bx a {
    	display: block;
    	color: #fff;
    	font-size: 18px;
    	font-weight: 500;
    	line-height: 40px;
    	padding: 0;
    	margin: 0;
    	text-decoration: none;
}
header .rgt-info-bx a:hover {
	color: #fff;
	text-decoration: none;
}
header .rgt-info-bx img {
	width: 15px;
	height:auto;
}
/*** START RESPONSIVE CSS ***/
header .mobBar {
    display: none
}
header .mobBar #TopMenu {
    display: block;
    cursor: pointer
}
header .mobBar #TopMenu .bar1,.bar2,.bar3 {
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: 0.4s
}
header .mobBar .open-menu .bar1 {
    -webkit-transform: rotate(-42deg) translate(-5px,5px);
    transform: rotate(-45deg) translate(-5px,5px)
}
header .mobBar .open-menu .bar2 {
    -webkit-transform: rotate(45deg) translate(0,0);
    transform: rotate(45deg) translate(0,0)
}
header .mobBar .open-menu .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px,-11px);
    transform: rotate(45deg) translate(-4px,-5px)
}
header .mobBar .mobNav.active {
    display: block;
    transition: 0.5s
}
header .mobBar .mobNav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 65px 20px 10px;
    list-style: none;
    transition: width ease .6s;
    overflow-x: hidden;
    transition: 0.5s
}
header .mobBar .mobNav ul {
    list-style: none;
    margin: 0;
    padding: 0
}
header .mobBar .mobNav li {
    display: block;
    width: 100%;
    position: relative
}
header .mobBar .mobNav li:last-child {
    border-bottom: none
}
header .mobBar .mobNav li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
    text-decoration: none;
    transition: 0.3s
}
header .mobBar .mobNav li a:hover {
    color: #fff
}
header .mobBar .mobNav li.menu-item-has-children::before {
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #fff
}
header .mobBar .mobNav li .sub-menu.active {
    display: block;
    visibility: visible;
    top: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
header .mobBar .mobNav li .sub-menu {
    display: none;
    width: 85%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    padding: 10px
}
header .mobBar .mobNav li .sub-menu li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 15px;
    margin: 0;
    text-decoration: none;
    transition: 0.3s
}
header .mobBar .mobNav li .sub-menu li a:hover {
    color: #fff
}
/*** END ***/
.avxmain-hero-section {
	position: relative;
	width:100%;
}
.avxmain-hero-section .banner-title {
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 0;
    	bottom: 0;
    	z-index: 1;
}
.avxmain-hero-section .titlebx {
	width:80%;
	margin:20% auto 0;
	text-align: center;
}
.avxmain-hero-section .banner-title h4 {
	font-family: 'DM Serif Display';
	display:block;
	font-size:90px;
	color:#fff;
	line-height:100px;
	font-weight: normal;
	letter-spacing:1px;
	margin:0;
}
.avxmain-hero-section img {
  	width: 100%;
  	height: auto;
  	display: block;
}
.avx-property-search-section {
    	position: relative;
    padding: 28px 0;
    background: rgba(0, 0, 0, 0.8);
    margin: -100px auto 0;
    z-index: 9;
    width: 100%;
    xbox-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.avx-property-search-section .form-group {
    	margin: 0;
}
.avx-property-search-section .col-lg-2 {
    	-ms-flex: 0 0 19.666667%;
    	flex: 0 0 19.666667%;
    	max-width: 19.666667%;
}
.avx-property-search-section .form-control {
    	display: block;
    	width: 100%;
    	font-size: 14px;
    	color: #fff;
    	background: #3e3e3e;
    	font-weight: 300;
    	border-radius: 4px;
    	height: 44px;
    	border: 1px solid #000;
    	padding: 10px;
}
.avx-property-search-section button.input-submit.form-control {
    	font-size: 14px;
    	color: #fff;
    	font-weight: 300;
    	background: #000;
    	border: 1px solid #c9c9c9;
    	border-radius: 4px;
    	height: 44px;
    	letter-spacing: .2px;
    	padding: 10px;
    	text-transform: uppercase;
}
.avx-about-realestate-section {
	position: relative;
	padding:90px 0;
	background:url(../images/bdr-1.jpg) no-repeat 110% 0;
}
.avx-about-realestate-section h1 {
	position:relative;
	font-family: 'DM Serif Display';
	color: #000;
	font-size: 44px;
	font-weight:400;
	line-height:50px;
	padding:50px 0 30px;
	margin:0;
}
.avx-about-realestate-section p {
	color: #000;
	font-size: 15px;
	font-weight:400;
	line-height:24px;
	padding:10px 0;
	margin:0;
}
.avx-about-realestate-section img {
	float:left;
	width:45%;
	height:auto;
	display:block;
	border-radius:10px;
	margin: 0 100px 0 0;
}
.avx-about-realestate-section .enqnow-btn {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	margin:20px 0 0;
	border: 1px solid #000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.avx-about-realestate-section .enqnow-btn:hover {
	text-decoration: none;
	color: #fff;
	background:#000;
}
.avx-happycustomer-section {
    	position: relative;
    	padding: 80px 0;
    	text-align: center;
	background:url(../images/home-bg.png) no-repeat 100% 0 #f3f3f3;
}
.avx-happycustomer-section .counter {
        position: relative;
    	border-right: 1px solid #d3d3d3;
    	width: 200px;
    	height: 150px;
    	margin: 0 auto;
    	padding: 25px 0 0;
}
.avx-happycustomer-section .counter.lst {
    	border-right: none;
}
.avx-happycustomer-section .count-title {
    	display: inline-block;
	font-family: 'DM Serif Display';
    	font-size: 56px;
    	color: #000;
    	font-weight: 400;
    	line-height: 65px;
    	margin: 0;
}
.avx-happycustomer-section span {
    	display: inline-block;
	font-family: 'DM Serif Display';
    	font-size: 36px;
    	color: #000;
    	font-weight: 400;
    	line-height: 55px;
    	margin: 0;
}
.avx-happycustomer-section .count-text {
    	display: block;
	font-family: 'DM Serif Display';
    	font-size: 18px;
    	color: #222;
    	font-weight: 400;
    	margin: 0;
}
.avx-our-services-section {
	position:relative;
	padding:90px 0;
	border-bottom: 1px solid #e9e9e9;
}
.avx-our-services-section h3 {
	position: relative;
	font-family: 'DM Serif Display';
    color: #000;
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}
.avx-our-services-section .bx {
	position: relative;
	width:31%;
	float: left;
	margin:10px;
	border-radius: 10px;
    	overflow: hidden;
}
.avx-our-services-section .bx.fst {
	height: 610px;
}
.avx-our-services-section .bx .imgbx {
	position: relative;
	overflow: hidden;
}
.avx-our-services-section .bx .imgbx img {
	width:100%;
	height:auto;
	border-radius:10px;
	transition: transform 4s;
}
.avx-our-services-section .bx:hover .imgbx img {
	-ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.avx-our-services-section .bx h4 {
     	position: absolute;
	bottom: 0;
	display: block;
    	color: #fff;
    	font-size: 20px;
    	font-weight: 600;
    	line-height: 35px;
    	text-transform: uppercase;
	background:url(../images/serv-arw.png) no-repeat 100% 28px;
    	padding:20px 50px 20px 0;
    	margin: 0;
}
.avx-our-services-section a:hover {
	text-decoration: none;
}
.avx-our-services-section .overly-title {
	position: absolute;
    	right: 0;
    	bottom: 0;
	width: 100%;
    	background: rgba(0,0,0,0.2);
    	padding: 10px 20px;
    	border-radius: 10px;
    	height: 100%;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.avx-our-services-section .overly-title:hover {
	color: #000;
	background: rgba(0,0,0,0.1);
}
.avx-testimonials-section {
    	position:relative;
        padding: 90px 0;
	background:url(../images/test-bg.jpg) no-repeat 100% -15px;
}
.avx-testimonials-section h3 {
	position:relative;
	font-family: 'DM Serif Display';
	color: #000;
	font-size: 44px;
	font-weight:400;
	line-height:50px;
	text-align: center;
	padding:0 0 10px;
	margin:0;
}
.avx-testimonials-section .ptbx {
	padding:30px;
}
.avx-testimonials-section .ptbx img {
  	width: 65px;
  	height: auto;
}
.avx-testimonials-section .ptbx h4 {
	font-size: 18px;
	color: #000;
	font-weight:500;
	line-height:30px;
	padding:10px 0;
	margin:0;
}
.avx-testimonials-section .ptbx p {
  	display: block;
  	font-size: 15px;
  	color: #000;
  	font-weight:normal;
  	line-height:24px;
  	padding:0;
  	margin:0;
}
.avx-realprofile-section {
	position: relative;
	padding:80px 0;
}
.avx-realprofile-section h3 {
	position:relative;
	font-family: 'DM Serif Display';
	color: #000;
	font-size: 34px;
	font-weight:400;
	line-height:40px;
	padding:50px 0 20px;
	margin:0;
}
.avx-realprofile-section p {
	color: #000;
	font-size: 15px;
	font-weight:400;
	line-height:24px;
	padding:10px 0;
	margin:0;
}
.avx-realprofile-section img {
	float:left;
	width:45%;
	height:auto;
	display:block;
	border-radius:10px;
	margin: 0 100px 0 0;
}
.avx-realprofile-section .enqnow-btn {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	margin:20px 0 0;
	border: 1px solid #000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.avx-realprofile-section .enqnow-btn:hover {
	text-decoration: none;
	color: #fff;
	background:#000;
}
.avx-enquir-form-section {
	position:relative;
    	padding:90px 0 120px;
	background:url(../images/form-bg1.jpg) no-repeat #000;
	background-size:cover;
}
.avx-enquir-form-section h3 {
	position:relative;
	font-family: 'DM Serif Display';
	color: #fff;
	font-size: 44px;
	font-weight:400;
	line-height:50px;
	padding:0;
	margin:0;
}
.avx-enquir-form-section p {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 0 30px;
    margin: 0;
}
.avx-enquir-form-section .innform-input {
	position:relative;
	width:45%;
	margin:0 0 0 100px;
        padding: 40px;
	background: rgba(256, 256, 256, 0.5);
    border-radius: 10px;
    border: 1px solid #262626;
}
.avx-enquir-form-section .innform-input input[type=text] {
    	    width: 100%;
    display: block;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #000;
    font-weight: normal;
    line-height: 24px;
    padding: 12px;
    margin: 8px 0 5px;
    background: #fff;
    border: 1px solid #646464;  	
}
.avx-enquir-form-section .innform-input input[type=text]::placeholder {
 	color: #999;
}
.avx-enquir-form-section .innform-input textarea {
	width: 100%;
    height: 190px;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #000;
    font-weight: normal;
    line-height: 24px;
    padding: 12px;
    margin: 5px 0;
    background: #fff;
    border: 1px solid #646464;  
}
.avx-enquir-form-section .innform-input textarea::placeholder {
 	color:#999;
}
.avx-enquir-form-section .innform-input .submit {
	width:100px;
	border-radius: 4px;
	text-align:center;
}
.stky-sidebar {
    	display: block;
    	position: fixed;
    	right: 10px;
    	top: 250px;
    	z-index: 999;
    	width: 58px;
    	height: 100%;
}
.stky-sidebar img {
    	display: block;
    	width: 58px;
    	margin: 20px 0;
    	box-shadow: 0 0 10px rgba(0,0,0,0.2);
    	border-radius: 50%;	
}
.stky-sidebar a {
    	display: block;
}
.avx-realblog-post-section {
    	position: relative;
    	padding: 90px 0;
}
.avx-realblog-post-section h3 {
	display: block;
	font-family: 'DM Serif Display';
	color: #000;
	font-size: 44px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 0 30px;
	margin: 0;
	text-align: center;
}
.avx-realblog-post-section .pst-bx {
	padding: 10px 0;
}
.avx-realblog-post-section .pst-bx.bl {
	width: 50%;
    	float: left;
	padding: 10px;
}
.avx-realblog-post-section .pst-bx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius:10px;
}
.avx-realblog-post-section .pst-bx .imgbx img {
	width:100%;
	height:auto;
	border-radius:10px;
	transition: transform 4s;
}
.avx-realblog-post-section .pst-bx .imgbx:hover img {
	-ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.avx-realblog-post-section .pst-bx p {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	margin: 10px 0 20px;
}
.avx-realblog-post-section .pst-bx h4 {
	display: block;
	font-family: 'DM Serif Display';
	color: #000;
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	padding: 10px 0;
	margin: 0;
}
.avx-realblog-post-section .pst-bx .more-btn a {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	margin:0;
	border: 1px solid #000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.avx-realblog-post-section .pst-bx .more-btn a:hover {
	text-decoration: none;
	color: #fff;
	background:#000;
}
.avx-fotr-wrp {
    	position: relative;
    	padding: 50px 0;
    	background:url(../images/ft-bg.jpg) no-repeat #000;
	background-size:cover;
}
.avx-fotr-wrp .avxlgo {
    	width: 220px;
    	height:auto;
    	margin: 0 0 20px;
    	display: block;
}
.avx-fotr-wrp .ftabt-bx {
    	position: relative;
    	width: 100%;
}
.avx-fotr-wrp .ftabt-bx p {
    	color: #fff;
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 22px;
    	padding: 5px 0;
    	margin: 0;
}
.avx-fotr-wrp .ftabt-bx p a {
	display:block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
}
.avx-fotr-wrp h4 {
    	position: relative;
    	color: #fff;
    	font-size: 18px;
    	font-weight: 500;
    	line-height: 30px;
    	padding: 20px 0 15px;
	text-transform: uppercase;
    	margin: 0;
	border-bottom: 2px solid #fff;
}
.avx-fotr-wrp .ftmnu-bx {
    	width: 29%;
    	float: left;
    	min-height: 270px;
    	padding: 0 20px;
    	margin: 0 2%;
}
.avx-fotr-wrp .ftmnu-bx ul {
    	list-style: none;
    	margin: 0;
    	padding: 20px 0 0;
}
.avx-fotr-wrp .ftmnu-bx ul li {
    	display: block;
}
.avx-fotr-wrp .ftmnu-bx a {
    	display: block;
    	color: #fff;
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 28px;
    	padding: 0;
    	margin: 0;
    	text-decoration: none;
}
.avx-fotr-wrp .ftmnu-bx a:hover {
    	color: #fff;
    	text-decoration: none;
}
.avx-fotr-wrp .ftadd-bx {
    	float: left;
    	width: 50%;
    	color: #fff;
    	font-size: 18px;
    	font-weight: normal;
    	line-height: 40px;
    	text-decoration: none;
    	padding: 0 10px 0 0;
    	margin:20px 0;
    	text-align: left;
}
.avx-fotr-wrp .ftadd-bx img {
    	float: left;
	width:40px;
	height:auto;
	border-radius:50px;
	margin:0 10px 0 0;
}
.avx-fotr-wrp .ftph-bx {
    	float: left;
    	width: 25%;
    	color: #fff;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 40px;
    	text-decoration: none;
    	padding: 0;
    	margin:20px 0;
    	text-align: left;
}
.avx-fotr-wrp .ftph-bx img {
    	float: left;
	width:40px;
	height:auto;
	border-radius:50px;
	margin:0 10px 0 0;
}
.avx-fotr-wrp .ftph-bx a {
    	color: #fff;
    	text-decoration: none;
}
.avx-fotr-wrp .ftph-bx a:hover {
    	color: #fff;
    	text-decoration: none;
}
.avx-fotr-wrp .fteml-bx {
    	float: left;
    	width: 25%;
    	color: #fff;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 40px;
    	text-decoration: none;
    	padding: 0;
    	margin:20px 0;
    	text-align: left;
}
.avx-fotr-wrp .fteml-bx img {
    	float: left;
	width:40px;
	height:auto;
	border-radius:50px;
	margin:0 10px 0 0;
}
.avx-fotr-wrp .fteml-bx a {
     	color: #fff;
     	text-decoration: none;
}
.avx-fotr-wrp .fteml-bx a:hover {
    	color: #fff;
    	text-decoration: none;
}
.avx-fotr-wrp .ftflw-bx {
    	text-align: center;
}
.avx-fotr-wrp .ftflw-bx a {
    	display: inline-block;
    	margin:10px;
}
.avx-fotr-wrp .ftflw-bx img {
	width:33px;
	height:auto;
}
.avx-fotr-wrp .ftcpy-txtline {
    	position: relative;
    	margin: 0;
    	padding: 20px 0 0;
    	text-align: center;
	border-top: 1px solid #5c5c5c;
}
.avx-fotr-wrp .ftcpy-txtline p {
	    padding: 10px;
    	display: inline-block;
    	color: #fff;
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 18px;
    	margin: 0;
    	padding: 10px;
}
.avx-fotr-wrp .ftcpy-txtline p a {
    	color: #fff;
    	text-decoration: none;
}

/**** ABOUT PAGE CSS ****/

.avx-innerabout-realestate-section {
	position: relative;
	padding:90px 0;
	background:url(../images/bdr-1.jpg) no-repeat 110% 0;
}
.avx-innerabout-realestate-section h1 {
	position:relative;
	font-family: 'DM Serif Display';
	color: #000;
	font-size: 44px;
	font-weight:400;
	line-height:50px;
	padding:50px 0 30px;
	margin:0;
}
.avx-innerabout-realestate-section p {
	color: #000;
	font-size: 15px;
	font-weight:400;
	line-height:24px;
	padding:10px 0;
	margin:0;
}
.avx-innerabout-realestate-section img {
	float:left;
	width:45%;
	height:auto;
	display:block;
	border-radius:10px;
	margin: 0 100px 0 0;
}
.avx-innerabout-realestate-section .enqnow-btn {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	margin:20px 0 0;
	border: 1px solid #000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.avx-innerabout-realestate-section .enqnow-btn:hover {
	text-decoration: none;
	color: #fff;
	background:#000;
}
.avx-innermission-section {
	position: relative;
	padding:50px 0;
	text-align: center;
	background:#efefef;
}
.avx-innermission-section h3 {
	display: block;
	font-family: 'DM Serif Display';
	color: #000;
	font-size: 34px;
	font-weight:300;
	line-height:40px;
	padding:0 0 30px;
	margin:0;
        text-transform: uppercase;
}
.avx-innermission-section .bx {
	position:relative;
	background:#0a0a0a;
	border-radius:10px;
	padding:20px 0;
	margin:20px 0;
}
.avx-innermission-section .imgbx {
	position:relative;
	overflow:hidden;
}
.avx-innermission-section h4 {
	display:block;
	color: #fff;
	font-size: 24px;
	font-weight:300;
	line-height:40px;
	padding:0;
	margin:0;
}
.avx-innermission-section p {
	color: #bbb9b7;
	font-size: 16px;
	font-weight: 300;
	line-height:26px;
	padding:10px 0;
	margin:0;
}

/**** CONTACT PAGE CSS ****/

.avx-innercontact-realestate-section {
	position: relative;
	padding:90px 0;
	background:url(../images/bdr-1.jpg) no-repeat 110% 0;
}
.avx-innercontact-realestate-section h1 {
	position:relative;
	font-family: 'DM Serif Display';
	color: #000;
	font-size: 44px;
	font-weight:400;
	line-height:50px;
	padding:50px 0 30px;
	margin:0;
}
.avx-innercontact-realestate-section h4 {
	position:relative;
	font-family: 'DM Serif Display';
	color: #fff;
	font-size: 24px;
	font-weight:400;
	line-height:40px;
	padding:20px 0;
	margin:0;
}
.avx-innercontact-realestate-section .adres-box {
	width:29%;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight:300;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	padding: 20px;
        margin: 0 2%;
        border: 1px solid #2e2d2d;
	background:#0a0a0a;
        min-height: 325px;
	border-radius: 10px;
}
.avx-innercontact-realestate-section .adres-box img {
	display:block;
	margin: 0 auto;
	border-radius: 50px;
}
.avx-innercontact-realestate-section .contact-box {
	width:29%;
	float: left;
	text-align: center;
	padding: 20px;
        margin: 0 2%;
        border: 1px solid #2e2d2d;
	background:#0a0a0a;
        min-height: 325px;
	border-radius: 10px;
}
.avx-innercontact-realestate-section .contact-box img {
	display:block;
	margin: 0 auto;
	border-radius: 50px;
}
.avx-innercontact-realestate-section .contact-box a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight:300;
	line-height: 30px;
	text-decoration: none;
	padding: 0;
        margin: 0;
}
.avx-innercontact-realestate-section .contact-box a:hover {
	color: #cf9a3e;
	text-decoration: none;
}
.avx-innercontact-realestate-section .email-box {
	width:29%;
	float: left;
	text-align: center;
	padding: 20px;
        margin: 0 2%;
        border: 1px solid #2e2d2d;
	background:#0a0a0a;
        min-height: 325px;
	border-radius: 10px;
}
.avx-innercontact-realestate-section .email-box img {
	display:block;
	margin: 0 auto;
	border-radius: 50px;
}
.avx-innercontact-realestate-section .email-box a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight:300;
	line-height: 30px;
	text-decoration: none;
	padding: 0;
        margin: 0;
}
.avx-innercontact-realestate-section .email-box a:hover {
	color: #cf9a3e;
	text-decoration: none;
}

/***** INNER RENT LIST PAGE CSS *****/

.avx-innerent-realestate-section {
	position: relative;
    	padding: 50px 0;
}
.avx-innerent-realestate-section .rent-prodlist-bx {
	float: left;
        width: 100%;
	text-align: center;
}
.avx-innerent-realestate-section .rent-prodlist-bx ul {
	list-style: none;
        padding:0;
	margin:0;
}
.avx-innerent-realestate-section .rent-prodlist-bx ul li {
	display: inline-block;
}
.avx-innerent-realestate-section .rent-prodlist-bx ul li a {
	display:block;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height:30px;
	text-decoration: none;
	padding:5px 10px;
	margin:0;
}
.avx-innerent-realestate-section .rent-prodlist-bx ul li a:hover {
	color: #bbb9b7;
}
.avx-innerent-realestate-section .avx-prodlist-bx {
	float: left;
        width: 100%;
	margin:10px 0;
	background: #0a0a0a;
}
.avx-innerent-realestate-section .avx-prodlist-bx .imgbx {
	width:100%;
	float: left;
	position: relative;
        overflow: hidden;
}
.avx-innerent-realestate-section .avx-prodlist-bx .imgbx img {
	width: 100%;
	height:auto;
        transition: transform 10s;
}
.avx-innerent-realestate-section .avx-prodlist-bx .imgbx:hover img {
	-ms-transform: scale(1.4); /* IE 9 */
  -webkit-transform: scale(1.4); /* Safari 3-8 */
  transform: scale(1.4);
}
.avx-innerent-realestate-section .avx-prodlist-bx h4 {
	display:block;
	color: #fff;
	font-size: 24px;
	font-weight:300;
	line-height:40px;
	padding:0;
	margin:0;
}
.avx-innerent-realestate-section .avx-prodlist-bx .ptbx {
    	width:100%;
    	float: left;
    	padding: 20px;
    margin-top: -1px;
    border: 1px solid #2e2d2d;
}
.avx-innerent-realestate-section .avx-prodlist-bx .loc-bx {
	width:100%;
	float:left;
	color: #bbb9b7;
	font-size: 16px;
	font-weight: 300;
	line-height:30px;
	padding:0;
	margin:0;
}
.avx-innerent-realestate-section .avx-prodlist-bx .ptxt {
	width:100%;
	float:left;
	color: #bbb9b7;
	font-size: 14px;
	font-weight: 300;
	line-height:30px;
	padding:0;
	margin:0;
}
.avx-innerent-realestate-section .avx-rnt-bx {
	width:100%;
	float:left;
	padding: 0 0 10px;
}
.avx-innerent-realestate-section .avx-rnt-bx ul {
	list-style:none;
	padding:0;
	margin:0;
}
.avx-innerent-realestate-section .avx-rnt-bx li {
	float:left;
	width:33%;
	color: #bbb9b7;
	font-size: 18px;
	font-weight: 300;
	line-height:30px;
	padding:0;
	margin:0;
}
.avx-innerent-realestate-section .avx-rnt-bx li img {
	margin-right:10px;
}
.avx-innerent-realestate-section .prc-bx {
	width:100%;
	float:left;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height:30px;
	padding: 10px 0 20px;
    	margin: 0;
    	border-top: 1px solid #2e2d2d;
}
.avx-innerent-realestate-section .btnlink {
	width: 100%;
	float: left;
    	text-align: center;
    border-top: 1px solid #2e2d2d;
    margin: 10px 0 0;
}
.avx-innerent-realestate-section .btnlink .btnbx {
	width: 32%;
    	display: inline-block;
    	padding: 10px 0 0;
}

/***** INNER RENT DETAIL PAGE CSS *****/

.avx-inner-detailhero-section {
	position: relative;
	background: #111010;
	padding:15% 0 50px;
	text-align: center;
}
.avx-inner-detailhero-section h4 {
	display:block;
	font-size:36px;
	color: #bbb9b7;
	line-height:70px;
	font-weight: 300;
	text-transform: uppercase;
	margin:0;
}
.avx-property-search-section.dtl {
	margin: 0 auto;
}
.avx-innerrent-detail-section {
	position: relative;
	padding:50px 0;
	background: #0a0a0a;
}
.avx-innerrent-detail-section .imgbx {
	width:100%;
        float:left;
}
.avx-innerrent-detail-section .imgbx img {
	width:100%;
	height:auto;
}
.avx-innerrent-detail-section .prod-dtlbx {
	width:100%;
        float:left;
        padding: 10px 0;
	border-bottom: 1px solid #2e2d2d;
}
.avx-innerrent-detail-section .prod-dtlbx h4 {
	display:block;
	color: #fff;
	font-size: 24px;
	font-weight:300;
	line-height:40px;
	padding:0;
	margin:0;
}
.avx-innerrent-detail-section .prod-dtlbx .prcbx {
	width:100%;
	float:left;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	line-height:50px;
	padding:10px 0;
	margin:0;
}
.avx-innerrent-detail-section .prod-dtlbx .locbx {
	float:left;
	width: 25%;
	color: #bbb9b7;
	font-size: 16px;
	font-weight: 300;
	line-height:30px;
	padding:10px 0;
	margin:0;
}
.avx-innerrent-detail-section .prod-dtlbx .ptxt {
	float:left;
	width: 25%;
	color: #bbb9b7;
	font-size: 16px;
	font-weight: 300;
	line-height:30px;
	padding:10px 0;
	margin:0;
}
.avx-innerrent-detail-section .prod-dtlbx .rnticn {
	float:left;
	width: 50%;
	padding:10px 0;
}
.avx-innerrent-detail-section .prod-dtlbx .rnticn ul {
	list-style:none;
	padding:0;
	margin:0;
}
.avx-innerrent-detail-section .prod-dtlbx .rnticn li {
	float: left;
	color: #bbb9b7;
	font-size: 18px;
	font-weight: 300;
	line-height:30px;
	padding:0 10px;
	margin:0;
}
.avx-innerrent-detail-section .prod-dtlbx .rnticn li img {
	margin-right:10px;
}
.avx-innerrent-detail-section .like-prodbx {
	width:100%;
	float:left;
        padding: 10px 0;
}
.avx-innerrent-detail-section .like-prodbx h4 {
	display:block;
	color: #fff;
	font-size: 26px;
	font-weight:300;
	line-height:40px;
	padding:10px 0;
	margin:0;
}
.avx-innerrent-detail-section .like-prodbx ul {
	list-style:none;
	padding:0;
	margin:0;
}
.avx-innerrent-detail-section .like-prodbx li {
	width: 33%;
	float: left;
    	color: #bbb9b7;
    	font-size: 18px;
    	font-weight: 300;
    	line-height: 30px;
    	border-top: 1px solid #2e2d2d;
    	padding: 10px 0;
    	margin: 0; 
}
.avx-innerrent-detail-section .like-prodbx li img {
	margin-right:10px;
}
.avx-innerrent-detail-section .prod-dsc-bx {
	width:100%;
	float:left;
	padding: 10px 0;
}
.avx-innerrent-detail-section .prod-dsc-bx h4 {
	display:block;
	color: #fff;
	font-size: 26px;
	font-weight:300;
	line-height:40px;
	padding:10px 0 0;
	margin:0;
}
.avx-innerrent-detail-section .prod-dsc-bx p {
	display:block;
	color: #bbb9b7;
	font-size: 16px;
	font-weight:300;
	line-height:26px;
	padding:10px 0;
	margin:0;
}
.avx-innerrent-detail-section .pht-bx {
	width:100%;
	float:left;
	padding: 20px;
    	border: 1px solid #2e2d2d;
}
.avx-innerrent-detail-section .pht-bx .detail {
	width:100%;
	float:left;
}
.avx-innerrent-detail-section .pht-bx .detail img {
	width:100px;
	height:auto;
	float:left;
    	margin: 0 10px 0 0;
}
.avx-innerrent-detail-section .pht-bx .detail h4 {
	color: #bbb9b7;
	font-size: 24px;
	font-weight: 300;
	line-height:30px;
	padding: 10px 0 5px;
    	margin: 0;
}
.avx-innerrent-detail-section .pht-bx .detail p {
	color: #bbb9b7;
	font-size: 14px;
	font-weight: 300;
	line-height:20px;
	padding: 0;
    	margin: 0;
}
.avx-innerrent-detail-section .link-bx {
	width:100%;
	float:left;
	text-align: center;
	margin: 20px 0 0;
}
.avx-innerrent-detail-section .link-bx .btnbx {
	width: 31%;
        float:left;
	padding: 6px;
        margin: 1%;
}
.avx-innerrent-detail-section .flow-box {
	width:100%;
	float:left;
	text-align: center;
	padding: 20px;
    	border: 1px solid #2e2d2d;
	margin: 20px 0 0;
}
.avx-innerrent-detail-section .flow-box h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height:30px;
	padding: 10px 0;
    	margin: 0;
}
.avx-innerrent-detail-section .flow-box .btnbx {
        padding: 10px;
    	float: left;
    	margin: 5px 10px;
    	border-radius: 50px;
}
.avx-innerrent-detail-section .share-btn .btnbx img {
    	border-radius: 50px;
}