@charset "utf-8";
/* Table of contents 
+body
+header
+slider
+property-query-area 
+callus
+single-query
+property
+property_item
+image
+proerty_content
+proerty_text
+proerty_meta
+deals
+full-slider
+item
+deal_media
+feature_property
+testinomial
+cd-testimonials-all
+cd-testimonials-all-wrapper
.cd-testimonials-item
+footer
+footer_panel
+social_share
+copyright 

*/



/*  GREEN - #19452f  //light green 00a56f

 DARK GRREN -#003119   //new one 009564

	RED - e31e24
	YELLOW - d99a20
*/

/*Self Hosted Fonts*/

@font-face {
	font-family: 'montserrat';
	src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'montserratMedium';
    src: url('../fonts/Montserrat-Medium.ttf');
}

/* General Styling */
body {
	font-family: 'montserrat';
	height:100%;
	width:100%;
	overflow-x:hidden;
	font-size:100%;
	color:#1f1d22;
	font-size:15px;

	/*-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-ms-user-select:none;
	user-select:none;*/
}
input[type="file"] {
    padding: 2px 0px !important;
    -webkit-padding-before: 8px !important;
    -webkit-padding-start: 14px !important;
}
.mandSpan {
	color: red;
}
/*
input[type="file"] {
    padding: 0px;
    -webkit-padding-before: 6px;
    -webkit-padding-start: 12px;
}*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#999999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#999999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#999999;
}

.form-control, .form-control:focus{
	box-shadow:none;
}
ol, ul{
	padding:0;
	margin:0;
	list-style:none;
}
a, a:hover, a:focus{
	outline:none;
	text-decoration:none;
	color:inherit;
}
h1,h2,h3,h4{
	margin:0;
}
h3, h4{
	font-family: 'montserratMedium';
}
.btn_common, h2, nav.bootsnav .megamenu-content .title,
.fullscreen_inner h3, .fullscreen_inner h1{
	font-family: 'montserrat';
}
.white_header nav.navbar.bootsnav ul.nav > li > a,
.rev_slider_wrapper .black-caption h2,
.rev_slider_wrapper .slider-caption .bg_white h2, .rev_slider_wrapper .slider-caption h4.bg_blue,
.rev_slider_wrapper .slider-caption .bg_white .btn-more, .btn-blue, .btn-white, .btn-dark, .btn-white-fill,
#rev_overlaped h1, .topper,
.feature_main .bottom h4, .proerty_text h4, #filters-gallery .cbp-filter-item, .property_item .price h4,
#parallax_four h4, #parallax_four h2, #parallax_five h2, #parallax_six h4 , #parallax_six h2,
.slider-property h2{
	font-family: 'montserrat';
}
h2{
	font-size:32px;
}
h3{
	font-size:24px;
}
h4{
	font-size:18px;
}
p{
	font-size:15px;
	color:#676767;
}
.padding{
	padding: 80px 0;
}
.padding_half{
	padding:40px 0;
}
.padding_bottom{
	padding-bottom:80px !important;
}
.padding_top{
	padding-top:80px;
}
.padding_bottom_half{
	padding-bottom:40px;
}
.margin_bottom{
	margin-bottom:80px;
}
.heading_space{
	margin-bottom:40px;
}
.counters-item {
	margin-top: 20px;
}
.bottom15{
	margin-bottom:15px !important;
}
.bottom10{
	margin-bottom:10px;
}
.top15{
	margin-top:15px;
}
.top20{
	margin-top:20px;
}
.top10{ margin-top:10px;}
.bottom20{
	margin-bottom:20px;
}
.top30{
	margin-top:30px;
}
.bottom30{
	margin-bottom:30px;
}
.bottom40{
	margin-bottom:40px;
}
.margin40{
	margin-top:40px;
}
.space30{
	margin:30px 0;
}
.bg_light{
	background:#edf3f8;
}
.bg_white{
	background:#fff;
}
.grey{
	background:#f3f3f3;
}
.border_radius{
	border-radius:4px;
}
.uppercase{
	text-transform:uppercase;
	font-weight: 600;
}
.captlize{
	text-transform:capitalize;
}
.left15{
	margin-left:15px;
}
.t_white{ color:#fff;}
.t_yellow{ color:#d99a20;}


.navbar-nav>li:hover a {
 	-moz-transition:all ease-in .1s;
	-ms-transition:all ease-in .1s;
	-o-transition:all ease-in .1s;
	-webkit-transition:all ease-in .1s;
	transition:all ease-in .1s;
    color: #fff;
}


.navbar-nav>li:hover {
	-moz-transition:all ease-in .3s;
	-ms-transition:all ease-in .3s;
	-o-transition:all ease-in .3s;
	-webkit-transition:all ease-in .3s;
	transition:all ease-in .3s;
}
.navbar-nav>li{	
    border-radius: 4px;
}
.property-query-area.clearfix {
    border-radius: 4px;
}
/* ------------- Buttons ------------*/
.btn_common, .btn-more, .toggler, .btn-blue, .btn-white, .btn-black, .btn-dark, .btn-white-fill, .btn-yellow{
	font-size:14px;
	padding:14px 35px;
	display:inline-block;
	font-weight:bold;
	position:relative;
	overflow:hidden;
	z-index:1;
	-webkit-transition-property: background;
    transition-property: background;
   -webkit-transition-duration: 0.5s;
   transition-duration: 0.5s;
}
.btn-blue:hover, .btn-white-fill:hover{
  background:#1f1d22; 
}
.btn-white:hover, .btn-black:hover, .btn-dark:hover{
  background:#00a56f; 
}
.btn-white:hover, .btn-black:hover{
  border:1px solid #00a56f;
}
.btn-white:hover, .btn-white:focus, .btn-black:hover, .btn-black:focus, 
.btn-blue:hover, .btn-blue:focus, .btn-dark:hover, .btn-dark:focus, .btn-white-fill:hover, .btn-white-fill:focus{
  color: #fff;
}
.btn-yellow:hover, .btn-yellow:focus{
	background:#1f1f1f;
	color:#fff;
}
.btn_common, .btn-more{
	color:#1f1d22;
}
.btn-more{
	font-weight:normal;
	position:relative;
	overflow:hidden;
	padding:0 5px;
	display:inline-block !important;
}
.btn-more span {
  position: relative;
}
.btn-more:hover{
	color:#00a56f;
}
.btn-more > i{
	display:inline-block;
	width:14px;
	transition: margin 0.3s ease 0s;
}
.btn-more i:first-child {
  margin-left:-19px;
  margin-right:5px;
}
.btn-more i:last-child {
  margin-left:5px;
  margin-right:0px;
}
.btn-more:hover i:first-child {
  margin-left:0;
}
.btn-more:hover i:last-child {
  margin-right:-19px;
}
.propertydropdown{
  margin-bottom: -1px;
  position: relative;
  z-index:100;
}
.toggler{
	position: absolute;
	z-index:100;
	bottom:0;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.toggler > i{
	font-size:20px;
	margin-left:10px;
}
.btn-blue{
	color:#fff;
	background: #00a56f;
	border: 1px solid #00a56f;
}
.btn-dark{
	color:#fff;
	background:#1f1d22; 
}
.btn-white{
	color:#fff;
	border:1px solid #fff;
}
.btn-white-fill{
	color:#1f1d22;
	background:#fff;
}
.btn-black{
	color:#1f1f1f;
	border:1px solid #1f1f1f;
}
.feature-p-text:hover h4, .p-image:hover{ cursor:pointer;}
#loadMore-gallery {
}
#loadMore-gallery a{
	display:block;
	padding:0;
}

/* ----------- Widget ------------ */
ul.social_share, ul.social_share li{
	display:inline-block;
}
ul.social_share li a{
  background: #fff;
  color:#323232;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.39);
  display: block;
  font-size:15px;
  height:30px;
  line-height:30px;
  text-align: center;
  width:30px;
  margin-right:5px;
  z-index:1;
  position: relative;
}
ul.social_share li a.facebook:hover, ul.social_share li a.facebook:focus,
.toggle_share ul li a.facebook:hover, .toggle_share ul li a.facebook:focus{
	background: #3b5998;
}
ul.social_share li a.twitter:hover, ul.social_share li a.twitter:focus,
.toggle_share ul li a.twitter:hover, .toggle_share ul li a.twitter:focus{
	background: #55acee;
}
ul.social_share li a.google:hover, ul.social_share li a.google:focus,
.toggle_share ul li a.google:hover, .toggle_share ul li a.google:focus{
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
ul.social_share li a.vimo:hover, ul.social_share li a.vimo:focus,
.toggle_share ul li a.vimo:hover, .toggle_share ul li a.vimo:focus{
	background:#4EBBFF;
}
ul.social_share li a.dribble:hover, ul.social_share li a.dribble:focus,
.toggle_share ul li a.dribble:hover, .toggle_share ul li a.dribble:focus{
	background: #F39ABC;
}
ul.social_share li a.linkden:hover, ul.social_share li a.linkden:focus,
.toggle_share ul li a.linkden:hover, .toggle_share ul li a.linkden:focus{
	background:#0077B5;
}
ul.social_share li a:hover, ul.social_share li a:focus,
.pager li > a:hover, .pager li > a:focus, .pager li.active > a{
	color:#fff;
}	

ul.area_search li{
	margin-bottom:21px;
	display:block;
}
ul.area_search li a, ul.links li a{
	color:#676767;
	font-size:14px;
	display:block;
}
ul.links li{ margin-bottom:10px;}
ul.area_search li a i{
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
ul.links li a i{
  margin-right:2px;
  height:2px; width:0;
  background:#000;
  display:inline-block; vertical-align:middle; 
}
ul.links li a:hover i{ width:6px;}
ul.area_search li a:hover, ul.area_search li a:focus{
	color:#00a56f;
}

.footer2 ul.area_search li a:hover, .footer2 ul.area_search li a:focus,
.footer2 .footer_panel .media-body a:hover, .footer2 .footer_panel .media-body a:focus,
.copyright.index2 p a:hover,
.footer_third ul.links li a:hover, .footer_third ul.links li a:focus,
.footer_third .footer_panel .media-body a:hover, .footer_third .footer_panel .media-body a:focus,
.footer_third .copyright p a:hover{
	color: #000;
}

ul.getin_touch{}
ul.getin_touch li{
  display: block;
  margin-bottom: 15px;
  margin-left: 24px;
}
ul.getin_touch li i {
  display: inline-block;
  font-size:22px;
  margin-left: -24px;
  margin-right:6px;
  vertical-align: middle;
  width: 24px;
}
/*Pagination*/
.pager{
	margin:0;
}
.pager, pager > li{
	display:inline-block;
}
.pager li > a{
  background-color: #fff;
  border: 1px solid #ddd;
  font-size:16px;
  border-radius: 4px;
  display: inline-block;
  padding:7px 14px;
}
.pager li > a:hover, .pager li > a:focus, .pager li.active > a{
	background-color:#2c2c2c;
	border-color:#2c2c2c;
}
.search {
  border: medium none;
  color: #dbdbdb;
  font-size: 12px;
  height: 40px;
  padding-left: 15px;
  position: relative;
  width: 223px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.button_s {
  background:#d99a20;
  border: medium none;
  display: inline-block;
  height: 40px;
  left: 232px;
  line-height: 38px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  width: 40px;
  font-size:22px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.footer_fourth .search{
	background:#f2f2f2;
}
.bg_gallery{
	background: url(../images/bg-gallery.png) no-repeat;
	background-position:bottom;
	background-color:#edf3f8;
}
a.back-to{
	background:rgb(0, 149, 100);
	border-radius:50%;
	bottom: 20px;
	display: none;
	height: 40px;
	line-height:40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 999;
	font-size: 20px;
	color: #fff;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.43);
}
a.back-to:hover, a.back-to:focus{ background:#00a56f ;}


/*Cubefolio*/
.cbp-popup-lightbox .cbp-popup-next {
  background: transparent url("../images/cbp-sprite.png") no-repeat -46px 0;
}
.cbp-popup-lightbox .cbp-popup-prev {
  background: transparent url("../images/cbp-sprite.png") no-repeat 0 0;
}
.cbp-popup-lightbox .cbp-popup-close {
  background: transparent url("../images/cbp-sprite.png") no-repeat -92px 0;
}
.cbp-item:hover img{
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
#testinomial-masonry .cbp-item:hover img, #agent-2-slider .image:hover img{
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
	transform:none;
}
.wpf-demo-gallery .view-caption, .overlay{
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.wpf-demo-gallery:hover .view-caption, .cbp-item:hover .overlay,
.agent_wrap:hover .overlay{
  background-color: rgba(23, 52, 113, 0.8);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.centered{ width:100%;}
.centered, .wpf-demo-gallery .view-caption a {
  padding: 10px 15px;
  position: absolute;
  top:50%;
  left:50%;
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  transition: all 0.5s ease 0s;
}
#filters-gallery .cbp-filter-item{
	border:1px solid #c4c4c4;
	color:#676767;
	font-size:15px;
}
#filters-gallery .cbp-filter-item-active, 
#filters-gallery .cbp-filter-item:hover, #filters-gallery .cbp-filter-item:focus{
	background:#00a56f;
	border-color:#00a56f;
	color:#fff;
}
#filters-property .cbp-filter-item{
	background:transparent;
	color: #212121;
	font-weight:800;
	text-transform: uppercase;
	border:none;
	border-bottom:2px solid transparent;
	padding:0;
	margin:0 10px 10px 10px;
	font-size:15px;
}
#filters-property .cbp-filter-item-active, 
#filters-property .cbp-filter-item:hover, #filters-property .cbp-filter-item:focus{
	background:transparent;
	border-color:#00a56f;
	color:#00a56f;
}

nav.navbar.bootsnav, .navbar-sticky, .navbar-brand, .sticked, .attr-nav, .full, 
.panel-default > .panel-heading,
a, .btn-more > i, .image img, .tparrows, #agents_col .agent_box:hover, .cbp-item-wrapper:hover img, .cbp-item-wrapper img,
.header-upper, header nav.navbar.bootsnav ul.nav > li > a:before, #filters-gallery .cbp-filter-item , .btn-more span,
ul.social_icon li a, .owl-prev, .owl-next, .news_hovered,
.listing_inner_full:after, .listing_full_bg .listing_inner_full:hover::after,
ul.links li a i, .dropzone .dz-messages{
	-moz-transition:all ease-in .3s;
	-ms-transition:all ease-in .3s;
	-o-transition:all ease-in .3s;
	-webkit-transition:all ease-in .3s;
	transition:all ease-in .3s;
}


/* ----------------- HEADER ------------------*/
header{
	position:relative;
	background:transparent;
	width:100%;
    z-index:999;
}
.layout_boxed{
	background:transparent;
	width:1170px;
	max-width:100%;
	margin:0 auto;
	position: absolute;
}
.layout_boxed, .bottom_header{
	left:0; right:0;
	z-index:999; position: absolute;
}

.topbar {
  color: #fff;
}
.layout_dark .topbar{
  background:#d99a20;
}
.topbar.dark{
  background:#00a56f;
}
.topbar.white{
  background:#fff;
}
.topbar.border{
	border:1px solid #dcdcdc;
}

.layout_dark .topbar p, 
.layout_dark .topbar ul.breadcrumb_top li a, 
.layout_dark .topbar ul.breadcrumb_top > li + li::before{
	color:#191919;
}
.layout_default .topbar p, 
.layout_default .topbar ul.breadcrumb_top li a, 
.layout_default .topbar ul.breadcrumb_top > li + li::before,
.tp_overlay .topbar ul.breadcrumb_top li a,
.tp_overlay .topbar ul.breadcrumb_top > li + li::before,
.topbar.dark ul.breadcrumb_top > li.colors a,
.topbar.white p, 
.topbar.white ul.breadcrumb_top li a, 
.topbar.white ul.breadcrumb_top > li + li::before{
  color: #1f1f1f;
}
.topbar p, .topbar ul.breadcrumb_top li a, 
.topbar ul.breadcrumb_top > li + li::before,
.topbar.dark p, 
.topbar.dark ul.breadcrumb_top li a, 
.topbar.dark ul.breadcrumb_top > li + li::before{
	color:#fff;
}
.topbar.dark ul.breadcrumb_top > li.colors{
  background: #d99a20;
  margin:-15px 0 -15px 5px;
  padding: 11px;
  position: relative;
}
.topbar.dark ul.breadcrumb_top > li.colors > a{
  margin-right: 10px;
  margin-left: -7px;
}
.topbar.dark ul.breadcrumb_top > li.colors::before{ opacity:0;}
.topbar p, .topbar ul.breadcrumb_top{
	margin:10px 0;
}
.topbar ul.breadcrumb_top, .topbar ul.breadcrumb_top li{
	display:inline-block;
}
.topbar ul.breadcrumb_top > li + li::before {
  content: "|";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.topbar ul.breadcrumb_top li a{
	font-size:12px;
}
.topbar ul.breadcrumb_top li a > i {
  font-size: 17px;
  margin-right: 5px;
  vertical-align: middle;
}
.rev_slider::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 21;
    width: 100%;
    height: 400px;
}
.header-upper{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: transparent;
	width: 100%;
}
.header-upper .logo {
	height: 100px;
	position: relative;
}
.header-upper .logo::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	width: 120px;
	height: 105px;
	background: rgba(255, 255, 255, 0.59);
	border-bottom: 2px solid #333;
	border-radius: 0px 0px 6px 6px;
}
.banner-home .header-upper .logo {
	display: inline-block;
	height: 100px;
}
.header-upper .logo a{
	display:block;
	padding: 2px 0px 0px;
}
.header-upper .right{
	text-align:right;
}
.layout_boxed .header-upper{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.layout_dark .header-upper, .header-upper.dark{
	background:#00a56f ;
}
.header-upper .info-box:before{
	content: url(../images/border.png);
	position:absolute;
	left:0;
	top:-8px;
}
.header-upper .info-box.first:before{
	display:none;	
}
.header-upper .info-box.first{
	padding-left:0;
}
.info-box{
	margin:20px 0;
	padding:0 15px;
	position:relative;
	display:inline-block;
	text-align:left;
}
.white_header nav.navbar.bootsnav.sticked .info-box{
	display:none;
}
header.index4 .info-box {
  float: right;
  margin:15px 0 15px 30px;
}
.info-box .icons, .info-box ul{
	display:table-cell;
}
.info-box .icons, header.index4 .info-box .icons {
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  color:#fff;
}

.header-upper .info-box .icons, header.index4 .info-box .icons{
	color:#fff;
	padding-right: 10px;
}
.layout_dark .info-box .icons, 
.header-upper.dark .icons{
	color:#fff;
}
.info-box li{
	position:relative;
	line-height:20px;
	padding-left:0px;
	font-size:14px;
	color:#fff;
}
.layout_dark .info-box li, 
.layout_dark .info-box strong, 
.header-upper.dark .info-box li, 
.layout_dark, .header-upper.dark .info-box strong{
  color: #fff;
}
.info-box strong, header.index4 .info-box strong{
  color: #fff;
  font-size: 17px;
}
nav.navbar.bootsnav {
	border: none;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
}
.layout_dark nav.navbar.bootsnav, 
.layout_default nav.navbar.bootsnav, 
.layout_boxed nav.navbar.bootsnav{
  background-color: #fff;
}
.white_header nav.navbar.bootsnav {
  background-color: #fff;
}
.layout_boxed nav.navbar.bootsnav{
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.layout_boxed nav.navbar.bootsnav.sticked .navbar-nav,
.layout_dark nav.navbar.bootsnav.sticked .navbar-nav,
.layout_default nav.navbar.bootsnav.sticked .navbar-nav,
.layout_double nav.navbar.bootsnav.sticked .navbar-nav{
	float:right;
}
.navbar-brand {
  font-size: 18px;
  height: auto;
  line-height: normal;
 padding: 0px 0px 0px 0px;
  display: inline-block;
  margin-left:0 !important;
}

/*.wrap-sticky .navbar-nav {
    margin: 0px!important;
}
*/
.navbar-brand > img {
	height: 76px;
}
.mycustom_logo img {
	height: 76px;
}
nav.navbar.bootsnav ul.nav > li > a{
  font-size: 15px;
  font-weight: normal;
  padding: 5px 13px;
  margin: 15px 0px;
  color: #00a56f;
}
.layout_dark nav.navbar.bootsnav ul.nav > li > a, 
.layout_default nav.navbar.bootsnav ul.nav > li > a,
.layout_boxed nav.navbar.bootsnav ul.nav > li > a {
	color:#00a56f;
}
.white_header nav.navbar.bootsnav ul.nav > li > a:hover, 
.white_header nav.navbar.bootsnav ul.nav > li > a:focus, 
.white_header nav.navbar.bootsnav ul.nav > li.active > a{
	color: #000;
}
.layout_dark nav.navbar.bootsnav ul.nav > li > a:hover, 
.layout_default nav.navbar.bootsnav ul.nav > li > a:hover,
.layout_boxed nav.navbar.bootsnav ul.nav > li > a:hover{
	color:#000;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
  content: "";
}
.white_header nav.navbar.bootsnav ul.nav > li > a:before{
	display:none;
}
header nav.navbar.bootsnav ul.nav > li > a:before {
	display: none;
  background: #00a56f;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  opacity:0;
}
header nav.navbar.bootsnav ul.nav > li > a:hover::before, 
header nav.navbar.bootsnav ul.nav > li > a:focus::before, 
header nav.navbar.bootsnav ul.nav > li.active > a::before {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity:1;
}
.layout_dark nav.navbar.bootsnav ul.nav > li.activeLi > a, 
.layout_default nav.navbar.bootsnav ul.nav > li.activeLi > a,
.layout_boxed nav.navbar.bootsnav ul.nav > li.activeLi > a,
.white_header nav.navbar.bootsnav ul.nav > li.activeLi > a {
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.attr-nav{
	margin-right:0;
}
.attr-nav > ul > li > a {
  padding: 0;
}
.attr-nav .social_share{
  margin-right: 0;
  transform: translateY(50%);
}
.navbar-collapse {
  border-top:none;
  box-shadow:none;
}
.btn-touch{
  background:#d99a20;
  color: #191919;
  display: inline-table;
  font-size: 15px;
  height: 100%;
  line-height: 31px;
  padding: 15px;
  position: relative;
  right:-15px;
  text-transform:capitalize;
  font-weight:bold;
  margin-left:15px;
  border-bottom-right-radius:4px;
}
.btn-touch::before{
  border-bottom: 63px solid #d99a20;
  border-left: 40px solid transparent;
  content: "";
  height: 0;
  left: -38px;
  position: absolute;
  top: -2px;
  width: 0;
}
.btn-touch:hover, .btn-touch:focus{
	color:#191919;
}
.layout_boxed nav.navbar.bootsnav.sticked .btn-touch{
	display:none;
}
header .top_address{
	overflow:hidden;
	margin:23px 0;
}
header .top_address i {
  color: #00a56f;
  display: inline-block;
  float: left;
  font-size: 29px;
  margin-right: 5px;
  transform: translateY(11px);
  vertical-align: middle;
  width: 40px;
}
header .top_address p{
	margin:0;
}
header .top_address strong{
	font-size:17px;
}

/*DropDowns*/
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
  border:none;
  background-color:#fff !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  margin:0;
  min-width: 210px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
  border:none;
  font-weight:normal;
  padding:10px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a span{
    text-transform: uppercase;
    font-size: 8px;
    float: right;
    background: #d64d4d;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    margin: 2px 0 0 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:focus{
	background:#00a56f;
	color:#fff !important;
}
nav.bootsnav .megamenu-content .title{
	font-size:16px;
	color:#1f1f1f;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a{
	color:#2c2c2c;
	margin-bottom:10px;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:before{
	content:'\f105';
	font-family: 'FontAwesome';
	margin-right:5px;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:focus{
	color:#00a56f;
}
.megamenu-content.bg{
	background:url("../images/nav-bg.png") no-repeat scroll center bottom / cover  !important;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.bg .col-menu{
  border:none !important;
}

/* ----------------------- HOME PAGE ----------------------- */



/* ----------------------- HOME PAGE ----------------------- */
/*Revolution Slider*/
#rev_slider_full h1, #rev_slider_full p, .black-caption p{
	color:#fff;
}
#rev_slider_full h1{
	font-size:38px;
}
#rev_slider_third h2{
	font-size:28px;
}
#rev_slider_full a{
	margin-left:5px;
	margin-right:5px;
}
#rev_slider_full a:hover, #rev_slider_full a:focus{
	background:#fff;
	border-color:#fff;
	color:#1F1D22;
}
.slider-property {
	position: absolute;
	left: 0px;
	bottom: 120px;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.slider-property{
	font-weight: normal;
}
.rev_slider_wrapper .slider-caption, .rev_slider_wrapper .black-caption{
  height: auto;
  width: auto;
  display: inline-table;
  margin:15px;
}
.rev_slider_wrapper .black-caption{
	background:rgba(0,0,0,.8);
	color:#fff;
	padding:20px 15px 0px  15px !important;
	border-radius:4px;
}
.rev_slider_wrapper .black-caption .price{
	background:#d99a20;
	font-size:12px;
	color:#191919;
	position:absolute;
	right:0;
	top:0;
	padding:5px 15px;
	border-top-right-radius:4px;
}
.black-caption .bottom{
	 background:#fff;
	 color:#2c2c2c;
	 border-bottom-left-radius:4px;
	 border-bottom-right-radius:4px;
}
.black-caption .bottom  span{
	 display:inline-block;
	 padding:14px 0;
 }
 .black-caption .bottom i{
	 color:#00a56f;
	 font-size:24px;
	 display:inline-block;
	 margin-right:10px;
	 vertical-align:middle;
 }
.rev_slider_wrapper .slider-caption .bg_blue,
.slider-property .bg_blue{
	color:#fff;
	padding:15px 30px !important;
	display:inline-table;
}

.rev_slider_wrapper .slider-caption .bg_white,
.slider-property .bg_white{
	color:#2c2c2c;
	padding:15px 30px;
	background:rgba(255,255,255,.95);
}
.rev_slider_wrapper .slider-caption .bg_white h2, 
.rev_slider_wrapper .slider-caption h4.bg_blue,
.rev_slider_wrapper .slider-caption .bg_white .btn-more{
	font-weight:normal;
}
.slider-caption .property_meta,
.slider-property .property_meta{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.black-caption .property_meta{
  display: table;
  width: 100%;
}
.white_cap .property_meta span, .black-caption .property_meta span{
	font-size: 12px;
    line-height:40px;
	display:inline-block;
}
.white_cap .price{
	background:#d99a20;
	color:#191919;
	font-size:14px;
	padding:5px 15px;
	margin:5px 5px 0 0;
}
.topper{ background:#000; display:inline-block; padding:10px; color:#fff; margin:0;}
.black-caption .property_meta span{
	padding-right:45px;
}
.slider-caption  .property_meta,
.slider-property  .property_meta span{
  background:#2c2c2c;
}
.slider-caption .property_meta span,
.slider-property  .property_meta span{
   border-right: 1px solid #e5e5e5;
   text-align: center;
}
.slider-caption .property_meta span,
.slider-property  .property_meta span{
  display: table-cell;
  font-size: 12px;
  line-height: 36px;
  color:#fff;
}
.rev_slider_wrapper .slider-caption .property_meta span:last-child,
.slider-property  .property_meta span:last-child{
	border-right:none;
}
.white_cap{
	background:#fff;
	outline:5px solid #000;
	outline-offset:-10px;
	display:table;
	padding:5px;
}
.white_cap .white_cont {
  padding: 30px 14px;
  border-bottom: 2px solid #000;
}
.white_cap .bottom_text{
	border-top: 2px solid #000;
	padding:15px;	
}
.white_cap .bottom_text p{
	margin-bottom:0;
}
.property_meta span > i, .white_cap .bottom_text p > i{
	font-size:20px;
	vertical-align:middle;
	margin-right:5px !important;
}

.tparrows.tp-leftarrow{
	background:url(../images/newarrow-left.png) no-repeat;
	background-size: cover;
	opacity: 0.5!important;
}
.tparrows.tp-rightarrow{
	background:url(../images/newarrow-right.png) no-repeat;
	background-size: cover;
	opacity: 0.5!important;
}
.tparrows.tp-leftarrow:hover{
	opacity: 1!important;
}
.tparrows.tp-rightarrow:hover{
	opacity: 1!important;
}
.tp-leftarrow, .tp-rightarrow{
	margin:5px;
	height:46px;
	width:46px;
}
.dione .tp-bullet{
  background: rgba(0, 0, 0, 0.55);
  height:80px;
  width:120px;
  padding:5px;
}
 .dione .tp-bullet-image{
  width:100%;
  height:100%;
}
.tp-static-layers{
	left: 10px;	
    bottom: -147px;
}
.dione .tp-bullet > span{
  background:rgba(0,0,0,.9);
  opacity:0.85;
}
.dione .tp-bullet.selected, .dione .tp-bullet:hover{
   background:#fff;
   opacity:1;
}
.rev_slider_wrapper p{
	line-height:normal !important;
}
#rev_overlaped h1, #list_loaction_slider h1{ 
	letter-spacing: 1px;
	font-size: 18px;
	font-family: montserrat;
	font-style: italic;
	font-weight: 400;
	text-shadow: 2px 1px 3px #000;
}
#rev_overlaped p, #list_loaction_slider p{ font-size:17px;}
.tp-bullet{
	 width:30px; 
	 height:4px;
	 border-radius:1px;
	 background:#fff;
}
.tp-bullet.selected, .tp-bullet:hover{
	background:#aaa7a0;
}
.tp_overlay{
  background:rgba(31, 63, 129, 0.9);
  display: inline-table;
  overflow:hidden;
  position:absolute;
  right:0; top:0; z-index:990;
  width:40%;
}
.tp_overlay .topbar{
  background:#fff;
  position:relative;
  top:0;
  width:100%;
}
.tp_overlay .topbar .breadcrumb_top{ display:block;  margin:0;  padding: 0 0 0 12px;}
.tp_overlay  .topbar ul.breadcrumb_top li a{
  font-size: 10px;
  padding:10px 3px 6px 3px;
  display:inline-block;

}
.tp_overlay form.callus{
	padding:30px 30px 15px 30px;
}
.tp_overlay .search-form-group.white > span{ font-size:12px;}
.tp_overlay form.callus .btn-blue{
	background:#d99a20;
}
.form_opener{ z-index:-1; position:absolute;}
.tp_overlay .search-propertie-filters .container-2{ padding-left:5px;}
.tp_overlay .btn-yellow:hover, .tp_overlay .btn-yellow:focus{
	background:#fff;
	color:#000;
}
.tp_overlay .breadcrumb_top li a{
	padding:10px 5px 6px;
}
.tp_overlay .breadcrumb_top li.last-icon {
  background: #d99a20 none repeat scroll 0 0;
  float: right;
  font-size: 16px;
  padding: 3px 3px 7px 10px;
  color:#191919;
}
.tp_overlay .breadcrumb_top li.last-icon a{
  /*padding: 10px 6px 10px 10px !important;*/
}
.tp_overlay .breadcrumb_top li.last-icon:before{
	display:none;
}
/*Revolution Slider ends*/
/*Full Screen*/
.fullscreen {
  background: url("../images/fullscreen.jpg") no-repeat scroll center center / cover;
  position: relative;
}
.fullscreen_inner, .fullscreen_inner p{
	color:#fff;
}
.fullscreen_inner .logo_full{
	display:inline-block;
	margin-bottom:8%;
}
.fullscreen .fullscreen_footer{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	right:0;
	display:block;
	padding-top:40px;
}
.fullscreen .info-box .icons,
.fullscreen .info-box strong,
.fullscreen .info-box li{
	color:#fff;
}
.fullscreen .social_share{
	display:inline-block;
}
/*Full Screen*/
/* -------- Property Forms --------- */
.callus .row{
	margin-left:-10px;
	margin-right:-10px;
}
#advanced_search  .callus .col-md-12 {
	padding-left:0px;
	padding-right:0px;
}

#advanced_search .property-query-area {
    padding: 30px 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}
#advanced_search .property-query-area h3 i {
    display: none;
}
.callus input[type="text"], .callus .keyword-input, 
.callus .intro .zelect, .callus select, .callus .form-control {
	border:1px solid #d5dadf;
	min-height:40px;
	border-radius:4px;
	background:#fff;
	padding:6px 12px;
	font-size:14px;
	color: #333;
}
.callus textarea{
	resize:none;
	width: 100%;
}
.callus .form-control[disabled], .callus .form-control[readonly] {
	background-color: #f9f9f9;
	cursor: not-allowed;
}
.callus input[type="text"]:focus, .callus .keyword-input:focus, 
.callus .intro .zelect:focus, .callus .form-control:focus {
	border: 1px solid #000;
}
.callus textarea:focus {
	border: 1px solid #000;
}
.callus .btn-blue {
  text-transform: uppercase;
  width: 100%;
}
.auto .btn-blue{
	width: auto;
}
button{
	border:none;
}
.callus label{
	font-weight:normal;
	font-size:14px;
	color:#535353;
}
.callus .file_uploader{
	border:1px solid #d5dadf;
	padding:15px;
}

.blue_navi{ 
   background:#00a56f;
   padding:20px 10px 0 10px;
   position:static;
}
.blue_navi.static, .static{ 
   position:fixed; 
   z-index:999; 
   width:100%; 
   top:0;
}
.opened{ display:none; position:relative; background:#00a56f; left:0; right:0;  margin:0 -10px;
 padding-left:10px; padding-right:10px;}
.opened .btn-yellow:hover, .opened .btn-yellow:focus{
	background:#fff;
	color:#0f0f0f;
 }
.advanced{
	background:#6291f1;
	color:#fff;
	padding:5px 20px;
	display:inline-block;
	height:44px;
	font-weight:bold;
	line-height:32px;
	font-size:14px;
	width:100%; margin-bottom:15px;
}
.advanced > i{
  font-size: 20px;
  margin-right:8px;
  vertical-align: middle;
}
.blue_navi .property-query-area{
	padding:0;
}
.blue_navi .more-filter .fa, .btn-yellow, .blue_navi .nstSlider .bar,
.tp_overlay .more-filter .fa, .tp_overlay .nstSlider .bar,
.blue_navi .checkedBox, .tp_overlay .checkedBox{ 
  background:#d99a20; 
}
.blue_navi .more-filter .text-1,.blue_navi  .more-filter .text-2, .blue_navi .price, .blue_navi .callus label,
.blue_navi .leftLabel, .blue_navi .rightLabel,
.blue_navi .search-form-group.white > span,
.tp_overlay .search-form-group.white > span,
.tp_overlay .more-filter .text-1,.tp_overlay  .more-filter .text-2, .tp_overlay .price, .tp_overlay .callus label,
.tp_overlay .leftLabel, .tp_overlay .rightLabel{ 
  color:#fff;
}
 .blue_navi .more-filter .fa, .tp_overlay .more-filter .fa{
	color:#222222 !important;
}
.blue_navi .search-propertie-filters, 
.tp_overlay .search-propertie-filters{ background-color:transparent;}
.blue_navi .check-box i,
.tp_overlay .check-box i{
	background:url(../images/check_mark_dark.png) no-repeat;
}
.blue_navi .checkedBox, .tp_overlay .checkedBox{
	box-shadow:0 0 1px 5px #d99a20 inset;
	border-color:#d99a20; 
}

.submit_property label {
  font-weight: bold;
  margin-top: 0;
}
.submit_property .search-propertie-filters .container-2 {
  padding:0;
}
.submit_property .search-propertie-filters{
	margin:0;
}
.Editor-editor {
  border: 1px solid #d5dadf;
}
#statusbar{
	display:none;
}
.dropzone {
  position: relative;
  border: 1px solid #d5dadf;
  border-radius: 3px;
  background: #fcfcfc;
  display: inline-block;
  width: 100%;
  padding:15px;
  border-radius:4px;
}
.dropzone .dz-message{
  color: #676767;
  font-size: 17px;
  margin: 50px 0;
  position: relative;
  text-align: center;
  z-index: 11;
}
.dropzone .dz-message:hover{
	color: #00a56f;
}

.help{
	color:#00a56f;
	display:inline-block;
	font-size:18px;
}
.summery_table.table-responsive{
	border:1px solid #d5dadf;
}
.summery_table.table-responsive .table{
	margin-bottom:0;
}
.summery_table.table-responsive tr:nth-child(2){
	background:#fafbfd;
}
.summery_table.table-responsive tr > td {
  border: medium none;
  padding:20px;
  vertical-align: middle !important;
}
.summery_table.table-responsive tr > td .form-group,
.summery_table.table-responsive tr > td input{
	margin-bottom:0;
}

.summery_table.table-responsive tr > td .titles{
	font-size:20px;
}
.summery_table.table-responsive tr > td i{
    margin-top: 23px;
}
.summery_table.table-responsive tr > td .close-t{
	color:#fb1212;
	display:inline-block;
}
.summery_table.table-responsive .add-new {
  background: #eff0f1;
  color: #676767;
  display: block;
  padding: 12px 20px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.summery_table.table-responsive .fa-bars{
	color:#bbbbbc;
}
/* -------- Property Forms ends --------- */



/* ---------------------- Property Wraps ---------------------- */
.property_item {
	position: relative;
	background: #fff;
	box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.32);
	min-height: 320px;
}
.property_item .image {
	position: relative;
}
.property_item .image::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/watermark.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.19);
}
.property_item .property_head{
	padding:20px 0;
}
.property_item .property_head .start_tag{
	position:absolute;
	top:0;
	right:0;
}
.property_item:hover .image img,
#agents .agent_item:hover .image img,
.feature_item:hover .image img,
.box:hover .image img{
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.image, .image img, .property_item .property_head{
	overflow:hidden;
	position:relative;
}
.image, .image img, .property_item .property_head, .proerty_content{
	position:relative;
}
.image img, .property_item .price{ width:100%;}
.image a, .toggle_share ul li, .toggle_share ul li a{display:block;}
.property_item .price .tag{
  background: rgba(0, 165, 111, 0.75);
  height: inherit;
  padding: 15px;
  font-size:15px;
}
.property_item .price .tag, .property_item .price h4{padding: 15px;}
.property_item .price h4{ color: #fff;}
.proerty_content .proerty_text{padding:25px 20px;}
.proerty_content p {
	margin: 0px;
	font-size: 13px;
	line-height: 22px;
}
.proerty_content .favroute p{
  line-height:44px;
  margin-left:15px;
}
.proerty_content .favroute p, .proerty_content .favroute ul, .favroute ul li, .property_item .price .tag, .property_item .price h4{
	display:inline-block;
}
.proerty_content .favroute ul li a{
  display: block;
  font-size: 18px;
  height: inherit;
  line-height:48px;
  text-align: center;
  width: 48px;
  border-left:1px solid #e5e5e5;
}
.proerty_content .favroute ul li{
	width: 48px;
	margin:0 0 0 -4px;
}
.proerty_content .favroute ul li a:hover, .proerty_content .favroute ul li a:focus{
	background:#e0e0e0;
}
.feature3 .property_meta, .proerty_content .property_meta{
  display: table;
  table-layout: fixed;
  width:100%;
}
.proerty_content .property_meta{
  background:#f5f5f5;
}
.proerty_content .property_meta span, .feature3 .property_meta span{
 display: table-cell;
  font-size: 12px;
  line-height:38px;
  text-align: center;
}
.proerty_content .property_meta span{
  border-right:1px solid #e5e5e5;
}
.proerty_content .property_meta span:last-child{
  border-right: none;
}
.proerty_content .property_meta span > i, .proerty_content .table > tbody > tr > td i, .proerty_content .favroute ul li a > i{
  font-size:20px;
  margin-right:10px;
  vertical-align: middle;
}
.favroute ul li a > i{
	margin:0 !important;
}
.proerty_content .property_meta,
.proerty_content .favroute, #deals .deal_media .dealer{
	border-top:1px solid #e5e5e5;
}
.default_clr{
	background:#00a56f;
}
.proerty_content .table > tbody > tr > td{
  border-top: 1px solid #dcdcdc;
  font-size: 12px;
  line-height: 24px;
  padding:8px 15px;
}
.proerty_content .table > tbody > tr > td i { display: inline-table;}
.more-filter i{margin-right:5px;}
i.icon-select-an-objecto-tool{ font-size:14px !important;}
i.icon-safety-shower{font-size:16px !important;}
.toggle_share{
  display: none;
  position: absolute;
  width: 160px;
  z-index: 9999;
  right: 0;
  float:right;
  background:#fff;
  box-shadow:0 0px 1px rgba(0,0,0,.35);
  border:1px solid #e5e5e5
}
.toggle_share ul li a{
	padding:5px 10px;
	color:#676767;
}
.toggle_share ul li a i{ margin-right:3px;}
.toggle_share ul li a:hover, .toggle_share ul li a:focus, .property_item .price .tag{
	color:#fff;
}
/*Property Details*/
#property #property-d-1-2 .item { margin: 5px;}
#property #property-d-1-2{
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
	transform:none;
}
.property-details .bg-black {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.property-details .bg-black span{
  display: table-cell;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color:#fff;
  background: #3a3a3a;
}
.property-details .property_meta span > i, .property-details .table > tbody > tr > td i {
  font-size: 17px;
  margin-right: 8px;
  vertical-align: middle;
}
.property-details .property_meta > span + span{
  border-left: 1px solid #e5e5e5;
}
.property-details .text-it-p > p {
  font-style: oblique;
}
.property-details .text-it-p {
  border-left: 6px solid #00a56f;
  padding: 15px 10px 15px 25px;
}
.property-details .pro-list > li {
	list-style-image:url(../images/p-d-1-list.jpg);
	margin-bottom:20px;
	padding: 0 0 0 8px;
	transition: all 0.7s ease 0s;
	cursor:pointer;
}
.property-details .pro-list > li:hover {
	color:#00a56f;
	margin-left:10px;
	transition: all 0.7s ease 0s;
}
.property-details .pro-list {
  margin-left: 15px;
}
.property-details .pro-img {
  margin-bottom: 10px;
}
.property-details .property_item .price {
  position: relative;
  width: 100%;
  z-index: 1;
}

.property-details .property_item .price {
  position: absolute;
  right:0;
  bottom:0;
}
.property-details .property_item .property_head {
  padding: 20px 0 20px 20px;
}
.property-details .property_meta {
	background:#fff;
}
.property-details .proerty_content .property_meta span {
  border:none !important;
}
.property-details .proerty_content .property_meta{
  border-top:none;
}
.wpf-demo-gallery {
  background-color: #fff;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.wpf-demo-gallery img {
  height: 100%;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.wpf-demo-gallery .view-caption a ,
.overlay a.centered{
  border: medium none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size:30px;
  line-height: 18px;
}



.property-details .property-list-map {
  height:430px;
  width: 100%;
}
.social-networks .social-icons-2{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.social-networks .social-icons-2 span {
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  display: table-cell;
  padding:10px 0;
  border:1px solid #e5e5e5;
}
.social-networks .social-icons-2 a {
  color:#676767;
  font-size:15px;
}
.social-networks .social-icons-2 .fa {
  border-radius: 100%;
  box-shadow: 0 2px 1px 1px #d2d2d2;
  font-size: 16px;
  height: 40px;
  line-height: 43px;
  margin-right: 7px;
  text-align: center;
  width: 40px;
}
.social-networks .social-icons-2 .share-it {
  background: #f5f5f5;
  color:#1f1d22;
  font-size:18px;
}
.social-networks .social-icons-2 span:hover .fa{
	background:#d99a20;
	color:#fff;
}
.video{ width:100%;}
/* ---- favorite properties Css  --- */
.f-p-links {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.f-p-links > li {
  display: table-cell;
  margin: -2px;
}
.f-p-links > li a {
  background: #00a56f ;
  color: #fff;
  display: block;
  font-size: 15px;
  padding:12px 10px;
  text-align: center;
}
.f-p-links > li a.active {
  background: #d99a20;
  color: #191919;
}
.f-p-links > li a:hover {
  background: #d99a20;
  color: #191919;
}
.f-p-links > li + li {
  border-left: 1px solid #455d8d;
}
.f-p-links li a i {
  font-size: 22px;
  vertical-align: sub;
  margin-right:5px;
}
.profile .agent-p-img > a {
  background: #6f6f6f;
  display:inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 13px 38px;
}
.profile-form .single-query label {
  font-weight: bold;
  margin: 10px 0;
  vertical-align: bottom;
}
.profile-form .callus .btn-blue{
	width:auto;
}
/* ---------------------- Latest Property ---------------------- */



/* ---------------------- OWL Slider---------------------- */
#full-slider .item{
  display: block;
  overflow-x: hidden;
  width: 100%;
  position:relative;
}
#full-slider .owl-prev, #full-slider .owl-next,
.three-item .owl-prev, .three-item .owl-next,
#partner-slider .owl-prev, #partner-slider .owl-next,
#two-col-slider .owl-prev, #two-col-slider .owl-next,
#agent-slider .owl-prev, #agent-slider .owl-next,
#nav_slider .owl-prev, #nav_slider .owl-next{
  background: #fff;
  border: 1px solid #d5dadf;
  border-radius: 4px;
  color: #777;
  font-size: 30px;
  height: 42px;
  line-height:38px;
  position: absolute;
  text-align: center;
  width: 42px;
}
#full-slider .owl-prev, #full-slider .owl-next,
.three-item .owl-prev, .three-item .owl-next,
#partner-slider .owl-prev, #partner-slider .owl-next,
#two-col-slider .owl-prev, #two-col-slider .owl-next{
  top:-96px;
}
#full-slider .owl-prev, .three-item .owl-prev, #partner-slider .owl-prev,
#two-col-slider .owl-prev{
	right:60px;
}
#full-slider .owl-next, .three-item .owl-next, #partner-slider .owl-next,
#two-col-slider .owl-next{
	right:15px;
}
#partner-slider .owl-prev, #partner-slider .owl-next{
	display:none;
}
.partner2  #partner-slider .owl-prev, .partner2 #partner-slider .owl-next{
	display: inline-block;
}
.three-item .item, #two-col-slider .item, #nav_slider .item, #news_slider .item{
	margin:0 15px;
}
#testinomial-slider .owl-prev{ left:0;}
#testinomial-slider .owl-next{ right:0;}
#testinomial-slider .owl-next, #testinomial-slider .owl-prev {
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top:75%;
  background:transparent;
}
#agent-slider{}
#agent-slider .owl-prev, #agent-slider .owl-next {
  top: 30%;
  margin-top: -21px;
  border:none;
}
#agent-slider .owl-prev{ left:0; }
#agent-slider .owl-next{ right:0;}
#agent-slider .owl-prev:hover, #agent-slider .owl-next:hover,
#two-col-slider .owl-prev:hover, #two-col-slider .owl-next:hover,
.three-item .owl-prev:hover, .three-item .owl-next:hover,
.partner2  #partner-slider .owl-prev:hover, .partner2  #partner-slider .owl-next:hover,
#nav_slider .owl-prev:hover, #nav_slider .owl-next:hover,
#full-slider .owl-prev:hover, #full-slider .owl-next:hover,
#property #property-d-1 .owl-prev:hover, #property #property-d-1 .owl-next:hover{
	background: #e0e0e0;
	border-color:#e0e0e0;
}
.layout_six .three-item .owl-prev, .layout_six .three-item .owl-next{
	display:none;
}
.news_item .bottom{}
.news_item .bottom .info_comment span{
	display:inline-block;
	color:#7e7e7e;
	font-size:12px;
	margin-right:3px;
}
.news_item .bottom .info_comment > span + span:before{
	content:'|';
	padding:0 3px;
	color:#7e7e7e;
}
.news_item .bottom .info_comment span a{
	color:#1b1b1b;
}
#nav_slider .item .nav_tag{
	color:#191919;
	font-size:10px;
	padding:5px 15px;
	position:absolute;
	top:10px;
}
#nav_slider .item .nav_tag.yellow{
	background:#d99a20;
	right:10px;
}
#nav_slider .item .nav_tag.black{ background:#1f1f1f;}
#nav_slider .owl-prev, #nav_slider .owl-next {
  font-size:24px;
  height:34px;
  line-height:30px;
  top:-50px;
  width:34px;
}
#nav_slider .owl-next{ right:15px; }
#nav_slider .owl-prev{ right:50px;}

#property-d-1 .item{
    background: #00a56f;
    color: #FFF;
    border-radius:0;
    text-align: center;
}
#property-d-1 .item > img {
  width:100%;
  display:block;
}
#property-d-1-2 .item{
    background:rgba(0, 0, 0, 1);
    margin:20px 5px;
    color: #FFF;
    border-radius:0;
    text-align: center;
    cursor: pointer;
}
#property-d-1-2 .item:first-child{
	margin-left:10px;
}
#property-d-1-2 .item:last-child{
	margin-right:10px;
}

#property-d-1-2 .item > img {
  opacity: 0.4;
  width: 100%;
}
#property-d-1-2 .item h1{ font-size: 18px;}
#property-d-1-2 .synced .item img{ opacity: 1;}
#property-d-1 .owl-controls.clickable {
  position: relative;
  z-index: 2;
}
#property-d-1 .owl-prev , #property-d-1 .owl-next{ display:none;}
#property-1-slider .item { margin-right: 20px;}
#property-1-slider .feature .tag-2{ right: 10px;}
#property-1-slider .feature .tag { left: 10px;}
#property-1-slider .owl-controls.clickable {
  position: absolute;
  right: 10px;
  top: -80px;
}
#property-1-slider .owl-prev {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: inline-block;
  line-height: 15px;
  margin-right: 5px;
  padding: 10px 15px;
  color:#2c2c2c;
}
#property-1-slider .owl-next {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: inline-block;
  line-height: 15px;
  padding: 10px 15px;
  color:#2c2c2c;
}
#property-1-slider .owl-next:hover, .owl-prev:hover {
	background:#e0e0e0;
	color:#2c2c2c;
}
#property-d-1-2 {
  background-color: #fff;
  position: relative;
  -moz- transform: translateY(-100%);
  -ms- transform: translateY(-100%);
  -o- transform: translateY(-100%);
  -webkit- transform: translateY(-100%);
  transform: translateY(-100%);
}
#property-d-1-2.space{ padding-left:10px; padding-right:10px;}
#property #property-d-1 .owl-prev, #property #property-d-1 .owl-next{
	background: #fff;
	border:none;
	border-radius:4px;
	display: inline-block !important;
	line-height: 15px;
	margin-right: 5px;
	padding: 10px 15px;
	position: absolute;
	top:42px;
}
#property-d-1.single .owl-prev, #property-d-1.single .owl-next{
	top:65px !important;
}
#property #property-d-1 .owl-prev{left: 0;}
#property #property-d-1 .owl-next{ right: 0; }
#agent-2-slider .property_item .price .tag {
  background:#00a56f;
  color:#fff;
}
#partners .item{
	position:relative;
	text-align:center;
	height:130px;
}
#partners .item, .owl-pagination{ text-align:center;}
.owl-page{ display:inline-block; margin-top:40px;}
.owl-page span{
	height:10px; width:10px;
	background:#b9b9b9;
	margin:3px;
	border-radius:50%;
	display:block;
}
.owl-page.active span{ background:#00a56f;}
#testinomial-slider .owl-pagination, #testinomial-slider.navigate .owl-prev, #testinomial-slider.navigate .owl-next,
#two-col-slider .owl-pagination,
#partner-slider .owl-pagination{
	 display:none;
}
#testinomial-slider.display .owl-pagination{ display:block;}
/* ---------------------- OWL Slider Ends---------------------- */




/* ---------------------- Best Deals ---------------------- */

#deals .deal_media{}
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: bottom;
}
#deals .deal_media .media-body{
	background:#fff;
	width:auto;
}
#deals .deal_media .media-left{
	padding:0;
	margin-bottom:-1px;
}
#deals .deal_media .media-left a{
	margin:0;
	vertical-align: bottom;
}
#deals .deal_media .media-left a > img{
}
#deals .deal_media .price{
	padding:15px;
	display:inline-block;
	color:#fff;
	margin:25px 0;
	float:none;
	font-family: 'montserrat';
}
#deals .deal_media .dealer{
	padding:21px 15px;
	margin-top:10px;
}
#deals .deal_media .author{
	height:65px;
	width:65px;
	border-radius:50%;
	float:left;
	margin-right:12px;
}
#deals .deal_media .dealer h4 {
  display: table;
  margin-top: 10px;
}
#deals .deal_media .dealer span{
	margin-right:15px;
}
#deals .deal_media a{
	display:inline-block;
	color:#676767;
	margin-right:10px;
}
#deals .deal_media .dealer span > i, #deals .deal_media .dealer a > i {
  font-size:17px;
  vertical-align: middle;
  margin-right:3px;
}

#deal_property{}
.deal_property {
  height: auto;
  min-height: 450px;
  position: relative;
  background:url("../images/best-deal1.jpg") no-repeat;
  background-size:cover;
  width:100%;
}
.deal_property .deal_decription{
	background:#fff;
	padding-right:0;
	padding-left:0;
}
.deal_property .bg_left, .deal_property .deal_decription{
	min-height:inherit;
}
.deal_property .bg_left{}
.deal_property .dealer{
	padding:20px 15px;
	margin-top:10px;
}
.deal_property .dealer .author{
	height:65px;
	width:65px;
	float:left;
	margin-right:10px;
}
.deal_property .dealer span, .deal_property .dealer a{
	display:inline-block;
	color:#676767;
	margin-right:10px;
}
.deal_property .dealer span > i, .deal_property .dealer a > i {
  font-size: 22px;
  vertical-align: middle;
  margin-right:3px;
}
.deal_property .dealer h4 {
  display: table;
  margin-top: 10px;
}
.deal_property .price{
	padding:15px;
	display:inline-block;
	color:#fff;
	margin:25px 0;
	float:none;
	font-family: 'montserrat';
}
/* ---------------------- Best Deals Ends ---------------------- */




/* ---------------------- Featured Property ---------------------- */
#feature_property{}
#feature_property .feature_item{
	border:1px solid #e5e5e5;
}
.feature_item{
	background:#fff;
}
.feature_item .price{
	display:inline-block;
	z-index:1;
	position:absolute;
	padding:5px 15px;
	bottom:0;
	right:0;
	color:#fff;
	font-size:15px;
	background:#00a56f;
}
.property_item .price.lighter .tag, .property_item .price.lighter{ background:#d99a20; color:#212121;}

 .feature_item .btn-more, #agents .agent_item .btn-more{
	margin-top:15px;
}
.feature_list > li{
	color:#676767;
	font-size:15px;
	margin-bottom:10px;
}
.feature_list > li::before {
  background: #00a56f;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
  width: 8px;
}
.feature3 .property_meta span > i {
  display: inline;
  font-size:19px;
  margin-right: 2px;
  vertical-align: middle;
}
.feature_main{
	position:relative;
	height:100%;
	width:100%;
}
.feature_main .bottom{
	background:#1f1f1f;
}
.feature_main .bottom span, .feature_main .bottom h4 {
  color: #fff;
  display: table-cell;
  padding: 10px;
}
.feature_main .bottom span{
	background:#d99a20;
	color:#191919;
	font-size:14px;
}
.feature_main .bottom h4{
}
#feature_property .property_meta > span{
	text-align:left;
}
/* ---------------------- Featured Property ends ---------------------- */




/* ---------------------- Parallax ---------------------- */
#parallax{
	background:url('../images/parallax.jpg');
	background-repeat: no-repeat;
	background-color:#1C2B40;
}
#parallax_two{
	background:url('../images/home-featured-image7.jpg');
	background-repeat: no-repeat;
	background-position: center !important;
	box-shadow: 0px 0px 15px 328px rgba(0, 0, 0, 0.68) inset;
}
#parallax_three{
	background:url('../images/parallax-three.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center center;
}

/*#parallax_buy{
	background:url(../images/buy.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center center;
}*/
/*#parallax_four{
	background:url(../images/parallax-four.jpg) no-repeat;
}*/

#parallax_four{
	background: url('../images/rehearsal.jpg');
	background-repeat: no-repeat;
}
.pre-post-prod {
	background: url('../images/warehouse-studio.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	padding: 80px 0px;
	box-shadow: 0px 0px 15px 250px rgba(0, 0, 0, 0.59) inset;
}
.pre-post-prod .container {
	padding: 0px 4%;
}
.pre-post-prod h1 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
}
.pre-post-prod p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.pre-post-prod .btn-srch {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 18px;
	min-height: 40px;
	padding: 6px 30px;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
	margin-top: 20px;
}
.pre-post-prod .btn-srch:hover {
	background: rgba(255, 255, 255, 0.29);
}

#parallax_five{
	background:url(../uploads/home/maharashtra-studio.jpg) no-repeat;
}
#parallax_six{
	background:url(../uploads/home/production_company.jpg) no-repeat;
}
#parallax_seven{
	background:url(../uploads/home/house-3305902_1280.jpg) no-repeat;
}
#testinomial{
	background:url(../images/testinomial.jpg) no-repeat;
	width:100%;
	color:#fff;
	background-color:#152B42;
}

.login-banner{
	background:url(../images/login-background.jpg) no-repeat!important;
	width:100%;
	background-position:center center;
}

.about_us{
	background:url(../images/why-us.jpg) no-repeat !important;
	width:100%;
	background-position:center center !important;
}
.terms_n_conditions{
	background:url(../images/termsnc.jpg) no-repeat !important;
	width:100%;
	background-position:center center !important;
}
.privacy_policy {
	background:url(../images/privcypolicy.jpeg) no-repeat !important;
	width:100%;
	background-position:center center !important;
}
.shipping_policy {
	background:url(../images/shipping.jpg) no-repeat !important;
	width:100%;
	background-position:center center !important;
}
.refund_n_cancel {
	background:url(../images/refund.jpg) no-repeat !important;
	width:100%;
	background-position:center center !important;
}
#parallax, #parallax_two, #parallax_three, #parallax_four, #testinomial, #parallax_five , #parallax_six, #parallax_seven{
	background-attachment:fixed;
	width:100%;
	background-position:center center;
}

#parallax .parallax_inner i{
	font-size:50px;
}
#parallax .parallax_inner, #parallax .parallax_inner p, 
#parallax_two, #parallax_two p, #parallax_three p, #parallax_three,
#parallax_four, #parallax_four p, #parallax_four i, #parallax_five i, #parallax_five p, #parallax_five, #parallax_six i, #parallax_six p, #parallax_six, #parallax_seven i, #parallax_seven p, #parallax_seven {
	color:#fff;
}
#parallax_two .parallax_box .check-icon {
	margin-bottom: 10px;
}
#parallax_three .btn-white:hover, #parallax_three .btn-white:focus{
	background:#fff;
	color:#222;
}
#parallax_four h2,  #parallax_five h2{
	font-size:42px;
	font-weight:bold;
}


#parallax_four h2 > strong{ color:#d99a20; font-size:60px;}
#parallax_four i{ display:inline-block; font-size:42px; margin-bottom:15px;}
#parallax_four .counters-item i{
	display:block;
	margin:0;
	font-size:54px !important;
}

#parallax_four .number-counters > .counters-item + .counters-item{
	border:none;
}
#parallax_four .number-counters > .counters-item + .counters-item::before {
  content: "";
  height: 40px;
  width: 2px;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 15px; bottom: 0;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}



#parallax_five h2 > strong{ color:#d99a20; font-size:60px;}
#parallax_five i{ display:inline-block; font-size:42px; margin-bottom:15px;}
#parallax_five .counters-item i{
	display:block;
	margin:0;
	font-size:54px !important;
}

#parallax_five .number-counters > .counters-item + .counters-item{
	border:none;
}
#parallax_five .number-counters > .counters-item + .counters-item::before {
  content: "";
  height: 40px;
  width: 2px;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 15px; bottom: 0;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}


#parallax_six h2 > strong{ color:#d99a20; font-size:60px;}
#parallax_six i{ display:inline-block; font-size:42px; margin-bottom:15px;}
#parallax_six .counters-item i{
	display:block;
	margin:0;
	font-size:54px !important;
}

#parallax_six .number-counters > .counters-item + .counters-item{
	border:none;
}
#parallax_six .number-counters > .counters-item + .counters-item::before {
  content: "";
  height: 40px;
  width: 2px;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 15px; bottom: 0;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}




#parallax_seven h2 > strong{ color:#d99a20; font-size:60px;}
#parallax_seven i{ display:inline-block; font-size:42px; margin-bottom:15px;}
#parallax_seven .counters-item i{
	display:block;
	margin:0;
	font-size:54px !important;
}

#parallax_seven .number-counters > .counters-item + .counters-item{
	border:none;
}
#parallax_seven .number-counters > .counters-item + .counters-item::before {
  content: "";
  height: 40px;
  width: 2px;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 15px; bottom: 0;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

/* ---------------------- Parallax ends ---------------------- */



/* ---------------------- Testinomials ---------------------- */

#testinomial .btn-white:hover, #testinomial .btn-white:focus{
	background:#fff;
	border-color:#fff;
	color:#2C2C2C;
}
#testinomial p{
	color:#fff;
	font-size:17px;
}
#testinomial .testinomial_wrap{
	position:relative;
}
#testinomial .testinomial_wrap .rating {
  display: inline-block;
  float: right;
  margin-right: 0;
  margin-top: -25px;
}
#testinomial .testinomial_wrap .testinomial_text{
	background:#fff;
	padding:45px 25px;
	color:#1d1d1d;
	position:relative;
}
.testinomial_wrap .testinomial_text p{
	color:#5d5d5d !important;
	font-size:19px !important;
	margin-bottom:20px;
}
.testinomial_wrap .testinomial_text:after {
	content:''; 
	width: 0; 
	height: 0; 
	border-left:15px solid transparent; 
	border-right:15px solid transparent; 
	border-top:18px solid #fff;
	position:absolute;
	bottom:-17px;
	left:20px; 
}
.testinomial_wrap .testinomial_text i{
	position:absolute;
	display:inline-block;
	bottom:20px;
	left:20px;
}
.testinomial_wrap .customer img{
	float:left;
	display:inline-block;
	margin-right:10px;
}
.testinomial_wrap .customer h4, .testinomial_wrap .customer span{
	display:table;
}
.testinomial_wrap .customer h4{
	margin-top:10px
}
.testinomial_wrap .customer span, #testinomialBg .testinomial_content span.smmery{
	font-size:12px;
}

#testinomialBg h2 {
	margin-bottom: 50px;
}
#testinomialBg h3 {
	text-align: center;
	font-size: 18px;
	font-family: montserrat;
	font-weight: 600;
	color: #00a56f;
	margin: 0px 0px 15px;
}
.testinomial_content span.smmery{
	display:block;
}
.testinomial_content p{
	font-size:14px;
	margin:0 9%;
	line-height: 24px;
	font-style:oblique;
}
/*Testinomial Page*/
.testinomial_box{}
.testinomial_box .testinomial_desc {
  border-radius: 5px;
  color: #fff;
  padding: 50px 30px;
  position: relative;
}
.testinomial_box .testinomial_desc.light{
	color:#1d1d1d;
	border:1px solid #dadada;
}
.testinomial_desc p{
	color:#fff;
	font-size:16px;
	line-height:28px;
}
.testinomial_box .testinomial_desc.light p{
	color:#1d1d1d;
}
.testinomial_box .testinomial_desc::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00a56f;
  bottom: -20px;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  width: 0;
}
.testinomial_box .testinomial_desc.light::after {
  border-top: 20px solid #fff;
}
.testinomial_box .testinomial_desc::before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 21px solid #dadada;
  bottom: -22px;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  width: 0;
}


.testinomial_box .testinomial_desc > .quote {
  bottom: -42px;
  display: inline-block;
  left: -47%;
  margin-bottom: 0;
  position: relative;
  width: auto;
}
.testinomial_box .testinomial_author {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
.testinomial_box .testinomial_author > img{ 
	width:60px;
	float:left;
	margin-right:10px;
	display:inline-block;
}
.testinomial_box .testinomial_author span{
	display:block;
}
.testinomial_box .testinomial_author span.color{
	margin-top:9px;
}
.testinomial_box .testinomial_author span.post_img{
	color:#646464;
	font-size:14px;
}
.blue_dark {
  background:#00a56f;
}

/*Button click*/
.cd-see-all{
  text-align: center;
  text-transform: uppercase;
}
.cd-see-all i{
	margin-right:5px;
}
.testimonials_user_image {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.testimonials_user_name{
	margin-top: 10px;
}
.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index:1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #00a56f;
  color: #ffffff;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #00a56f;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all .cd-author-info {
  display: inline-block;
  margin: 5px 0 5px 10px;
  vertical-align: middle;
}
.cd-testimonials-all .cd-author-info li{
	display:block;
	line-height:20px;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ---------------------- Testinomials Ends ---------------------- */



/* ---------------------- AGENTS  ---------------------- */
#agents .agent_item h3 > small{
	color:#7d7d7d !important;
	font-size:13px !important;
}
#agents_col .agent_box{
	background:#fff;
	padding:25px 15px;
}
#agents_col .agent_box:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.21);
  cursor:pointer;
}
#agents_col .agent_box img{
	display:inline-block;
}
#layouts{ }
#layouts .news_media span {
  color: #7e7e7e;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-top:10px;
}
#layouts .news_media span i {
  font-size: 15px;
  margin-right: 5px;
  display: inline-table;
  vertical-align: middle;
}
#layouts .news_media .media-left{
  padding-right: 20px;
}

#agent-slider .item-bottom small{
	color:#7d7d7d !important;
	font-size:15px !important;
}
#agent-slider .item-bottom a{
	display:inline-block;
}
#agent-slider .item-bottom a > i {
  font-size: 27px;
  margin-right: 5px;
  vertical-align: middle;
}
#agent-slider .item-bottom .row{
	margin-left:-10px;
	margin-right:-10px;
}
#agent-slider .item-bottom .col-sm-5, #agent-slider .item-bottom .col-sm-7{
	padding-left:10px;
	padding-right:10px;
}
.agent_wrap{}
.agent_wrap .agent_text{
  background: #fff;
  margin: 0 20px 0 20px;
  padding-top: 30px;
  position: relative;
  top: -45px;
}
/* Agent-2 */
.agent_wrap .img-info h3, .agent_wrap .img-info p, .agent_wrap .img-info span{
	color:#fff;
}
.agent_wrap .img-info .btn-more span{
	color:#d99a20;
}
.agent_wrap .img-info h3{
	font-size: 20px;
}
.agent_wrap .agent_contact{
	width:100%;
}
.img-info .agent_contact td{
	color: #fff;
	font-size: 12px;
}
.agent_wrap .agent_contact td{
	vertical-align:middle;
	border:none;
	color:#676767;
} 
.img-info .agent_contact td{
	color:#fff;
} 
.img-info .agent_contact td a:hover{
	color:#d99a20;
}
.agent_wrap  hr {
	border-top: 1px solid #6c82ab;
	width: 100%;
	margin: 0px 0 10px 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity:1;
	display: inline-table;
}
.agent_wrap .img-info{
	padding: 20px 20px 0 20px;
	position: absolute;
	top:275px;
	height:100%;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: rgba(31, 63, 129, 0.9);
}
#agent-2 .explore {
	padding-top: 30px;
	margin-bottom: 45px;
}
#agent-2 .image {
  border-radius: 5px;
  height: 348px;
}
.agent_wrap:hover .img-info {
  background: rgba(31, 63, 129, 0.9);
  top: 0 !important; 
}
.agent_media{ overflow:hidden;}
.agent_media .agents, .agent_media .agents_white{
	display:table-cell;
}
.agent_media .agents_white{
	padding:40px 10px;
	background:#fff;
	vertical-align:middle;
}
.ouragents .col-md-3{
  padding: 0;
}
.ouragents .bg_white {
  padding: 54px 12px !important;
}
.ouragents .bg_white, .ouragents .image{
	height:290px;
}
.ouragents .bg_white span, .ouragents .bg_white p{
	color: #7d7d7d;
}
.agents-cols .btn-blue{
	width:auto;
}
.agents-cols .callus textarea{
	min-height:143px;
}
/* ---------------------- AGENTS Ends ---------------------- */



/* ------------ Blog / NEWS -------------*/
/* News-1 */
ul.cat-list.pro-list.padding-t-20 {
    padding-top: 25px;
}

#news-section-1 .news-details {
  display: table;
  table-layout: fixed;
  width:100%;
}
#news-section-1 .news-details span {
  background: #fff;
  color: #676767;
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  margin-right: 30px;
}
#news-section-1 .news-details span i {
  font-size: 21px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
#news-section-1 .news-1-box {
  padding-bottom: 60px;
}
#news-section-1 .news-1-box:hover h3, #news-section-1 .news-1-box:focus h3{
	color:#00a56f;
}
#news-section-1 .news-1-box .image-2 {
	overflow:hidden;
}
#news-section-1 .news-1-box:hover  .image-2 img{
  transform: scale(1.09);
  transition: all 0.7s ease 0s;
}
#news-section-1 .news-1-box .property_item {
  margin-bottom:0;
}
#agent-4-slider .owl-prev {
  background: #fff;
  border: medium none;
  border-radius: 5px;
  display: inline-block;
  left: 0;
  line-height: 15px;
  margin-right: 5px;
  padding: 10px 15px;
  position: absolute;
  top:42%;
}
#agent-4-slider .owl-next {
  background: #fff;
  border: medium none;
  border-radius: 5px;
  display: inline-block;
  line-height: 15px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top:42%;
}
#news-section-1 .form-search {
  background: #edf3f8;
  display: block;
  height: 100px;
  padding: 25px 20px;
  width: 100%;
}
#news-section-1 .input-append {
  border: 1px solid #d5dadf;
  display: block;
  height: 47px;
  line-height: 43px;
  width: 100%;
  border-radius:5px;
  background:#fff;
}
#news-section-1 .input-medium.search-query {
  background:transparent;
  border: 0 none;
  display: inline-block;
  padding-left:15px;
  width: 80%;
}
#news-section-1 .add-on {
  background: transparent;
  border: medium none;
  font-size:18px;
  float:right;
  padding-right: 15px;
  padding-top: 3px;
  position:absolute;
}
#news-section-1 .add-on:hover {
	background:9c9c9c;
	color:#00a56f;
	transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}
#news-section-1 .p-image > img {
  width:100%;
  border-radius: 5px;
}
#news-section-1 .news-tag > a {
  border: 1px solid #e5e5e5;
  color:#676767;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 22px;
}
#news-section-1 .news-tag > a:hover {
	background:#9c9c9c;
	color:#fff;
	transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}
#news-section-1 .news-tag {
    padding-bottom: 10px;
    padding-top: 23px;
}
/* News-Details */
.news-section-details .social-icons > ul {
  display: inline-block;
}
.news-section-details .social-icons > h4 {
  display: inline-block;
}
.news-section-details .news-2-tag h4 {
  display: inline-block;
  margin-left: -14px;
  margin-right:10px;
}
.news-section-details .news-2-tag p {
  display: inline-block;
}
.news-section-details .news-2-tag {
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  display: block;
  height: 63px;
  margin-left: 15px;
  margin-top: 45px;
  padding: 10px 0;
  width: 100%;
}
.news-section-details .news-2-tag .social-icons > h4 {
  margin-right: 20px;
  vertical-align: middle;
}
.sim-lar-text > p span {
  color:#7e7e7e;
  font-size:14px;
}
.sim-lar-text > a {
  color: #1f1d22;
  font-size: 14px;
}
.sim-lar-p > img {
  border-radius: 5px;
}
.news-comnts-text > a {
  float: right;
  margin-top: -20px;
  color: #1f1d22;
}
.news-comnts-text > a::after {
  content: url("../images/arrowr.png");
  left: 6px;
  position: relative;
}
.news-comnts-text > a i {
	display:none;
}
.news-comnts-text span{
  color: #818181;
  font-size:12px;
}
.news-section-details .single-query > input[type="text"] {
	width:100%;
}
/* News-2  */
#news2 .sim-lar-p {
  margin-bottom: 70px;
}
#news2 .sim-lar-p > img {
  border-radius: 0;
  width: 100%;
}

#news_slider{}
.news_hovered{
	padding:25px 15px;
	background:#fff;
	border-radius:4px;
}
.news_hovered p > strong{ font-size:15px;}
.news_hovered p, .news_hovered span{ font-size:13px;}
.news_hovered span {
  border-top: 1px solid #d1d1d1;
  display: block;
  padding-top: 15px;
}
.news_hovered span > i{ vertical-align:middle; margin-right:5px; color:#d99a20; font-size:18px;}
.news_hovered:hover{
	background:#00a56f;
	color:#fff;
	cursor:pointer;
}
.news_hovered:hover p{
	color:#fff
}
.my-pro .my-pro-list img {
  width:100%;
}
.my-pro .my-pro-list .col-md-2 {
}
.my-pro .my-pro-list .button-my-pro-list {
  margin-top: 20px;
}
.my-pro .my-pro-list .button-my-pro-list > a {
  background: #00a56f;
  color: #fff;
  padding:7px 20px;
}
.select-pro-list {
  text-align: right;
}
.select-pro-list > a {
  background: #919191;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-top: 40px;
  text-align: center;
  width: 34px;
}
.select-pro-list a:hover {
  background: #f93e3e;
}
.bg-hover{
	padding: 20px 20px 20px;
}
.bg-color-gray{
	background:#fafbfd;
}

/* ------------ Blog / NEWS Ends ------------- */


/* ---------------------- Partners ---------------------- */
.partners{
	background:#f3f3f3;
}
#partner-slider .item{
	display:block;
	border-top:1px solid #d3d8dd;
	border-left:1px solid #d3d8dd;
	position:relative;
	text-align:center;
	height:130px;
}
#partner-slider .item > img, #partners .item > img {
  display: inline-block;
  max-width: 120px;
  width: 100%;
  position:absolute;
  left:50%;
  top:50%;
  transition: 0.5s ease;

  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.partner2 #partner-slider .item{
	border:1px solid #d3d8dd;
}
/* ---------------------- Partners Ends ---------------------- */




/* ---------------------- Home (2) ---------------------- */
.index2 .topbar{
	background:#313a45;
}
.index2 .property_item{
	border:none;
}
.index2 .property_item .property_head.default_clr, 
.index2 .property_item .property_head.default_clr p,
.listing1 .property_item .property_head.default_clr, 
.listing1 .property_item .property_head.default_clr p{
	color:#fff;
}
.index2 .property_item .price .tag, .listing1  .property_item .price .tag, .solid {
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 1;
	max-width: 96%;
	padding: 6px 15px;
}
.index2 .property_item .price .tag, .solid{
  font-size:12px;
}
.index2 .property_item .proerty_content .favroute p{
	font-size:18px;
	color:#323232;
}
.solid{
	background:#F43C3C;
	color:#fff;
}

/* ------------ Home (2) ------ */




/* ------------ Listings ------ */
.tag_t, #agent-2-slider .feature .tag-2{
  background:#d99a20;
  right:10px;
}
.tag_l{
  background:#1d1d1d;
  left:10px;
  color: #fff;
}
.tag_t, .tag_l, #agent-2-slider .feature .tag-2{
  position: absolute;
  top: 10px;
  display:inline-block;
  z-index:1;
  font-size: 10px;
  padding: 5px 14px;
}
.tag_t, #agent-2-slider .feature .tag-2{
	color: #333;
}
.property_meta.transparent{
	background:inherit;
	border:none;
}
.property_meta.transparent span{
	border:none;
}
.listing_full{
	position: relative;
	margin-bottom: 20px;
}
.listing_full .favroute.clearfix {
  background: #fff;
}
.listing_full_bg{
  background: #fff;
  margin: 0 30px;
  outline: 3px solid #1d1d1d;
  outline-offset: -10px;
  padding: 10px;
  position: relative;
  top: -80px;
}
.listing_inner_full > a {
  display:block;
  padding:10px 0px 10px 10px;
}
/*.listing_inner_full {
  position: relative;
  transition: all 0.7s ease 0s;
  z-index:1;
}*/
.listing_inner_full:after {
  background: #1d1d1d;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.listing_full_bg .listing_inner_full:hover::after{
  width: 100%;
}
.listing_full_bg .listing_inner_full:hover h3, .listing_full_bg .listing_inner_full:hover p{
  color: #fff;
}
.listing_full_bg .listing_inner_full:hover > span a{
	background:#fff;
	color:#000;
}
.listing_inner_full > span {
  position: absolute;
  right: 0;
  top:8px;
}
.listing_inner_full > span a {
  background: #1d1d1d;
  color: #898989;
  padding:8px 11px;
}
.listing_full_bg .property_meta {
  border-right: medium none;
  border-top: 2px solid #1d1d1d;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.listing_full_bg .property_meta > span {
  display: table-cell;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
}
.listing1 .property-query-area{
	padding:0;
}
.listing_full_bg .border-l {
  border-left: 2px solid;
  font-size: 17px;
  font-weight: bold;
}
.proerty_text h3 > a{
	display:block;
}
/*Sidebar*/
.p-image{
	width:110px;
}
.p-image > img{
	width:100%;
}
.feature-p-text > a {
  background: #fff;
  color: #fff;
  padding:8px 16px;
  font-size:12px;
}
.feature-p-text > h4 a{
  font-size: 18px;
  color:#1f1f1f;
}
.feature-p-text > h4 a:hover{
	color:#00a56f;
}
.feature-p-text > p {
  font-size: 12px;
}
/*sliderin sidebar*/
#agent-2-slider .item {}
#agent-2-slider .item img {
	display: block;
	width: 100%;
	height: auto;
}
#agent-2-slider .property_item .price .tag{
	width:100%;
	text-align:center;
}
#agent-2-slider .property_item .price .tag{
	font-size:18px;
}
#agent-2-slider .feature .tag-2{
  padding: 10px 15px;
  right: 0;
  top: 0;
  position: absolute;
}
#agent-2-slider .image, .image img, .property_item .property_head{
  overflow: hidden;
  position: unset;
}
#agent-2-slider .owl-prev{
	background:#fff;
	border:none;
	border-radius: 5px;
	display: inline-block;
	line-height: 15px;
	padding: 10px 15px;
	margin-right:5px;
	position: absolute;
  	top:33%;
	left:0;
}
#agent-2-slider .owl-next{
	background: #fff;
	border:none;
	border-radius: 5px;
	display: inline-block;
	line-height: 15px;
	padding: 10px 15px;
	position: absolute;
  	top:33%;
	right:0;
}
.news-1-box #agent-2-slider .owl-next,
.news-1-box #agent-2-slider .owl-prev{
	top:50%;
}
aside .property-query-area {
  background: #00a56f;
  padding:0px;
}
aside .btn-blue {
  background: #d99a20;
  color: #191919;
  display: inline-block;
  margin-top: 20px;
}
aside .property-query-area h3{
	margin-bottom:30px;
}
aside .callus label, aside .callus .price, aside .callus .leftLabel, aside .callus .rightLabel, aside .property-query-area h3{
  color: #fff;
}
aside .nstSlider .bar {
  background-color: #d99a20;
}
aside .more-filter .text-1, aside .more-filter .text-2{
  color: #fff;
}
aside  .group-button-search a.more-filter .fa{
	color:#191919 !important;
	background:#d99a20 !important;
}
aside .search-propertie-filters {
  background-color: transparent;
  bottom: 0;
  position: static;
}
.group-button-search{
	display:inline-block;
}
.group-button-search a{
	display:block;
}
#listing_layout{
	background:#EEF3F9;
}
#banner-map{
	height:100%;
}
.listing_map {
  left: -30px;
  position: fixed;
  top: 68px;
  width: 50%;
  z-index: 0;
  bottom:0;
}



/* ------------ Home (4) ------ */
.box .panel_bottom{
	padding:12px 15px;
	text-align:center;
	color:#fff;
	background:#00a56f;
	display:block;
}
/* ------------ Home 5 ------ */
.banner{
	background:url(../images/home5-banner.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	padding:15% 0;
}

.Search_location{
	background:url('../images/searh-location.jpg') !important;
	background-repeat: no-repeat !important;
}
.banner form.callus{
	padding:30px 20px;
	background:rgba(255,255,255,.8);
    margin: 105px 0 0 0;
    height: auto !important;
}
.banner form.callus .btn-blue {
	width:100%;
}
.banner form.callus .form-group{
	margin-bottom:0;
}
.banner, .banner p{
	color:#fff;
}
.banner h1{
	font-size:64px;
	margin-top:166px;
	font-family: 'montserrat';
}
.banner h1 > span{
	font-size:32px;
	display:block;
}

/*Grids*/
.cbp-item .grid-caption {
  color:#fff;
  text-align:center;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cbp-item img{
	width:100%;
}




/* ---------------------- About ---------------------- */

/*.why-us.jpg*/
#about span{
	font-size:17px;
	display:inline-block;
}
#about_page .wide-logo {
	margin-top: 80px;
	max-width: 80%;
}
/*Facts*/
.number-counters > .counters-item + .counters-item{
	/*border-left:1px solid #d2d2d2;*/
	min-height: 118px;
}
.number-counters .counters-item i {
  color: #00a56f;
  display: inline-block;
  font-size: 40px !important;
  margin-bottom:10px;
}
.number-counters .counters-item p{
	margin:0;
}
.number-counters .counters-item strong{
	font-size:48px;
	font-weight:700;
}
/* ---------------------- About Ends ---------------------- */



/* ---------------------- Page Banner/ Titles ---------------------- */
.page-banner{
	background:url(../images/page-benner-bg.jpg) no-repeat;
	background-size:cover !important;
	width:100%;
	background-attachment:fixed;
	background-position:center center;
	position:relative;
	z-index:1;
	box-shadow: 400px 400px 2px rgba(0, 0, 0, 0.59) inset;
	min-height: 250px;
}


.page-banner.blog{
	background:url(../images/page-benner-blog-bg.jpg) no-repeat;
	
}
.page-banner.testimonials{
	background:url(../images/customer-testimonials.jpg) no-repeat;
}
.blog_featured_image{
	background-position:center center;
	background-size:cover !important;
	height: 304px;
}

.client{
	background:url(../images/client.jpg) no-repeat;
	background-position:center center!important;
	background-size:cover !important;
	/*height: 254px;*/
}
.feature_property_blog{
	background-position:center center;
	background-size:cover !important;
	height: 254px;
}
.feature_image_blog{
	background-position:center center;
	background-size:cover !important;
	height: 80px;
}
.page-banner-bg{
	background-position:center center!important;
	background:url(../images/contact-us.jpg);
	background-repeat: no-repeat;
	background-position: center !important;
	box-shadow: 350px 350px 2px rgba(0, 0, 0, 0.51) inset;
}
.services-banner {
	background-size: 100% !important;
	background:url(../images/why-us.jpg);
	background-repeat: no-repeat;
	background-position: center center !important;
	box-shadow: 350px 350px 2px rgba(0, 0, 0, 0.51) inset;
	min-height: 250px;
	position: relative;
}
.btn-back-service {
    position: absolute;
    top: 12px;
    left: 15px;
    margin: 0px;
    letter-spacing: 1px;
    background-color: #00a56f;
    color: #FFFFFF;
    box-shadow: 0 14px 26px -12px rgba(6, 6, 6, 0.4), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s ease;
}
.btn-back-service:hover {
    color: #fff;
    background: #333;
}
.page-banner .breadcrumb > li + li::before {
  content: url("../images/404-line.png");
  margin: 0 10px;
  vertical-align: super;
}
.page-banner h1, .services-banner h1, .page-banner p, .page-banner .breadcrumb > li + li::before{
	color: #fff;
}
.page-banner h1,
.services-banner h1 {
  font-size: 32px;
  font-weight: bold;
}
.breadcrumb > .active {
  color: #d99a20;
}
.page-banner .breadcrumb {
  background-color:transparent;
  list-style: outside none none;
  /*margin-top: 30px;*/
}
.page-banner .breadcrumb li a {
	color:#fff;
	font-size:15px;
}
.page-banner .breadcrumb li a:hover {
	color:#d99a20;
}
.page-banner h1{
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-banner p {
    margin-top: 10px;
}
/* ---------------------- Page Banner/ Titles Ends ---------------------- */




/* ---------------------- 404 Error ---------------------- */
#error-404{}
.error-text {
  display: inline-block;
  position: relative;
  top: -22px;
}

.error-text h1 {
	font-size:72px;
	color:#1f1f1f;
	text-transform:uppercase;
	font-weight:bold;
}
h1.bold-text{
	font-family: 'montserrat';
	font-weight:normal !important;
}
.error-text h3 {
	font-size:24px;
	color:#1f1d22;
}
.error-image {
  display: inline-block;
}
.erro-button a {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 55px;
  text-transform: uppercase;
}
.erro-button {
  margin-top: 30px;
}
/* ---------------------- 404 Error ---------------------- */




/* ---------------------- Maps ---------------------- */
#banner-map {
	padding:0;
}
#banner-map .well {
  background-color: #f5f5f5;
  border:none;
  border-radius:0;
  box-shadow:none;
  margin:0;
  min-height:0;
  padding:0 !important;
}
.infowindow-markup {
  background: #02b2e1;
  padding: 10px 20px;
}
.property-list-map {
  height:545px;
}
.property-list-map .multiple-location-map {
  left: 0;
  position: absolute;
  width: 100%;
}
.gm-style-iw > div {
  margin: -1px 0px 12px 0px;
  overflow: hidden !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: inline-block;
}
.property-listing-map-info-window .featured-properties-detail {
  background-color: #fff;
  float: left;
  padding: 28px 25px 0;
  width: 100%;
}
.property-listing-map-info-window .image-with-label {
  clear: both;
  position: relative;
}
.property-listing-map-info-window {
  float: left;
  height: auto;
  width: 100%;
}
.property-listing-map-info-window img {
  max-height: 350px;
  max-width: 360px;
}
.property-listing-map-info-window .image-with-label label {
  background-color: #fff;
  border-radius: 0;
  bottom: -12px;
  font-size: 11px;
  font-weight: normal;
  padding: 8px 15px;
  position: absolute;
  right: 6%;
  text-transform: uppercase;
}
.property-listing-map-info-window .featured-properties-detail h6 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 0;
}
.property-listing-map-info-window .featured-properties-detail .featured-properties-address {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 15px;
  width: 100%;
}
.property-listing-map-info-window .featured-properties-detail {
  background-color: #fff;
  float: left;
  padding: 28px 25px 25px;
  margin-bottom: 10px;
  width: 100%;
}
.gm-style-iw {
  left: 25px !important;
  top: 22px !important;
}
.featured-properties-detail h4 {
  color:#00a56f;
}
#single_map{
	height:290px;
	width:100%;
}
/* ---------------------- Maps Ends ---------------------- */

/* -------- Contact Us ------- */
#map {
    height:1010px !important;
}
#contact{
	padding:0;
}
.contact {
    position: relative;
}
#contact-us .single-query > input[type="text"] {
  width:100%;
}
#contact-us .agetn-contact-2 p {
  color: #1f1f1f;
  font-size: 15px !important;
  text-align: left;
}
#contact-us .our-agent-box h2 {
	text-transform:uppercase;
}
#contact-us .agent-p-contact {
  border-bottom:none;
  margin-bottom: 15px;
}
#contact-us .contact-text {
  background: #fff;
  bottom: 50px;
  display: inline-block;
  position: absolute;
  top: 50px;
  z-index:1;
  border-radius:5px;
  padding:20px 20px;
}
#contact-us .btn-slide {
  width: 105px;
}
#contact-us .agetn-contact-2 i {
  font-size: 26px;
  margin-right: 15px;
  vertical-align: middle;
}
#map-single{
	
    width: 100%;
    margin-top: 4%;
}
#map-single iframe {
    width: 100%;
    height: 300px;
}
.autocomplete{
	position:relative;
	width:500px;
	max-width:99%;
	margin:auto;
}
.autocomplete #search{
	width:88%;
	height:48px;
	padding:12px 6px;
	color:#bfbfbf;
	border:1px solid #bfbfbf;
	border-radius:4px;
}
.autocomplete > button {
  border-radius: 4px;
  float: left;
  font-size: 19px;
  height: 48px;
  margin-left: 10px;
  padding: 14px;
  position: absolute;
  background:#00a56f ;
  color:#fff;
}


/* ---------- Login   ---------- */
#login .profile-login {
	background: #00a56f;
	margin: auto;
	width: 442px;
	max-width: 100%;
}
#login .profile-login ul li{
	display:inline-block;
}
#login .profile-login .nav-tabs li a{border-radius:0;}
#login .profile-login ul li a {
	background: #f0f0f0;
	font-size: 18px;
	width: 221px;
	max-width: 100%;
	line-height: 54px;
	height: 54px;
	border: none;
	display: block;
	padding: 0px;
}
#login .profile-login .nav-tabs {
  border:none;
}
#login .profile-login .nav-tabs > li > a {
  margin: 0;
}

#login .profile-login .btn-slide {
  background: #005639;
  border: none;
  color:#fff;
  width:100%;
  padding:12px;
  font-weight:bold;
  text-transform:uppercase;
  transition: 0.5s ease;
}
#login .profile-login .btn-slide:hover {
  background: #333;
  color: #fff;
}
#login .profile-login .check-box-2 {
  display: inline-block;
}
#login .profile-login .search-form-group.white > span {
  vertical-align: super;
  color:#fff;
}
#login .profile-login .lost-pass {
  border-bottom: none;
  color: #333;
  font-size:14px;
  transition: 0.5s ease;
}
#login .profile-login .lost-pass:hover {
	color: #fff;
}
#login .profile-login ul .active > a {
	color:#fff;
	border:none;
	border-radius:0;
	background:#00a56f;
}
/* -------- Contact Us ends ------- */




/* ---------------------- Footer ---------------------- */
footer .footer_panel ul li a {
	font-size: 13px;
}
footer .footer_panel {
	margin-top: -15px;
}
footer .footer_panel hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
}
footer{ position:relative; z-index:1;}
footer .footer_panel .logo {
	display: block;
}
footer .footer_panel .logo {
	max-height: 110px;
}
footer .footer_panel .media-object {
  display: inline-block;
  float: left;
  margin-right:8px;
}
footer .footer_panel .media-object, footer .footer_panel .media-body{
	vertical-align:middle;
}
footer .footer_panel .media-body a{
  display: inline-block;
  font-size:14px;
  line-height: 18px;
  font-weight:bold;
  margin-bottom: 5px;
}
footer .footer_panel .media-body a:hover, footer .footer_panel .media-body a:focus{
	color:#00a56f;
}
footer .footer_panel .media-body span{
  display:block;
  font-size:12px;
  color:#7e7e7e;
  line-height: 15px;
}
footer .footer_panel .media-body span > i{
  font-size:17px;
  margin-right:5px;
  vertical-align: middle;
}
.footer_fourth .footer_panel .media-body span > i{
	color:#d99a20;
	font-weight:600;
}

.footer2{
	background:#1F1F1F;
}
.footer_third{
	background:#00a56f;
	overflow: hidden;
}
.footer_fourth{
	background:#fff;
}
.footer_third .heading{
	padding-bottom:8px;
	border-bottom: 1px solid #005639;
}
.footer_third p,
.footer_third .footer_panel h4, .footer_third ul.links li a,
.footer_third .footer_panel .media-body a, .footer_third .footer_panel .media-body span,
.footer_third ul.getin_touch li, .copyright.index2 p a, .copyright.index2 p span,
.footer2 p,
.footer2 .footer_panel h4, .footer2 ul.area_search li a,
.footer2 .footer_panel .media-body a, .footer2 .footer_panel .media-body span,
.footer2 ul.getin_touch li, .copyright.index2 p a, .copyright.index2 p span{
	color:#fff;
}
.copyright.index2 {
  background: #000 url("../images/footer-black.png") no-repeat;
}
.copyright{
	background:url(../images/footer.png) no-repeat;
}
.copyright.index2, .copyright{
	background-size:cover;
	background-position:top center;
	width:100%;
	height:280px;
	position:relative;
}
.copyright .copyright_inner {
  bottom: 0;
  padding:45px 0 25px;
  position: absolute;
  width: 100%;
}
.copyright p{
	margin:0;
}
.copyright p a:hover{
	color:#2c2c2c;
}
.copyright.index2 p{
	color:#fff;
}
.copyright_simple{ border-top:1px solid #005639;}
.footer_fourth .copyright_simple {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
}
.contacts{ background: #005639 ;}
.footer_fourth .contacts{ background:#f2f2f2;} 
.contacts .info-box .icons, .contacts .info-box ul{
  display: block;
}
.contacts .info-box .icons, .contacts .info-box li, .contacts .info-box strong{ color:#fff;}
.footer_fourth .contacts .info-box .icons, .footer_fourth .contacts .info-box li, 
.footer_fourth .contacts .info-box strong{ color:#000;}

.copyright_simple p {
	margin: 0px;
	font-size: 13px;
}
.copyright_simple .bee {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
	margin-left: 5px;
}
.copyright_simple .bee:hover {
	color: #005639;
}
.copyright_simple .bee img {
    width: 40px;
    position: absolute;
    top: -20px;
    right: -10px;
}
.ini-logo {
	width: 70px;
}
.foot-pad {
	padding-top: 40px;
}

/* ---------------------- Footer Ends ---------------------- */




/*LOADER*/
.loader{
	position:fixed;
	height:100%; width:100%;
	left:0; right:0;
	bottom:0; top:0;
	z-index:1100;
	overflow:hidden;
	background:#00a56f ;
	display: none;
}
.loader .span {
  display: table;
  height: 44px;
  left: 50%;
  position: absolute;
  width: 40px;
  top: 50%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.location_indicator{
    margin:5px auto;
    position: relative;
}

.location_indicator:before, .location_indicator:after{
    position: absolute;
    content: "";
}

.location_indicator:before{
    width: 20px;
    height: 20px;
    border-radius: 100% 100% 100% 0;
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
    -webkit-animation: mapping 1s linear infinite;
       -moz-animation: mapping 1s linear infinite;
            animation: mapping 1s linear infinite;
    -webkit-transform: rotate(-46deg);
       -moz-transform: rotate(-46deg);
            transform: rotate(-46deg);

}

.location_indicator:after{
    width: 30px;
    height: 10px;
    border-radius: 100%;
    left:-4px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 24px;
    z-index: -1;
}

@-webkit-keyframes mapping{
    0% {top: 0;}
    50%{top: -5px;}
    100% {top:0; }
}
@-moz-keyframes mapping{
    0% {top: 0;}
    50%{top: -5px;}
    100% {top:0; }
}
@-moz-keyframes mapping{
    0% {top: 0;}
    50%{top: -5px;}
    100% {top:0; }
}









@media screen and (max-width: 1024px){
.topbar ul.breadcrumb_top li a{
  font-size: 10px;
}
header nav.navbar.bootsnav ul.nav > li > a{font-size: 14px;}
.topbar p{font-size:12px;}
.form_opener {
  background:#d99a20;
  border-radius:3px;
  color:#fff;
  cursor:pointer;
  display:inline-block;
  right:15px;
  line-height:1;
  padding:10px;
  position: absolute;
  top:20px;
  z-index: 1000;
}
.tp_overlay{ display:none; width:100%;}
.tp_overlay h2{ font-size:24px;}
#deals .deal_media .media-left, #deals .deal_media .media-left a, #deals .deal_media .media-body {
   display: block;
}
#deals .deal_media .media-left a > img{
	   width:100%;
}
.proerty_content .property_meta span, .feature3 .property_meta span {
  font-size: 10px;
}

}
@media only screen and (min-width: 1170px) {
.cd-testimonials-all .cd-testimonials-item {
  width: 30%;
  margin: 0 1.6666% 3em;
}
}
@media only screen and (max-width:1023px) {
 .agent_contact.table {
	margin-bottom:0;
}
}
@media screen and (max-width: 992px) {
h1{
	font-size:30px;
}
h2 {
  font-size:28px;
}
h3 {
  font-size: 20px;
}
h4, .panel-title{
  font-size: 16px;
}
p {
  font-size: 14px;
}
.topbar p{
	display:none;
}
.topbar ul.breadcrumb_top{
  display: inline-block;
  float:left;
}
.topbar ul.social_share {
	float:right;
	margin:5px 0;
}
.header-upper .logo {
  display: block;
}
.info-box {
  padding: 0 10px;
}
.info-box strong{
  font-size: 14px;
}
.info-box li{
  font-size: 12px;
}
.navbar-brand{
	padding:10px 0;
}
nav.navbar.bootsnav .navbar-brand{
	float:left !important;
}
.header-upper .logo, .header-upper .right{
	text-align:center;
}
.attr-nav{ margin-right:20px;}
.attr-nav .social_share {
  margin: -5px 0px 0px 0px;
}
.layout_boxed .attr-nav .social_share {
  margin:10px 0 0;
}
nav.navbar.bootsnav .navbar-toggle {
  height: 20px;
  line-height: 20px;
  margin:-10px 0 0 0;
  top:10px;
  float:right;
  background-color:transparent !important;
}
.layout_boxed nav.navbar.bootsnav.sticked .navbar-nav, 
.layout_dark nav.navbar.bootsnav.sticked .navbar-nav, 
.layout_default nav.navbar.bootsnav.sticked .navbar-nav {
  float:left;
}

ul.nav.navbar-nav {
    float: right!important;
}
.layout_dark nav.navbar.bootsnav .navbar-toggle, 
.layout_default nav.navbar.bootsnav .navbar-toggle, .layout_boxed nav.navbar.bootsnav .navbar-toggle{
	margin:5px 0 0;
	color:#fff;
}
.white_header nav.navbar.bootsnav.sticked .navbar-toggle,
.white_header nav.navbar.bootsnav .navbar-toggle,
.layout_dark nav.navbar.bootsnav.sticked .navbar-toggle, 
.layout_default nav.navbar.bootsnav.sticked .navbar-toggle, 
.layout_boxed nav.navbar.bootsnav.sticked .navbar-toggle{
	margin:10px 0 0;
}
.layout_double nav.navbar.bootsnav .navbar-toggle{
	margin:5px 0 0 0 !important;
}
header nav.navbar.bootsnav ul.nav > li > a ,
.white_header nav.navbar.bootsnav ul.nav > li > a{
	padding-top:10px; padding-bottom:10px;
}
header nav.navbar.bootsnav ul.nav > li > a:before, nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after{
  display: none;
}
.attr-nav {
  right: 30px;
}
.white_header nav.navbar.bootsnav.sticked .attr-nav,
.layout_dark nav.navbar.bootsnav.sticked .attr-nav, 
.layout_default nav.navbar.bootsnav.sticked .attr-nav, 
.layout_boxed nav.navbar.bootsnav.sticked .attr-nav{
	display:none;
}
.btn-touch{
	display:none;
}
.slider-property {
  top: 160px;
}
.deal_media .media-body, .deal_media .media-left{
  display: block;
}
.deal_media .media-left img{
	width:100%;
}
.proerty_content .property_meta span, .feature3 .property_meta span, .listing_full_bg .property_meta > span{
  font-size: 7px;
}
.agent_wrap .agent_text{
  margin: 0 10px 0 10px;
}
.f-p-links > li a {
  font-size: 10px;
  padding: 12px 5px;
}
.listing_map {
  left: 0;
  position: relative;
  right: 0;
  top:0;
  width:100%;
  z-index: 0;
}
.maplisting .col-sm-6.pull-right{
	width:100%;
}
#parallax, #parallax_two, #parallax_three, #parallax_four, #testinomial, #parallax_five, #parallax_six, #parallax_seven,
.page-banner-bg{
	background-position:center center !important;
}
.callus .btn-blue {
  text-transform: uppercase;
  width: auto;
}
.banner h1{ font-size:50px; margin-top:160px;}
.banner h1 > span{ font-size:24px}
}
@media screen and (max-width: 800px) {
.slider-property {
  top: 130px;
}
}

/* Portrait */
@media screen and (max-width: 767px) and (orientation: portrait){
.tp_overlay .callus input[type="text"], 
.tp_overlay .callus .keyword-input, 
.tp_overlay .callus .intro .zelect, 
.tp_overlay .callus select, 
.tp_overlay .callus .form-control,
.intro .zelected{
  height:34px;
  font-size:10px;
}
.tp_overlay .single-query .zelected::after, .tp_overlay .search-2 .single-query .zelected::after{ top:-2px;}
.tp_overlay .btn-yellow{
   padding:8px 14px;
}
.tp_overlay .btn-yellow, .tp_overlay .price, .tp_overlay .callus label{
  font-size:10px;
}
}

@media screen and (max-width: 767px) and (orientation: landscape){
	.tp_overlay, .form_opener{ display: none;}
}
@media screen and (max-width: 767px) {
.topbar .text-right{
	text-align:left;
}
.topbar ul.breadcrumb_top{
  display: block;
  text-align: center;
}
.topbar ul.social_share{
  margin: 5px 0;
  float:none;
}
ul.social_share {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.topbar.dark ul.breadcrumb_top > li.colors {
	display:none;
}
.tp_overlay .topbar,
.tp_overlay .group-button-search, .tp_overlay .search-propertie-filters,
.topbar p, .white_header .info-box, .btn-touch, .tp_overlay,
#full-slider .owl-prev, #full-slider .owl-next, 
.three-item .owl-prev, .three-item .owl-next, 
#partner-slider .owl-prev, #partner-slider .owl-next, 
#two-col-slider .owl-prev, #two-col-slider .owl-next, 
#agent-slider .owl-prev, #agent-slider .owl-next, 
#nav_slider .owl-prev, #nav_slider .owl-next{
	display:none;
}
.slider-property , .fullscreen .info-box{ display:none;}
.property_item .price .tag, .property_item .price h4 {
  padding: 12px;
  font-size:12px;
}

#testinomial .testinomial_wrap .rating{
  float: none;
  margin-top: 15px;
}
.listing_full_bg h3{ font-size:18px;}
.listing_full_bg p{ font-size:12px;}
#map-single{
	height:310px;
}

}
@media screen and (max-width: 640px){ 

.agent_media .agents > img{ width:100%;}
.agent_media .agents, .agent_media .agents_white {
  display: block;
}
.f-p-links > li a{ font-size:0;}
#map-single{
	height:250px;
}
.autocomplete{
	width:99%;
}

.copyright p{
  text-align: center;
  font-size: 12px;
}
}


/*********************HOME PAGE INTRODUCTION *************************/

#aboutinfo .innersection{
	padding-bottom: 4%;
}
.innersection {
    width: 1090px;
    margin: 0 auto;
}
.homeintro {
    font-size: 26px;
    line-height: 1.4em;
    padding: 13px 0px;
    margin-bottom: 30px;
    text-align: center;
}

.sqs-block-horizontalrule hr {
    border: none;
    color: #bbb;
    background-color: #bbb;
    height: 1px;
}

section#aboutinfo{
	padding: 30px 0px 0px 0px;
	background: #fff;
}

/*********************END HOME PAGE INTRODUCTION*************************/


/*********************FEATURED FILMING LOCATIONS*************************/
.listing_inner_full a{
transition: all .0s ease-in-out .1s!important;
}

.listing_full_bg, .tag_t {
    visibility: hidden;
}

.listing_full:hover .listing_full_bg , .listing_full:hover .tag_t{
	visibility: visible;
}
.owl-item.Featured_location_single_column.last-row {
    padding-bottom: 30px;
}

div#two-col-slider.innersection {
    padding-top: 4%;
    padding-bottom: 3%;
}

#two-col-slider .locations_featured{
	margin: 0px 7px;
	box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.32);
}
#two-col-slider .owl-item {
    float: left;
    /*margin-top: -60px;*/
}

.Featured_location_image {
	height: 264px;
   	width: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}
.Featured_location_single_column .Featured_location_image {
    height: 530px;
    width: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}
.Featured_location_image::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/watermark.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.19);
}
.Featured_location_single_column .Featured_location_image::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/watermark.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.19);
}


.tag_t{
    background: rgba(0, 0, 0, 0.39);
    color: #fff !important;
    border-radius: 3px;
}

#two-col-slider .listing_full_bg{
	margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: auto;
    z-index: 5;
}



#two-col-slider .listing_full_bg {
    margin-top: -26px;
    margin-left: 0px;
    margin-right: 0px;
}
.Featured_location_single_column .listing_inner_full > .head-subhead {    
    width: 50%; 
}
.Featured_location_single_column .listing_full .favroute{
	width: 50%;
}
.listing_inner_full > .head-subhead {   
	padding: 10px 0px 0px 10px;
	width: 100%;
	float: left;
	color: #fff;
}

.listing_full .favroute {
    
     float: left;
}

 .listing_full_bg{
	background-color: rgba(0,0,0,0.4);
	padding:0px;
	outline: 0px solid #1d1d1d;
}

.listing_inner_full {
   border-top: 2px solid #fff;
   background-color: rgba(0,0,0,0.4); 
}


.listing_full_bg .property_meta {
    padding-left: 10px;
   /*background-color: rgba(0,0,0,0.4);*/
    padding-right: 10px;
  	border-top: 0px solid #1d1d1d;   
    color: #fff;
}
 .listing_inner_full p{
	color: #fff;
}

.listing_full_bg .property_meta > span:last-child {
    border-right: 0px;
}
.Featured_location_single_column .listing_full_bg .property_meta > span:first-child {
    border-left: 1px solid #fff;
}

.listing_full_bg .property_meta > span {
    text-align: center;
    border-right: 1px solid #fff;
}
.Featured_location_single_column .property_meta{
	min-height: 77px;

}

.Featured_location_single_column .property_meta span > i, .white_cap .bottom_text p > i{
	font-size: 22px!important;
}
.featured_location_two_column .property_meta{
	border-top: 1px solid #fff;
}
.featured_location_two_column h3{
	font-size: 22px; 
}

.featured_location_two_column p{
	font-size: 13px; 
}
.featured_location_two_column .listing_full_bg .property_meta > span{
	font-size: 13px;
}

/***********THIRD COLUMN *****************/

.featured_location_three_column  .listing_full_bg .property_meta{
	border-top: 1px solid #fff;
}

#two-col-slider .featured_location_three_column .listing_full_bg {
    margin-top: -97px;
}
.featured_location_three_column h3{
	font-size: 20px; 
}

.featured_location_three_column p{
	font-size: 11px; 
}

.featured_location_three_column .listing_full_bg .property_meta > span{
	font-size: 11px;
}

.more_featured_click a {
    color: #bf1d1d;
    font-size: 19px;
}
 .more_featured_click {
    outline: medium none;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;  	
    margin-right: 0px;
}
p.text-align-center {
    text-align: center;
}


/********************************MORE FEATURED LOCATIONS*******************************/

.mfls_icon {
    text-align: center;
    padding: 28px 0px;
}
.mfls_name {
    padding: 8px;
}
.mfls_name h2 {
    text-align: center;
    font-family: 'montserrat';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a56f;
}
.mfls_desc{
	padding: 15px 30px;
	
}
.mfls_desc p{
	color: #66625b;
	line-height: 2em;	
    padding: 0px;
    text-align: center;
}
.mfls_click {
    padding: 8px 30px;
    text-align: center;
}
 .mfls_click .btn-mfls {
    text-transform: uppercase;
    background: #00b368;
    padding: 13px 15px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 0px;
    transition: 0.5s ease;
    min-width: 180px;
}
.mfls_click .btn-mfls:hover {
	background: #009959;
}
#more_featured_loacation_section .innersection {
    padding-bottom: 16%;
}


/*********************************END MORE FEATURED LOCATIONS******************************/



/******************************* PARALLAX SECTION$ parallax_four  , #parallax_five , #parallax_six *****************************************/


.mfls_click.free_search {
    margin-top: 6%;
}

#parallax_four h5, #parallax_five h5 , #parallax_six h5, #parallax_seven h5{
	font-size: 18px;
	line-height: 28px;
}
#parallax_four .btn-srch {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 18px;
	min-height: 40px;
	padding: 6px 30px;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
	margin-top: 20px;
}
#parallax_four .btn-srch:hover {
	background: rgba(255, 255, 255, 0.29);
}
section#parallax_four, section#parallax_five, section#parallax_six, section#parallax_seven {
    box-shadow: 0px 0px 15px 300px rgba(0, 0, 0, 0.46) inset;
    padding: 80px 0px;

}
section#parallax_four .container, section#parallax_five .container, 
section#parallax_six .container, section#parallax_seven .container {
	padding: 0px 4%;
}
section#parallax_four {
	background-position: bottom center !important;
	background-size: cover;
}


/******************************* END PARALLAX SECTION$ parallax_four  , #parallax_five , #parallax_six ****/



/*************** TESTIMONIALS SECTION  ********************************/
.#testinomialBg.testimonials-home-page {
    padding-bottom: 16%;
}

a.chicago-fire{
	font-style: italic;
	color: #bf1d1d;
}
section#studios_locations {
    padding-bottom: 16%;
}
.navbar-header {   
    padding: 6px 0;
}
nav.navbar.navbar-default.bootsnav.on.no-full .navbar-header {
    padding: 0px;
}
#navbar-menu .navbar-nav {
    margin: 7.5px -15px!important;
}
#navbar-menu ul.nav.navbar-nav.navbar-right{
    margin: 7px 0px!important;
}
.wrap-sticky .attr-nav{
	margin-top: 8px;
}

.white_header .navbar-header {
    padding-top: 0px!important;
}
/******************* SINGLE LOCATION PAGE*************************************/
.bg-slider-images {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}

.bg-slider-images-thumb{
    height: 122px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}
.photos-single-property{
	 height: 254px;
	background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}
.photos-single-property::before, .cbp-popup-lightbox-figure::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/watermark.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.19);
}
.info-location{
    font-size: 17px;
}
#about .number-counters .counters-item strong {
    font-size: 28px;
    font-weight: 700;
}

img.customer-image{
	height: 100px;
	border-radius: 100px;
}

.property_item .price .tag{
	color: #fff;
	font-size: 13px;
}
aside .property-query-area h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-family: montserratMedium;
	margin: 0px 0px 15px;
}
ul#pageSubmenu .intro {
    margin-top: 12px;
}

.multiple_selects .btn-group {
    width: 100%;
}

.multiple_selects .multiselect{
    width: 100%;
    text-align: left;
}
 aside .callus label, aside .callus .leftLabel,  aside .callus .rightLabel{
	color: #000!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
.multiselect-container>li {
    padding: 5px;
}
ul.multiselect-container.dropdown-menu {
    max-height: 250px;
    overflow-y: scroll;
    width: 100%;
}
#location_styles ul.multiselect-container.dropdown-menu{
	height: auto!important;
	 overflow-y: unset;
}
#type_of_locations ul.multiselect-container.dropdown-menu{
	height: auto!important;
	 overflow-y: unset;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    color: #333;
    background: #fff;
    padding: 6px 12px;
	min-height: 40px;
    text-align: left;
    box-shadow: none;
}
button.btn.btn-default.multiselect-clear-filter {
    display: none;
}
.btn .caret {
    float: right;
    top: 20px;
    position: absolute;
    right: 17px;
}
ul#geographical_area , ul#location_styles, ul#type_of_locations{
    padding-top: 10px;
}
.btn-group {
    width: 100%;
}
#advanced_search .single-query.form-group {
    margin-bottom: 8px;
}

#advanced_search .multiselect-container>li>a>label {
    padding: 3px 20px 3px 30px;
}
#advanced_search .multiselect-container .radio input[type="radio"], 
#advanced_search .multiselect-container .checkbox input[type="checkbox"] {
    margin-left: 5px;
    margin-top: 2px;
    left: 0px;
    width: auto;
}
#advanced_search .ui-slider-horizontal {
    height: 4px;
    box-shadow: none;
    border: none;
    width: 92%;
	margin: 20px auto 0px;
}
#advanced_search .ui-state-default, #advanced_search .ui-widget-content .ui-state-default, #advanced_search .ui-widget-header .ui-state-default, 
#advanced_search .ui-button, #advanced_search  .ui-button.ui-state-disabled:hover, #advanced_search  .ui-button.ui-state-disabled:active {
    border: 1px solid #efcf5d;
    background: #efcf5d;
    border-radius: 50%;
}
#advanced_search .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.48);
    cursor: pointer;
    outline: none;
}
#advanced_search .btn-ok, #advanced_search .btn-yes, .city-dropdwn .btn-okay {
	position: absolute;
	right: 6px;
	z-index: 5;
	cursor: pointer;
	outline: none;
	background: #333;
	color: #fff;
	padding: 0px;
	width: 30px;
	height: 24px;
	font-size: 13px;
	border-radius: 2px;
	display: none;
}
#advanced_search .btn-ok {
	top: 30px;
}
#advanced_search .btn-yes {
	top: 30px;
}
.city-dropdwn .btn-okay {
	top: 9px;
}
#advanced_search .pur-shoot {
	display: none;
}

.featured_image {
    height: 200px;
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.featured_image:hover{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;

  
}
.proerty_content .proerty_text {
    padding: 12px 10px 20px;
}

.proerty_text h3 {
    font-size: 16px;
    margin: 0px 0px 5px;
    color: #333;
}
.proerty_text h3 > a {
    display: block;
}
.proerty_text h3 > a:hover {
	color: #00a56f;
}
.col-sm-12.form-group.Search-button {
    text-align: center;
}
.Search-button .btn-blue {
	color: #fff;
	background: #005639;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: montserrat;
	font-weight: 400;
	text-align: center;
	border-radius: 4px;
}
.Search-button .btn-blue:hover {
	color: #fff;
	background: #000;
}

.white_header{
	display: none!important;
}
.white_header.static{
	display: block!important;
}

/*************************SEARCH START ************************************/


.search-bar {
	position: relative;
	height: 60px;
	border: 2px solid #333;
	border-radius: 30px;
}
form.big-search.ui-widget.ng-pristine.ng-valid{
	margin:0px 4%;
}
.search-bar .inpt-field {
    background: transparent;
    border: 2px solid #333;
    border-radius: 30px;
    height: 60px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 6px 480px 6px 16px;
    transition: 0.5s ease;
}
.search-bar .btn-search {
	outline: none!important;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 70px;
    height: 60px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 0px 50px 50px 0px;
    box-shadow: none;
    font-size: 28px;
    transition: 0.5s ease;
    padding: 0px 8px 4px 0px;
}
.search-bar .select2-container {
	position: absolute;
	top: 10px;
	right: 280px;
	width: 200px !important;
}
.search-bar .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    border-left: 2px solid #333;
    outline: none;
}
.search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 40px;
    letter-spacing: 1px;
    padding-left: 15px;
}
.search-bar .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
}
.search-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.search-bar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}

.search-bar .multiselect-native-select {
	position: absolute;
	top: 10px;
	right: 70px;
	width: 210px;
}
.search-bar #cityselect {
	position: relative;
}
.search-bar #cityselect .cityLoader {
	width: 45px;
	height: 45px;
	background-image: url('../images/cityLoader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	position: absolute;
	top: 55px;
	left: 160px;
	z-index: 1001;
	display: none;
}
.search-bar #cityselect .multiselect-native-select {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
}
.search-bar .multiselect-native-select .multiselect.dropdown-toggle {
	width: 200px;
	height: 40px;
	border: none;
	border-radius: 0px;
	background: transparent !important;
}
.search-bar .multiselect-native-select .multiselect-container .radio input[type="radio"], 
.search-bar .multiselect-native-select .multiselect-container .checkbox input[type="checkbox"] {
	margin: 0px;
	position: absolute;
	top: 4px;
	left: 8px;
	outline: none;
}
.search-bar .multiselect-native-select ul.multiselect-container.dropdown-menu {
    overflow-y: auto;
}
.search-bar .multiselect-native-select ul.multiselect-container > li > a > label {
    padding: 3px 10px 3px 30px;
}
.Select_City_option{
	display: none!important;
}
.search-bar ul.typeahead.dropdown-menu {
    border: none;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.175);
    box-shadow: 0 3px 10px rgba(0,0,0,.175);
}
.search_buttons {
	padding: 10px 8% 0px;
	text-align: right;
}
.search_buttons .btns {
	border: 1px solid #333;
	color: #fff;
	background: #333;
	border-radius: 30px;
	font-size: 13px;
	padding: 3px 15px;
	margin-left: 5px;
	transition: 0.5s ease;
	letter-spacing: 1px;
}
.search_buttons .btns:hover {
	border: 1px solid #333;
	color: #333;
	background: transparent;
}
.search-bar .srch-inptFld .multiselect-native-select {
	right: auto;
	left: 210px;
	width: 600px;
}
.search-bar .srch-inptFld .multiselect-native-select .multiselect.dropdown-toggle {
	border-right: 2px solid #333;
}
.search-bar #cityselect .multiselect-native-select .multiselect.dropdown-toggle {
	border-right: 2px solid #333;
}

section#searchbar {
    position: absolute;
    padding: 30px;
    bottom: 70px;
    background: transparent!important;
    margin: 0 auto;
    width: 100%;
    /*bottom: 0px;*/
    z-index: 100;
}
button.btn.btn-search:hover {
    color: #00a56f;
}
.search-bar .form-control{
	/*color: #fff;*/
}

.search-bar input::-webkit-input-placeholder {
color: #333 !important;
}
 
.search-bar input:-moz-placeholder { /* Firefox 18- */
color: #333 !important;  
}
 
.search-bar input::-moz-placeholder {  /* Firefox 19+ */
color: #333 !important;  
}
 
.search-bar input:-ms-input-placeholder {  
color: #333 !important;  
}

select#city-names, select#area-names {
	color: #333;
}
select#city-names option, select#area-names option{
	color: #000;
}

.bg-overlay {
    position: absolute;
    top: 0px;
    left: 15%;
    width: 70%;
    z-index: 5;
    /*padding-top: 250px;*/
    background: none;
}
.tp-mask-wrap {
    color: #ffffff;
    font-style: italic;
    text-align: center;
}
.search-bar.innersection .form-control{
	color: #333;
}
/*************************SEARCH END ************************************/

/***************************LIST LOCTION*********************************/
#list_loaction_slider p.t_white {
    color: #fff;
    font-size: 23px;
}

.list-location-desc{
	text-align: center;
}

/**********************START SINGLE PROPERTY*********************************/

.single_property_link{
	text-align: center;
}
.single_property_tab_image img {
    width: 40px;
    height: 40px;
}

.single_property_tab_image {
    padding: 3px 0px 3px 0px;
}
.single_property_tab_name p {
    font-size: 16px;
    color: #fff;
    margin: 5px 0px 0px;
}
.banner_six{
	position: relative;
}
.bg-slider-images{
	margin-top: -75px;
	position: relative;
}
.bg-slider-images::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/watermark.png');
	background-position: 50px 100px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.39);
}

#single_property_tabs {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}
#single_property_tabs .four-secs {
	display: inline-block;
	background: rgba(0, 0, 0, 0.67);
	padding: 15px;
	color: #fff;
	min-width: 200px;
}
#single_property_tabs .four-secs .sec-title {
	margin-top: 5px;
	font-size: 14px;
}
.single_pro {
    padding: 15px 0px;
    box-shadow: 300px 300px 2px rgba(0, 0, 0, 0.5) inset;
}
.single_pro {
    width: 18%;
    height: 120px !important;
    display: inline-block;
}


section#about {
    padding: 80px 0px 60px;
    position: relative;
}
section#about h2 {
	margin-bottom: 10px;
}

/**********************END SINGLE PROPERTY*********************************/

/**********************LIST YOUR LOCATION*********************************/

section#list_info {
    padding-bottom: 60px;
}

#list_loaction_slider .tp-static-layer-info{
    top: -80px;
}


/********************* MORE FEATURED $ SECTION *************************/

section#more_featured_loacation_section {
    padding-bottom: 60px;
}

#more_featured_loacation_section .mfls_desc p{
	text-align: center;
	min-height: 180px;
}

#more_featured_loacation_section .mfls_desc {
    padding: 15px 0px;
}
#more_featured_loacation_section .mfls_click {
    padding: 8px 0px;
}
/*
aside#advanced_search {
    position: fixed;
    top: 68%;
    right: 3%;
}*/

.sign_counter{
	color: #00a56f;
}


#counter_section .number-counters .counters-item strong {
    font-size: 35px;
    font-weight: 700;
    color:#00a56f;
}
.sign_counter {
    color: #00a56f;
    font-size: 26px;
    padding-left: 6px;
}
.counter_heading h2 {
	font-size: 22px;
}

/******************SEND ENQUIRE FORM ***********************/

#send_enquire_section {
    margin: 0px;
    text-align: center;
    background-color: #00a56f;
    padding-bottom: 20px;
}
.callus.send-contact-form p{
	text-align: left;
}
/********************END SEND ENQUIRE FORM ******************/
#advanced_search.darksidebar.col-md-3.col-xs-12 {
    position: fixed;
    right: 3.5%;
    z-index: 1000;
    top: 100px;
    padding: 0px 31px;
}

.user_auth {
	cursor: pointer;
    margin-top: 5px;
    height: 50px;
    width: 50px;
    border-radius: 50px; 
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    float: right;
    margin-left: 10px;
	border: 1px solid #aaa;
}

.user_auth_links {
    position: absolute;
    top: 55px;
    right: 0px;
    background-color: #fff;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.47);    
    border-radius: 4px;
    overflow: hidden;
    display: none;
    width: auto;
    min-width: 172px;
}
.user_auth:hover .user_auth_links{
	display: block;
}
.user_auth_links li {
    padding: 15px;
}
.user_auth_links li i.icon-lock-open3 {
    padding: 0px;
    margin-right: 5px;
}
.user_auth_links li i.icon-icons215{
	margin-right: 5px;
}
.user_auth_links li:hover {
    background: #00a56f;
    color: #fff;   
}
.user_auth_links li:hover a {
    color: #fff;
}
.user_auth_links li:hover .user_auth_links li a{
    padding-left: 10px !important;
}
.user_auth_links li a{
    -webkit-transition: all .1s ease-in-out .1s!important;
    transition: all .1s ease-in-out .1s!important;
}
.authuser_name {
    height: 50px;    
    float: right!important;
    cursor: pointer;
    margin-top: 4px;
}
.authuser_name p {
    padding: 16px 0px 16px 11px;
    vertical-align: middle;
}
.aut_ta{
    float: right;
    width: auto;
    height: auto;
    position: relative;
}
.aut_ta:hover .user_auth_links{
	
    display: block!important;
}

.col-md-6.col-sm-6.col-xs-12.profile-form.margin40 {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.61);
}

.moreinfo {
	background: #f3f3f3;
	padding: 60px 0px;
	min-height: 248px;
}
.moreinfo .container {
	padding: 0px 5%
}
.moreinfo .inner-box {
	background: #fff;
	padding: 40px 20px;
	text-align: center;
}
.moreinfo .icon2-box {
	min-height: 65px;
}
.moreinfo h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
}
.moreinfo h1 {
	font-family: montserratMedium;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	margin: 30px 0px 15px;
	padding: 0px 15px;
	letter-spacing: 1px;
}
.moreinfo .btn-primary {
	background: #00a56f;
	border: 1px solid #00a56f;
	color: #fff;
	border-radius: 0px;
	min-width: 150px;
	height: 40px;
	font-family: montserrat;
	letter-spacing: 1px;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
.moreinfo .btn-primary:hover {
	background: #008055;
	border: 1px solid #008055;
}


div#photo-gallery {
    margin-bottom: 100px;
}



#pricing .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}
#pricing .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#pricing .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
#pricing .price .header {
    background-color: #00a56f;
    color: white;
    font-size: 25px;
}
#pricing .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
#pricing .price .grey {
    background-color: #eee;
    font-size: 20px;
}
#pricing .button {
    background-color: #009564;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
#pricing li.header{
	background-color:#00a56f;
}
#pricing .price li.desc {
    min-height: 85px;
    display: flex;
    align-items: center;
}
#pricing .price li.desc span {
    margin: 0px auto;
}
@media only screen and (max-width: 600px) {
    #pricing .columns {
        width: 100%;
    }
}
ul.price {
    width: 100%;
}
#pricing h2{
	padding: 50px 0px;
}
#pricing .pricing-column{
	margin-bottom: 50px;
}
h1.succes_message {
	text-align: center;
    padding: 20px;
    font-size: 18px;
    margin-top: 50px;
}
.unlock_property {
    background: #00a56f;
    color: #fff;
    padding: 1px 30px 3px 30px;
    font-size: 35px;
    border-radius: 10px;
}
.unlock_property:hover{
    background: #00a56f;
    color: #fff;
}
.pack {
    text-align: center;
    margin: 50px 0px;
}
a.packages {
    padding: 10px 20px;
    font-size: 20px;
    background: #009564;
    color: #fff!important;
}
#advanced_search .single-query option {
    background: #fff;
    color: #000;
}
#advanced_search select#Subtype_id{
	height:200px;
	margin-top: 10px;
}
.authuser_name p{
	text-transform: capitalize;
}

p.right_property {
    color: #fff;
    margin-bottom: 0px;    
    padding: 20px 20px 0px 20px;
}

.modal_send{
	margin-left: 10px;
}


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


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.success .box {
    background: #f3f3f3;
    border-radius: 3px;
    width: 30%;
    height: 230px;
    position: absolute;
    top: 25%;
    left: 35%;
    text-align: center;
    box-shadow: 3px 3px 20px #000000;
}
.success .box p.head{
    color: #555;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}
.success .box p.foot{
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}
.success .box .cicon-box{
    width: 100%;
    height: 100px;
    background: #00a56f;
    padding-top: 20px;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom: 4px double #fff;
}
.success .box button{
    border-radius: 30px;
    background: #009564;
    color: #c5d1ed;
    width: 100px;
    border: none !important;
    box-shadow: 2px 2px 7px #000000;
    font-weight: 600;
}
.success .box .icon{    
    width: 50px;
    height: 50px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: 0px auto;
    margin-bottom: 10px;
}


/* loader */
.loader-parent,
.success{
    position: fixed;
    background : rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.loader-small {
    border: 10px solid #ffffff;
    border-radius: 50%;
    border-top: 10px solid #009564;
    width: 10%;
    height: 128.8px;
    position: absolute;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 35%;
    left: 45%;
}


 .search-paginate .pagination>.active>a, .search-paginate .pagination>.active>a:focus, .search-paginate .pagination>.active>a:hover, .search-paginate .pagination>.active>span, .search-paginate .pagination>.active>span:focus, .search-paginate .pagination>.active>span:hover{
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #fff!important;
}

.search-paginate .pagination>li>a, .search-paginate .pagination>li>span{
	color: #2c2c2c!important;
}

select#Subtype_id{
	height: 100px;
}
.submit_pro{
	text-align: center;
}

.submit_pro input.right_property.btn-blue.border_radius{
	width: auto;
}

.not_available{
	text-align: center;
	margin-bottom: 100px;
}



.bannerimage {
    height: 200px;
    width: 100%;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}

.homelogos , .testimonials, .partners{
    height: 100px;
    width: 100px;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}
.col-sm-3.galleryimage img {
    width: 100%;
    height: 98px;
}

#galleryimage img{
    /*margin-top: 50px;*/
}

#featuredimages img{
    /*margin-top: 50px;*/
}

.col-sm-3.featured_images img {
    width: 100%;
    height: 98px;
}

input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}
.remove_old_uploaded {
 /* display: block;
  background: #444;
  border: 1px solid black;*/
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove_old_uploaded:hover {
  background: white;
  color: black;
}

.gallery{
    margin-top: 50px;
}

.featured_image_div{
    margin-top: 50px;
}

span.pip img {
    width: 107px;
}

img.responsive:before {
    position: absolute;
    top: -20px;
    height: 20px;
    width: 20px;
    background: red;
    z-index: 1;
    content: "x";
    color: #000;
}

ul.alert.alert-danger {
    padding-left: 50px;
}

.properties_listing {
	min-height: 330px;
}
.properties_listing .rqrmnt-type {
	position: absolute;
	bottom: -10px;
	right: 15px;
	background: #00a56f;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px 3px 0px 3px;
	font-size: 13px;
	font-family: montserrat;
}
.properties_listing .rqrmnt-type::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 0px 0px;
	border-color: #008055 transparent transparent transparent;
}

.select2-container .select2-choice{
	height: 40px!important;
	line-height: 40px!important;
	color: #999999!important;
	
     padding: 0px 0 0px 14px;
}
.select2-drop-active{
	padding-top: 5px;
}

.select2-search input {
    height: auto !important;
    min-height: 26px;
    border-radius: 6px!important;
    padding: 10px 20px 10px 7px;
}
span.select2-chosen{
	outline: none!important;
}
.select2-drop-active {
    border: 0px solid #5897fb;
    border-top: none;
}

.select2-results .select2-highlighted{
	background:#fff!important;
	color: #000!important;
}
.select2-drop-active {
    width: 192px!important;
    margin: -4px 0px 1px 5px;
    border: 1px solid #5897fb;
    border-top: none;
}

div#s2id_city {
    width: 100%;
    padding: 0px 0px 15px 0px;
}
#advanced_search .single-query.form-group.col-md-12.geographical{
	margin-bottom: 0px;

}
.select2-container .select2-choice .select2-arrow b {
    background: url(../images/up.png) no-repeat 0 1px!important;
    background-repeat: no-repeat;
    background-size: contain!important;
}


span.select2-arrow{
	width: 37px!important;
	border-left: 0px solid #aaa!important;
}
.select2-drop-active {
    border: 0px solid #5897fb!important;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 0px solid #5897fb!important;
      border-top: 0px solid #5897fb!important;
}
div#select2-drop {
    width: 239px!important;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #d99a20;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
a.navbar-brand {
    padding-top: 0px;
}
select#city {
    width: 100%;
}
.frmSearch {border: 1px solid #a8d4b1;background-color: #c6f7d0;margin: 2px 0px;padding:0px;border-radius:4px;}
#country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute;}
#country-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
#country-list li:hover{background:#ece3d2;cursor: pointer;}


/*******************NEWLY EDIT RUPALI *****************************/

#map-section #map{
	width:50%;
	height:300px!important; 
}


.gallery-single-count{
	padding-top: 80px;
}

#searchbar .dropdown-menu>.active>a{
	color: #000;
}
.mouse-container {
	position: absolute;
	bottom: 15px;
	left: 48%;
	z-index: 50;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #333;
	border: 1px solid #333;
	cursor: pointer;
	transition: 0.5s ease;
}
.mouse-container:hover {
	background: rgba(0, 0, 0, 0.29);
}
.mouse-container i {
	animation-iteration-count: infinite;
}
#scouting_locations {
	padding: 0px 0px 60px;
}
.four-sec {
	padding: 30px 8% 0px;
}
.partner2 {
	padding: 40px 0px;
	overflow: hidden;
}
.send-subsriber-form .form-control {
	background: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #333;
	transition: 0.5s ease;
	letter-spacing: 1px;
}
.send-subsriber-form .form-control:focus {
	background: #f0f0f0;
}
.send-subsriber-form .send-subsriber-form-button {
	border: 1px solid #333;
	border-radius: 30px;
	padding: 6px 20px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #fff;
	background: #333;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.27);
	outline: none;
	transition: 0.5s ease;
}
.send-subsriber-form .send-subsriber-form-button:hover {
	background: #005639;
	border: 1px solid #005639;
	color: #fff;
}

#loc-management {
	padding: 80px 8% 40px;
	background: #f3f3f3;
}
#loc-management h1 {
	font-family: 'montserrat';
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin: 30px 0px 15px;
}
#loc-management p {
	font-family: montserrat;
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0px 10px;
	letter-spacing: 1px;
	line-height: 30px;
}
#loc-management .btn-srch {
	border: 1px solid #333;
	background: transparent;
	color: #333;
	font-size: 18px;
	min-height: 40px;
	padding: 6px 30px;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
	margin-top: 20px;
}
#loc-management .btn-srch:hover {
	border: 1px solid #333;
	background: #333;
	color: #fff;
}

#about_page {
	/*background-image: url('../images/about-bg.png');*/
	background-repeat: repeat;
	background-color: #f3f3f3;
	padding: 40px 0px;
}
#about_page .about-inner {
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.49);
}
#about_page .container {
	padding: 0px 8%;
}
#about_page p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#about_page h4 {
	font-size: 20px;
	margin: 40px 0px 5px;
	color: #333;
	font-weight: 400;
}
#about_page ul {
	list-style: circle;
	padding-left: 20px;
}
#about_page ol {
	padding-left: 20px;
	list-style-type: lower-alpha;
}
#about_page ul li, #about_page ol li {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
}

.static-pages {
	padding: 20px 0px;
}
.static-pages .container {
	padding: 0px 8%;
}
.static-pages p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.static-pages h4 {
	font-size: 20px;
	margin: 40px 0px 5px;
	color: #333;
	font-weight: 400;
}
.static-pages ul {
	list-style: circle;
	padding-left: 20px;
}
.static-pages ol {
	padding-left: 20px;
	list-style-type: lower-alpha;
}
.static-pages ul li, .static-pages ol li {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
}

.listing1 .uppercase {
	margin-bottom: 20px;
}

.hiw-section {
	background-image: url('../images/hiw-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 80px 0px;
	min-height: 500px;
	position: relative;
}
.hiw-section::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.69);
}
.hiw-section .container {
	position: relative;
	z-index: 6;
}
.hiw-section h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0px 30px;
}
.hiw-section h2 small {
	color: #fff;
}
.hiw-section .icon-div {
	width: 150px;
	height: 150px;
	line-height: 140px;
	text-align: center;
	border-radius: 45%;
	margin: 0px auto;
	position: relative;
}
.hiw-section .icon-div img {
	max-width: 60%;
}
.hiw-section .icon-div .numbering {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-family: montserratMedium;
	font-size: 22px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.82);
}
.hiw-section .icon-div .number1 {
	top: -25px;
	right: 0px;
	background: #9951ff;
}
.hiw-section .icon-div .number2 {
	top: -25px;
	left: 0px;
	background: #fd5f00;
}
.hiw-section .icon-div .number3 {
	bottom: -30px;
	left: 0px;
	background: #658525;
}
.hiw-section .icon-div .number4 {
	top: -25px;
	right: 0px;
	background: #a02a63;
}
.hiw-section .icon-div .number5 {
	bottom: -30px;
	right: 0px;
	background: #ff5f5f;
}
.hiw-section .icon-div .number6 {
	top: -25px;
	left: 0px;
	background: #d5a934;
}
.hiw-section .icon-div .number7 {
	top: -25px;
	left: -30px;
	background: #448ef6;
}

.hiw-section h3 {
	color: #fff;
	font-size: 16px;
	font-family: montserratMedium;
	margin: 0px 0px 10px;
}
.hiw-section ul {
	list-style-type: disc;
}
.hiw-section ul li {
	color: #fff;
	font-size: 14px;
	font-family: montserrat;
	margin: 0px 0px 2px;
	line-height: 24px;
}
.hiw-section .line1-box1 {
	min-height: 190px;
	padding-top: 15px;
	border-top: 2px dashed #fff;
	border-left: 2px dashed #fff;
	border-top-left-radius: 50%;
}
.hiw-section .line1-box2 {
	padding: 30px 0px 0px;
	border-top: 2px dashed #fff;
	min-height: 190px;
}
.hiw-section .line1-box3 {
	padding: 30px 0px 0px;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	min-height: 190px;
	text-align: left;
}
.hiw-section .line1-box4 {
	min-height: 190px;
	padding-top: 15px;
	border-top: 2px dashed #fff;
	border-right: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-top-right-radius: 45%;
	border-bottom-right-radius: 45%;
}
.hiw-section .tb1-border {
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	min-height: 190px;
}
.hiw-section .line2-box1 {
	border-left: 2px dashed #fff;
	min-height: 190px;
}
.hiw-section .line2-box2 {
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-left: 2px dashed #fff;
	border-top-left-radius: 28%;
	border-bottom-left-radius: 28%;
	min-height: 192px;
	margin-top: -2px;
}

.hiw-section .line3-box1 {
	min-height: 190px;
	padding-top: 15px;
	border-bottom: 2px dashed #fff;
	border-left: 2px dashed #fff;
	border-bottom-left-radius: 50%;
	margin-top: -2px;
}
.hiw-section .line3-box2 {
    padding: 40px 0px 0px;
    border-bottom: 2px dashed #fff;
    min-height: 190px;
    margin-top: -2px;
}
.hiw-section .line3-box3 {
	padding: 20px 0px 0px;
	border-top: 2px dashed #fff;
	min-height: 190px;
	text-align: left;
	margin-top: -2px;
}
.hiw-section .line3-box4 {
	min-height: 190px;
	padding-top: 15px;
	border-top: 2px dashed #fff;
	border-right: 2px dashed #fff;
	border-top-right-radius: 45%;
	margin-top: -2px;
}
.hiw-section .tb2-border {
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	min-height: 190px;
	margin-top: -2px;
}

.hiw-section .line4-box1 {
	border-right: 2px dashed #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	min-height: 192px;
	border-top-right-radius: 28%;
	border-bottom-right-radius: 28%;
	margin-top: -2px;
}
.hiw-section .line4-box2 {
	border-right: 2px dashed #fff;
	min-height: 190px;
}

.hiw-section .line5-box1 {
	min-height: 190px;
	padding-top: 15px;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-left: 2px dashed #fff;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	margin-top: -2px;
}
.hiw-section .for-location-owners .line5-box1 {
	border: none;
}
.hiw-section .for-location-owners .icon-div .number6 {
    top: -30px;
    left: auto;
    right: -20px;
}
.hiw-section .line5-box2 {
	padding: 50px 0px 0px;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	min-height: 190px;
	margin-top: -2px;
}
.hiw-section .line5-box3 {
	padding: 50px 0px 0px;
	border-bottom: 2px dashed #fff;
	min-height: 190px;
	text-align: left;
	margin-top: -2px;
}
.hiw-section .line5-box4 {
	min-height: 190px;
	padding-top: 15px;
	border-right: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-bottom-right-radius: 45%;
	margin-top: -2px;
}
.hiw-section .tb3-border {
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	min-height: 190px;
	margin-top: -2px;
}

.hiw-section .nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 50px;
}
.hiw-section .nav-tabs li {
    float: none;
    display: inline-block;
}
.hiw-section .nav-tabs > li.active > a, 
.hiw-section .nav-tabs > li.active > a:focus, 
.hiw-section .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.54);
    border: none;
    border-radius: 4px;
}
.hiw-section .nav-tabs > li > a {
    color: #fff;
    border: none;
    border-radius: 4px;
}
.hiw-section .nav-tabs > li > a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
}
.hiw-section .for-film-makers .line1-box3 {
	padding: 50px 0px 0px;
}
.hiw-section .for-film-makers .line3-box3 {
	padding: 60px 0px 0px;
}
.hiw-section .for-film-makers .line5-box3 {
	padding: 25px 0px 0px;
}
.hiw-section .for-film-makers .line5-box2 {
    padding: 40px 0px 0px;
    border-bottom: none;
}
.hiw-section .for-film-makers .line5-box1 {
	border-bottom: none;
	border-bottom-left-radius: 0%;
}
.hiw-section .line6-box1 {
    border-left: 2px dashed #fff;
    min-height: 190px;
}
.hiw-section .line6-box2 {
    border-top: 2px dashed #fff;
    border-left: 2px dashed #fff;
    border-top-left-radius: 28%;
    min-height: 192px;
    margin-top: -2px;
}
.hiw-section .line7-box1 {
    min-height: 190px;
    padding-top: 15px;
    margin-top: -2px;
}
.hiw-section .line7-box2 {
    padding: 40px 0px 0px;
    min-height: 190px;
    margin-top: -2px;
}

.faqs {
	background-image: url('../images/faq-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.faq-sec {
	padding: 50px 0px;
	background: #f3f3f3;
}
.faq-sec .faq-box {
	background: #fff;
	padding: 30px 15px 15px;
}
.faq-sec .faq-box h1 {
	font-size: 22px;
	font-family: montserrat;
	margin: 0px 0px 15px;
	color: #000;
}
.faq-sec .faq-box .panel-group .panel-heading {
	position: relative;
}
.faq-sec .faq-box .panel-group .panel-heading a {
	display: block;
}
.faq-sec .faq-box .panel-heading a::before {
	content: '\e259';
    position: absolute;
    right: -20px;
	top: 2px;
    font-size: 16px;
    font-family: 'Glyphicons Halflings';
}
.faq-sec .faq-box .panel-heading a[aria-expanded="false"]::before, 
.faq-sec .faq-box .panel-heading a[aria-expanded="true"]::before {
    content: '\e259';
}
.faq-sec .faq-box .panel-heading.active a[aria-expanded="false"]::before {
    content: '\e259';
}
.faq-sec .faq-box .panel-heading a[aria-expanded="true"]::before,
.faq-sec .faq-box .panel-heading.active a::before {
    content: '\e260';
}
a.collapsable{
	color: #fff;
}

.faq-sec .faq-box .panel-default > .panel-heading {
	background-color: transparent;
	border-color: #ddd;
	color: #1f1d22;
	padding: 15px 30px 15px 15px;
}
.faq-sec .faq-box .panel-default > .panel-heading a {
    position: relative;
    font-size: 14px;
    line-height: 20px;
}
.faq-sec .faq-box .panel-default > .panel-heading i{
	float: left;
	font-size: 24px;
	margin: -1px 8px 0 0;
}
.faq-sec .faq-box .panel-default > .panel-heading.active {
	background-color: #00a56f;
	border-color:#00a56f;
	color: #fff;
}
.faq-sec .faq-box .panel-title {
	font-size: 18px;
	font-family: montserratMedium;
}
.faq-sec .faq-box .panel-default .panel-body {
 	padding: 10px 15px;
 	font-size: 13px;
 	line-height: 22px;
}
.faq-sec .faq-box .panel-default .panel-body p:last-child {
	margin-bottom: 0px;
}

.disclaimer {
	font-size: 9px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 5px;
}
#locon-login {
	padding: 50px 15px;
}
.agent-p-form {
	padding: 0px 30px;
}
#locon-login .agent-p-form p {
	color: #fff;
	font-size: 13px;
}
#locon-login input[type="text"]:focus, #locon-login .keyword-input:focus, 
#locon-login .intro .zelect:focus, #locon-login .form-control:focus {
    border: 1px solid #f3f3f3;
}
#login {
	padding: 40px 0px;
}
.paraz {
	text-align: center;
	width: 60%;
	margin: 0px auto 30px;
	color: #333;
}
.two-icons {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 10;
	padding: 5px 8px 5px 10px;
	transition: 0.5s ease;
	background: rgba(255, 255, 255, 0.79);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.49);
	border-radius: 8px 0px 0px 8px;
	min-height: 130px;
	border: 3px solid #00a56f;
	border-right: 0px;
}
.two-icons .tooltip1 {
	display: none;
    width: 95px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.85);
    top: -58px;
    right: 0px;
    position: absolute;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    padding: 10px 5px;
    line-height: 15px;
}
.two-icons .tooltip1::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    bottom: -7px;
    left: 52px;
}
.two-icons .same-icons:hover .tooltip1 {
	display: block;
}
.two-icons .tooltip2 {
	display: none;
    width: 95px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.85);
    bottom: -30px;
    right: 0px;
    position: absolute;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    padding: 10px 5px;
    line-height: 15px;
}
.two-icons .same-icons:hover .tooltip2 {
	display: block;
}
.two-icons .tooltip2::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -7px;
    left: 56px;
}
.two-icons .arrow-bubble {
    position: absolute;
    top: 20px;
    left: -33px;
    border-radius: 4px 0 0 4px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    width: 30px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    transition: 0.5s ease;
}
.two-icons .arrow-bubble:hover {
	background: rgba(0, 0, 0, 0.85);
}
.two-icons .same-icons {
	background: #00a56f;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	padding-top: 10px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.38);
	margin: 10px 0px;
	cursor: pointer;
	animation-iteration-count: infinite;
}
.two-icons.hideIcons {
	right: -80px;
}
.two-icons .flipArrow {
	transform: rotateY(180deg);
	border-radius: 0px 4px 4px 0px;
}

.support-modal .modal-dialog .modal-content {
	border-radius: 6px;
}
.support-modal .modal-dialog .modal-body {
	padding: 0px;
}
.support-modal .modal-dialog .close {
	position: absolute;
	top: 20px;
	right: 15px;
	opacity: 1;
	text-shadow: none;
	font-size: 40px;
	font-weight: 100;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.29);
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
.support-modal .modal-dialog .close:hover {
	color: rgba(0, 0, 0, 0.59);
}
.support-modal .modal-dialog h1 {
	background: #00a56f;
	color: #fff;
	margin: 0px;
	padding: 20px;
	font-size: 22px;
	letter-spacing: 1px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 2px dotted #fff;
}
.support-modal .modal-dialog h2 {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin: 0px 15px 5px;
	text-decoration: underline;
}
.support-modal .modal-dialog .some-padding {
	padding: 30px 40px 20px;
}
.support-modal .modal-dialog .some-padding p {
	font-size: 13px;
	padding: 0px 15px;
	text-align: center;
}
.support-modal .modal-dialog label {
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
.support-modal .modal-dialog .form-control {
	min-height: 40px;
}
.support-modal .modal-dialog .form-control:focus {
	border: 1px solid #333;
}
.support-modal .modal-dialog .btn-primary {
	text-transform: uppercase;
	background: #00b368;
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	border-radius: 4px;
	transition: 0.5s ease;
	outline: none;
}
.support-modal .modal-dialog .btn-primary:hover {
	background: #005639;
}
.support-modal .modal-dialog .img-note {
	color: red;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 14px;
	position: relative;
	padding-left: 30px;
}
.support-modal .modal-dialog .img-note i {
	font-size: 20px;
	color: #666;
	position: absolute;
	top: 0px;
	left: 0px;
}

.no-pad {
	padding: 0px;
}
.no-left-pad {
	padding-left: 0px;
}
.no-right-pad {
	padding-right: 0px;
}



/* EDITED BY RUPALI */

.shooting-desc{
	width: 20%;
}

#onlylocations a.collapsable{
	color: #000;
}

.purpose_of_shoot_main a.collapsable{
	color: #000;
}
#advanced_search a.collapsable{
	color: #fff;
}
.advanced_search a.collapsable{
	color: #fff;
}

#age-range, #price-range{
	margin-top: 10px;
}
li.disabled {
    display: none;
}
ul#ui-id-1 {
    display: block!important;
}

ul.typeahead.dropdown-menu li a.dropdown-item {
    color: #000;
}

.user-submitProp, .user-editProp, .user-myProp, 
.user-profile, .user-chngPass, .user-dashboard {
	padding: 40px 0px;
	min-height: 500px;
}
.user-sidebar {
	background: #333;
	color: #fff;
	text-align: left;
	padding: 20px;
	border-radius: 4px;
}
.user-sidebar li {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: montserrat;
}
.user-sidebar li a {
	padding: 10px 0px;
	display: block;
}
.user-sidebar li i {
	margin-right: 10px;
}
.user-sidebar li a:hover, .user-sidebar li.activeLi {
	color: #f6ec66;
}
.user-wrapper h2 {
	margin: 0px 15px 20px;
	font-size: 22px;
	font-family: montserratMedium;
	color: #333;
}
.user-wrapper h3 {
    margin: 20px 15px 10px;
    font-size: 16px;
    font-family: montserratMedium;
    color: #333;
}
.user-wrapper label {
	color: #333;
	font-size: 14px;
	font-family: montserrat;
	font-weight: 400;
	letter-spacing: 1px;
}
.fb-link .form-control {border: 1px solid #4867aa;}
.twt-link .form-control {border: 1px solid #1da1f2;}
.gplus-link .form-control {border: 1px solid #de5449;}
.lnkin-link .form-control {border: 1px solid #00819f;}

.multiselect-container .radio input[type="radio"], 
.multiselect-container .checkbox input[type="checkbox"] {
	margin-left: 80px;
	margin-top: 2px;
}
.user-wrapper .multiselect-container .radio input[type="radio"], 
.user-wrapper .multiselect-container .checkbox input[type="checkbox"] {
	margin-left: -30px;
	margin-top: 2px;
}
.user-wrapper .gallery-wrapper {
	margin: 5px 0px 0px;
}
.user-wrapper .featured-wrapper, .user-wrapper .featuredwrapperexist {
	margin: 5px 0px 0px;
	float: left;
}
.user-wrapper .gallery-wrapper .gallery-box, .user-wrapper .featured-wrapper .featured-box {
	position: relative;
	float: left;
	width: 80px;
	height: 70px;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 4px;
	margin: 5px 7px;
}
.user-wrapper .gallery-wrapper .gallery-box img, .user-wrapper .featured-wrapper .featured-box img {
	width: 100%;
	height: 100%;
}
.user-wrapper .addDocumentdisplay, .user-wrapper #noc {
	margin-bottom: 10px;
}
.user-wrapper .doc-wrapper .doc-file {
	position: relative;
	float: left;
	margin-right: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
}
.user-wrapper .doc-wrapper .doc-file .del-img {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 5;
    background: #fff;
    color: rgb(255, 63, 0);
    padding: 0px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.46);
    transition: 0.5s ease;
}
.user-wrapper .gallery-wrapper .featured-box_exist, .user-wrapper .featuredwrapperexist .featured-box_exist{
	position: relative;
	float: left;
	width: 80px;
	height: 70px;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 4px;
	margin: 5px 7px;
}
.user-wrapper .gallery-wrapper .featured-box_exist img, .user-wrapper .featuredwrapperexist .featured-box_exist img {
	width: 100%;
	height: 100%;
}

.user-wrapper .gallery-wrapper .del-img, .user-wrapper .featured-wrapper .del-img {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 5;
	background: #fff;
	color: rgb(255, 63, 0);
	padding: 0px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.46);
	transition: 0.5s ease;
}
.user-wrapper .gallery-wrapper .del-img:hover, .user-wrapper .featured-wrapper .del-img:hover {
	background: #f0f0f0;
}
.user-wrapper .btn-primary {
	background: #00a56f;
	color: #fff;
	border: none;
	padding: 6px 30px;
	border-radius: 0px;
	min-height: 40px;
	outline: none;
	transition: 0.5s ease;
}
.user-wrapper .btn-primary:hover {
	background: #005639;
}
.user-wrapper .help-block {
    font-size: 12px;
    font-family: montserrat;
    color: #e9222a;
    margin: 0px;
}

.user-myProp .user-wrapper .property-box {
	padding: 6px;
	margin-bottom: 30px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.14);
}
.user-myProp .user-wrapper .property-box .prop-img {
	width: 100%;
	height: 170px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.user-myProp .user-wrapper .property-box .action-btns {
	position: absolute;
	top: -15px;
	right: 10px;
}
.user-myProp .user-wrapper .property-box .action-btns .btn-edit {
	position: relative;
	background: #ffad33;
	border: 1px solid #ffad33;
	color: #fff;
	border-radius: 3px 0px 3px 3px;
	font-size: 12px;
	width: 34px;
	height: 34px;
	padding: 0px;
	line-height: 34px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.39);
	transition: 0.5s ease;
	outline: none;
}
.user-myProp .user-wrapper .property-box .action-btns .btn-edit::before {
	content: "";
	position: absolute;
	top: -1px;
	right: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0px 0px 7px;
	border-color: transparent transparent transparent #e68a00;
}
.user-myProp .user-wrapper .property-box .action-btns .btn-edit:hover {
	color: #000;
	opacity: 0.8;
}
.user-myProp .user-wrapper .property-box .action-btns .btn-delete {
	position: relative;
	background: #e8222a;
	border: 1px solid #e8222a;
	color: #fff;
	border-radius: 3px 0px 3px 3px;
	font-size: 12px;
	width: 34px;
	height: 34px;
	padding: 0px;
	line-height: 34px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.39);
	transition: 0.5s ease;
	margin-left: 6px;
	outline: none;
}
.user-myProp .user-wrapper .property-box .action-btns .btn-delete::before {
	content: "";
	position: absolute;
	top: -1px;
	right: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0px 0px 7px;
	border-color: transparent transparent transparent #b91319;
}
.user-myProp .user-wrapper .property-box .action-btns .btn-delete:hover {
	color: #000;
	opacity: 0.8;
}
.user-myProp .user-wrapper .property-box h3 {
	margin: 6px 0px 0px;
	padding-right: 90px;
}
.user-myProp .user-wrapper .property-box h3 a {
	font-family: montserratMedium;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
	cursor: pointer;
	transition: 0.5s ease;
	outline: none;
}
.user-myProp .user-wrapper .property-box h3 a:hover {
	color: #00a56f;
}
.user-myProp .user-wrapper .property-box p {
	font-family: montserrat;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	line-height: 20px;
	margin: 10px 0px 5px;
}
.user-myProp .user-wrapper .property-box span {
	font-size: 13px;
	color: #999;
}
.user-myProp .user-wrapper .property-box .btn-makePay {
	font-size: 12px;
	background: #00a56f;
	color: #fff;
	border-radius: 3px;
	padding: 3px 10px;
	outline: none;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.39);
	transition: 0.5s ease;
}
.user-myProp .user-wrapper .property-box .btn-makePay:hover {
	background: #333;
}
.user-profile .upload-profImg {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #ddd;
	margin: 10px auto 0px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.user-profile .upload-profImg:hover::before {
	content: "\e929";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'reality-icons';
	font-size: 26px;
	padding-top: 50px;
	color: #fff;
	background: rgba(0, 0, 0, 0.29);
}
.user-profile .uprof-inpt {
	display: none;
}
.user-profile input.form-control {
	height: 40px !important;
}
input.save_profile_image{
	display: none;
}
ul.typeahead.dropdown-menu {
    width: 100%;
    max-height: 173px;
    overflow-y: scroll;
}
.innersection ul.typeahead.dropdown-menu li a.dropdown-item {
    color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
}
#contact-us {
	padding: 20px 0px;
}


#style-optgroup input[type="checkbox"] {
    width: 100%;
}
#style-optgroup button.multiselect.dropdown-toggle.btn.btn-default{
	overflow: hidden;
}

.gallery-photo {
	padding: 80px 0px 0px;
}
.gallery-photo h2 {
	margin-bottom: 30px;
}
.user-dashboard h3 {
	font-size: 18px;
	margin: 50px 15px 10px;
	color: #333;
}
.user-dashboard h3 small {
	color: #999;
}
.user-dashboard .card-box {
	position: relative;
	margin: 20px 0px;
	padding: 10px 20px 15px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}
.user-dashboard .card-box .card-icon {
	position: absolute;
	top: -15px;
	left: 15px;
	width: 40px;
	height: 40px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	transition: 0.5s ease;
}
.user-dashboard .card-box:hover .card-icon {
	transform: rotateY(360deg);
}
.user-dashboard .card-box .card-icon.orange {
	background: linear-gradient(60deg, rgb(255, 167, 38), rgb(251, 140, 0));
	box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}
.user-dashboard .card-box .card-icon.blue {
	background: linear-gradient(60deg, rgb(38, 198, 218), rgb(0, 172, 193));
	box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}
.user-dashboard .card-box .card-icon.red {
	background: linear-gradient(60deg, rgb(243, 118, 115), rgb(229, 57, 53));
	box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}
.user-dashboard .card-box .card-icon.teal {
	background: linear-gradient(60deg, rgb(255, 210, 75), #e6ac00);
	box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}
.user-dashboard .card-box .card-icon.salmon {
	background: linear-gradient(60deg, rgb(255, 187, 179), rgb(248, 122, 107));
	box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}
.user-dashboard .card-box .card-icon.green {
	background: linear-gradient(60deg, rgb(199, 245, 128), rgb(104, 171, 0));
	box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}
.user-dashboard .card-box h4 {
	margin: 0px 0px 5px;
	text-align: right;
	font-size: 40px;
	font-family: montserrat;
	font-weight: 400;
	color: #333;
}
.user-dashboard .card-box h5 {
	margin: 0px;
	font-size: 14px;
	text-align: right;
	color: #666;
	font-family: montserrat;
}
.user-dashboard .btn-info {
	background: #00a56f;
	border: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: montserrat;
	min-height: 40px;
	padding: 0px 30px;
	border-radius: 0px;
	transition: 0.5s ease;
	outline: none;
}
.user-dashboard .btn-info:hover {
	background: #008055;
}
.howitworkimg img {
	margin :20px auto;
}
.free-label {
	position: absolute;
	top: -5px;
	right: 20px;
	z-index: 5;
	animation-iteration-count: infinite;
}

.banner-slider {
	position: relative;
}
.banner-slider .banner-bg {
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner-slider .carousel-inner::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	/*background: rgba(255, 255, 255, 0.49);*/
}
.banner-slider .carousel-control {
	z-index: 5;
	background: transparent;
}
.banner-slider #searchbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	padding: 15px 0px;
	background: rgba(255, 255, 255, 0.59);
	height: 215px;
}
.banner-slider #searchbar h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	font-style: italic;
	color: #000;
	letter-spacing: 1px;
}



.typesearch{
	visibility: hidden!important;
}
.right_property {
	margin-top: 20px;
	background: #333;
	padding: 6px 20px;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
.right_property:hover {
	background: #000;
}

.show-contactModal .modal-dialog {
	width: 500px;
	margin-top: 150px;
}
.show-contactModal .modal-dialog .modal-content {
	border-radius: 0px;
}
.show-contactModal .modal-dialog .modal-body {
	padding: 40px 20px;
	text-align: center;
}
.show-contactModal .modal-dialog p {
	font-family: montserratMedium;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	margin: 30px 0px 20px;
	padding: 0px 15px;
	letter-spacing: 1px;
}
.show-contactModal .modal-dialog .btn-back {
	background: transparent;
	border: 1px solid #333;
	color: #333;
	border-radius: 0px;
	min-width: 150px;
	height: 40px;
	font-family: montserrat;
	letter-spacing: 1px;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
.show-contactModal .modal-dialog .btn-back:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}

.not-finding {
	border: 2px dashed #ccc;
	border-radius: 6px;
	text-align: center;
	padding: 50px 0px;
}
.not-finding h3 {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	font-family: montserrat;
	letter-spacing: 1px;
	padding: 0px 20px;
	margin: 0px;
}
.not-finding .btn-cntus {
	border: 1px solid #333;
	background: #333;
	color: #fff;
	border-radius: 3px;
	min-width: 150px;
	height: 40px;
	letter-spacing: 1px;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
	margin-top: 20px;
}
.not-finding .btn-cntus:hover {
	border: 1px solid #333;
	background: transparent;
	color: #333;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.17);
}

.owner-dtls {
	background: #f0f0f0;
	padding: 80px 0px 60px;
}
.owner-dtls h1 {
	font-size: 32px;
	font-weight: 500;
	font-family: montserratMedium;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 50px;
	color: #000;
}
.owner-dtls .prof-dtl-box {
	background: #fff;
	padding: 15px;
}
.owner-dtls .owner-img {
	width: 135px;
	height: 135px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ccc;
}
.owner-dtls h2 {
	font-size: 24px;
	font-family: montserratMedium;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	margin: 0px 0px 10px;
}
.owner-dtls label {
	font-size: 13px;
	color: #666;
	font-weight: 600;
	margin-bottom: 5px;
}
.owner-dtls h3 {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
	line-height: 20px;
}
.owner-dtls .cnct-info {
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	min-height: 65px;
}
.owner-dtls .cnct-info img {
	margin-bottom: 10px;
}
.owner-dtls .cnct-info.middle {
	border-right: 1px solid #ccc;
}

.nearby-box {
	background: #333;
	color: #fff;
	padding: 20px 15px;
	margin-top: 15px;
}
.nearby-box .radioBox {
	float: left;
	margin: 0px 15px 15px 0px;
	position: relative;
	padding-left: 25px;
}
.nearby-box .radioBox input {
	margin: 0px;
	position: absolute;
	top: 4px;
	left: 0px;
	cursor: pointer;
	outline: none;
}
.nearby-box .radioBox span {
	font-size: 13px;
	letter-spacing: 1px;
}
.nearby-box .btn-primary {
	color: #fff;
	background: #00a56f;
	border: 1px solid #00a56f;
	border-radius: 0px;
	min-width: 100px;
	letter-spacing: 1px;
	font-family: montserrat;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
.nearby-box .btn-primary:hover {
	background: #008055;
	border: 1px solid #008055;
}
.nearby-box .btn-reset {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0px;
	min-width: 100px;
	letter-spacing: 1px;
	font-family: montserrat;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
.nearby-box .btn-reset:hover {
	color: #333;
	background: #fff;
	border: 1px solid #fff;
}
#map-section #map {
	width: 100%;
	height: 300px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.19);
}
.textuppercase{
    text-transform: uppercase;
}

.blog-inner{
	box-shadow: 1px 1px 17px 0px #ddd;
	min-height: 310px;
	padding: 0px 9px 0px 9px;
	margin-bottom: 20px;
}
.blog-inner img{
	margin-top:10px;
}
.pshoot-dd .pSelect, .location_sub_styleselect {
	position: relative;
}
.pshoot-dd .btn-ok, .loc-substyl .btn-okay {
	position: absolute;
	right: 6px;
	z-index: 5;
	cursor: pointer;
	outline: none;
	background: #333;
	color: #fff;
	padding: 0px;
	width: 30px;
	height: 24px;
	font-size: 13px;
	border-radius: 2px;
	display: none;
}
.pshoot-dd .btn-ok {
	top: 34px;
}
.loc-substyl .btn-okay {
	top: 8px;
}

.loader-box, .loader-box1 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #00a56f;
	z-index: 9999;
	display: none;
}
.loader-box .loader-inner {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
.loader-box1 .loader-inner {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
}
.loader-box .loader-inner img, .loader-box1 .loader-inner img {
	margin: 0px auto;
}
.loader-box1 .loader-inner .img-box {
	width: 100%;
	text-align: center;
}
.loader-box1 .loader-inner .text {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	color: #fff;
}

.alert p{
	color:white !important;
}
.make-pay {
	background-image: url('../images/make-pay.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.make-payment {
	padding: 50px 0px 50px;
}
.make-payment .callus {
	padding: 0px 100px;
}
.make-payment h3 {
	margin: 30px 15px 10px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.make-payment .btn-primary {
	background: #00a56f;
	color: #fff;
	border: none;
	padding: 6px 30px;
	border-radius: 0px;
	min-height: 40px;
	outline: none;
	transition: 0.5s ease;
}
.make-payment .btn-primary:hover {
	background: #005639;
}

.error-404 {
	background: #eae9e8;
}
.addDocument, .addImg {
	width: 100%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	padding: 0px;
	background: #00a56f;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
.addDocument:hover, .addImg:hover, .addDocument:focus, .addImg:focus {
	background: #008055;
}
.removeDocument, .removeImg {
	width: 100%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	padding: 0px;
	background: #e8222a;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
.removeDocument:hover, .removeImg:hover, .removeDocument:focus, .removeImg:focus {
	background: #d0161c;
}
.documentbox, .imgInputBox {
	margin-top: 5px;
}
.footer_panel .logo{
	margin-top:-30px;
}

.select_city{
    display: none!important;
}
li.select_city.active{
    visibility: hidden!important;
}

.alert-box {
    width: 500px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.19);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}
.alert-box .alert-icon {
    background: #ddd;
    text-align: center;
    font-size: 30px;
    color: #fff;
    height: 100px;
    line-height: 100px;
}
.alert-box .alert-icon .animated {
    animation-iteration-count: infinite;
}
.alert-box .alert-text {
    padding: 15px 15px 0px;
}
.alert-box .alert-text h1 {
    margin: 0px 0px 6px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
}
.alert-box .alert-text h2 {
    margin: 0px;
    font-size: 13px;
    color: #555;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left;
}
.alert-box .closeBtn {
    position: absolute;
    top: 6px;
    right: 8px;
    background: transparent;
    color: #333;
    border: none;
    padding: 0px;
    font-size: 30px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.5s ease;
    outline: none;
}
.alert-box .closeBtn:hover {
    color: #e43a19;
}
.alert-box {
	display: none;
}
.alert-box.alert-success .alert-icon { background: #17b978;}
.alert-box.alert-danger .alert-icon { background: #e43a19;}
.alert-box.alert-warning .alert-icon { background: #ffb032;}
.alert-box.alert-primary .alert-icon { background: #2e7cf8;}

.thank-you .btn-makePay {
	text-transform: uppercase;
	background: #00b368;
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	border-radius: 4px;
	transition: 0.5s ease;
	outline: none;
	margin-top: 30px;
}
.thank-you .btn-makePay:hover {
	background: #005639;
}
.thank-you {
	margin: 90px 0px;
}
.thank-you h1 img {
    height: 120px;
}
.thank-you h1 {
    font-size: 45px;
    font-weight: 700;
}
.thank-you h2 {
	padding: 15px 0px !important;
}
.thank-you h2 span {
    background: #f3f3f3;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 40px;
    letter-spacing: 1px;
    color: #666;
}
.thank-you h3 {
    font-size: 20px;
    padding: 5px 0px 10px;
    color: rgb(153, 153, 153);
}
.update_profile{
	margin:0px 15px 20px;
}
.my_search.dataTable {
	margin: 0px !important;
}
.my_search.dataTable .dataTables_empty {
	display: none;
}
.prop-rows {
	padding-bottom: 40px;
}
.prop-rows .col-sm-7 {
	width: 100%;
	text-align: center;
}
.prop-rows .pagination > li > a, .pagination > li > span {
	color: #00a56f;
}
.prop-rows .pagination > .active > a, .prop-rows .pagination > .active > a:focus, 
.prop-rows .pagination > .active > a:hover, .prop-rows .pagination > .active > span, 
.prop-rows .pagination > .active > span:focus, .prop-rows .pagination > .active > span:hover {
	background-color: #00a56f;
	border-color: #00a56f;
	color: #fff;
}
.prop-rows div.dataTables_wrapper div.dataTables_paginate {
	text-align: center;
}
.prop-rows div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	float: none;
}
.btn-otherservice {
	text-transform: uppercase;
    background: #00b368;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    transition: 0.5s ease;
    outline: none;
    font-size: 11px;
}
.otherservicemdl .modal-dialog .close {
    position: absolute;
    top: 20px;
    right: 15px;
    opacity: 1;
    text-shadow: none;
    font-size: 40px;
    font-weight: 100;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.29);
    cursor: pointer;
    outline: none;
    transition: 0.5s ease;
}
.otherservicemdl .modal-dialog .modal-body {
    padding: 0px;
}
.otherservicemdl .modal-dialog h1 {
    background: #00a56f;
    color: #fff;
    margin: 0px;
    padding: 20px;
    font-size: 22px;
    letter-spacing: 1px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 2px dotted #fff;
}
.otherservicemdl .modal-dialog .some-padding {
    padding: 30px 40px 20px;
}
.otherservicemdl .modal-dialog .btn-primary {
    text-transform: uppercase;
    background: #00b368;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    transition: 0.5s ease;
    outline: none;
    margin-top: 20px;
}
.otherservicemdl .modal-dialog .some-padding h4 {
	font-size: 17px;
	font-weight: 700;
	color: #333;
}
.otherservicemdl .modal-dialog .some-padding p {
    font-size: 13px;
    padding: 0px 15px 0px 0px;
    text-align: justify;
}
.otherservicemdl .modal-dialog .some-padding ul {
	list-style-type: disc;
	padding-left: 15px;
}
.otherservicemdl .modal-dialog .some-padding ul  li span{
    background: #ececec;
    padding: 5px 10px;
    color: #333;
}
.otherservicemdl .modal-dialog .btn-primary:hover,
.otherservicemdl .modal-dialog .btn-primary:active:focus, 
.otherservicemdl .modal-dialog .btn-primary:active:hover,
.btn-otherservice:active:focus, 
.btn-otherservice:active:hover,
.btn-otherservice:hover {
    background: #005639 !important;
}
#serviceList .property-query-area {
    padding: 30px 15px;
    margin: 10px 0px 20px;
    border-radius: 4px;
}
#serviceList .single-query.form-group.col-md-12.geographical {
    margin-bottom: 0px;
}
#serviceList a.collapsable {
    color: #fff;
}
#serviceList .single-query.form-group {
    margin-bottom: 8px;
}
#serviceList .callus .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.m-t-0 {
	margin-top: 0px !important;
}
.serviceListPage .single-query select {
	height: 40px;
	-moz-appearance: menulist;
}
.no-mar {
	margin: 0px !important;
}
#searchdata .searchResultMsg {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 17px;
    color: #a19f9f;
}
.box-shadow {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
}
.servicesconetnt {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
    padding: 0px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s ease;
}
.servicesconetnt:hover {
	box-shadow: 0px 0px 0px 140px rgba(0, 165, 111, 0.79) inset
}
.servicesconetnt:hover h3 {
	display: block;
}
.servicesconetnt h3 {
    font-family: 'montserrat';
    text-transform: uppercase;
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 5;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.servicesconetnt p {
	text-align: justify;
}
.single-service {
	padding:30px 0px;
}
.single-service .descr {
    text-align: left;
    font-family: 'montserrat';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a56f;
    margin-bottom: 10px;
}
.single-service .descr-content {
    text-align: justify;
    background: #fff;
    border-radius: 0px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #00a56f;
}
.single-service .table tr td,
.single-service .table tr th {
	position: relative;
	padding: 10px;
}
/*.single-service .table > tbody > tr:last-child td:first-child::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: #fff;
    left: -6px;
    bottom: -6px;
    border-radius: 50px;
    border: 1px solid #00a56f;
    z-index: 5;
}*/
.single-service .table tr td::before,
.single-service .table tr th::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: #fff;
    right: -7px;
    bottom: -6px;
    border-radius: 50px;
    border: 1px solid #00a56f;
    z-index: 5;
}
/*.single-service .table > tbody > tr:last-child td:last-child::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: #fff;
    right: -7px;
    bottom: -6px;
    border-radius: 50px;
    border: 1px solid #00a56f;
    z-index: 5;
}*/
.single-service .table-bordered {
	border: none;
	border-top: 1px solid #00a56f;
	margin: 30px 0px 20px !important;
}
.single-service  .table-bordered > thead > tr > th ,
.single-service  .table-bordered > tbody > tr > td {
	border-color: #00a56f;
	padding: 15px 20px;
}
.single-service .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
.single-service .table > thead tr th {
	border-bottom: 1px;
}
.single-service .table > thead:first-child > tr:first-child th:first-child {
	border-left: 1px solid #00a56f;
}
.single-service .table > thead:first-child > tr:first-child {
   border-left: 1px solid #00a56f;
}
.single-service .table > thead:first-child > tr th:last-child {
   border-right: 1px solid #00a56f;
}
.single-service .table > tbody > tr td:first-child {
   border-left: 1px solid #00a56f;
}
.single-service .table > tbody > tr td:last-child {
   border-right: 1px solid #00a56f;
}
.single-service .table > tbody > tr:last-child td{
	border-bottom: 0px;
}
.single-service .table > tbody > tr td:last-child::before, 
.single-service .table > thead > tr th:last-child::before {
	display: none;
}
.m-t-20 {
	margin-top: 10px;
}
.btn-facebook {
    border-radius: 4px;
    background-color: #3c66c4;
    font-size: 16px;
    color: #fff;
    width: 100%;
    margin-right: 10px;	
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 12px;
}
.btn-google {
	width: 100%;
    border-radius: 4px;
    background-color: #cf4332;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
    padding: 12px;
}
.btn-facebook:hover,
.btn-google:hover {
    background: #333;
    color: #fff;
}
.login-label {
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #333 !important;
}
.rmtype-icon img {
	margin-right: 5px;
	width: 20px;
}
#servicetLi div.dataTables_wrapper div.dataTables_filter {
	text-align: left;
}
#servicetLi div.dataTables_wrapper div.dataTables_length select {
	border: 2px solid #00a56f;
}
#servicetLi div.dataTables_wrapper div.dataTables_filter input {
	width: 495px !important;
	border: 2px solid #00a56f;
}
#servicetLi div.dataTables_wrapper div.dataTables_filter input::placeholder {
	font-weight: 600;
	font-size: 13px;
}
.mar-rig-5 {
	margin-right: 5px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #00a56f;
	border-color: #00a56f;
}
.single-service table.dataTable.no-footer { 
	border-bottom: none; 
}
.search-service_wrapper .pagination > li {
	display: inline !important;
}
.search-service_wrapper .pagination > li > a, .pagination > li > span {
    color: #00a56f;
}
.search-service_wrapper .pagination > li > a, .pagination > li > span {
	color: #00a56f;
}
.search-service_wrapper .pagination > .active > a, .search-service_wrapper .pagination > .active > a:focus, 
.search-service_wrapper .pagination > .active > a:hover, .search-service_wrapper .pagination > .active > span, 
.search-service_wrapper .pagination > .active > span:focus, .search-service_wrapper .pagination > .active > span:hover {
	background-color: #00a56f;
	border-color: #00a56f;
	color: #fff;
}
.search-service_wrapper div.dataTables_wrapper div.dataTables_paginate {
	text-align: center;
}
.search-service_wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	float: none;
}
#search-service_wrapper #search-service_previous,
#search-service_wrapper .paginate_button,
#search-service_wrapper #search-service_next {
	padding: 0px !important;
	margin: 0px !important;
}
#search-service_wrapper .paginate_button {
	border: none;
}
.viewproperty .modal-dialog .modal-content {
    border-radius: 6px;
}
.viewproperty .modal-dialog .modal-body {
    padding: 0px;
}
.viewproperty .modal-dialog .close {
    position: absolute;
    top: 20px;
    right: 15px;
    opacity: 1;
    text-shadow: none;
    font-size: 40px;
    font-weight: 100;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.29);
    cursor: pointer;
    outline: none;
    transition: 0.5s ease;
}
.viewproperty .modal-dialog h1 {
    background: #00a56f;
    color: #fff;
    margin: 0px;
    padding: 20px;
    font-size: 22px;
    letter-spacing: 1px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 2px dotted #fff;
}
.viewproperty .modal-dialog .some-padding {
    padding: 30px 40px 20px;
}
.viewproperty .modal-dialog p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.viewproperty .modal-dialog .btn-primary {
    text-transform: uppercase;
    background: #00b368;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    transition: 0.5s ease;
    outline: none;
}
.viewproperty .modal-dialog .btn-default {
    text-transform: uppercase;
    background: transparent;
    color: #333;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: 0.5s ease;
    outline: none;
}
.fb-decs {
	color: #333;
	font-weight: 100;
}
#search-service_paginate {
    margin-bottom: 15px;
    float: none !important;
}
.search-service .properties_listing .heading_space .head {
    background: #00a56f;
    color: #fff;
    padding: 10px;
    text-align: center;
    height: 60px;
    font-weight: 600;
}
.search-service .properties_listing .heading_space .details {
	padding: 10px 5px;
	padding-bottom: 0px; 
}
.search-service .properties_listing .heading_space .details p {
	font-size: 14px;
}
.search-service .properties_listing .heading_space .details i {
	padding-right: 5px;
}
#search-service_length {
	display: none;
}
.search-service .properties_listing .heading_space .proerty_text p {
    font-size: 15px;
    color: #676767;
    margin-bottom: 10px;
    text-align: justify;
    padding: 10px;
    font-weight: 100;
    border-top: 1px dashed #00a56f;
}
.search-service .properties_listing {
    height: 340px;
    margin-bottom: 20px !important;
    padding: 0px 5px;
}
.search-service .properties_listing .property_item {
	min-height: 0px;
	height: 340px;
}
.single-service #searchdata .no-data {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
#searchbox {
    position: relative;
    border: 2px solid #00a56f;
    margin: 0px 0px 20px;
}
.btn-search {
    position: absolute;
    right: 16px;
    top: 0px;
    padding: 4px 10px;
    background: #00a56f;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 0.5s ease;
}
.btn-search:hover {
	background:#256f57;
}
#searchbox::placeholder {
    font-weight: 600;
}