
@font-face {
    font-family: 'Montserrat';
    src: url('/../fonts/Montserrat/Montserrat-Light.eot');
    src: url('/../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
        url('/../fonts/Montserrat/Montserrat-Light.woff') format('woff'),
        url('/../fonts/Montserrat/Montserrat-Light.ttf') format('truetype'),
        url('/../fonts/Montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('fonts/BebasNeue/BebasNeue-Regular.eot');
    src: url('fonts/BebasNeue/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue/BebasNeue-Regular.woff') format('woff'),
         url('fonts/BebasNeue/BebasNeue-Regular.ttf') format('truetype'),
         url('fonts/BebasNeue/BebasNeue-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face{
	font-family: 'poppins';
	src: url('fonts/poppins/poppins.eot');
	src: url('fonts/poppins/poppins.eot') format('embedded-opentype'),
	url('fonts/poppins/Poppins-Bold.woff') format('woff'),
	url('fonts/poppins/poppins.woff2') format('woff2'),
    url('fonts/poppins/Poppins-Bold.ttf') format('truetype'),
    url('fonts/poppins/Poppins-Bold.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
		@font-face{
			font-family: 'helvetica-light';
			src: url('fonts/helvetica/helvetica.eot');
			src: url('fonts/helvetica/helvetica.eot') format('embedded-opentype'),
			url('fonts/helvetica/helvetica.woff') format('woff'),
			url('fonts/helvetica/helvetica.woff2') format('woff2'),
		    url('fonts/helvetica/helvetica.ttf') format('truetype'),
		    url('fonts/helvetica/helvetica.svg') format('svg');
			/*font-weight: normal;*/
		    font-style: normal;
		}
		
		@font-face{
			font-family: 'helvetica';
			src: url('fonts/helvetica/HelveticaLTW04-Roman.eot');
			src: url('fonts/helvetica/HelveticaLTW04-Roman.eot') format('embedded-opentype'),
			url('fonts/helvetica/HelveticaLTW04-Roman.woff') format('woff'),
			url('fonts/helvetica/HelveticaLTW04-Roman.woff2') format('woff2'),
		    url('fonts/helvetica/HelveticaLTW04-Roman.ttf') format('truetype'),
		    url('fonts/helvetica/HelveticaLTW04-Roman.svg') format('svg');
			/*font-weight: normal;*/
		    font-style: normal;
		}

*{
	margin:0;	
	padding:0;
	outline:none !important;
	font-family: 'Montserrat';
	
}
a{
	color:#fff;
}
ul, li{
	list-style:none;
}
ul, ol{
    margin-bottom: 0px;
}
#landlord_properties{
	padding-top: 70px;
}

/************** Color Start **************/
.bg_000{
    background-color:#000;
}
.bg_0e0e0e{
    background-color:#0e0e0e;
}
.bg_111{
    background-color:#111;
}
.bg_222{
    background-color:#222;
}
.bg_fff{
    background-color:#fff;
}
.bg_f8{
    background-color:#f8f8f8;
}
.bg_f2{
    background-color:#f2f2f2;
}
.bg_595959{
    background-color:#595959;
}
.bg_101010{
    background-color:#101010;
}
/************** Color End **************/

/************** Default Class Start  **************/
.container_default{
    width:100%;
	margin:0 auto;
	display:table;
}
.container_default_block{
	margin:0 auto;
	display:block;
}
.container_full_width{
	width:100%;
	max-width:100%;
}
.container_991{
	max-width:991px;
}
.container_1080{
	max-width:1080px;
}
.container_1200{
	max-width:1200px;
}
.container_1400{
	max-width:1400px;
}
.container_1500{
	max-width:1500px;
}
.container_1600{
	max-width:1600px;
}

.co_col{
	display:table;
	float:left;
}
.co_col_block{
	float:left;
	display:block;
}
.co_col_10{
	width:10%;	
}
.co_col_20, .co_col_5{
	width:20%;	
}
.co_col_25, .co_col_4{
	width:25%;	
}
.co_col_30{
	width:30%;	
}
.co_col_33_33, .co_col_3{
	width:33.3333%;	
}
.co_col_35{
	width:35%;	
}
.co_col_40{
	width:40%;	
}
.co_col_50{
	width:50%;	
}
.co_col_60{
	width:60%;	
}
.co_col_65{
	width:65%;	
}
.co_col_66_6666{
	width:66.6666%;
}
.co_col_70{
	width:70%;
}
.co_col_75{
	width:75%;
}
.co_col_80{
	width:80%;
}
.co_col_90{
	width:90%;
}
.co_col_100{
	width:100%;
}
.warper_padd_80{
	padding:100px 0;
}
.padd_bott_80{
	padding-bottom:100px;
}
.co_col_33_33_calc{
	width:calc(33.3333% - 20px);
	margin:10px 10px;
}
.co_col_66_66_calc{
	width:calc(66.6666% - 20px);
	margin:10px 10px;
}
.co_col_50_calc{
	width:calc(50% - 20px);
	margin:10px 10px;
}
.co_col_100_calc{
	width:calc(100% - 20px);
	margin:10px 10px;
}

.slick-dotted.slick-slider{
	margin-bottom:0px !important;
}

/************** Default Class Start  **************/
/******** Header Start ********/
body{
    background-color:#fff;
    font-family: 'Montserrat';
}

/*------------section service-------------*/
.section_bg_img{
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
    transition: 0.5s;
}
.section_bg_color{
	background:linear-gradient(to right, #190110, #ab026d);
    transition: 0.5s;
}
.section_bg_color:hover, .section_bg_img:hover{
	box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
	transform: translate(0, -10px);
}
.section_bg_overley_5{
	background-color:rgba(0,0,0,0.5);
    transition: 0.5s;
}
.height_350{
	height:350px;
}
.height_750{
	height:720px;
}
.pos_rel{
	/*position:relative;*/
}
.section_content{
	width:100%;
	padding:15px;
}
.section_content h4{
	font-size:35px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	width:50%;
	margin:0;
	padding-bottom:30px;
	font-family: 'Montserrat';
}
.bg_head{
	font-size: 40px !important;
	padding-top: 100px !important;	
}

.testimonial_section_content p{
	font-size: 14px;
    color: #c1c1c1;
    margin: 0;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';

}
.testimonial_section_content h5{
	font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';
    text-transform:uppercase;
}
.testimonial_section_content{
    bottom: 20px;
    left: 0px;
}
.section_content h3{
	color:var(--main-color);
}


/*------------section service-------------*/


/*------------Feature_property_tabs---------------------------*/

#page-content-wrapper {
	 
}
 #page-content-wrapper .component-wrapper {
	 background-color: transparent;
}
 .tabs-left {
	 padding: 0;
	 margin-bottom: -0.2em;
	 border: 0;
	 border-right: 0.1em solid rgba(150, 150, 150, 0.5);
	 background-color: rgba(220, 220, 220, 0.5);
}
 .tabs-left > li {
	 float: none;
	 margin: 0;
	 margin-right: -0.1em;
}
 .tabs-left > li.nav-title {
	 color: #1e1e1e;
	 padding: 1em 1.5em;
	 text-transform: uppercase;
	 font-weight: bold;
}
 .tabs-left li a {
    display: block;
    padding: 30px 15px;
    border-radius: 0;
    background-color: var(--main-color);
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    transition:0.5s;
    position:relative;
}
.nav-tabs li a{
	margin-right:0;
}
.nav-tabs>li>a:hover{
	border-color:transparent;
}
 .tabs-left > li > a:hover, .tabs-left > li > a:focus {
	 background-color: #000;
	 color:#fff;
}
 .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
	color: #ffffff;
	background-color: #190110;
    margin-right: 0;
    border-color: transparent;
    border:0;
}
.height_total{
	min-height:600px;
	padding: 0;
	margin: 0;
	align-items: center;
    display: flex;
}
.height_total_inner{
	display:none;
}
.tab_bg_img{
/*	background-image:url('https://gnb-user-uploads.s3.amazonaws.com/cnb/website/tessa/661a02f7f09d7800ad81dee0fe0e0224.jpg?v=1');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;*/
	width:100%;
	height:600px;
	display: flex;
    align-items: center;
}
.full_img_feature{
	background-image:url('https://gnb-user-uploads.s3.amazonaws.com/cnb/website/tessa/661a02f7f09d7800ad81dee0fe0e0224.jpg?v=1');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.tab_inner_content h3{
	color:#fff;
	font-size:25px;
	text-transform:uppercase;
	
}
.tab_inner_content p{
	color:#c1c1c1;
	font-size:14px;
	padding-bottom:15px;
	text-align:justify;
	margin:0;
}
.tab_inner_content a{
	color:#fff;
	padding:8px 15px;
	font-size:14px;
	text-transform:uppercase;
	margin-top:15px;
	display:table;
	border:1px solid #fff;
	transition:0.5s;
}
.tab_inner_content a:hover{
	background-color:var(--main-color);
}
.tabs-left li a i{
	font-size:16px;
	padding-right:10px;
}
.bg_theme{
	background-color:var(--main-color);
}
.property_bg_img{
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:400px;
}
.property_inner{
	padding-right:15px;
}
.property_info{
	width:100%;
	padding-bottom:15px;
	display:table;
}
.description_inner{
	width:100%;
	display:table;
}
.description_inner h3{
	color:#c1c1c1;
	font-size:16px;
	padding-bottom: 10px;
	text-align:left;
	margin:0;
	text-transform:uppercase;
}
.description_inner p{
    color: #c1c1c1;
    font-size: 14px;
    padding-bottom: 15px;
    text-align: justify;
    margin: 0;
    height:100px;
    overflow:hidden;
}
.feature_outer .service_head{
	padding-left:15px;
	padding-bottom:5px;
}
.feature_outer .service_head:before{
	height:35px;
}
.feature_outer .service_head h3{
	color:#fff;
}
/*------------Feature_property_tabs---------------------------*/


/*------------service section---------------*/
.service_total{
	width:100%;
	display:table;
}
.service_bg_img{
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:600px;
	border:7px solid var(--main-color);
}
.service_content_bg{
	background-color:#f1f1f1;
	width:100%;
	height:290px;
	/*box-shadow: 5px 5px 5px 5px #0000001c;*/
	box-shadow:0 50px 50px rgba(0, 0, 0, 0.2);
	display:flex;
	align-items:center;
	transition:0.5s;
	cursor:pointer;
}
.service_content_bg:hover{
	background-color:var(--main-color);
	box-shadow:0 70px 70px rgba(0, 0, 0, 0.2);
    transform: translate(0, -10px);
    z-index: 3;

}
.service_content{
	width:250px;
	margin:0 auto;
	display:table;
}
.service_content i{
	font-size:50px;
	margin:0 auto;
	display:table;
	color:#2b2b2b;
	padding-bottom:10px;
}
.service_content h3{
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding-bottom:10px;
}
.service_content p{
	color:#000;
	font-size:14px;
	margin:0 auto;
	text-align:center;
	
}
.service_head{
	border-left:5px solid var(--main-color);
	border-radius:2px;
	border-left:5px;
	position:relative;
	padding-left:20px;
	margin-bottom:20px;
}
.service_head:before{
	position:absolute;
	content:"";
	background:var(--main-color);
	height:45px;
	width:3px;
	left: 5px;
    top: 0;
    border-radius: 20px;
}
.service_head h5{
	font-size:12px;
	color:#000;
	text-align:left;
	margin:0;
	text-transform:uppercase;
}
.service_head h3{
	font-size:30px;
	color:#000;
	text-align:left;
	margin:0;
	text-transform:uppercase;
}
.service_content_bg:hover .service_content h3{
	color:#fff;
}
.service_content_bg:hover .service_content i{
	color:#fff;
}
.service_content_bg:hover .service_content p{
	color:#fff;
}


/*------------service section---------------*/

/*-------------blogs section------------------*/
.blogs_section_total{
	width:100%;
	display:table;
}
.blog_inner{
	position:relative;
}
.blogs_head h3{
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding-bottom:30px;
	position:relative;
	padding-left:20px;
}
.blogs_head h3:before{
	position: absolute;
	content: "";
	background: var(--main-color);
	height: 45px;
	width: 3px;
	left: 5px;
	top: 0;
}
.blog_bg_img{
	background-size:cover;
	width:80%;
	background-position:center;
	background-repeat:no-repeat;
	height:400px;
}
.blog_bg_img_overley{
	background-color:rgba(0,0,0,0.2);
	transition:0.5s;
	height:400px;
	
}
.blog_inner_content{
	width:250px;
	background-color:#f1f1f1;
	height:200px;
	padding:20px;
	position:absolute;
	right:0;
	bottom:0;
	transition:0.5s;
	color:#333;
}
.blog_inner_content h4{
	margin:0;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:10px;
}
.blog_inner_content h5{
	margin:0;
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:10px;
    font-weight: 600;
}
.blog_inner_content p{
	margin:0;
	font-size:14px;
}
.blog_inner:hover .blog_bg_img_overley{
	background-color:rgba(0,0,0,0.6);
}
.blog_inner:hover .blog_inner_content{
	background-color:var(--main-color);
	color:#fff;
}


/*-------------blogs section------------------*/

/*----------------------app_section--------------------*/

/*----------------------app_section--------------------*/
/*---------------footer--------------------------*/
footer{
	padding:0;
}
.bg_outer_1d1d1d{
	background-color:#161616;
	height:335px;
}
.bg_outer_060606{
	background-color:#101010;
	height:335px;
}
.bg_outer_000{
	background-color:#0a0a0a;
	height:335px;
}
.foot_padd_50{
	padding:50px 20px;
}
.footer_inner_content{
	width:300px;
	margin:0 auto;
	display:table;
}
.footer_inner_head{
	font-size:20px;
	color:var(--main-color);
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding-bottom:15px;
	position:relative;
	padding-left:20px;
}
.footer_inner_head:before{
	position: absolute;
	content: "";
	background: var(--main-color);
	height: 28px;
	width: 3px;
	left: 5px;
	top: 0;
}
.footer_inner_content p{
	color:#c1c1c1;
	font-size:14px;
	text-align:justify;
}
.add_total{
	width:100%;
    display: table;
    padding: 20px 0;
    border-bottom: 1px solid #1d1d1d;
}
.inner_sept{
	padding-top:0;
}
.add_total h3{
	color:#fff;
	font-size:14px;
	margin:0;
	color:#c1c1c1;
}
.add_total h6{
	color:#fff;
	font-size:14px;
	margin:0;
	color:#c1c1c1;
}
.add_total a{
	color:#c1c1c1;
	text-decoration:none;
	cursor:pointer;
	transition:0.5s;
}
.add_total a:hover{
	color:var(--main-color);
}
footer ul li a{
	text-decoration:none;
}
footer ul.social_menu{
	padding-top:10px;
}
footer ul.social_menu li{
	padding:0;
    padding-right:15px;
    font-size: 15px;
    color: #c1c1c1;
    border-left:0 !important;
    transition:0.5s;
}
footer ul.social_menu li:hover{
    transform: scale(1.5)
}
footer ul.social_menu li:hover i{
	color:var(--main-color)
}
.footer_bot{
	width:100%;
	display:table;
	background-color:#000;
}
.footer_rights{
	width:100%;
	padding:20px 0;
}
.footer_rights p{
	width:100%;
	text-align:center;
	color:#c1c1c1;
	font-size:16px;
	margin:0;
	padding:0;
}
.footer_rights a{
	color:var(--main-color);
	transition:0.5s;
}
.footer_rights a:hover{
	color:#333;
}
.time_row span{
	width:80px;
	float:left;
}
footer{
	background:linear-gradient(to right, #171717, #161616, #0b0b0b, #0a0a0a);
}

/*---------------footer--------------------------*/
/*-----------------valuation--------------------------*/

.valuation_content{
	padding:100px 0 !important;
}

/*-----------------valuation--------------------------*/


/*----------------responsive------------------*/

@media (max-width: 1440px){
	.container_1400{
		max-width:1200px !important;
	}
}



/*----------------responsive------------------*/








