/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Real Estate
Version:	1.0.0
/*
Copyright (c) 2017
------------------------------------------------------------------
[Table of contents]
-------------------------------------------------------------------
1.  Property Wrapper
2.  Price history
3.  Popular areas
4.  Latest news
5.  Partner
6.  Footer
7.  Whywe
8.  Awesome agent wrapper
9.  Clients & Partners
10. Newletters wrapper
11. What people saying
12. Latest News slider 2
13. Map Wrapper
14. Item Details
15. Team Wrapper
16. Agent Single Wrapper
17. Latest News slider 3
18. Breadcrumb & Page Title
19. Pagination
20. Property Shorting Wrapper
21. Blog Page
22. Sidebar Wrapper
23. Contact Page css start
24. Responsive css start
-------------------------------------------------------------------*/

/*--------- Body Strat -------*/

/*---------- Normal css start -------*/
a {
	color: #695b5b;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Segoe Alt','Segoe UI';
	line-height: 1.1;
	font-weight:700;
	color: #303030;
}
img {
	max-width: 100%;
}
input, select {
	outline: none;
}
input:focus, select:focus {
	outline: none !important;
	box-shadow:none !important;
}
textarea {
	outline: none;
	border-radius:0px !important;
}
textarea:focus {
	outline: none !important;
	box-shadow:none !important;
}
.rle_toppadder10{
	padding-top:10px;
}
.rle_toppadder20{
	padding-top:20px;
}
.rle_toppadder30{
	padding-top:30px;
}
.rle_toppadder40{
	padding-top:40px;
}
.rle_toppadder50{
	padding-top:50px;
}
.rle_toppadder60{
	padding-top:60px;
}
.rle_toppadder70{
	padding-top:70px;
}
.rle_toppadder80{
	padding-top:150px;
}
.rle_toppadder90{
	padding-top:90px;
}
.rle_toppadder100{
	padding-top:100px;
}
.rle_bottompadder10{
	padding-bottom:10px;
}
.rle_bottompadder20{
	padding-bottom:20px;
}
.rle_bottompadder30{
	padding-bottom:30px;
}
.rle_bottompadder40{
	padding-bottom:40px;
}
.rle_bottompadder50{
	padding-bottom:50px;
}
.rle_bottompadder70{
	padding-bottom:70px;
}
.rle_bottompadder80{
	padding-bottom:150px;
}
.rle_bottompadder90{
	padding-bottom:90px;
}
.rle_bottompadder100{
	padding-bottom:100px;
}
/*---------- Header start ----------*/
.rle_banner_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/banner/bnr1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:600px;
    position: relative;
}
.rle_banner_wrapper.style_2{
	height:800px;
	background-image:url(../images/banner/bnr2.jpg);
}
.rle_banner_wrapper.style_3{
	height:950px;
	background-image:url(../images/banner/bnr3.jpg);
}
.rle_banner_wrapper.style_4{
    height: auto;
    background-image: none;
    background-color: #ffffff;
}
.rle_header_wrapper{
	float:left;
	width:100%;
	padding:40px 20px;
	background-color:#fff;
}
.rle_header_wrapper.style_3{
	padding:20px 0px 0px 0px;
	background-color:transparent;
}
.rle_header_wrapper.style_2{
	background-color:#0f1c2f;
}
.rle_header_wrapper.style_4{
	background-color:#ffffff;
}
.rle_header_wrapper.style_5{
	background-color:#374255;
}
.rle_header_wrapper .rle_logo{
	float:left;
	width:100%;
}
.rle_header_wrapper.style_2 .rle_logo{
	padding-top:15px;
}
.rle_top_header{
	float:right;
	width:auto;
	margin-bottom:20px;
}
.rle_top_header ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_top_header ul li{
	float:left;
	width:auto;
	list-style:none;
	margin-left:15px;
	color:#ffffff;
	text-transform:capitalize;
}
.rle_top_header ul li img{
	margin-right:10px;
}
.rle_top_header ul li a{
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_top_header ul li a:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu{
	float:left;
	width:calc(100% - 110px);
	padding-top: 5px;
}
.rle_header_wrapper .rle_signin{
	float:right;
	width:auto;
    padding-top: 5px;
	position:relative;
}
.rle_header_wrapper.style_2 .rle_main_menu{
	padding-top:0px;
}
.rle_header_wrapper.style_2 .rle_signin{
	padding-top:0px;
}
.rle_header_wrapper .rle_signin a.rle_btn{
    height: 35px;
    line-height: 30px;
	font-size:17px;
}
.rle_header_wrapper .rle_signin a.rle_btn:focus{
    text-decoration:none;
	color:#ffffff;
}
.rle_login_form {
    position: absolute;
    right: 0%;
    top: 170%;
    padding: 20px;
    width: 250px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    z-index: 1000;
	display:none;
}
.rle_login_form p{
	float:left;
	width:100%;
}
.rle_login_form p a{
	color:#0078ff;
}
.rle_login_form .form{
	float:left;
	width:100%;
}
.rle_login_form .form input[type="text"], .rle_login_form .form input[type="password"]{
	float:left;
	width:100%;
	height:45px;
	padding:0px 15px;
	border:1px solid #e1e1e1;
	box-shadow:none;
	margin-bottom:15px;
}
.rle_login_form .form input:focus{
	outline:none;
}
.rle_checkbox {
	float: left;
	width: auto;
	text-align: left;
}
.rle_checkbox [type="checkbox"]:not(:checked), .rle_checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.rle_checkbox [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #8C8C8C;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.rle_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.rle_checkbox [type="checkbox"]:not(:checked) + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background-color: #D4D4D4;
	border-radius: 0px;
	outline: none;
}
.rle_checkbox [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #8C8C8C;
	width: 14px;
	height: 14px;
	border-radius: 0px;
	outline: none;
}
.rle_checkbox [type="checkbox"]:not(:checked) + label:after, .rle_checkbox [type="checkbox"]:checked + label:after {
    content: "";
    width: 14px;
	height: 14px;
    background-image: url(../images/icon/checked.svg);
    background-repeat: no-repeat;
	background-position: center;
    background-size: 10px 8px;
	border-radius: 0px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.rle_checkbox [type="checkbox"]:not(:checked) + label:after {
	background-color: #0078ff;
	opacity: 0;
	transition:all 0.3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.rle_checkbox [type="checkbox"]:checked + label:after {
	background-color: #0078ff;
	opacity: 1;
	transition:all 0.3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.rle_checkbox [type="checkbox"]:disabled:not(:checked) + label:before, .rle_checkbox [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.rle_checkbox [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.rle_checkbox [type="checkbox"]:disabled + label {
	color: #aaa;
}
.rle_login_form .form a.forgot_pswd{
	float:right;
	width:auto;
	font-size:12px;
	text-align:right;
	padding-top:3px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_login_form .form a.forgot_pswd:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_login_form .form button.rle_btn{
	width:100%;
	margin:15px 0px;
}
.rle_login_form .form span{
	float:left;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	position:relative;
}
.rle_login_form .form span:after{
	content:"";
	position:absolute;
	top:10px;
	left:0px;
	background-color:#e1e1e1;
	height:1px;
	width:80px;
}
.rle_login_form .form span:before{
	content:"";
	position:absolute;
	top:10px;
	right:0px;
	background-color:#e1e1e1;
	height:1px;
	width:80px;
}
.rle_login_form .form  a.share_btn{
	float: left;
    width: 100%;
    height: 45px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #e1e1e1;
    margin-top: 15px;
	border-radius:3px;
}
.rle_login_form .form  a.share_btn i{
    float: left;
    width: 43px;
    height: 43px;
    font-size: 17px;
    line-height: 43px;
    border-right: 1px solid #e1e1e1;
}
.fcbk_clr_1{
	background-color:#3b5a9a;
	border-color:#3b5a9a;
}
.ggl_clr_2{
	background-color:#dd4b39;
	border-color:#dd4b39;
}
.rle_menu_btn{
	display:none;
}
.rle_header_wrapper .rle_main_menu ul{
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.rle_header_wrapper .rle_main_menu ul li{
	float:left;
	list-style:none;
	position:relative;
}
.rle_header_wrapper .rle_main_menu ul li a{
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-family: 'Segoe Alt','Segoe UI';
    position: relative;
    padding: 8px 0px;
    display: block;
}
.rle_header_wrapper.style_4 .rle_main_menu ul li a{
	color:#303030;
}
.rle_header_wrapper .rle_main_menu ul li a:after{
	content: "";
    position: absolute;
    top: 100%;
    left: 0;
	right:0;
	margin:0px auto;
    border-bottom: 2px solid #ffffff;
    width: 0%;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li a:after{
	border-bottom: 2px solid #0078ff;
}
.rle_header_wrapper .rle_main_menu ul li a:hover:after{
    width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu{
	position: absolute;
    width: 150px;
    background-color: #ffffff;
    top: 100%;
    left: 0;
	opacity: 0;
    visibility: hidden;
	z-index:3;
    -webkit-transform: -webkit-translateY(15px);
    -moz-transform: -moz-translateY(15px);
    -ms-transform: -ms-translateY(15px);
    -o-transform: -o-translateY(15px);
    transform: translateY(15px);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 15px -5px #000000;
    -moz-box-shadow: 0px 3px 15px -5px #000000;
    -o-box-shadow: 0px 3px 15px -5px #000000;
    -ms-box-shadow: 0px 3px 15px -5px #000000;
    box-shadow: 0px 3px 15px -5px #000000;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li{
	width:100%;
	margin:0px;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a{
	color: #272727;
    margin: 0px;
    padding: 5px 20px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a:hover{
	color: #ffffff;
	background-color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a:after{
	display:none;
}
.rle_banner_text{
	float:left;
	width:100%;
	text-align:center;
	padding:165px 0px 0px 0px;
}
.rle_banner_text h1{
	float:left;
	width:100%;
	color:#ffffff;
	text-transform:uppercase;
}
.rle_banner_text.style_2 h1{
	font-size:55px;
	text-transform:capitalize;
}
.rle_banner_text h1 span{
	color:#eeb32a;
}
.rle_banner_text p{
	float:left;
	width:100%;
	color:#ffffff;
	margin:0px;
	font-size:18px;
}
.rle_banner_text.style_2 p{
	font-size:17px;
}
.rle_searchform_wrapper{
	float:left;
	width:100%;
	background-color:#f7f8f9;
}
.rle_searchform_wrapper2{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.rle_searchform_tabs{
	float:left;
	width:100%;
    margin-top: -200px;
}
.rle_searchform_tabs.style_2{
    margin-top: 20px;
	text-align:center;
}
.rle_searchform_tabs.style_2 ul.nav-tabs{
    display:inline-block;
	margin-bottom:20px;
}
.rle_searchform_tabs.style_3{
	float:left;
	width:100%;
    margin-top: 0px;
}
.rle_searchform_tabs .tab-content{
	float:left;
	width:100%;
    background-color:#ffffff;
	-webkit-box-shadow: 0px -1px 30px -10px #000000;
	-moz-box-shadow: 0px -1px 30px -10px #000000;
	-o-box-shadow: 0px -1px 30px -10px #000000;
	-ms-box-shadow: 0px -1px 30px -10px #000000;
	box-shadow: 0px -1px 30px -10px #000000;
}
.rle_searchform_tabs .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.rle_searchform_tabs ul.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.rle_searchform_tabs ul.nav-tabs > li{
    margin-bottom: 0px;
}
.rle_searchform_tabs ul.nav-tabs > li > a {
	text-transform:capitalize;
	color:#ffffff;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.5);
	font-size:17px;
	padding:13px 40px;
}
.rle_searchform_tabs.style_2 ul.nav-tabs > li > a {
    border-radius: 3px;
}
.rle_searchform_tabs ul.nav > li > a:hover, .rle_searchform_tabs ul.nav > li > a:focus {
    text-decoration: none;
    background-color: #f4a42b;
	border-color: transparent;
}
.rle_searchform_tabs ul.nav-tabs > li.active > a, .rle_searchform_tabs ul.nav-tabs > li.active > a:hover, .rle_searchform_tabs ul.nav-tabs > li.active > a:focus {
    color: #ffffff;
    border: 1px solid #f4a42b;;
    background-color: #f4a42b;
}
.rle_searchform_box{
	float:left;
	width:100%;
	padding:30px 0px 0px 20px;
}
.rle_searchform_box .ui-widget.ui-widget-content {
    border: 0px;
}
.rle_searchform_box .ui-widget-content {
    background: #0078ff;
}
.rle_searchform_box .ui-corner-all{
	border-radius:100px;
}
.rle_searchform_box .ui-slider-horizontal {
    height: 4px;
}
.rle_searchform_box .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}
.rle_searchform_box .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.rle_searchform_box .ui-state-default, .rle_searchform_box .ui-widget-content .ui-state-default, .rle_searchform_box .ui-widget-header .ui-state-default, .rle_searchform_box .ui-button, html .rle_searchform_box .ui-button.ui-state-disabled:hover, html .rle_searchform_box .ui-button.ui-state-disabled:active {
    border: 1px solid #e1e1e1;
    background: #ffffff;
}
.rle_searchform_box .ui-state-hover,
.rle_searchform_box .ui-widget-content .ui-state-hover,
.rle_searchform_box .ui-widget-header .ui-state-hover,
.rle_searchform_box .ui-state-focus,
.rle_searchform_box .ui-widget-content .ui-state-focus,
.rle_searchform_box .ui-widget-header .ui-state-focus,
.rle_searchform_box .ui-button:hover,
.rle_searchform_box .ui-button:focus {
	border: 1px solid #e1e1e1;
	background: #ffffff;
}
.rle_searchform_box .ui-widget-header {
    border: 1px solid #0078ff;
    background: #0078ff;
}
.rle_searchform_tabs.style_2 .rle_searchform_box{
	padding:0px;
}
.rle_searchform_box input, .rle_searchform_box select{
	float:left;
	width:100%;
	padding:0px 15px;
	height:45px;
	border-radius:3px;
	border:1px solid #e1e1e1;
	margin-bottom: 30px;
}
.rle_searchform_tabs.style_2 .rle_searchform_box input{
	width:calc(100% - 124px);
	margin:0px;
}
.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn{
	height:45px;
	line-height:43px;
	font-size:17px;
	text-transform:capitalize;
}
.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn i{
	margin-right:10px;
}
.rle_searchform_box.style_3{
	padding:0px;
}
.rle_searchform_box label{
	font-weight:normal;
	color:#888888;
}
.rle_searchform_tabs.style_3 .rle_btn{
	float:left;
	width:100%;
    height: 45px;
    line-height: 43px;
}
.rle_searchform_btn{
    float: left;
    width: 100%;
    background-color: #0078ff;
    text-align: center;
    padding: 50px 0px;
	cursor:pointer;
}
.rle_searchform_btn i, .rle_searchform_btn p{
	float:left;
	width:100%;
	color:#ffffff;
	text-transform:uppercase;
	font-size:17px;
	margin-bottom:0px;
}
.rle_searchform_btn p{
	font-weight:bold;
}
.rle_searchform_btn img{
	margin-bottom:10px;
}
.rle_banner_tabs{
	float:left;
	width:100%;
	margin-top:150px;
	padding:50px;
	background-color:#ffffff;
}
.rle_banner_tabs_infobox{
	float:left;
	width:100%;
	position:relative;
}
.rle_banner_tabs_infobox h1{
	float:left;
	width:100%;
	margin-top:0px;
	font-size:48px;
	font-weight:600;
	text-transform:capitalize;
}
.rle_banner_tabs_infobox p{
	float:left;
	width:100%;
	font-size:24px;
	text-transform:capitalize;
}
.rle_banner_tabs_infobox ul{
	float:left;
	width:100%;
	margin:20px 0px 40px 0px;
	padding:30px 0px 0px 0px;
	position:relative;
}
.rle_banner_tabs_infobox ul:after{
	content:"";
	position:absolute;
	background-color:#e1e1e1;
	height:1px;
	width:130px;
	top:0px;
	left:0px;
}
.rle_banner_tabs_infobox ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:15px;
}
.rle_banner_tabs_infobox ul li p{
	float:left;
	width:100%;
	margin:0px;
	font-size:36px;
	color:#303030;
    line-height: 32px;
	text-transform:capitalize;
}
.rle_banner_tabs_infobox ul li span{
	float:left;
	width:100%;
	font-size:18px;
	text-transform:capitalize;
}
.rle_banner_tabs_infobox .rle_price_box{
	position: absolute;
    top: 25%;
    right: 0px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    padding: 5px;
    background-color: #f4a42b;
	text-align:center;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info{
    float: left;
    width: 100%;
    border: 2px dashed #ffffff;
    height: 100%;
    border-radius: 100%;
    padding-top: 50px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info h1{
    float: left;
    width: 100%;
	font-size:30px;
	color:#ffffff;
	margin:0px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info p{
	float: left;
    width: 100%;
	font-size:17px;
	color:#ffffff;
	text-transform:uppercase;
}
.rle_banner_wrapper.style_3 ul.nav-tabs{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 1170px;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li{
	width:33.3333333333%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li a{
	border-radius:0px;
	padding:30px 0px 30px 20px;
	border-color: rgba(51, 51, 51, 0.6);
	background-color: rgba(51, 51, 51, 0.6);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_banner_wrapper.style_3 ul.nav-tabs.nav > li > a:hover, .rle_banner_wrapper.style_3 ul.nav-tabs.nav > li > a:focus{
    border-color: #0078ff;
	background-color: #0078ff;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_banner_wrapper.style_3 ul.nav-tabs > li.active > a, .rle_banner_wrapper.style_3 ul.nav-tabs > li.active > a:hover, .rle_banner_wrapper.style_3 ul.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #0078ff;
    border: 1px solid #0078ff;
    border-bottom-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_banner_tabslist_info{
    display: inline-block;
    width: 100%;
}
.rle_banner_tabslist_info span{
    float:left;
    width: 40px;
	color:#ffffff;
	font-size:30px;
}
.rle_banner_tabslist_info_box {
	float:left;
	width:calc(100% - 40px);
	border-left:1px solid #ffffff;
	padding-left:20px;
}
.rle_banner_tabslist_info_box h4{
    display: inline-block;
    width: 100%;
	font-size:20px;
	color:#ffffff;
	margin:0px;
}
.rle_banner_tabslist_info_box p{
    display: inline-block;
    width: 100%;
	color:#ffffff;
	margin:0px;
}
/*------ headings css start ----*/
.rle_center_heading{
	float:left;
	width:100%;
    text-align: center;
}
.rle_center_heading h1{
	float:left;
	width:100%;
	font-size:30px;
	margin:0px 0px 10px 0px;
}
.rle_center_heading p{
    float: left;
    width: 100%;
    font-size:17px;
    color: #695b5b;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.rle_center_heading p:after{
	content:"";
	position:absolute;
	top:100%;
	left:0;
	right:0;
	margin:0px auto;
	background-color:#0078ff;
	width:50px;
	height:2px;
}
.rle_center_heading.white_text h1, .rle_center_heading.white_text p{
	color:#ffffff;
}
.rle_center_heading.white_text p:after{
	background-color:#ffffff;
}
.rle_left_heading{
	float:left;
	width:100%;
    text-align: left;
}
.rle_left_heading h1{
	float:left;
	width:100%;
	font-size:30px;
	margin:0px 0px 10px 0px;
}
.rle_left_heading p{
    float: left;
    width: 100%;
    font-size:17px;
    color: #695b5b;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.rle_left_heading p:after{
	content:"";
	position:absolute;
	top:100%;
	left:0;
	background-color:#0078ff;
	width:50px;
	height:2px;
}
.rle_left_heading.white_text h1, .rle_left_heading.white_text p{
	color:#ffffff;
}
.rle_left_heading.white_text p:after{
	background-color:#0078ff;
}
/*------ Buttons css start ----*/
.rle_btn_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.rle_btn{
	display:inline-block;
	height:50px;
	line-height:48px;
	width:auto;
	padding:0px 25px;
	border:2px solid #0078ff;
	color:#ffffff;
	background-color:#0078ff;
	border-radius:3px;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_btn:after{
	content:"";
	position:absolute;
	background-color: rgb(158, 158, 158);
	top:0;
	left:100%;
	right:100%;
	bottom:0;
	z-index:-1;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_btn:hover:after{
	right:0;
	left:0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_btn:hover{
	color:#ffffff;
	text-decoration:none;
	border:2px solid #0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ Property Wrapper css start ----*/
.rle_property_wrapper{
	float:left;
	width:100%;
	background-color:#f7f8f9;
}
.rle_property_wrapper_2{
	float:left;
	width:100%;
	background-image:url(../images/banner/bnr2.jpg);
}
.rle_property_slider{
	float:left;
	width:100%;
}
.rle_property_slider .owl-theme .owl-nav [class*='owl-']{
	display:none;
}
.rle_property_slider .owl-theme .owl-dots{
	margin-top:50px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_slider .owl-theme .owl-dots .owl-dot.active span, .rle_property_slider .owl-theme .owl-dots .owl-dot:hover span{
	background-color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_infobox{
	float:left;
	width:100%;
	background-color:#ffffff;
	margin-bottom:30px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_infobox:hover{
    -webkit-box-shadow: 0px 10px 30px -15px #000000;
    -moz-box-shadow: 0px 10px 30px -15px #000000;
    -o-box-shadow: 0px 10px 30px -15px #000000;
    -ms-box-shadow: 0px 10px 30px -15px #000000;
    box-shadow: 0px 10px 30px -15px #000000;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_infobox_img{
	float:left;
	width:100%;
	position:relative;
}
.rle_property_infobox_img img{
	float:left;
	width:100%;
	position:relative;
}
.rle_property_infobox_img span{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:8px 20px;
	font-size:21px;
	background-color:#0078ff;
	color:#ffffff;
	text-transform:capitalize;
}
.rle_property_infobox_img ul{
	position:absolute;
	top: 20px;
    left: 30px;
    padding: 0px;
}
.rle_property_infobox_img ul li{
	list-style:none;
	float:left;
	width:auto;
	padding:5px 10px;
	text-transform:uppercase;
	color:#ffffff;
	font-size:13px;
	margin-right:5px;
}
.rle_property_infobox_img ul li:last-child{
	margin-right:0px;
}
.rle_property_infobox_details{
	float:left;
	width:100%;
	padding:20px;
}
.rle_property_infobox_details.style_2 {
    padding: 5px 20px 10px 20px;
}
.rle_property_infobox_details_header{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.rle_property_infobox_details_header.style_2{
	text-align:center;
}
.rle_property_infobox_details_header ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_property_infobox_details_header ul li{
	list-style:none;
	float:left;
	width:auto;
	padding:5px 10px;
	text-transform:uppercase;
	color:#ffffff;
	font-size:9px;
	margin-right:5px;
}
.rle_property_infobox_details_header ul li:last-child{
	margin-right:0px;
}
.rle_red_clr{
	background-color:#eb3c48;
}
.rle_green_clr{
	background-color:#63cb16;
}
.rle_orande_clr{
	background-color:#f4a42b;
}
.rle_black_clr{
	background-color:#333333;
}
.rle_property_infobox_details_header h3{
	float:left;
	width:100%;
	margin:10px 0px 3px 0px;
	font-size:20px;
	text-transform:capitalize;
}
.rle_property_infobox_details_header h3 a{
	float:left;
	width:auto;
	color:#333333;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_infobox_details_header.style_2 h3 a{
	float:none;
}
.rle_property_infobox_details_header h3 a:hover{
	color:#0078ff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_infobox_details_header p{
	float:left;
	width:100%;
	color:#695b5b;
}
.rle_property_infobox_details_header span{
	float:left;
	width:100%;
    color: #666666;
    padding: 25px 0px;
	position:relative;
}
.rle_property_infobox_details_header span:before{
    content: "";
    position: absolute;
    background-color: #e1e1e1;
    width: 80px;
    height: 1px;
    left: 0px;
    top: 7px;
}
.rle_property_infobox_details_footer{
	float:left;
	width:100%;
	text-transform:capitalize;
}
.rle_property_infobox_details_footer p{
	float:left;
	width:170px;
	color:#666666;
}
.rle_property_infobox_details_footer ul{
    float: left;
    width: calc(100% - 170px);
	margin:0px;
	padding:0px;
}
.rle_property_infobox_details_footer ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:10px;
	color:#666666;
}
.rle_property_infobox_details_footer ul li i{
	margin-right:3px;
	color:#0078ff;
}
.rle_property_infobox_details_pricefooter{
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
	border-top:1px solid #e1e1e1;
}
.rle_property_infobox_details_pricefooter span{
	float:left;
	width:auto;
	padding:0px;
	font-size:21px;
	color:#f4a42b;
	text-transform:capitalize;
}
.rle_property_infobox_details_pricefooter a{
	float:right;
	width:auto;
	text-decoration:none;
	font-size:15px;
	color:#666666;
	text-transform:capitalize;
	margin-top:5px;
	margin-right:-10px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a:hover{
	color:#0078ff;
	margin-right:0px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a i{
	color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a:hover i{
	color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_single_wrapper{
	float:left;
	width:100%;
	background-color:#f7f8f9;
}
.rle_property_single_heading{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.rle_property_single_heading h2{
	float:left;
	width:100%;
	margin:0px;
}
.rle_property_single_heading sup{
	margin:0px;
	background-color:#eb3c48;
	padding:3px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
}
.rle_property_single_heading p{
	float:left;
	width:100%;
	margin:0px;
}
.rle_property_details_box{
	float:left;
	width:100%;
	padding:30px 25px;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	margin-bottom:50px;
}
.rle_property_details_box_2{
	float:left;
	width:100%;
	padding:11px;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	margin-bottom:50px;
}
.rle_property_details_box h3{
	float:left;
	width:auto;
	margin:0px 0px 30px 0px;
	padding-bottom:15px;
	position:relative;
	font-size:20px;
}
.rle_property_details_box h3:after{
	content:"";
	position:absolute;
	top:100%;
	left:0;
	background-color:#e1e1e1;
	height:1px;
	width:70px;
}
.rle_property_details_box p{
	float:left;
	width:100%;
}
.rle_property_details_box ul.feature_prop{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_property_details_box ul.feature_prop li{
    list-style: none;
    float: left;
    width: 18%;
    margin: 10px 10px 10px 0px;
}
.rle_property_details_box ul.nav-tabs{
	float:right;
	width:auto;
	border:none;
}
.rle_property_details_box ul.nav-tabs > li{
	float:left;
	width:auto;
	margin-left:10px;
}
.rle_property_details_box ul.nav-tabs > li > a{
	float:left;
	width:auto;
	padding:10px 20px;
	text-transform:uppercase;
	color:#888888;
	border-radius:100px;
	border:1px solid #e1e1e1;
	font-size:13px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box ul.nav-tabs > li > a:hover, .rle_property_details_box ul.nav-tabs > li.active > a, .rle_property_details_box ul.nav-tabs > li.active > a:hover, .rle_property_details_box ul.nav-tabs > li.active > a:focus{
	background-color:#333333;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box .tab-content{
	float:left;
	width:100%;
}
.rle_property_details_box .tab-content p{
	float:left;
	width:100%;
}
.rle_property_details_box .tab-content ul{
	float:left;
	width:100%;
	margin:10px 0px 50px 0px;
	padding:0px;
}
.rle_property_details_box .tab-content ul li{
	list-style:none;
	float:left;
	width:auto;
	padding-right:25px;
	position:relative;
}
.rle_property_details_box .tab-content ul li:after{
    content: ".";
    position: absolute;
    top: -30px;
    right: 7px;
    font-size: 40px;
}
.rle_property_details_box .tab-content ul li:last-child:after{
	display:none;
}
.rle_property_details_box .tab-content ul li:last-child{
	padding-right:0px;
}
.rle_property_details_box .tab-content ul li span{
	font-weight:bold;
}
.rle_property_details_box .tab-content .floor_img{
	float:left;
	width:100%;
	text-align:center;
}
.rle_property_details_box .tab-content .floor_img img{
	display:inline-block;
}
.rle_property_details_box  iframe{
	float:left;
	width:100%;
	height:350px;
}
.rle_property_details_box  canvas{
	float:left;
	width:100% !important;
}
.rle_property_details_box .panel-group{
	float:left;
	width:100%;
}
.rle_property_details_box .panel-group .panel-default{
	border-color:transparent;
	border-radius:0px;
}
.rle_property_details_box .panel-group .panel-heading{
    background-color: transparent;
	padding:0px;
}
.rle_property_details_box .panel-group .panel-heading .panel-title {
	font-weight:400;
}
.rle_property_details_box .panel-group .panel-heading .panel-title a{
	display:inline-block;
	width:100%;
	padding:10px 0px;
}
.rle_property_details_box .panel-group .panel-heading .panel-title i{
	color:#0078ff;
	padding-right:10px;
}
.rle_property_details_box_2 .share_props{
	float:left;
	width:100%;
}
.rle_property_details_box_2 .share_props span{
	float:left;
	width:auto;
	color:#303030;
	font-weight:600;
    padding-top: 5px;
}
.rle_property_details_box_2 .share_props ul{
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.rle_property_details_box_2 .share_props ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:10px;
}
.rle_property_details_box_2 .share_props ul li a{
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:100%;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box_2 .share_props ul li a:hover{
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box_2 .share_props ul li a.clr_twitter{
	background-color:#1aa9e1;
}
.rle_property_details_box_2 .share_props ul li a.clr_facebook{
	background-color:#3b5a9a;
}
.rle_property_details_box_2 .share_props ul li a.clr_google{
	background-color:#c54333;
}
.rle_property_details_box_2 .share_props ul li a.clr_linkedin{
	background-color:#4c72b9;
}
.rle_property_details_box .user_info{
	float:left;
	width:100%;
}
.rle_property_details_box .cash_user_info{
	float:left;
	width:100%;
	border:0.2px solid rgb(163, 162, 162);
	background: rgb(242, 235, 235);
	padding: 10px;
	margin-top: 10px;
}
.rle_property_details_box .user_info img{
	float:left;
	width:100px;
}
.rle_property_details_box .cash_user_info img{
	float:left;
	width:97px;
	height:103px;
}
.rle_property_details_box .user_info h4{
	float:left;
	width:calc(100% - 100px);
	color:#0078ff;
	margin:0px;
	margin-top:10px;
	padding-left:20px;
}
.rle_property_details_box .cash_user_info h4{
	float:left;
	width:calc(100% - 100px);
	color:#0078ff;
	margin:0px;
	margin-top:10px;
	padding-left:20px;
}
.rle_property_details_box .user_info p{
	float:left;
	width:calc(100% - 100px);
	padding-left:20px;
}
.rle_property_details_box .cash_user_info p{
	float:left;
	width:calc(100% - 100px);
	padding-left:20px;
}
.rle_property_details_box .user_info ul{
	float:left;
	width:calc(100% - 100px);
	margin:0px;
	padding-left:20px;
}
.rle_property_details_box .cash_user_info ul{
	float:left;
	width:calc(100% - 100px);
	margin:0px;
	padding-left:20px;
}
.rle_property_details_box .user_info ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:10px;
}
.rle_property_details_box .cash_user_info ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:10px;
}
.rle_property_details_box .user_info ul li a{
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box .cash_user_info ul li a{
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box .user_info ul li a:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box .user_info_share{
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #e1e1e1;
}
.rle_property_details_box.style_2 .user_info_share{
	padding-bottom:0px;
	border-bottom:none;
}
.rle_property_details_box .user_info_share ul{
	float:left;
	width:100%;
	margin:0px;
	margin-top:20px;
	padding:0px;
}
.rle_property_details_box .user_info_share ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:10px;
}
.rle_property_details_box .user_info_share.style_2 ul li{
	width:100%;
	margin-bottom:5px;
}
.rle_property_details_box .user_info_share ul li a{
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box .user_info_share ul li a:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_property_details_box .user_info_share ul li a i{
	color:#0078ff;
	padding-right:5px;
}
.rle_property_details_box .user_info_share.style_2 ul li a i{
	border:1px solid #e1e1e1;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	padding:0px;
	margin-right: 10px;
}
.rle_property_details_box .user_info_form{
	float:left;
	width:100%;
}
.rle_property_details_box .user_info_form input{
	float:left;
	width:100%;
	height:45px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	margin-bottom:15px;
	padding:0px 15px;
	background-color:#f8f8f8;
}
.rle_property_details_box .user_info_form textarea{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	border-radius:3px;
	margin-bottom:15px;
	padding:10px 15px;
	background-color:#f8f8f8; 
}
/*------ Price history css start ----*/ 
.rle_pricehistry_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/content/ph_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.small-section-cash{
	padding-top: 2%;
	margin-bottom: 6%;
}
.rle_pricehistry_text{
	float:left;
	width:100%;
}
.rle_pricehistry_text p{
	float:left;
	width:100%;
	margin:0px;
	font-size:30px;
	color:#ffffff;
	font-weight:300;
}
.rle_pricehistry_text p span{
	color:#e7af50;
}
.rle_pricehistry_btn{
	float:left;
	width:100%;
	text-align:right;
}
/*------ popular areas css start ----*/
.rle_popularareas_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.rle_popularareas_img{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	margin-bottom:30px;
}
.rle_popularareas_img:after{
	content:"";
	position:absolute;
	background-color:rgba(0, 174, 239, 0.7);
	top:0;
	left:100%;
	right:100%;
	bottom:0;
	z-index:0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_popularareas_img:hover:after{
	right:0;
	left:0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_popularareas_img img{

}
.rle_popularareas_text{
	position:absolute;
	bottom:20px;
	left:45px;
	z-index:1;
}
.rle_popularareas_text h4{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
	text-transform:capitalize;
	font-size:16px;
	font-weight:600;
}

	
.rle_popularareas_text p{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
	text-transform:capitalize;
}
/*------ latest news css start ----*/
.rle_latesnews_wrapper{
	float:left;
	width:100%;
	background-color:#f7f8f9;
}
.rle_news_slider{
	float:left;
	width:100%;
}
.rle_news_slider_details{
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
	position:relative;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider_details:after{
	content:"";
	position:absolute;
	background-color:#ffffff;
	top:0;
	left:0%;
	right:0%;
	bottom:0;
	z-index:0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider_details_text{
    position:absolute;
    padding: 30px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
}
.rle_news_slider_details_text p, .rle_news_slider_details_text h4{
    float:left;
	width:100%;
    margin-top: 0px;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider_details_text h4{
	font-weight:600;
}
.rle_news_slider_details_text a{
	float:left;
	width:auto;
	color:#0078ff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
    margin-top: 10px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider_details:hover .rle_news_slider_details_text p, .rle_news_slider_details:hover .rle_news_slider_details_text h4, .rle_news_slider_details:hover .rle_news_slider_details_text a{
	color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider_details:hover:after{
	right:100%;
	left:100%;
	background-color:transparent;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_latesnews_wrapper .owl-theme .owl-nav [class*='owl-']{
	display:none;
}
.rle_latesnews_wrapper .owl-theme .owl-dots{
	margin-top:30px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_latesnews_wrapper .owl-theme .owl-dots .owl-dot.active span, .rle_latesnews_wrapper .owl-theme .owl-dots .owl-dot:hover span{		background-color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ Partner css start ----*/
.rle_partner_wrapper{
	float:left;
	width:100%;
	background-color:#374255;
	text-align:center;
}
.rle_partner_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_partner_wrapper ul li{
	float:left;
	width:20%;
	list-style:none;
	text-align:center;
}
.rle_partner_wrapper.style_2{
	background-color:#ffffff;
}
.rle_partner_wrapper.style_2 ul{
	border-top:1px solid #e1e1e1;
	padding-top:60px;
}
/*------ Footer css start ----*/
.rle_footer_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/banner/ftr_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rle_top_footer{
	float:left;
	width:100%;
}
.widget.text-widget{
    float: left;
    width: 100%;
	margin-bottom: 50px;
}
.widget.text-widget p.rle_footertext{
	float:left;
	width:100%;
	margin:35px 0px 30px 0px;
	color:#bdbfc2;
}
.widget.text-widget .rle_btn {
    height: 45px;
    line-height: 43px;
	font-size:12px;
}
.widget.text-widget .widget-title{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	margin:0px 0px 25px 0px;
	text-transform:capitalize;
}
.widget.text-widget ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.widget.text-widget ul li{
	list-style:none;
	float:left;
	width:100%;
	margin-top:13px;
}
.widget.text-widget ul li:first-child{
	margin-top:0px;
}
.widget.text-widget ul li a{
	color:#bdbfc2;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget.text-widget ul li a:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget.text-widget ul li p{
	float:left;
	width:100%;
	color:#bdbfc2;
	margin:0px;
	text-transform:capitalize;
}
.widget.text-widget ul li p i{
	padding-right: 10px;
    padding-bottom: 15px;
    float: left;
    font-size: 18px;
}
.widget.text-widget ul.rle_social_iicon{
	margin-top:20px;
}
.widget.text-widget ul.rle_social_iicon li{
	width:auto;
    margin: 0px;
    margin-right: 10px;
}
.rle_bottom_footer{
	float:left;
	width:100%;
	padding:30px;
	text-align:center;
	border-top:1px solid#bdbfc2;
}
.rle_bottom_footer p{
	float:left;
	width:100%;
	margin:0px;
	color:#bdbfc2;
}
.rle_bottom_footer p a{
	color:#0078ff;
	text-decoration:none;
}
.rle_bottom_footer p span{
	color:#eab945;
}
/*------ Whywe css start ----*/
.rle_whywe_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/banner/whywe_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rle_whywe_wrapper.style_2{
	background-image:url(../images/banner/whywe2_bg.jpg);
}
.rle_whywe_box{
	float:left;
	width:100%;
	background-color:#ffffff;
	padding:30px;
	border-radius:3px;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
	-webkit-box-shadow: 0px 3px 0px 0px #0078ff;
	-moz-box-shadow: 0px 3px 0px 0px #0078ff;
	-o-box-shadow: 0px 3px 0px 0px #0078ff;
	-ms-box-shadow: 0px 3px 0px 0px #0078ff;
	box-shadow: 0px 3px 0px 0px #0078ff;
}
.rle_whywe_box img{
	float:left;
	width:54px;
	padding-top:7px;
}
.rle_whywe_box_text{
	float:left;
	width:calc(100% - 54px);
	padding-left:30px;
	text-transform:capitalize;
}
.rle_whywe_box_text h1{
	float:left;
	width:100%;
	font-weight:600;
	margin:0px;
}
.rle_whywe_box_text p{
	float:left;
	width:100%;
	margin:0px;
}
.rle_whywe_box.style_2{
	background-color:rgba(0, 0, 0, 0.2);
	min-height:300px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_whywe_box.style_2:hover{
	background-color:#ffffff;
}
.rle_whywe_box h4{
	float:left;
	width:100%;
	margin:25px 0px 15px 0px;
	font-size:19px;
	color:#ffffff;
}
.rle_whywe_box.style_2:hover h4{
	color:#303030;
}
.rle_whywe_box p{
	float:left;
	width:100%;
	color:#cec6c6;
}
.rle_whywe_box.style_2:hover p{
	color:#666666;
}
.rle_whywe_box .rle_whywe_box_open{
	position:absolute;
	bottom:-61px;
	left:0;
	right:0;
	background-color:#0078ff;
	padding:20px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_whywe_box .rle_whywe_box_open a{
	text-transform:capitalize;
	color:#ffffff;
	text-decoration:none;
}
.rle_whywe_box.style_2:hover .rle_whywe_box_open{
	bottom:0px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ awesome agent wrapper css start ----*/
.rle_awsagent_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.rle_news_slider{
	float:left;
	width:100%;
}
.rle_agent_slider_details{
	float:left;
	width:100%;
    min-height: 360px;
	position:relative;
	border: 1px solid #e1e1e1;
}
.rle_agent_slider_details:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 67%;
    border-bottom: 30px solid #ffffff;
    border-right: 263px solid transparent;
}
.rle_agent_slider_details img{

}
.rle_agent_slider_details .rle_agent_slider_details_text{
    position: absolute;
    top: 75%;
    z-index: 100000;
    left: 0;
    padding: 0px 15px 15px 15px;
    background-color: #ffffff;
}
.rle_agent_slider_details .rle_agent_slider_details_text h4{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	font-weight:400;
	text-transform:capitalize;
}
.rle_agent_slider_details .rle_agent_slider_details_text p{
	float:left;
	width:100%;
	color:#0078ff;
	margin:0px;
}
.rle_agent_slider_details .rle_agent_slider_details_text p i, .rle_agent_slider_details .rle_agent_slider_details_text a i{
	padding-right:5px;
}
.rle_agent_slider_details .rle_agent_slider_details_text a{
	float:left;
	width:auto;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_agent_slider_details .rle_agent_slider_details_text a:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_awsagent_wrapper .owl-theme .owl-nav [class*='owl-']{
	display:none;
}
.rle_awsagent_wrapper .owl-theme .owl-dots{
	margin-top:50px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_awsagent_wrapper .owl-theme .owl-dots .owl-dot.active span, .rle_awsagent_wrapper .owl-theme .owl-dots .owl-dot:hover span{
	background-color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ Clients & Partners css start ----*/
.rle_clntsNprtnr_wrapper{
	float:left;
	width:100%;
	background-color:#f7f8f9;
}
.rle_client_say_slider{
	float:left;
	width:100%;
}
.rle_clientsay_slider_details{
	float:left;
	width:100%;
	padding-left:70px;
}
.rle_clientsay_slider_details_text{
    float: left;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 20px 30px;
	position:relative;
}
.rle_clientsay_slider_details_text p{
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #666666;
}
.rle_clientsay_slider_details_text:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ffffff;
}
.rle_clientsay_slider_details_text:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #585454;
}
.rle_clientsay_slider_details_text ul{
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
	padding:0px;
}
.rle_clientsay_slider_details_text ul li{
	list-style:none;
	float:left;
	width:auto;
}
.rle_clientsay_slider_details_text ul li a{
	float:left;
	width:auto;
	color:#666666;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_clientsay_slider_details_text ul li a:hover{
	float:left;
	width:auto;
	color:#eeb52b;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_clientsay_slider_details_img{
	float:left;
	width:100%;
	padding-top:30px;
}
.rle_clientsay_slider_details_img img{
	float:left;
	width:80px !important;
	height:80px;
	border-radius:100%;
	margin-right:20px;
	-webkit-box-shadow: 0px 0px 20px -9px #000000;
	-moz-box-shadow: 0px 0px 20px -9px #000000;
	-o-box-shadow: 0px 0px 20px -9px #000000;
	-ms-box-shadow: 0px 0px 20px -9px #000000;
	box-shadow: 0px 0px 20px -9px #000000;
}
.rle_clientsay_slider_details_img h4{
	float:left;
	width:calc(100% - 100px);
	font-weight:600;
	margin:20px 0px 0px 0px;
}
.rle_clientsay_slider_details_img p{
	float:left;
	width:calc(100% - 100px);
	margin:0px;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-prev{
	position: absolute;
    left: 30px;
    top: 10%;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #666666;
    background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-next{
	position: absolute;
    left: 30px;
    top: 25%;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #666666;
    background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-next:hover, .rle_client_say_slider .owl-theme .owl-nav .owl-prev:hover{
	color:#000000;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_client_say_slider .owl-theme .owl-dots{
	display:none;
}
.rle_partner_style_2{
	float:left;
	width:100%;
	padding:20px 0px;
	text-align:center;
	border:1px solid #e1e1e1;
	margin-bottom:30px;
	min-height:101px;
}
/*------ Newletters wrapper css start ----*/
.rle_newletters_wrapper{
	float:left;
	width:100%;
	border-top: 1px solid #e1e1e1;
}
.rle_newletters_wrapper.style_2{
	border-top:none;
	background-image:url(../images/banner/newsltr_bg.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.rle_newletters_wrapper.style_2 .rle_center_heading h1{
	color:#ffffff;
	margin:5px 0px 0px 0px;
    text-align: left;
}
.rle_newletters_wrapper.style_3{
	background-color:#232f45;
	border-top:none;
}
.rle_newletters_wrapper.style_3 .rle_center_heading h1{
	color:#ffffff;
	margin:5px 0px 0px 0px;
    text-align: left;
}
.rle_newletters_box{
	float:left;
	width:100%;
	position:relative;
}
.rle_newletters_box:after{
    position: absolute;
    content: "\f003";
    font-family: FontAwesome;
    top: 12px;
    left: 15px;
    z-index: 1;
}
.rle_newletters_box:before{
    position: absolute;
    content: "";
    top: 13px;
    left: 40px;
    z-index: 1;
    border-right: 1px solid #e1e1e1;
    height: 20px;
}
.rle_newletters_box input{
    float: left;
	width:calc(100% - 120px);
    padding: 0px 15px 0px 50px;
    height: 45px;
    border-radius: 3px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
    border: 1px solid #e1e1e1;
}
.rle_newletters_box .rle_btn{
	height: 45px;
    line-height: 43px;
    font-size: 15px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
/*------ What people saying css start ------*/
.rle_people_saying_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.rle_people_saying_wrapper2{
	float:left;
	width:100%;
	background-color: #f7f8f9;
}
.rle_people_saying_slider{
	float:left;
	width:100%;
}
.rle_peoplesay_slider_details{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.rle_peoplesay_slider_details_img{
	float:left;
	width:100px;
}
.rle_peoplesay_slider_details_img img{
	display:inline-block;
	border-radius:100%;
	width:100px;
	height:100px;
}
.rle_peoplesay_slider_details_text{
	float:left;
	width:calc(100% - 100px);
	position:relative;
	padding-left:100px;
}
.rle_peoplesay_slider_details_text img{
	position:absolute;
	width:26px !important;
	height:18px;
	left:35px;
	top:0px;
}
.rle_peoplesay_slider_details_text p{
	float:left;
	width:100%;
}
.rle_peoplesay_slider_details_text h4{
	float:left;
	width:100%;
	margin-bottom:0px;
	font-weight:600;
}
.rle_peoplesay_slider_details_text h4 span{
	font-weight:normal;
	color:#a5a5a5;
}
.rle_people_saying_slider .owl-theme .owl-nav [class*='owl-']{
	display:none;
}
.rle_people_saying_slider .owl-theme .owl-dots{
	margin-top:50px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_people_saying_slider .owl-theme .owl-dots .owl-dot.active span, .rle_people_saying_slider .owl-theme .owl-dots .owl-dot:hover span{		background-color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ Latest News slider 2 css start ----*/
.rle_news_slider2{
	float:left;
	width:100%;
}
.rle_news_slider2 .rle_news_slider2_details{
	float:left;
	width:100%;
    margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider2 .rle_news_slider2_details:hover{
	-webkit-box-shadow: 0px 0px 20px -9px #000000;
	-moz-box-shadow: 0px 0px 20px -9px #000000;
	-o-box-shadow: 0px 0px 20px -9px #000000;
	-ms-box-shadow: 0px 0px 20px -9px #000000;
	box-shadow: 0px 0px 20px -9px #000000;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider2 .rle_news_slider2_details img{
	display:inline-block;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text{
	float:left;
	width:100%;
	padding:30px;
	background-color:#ffffff;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4{
	float:left;
	width:100%;
	font-size:20px;
	margin-top:0px;
	font-weight:600;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 a{
	color:#303030;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 a:hover{
	color:#0078ff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text p{
	float:left;
	width:100%;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul{
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	border-top:1px solid #e1e1e1;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul li{
	list-style:none;
	display:inline-block;
	width:auto;
	margin:0px 15px 0px 0px;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul li i{
	margin-right:10px;
	color:#0078ff;
}
/*------ Map Wrapper css start ----*/
.rle_map_wrapper{
	float:left;
	width:100%;
}
.rle_map_wrapper iframe{
	float:left;
	width:100%;
	height:600px;
}
/*------ Item Details css start ----*/
.rle_itemdetails_wrapper{
	float:left;
	width:100%;
}
.rle_itemdetails_wrapper.style_2{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	margin-top: -3%;
}
.rle_itemdetails_info{
	float:left;
	width:100%;
	position:relative;
}
.rle_itemdetails_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:10px;
	font-size:30px;
	font-weight:600;
}
.rle_itemdetails_wrapper.style_2 .rle_itemdetails_info h3{
	font-size:24px;
}
.rle_itemdetails_info span{
	float:left;
	width:100%;
	margin:0px;
	font-size:17px;
	margin-bottom:30px;
}
.rle_itemdetails_info p{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.rle_itemdetails_info ul.points{
	float:left;
	width:100%;
	margin:0px;
}
.rle_itemdetails_info ul.points li{
	float:left;
	width:50%;
}
.rle_itemdetails_info ul.howmuch{
    float: left;
    width: 80%;
    padding: 20px;
    margin: 50px 0px 0px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px -4px #000000;
    -moz-box-shadow: 0px 0px 10px -4px #000000;
    -o-box-shadow: 0px 0px 10px -4px #000000;
    -ms-box-shadow: 0px 0px 10px -4px #000000;
    box-shadow: 0px 0px 10px -4px #000000;
}
.rle_itemdetails_info ul.howmuch li{
	list-style:none;
	float:left;
	width:33.3333333333%;
	text-align:center;
	font-size:18px;
}
.rle_itemdetails_info ul.howmuch li i{
	color:#0078ff;
	font-size: 24px;
	padding-right:10px;
}
.rle_itemdetails_info .rle_price_box{
	position:absolute;
	top:20px;
	left:20px;
	width:100px;
	height:100px;
	border-radius:100%;
	background-color:#0078ff;
	text-align:center;
	color:#ffffff;
    padding-top: 35px;
}
.rle_itemdetails_info .rle_price_box h4{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
}
.rle_itemdetails_info .rle_price_box p{
	float:left;
	width:100%;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
}
/*------ Team Wrapper css start ----*/
.rle_team_wrapper{
	float:left;
	width:100%;
}
.rle_team_box{
	float:left;
	width:100%;
	position:relative;
	height:331px;
	overflow:hidden;
	margin-bottom:30px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_team_box img{

}
.rle_team_box_info{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px 20px;
	background-color:rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_team_box_info h4{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
}
.rle_team_box_info p{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
}
.rle_team_box:hover .rle_team_box_info{
	bottom:-61px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_team_box_open{
	position:absolute;
	bottom:-145px;
	left:0px;
	right:0px;
	padding:15px 20px;
	background-color:rgba(0, 174, 239, 0.6);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_team_box_open p{
	float:left;
	width:100%;
	color:#ffffff;
}
.rle_team_box_open p i{
	padding-right:10px;
	color:#ffffff;
	font-size:18px;
}
.rle_team_box_open ul{
	float:left;
	width:100%;
	margin:5px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	border-top:1px solid #ffffff;
}
.rle_team_box_open ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:10px;
}
.rle_team_box_open ul li a{
	float:left;
	width:30px;
	height:30px;
	padding-top:5px;
	text-align:center;
	border:1px solid #ffffff;
	border-radius:100%;
	color:#ffffff;
	background-color:transparent;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_team_box_open ul li a:hover{
	color:#0078ff;
	background-color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_team_box:hover .rle_team_box_open{
	bottom:0px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ Agent Single Wrapper css start ----*/
.rle_agent_single_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.rle_agent_single_info_img{
	float:left;
	width:100%;
}
.rle_agent_single_info_img img{
	display:inline-block;
}
.rle_agent_single_info{
	float:left;
	width:100%;
	position:relative;
}
.rle_agent_single_info_box{
    position: absolute;
    top: 0px;
    left: -10%;
    background-color: #3868b7;
    padding: 25px 110px;
}
.rle_agent_single_name_box{
	float:left;
	width:50%;
}
.rle_agent_single_name_box h3{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
}
.rle_agent_single_name_box p{
	float:left;
	width:100%;
	color:#ffffff;
}
.rle_agent_single_share_box{
	float:left;
	width:50%;
}
.rle_agent_single_share_box ul{
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.rle_agent_single_share_box ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:10px;
}
.rle_agent_single_share_box ul li a{
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #ffffff;
	background-color:#3868b7;
	border-radius:100%;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_agent_single_share_box ul li a:hover{
	color:#3868b7;
	background-color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_agent_single_mail_box{
	float:left;
	width:100%;
	margin-top:10px;
}
.rle_agent_single_mail_box ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_agent_single_mail_box ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:20px;
}
.rle_agent_single_mail_box ul li a{
	float:left;
	width:auto;
	color:#ffffff;
}
.rle_agent_single_mail_box ul li a i{
	padding-right:5px;
}
.rle_agent_single_info_content{
    float: left;
    width: 100%;
    margin-top: 180px;
    padding-left: 40px;
}
.rle_agent_single_info_content p{
	float:left;
	width:100%;
}
.rle_agent_single_info_content ul{
	float:left;
	width:100%;
	margin:30px 0px 0px 0px;
	padding:0px;
}
.rle_agent_single_info_content ul li{
    list-style: none;
    float: left;
    width: auto;
    margin-right: 0px;
}
.rle_agent_single_info_content ul li img{
    float: left;
    width: auto;
    padding-top: 10px;
}
.rle_agent_single_info_content ul li .rle_counter_box{
    float: left;
    width: calc(100% - 50px);
    padding-left: 15px;
}
.rle_agent_single_info_content ul li .rle_counter_box h1{
	float:left;
	width:100%;
	margin:0px;
	color:#0078ff;
}
.rle_agent_single_info_content ul li .rle_counter_box p{
	float:left;
	width:100%;
	margin:0px;
}
.rle_agent_message_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.rle_agent_message_wrapper h4{
	float:left;
	width:100%;
	margin:30px 0px;
	font-weight:600;
}
.rle_agent_messages{
	float:left;
	width:100%;
}
.rle_agent_messages form{
	float:left;
	width:100%;
}
.rle_agent_messages form input, .rle_agent_messages form textarea{
	float:left;
	width:100%;
	padding:0px 15px;
	height:45px;
	border-radius:3px;
	border:1px solid #e1e1e1;
	margin-bottom:30px;
	background-color:#f8f8f8;
}
.rle_agent_messages form textarea{
	height:auto;
	padding:10px 15px;
}
/*------ Latest News slider 3 css start ----*/
.rle_news_slider3{
	float:left;
	width:100%;
}
.rle_news_slider3 .rle_news_slider3_details{
	float:left;
	width:100%;
    margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details:hover{
    -webkit-box-shadow: 0px 0px 10px -4px #000000;
    -moz-box-shadow: 0px 0px 10px -4px #000000;
    -o-box-shadow: 0px 0px 10px -4px #000000;
    -ms-box-shadow: 0px 0px 10px -4px #000000;
    box-shadow: 0px 0px 10px -4px #000000;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details img{
	display:inline-block;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text{
	float:left;
	width:100%;
	padding:23px 30px 15px 30px;
	background-color:#ffffff;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text span{
	float:left;
	width:auto;
	border:1px solid #e1e1e1;
	padding:5px 10px;
	margin-bottom:15px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4{
	float:left;
	width:100%;
	font-size:20px;
	margin-top:0px;
	font-weight:600;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4 a{
	color:#303030;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4 a:hover{
	color:#0078ff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text p{
	float:left;
	width:100%;
    min-height: 98px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul{
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
	padding:12px 0px 0px 0px;
	text-align:center;
	border-top:1px solid #e1e1e1;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li{
	list-style:none;
	float:left;
	width:auto;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a{
	text-decoration:none;
	color:#666666;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a:hover{
	text-decoration:none;
	color:#0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a i{
	margin-left:10px;
}
/*------ Breadcrumb & Page Title css start ----*/
.rle_pagetitle_wrapper{
	float:left;
	width:100%;
	background-color:#f7f8f9;
}
.rle_pagetitle_wrapper.style_2{
	background-image:url(../images/banner/brdcrm_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
    text-align: center;
    height: 300px;
}
.rle_pagetitle_wrapper .page_title{
	float:left;
	width:100%;
}
.rle_pagetitle_wrapper .page_title h2{
	float:left;
	width:100%;
	font-size:30px;
	margin:0px;
	margin-bottom:10px;
	font-weight:600;
	text-transform:capitalize;
}
.rle_pagetitle_wrapper.style_2 .page_title h2{
	color:#ffffff;
}
.rle_pagetitle_wrapper .breadcrumb{
	float:left;
	width:100%;
}
.rle_pagetitle_wrapper ul.breadcrumb{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:transparent;
}
.rle_pagetitle_wrapper ul.breadcrumb li{
	float:left;
	width:auto;
	margin-right:10px;
}
.rle_pagetitle_wrapper.style_2 ul.breadcrumb li{
	float:none;
	display:inline-block;
}
.rle_pagetitle_wrapper ul.breadcrumb > li + li:before{
	display:none;
}
.rle_pagetitle_wrapper ul.breadcrumb li a{
	text-decoration:none;
	font-size:15px;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_pagetitle_wrapper.style_2 ul.breadcrumb li a{
	color:#ffffff;
}
.rle_pagetitle_wrapper ul.breadcrumb li a i{
	color:#0078ff;
	padding-right:10px;
}
.rle_pagetitle_wrapper ul.breadcrumb li a:hover{
	color:#0078ff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ Pagination css start ----*/
.rle_pagination_wrapper{
	float:left;
	width:100%;
}
.rle_pagination_wrapper ul{
	float:right;
	width:auto;
}
.rle_pagination_wrapper ul.pagination > li > a, .rle_pagination_wrapper ul.pagination > li > span{
	color: #9e9e9e;
    border: 1px solid #e1e1e1;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_pagination_wrapper ul.pagination > li:first-child > a, .rle_pagination_wrapper ul.pagination > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.rle_pagination_wrapper ul.pagination > li:last-child > a, .rle_pagination_wrapper ul.pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.rle_pagination_wrapper ul.pagination > li > a:hover, .rle_pagination_wrapper ul.pagination > li > span:hover, .rle_pagination_wrapper ul.pagination > li > a:focus, .rle_pagination_wrapper ul.pagination > li > span:focus {
    color: #ffffff;
    background-color: #0078ff;
    border-color: #0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_pagination_wrapper ul.pagination > .active > a, .rle_pagination_wrapper ul.pagination > .active > span{
	color:#ffffff;
	background-color:#0078ff;
	border-color: #0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_pagination_wrapper ul.pagination > .active > a:hover, .rle_pagination_wrapper ul.pagination > .active > span:hover, .rle_pagination_wrapper ul.pagination > .active > a:focus, .rle_pagination_wrapper ul.pagination > .active > span:focus {
    background-color: #0078ff;
    border-color: #0078ff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ Property Shorting Wrapper css start ----*/
.rle_shorting_wrapper{
	float:left;
	width:100%;
	padding:20px;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	margin-bottom:60px;
}
.rle_shorting_wrapper ul.rle_short_by{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_shorting_wrapper ul.rle_short_by li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:15px;
	position:relative;
}
.rle_shorting_wrapper ul.rle_short_by li span{
	float:left;
	width:auto;
	color:#666666;
	font-weight:600;
	text-transform:capitalize;
	padding-top:10px;
}
.rle_shorting_wrapper ul.rle_short_by li:after{
	content:"";
	position:absolute;
	border-right:1px solid #e1e1e1;
    right: 0px;
    top: 0;
    height: 100%;
}
.rle_shorting_wrapper ul.rle_short_by li:last-child:after{
	display:none;
}
.rle_shorting_wrapper ul.rle_short_by li select{
	float:left;
    width: calc(100% - 78px);
	height:45px;
	margin-left:10px;
	padding:0px 10px;
	border-radius:3px;
}
.rle_shorting_wrapper ul.rle_view_type{
    float: right;
    width: auto;
	margin:0px;
	padding:0px;
}
.rle_shorting_wrapper ul.rle_view_type li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:15px;
}
.rle_shorting_wrapper ul.rle_view_type span{
	float:left;
	width:auto;
	color:#666666;
	font-weight:600;
	text-transform:capitalize;
	padding-top:10px;
}
.rle_shorting_wrapper ul.rle_view_type i{
	float:left;
	width:45px;
	height:45px;
	color:#666666;
	border:1px solid #e1e1e1;
	border-radius:3px;
	text-align:center;
	line-height:45px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rle_shorting_wrapper ul.rle_view_type i:hover{
	background-color:#666666;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*------ Blog Page css start ----*/
.rle_blog_wrapper{
	float:left;
	width:100%;
	background-color:#f7f8f9;
	border-top:1px solid #e1e1e1;
}
.rle_blog_item{
	float:left;
	width:100%;
}
.rle_blog_image{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_image a{
	float:left;
	width:100%;
	position:relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_image a:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 174, 239, 0.7);
    top: 0;
    left: 100%;
    right: 100%;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_image a:hover:after {
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_image img{
	display:inline-block;
	width:100%;
}
.rle_blog_image span{
	position:absolute;
	top:25%;
	left:0px;
	right:0px;
	margin:0px auto;
	font-size:36px;
	color:#ffffff;
	z-index:1;
}
.rle_blog_info{
	float:left;
	width:100%;
	padding:30px;
	background-color:#ffffff;
}
.rle_blog_info span{
	float:left;
	width:100%;
}
.rle_blog_info h3{
	float:left;
	width:100%;
	margin:10px 0px 30px 0px;
}
.rle_blog_info h3 a{
	float:left;
	width:auto;
	color:#303030;
	text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_info h3 a:hover{
	color:#0078ff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_info p{
	float:left;
	width:100%;
}
.rle_blog_info a.rle_link{
	float:left;
	width:auto;
	text-decoration:none;
	text-transform:capitalize;
	margin-top:20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_info a.rle_link:hover{
	color:#0078ff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_single_item{
	float:left;
	width:100%;
	border-bottom: 1px solid #e1e1e1;
}
.rle_blog_single_info{
	float:left;
	width:100%;
}
.rle_blog_single_info p{
	float:left;
	width:100%;
}
.rle_blog_single_info img.content_img{
	float:left;
	width:100%;
}
.rle_blog_single_info h2{
	float:left;
	width:100%;
	margin:30px 0px 20px 0px;
}
.rle_blog_single_info ul.rle_posted_by{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_blog_single_info ul.rle_posted_by li{
	float:left;
	width:auto;
	list-style:none;
	margin-right:20px;
    line-height: 45px;
	text-transform:capitalize;
}
.rle_blog_single_info ul.rle_posted_by li img{
	display:inline-block;
	width:45px;
	height:45px;
	border-radius:100%;
}
.rle_blog_single_info ul.rle_posted_by span{
	float:left;
	width:auto;
	margin-right:5px;
}
.rle_blog_single_info ul.rle_posted_by li a{
	float:left;
	width:auto;
	color:#303030;
	text-decoration:none;
	font-weight:600;
}
.rle_blog_single_info ul.rle_post_share{
	float:left;
	width:100%;
	margin:30px 0px;
	padding:20px 0px;
	border:1px solid #e1e1e1;
	border-left:none;
	border-right:none;
}
.rle_blog_single_info ul.rle_post_share li{
	float:left;
	width:auto;
	list-style:none;
	margin-right:10px;
	text-transform:capitalize;
    line-height: 32px;
	border:1px solid #ffffff;
}
.rle_blog_single_info ul.rle_post_share li i{
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
	color:#ffffff;
    line-height: 32px;
}
.rle_blog_single_info ul.rle_post_share li a{
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	padding:0px 20px;
	font-size:12px;
}
.rle_blog_single_info blockquote{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #303030;
    margin: 30px 0px;
    padding: 30px 160px;
    border: none;
	position:relative;
}
.rle_blog_single_info blockquote:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	margin:0px auto;
	width:120px;
	background-color:#e1e1e1;
	height:2px;
}
.rle_blog_single_info blockquote:after{
	content:"";
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin:0px auto;
	width:120px;
	background-color:#e1e1e1;
	height:2px;
}
.google_plus{
	background-color:#d74c38;
}
.facebook{
	background-color:#3b5a9a;
}
.twitter{
	background-color:#0078ff;
}
.rle_blog_single_info ul.rle_categories{
	float:left;
	width:100%;
	margin:30px 0px;
	padding:0px;
	text-align:center;
}
.rle_blog_single_info ul.rle_categories li{
    display: inline-block;
    width: auto;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #e1e1e1;
}
.rle_blog_comment_wrapper{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
}
.rle_blog_comment_wrapper h4{
	float:left;
	width:100%;
	margin:30px 0px;
	font-weight:600;
}
.rle_blog_comment_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_blog_comment_wrapper ul li{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom: 30px;
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}
.rle_blog_comment_wrapper ul li:first-child{
	padding-top:0px;
	border:none;
}
.rle_blog_comment_wrapper ul li:last-child{
	margin-bottom: 0px;
}
.rle_blog_comment_wrapper ul li ul{
	float:left;
	width:100%;
	padding-left:50px;
    margin-top: 30px;
}
.rle_blog_comment_wrapper ul li ul li{
	padding:30px 0px;
	border-top:1px solid #e1e1e1;
	margin:0px;
}
.rle_blog_comment_wrapper ul li ul li:first-child{
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}
.rle_blog_comment_wrapper ul li ul li:last-child{
	padding-bottom:0px;
}
.rle_blog_comment{
	float:left;
	width:100%;
}
.rle_comment_image{
	float:left;
	width:45px;
}
.rle_comment_image img{
	display:inline-block;
	width:45px;
	height:45px;
	border-radius:100%;
}
.rle_comment_text{
	float:left;
	width:calc(100% - 45px);
	padding-left:15px;
}
.rle_comment_text h5{
	float:left;
	width:100%;
	margin:0px;
	text-transform:capitalize;
	font-weight:600;
}
.rle_comment_text h5 span{
	margin-left:15px;
	font-weight:400;
	color:#695b5b;
}
.rle_comment_text P{
	float:left;
	width:100%;
	margin:20px 0px;
}
.rle_comment_text a{
	float:left;
	width:auto;
	text-decoration:none;
	text-transform:uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_comment_text a:hover{
	color:#0078ff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_message_wrapper{
	float:left;
	width:100%;
}
.rle_blog_message_wrapper h4{
	float:left;
	width:100%;
	margin:30px 0px;
	font-weight:600;
}
.rle_blog_messages{
	float:left;
	width:100%;
}
.rle_blog_messages form{
	float:left;
	width:100%;
}
.rle_blog_messages form input, .rle_blog_messages form textarea{
	float:left;
	width:100%;
	padding:0px 15px;
	height:45px;
	border-radius:3px;
	border:1px solid #e1e1e1;
	margin-bottom:30px;
}
.rle_blog_messages form textarea{
	height:auto;
	padding:10px 15px;
}
/*------ Sidebar Wrapper css start ----*/
.sidebar_wrapper{
	float:left;
	width:100%;
}
.blog_sidebaar{
	float:left;
	width:100%;
}
.widget-title{
	float:left;
    width: 100%;
    margin-bottom: 30px;
	margin-top:0px;
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
	font-weight: 600;
    text-transform: capitalize;
}
.widget-title:after{
	content:"";
	position:absolute;
	bottom:0%;
	left:0%;
	width:100px;
	background-color:#e1e1e1;
	height:1px;
}
.widget.widget_search{
	float:left;
	width:100%;
	margin-bottom: 30px;
}
.widget_search input{
	border: 1px solid #e1e1e1;
	box-shadow:none;
	border-right:none;
	border-radius: 3px 0px 0px 3px;
	height:45px;
	padding:0px 15px;
	width:100%;
}
.widget_search .input-group-btn button{
	border: 1px solid #e1e1e1;
	background-color:#ffffff;
	border-left:none;
	border-radius: 0px 3px 3px 0px;
	height:45px;
	padding:0px 15px;
}
.widget_search .input-group-btn button:focus, .widget_search .input-group-btn button.active{
    outline: none;
    background-color: #ffffff;
    box-shadow: none;
	border: 1px solid #e1e1e1;
	border-left:none;
}
.widget.widget_categories{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_categories ul{
	float:left;
	width:100%;
	margin:0px;
    padding-left: 25px;
}
.widget_categories ul li{
	float:left;
	width:100%;
	padding:5px 0px;
}
.widget_categories ul li:first-child{
	padding-top:0px;
}
.widget_categories ul li:last-child{
	padding-bottom:0px;
}
.widget_categories ul li a{
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_categories ul li a:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget.widget_tag_cloud{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_tag_cloud a{
	float:left;
	margin-left:5px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_tag_cloud a:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget.widget_recent_post{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.blog_sidebaar .widget.widget_recent_post{
	background-color:#ffffff;
	padding:30px;
}
.blog_sidebaar .widget.widget_recent_post h6{
    color: #f4a42b;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.widget_recent_post ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.widget_recent_post ul li{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:30px;
}
.widget_recent_post ul li:last-child{
	margin-bottom:0px;
}
.widget_recent_post ul li img{
	float:left;
	width:70px;
	height:70px;
}
.widget_recent_post ul li .rle_recent_post_info{
	float:left;
	width:calc(100% - 70px);
	padding-left:10px;
}
.widget_recent_post ul li .rle_recent_post_info p{
	float:left;
	width:100%;
	color:#303030;
	font-weight:600;
    margin: 0;
}
.widget_recent_post ul li .rle_recent_post_info span{
	float:left;
	width:100%;
	font-size:13px;
}
.widget.widget_search_property{
	float:left;
	width:100%;
	margin-bottom:30px;
	background-color:#ffffff;
	padding:30px;
}
.widget_search_property .rle_searchform_box input, .widget_search_property .rle_searchform_box select{
	margin-bottom:15px;
}
.widget_search_property .rle_searchform_box .ui-widget.ui-widget-content {
    margin-bottom: 15px;
}
.widget_search_property .rle_searchform_box .rle_btn{
    margin-top: 15px;
	width:100%;
}
.widget.widget_location{
	float:left;
	width:100%;
	margin-bottom:30px;
	background-color:#ffffff;
	padding:30px;
}
.widget.widget_location ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.widget.widget_location ul li{
	list-style:none;
	float:left;
	width:50%;
	margin:5px 0px;
}
.widget.widget_location ul li a{
	float:left;
	width:auto;
	color:#666666;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget.widget_location ul li a:hover{
	color:#0078ff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget.widget_location ul li a i{
	padding-right:5px;
	color:#0078ff;
}
/*------ Contact Page css start ----*/
.rle_contact_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.rle_contact_info{
	float:left;
	width:100%;
}
.rle_contact_info h2{
	float:left;
	width:100%;
	margin:0px;
	font-weight:600;
}
.rle_contact_info p{
	float:left;
	width:100%;
	margin:20px 0px;
}
.rle_contact_info ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.rle_contact_info ul li{
	float:left;
	width:100%;
	list-style:none;
}
.rle_contact_info ul li h4{
	float:left;
	width:auto;
	margin:0px;
	color:#888888;
	border-bottom:1px solid #888888;
	font-weight:600;
}
.rle_contact_info ul li p{
	float:left;
	width:100%;
	margin:10px 0px;
}
.rle_contact_form{
	float:left;
	width:100%;
}
.rle_contact_form form{
	float:left;
	width:100%;
}
.rle_contact_form form input, .rle_contact_form form textarea{
	float:left;
	width:100%;
	padding:0px 15px;
	height:45px;
	border-radius:3px;
	border:1px solid #e1e1e1;
	margin-bottom:30px;
}
.rle_contact_form form textarea{
	height:auto;
	padding:10px 15px;
}
/*------ responsive css start ----*/
.rle_error_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/banner/error_bg.jpg);
}
.rle_error_info{
	float:left;
	width:100%;
}
.rle_error_info img{
	display:inline-block;
}
.rle_error_info h1{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:20px;
	font-size:160px;
	color:#ffffff;
}
.rle_error_info h2{
	float:left;
	width:100%;
	margin:0px;
	font-size:30px;
	font-weight:600;
	color:#ffffff;
}
.rle_error_info p{
	float:left;
	width:100%;
	margin-bottom:30px;
	color:#ffffff;
	font-size:18px;
}
/*------ responsive css start ----*/

@media (max-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {

.rle_header_wrapper .rle_main_menu ul li a {
    margin-right: 25px;
}
.rle_property_infobox_details_footer p {
    width: 120px;
}
.rle_property_infobox_details_footer ul {
    width: calc(100% - 120px);
}
.rle_property_infobox_details_footer ul li {
    margin-right: 5px;
}
.rle_banner_wrapper.style_3 ul.nav-tabs{
    width: 100%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li a {
    padding: 30px 0px 30px 10px;
}
.rle_team_box {
    height: 261px;
}
.rle_team_box_open {
    bottom: -175px;
}
.rle_agent_single_info_content {
    padding-left: 0px;
}
.rle_agent_single_info_box {
    padding: 25px 50px;
}
.rle_banner_tabs {
    padding: 20px;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.rle_header_wrapper .rle_main_menu ul li a {
    margin-right: 9px;
}
.rle_searchform_box {
    padding: 15px 0px 0px 0px;
}
.rle_searchform_box input, .rle_searchform_box select {
    margin-bottom: 10px;
    padding: 0px 10px;
}
.rle_searchform_box .col-sm-4, .rle_searchform_box .col-sm-3 {
    padding-right: 0px;
}
.rle_property_details_box {
    padding: 10px 10px;
}
.rle_property_details_box .user_info h4 {
    padding-left: 10px;
}
.rle_property_details_box .user_info p {
    padding-left: 10px;
}
.rle_property_infobox_details_footer p {
    width: 100%;
}
.rle_property_infobox_details_footer ul {
    width: 100%;
}
.rle_news_slider_details_text {
    padding: 10px;
}
.rle_property_infobox_details {
    padding: 10px;
}
.rle_property_infobox_details.style_2 {
    padding: 5px 10px 10px 10px;
}
.rle_property_infobox_details_pricefooter span {
    font-size: 18px;
}
.rle_top_header ul li {
    margin-left: 11px;
}
.rle_top_header ul li img {
    margin-right: 3px;
}
.rle_whywe_box {
    padding: 10px;
}
.rle_whywe_box_text {
    padding-left: 10px;
}
.rle_whywe_box_text h1 {
    font-size: 30px;
}
.rle_agent_slider_details {
    min-height: 300px;
}
.rle_banner_wrapper.style_3 ul.nav-tabs {
    width: 100%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li a {
    padding: 10px 0px 10px 5px;
}
.rle_banner_tabslist_info_box {
    padding-left: 10px;
}
.rle_banner_tabslist_info_box h4 {
    font-size:17px;
}
.rle_banner_tabslist_info_box p {
    font-size: 11px;
}
.rle_banner_tabs {
    padding: 15px;
}
.rle_banner_tabs_infobox ul li {
    margin-right: 5px;
}
.rle_team_box {
    height: 276px;
}
.rle_team_box_info {
    padding: 10px 15px;
}
.rle_team_box_open {
    bottom: -167px;
}
.widget.text-widget .rle_btn {
    display: table;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
    padding: 15px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
    padding: 10px 0px 10px 10px;
}
.rle_agent_single_info_box {
    padding: 25px 40px;
}
.rle_agent_single_info_content {
    padding-left: 0px;
}
.rle_peoplesay_slider_details_text {
    padding-left: 50px;
}
.rle_peoplesay_slider_details_text img {
    left: 15px;
}
}

@media (max-width: 767px) {
.rle_header_wrapper .rle_logo {
    margin-bottom: 10px;
}
.rle_header_wrapper .rle_signin {
    float: left;
    width: calc(100% - 40px);
}
.rle_login_form {
    right: auto;
    left: 0;
    top: 150%;
    width: 256px;
}
.rle_menu_btn{
    display: block;
    float: none;
    position: absolute;
    top: 5px;
    right: 15px;
    border: none;
    width: 40px;
    height: 30px;
    font-size:17px;
    color: #ffffff;
    background-color: #0078ff;
    border-radius: 3px;
}
.rle_menu_btn:hover, .rle_menu_btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.rle_header_wrapper.style_2 .rle_menu_btn{
	top:97px;
}
.rle_main_menu_wrapper{
	z-index: 2;
	position:fixed;
    left: 0px;
    top: 0px;
	bottom:0px;
	width:80%;
	background-color:#ffffff;
    -webkit-box-shadow: 0px 3px 15px -5px #000000;
    -moz-box-shadow: 0px 3px 15px -5px #000000;
    -o-box-shadow: 0px 3px 15px -5px #000000;
    -ms-box-shadow: 0px 3px 15px -5px #000000;
    box-shadow: 0px 3px 15px -5px #000000;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rle_main_menu_wrapper.rle_main_menu_hide{
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rle_header_wrapper .rle_main_menu {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
}
.rle_header_wrapper .rle_main_menu ul li {
    width: 100%;
}
.rle_header_wrapper .rle_main_menu ul li a {
    color: #0078ff;
    margin-right: 0px;
    padding: 10px;
}
.rle_header_wrapper .rle_main_menu ul li a:hover {
    background-color: #0078ff;
    color: #ffffff;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu {
    position: initial;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
}

.rle_searchform_tabs {
    margin-top: -20px;
}
.rle_searchform_box {
    padding: 30px 0px 0px 0px;
}
.rle_searchform_btn {
    padding: 20px 0px;
}
.rle_popularareas_img img {
    width: 100%;
}
.rle_partner_wrapper ul li {
    width: 33.3333333%;
    margin: 10px 0px;
}
.rle_searchform_box .ui-widget.ui-widget-content {
    margin-bottom: 30px;
}
.rle_itemdetails_info ul.howmuch {
    width: 100%;
    margin: 50px 0px 50px 0px;
}
.rle_team_box {
    height: 400px;
}
.rle_team_box img {
    width: 100%;
}
.rle_top_header ul {
    text-align: center;
    margin-top: 10px;
}
.rle_top_header ul li {
    float: none;
    display: inline-block;
    margin: 5px 0px;
}
.rle_header_wrapper.style_2 .rle_logo {
    padding-top: 0px;
}
.rle_banner_tabs {
    padding: 10px;
}
.rle_banner_wrapper.style_3 ul.nav-tabs {
    width: 100%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li {
    width: 100%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li a {
    padding: 10px 0px 10px 10px;
}
.rle_banner_tabs_infobox h1 {
    font-size: 40px;
    line-height: 32px;
}
.rle_banner_tabs_infobox ul {
    margin: 0px 0px 15px 0px;
    padding: 30px 0px 0px 0px;
}
.rle_banner_tabs_infobox ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
}
.rle_banner_tabs_infobox .rle_price_box {
    top: 35%;
}
.rle_agent_single_info_box {
    position: relative;
    top: 40px;
    left: 0%;
    padding: 20px;
    float: left;
    width: 100%;
}
.rle_agent_single_info_content {
    margin-top: 60px;
    padding-left: 0px;
}
.rle_agent_single_info_content ul li {
    margin: 10px 0px;
}
.rle_blog_info {
    padding: 15px;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
    padding: 15px;
}
.rle_news_slider2 .rle_news_slider2_details img {
    width: 100%;
}
.rle_news_slider3 .rle_news_slider3_details img {
    width: 100%;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
    padding: 15px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text p {
    min-height: 60px;
}
.rle_blog_single_info ul.rle_post_share li {
    margin: 5px;
}
.rle_blog_single_info img.content_img {
    margin-bottom: 20px;
}
.rle_blog_single_info blockquote {
    padding: 30px 0px;
}
.rle_blog_messages {
    margin-bottom: 50px;
}
.rle_shorting_wrapper ul.rle_view_type {
    width: 100%;
    margin-top: 25px;
}
.rle_property_details_box ul.feature_prop li {
    width: 30%;
}
.rle_property_details_box {
    padding: 15px;
}
.rle_property_details_box ul.nav-tabs {
    margin-bottom: 20px;
}
.widget.text-widget .rle_btn {
    display: table;
}

}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {

.rle_searchform_btn {
    padding: 10px 0px;
}
.rle_searchform_btn img {
    width: 32px;
}
.rle_property_infobox_details_footer p {
    width: 100%;
}
.rle_property_infobox_details_footer ul {
    width: 100%;
}
.rle_property_infobox_details {
    padding: 10px;
}
.rle_pricehistry_btn {
    text-align: center;
    margin-top: 30px;
}
.rle_pricehistry_text {
    text-align: center;
}
.rle_pricehistry_text p {
    font-size: 26px;
    line-height: 32px;
}
.rle_news_slider_details_text {
    padding: 10px;
}
.rle_top_header ul li img {
    margin-right: 5px;
}
.rle_searchform_tabs.style_2 .rle_searchform_box input {
    width: 100%;
}
.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn {
    width: 100%;
    margin-top: 5px;
}
.rle_banner_text {
    padding: 50px 0px 0px 0px;
}
.rle_searchform_tabs .tab-content {
    border-radius: 3px;
}
.rle_clientsay_slider_details {
    padding-left: 30px;
}
.rle_clientsay_slider_details_text {
    padding: 15px;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-prev {
    left: 5px;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-next {
    left: 5px;
}
.rle_client_say_slider {
    margin-bottom: 30px;
}
.rle_newletters_box {
	text-align:center;
}
.rle_newletters_box input {
	width:100%;
    padding: 0px 15px 0px 50px;
	margin-bottom:15px;
    border-radius: 3px;
}
.rle_newletters_box .rle_btn {
    border-radius: 3px;
}
.rle_banner_tabs {
    margin-top: 100px;
}
.rle_banner_tabs_infobox h1 {
    font-size: 26px;
    line-height: 22px;
}
.rle_banner_tabs_infobox p {
    font-size:17px;
}
.rle_banner_tabs_infobox ul {
    padding: 15px 0px 0px 0px;
}
.rle_banner_tabs_infobox ul li p {
    font-size: 26px;
    line-height: 12px;
}
.rle_banner_tabs_infobox ul li span {
    font-size:17px;
}
.rle_banner_tabs_infobox .rle_price_box {
    width: 130px;
    height: 130px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info {
    padding-top: 40px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info h1 {
    font-size: 22px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info p {
    font-size: 14px;
}
.rle_partner_wrapper ul li {
    width: 100%;
}
.rle_peoplesay_slider_details_text {
    width: 100%;
    padding-left: 10px;
}
.rle_peoplesay_slider_details_img {
    width: 100%;
    text-align: center;
	margin-bottom:20px;
}
.rle_peoplesay_slider_details_img img {
    display: inline-block !important;
    width: auto !important;
}
.rle_peoplesay_slider_details_text {
    width: 100%;
    padding-left: 10px;
}
.rle_peoplesay_slider_details_text img {
    left: 15px;
    top: -30px;
}
.rle_itemdetails_info ul.points {
    padding-left: 20px;
}
.rle_itemdetails_info ul.points li {
    width: 100%;
}
.rle_itemdetails_info ul.howmuch li i {
    padding-right: 30px;
}
.rle_team_box {
    height: 315px;
}
.rle_team_box_open {
    bottom: -175px;
}
.rle_agent_single_name_box {
    width: 100%;
}
.rle_agent_single_share_box {
    width: 100%;
}
.rle_agent_single_share_box ul {
    float: left;
}
.rle_agent_single_share_box ul li {
    margin-left: 0px;
    margin-right: 10px;
}
.rle_agent_single_mail_box ul li {
    width: 100%;
    margin-right: 0px;
    margin: 5px 0px;
}
.rle_agent_single_info_content ul li {
    margin: 5px 0px;
    width: 100%;
}
.rle_blog_info {
    padding: 10px;
}
.rle_blog_info h3 {
    margin: 10px 0px 15px 0px;
}
.rle_blog_image span {
    font-size: 14px;
    line-height: 16px;
}
.rle_blog_info a.rle_link {
    margin-top: 10px;
}
.rle_pagination_wrapper ul {
    margin-top: -20px;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
    padding: 10px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
    padding: 10px;
}
.rle_blog_single_info ul.rle_posted_by li {
    width: 100%;
    margin-right: 0px;
    line-height: 28px;
}
.rle_blog_single_info ul.rle_post_share li {
    width: 100%;
}
.rle_blog_single_info ul.rle_categories li {
    margin-right: 5px;
    padding: 0px 8px;
}
.rle_comment_text {
    width: 100%;
    padding-left: 0px;
}
.rle_comment_text P {
    margin: 10px 0px;
}
.rle_comment_image {
    margin-bottom: 10px;
}
.rle_blog_comment_wrapper ul li ul {
    padding-left: 30px;
}
.rle_error_wrapper {
    padding: 50px 0px 0px 0px;
}
.rle_error_info {
    padding: 0px 0px 50px 0px;
}
.rle_shorting_wrapper {
    padding: 10px;
}
.rle_shorting_wrapper ul.rle_short_by li {
    width: 100%;
    margin-right: 0px;
	margin: 5px 0px;
}
.rle_shorting_wrapper ul.rle_short_by li:after{
	display:none;
}
.rle_property_details_box ul.feature_prop li {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.rle_property_details_box ul.nav-tabs{
	text-align:center;
}
.rle_property_details_box ul.nav-tabs > li {
    display:inline-block;
	float: none;
    width: 100%;
    margin-left: 0px;
    margin: 5px 0px;
}
.rle_property_details_box ul.nav-tabs > li > a {
    width: 100%;
}
.rle_property_details_box .col-xs-12 {
    padding: 0;
}
.rle_property_details_box_2 .share_props span {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.rle_property_details_box_2 .share_props ul {
    width: 100%;
    text-align: center;
}
.rle_property_details_box_2 .share_props ul li {
    float: none;
    margin-left: 0px;
    margin-right: 10px;
    display: inline-block;
}

}

/*------ responsive css end ----*/




.slider_v1.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.slider_v1 .swiper-slide {
	background-size: cover;
	background-position: center;
}
.slider_v1.gallery-top {
	height: 80%;
	width: 100%;
}
.slider_v1.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.slider_v1.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	position: relative;
}
.slider_v1.gallery-thumbs .swiper-slide:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
	background-color: #333333;
	cursor: pointer;
}
.slider_v1.gallery-thumbs .swiper-slide-active:after{
	opacity: 0;
}



.slider_v2.swiper-container {
	width: 100%;
	/* height: 520px;*/
}
.slider_v2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 60%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.slider_v2 .swiper-slide:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
    background-color: #ffffff;
}
.slider_v2 .swiper-slide.swiper-slide-active:after{
	opacity: 0;
}
.slider_v2 .swiper-slide img{
	width: 100%;
}









/*======================================
14. HEADER (top part of page)
======================================*/

.site-header {
	position:relative;
	z-index:999;
}
@media only screen and (max-width:1200px) {
.site-header .container {
	width:auto;
}
}
.site-header ul,
.site-header ol{
	margin-bottom:0;
}

/*-------------------------------------
	1. header full screen
-------------------------------------*/
.nav-wide .container {
	width:100%;
}

/*-------------------------------------
	2. without top bar
-------------------------------------*/
.extra-nav {
	float:right;
	padding:23px 0;
	position:relative;
	z-index:9;
}
.extra-nav .extra-cell{
	display:inline-block;
	margin-left:10px;
}

@media only screen and (max-width:480px) {
.extra-nav {
	width:100%;
	clear:both;
	margin:0;
	text-align:right;
}
}

/*-------------------------------------
	3. map page header
-------------------------------------*/
#header-part.fix-map-header{
	height:90px;
}
#header-part.fix-map-header .main-bar{
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}

@media only screen and (max-width:480px) {
#header-part.fix-map-header{
	height:160px;
}
}

/*-------------------------------------
	4. Skew header block
-------------------------------------*/

.header-skew:before, .header-skew:after {
	background-color: #273447;
	content: "";
	position: absolute;
	bottom: -12px;
	height: 137%;
	z-index: -1;
}
.header-skew:before {
	border-right: 7px solid #212427;
	right: -50px;
	width: 120%;
	-webkit-transform: skew( -30deg);
	-moz-transform: skew( -30deg);
	-o-transform: skew( -30deg);
	-ms-transform: skew( -30deg);
	transform: skew(-30deg);
}

@media only screen and (max-width:768px) {
.header-skew:before{
	width: 120%;
}
}
.header-skew:after {
	right: 10%;
	width: 2000px;
}

/*logo with boxed view*/
.boxed .header-skew::after {
    left: -15px;
    width: 80%;
}
/*logo with boxed view*/
.boxed .header-style-2 .header-skew::after {
	left:auto;
	right: 10%;
	width: 700px;
}

.support-skew {
	position: relative;
	padding-right:50px;
}
.support-skew::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #264ec2;
	display: block;
	height: 115.5%;
	border-right: 12px solid #1e1c1c;
	box-shadow: 0 0 8px -5px #000;
	-webkit-box-shadow: 0 0 8px -5px #000;
	-moz-box-shadow: 0 0 8px -5px #000;
	-webkit-transform: skew( -30deg);
	-moz-transform: skew( -30deg);
	-o-transform: skew( -30deg);
	-ms-transform: skew( -30deg);
	transform: skew(-30deg);
	width: 2000px;
}

@media only screen and (max-width: 991px) {
.support-skew {
	margin-right:70px;
}
.support-skew::after {
	-webkit-transform: skew( -20deg);
	-moz-transform: skew( -20deg);
	-o-transform: skew( -20deg);
	-ms-transform: skew( -20deg);
	transform: skew(-20deg);
}
}
@media only screen and (max-width: 767px) {
.support-skew {
	margin-right:0;

}
.support-skew::after {
	height:100%;
	border:none;
	-webkit-transform: skew( -0deg);
	-moz-transform: skew( -0deg);
	-o-transform: skew( -0deg);
	-ms-transform: skew( -0deg);
	transform: skew(-0deg);
}
}


/*======================================
15. PAGE TOP BAR (left & right content)
======================================*/

.top-bar{
	color:#ffffff;
	padding:10px 0;
	background-color:#212427;
}
.top-bar .fa {
	vertical-align: middle;
	background-color:rgba(0,0,0,0.08);
	border:1px solid rgba(0,0,0,0.01);
	padding:3px;
	width:22px;
	height:22px;
	text-align:center;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
}


.wt-topbar-left,
.wt-topbar-right,
.wt-topbar-center {
	padding-left:15px;
	padding-right:15px;
}
.wt-topbar-left {
	float:left;
}
.wt-topbar-right {
	float:right;
}
.wt-topbar-center {
	text-align:center;
}

@media only screen and (max-width: 991px) {
.wt-topbar-left,
.wt-topbar-right {
	float:none;
	padding-top:5px;
	padding-bottom:5px;
}

}
/*-------------------------------------
	1. eamil-phone (left)
-------------------------------------*/
.e-p-bx li {
	display: inline;
	font-size: 12px;
	padding-right: 10px;
}
.e-p-bx li a {
	color: #FFF;
}
.e-p-bx li i {
	margin-right:5px;
	vertical-align: middle;
}

/*-------------------------------------
	2. social-links (right)
-------------------------------------*/
.social-bx,
.login-bx {
	margin:0 0 0 15px;
	float:right;
}
@media only screen and (max-width: 480px) {
.social-bx,
.e-p-bx,
.login-bx {
	margin-top:5px;
	margin-bottom:5px !important;
}
}
.social-bx li,
.login-bx li {
	font-size:12px;
	margin:0;
	position:relative;
}
.social-bx li{
	padding-left:2px;
	padding-right:2px;
}
.social-bx li a,
.login-bx li a {
	color:#ffffff;
}
.social-bx li i,
.login-bx li i {
	vertical-align:baseline;
	margin:0 5px 0 0;
}
.social-bx li span,
.login-bx li span {
	vertical-align:baseline;
	margin:0 2px 0;
	font-size:8px;
}
.login-bx li ul {
	top:25px;
	left:auto;
	right:0;
	border:none;
	padding:0;
}
.login-bx li ul li {
	border-bottom:1px solid #F7F7F7;
}
.login-bx li ul li a{
	color:#767676;
	padding:9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
	position: absolute;
	display: inline-block;
	content: '';
}
.arrow-up-border:before {
	top: -7px;
	right:19px;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #F00;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
	top: -6px;
	right:20px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}

.arrow-left:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.arrow-left:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

/*-------------------------------------
	3. language-list ()
-------------------------------------*/
.language-bx li{
	display:inline;
	margin:0 10px;
}



/*======================================
16. LOGO ( company identify  symbol )
======================================*/

/*-------------------------------------
	1. logo for header
-------------------------------------*/
.logo-header{
	display:table;
	float:left;
	vertical-align:middle;
	padding:0;
	font-size:36px;
	color:#1bbce8;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	width: 220px;
	height:90px;
	position:relative;
	z-index:9;
}
@media only screen and (max-width:991px) {
.logo-header{
	width:180px;
}
.header-skew::before, .header-skew::after {
    bottom: -10px;
    height: 127%;
}
}
@media only screen and (max-width:480px) {
.logo-header{
	width:100px;
}
.header-skew::before,
.header-skew::after {
    bottom: -9px;
    height: 120%;
}
}

.logo-footer  {
	display:table;
	vertical-align:middle;
	padding:0;
	font-size:36px;
	color:#1bbce8;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;
	max-width:200px;
	height:60px;
}
.logo-header > a,
.logo-footer > a{
	display:table-cell;
	vertical-align:middle;
}
.logo-header.center-block {
	margin-left:auto;
	margin-right:auto;
	float:none;
}
.logo-header img,
.logo-footer img {
	max-width:100%;
	width:auto;
	height:auto;
	vertical-align:middle;
}
.logo-header span,
.logo-footer span {
	font-size:20px;
	color:#1bbce8;
	letter-spacing:20px;
}

/*-------------------------------------
	2. when header is sticky
-------------------------------------*/
.is-fixed .logo-header {
	height:70px;
}



/*======================================
17. MAIN BAR ( place logo & main-navigation )
======================================*/

.main-bar {
	position:relative;
	width:100%;
}
.main-bar::after,
.main-bar::after {
    clear: both;
    content: "";
    display: table;
}
/*main bar with box view*/
.boxed .is-fixed .main-bar{
	max-width:1200px;
	margin:0 -600px;
	left:50%;
}
@media only screen and (max-width: 1200px) {
.boxed .is-fixed .main-bar{
	margin:0;
	left:0;
}
}
.boxed .site-header .container  {
	width:auto;
}
@media only screen and (max-width: 991px) {
.sticky-wrapper{
	height:auto !important;
}
}


/*-------------------------------------
	1. Top Part Search Bar
-------------------------------------*/
.site-search-btn {
	background:none;
	padding:10px 15px;
	border:none;
	outline:none;
	color:#555;
}
.site-search {
	position: absolute;
	top:100%;
	right:0;
	width:500px;
	z-index: 999;
	display:none;
	padding-left:50px;

}
.site-search form {
	background-color:#273447;
	padding:15px;
	position:relative;
}
.site-search form::before {
	content:"";
	background-color:#273447;
	padding:15px;
	position: absolute;
	top:0;
	left:-25px;
	width:100px;
	height:100%;
	z-index: 1;
	border-left: 7px solid #212427;
	-webkit-transform: skew( 30deg);
	-moz-transform: skew( 30deg);
	-o-transform: skew( 30deg);
	-ms-transform: skew( 30deg);
	transform: skew(30deg);
}

.site-search .form-control {
	padding:10px 15px;
	width: 100%;
	border: none;
	background: none;
	color: #fff;
	font-size:17px;
}
.site-search .site-button,
.site-search .site-button:hover,
.site-search .site-button:focus {
	background:none;
}
.wt-quik-search .form-control::-moz-placeholder {
	color: #fff;
}
.wt-quik-search .form-control:-moz-placeholder {
	color: #fff;
}
.wt-quik-search .form-control:-ms-input-placeholder {
	color: #fff;
}
.wt-quik-search .form-control::-webkit-input-placeholder {
	color: #fff;
}
@media only screen and (max-width:767px) {
.site-search {
	width:100%;
}
.site-search .site-button{
	padding:0;
}
.site-search form {
	padding-left:0;
}
}

/*======================================
18. NAVIGATIONS
======================================*/

/*-------------------------------------
	1. mena-menu
-------------------------------------*/
.navbar-toggle {
	border:none;
	margin-top:24px;
	margin-bottom:24px;
	margin-left:15px;
	margin-right:-10px;
	padding: 12px 10px;
}

.navbar-toggle .icon-bar {
	background:#555;
	height:3px;
	border-radius:0;
	-webkit-border-radius:0;
}
@media only screen and (max-width:480px) {
.navbar-toggle {
	margin-left:10px;
}
.extra-nav .extra-cell {
	margin-left:0;
}
}
.is-fixed .navbar-toggle {
	margin-top:14px;
	margin-bottom:14px;
}

.header-nav {
	position:relative;
	padding:0;
}

.header-nav .nav {
	float:right;
}

.header-nav .nav i {
	font-size:9px;
	margin-left:3px;
	margin-top:-3px;
	vertical-align:middle;
	opacity:0.7;
}

.header-nav .nav > li {
	margin: 0px;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
}

.header-nav .nav > li > a {
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	color: #555;
	font-size: 14px;
	font-weight:600;
	padding:35px 12px;
	cursor:pointer;
}

.header-nav .nav > li > a:hover {
	background-color: transparent;
	color: #212427;
}

.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
	background-color: transparent;
}

.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
	background-color: transparent;
	color: #264ec2;
}
.header-nav .nav > li:hover > a {
	color: #264ec2;
}

.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
	opacity: 1;
	visibility: visible;
	margin-top:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.header-nav .nav > li .sub-menu {
	background-color: #ffffff;
	display: block;
	left: 0;
	list-style: none;
	margin:20px 0 0;
	opacity: 0;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	width: 220px;
	z-index: 10;
}

.header-nav .nav > li .sub-menu li {
	border-bottom: 1px solid #f4f4f4;
	position: relative;
	text-transform:none;
}

.header-nav .nav > li .sub-menu li a {
	color:#474747;
	display: block;
	font-size: 13px;
	padding: 10px 20px;
}


.header-nav .nav > li .sub-menu li a:hover {
	background-color:#273447;
	color: #1BBCE8;
	text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
	color: #1BBCE8;
}
.header-nav .nav > li .sub-menu li:last-child {
	border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li .fa {
	color: #363636;
	display: block;
	float: right;
	position: absolute;
	right: 10px;
	top: 12px;
}

.header-nav .nav > li .sub-menu li > .sub-menu {
	left:220px;
	margin:0 0 0 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu {
	left:220px;
	margin:0px;
	opacity:1;
	top: -1px;
	visibility: visible;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
	background-color: transparent;
	bottom: 0px;
	content: '';
	display: block;
	height: 100%;
	left: -6px;
	position: absolute;
	top: 0px;
	width: 6px;
}

.header-nav .nav > li.has-mega-menu {
	position: inherit;
}
.header-nav .nav > li .mega-menu li a > i{
	font-size:13px;
	margin-right:5px;
	min-width:20px;
}
.header-nav .nav > li .mega-menu {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	display: table;
	left: 0px;
	list-style: none;
	opacity: 0;
	position: absolute;
	right: 0px;
	visibility: hidden;
	width: 100%;
	margin-top:20px;
	z-index:10;
}

.header-nav .nav > li .mega-menu > li {
	display: table-cell;
	padding:10px 0;
	position: relative;
	vertical-align: top;
	width: 25%;
	text-transform:none;
}

.header-nav .nav > li .mega-menu > li:after {

	content:"";
	background-color:rgba(204,204,204,0.4) ;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width:1px;
	height: 100%;
}

.header-nav .nav > li .mega-menu > li:last-child:after {
	display: none;
}

.header-nav .nav > li .mega-menu > li > a {
	color: #555555;
	display: block;
	font-size: 14px;
	padding:0 20px;
}

.header-nav .nav > li .mega-menu > li ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.header-nav .nav > li .mega-menu > li ul a {
	color:#474747;
	display: block;
	font-size: 13px;
	line-height: 34px;
	padding:2px 20px;
}

.header-nav .nav > li .mega-menu > li ul a:hover {
	color: #1BBCE8;
	background-color:#273447;
}

.header-nav .nav > li.menu-item-has-children:before {
	content: "\f078";
	display: block;
	font-family: "FontAwesome";
	right: 4px;
	position: absolute;
	top: 50%;
	color:#999;
	margin-top:-8px;
	font-size:8px;
}
/*-- Submenu direction---*/
.header-nav .nav > li.submenu-direction .sub-menu {
	left: auto;
	right: 0;
}
.header-nav .nav > li.submenu-direction .sub-menu li > .sub-menu {
	left:auto;
	right:220px;
	margin:0 20px 0 0;
}
.header-nav .nav > li.submenu-direction .sub-menu li:hover > .sub-menu {
	left:auto;
	right:220px;
	margin:0 0 0 0;
}

.has-child .submenu-toogle {
    position:absolute;
    right:10px;
    top:10px;
    color:#fff;
    background-color:#1a1a1a;
    z-index:999;
    cursor:pointer;
    padding:7px;
    font-size:13px;
    display:none;
}
.has-child li .submenu-toogle  {
    opacity:0.9;
}

.has-child.nav-active > a+.submenu-toogle.glyphicon-plus:before {
 content:"\2212";
}
/*.header-nav .nav > li:last-child{display:none;}*/
@media only screen and (max-width: 991px) {
header .logo{
	display:block;
	padding:4px 0;
}
.header-nav .nav i {
	margin-top:6px;
}

.header-nav .nav  li.has-child.nav-active > a{
	color:#264ec2;
}
}

@media only screen and (max-width: 991px) {
/* responsive strat when media screen [991px] css START*/
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-collapse.collapse.in {  /* NEW */
	display: block!important;
}

/* Responsive strat when medai screen [991px] css END*/
.header-nav {
	clear:both;
	margin:0 -15px;
	border-bottom:1px solid #E9E9E9 ;
}
.header-nav .nav{
	float:none;
	margin:0;
	background:#fff;
}
.header-nav .nav li {
	float:none;
}

.header-nav .nav > li .sub-menu > li,
.header-nav .nav > li .mega-menu > li {
	float:none;
	display:block;
	width:auto;
}
.header-nav .nav  li .sub-menu > li a {
	padding-left:30px;
}
.header-nav .nav > li > a {
	padding: 12px 15px;
	border-top:1px solid #E9E9E9 ;
	color: #777;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    color: #264ec2;
}
.header-nav .nav i{
	float:right;
}

.header-nav .nav > li > a:hover,
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
	background-color: #f0f0f0;
	text-decoration: none;
}

.header-nav .nav > li .mega-menu > li:after{
	display:none;
}

.header-nav .nav > li ul,
.header-nav .nav > li .sub-menu,
.header-nav .nav > li .mega-menu {
	display: none;
	position: static;
	visibility: visible;
	width:auto;
	background:#f9f9f9;
}

.header-nav .nav > li ul.mega-menu ul {
	display: block;
}

.header-nav .nav > li .mega-menu > li {
	padding:0px;
}

.header-nav .nav > li ul.mega-menu li:hover ul {
	display: block;
}

.header-nav .nav li.has-child {
    position:relative;
}
.header-nav .nav  li .sub-menu,
.header-nav .nav  li .mega-menu {
    opacity:1;
    margin:0 !important;
}
.has-child .submenu-toogle {
    display:block;
}

}



/*-------------------------------------
	2. nav dark version
-------------------------------------*/
.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu {
	background-color: #2D3239;
	border:1px solid rgba(0,0,0,0.2);
}
.nav-dark.header-nav .nav > li .sub-menu li {
	border-bottom: 1px solid #23282f;
}
.nav-dark.header-nav .nav > li .sub-menu li a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a,
.nav-dark.header-nav .nav > li .mega-menu > li > a {
	color:#CCCCCC;
}
.nav-dark.header-nav .nav > li .sub-menu li a:hover {
	background-color: #23282f;
}
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
	background-color: #23282f;
	color: #264ec2;
}
.nav-dark.header-nav .nav > li .mega-menu > li:after {
	background-color:rgba(0,0,0,0.2) ;
}

@media only screen and (max-width: 991px) {
.nav-dark.header-nav  {
	border-bottom:1px solid rgba(0,0,0,0.8);
}
.nav-dark.header-nav .nav {
	background-color: #2D3239;
}
.nav-dark.header-nav .nav > li > a {
	border-top: 1px solid rgba(0,0,0,0.2);
}
.nav-dark.header-nav .nav > li > a {
	color: #999;
}

.nav-dark.header-nav .nav > li > a:hover,
.nav-dark.header-nav .nav > li > a:active,
.nav-dark.header-nav .nav > li > a:focus {
	background-color: #23282F;
	color: #264ec2;
}
.nav-dark.header-nav .nav > li ul,
.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu {
	background-color: #23282F;
}
}

/*-------------------------------------
	3. when header is sticky
-------------------------------------*/
.sticky-no .main-bar {
	position:static !important;
}

/*-------------------------------------
	4. when header is sticky
-------------------------------------*/
.is-fixed .main-bar {
	position:fixed;
	top:0;
	left:0;
}

.is-fixed .header-nav .nav > li > a {
	padding:25px 12px;
}
.is-fixed .extra-nav {
	padding:15px 0;
}

@media only screen and (max-width: 991px) {
.is-fixed .header-nav .nav > li > a {
	padding:12px 15px;
}
}

@media only screen and (max-width: 991px) {
.is-fixed .header-nav .nav{
	overflow:auto;
	height:275px;
}
.is-fixed .header-nav .nav > li > a {
	padding:12px 15px;
}
.is-fixed#header-part .navbar-toggle{
	margin:15px 0;
}
}

/*-------------------------------------
	5. header full width
-------------------------------------*/
#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
	width:auto;
}

/*-------------------------------------
	6. header with bg primary color 1
-------------------------------------*/
.bg-primary .header-nav .nav > li > a {
	color:#fff;
}
.bg-primary .header-nav .nav > li:hover > a,
.bg-primary .header-nav .nav > li.active > a,
.bg-primary .header-nav .nav > li.current-menu-item > a {
	color:#273447;
}
.bg-primary .site-search-btn,
.bg-primary .wt-cart .woo-cart-total,
.bg-primary .wt-cart .woo-cart-count {
	color:#fff;
}
.bg-primary .wt-cart .woo-cart-count,
.bg-primary .wt-cart .woo-cart-count::before {
	border-color:#fff;
}
.bg-primary .navbar-toggle .icon-bar {
	background-color:#fff;
}
@media only screen and (max-width:991px) {

.bg-primary .header-nav .nav > li > a {
	color:#777;
}
.bg-primary .header-nav .nav > li:hover > a,
.bg-primary .header-nav .nav > li.active > a,
.bg-primary .header-nav .nav > li.current-menu-item > a {
	color:#264ec2;
}
}

/*-------------------------------------
	7. header style 2 (center content)
-------------------------------------*/
.header-style-2 .logo-header  {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	float:none;
}
.header-style-2 .nav-outer {
	display:table;
}

.header-style-2 .main-bar-inr {
	display:table;
	margin:auto;
}
.header-style-2 .header-nav{
	display:inline-block;
	float:left;
}
.header-style-2 .header-nav .nav {
	float: none;
}

@media only screen and (max-width:991px) {
.header-style-2 .main-bar-inr {
	display:block;
}
.header-style-2 .header-nav {
	display:block;
	float:none;
}
}

@media only screen and (max-width: 767px) {
.header-style-2 .navbar-toggle {
	float:left;
}
.header-style-2 .nav-outer {
	display:block;
	padding:22px 0 0;
}
}
@media only screen and (max-width:480px) {
.extra-nav {
	clear:none;
	width:auto;
}
}

/*-------------------------------------
	8. header style 3 (header transperent)
-------------------------------------*/
.header-style-3 .main-bar {
	position:absolute;
	background:none;
}
.header-style-3 .header-nav .nav > li > a {
	color:#fff;
}
@media only screen and (max-width:991px) {
.header-style-3 .header-nav .nav > li > a {
	color:#777777;
}
}
.header-style-3 .navbar-toggle .icon-bar {
	background:#FFF;
}
.header-style-3 .site-search-btn,
.header-style-3 .wt-cart .woo-cart-total,
.header-style-3 .wt-cart .woo-cart-count {
	color:#fff;
}
.header-style-3 .wt-cart .woo-cart-count,
.header-style-3 .wt-cart .woo-cart-count::before {
	border-color:#fff;
}

/* header 3 fixed */
.header-style-3 .is-fixed .main-bar {
	position:fixed;
	background:#fff;
}
.header-style-3 .is-fixed .header-nav .nav > li > a {
	color:#555;
}
.header-style-3 .is-fixed .header-nav .nav > li:hover > a {
	color:#264ec2;
}
.header-style-3 .header-nav .is-fixed  .nav > li.active > a,
.header-style-3 .header-nav .is-fixed  .nav > li.current-menu-item > a {
	color:#264ec2;
}
.header-style-3 .is-fixed .navbar-toggle .icon-bar {
	background:#555;
}
.header-style-3 .is-fixed .site-search-btn,
.header-style-3 .is-fixed .wt-cart .woo-cart-total,
.header-style-3 .is-fixed .wt-cart .woo-cart-count {
	color:#555;
}
.header-style-3 .is-fixed .wt-cart .woo-cart-count,
.header-style-3 .is-fixed .wt-cart .woo-cart-count::before {
	border-color:#555;
}

/*-------------------------------------
	9. header style 4 (header white overlay)
-------------------------------------*/
.header-style-4 .main-bar {
	background-color:rgba(255,255,255,0.6);
	position:absolute;
}

/*	header 4 fixed */
.header-style-4 .is-fixed .main-bar {
	position:fixed;
	background:#fff;
}

/*-------------------------------------
	11. header style 5 (header black overlay)
-------------------------------------*/
.header-style-5 .main-bar {
	position:absolute;
	background-color:rgba(0,0,0,0.6);
}
.header-style-5 .header-nav .nav > li > a {
	color:#fff;
}
@media only screen and (max-width:991px) {
.header-style-5 .header-nav .nav > li > a {
	color:#777777;
}
}
.header-style-5 .navbar-toggle .icon-bar {
	background:#FFF;
}
.header-style-5 .site-search-btn,
.header-style-5 .wt-cart .woo-cart-total,
.header-style-5 .wt-cart .woo-cart-count {
	color:#fff;
}
.header-style-5 .wt-cart .woo-cart-count,
.header-style-5 .wt-cart .woo-cart-count::before {
	border-color:#fff;
}

/* header 5 fixed */
.header-style-5 .is-fixed .main-bar {
	position:fixed;
	background-color:rgba(0,0,0,0.9);
}


.prevSlider, .nextSlider {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  .nextSlider {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  .prevSlider:hover, .nextSlider:hover {
	background-color: rgba(0,0,0,0.8);
  }

  .prevSlider-v2, .nextSlider-v2 {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: #fff;
	color: #0077ff;
  }
  
  .nextSlider {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  .prevSlider-v2:hover, .nextSlider-v2:hover {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
  }