@charset "utf-8";
/* CSS Document */

@import url('../css2.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after{
box-sizing: border-box;
}


a:hover{
	text-decoration:none!important;
}
a:visited {
    text-decoration: none!important;
  }
html {
  scroll-behavior: smooth!important;
}
html, body {
    height:100%;
}
body{
    font-family: 'Poppins', sans-serif !important;
	font-weight:400!important;
	line-height: 1.8!important;
	font-size: 14px !important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#fff;
	position:relative;
}
@media screen and (max-width: 992px) {
body{
	line-height: 1.6rem!important;
	font-size: .8rem!important;
}
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.detail-menu.sticky{
	position: fixed;
	z-index:1002;
	background-color:#fff;
	width: 100%;
	left: 0;
	top: 0;
	margin:0!important;
	border-top:solid 3px #3a7902;
	box-shadow:0px 3px 10px rgba(0,0,0,.1);
}
.detail-menu.sticky ul{
	display: table;
	padding:0 !important;
	margin:0
	width:100%;
}
.detail-menu.sticky ul li{
	text-align:center;
	display: table-cell;
	color:#111;
	padding:0;
	font-weight:500;
}
.detail-menu.sticky ul li a{
	display:block;
	line-height:50px;
	padding:0px 10px;	
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

header{
	position: fixed;
	z-index:1000;
	top:0;
	padding:0;
	left:0;
	width: 100%;
	border-top:solid 0px #ff5a5f;
	background-color:#3a7902;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
    display: table;
    height: 50px;
}
header .container{
	position:relative;
}
header .logo{
	float:left;
	width:17%;
	text-align:left;
	padding:5px 0;
}
header .logo img{
    background-color: #fff;
    position: absolute;
    z-index:98!important;
    top: 0;
    padding: 6px 6px;
	height:100px;
	width:auto;
	margin:0 0 0 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.1);
}
header .header-right{
	float:left;
	width:50%;
	padding-top:0px;
}
header .header-right .top-menu{	
	font-weight:500!important;
}
header .header-search{
	float:left;
	text-align:center;
	width:4%;
	padding-top:5px;
}
header .header-search a{
	display:block;
	font-size:22px;
	color:#fff;
}
header .header-search a:hover{
	color:#3a7902;	
}
header .header-search a i{
	line-height:40px;
}
header .header-right2{
	float:left;
	width:29%;
	padding-top:5px;
}
header .header-right2 a{
	float:right;
	text-align:left;
	color:#fff;
	font-size:16px;
	line-height:40px;
    height: 40px;
    background-color: #3309d1;
    padding: 0 10px;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    margin-left: 15px;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
header .header-right2 a i{
	color:#fff;
	margin: 0 5px 0 0;
    vertical-align: middle;
}
header .header-right2 a:hover{
	background-color: #3a7902;
}
header .header-right2 a.post{
	background-color:#3309d1;
	font-size:13px;
	line-height:15px !important;
    padding: 5px 10px;
    display: flex;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
header .header-right2 a.post .fa-house-building{
	font-size:20px;
	line-height:30px;
}
header .header-right2 a.post:hover{
	background-color:#ff5a5f;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 1024px) {
header{
    height: 42px;
}
header .logo{
	float:left;
	width:26%;
	text-align:left;
}
header .logo img{
    padding: 10px 10px;
	height:80px;
}
header .header-right{
	width:5%;
}
header .header-search{
	width:4%;
	padding-top:5px;
}
header .header-search a{
	font-size:22px;
}
header .header-search a i{
	line-height:32px;
}
header .header-right2{
	float:left;
	width:70%;
	padding-top:5px;
    padding-right:40px;
}
header .header-right2 a{
	font-size:16px;
	line-height:32px;
    height: 32px;
    padding: 0 8px;
}
header .header-right2 a i{
	color:#fff;
	margin: 0 5px 0 0;
    vertical-align: middle;
}
header .header-right2 a.post{
	font-size:13px;
	line-height:11px !important;
    padding: 5px 8px;
}
header .header-right2 a.post .fa-house-building{
	font-size:16px;
	line-height:22px;
    margin-right: 5px;
}
}
@media screen and (max-width: 575px) {
header .logo{
	width:30%;
}
header .logo img{
    padding: 10px 10px;
	height:80px;
}
header .header-right2{
	width:66%;;
}
header .header-right2 a span{
	display: none;
}
header .header-right2 a i{
    font-size: 18px;
	margin: 0 1px;
}
header .header-right2 a.post{
	font-size:9px;
	line-height:11px !important;
    padding: 5px 8px;
}
}



@media (min-width: 768px) {
.container {
    width: 750px!important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px!important;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1250px !important;
  }
}
.container {
    width: 100% !important;
	max-width:1250px!important;
	position:relative;
}


.home-banner {
	position:relative;
	height:auto;
	background-size:cover;
	background-image: url(../images/slider-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;    
}
.home-banner .hb-bg{
	width:100%;
	background-color: transparent;
    background-image: linear-gradient(0deg, rgba(234,244,246,.7) 0%, rgba(255,235,236,.9) 30%, rgba(199,228,213,.7) 80%);
	box-shadow:inset 0px -30px 80px -30px rgba(0,0,0,.8);
}
.home-banner .hb-search{
	width:100%;
	position: relative;
	padding-top:30px;
}
.home-banner .hb-search button.close{
	font-size:36px;
	opacity:1;
	color:#111;
    margin: 20px 0 0 0;
	text-decoration:none;
}
.home-banner .banner-seal{
	width:200px;
	max-width:100%;
	margin:0 auto;
}
.home-banner .hb-search button.close:hover{
	color:#3a7902;
}
.search-panel{
	margin-top:50px;
	padding:50px 0 120px 0;
}
.home-banner h2{
	text-transform:inherit;
	font-weight:600!important;
	color:#111!important;
	font-size:26px!important;
}
.home-banner h2::after, .home-builder h2::after{
	display:none!important;
}
.home-banner h2 strong{
	color:#111;
	font-weight:600!important;
}
.search-panel h6{
	font-style:normal;
	color:#111;
	font-weight:400!important;
}
.search-panel .nav {
  display: block;
  display: block;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.search-panel .nav-tabs .nav-link.active {
    color: #111 !important;
    border-color: #ff5a5f #ff5a5f #fff;
}
.search-panel .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  padding-bottom:15px;
  margin:20px 0 0 0;
  text-align:center!important;
}

.search-panel .nav-tabs .nav-item {
  margin-bottom: 0;
  display:inline-block!important;
  float:none!important;
}

.search-panel .nav-tabs .nav-link {
	color:#111;
	font-size:16px;
	font-weight:500 !important;
	border: 0px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.search-panel .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.search-panel .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.search-panel input[type="text"], .search-panel input[type="submit"], .search-panel .custom-select {
    margin: 0!important;
}
.search-panel input[type="submit"] {
	display:inline-block;
	width:100%;
	font-size:1.5rem;
	padding:0 5px !important;
	background-color: #ff5a5f!important;
    border-radius: 0 4px 4px 0;
    height: 45px;
    border: 1px solid rgba(0,0,0,.1);
}
.search-panel .custom-select {
    border-radius: 4px 0 0 4px!important;
    background-color: #fff!important;
}
.search-panel input[type="text"] {
    border-radius: 0!important;
    background-color: #fff!important;
}
.search-panel button{
	background-color: #ff5a5f!important;
	display:block;
	line-height:44px;
	padding:0 30px;
	color:#fff;
	font-size:16px;
	border:0;
	width:100%;
	height:44px;
}
.search-panel .nav-tabs .nav-link.active,
.search-panel .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  font-weight:500 !important;
  background-color: rgba(255,255,255,0);
  border-color: #dee2e6 #dee2e6 #fff;  
}
.search-panel .nav-tabs .nav-link.active span,
.search-panel .nav-tabs .nav-item.show .nav-link span {
  border-bottom:solid 4px #ff5a5f;
  font-weight:500 !important;
  padding:0 0 10px 0;
}
.search-panel .search_box_inner{
    background-color: #fff;
    padding: 10px ;
    border-radius: 4px;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.1);
}
.auto-comp{
	width:100%;
	position:relative;
	text-align:left;
}
#suggesstion-box, #suggesstionk-box, #suggesstiont-box, #suggesstionb-box{
	margin-top:-19px;
}
.auto-comp .frmSearch {border: 1px solid #a8d4b1;background-color: #c6f7d0;margin: 2px 0px;padding:0;border-radius:4px;}
.auto-comp #country-list{
	float:left;
	list-style:none;
	margin-top:0;
	padding:0;
	width:100%;
	position: absolute;
	z-index:1000;
	max-height: 200px;
	overflow: auto;
	box-shadow:0px 5px 10px -5px rgba(0,0,0,.1); 
}

.auto-comp #country-list li{
	background: #fff;
	font-size:.8rem;
	border-bottom: #eeeeee 1px solid;
	color:#111;
}
.auto-comp #country-list li a{
	color:#111;
	display:block;
	padding: 10px 18px;
}
.auto-comp #country-list li:hover{background:#f9f9f9;cursor: pointer;}


@media screen and (max-width: 991px) {
.search-panel{
	margin-top:10px;
	padding:50px 0 0px 0;
}
.home-banner h2{
	font-size:24px!important;
    margin: 0 0 5px 0!important;
    padding: 0!important;
}
.search-panel .custom-select {
    border-radius: 4px!important;
    margin-bottom: 5px!important;
}
.search-panel input[type="text"] {
    border-radius: 4px 0 0 4px !important;
}
}

@media screen and (max-width: 575px) {
.search-panel .nav-tabs .nav-link {
	font-size:11px;
	padding-right:8px;
	padding-left:8px;
}
.home-banner .banner-seal{
	width:130px;
	max-width:100%;
	margin:0 auto;
}
}


.home-builder{
	position:relative;
	margin-top:-100px;
}
.home-builder .content{
	padding-top:0;
	padding-bottom:0;
}
.home-builder h2{
	font-size:20px!important;
	font-weight:400!important;
}
.home-builder h2 strong{
	font-weight:600!important;
}
@media screen and (max-width: 1024px) {
.home-builder h2{
    font-size:16px!important;
    padding: 0!important;
    margin: 0!important;
}
.home-builder h2 strong{
    display: block;
}
}
@media screen and (max-width: 575px) {
.home-builder{
	margin-top:30px;
}
.home-builder h2 strong{
    display: inline;
}
}

.looking-strip{
	position:relative;
	background: -webkit-linear-gradient(5deg, #fff8e2, #fff8e2, #fff8e2);
	background: linear-gradient(5deg, #fff8e2, #fff8e2, #fff8e2);
	padding:30px;
	width:100%;
	color:rgba(0,0,0,.9);
	margin:0 0 30px 0;
	border:solid 1px rgba(0,0,0,.05);
	border-radius:4px;
}
.looking-strip.ls2{
	background: -webkit-linear-gradient(5deg, #eaf7f4, #eaf7f4, #eaf7f4);
	background: linear-gradient(5deg, #eaf7f4, #eaf7f4, #eaf7f4);
}
.looking-strip img{
	position:absolute;
	z-index:1;
	right:0px;
	bottom:0;
}
.looking-strip i{
	margin:8px 5px 0 0;
	float:left;
}
.looking-strip h4{
	color:#3a7902!important;
	font-size:28px!important;
	margin:0!important;
	line-height:normal;
	font-family: 'ProximaNovaRegular'!important;
}
.looking-strip h6{
	color:#111!important;
	margin:0!important;
	line-height:normal!important;
	font-style:normal;
	font-size:20px!important;
}
@media screen and (max-width: 992px) {
.looking-strip{
	padding:20px;
    padding-right: 120px;

}
.looking-strip h4{
	font-size:22px!important;
}
.looking-strip h6{
	font-size:14px!important;
    margin-bottom: 10px!important;
}
}
@media screen and (max-width: 575px) {
.looking-strip{
	padding:20px;
    padding-right: 100px;

}
.looking-strip h4{
	font-size:16px!important;
}
.looking-strip h6{
	font-size:12px!important;
    padding-right: 40px;
}
}

.container2{
	background-color:#0b5e2a;
	padding:40px 0;
}
.container2 h3{
	position:relative;
	padding-bottom:15px!important;
	margin-bottom:15px!important;
}
.container2 h3:after{
	position:absolute;
	content:"";
	width:80px;
	height:2px;
	background-color:#fff;
	left:50%;
	bottom:0;
	margin-left:-40px;
}

.container2 p{
	text-align:justify!important;
}
.container2 ul{
	margin:0 0 0 15px;
}
.container2 h5{
	color:#fff!important;
}
.container2 h5 strong{
	font-weight:600!important;
	color:#3a7902!important;
}
.container2 h6{
	color:#fff!important;
}
.container3 {
	position:relative;
	height:auto;
	position:relative;
	height:auto;
    background-color:#eaf7f4;
}
.container3 .c3-bg{
}
.container3.c3-bg2{
	position:relative;
	background-image: url(../images/container3-2.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
	height:auto;
}
.container3 .c3-content{
	width:100%;
	position: relative;
}
.container4{
	background: -webkit-linear-gradient(#ffffff,#fff);
  	background: -o-linear-gradient(#ffffff,#fff);
  	background: -moz-linear-gradient(#ffffff,#fff);
  	background: linear-gradient(to #ffffff,#fff);
	padding:20px 20px 0 20px;
	box-shadow:0px 0 10px rgba(0,0,0,.1);
    border-radius: 4px 4px 0 0 ;
}
.container-fluid {
  padding-right: 40px!important;
  padding-left: 40px!important;
}
@media screen and (max-width: 768px) {
}


.detail-form{
	width:430px;
	height:auto;
	position:absolute;
	z-index:2;
	bottom:0;
	right:15px;
	background-color:rgba(35,100,0,.8);
	padding:20px;
	color:#fff!important;
}
.detail-form img{
	float:left;
	width:auto!important;
	height:60px!important;
	min-height:60px!important;
	margin-right:20px;
}
.detail-form h2, .detail-form h3{
	color:#fff!important;
}
.detail-form h6{
	color:#fff!important;
}
.detail-form a{
	color:#fff!important;
	text-decoration:underline;
}
.detail-form input[type="submit"] {
	padding:0 15px;
	color:#fff;
	font-size:16px;
	border:solid 2px #fff;	
}



.inner-banner{
	background-color:#eaf7f4;	
	position:relative;
	overflow:hidden;
	height:auto;
	padding:70px 0 0 0;
}
.inner-banner.no-cont{
	padding:51px 0 0 0;
}
@media screen and (max-width: 1024px) {
.inner-banner{
	padding:60px 0 0 0;
}
.inner-banner .custom-select{
	margin:0 0 10px 0!important;
}
}
h1, h2, h3, h4, h5{
}

h1{
	font-weight:600!important;
	font-size:26px!important;
	line-height:normal;
	color:#111!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	position:relative;
}
h1 span, h1 strong{
	color:#3a7902;
	font-weight:600!important;
}
h1::after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:40px;
	height:4px;
	border-radius:2px;
	background-color:#ff5a5f;
}
.text-center h1::after{
	left:50%;
    margin-left: -20px;
}
.h1{
	font-weight:600!important;
	font-size:26px!important;
	line-height:normal;
	color:#111!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	position:relative;
}
.h1 span, .h1 strong{
	color:#3a7902;
	font-weight:600!important;
}
.h1::after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:40px;
	height:4px;
	border-radius:2px;
	background-color:#ff5a5f;
}
h2{
	font-weight:600!important;
	font-size:26px!important;
	line-height:normal;
	color:#111!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	position:relative;
}
h2 span, h2 strong{
	color:#3a7902;
	display:inline-block;
	font-weight:600!important;
}
h2::after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:40px;
	height:4px;
	border-radius:2px;
	background-color:#ff5a5f;
}
.text-center h2::after{
	left:50%;
    margin-left: -20px;
}
.brown{
	color:#5f1717!important;
}
h3{
	font-weight:600!important;
	font-size:22px!important;
	line-height:normal;
	color:#3a7902!important;
	padding:0!important;
	margin:0 0 15px 0!important;
}
h3 span{
	color#0b5e2a;
	display:inline-block;
}
h4{
	font-weight:600!important;
	font-size:22px!important;
	line-height:normal;
	color:#111!important;
	padding:0!important;
	margin:0 0 5px 0!important;
}
h4 span{
	color:#0b5e2a;
	display:inline-block;
}
h5{
	font-weight:500!important;
	font-size:18px!important;
	color:#333!important;
	padding:0!important;
	margin:10px 0!important;
}
form h5{
	font-size:12px!important;
	margin:10px 0 5px 0!important;
	font-weight:700!important;
	color:#663131!important;
}
h6{
	font-style:italic;
	color:rgba(0,0,0,.8)!important;
	font-size:16px!important;
	line-height:28px!important;
}
.content{
	padding:40px 0;
	position:relative;
}
.center-heading h1{
	text-align:center!important;
	position:relative;
	margin:0 0 10px 0!important;
	padding:0 0 10px 0!important;
}
.center-heading h1:after{
	content: "";
	position:absolute;
	left:50%;
	bottom:0;
	width:80px;
	height:2px;
	margin-left:-40px;
	background-color:#3a7902;
}
@media screen and (max-width: 992px) {
.content{
	padding:30px 0
}
h1{
	font-size:18px!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
}
.h1{
	font-size:18px!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
}
h2{
	font-size:18px!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
}
h3{	
	font-size:18px!important;
	margin:0 0 10px 0!important;
}
h4{
	font-size:18px!important;
	margin:0 0 5px 0!important;
}
h5{	
	font-size:16px!important;
	margin:0 0 10px 0!important;
}
h6{
	font-style:italic;
	color:rgba(0,0,0,.8)!important;
	font-size:16px!important;
	line-height:28px!important;
}
}

/*Poroject thumb*/
.pro-thumb{
	width:100%;
	height:auto;
	border: solid 1px #EAEAEA;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0);
	margin:15px 0;
	position:relative;
	border-radius: 4px;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.pro-thumb:hover{
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .15);
}
.item .pro-thumb{
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0);
}
.item .pro-thumb:hover{
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, .15);
}
.pro-thumb a{
	display:block;
	color:#333;
}
.pro-thumb a h3{
	color:#1a1a1a!important;
	font-weight:600!important;
	font-size:20px!important;
	width:100%;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-thumb a h5{
	font-size:.9rem!important;
	font-weight:500!important;
	line-height:1.8rem;
	margin:0!important;
	color:#3a7902!important;
}
.pro-thumb a h5 i{
	color:#999;
	width:16px;
}
.pro-thumb a h6{
	color:#999999 !important;
	font-style:normal;
	margin:0 0 0 0!important;
	font-size:15px!important;
}
.pro-thumb a h6 i{
	width:15px;
}
.pro-thumb .pt-img{
	background-color:#f9f9f9;
	position:relative;
	overflow:hidden;
	padding-top:60%;
	width:100%;
	overflow:hidden;
	border-radius: 4px 4px 0 0;
}
.pro-thumb a .pt-img img{
	position:absolute;
	top:-2px;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	min-height:100%;
	height:auto;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.pro-thumb a:hover img {	
	-webkit-transform:scale(1.05); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.05); /*Mozilla scale version*/
	-o-transform:scale(1.05); /*Opera scale version*/	
	opacity: 1;
}
.pro-thumb a .pt-img .pti-cont{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	min-height:100%;
	padding:20px;
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0), rgba(0,0,0,0));
	background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0), rgba(0,0,0,0));
	background-color:rgba(0,0,0,.2);
}
.pro-thumb a .pt-img .pti-cont .status{
	background-color:#ff5a5f;
	display:inline-block;
	padding:0 10px;
	position:absolute;
	z-index:1;
	top:1rem;
	left:1rem;
	color:rgba(255,255,255,1);
}
.pro-thumb a .pt-img .pti-cont .status2{
	background-color:#3a7902;
	display:inline-block;
	padding:0 10px;
	position:absolute;
	z-index:1;
	top:1rem;
	right:1rem;
	color:rgba(255,255,255,1);
}
.pro-thumb a .pt-img .pti-cont h4{
	position:absolute;
	z-index:1;
	bottom:1rem;
	left:1rem;
	font-size:1.2rem!important;
	font-weight:700!important;
	color:#fff!important;
	margin:0!important;
	text-shadow:1px 1px 3px rgba(0,0,0,.1);
}
.pro-thumb a .pt-img .pti-cont h4 i{
	color:#fff;
	margin:0 10px 0 0;
}
.pro-thumb .pt-cont{
	padding:20px;
	position:relative;
}

.pro-thumb .pt-bottom{
	margin-top:1.5rem;
	padding-top:1.5rem;
	border-top:solid 1px #c6dc93;
}


/*Property thumb*/
.prop-th{
	width:100%;
	height:auto;
	border: solid 1px #EAEAEA;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0);
	margin:15px 0;
	border-radius:4px;
	position:relative;
	background-color:#fff;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.prop-th:hover{
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .15);
}
.prop-th a{
	display:flex;
}
.prop-th a .prp-img{
	width:40%;
}
.prop-th a .prp-img div{
	position:relative;
	overflow:hidden;
	width:100%;
	padding-top:82%;
	margin:0;
	border-radius:4px 0 0 4px;
}
.prop-th a .prp-img div img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	min-height:100%;
	height:auto;
	border-radius:4px 0 0 4px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.prop-th a:hover .prp-img div img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	opacity: 1;
}
.prop-th a .prp-img .status{
	background-color: #ff5a5f;
	width:75px;
    border-radius: 4px;
	padding: 0 10px;
	position: absolute;
	z-index: 1;
	top: 1rem;
	left: 1rem;
	color: rgba(255,255,255,1);
}
.prop-th .prp-cont{
	width:60%;
	padding:20px;
}
.prop-th a h3 {
  color: #111 !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:0!important;
  margin:0 0 5px 0!important;
  
}
.prop-th a h4{
	font-size:1.2rem!important;
	font-weight:700!important;
	color:#111!important;
	padding:7px 0 0 0!important;
	margin:7px 0 0 0!important;
	border-top:solid 1px #EAEAEA;
}
.prop-th a h4 i{
	margin:0 10px 0 0;
}
.prop-th a h5 {
  font-size: .9rem !important;
  font-weight: 500 !important;
  line-height: 1.4!important;
  margin: 0 !important;
  padding: 0!important;
  color: #3a7902 !important;
}
.prop-th a .row h5 {
  font-size: .9rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0!important;
  color: #111 !important;
  vertical-align:middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prop-th a .row h5 i{
	color:#3a7902;
	font-size:20px;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.prop-th a h6 {
  color: #999999 !important;
  font-style: normal;
  margin: 0 0 0 0 !important;
  font-size: 15px !important;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prop-th a h6 i {
  width: 15px;
}


@media screen and (max-width: 600px) {
.prop-th a .prp-img{
	width:40%;
}
.prop-th a .prp-img div{
	padding-top:100%;
	border-radius:4px 0 0 4px;
}
.prop-th a .prp-img div img{	
}
.prop-th a .prp-img .status{
	padding: 0 5px;
	top: .5rem;
	left: .5rem;
}
.prop-th .prp-cont{
	width:60%;
	padding:10px;
}
.prop-th a h3 {
  font-size: 16px !important;
  
}
.prop-th a h4{
	font-size:16px!important;
	font-weight:700!important;
	color:#111!important;
	padding:3px 0 0 0!important;
	margin:3px 0 0 0!important;
}
.prop-th a h4 i{
	margin:0 5px 0 0;
}
.prop-th a h5 {
  font-size: .7rem !important;
}
.prop-th a .row h5 {
  font-size: .7rem !important;
  font-weight: 500 !important;
}
.prop-th a .row h5 i{
	color:#3a7902;
	font-size:14px;
	margin:0 3px 0 0;
}
.prop-th a h6 {
  color: #999999 !important;
  font-style: normal;
    line-height: normal!important;
  margin: 0 0 5px 0 !important;
  font-size: 14px !important;
}
.prop-th a h6 i {
  width: 14px;
}
}


.prop-th-home{
	width:100%;
	border-radius:4px;
	height:auto;
	border: solid 1px #EAEAEA;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0);
	margin:15px 0;
	position:relative;
	background-color:#fff;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	min-height:132px;
}
.prop-th-home:hover{
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .15);
}
.prop-th-home a{
	display:block;
	padding:0;
}
.prop-th-home .prp-img{
	float:left;
	border-radius:4px 0 0 4px;
	width:130px;
	height:130px;
	overflow:hidden;
	position:relative;
	margin:0 10px 0 0;
	border-right:solid 1px #EAEAEA;
}
.prop-th-home .prp-img img{
	width:100%;
	height:auto;
	min-height:130px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
}
.prop-th-home:hover .prp-img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	opacity: 1;
}
.prop-th-home a .prp-img .status{
	background-color:rgba(0,0,0,.5);
	display:inline-block;
	padding:0 10px;
	position:absolute;
	z-index:1;
	top:5px;
	right:5px;
	color:rgba(255,255,255,1);
	font-size:12px;
}
.prop-th-home a h3{
	color:#111!important;
	font-weight:600!important;
	font-size:18px!important;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0 0 0px 0!important;
	padding-top:10px!important;
}
.prop-th-home a h4{
	font-size:16px!important;
	font-weight:600!important;
	color:#111!important;
	margin:5px 0 0 0!important;
    padding: 8px 0 0 0!important;
	text-transform:capitalize;
    border-top: solid 1px #EAEAEA;
}
.prop-th-home a h4 i{
	margin:0 5px 0 0;
}
.prop-th-home a .row h5 {
  font-size: .9rem !important;
  font-weight: 500 !important;
  line-height: 1.8rem;
  margin: 0 !important;
  color: #111 !important;
  vertical-align:middle;
  white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.prop-th-home a .row h5 i{
	color:#3a7902;
	font-size:20px;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.prop-th-home a h6{
	color: #999999 !important;
	font-style: normal;
	margin: 0 0 0 0 !important;
	font-size: 15px !important;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.prop-th-home a h6 i {
  width: 15px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  text-align:center!important;
  width:100%;
}
.nav {
  display: table!important;
  display: table!important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align:center!important;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  display:inline-block;
  margin:0 3px;
}
.nav-tabs .nav-link{
  color: #192669!important;
  font-weight:600;
}
.nav-tabs .nav-link img{
  width:32px;
  height:auto;
  display:block;
  margin:0 auto;
  clear:both;
}
.nav-tabs .nav-link.active {
  color: #ff5a5f !important;
}

@media screen and (max-width: 480px) {
.nav-tabs.nvh .nav-link{
    font-size:11px!important;
    padding: .5rem 8px!important;
}
}

.browse-list{
	list-style:none;
}
.browse-list li{
	list-style:none;
}
.browse-list li a{
	display:block;
	border-radius:5px;
	box-shadow:0px 3px 3px rgba(0,0,0,.1);
	color:#1a1a1a;
	margin:15px 0;
	font-weight:500;
	background-image: linear-gradient(0deg, #fff 0%, #f9f9f9 100%);
}
.browse-list li a i{
	width:29px;
	height:29px;
	line-height: 29px;
	text-align:center;
	color:#fff;
	background-color:#ff5a5f;
	border-radius:5px 0 0 5px;
	margin:0 5px 0 0;
}
@media screen and (max-width: 992px) {
.row.browse-list{
	margin-right: -8px;
	margin-left: -8px;
}
.browse-list .col-6, .browse-list .col-lg-2, .browse-list .col-md-4, .browse-list .col-sm-3{
	padding-right: 8px;
	padding-left: 8px;
}
.browse-list li a{
	margin:8px 0;
}
}


.counter{
	text-align:center;
	background-color:#f8f8f8;
	padding:1rem 0;
	border-bottom:solid 1px rgba(0,0,0,.04)
}
.counter img{
	width:3rem;
	height:auto;
	clear:both;
	display:block;
	margin:0 auto .5rem auto;
}
.counter.ft i{
	color:#26c9c3;
}
.counter .counter-value{
	display:inline-block;
	font-size:3rem;
	line-height:3rem;
	font-weight:600;
	color:#3a7902;
}
.counter .plus{
	display:inline-block;
	font-size:3rem;
	line-height:3rem;
	font-weight:600;
	color:#3a7902;
}
.counter h5{
	font-size:10px !important;
	margin:0 0 0 0 !important;
	color:#0b5e2a;
	letter-spacing:3px;
	text-transform:uppercase;
}
.counter.ft h5{
	color:#26c9c3!important;
}
.counter h5 br{
	display:none;
}
@media screen and (max-width : 480px) {
.counter .counter-value{
	font-size:1.8rem;
	line-height:1.8rem;
}
.counter .plus{
	font-size:1.8rem;
	line-height:1.8rem;
}
.counter h5{
	font-size:9px !important;
	letter-spacing:2px;
}
}


.h-ad{
}

.h-ad .ad-div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0;
  margin:15px 0;
  font-size: 30px;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  overflow:hidden;
  position:relative;
  box-shadow:0px .3rem .5rem -3px rgba(0,0,0,.3);
}
.h-ad .ad-div a{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  
}
.h-ad .ad-div a img{
	width:100%;
	height:auto;  
}


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

}


#demo3 .carousel-indicators {
  bottom: 0px;
  display:none;
}

.review{
	border:solid 0px #c6dc93;
	box-shadow: 0 .3rem 1rem -.3rem rgba(0,0,0,.1);
	padding:30px;
	position:relative;
	margin:1rem 0;
	text-align:center;
	border-radius:10px;
	background-color:#fff;

}
.quote{
	position:absolute;
	z-index:1;
	right:50px;
	top:-30px;
	color:#0b5e2a;
	font-size:45px;
	padding:10px;
}
.review h4{
	color:#0b5e2a !important;
	font-style:normal;
	font-size:1.5rem!important;
	margin:1rem 0 0 0!important;
	padding:0!important;
}
.review p strong{	
	line-height:normal;
	color:#49a9c2;
	font-style:normal;
}
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
	border-radius:100%;
}
@media screen and (max-width: 500px) {
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
}
}
#demo3 .carousel-control-prev, #demo3 .carousel-control-next {
  position: absolute;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  margin-top:-25px;
  color: #49a9c2;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,.1);
}

#demo3 .carousel-control-prev:hover, #demo3 .carousel-control-prev:focus,
#demo3 .carousel-control-next:hover,
#demo3 .carousel-control-next:focus {
  color: #49a9c2;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo3 .carousel-control-prev {
  left: -85px;
}

#demo3 .carousel-control-next {
  right: -85px;
}


.stickySidebar{
	margin-top:100px!important;
}
#sidebar{
	width: 100%;
	will-change: min-height;
}
#sidebar .sidebar_inner{
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
.dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}

/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
  background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);
  bottom: 0;
  content:'';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.c3-bg .dynamic-height-active .dynamic-height-wrap:before {
  background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgba(255,255,255,0) 100%);
}

.dynamic-height-active .dynamic-show-more {
  display: inline-block;
}

.dynamic-show-more {
  display: none;
}
.detail-page{
	position:relative;
	padding:0 0 0 0;
	background-image: linear-gradient(180deg, #f5fdfb 0%, #eaf7f4 10%, #eaf7f4 80%,  #fff 100%);	
}
.detail-box{
    position:relative;
	border-radius:5px;
	background-color:#fff;	
	padding:1.5rem;
	margin:30px 0;
	box-shadow:0px 5px 15px rgba(38,51,108,.1);
}
.detail-box h1{
	font-size:32px!important;
	margin:0 0 .5rem 0!important;
}
.detail-box h2{
	font-size:22px!important;
	margin:0 0 .5rem 0!important;
}
.detail-box h6{
	font-style:normal;
	font-weight:400;
}
.detail-box p{
	text-align:justify;
}
.detail-box h6 i{
	background-color:#eaf7f4;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:100%;
	color:#3a7902;
}
.detail-box .d-price{
	background-color:#3a7902;
	border-radius: 25px;
	padding:5px 15px;
	display:inline-block;
	color:#fff;
	float:right;
}

.rating-css {
  height: auto;
  display:block;
}
.rating-css div {
  color: #DAA520;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 0;
  display:inline-block;
}
.rating-css input {
  display: none;
}
.rating-css input + label {
  font-size: 20px;
  text-shadow: 1px 1px 0 #DAA520;
  cursor: pointer;
}
.rating-css input:checked + label ~ label {
  color: #838383;
}
.rating-css label:active {
  transform: scale(0.8);
  transition: 0.3s ease;
}
.rating-css span {
  display:inline-block;
  margin:0 0 0 10px;
  color:#666;
}
#sidebar .detail-box{
	padding:0;
}
#sidebar .detail-box form{
	padding:1.5rem;
}
#sidebar .detail-box .db-heading{
	background-color:#3a7902;
	color:#fff!important;
	padding:.4rem 0;
	border-radius:5px 5px 0 0;
	text-align:center;
}
#sidebar .detail-box strong{
	color:#fff!important;
	padding:0 !important;
	margin:0 !important;
	font-size:.8rem!important;
	font-weight:400;
}
#sidebar .detail-box h2{
	color:#fff!important;
	padding:0 !important;
	margin:0 !important;
	font-size:1.2rem!important;
}
#sidebar .detail-box h2::after{
    display: none;
}

.detail-box p{
	text-align:justify!important;	
}
p.agree {
	font-size:10px!important;	
    margin-top: 0;
    margin-bottom: 1rem;
    text-align:center;
}
.modal-body p.agree a{
	color:#111!important;
}

.form-cont {
    font-size: .7rem;
	line-height:1.3 !important;
    text-align: left;
    line-height: normal;
    border-top: solid 1px #3a7902;
	color:#333;
	font-weight:500;
	padding:15px 25px;
}
.form-cont img {
    width: 42px;
	float:left;
    height: auto;
	margin:0 5px 0 0;
}
@media screen and (max-width: 1024px) {
.detail-page{
	padding:0 0 0 0;
}
.detail-box h1{
	font-size:26px!important;
	margin:0 0 .5rem 0!important;
}
.detail-box h2{
	font-size:20px!important;
	margin:0 0 .5rem 0!important;
}
}
@media screen and (max-width: 768px) {
.detail-box{
    padding:1rem;
	margin:30px 0;
}
.detail-box .d-price{
	float:none;
	margin:10px 0 0 0;
}
.detail-box .btn1 {
	line-height:44px;
	padding:0 15px;
	font-size:14px;
}
.detail-box .btn2 {	
	padding:0 15px;
	font-size:14px;
}
.detail-page .btn1 {
	padding:0 15px;
	color:#fff!important;
	font-size:14px;
	border:0;
}
.detail-page .btn2 {
	background-color: #3a7902;
	display:inline-block;
	line-height:44px;
	padding:0 15px;
	color:#fff!important;
	font-size:14px;
	border:0;
}
}

.f-fix{
	position:fixed;
	z-index:100;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	height:35px;
	line-height:35px;
	background-color:#ed5728;
	text-transform:uppercase;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.f-fix.ff-h{
	display:none;
}
.f-fix a{
	float:left;
	width:50%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:15px;
}
.f-fix a:hover, .f-fix a:visited, .f-fix a:active{
	color:#fff!important;
	text-decoration:none!important;
}
.f-fix a.f-left{
	background-color:#ed5728;
}
@media screen and (max-width: 768px) {
.f-fix.ff-h{
	display:block;
}
}



.post-page{
	background:#f4f9fc url(../images/bg-post.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


.dt-img{
	background-color:#ed5728;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Safari */
	padding:5px 8px;
	box-shadow:5px 5px 0px #ed5728;	
	height:auto;
}
.dt-img img{
	transform: rotate(1deg);
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Safari */
	padding:10px;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
	width:100%;
	height:auto;
	min-height:300px;
}
@media screen and (max-width: 768px) {
.dt-img{
	float:none;
	width:100%;
	height:auto;
	margin:20px 0;
}
.dt-img img{
	min-height:inherit;
}
}
.sharing{
	display:block;
	float:right;
	margin:15px 0 0 0;
}
.sharing img{
	width:30px;
	height:auto;
}
@media screen and (max-width: 768px) {
.sharing{
	display:block;
	float:none;
	margin:15px 0 0 0;
}
}
.detail ul{
	margin-left:15px;
}
.detail-types{
	width:100%;
	position:relative;
	display:block;
	margin:80px 0 0 0!important;
}
.detail-types ul{
	display: table;
	padding:0px !important;
	margin:0!important;
	width:100%;
	list-style:none;
}
.detail-types ul li{
	font-size:.8rem;
	color:#666;
	text-transform:capitalize;
	line-height:normal;
	float:left;
	width:33.33%;
	margin:.5rem 0;
}
.detail-types ul li img{
	clear:both;
	width:40px;
	height:auto;
	margin:0 0 10px 0;
}
.detail-types ul li strong{
	display:block;
	clear:both;
	font-size:.9rem;
	font-weight:600!important;
	color:#111;
}
.detail-types ul li strong a{
	color:#111;
	text-decoration:none;
}

@media screen and (max-width: 992px) {
.detail-types{
	margin:10px 0 0 0!important;
}
}

@media screen and (max-width: 576px) {
.detail-types ul li{
	font-size:.6rem;
	width:50%;
	margin:.5rem 0;
}
.detail-types ul li strong{
	font-size:.7rem;
	overflow-wrap: break-word;
}
}
.detail-types{
}
.detail-menu{
    position:absolute;
    left:0;
    
	width:100%;
	margin:20px 0 0 0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	background-color:#f9f9f9;
}
.detail-menu ul{
	display: table;
	padding:0 !important;
	margin:0!important;
	width:100%;
}
.detail-menu ul li{
	text-align:center;
	display: table-cell;
	color:#111;
	padding:0;
	font-weight:500;
}
.detail-menu ul li a{
	color:#111;
	display:block;
	line-height:40px;
	padding:5px 10px;
}
.detail2{
	position:relative;
}
.detail2 .d2-sign{
	position:absolute;
	z-index:1;
	left:50%;
	bottom:0;
	margin:0 0 0 -170px;
}
.detail2 .dt2-l{
	float:left;
	width:50%;
	background-color:#fff;
	padding:40px 100px 40px 40px;
}
.detail2 .dt2-r{
	float:left;
	width:50%;
	height:100%;
	padding:40px 40px 40px 120px;
}
.detail2 .dt2-r form{
	background-color:#ed5728;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Safari */
	padding:10px 25px;
	box-shadow:5px 5px 0px #ed5728;
}
.detail2 .dt2-r form .row{	
	transform: rotate(1deg);
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Safari */
	padding:20px;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}
.detail2 .dt2-r a{
	color:#333!important;
	text-decoration:underline;
}
@media screen and (max-width: 992px) {
.detail2 .d2-sign{
	display:none;
}
.detail2 .dt2-l{
	float:none;
	width:100%;
	padding:30px;
}
.detail2 .dt2-r{
	float:none;
	width:100%;
	padding:30px;
}
.detail2 .dt2-r form{
	width:100%;
	background-color:#ed5728;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	padding:5px;
}
.detail2 .dt2-r form .row{	
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	padding:0px 0 10px 0!important;
	margin:0!important;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}	
}
.detail3{
	background-color:#faf5f5;
	padding:60px 0;
}


.detail4{
	position:relative;
	background:#5f1717 url(../images/detail4.jpg) no-repeat left center;
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	-o-background-size: 50%;
	background-size: 50%;
	background-attachment: scroll;
	box-shadow:inset 0px 0px 100px rgba(0,0,0,.4);
}
.detail4 .dt4-l{
	float:left;
	width:50%;
}
.detail4 .dt4-r{
	background-color:#5f1717;
	float:left;
	width:50%;
	height:100%;
	padding:50px 40px 0 40px;
	min-height:400px;
}
.detail4 .dt4-r h2{
	color:#fff!important;
}
@media screen and (max-width: 992px) {
.detail4{
	background:#5f1717 url(../images/detail4.jpg) no-repeat center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-attachment: scroll;
}
.detail4 .dt4-l{
	float:none;
	width:100%;
	height:150px;
}
.detail4 .dt4-r{
	background-color:#5f1717;
	float:none;
	width:100%;
	height:100%;
	padding:20px 15px;
	min-height:inherit;
}
.detail4 .dt4-r h2{
	color:#fff!important;
}
}
.pl-assist{
    width:100%;
    margin:0 auto;
    border-top:solid 1px #996633;
    border-bottom:solid 1px #996633;
    display:table;
    padding:10px 0;
}
.pl-assist div{
    display:table-cell;
    width:33.33%;
    font-size:18px;
    vertical-align: middle;
}
.pl-assist div strong{
    color:#996633;
}
.pl-assist div ul{
	margin:0!important;
	padding:0!important;
	outline:none !important;
	border:0 !important;
}
.pl-assist div ul li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 0 5px 0;
	text-align:left;
}
.pl-assist div ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f00c";
	color: #0b5e2a ;
	font-size:18px;
}
@media screen and (max-width: 992px) {
.pl-assist{
    width:100%;
    padding:10px 0;
     text-align:left;
}
.pl-assist .pl-res{
    display:none;
}
.pl-assist .pl-res img{
    height:50px;
    margin:0 0 10px 0;
}
.pl-assist h5{
    margin:0 !important;
}
.pl-assist span{
    padding:0 0 15px 0 !important;
}
.pl-assist div{
    width:auto;
    font-size:22px;
    vertical-align: middle;
}
.pl-assist div img{
    height:100px;
}
.pl-assist div ul li{
	text-align:left;
	padding:0 0 0 27px;
	text-indent:3px;
	font-size:11px;
	border-left:solid 0px #FF6600;
	margin:0 0 0px 0;
	text-align:left;
	line-height:normal;
}
.pl-assist div ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -27px;
    content: "\f00c";
	color: #0b5e2a ;
	font-size:14px;
}
}

.modal-lg{
    max-width:730px !important;
}
.modal-content {
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2)!important;
    border-radius: 10px !important;
    outline: 0;
    box-shadow: 0px 5px 35px 0px rgba(0,0,0,.25);
}
.modal-header {
  display: block !important;
  padding: 1rem 2rem!important;
  border-bottom: 1px solid rgba(255,255,255,.3)!important;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-content h2{
	font-size:18px!important;
	margin:0 0 10px 0!important;
}
.modal-content h3{
	font-size:18px!important;
	margin:0 0 10px 0!important;
}
.modal-header img{
	float:left;
	height:70px;
	width:auto;
	max-width:150px;
	border:solid 5px #e1e1e1;
	margin:0 20px 0 0;
}
.modal-content h3 {
	color:#111!important;
	font-size:18px!important;
    margin:0!important;
}
.modal-content h6 {
	font-style:normal;
	color:#999!important;
	font-size:16px!important;
    margin:0!important;
	white-space: nowrap; 
    font-style: normal!important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.modal-content .close {
	width:34px;
	height:34px;
	line-height:28px!important;
	text-align:center;
	position:absolute;
	z-index:1;
	right:-10px;
	top:-10px;
	background-color:#fff;
    float: none!important;
    font-size: 2rem!important;
    font-weight: 400!important;
    line-height: 1;
    color: #111;
    text-shadow: 0 0px 0 #fff;
	padding: 0!important;
	margin: 0!important;
    opacity: 1;
	border-radius:100%;
	border:solid 2px #111;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.modal-content .close:hover {
    opacity: 1!important;
}
.modal-body {
    padding: 0!important;
}
.modal .modal-body .mb-inner {
  padding: 0;
}
.modal .pop-logo{
    text-align: center;
    margin: 0 0 10px 0;
}
.modal .pop-logo img{
    height: 50px;
}
.modal .m-banner{
    background-color:#f9f9f9;
	position:relative;
	overflow:hidden;
	padding-top:145%;
	width:100%;
	overflow:hidden;
	border-radius: 9px 0 0 9px;
}
.modal .m-banner img{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
	width:auto;
	height:100%;
}
.modal .m-icons{
	text-align:center;
	font-size:12px;
	background-color:#eaf7f4;
	border-radius:0 10px 10px 0;
	padding:10px;
}
.modal .m-icons img{
	width:42px;
	height:auto;
}
.modal .modal-strip{
	text-align:center;
	color:#fff;
    font-size:22px;
	font-weight:600;
	border-top:solid 1px #eee;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	line-height:normal;
}
.modal .modal-strip a{
	color:#111;
}
.modal-footer {
    position:relative;
  display: block !important;
  border-top: 1px solid rgba(0,0,0,.05)!important;
}
.modal-footer h5 {
	color:#111!important;
	font-size:16px!important;
}
.modal-footer .form-cont {
    font-size: 11px;
    text-align: center;
    line-height: normal;
    border-top: solid 0px #3a7902;
	color:#111!important;
	padding:0;
	text-transform:uppercase;
}
.modal-footer .form-cont img {
    width: 32px!important;
    height: auto!important;
	margin:0 0 10px 0!important;
	float:none !important;
}
.modal-footer img.car {
    display:none;
    width: auto!important;
    height: 80px!important;
	position:absolute!important;
	top:-90px;
	right:1rem;
}

@media screen and (max-width: 768px) {
.modal .modal-body .mb-inner {
  padding: 0px !important;
}
.modal-header {
  display: block !important;
  padding: 1rem 1rem!important;
}
.modal-header img {
    float: left;
    height: 70px;
    width: auto;
    max-width: 140px;
    border: solid 3px #c6dc93;
    margin: 0 10px 0 0;
}
.modal-header h3 {
	color:#fff!important;
	font-size:14px!important;
}
.modal-header h6 {
	font-style:normal;
	color:#c6dc93!important;
	font-size:12px!important;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.modal-footer .form-cont {
    font-size: 10px;
    text-align: center;
    line-height: normal;
    border-top: solid 0px #3a7902;
	color:#fff!important;
	padding:0;
	text-transform:capitalize;
}
.modal-dialog {
    margin: 1rem!important;
}
.modal-footer img.car {
    width: auto!important;
    height: 60px!important;
	position:absolute!important;
	top:-70px;
	right:0;
}
}


.left-fix{
	display:none;
	position:fixed;
	left:0;
	z-index:2001;
	top:50%;
	width:auto;
	text-align:center;
	background-color:#0b5e2a;
	padding:2px 2px 2px 0;
	
}
.left-fix a{
	color:#fff;
	text-decoration:none;
	background-color:#0b5e2a;
	display:inline-block;
	display:block;
}
.left-fix a:hover, .left-fix a:visited, .left-fix a:active {
	color:#fff!important;
	text-decoration:none!important;
}
.left-fix a.share{
	float:left;
	width:35px;
	background-color:#ed5728;
}
.left-fix i{
	color:#fff;
	font-size:20px;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}



.builder-logo{
}
.builder-logo li{
	float:left;
	width:14.66%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
@media screen and (max-width: 980px) {
.builder-logo{
}
.builder-logo li{
	float:left;
	width:23%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
}
@media screen and (max-width: 768px) {
.builder-logo{
}
.builder-logo li{
	float:left;
	width:31.33%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
}

@media screen and (max-width: 480px) {
.builder-logo{
}
.builder-logo li{
	float:left;
	width:48%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
}
ul.breadcrumb { 
  padding: 0 0 0 170px;
  list-style: none;
  background-color: transparent;
}
ul.breadcrumb li {
  display: inline;
  font-size:.8rem;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: 333;
  content: "/\00a0";
}
@media screen and (max-width : 1024px) {
ul.breadcrumb { 
  padding: 0 0 0 125px;
}
ul.breadcrumb li {
  display: inline;
  font-size:.5rem;
}
ul.breadcrumb li+li:before {
  padding: 8px 0 8px 2px;
  color: 333;
  content: "/\00a0";
}
}
ul.breadcrumb li a {
  color: #0b5e2a;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.dynamic ul {
	margin:0 0 0 15px;
}
.dynamic ul li{
	text-decoration: none;
	text-align: left;
}
.dynamic ol {
	margin:0 0 0 15px!important;
}
.dynamic ol li{
	text-decoration: none;
	text-align: left;
}
.dynamic p, .dynamic div{
	text-align:justify;
}

.news{
}
.news li{
	list-style:none;
	margin:0 0 15px 0;
}
.news li a{
	display:block;
	border:solid 1px #ccc;
	padding:10px;
	color:#666;
}
.news li a:hover{
	background-color:#f9f9f9;
}

.amenities{	
	margin:0!important;
}
.amenities:before, .amenities:after{
	display: table;
	content: "";
}
.amenities:after{	
	clear: both;
}
.amenities li{
	list-style-type: none;
	margin:10px 0;
	text-align:center;
	float:left;
	width:25%;
	line-height:normal;
	font-size:12px;
	color:#333;
}
.amenities li div{
	display:block;
	margin:5px auto;
	text-align:center;
	clear:both;
}
.amenities li div img{
	height:42px;
}
.amenity-icon{
	text-align:center;
}
.amenity-icon img{
	height:32px;
}

.downloads{	
	margin:0!important;
	width:100%;
}
.downloads:before, .downloads:after{
	display: table;
	content: "";
}
.downloads:after{	
	clear: both;
}
.downloads li{
	float:left;
	width:31.33%;
	list-style-type: none;
	text-indent:0!important;	
	margin:8px 2% 8px 0;
	line-height:normal;
	color:#111;
	box-shadow:0px 4px 5px -5px #3a7902;
}
.downloads li a{
	border:solid 1px #EAEAEA;
	border-left:solid 3px #3a7902;
	color:#111;
	padding:10px;
	display:block;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.downloads li a:hover{
	color:#3a7902;
	border-left:solid 10px #3a7902;
}
.downloads li i{
	color:#1f316e;
	margin:0 10px 0 0;
}

@media screen and (max-width : 992px) {
.amenities li{
	margin:20px 0;
	width:16.66%;
}
.downloads li{
	float:left;
	width:25%;
}
}
@media screen and (max-width : 768px) {
.amenities li{
	margin:10px 0;
	width:25%;
	font-size:11px;
}
.downloads li{
	width:48%;
	margin:8px 2% 8px 0;
}
}
@media screen and (max-width : 480px) {
.amenities li{
	width:50%;
	font-size:9px;
}
.downloads li{
	width:100%;
	margin:8px 0 8px 0;
}
}
.box2 {
	text-align: justify;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
	background-image: url(../images/box2.html);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	color: #333333;
	text-decoration: none;
	display: block;
}
.box2:hover {
	background-color: #F5F5F5;
	background-image: none;
	text-decoration: none;
}

.box2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #073963;
	margin-bottom: 15px;
}



.box1 {
	padding: 20px;
    margin: 15px 0;
	border: 1px solid #EAEAEA;
	border-radius:4px;
	background-color:#fff;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .09);
}
.box1 img{
    height:62px;
    margin:0 0 10px 0;
}
.box1.bx-location {
    height: 100%;
	padding: 20px;
    margin: 15px 0;
	border: 1px solid #EAEAEA;
    border-top:solid 3px #3a7902;
    border-radius:4px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .0);
}
.box1.bx-location-head {
    background-color: #eaf7f4;
    height: 100%;
	padding: 20px;
	border: 1px solid #eaf7f4;
    border-top:solid 0px #3a7902;
    border-radius:4px;
    vertical-align: middle;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .0);
}
.box1.bx-location-head h2::after{
    background-color: #3a7902;
}
.box1.bx-location-head h2 strong {
    font-weight: 500 !important;
    clear: both;
    display: block;
  font-size: 40px;
  font-family: Damion,Helvetica,Arial,sans-serif;
    margin: 40px 0 0 0;
}
.box1.bx-location .b-link{
    background-color: #eaf7f4;
    padding: 40px 10px 10px 10px;
    border-radius:4px;
    margin: 35px 0 0 0;
    position: relative;
}
.box1.bx-location .b-link img{
    position: absolute;
    left: 10px;
    top: -25px;
    width: 60px;
    height: 60px;
}
.box1.bx-location h4{    
    font-size: 16px!important;
	color:#666!important;
}
.box1.bx-location h4 i{
    font-size: 16px!important;
	color:#666!important;
}
.box1 i{
	font-size:36px;
	color:#3a7902;
    margin: 0 0 10px 0;
}
.box1 h3{
	color:#000!important;
}
.box1 h4{
    font-size: 14px!important;
	color:#000!important;
}
.box1 p{
    line-height: 1.5;
}
.box1 a.more{
	position:relative;
	float:none;	
}


@media screen and (max-width : 480px) {
.box1 {
	padding: 20px;
}
.box1.bx-location {
    height: auto;
}
.box1.bx-location-head {
    height: auto;
}
.box1.bx-location-head h2 strong {    
    margin: 0;
}
}

.box4 {
	background-image: url(../images/box4.html);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #f2f2f2;
	margin-top: 10px;
	color: #333333;
}




/* --------------------------- */
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:23%;
	margin:1%;
	float:left;
	text-align:center;
}
.property ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 15px;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #82B441;
	border-left-color: #CCCCCC;
}
.property ul li a:hover{
	color:#fff;	
	background-color:#82b441;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #82B441;
	border-right-color: #82B441;
	border-bottom-color: #82B441;
	border-left-color: #82B441;
}
.property ul li a img{
	border-radius:50%;
	width:80px;
	height:auto;
	margin:0 0 10px 0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:50px;
}
.property-list{
	font-size:13px;
	margin:0 0 20px 0;
}
.property-list strong{
	color: #00aec4;
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list a:hover{
	background-color:#f9f9f9;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:left;
	width:15%;
	margin:0 1% 0 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:left;
	width:30%;
	margin:0 1% 0 0;
}
.property-list .pl-3{
	float:left;
	width:24%;
	margin:0 1% 0 0;
}
.property-list .pl-4{
	float:left;
	width:28%;
}
@media screen and (max-width: 980px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:48%;
	margin:1%;
	float:left;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:50px;
}
}
@media screen and (max-width: 768px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:100%;
	margin:0 0 10px 0;
	float:none;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:auto;
}
.property-list{
	font-size:13px;	
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:left;
	width:22%;
	margin:0 3% 0 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:left;
	width:35%;
	margin:0 3% 0 0;
}
.property-list .pl-3{
	float:left;
	width:34%;
	margin:0 3% 0 0;
}
.property-list .pl-4{
	float:none;
	width:100%;
}
}
@media screen and (max-width: 480px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:100%;
	margin:0 0 10px 0;
	float:none;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:auto;
}
.property-list{
	font-size:13px;	
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-3{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-4{
	float:none;
	width:100%;
}
}




.testimonial{
	margin:0 0 30px 0;
	position:relative;
}
.testimonial .quote{
	position:absolute;
	right:0;
	top:-30px;
	color:#3a7902;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#fff;
    border-radius:10px;
	border:solid 1px #EAEAEA;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	box-shadow: 0px 5px 25px 0px rgba(194, 200, 213, 0.32);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #fff;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	border-bottom:solid 1px #EAEAEA;
	border-right:solid 1px #EAEAEA;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}

.pro-map{
}
.pro-map iframe{
	width:100%!important;
	height:350px!important;
	padding:5px;
	background-color:#fff;
	box-shadow:0px 0px 3px rgba(0,0,0,.3);
}
.maps{
}
.maps li{
	list-style:none;
	float:left;
	width:33.33%;
}
.maps li a{
	text-decoration: none;
	color: #333;
	font-size:12px;
	font-weight: bold;
	background-image: url(../images/bullet1.html);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding:5px 0 5px 20px;
	line-height:25px;
}
.img-r{
	float:right;
	margin:0 0 0 15px;
}
.img-r img{
	width:auto;
	max-width:230px;
	height:auto;
}
.img-l{
	float:left;
	margin:0 25px 0 0;
	width:auto;
	max-width:300px;
}
.ab-builder{
    float:right;
	margin:0 0 0 20px;
	width:auto;
	height:auto;
	max-width:300px;
}
@media screen and (max-width: 980px) {
.ab-builder{
	width:auto;
	max-width:100%;
	height:50px;
	float:right;
	margin:0 0 0 10px;
}
}
@media screen and (max-width: 980px) {
.maps{
}
.maps li{
	list-style:none;
	float:left;
	width:50%;
}
.maps li a{
	text-decoration:none;
}
}
@media screen and (max-width: 480px) {
	
.maps{
}
.maps li{
	list-style:none;
	float:none;
	width:100%;
}
.maps li a{
	text-decoration:none;
}

.img-r{
	float:none;
	margin:0;
}
.img-r img{
	width:100%;
	max-width:100%;
	height:auto;
}
}
.page_nation {
	text-decoration: none;
	line-height: 25px;
}
.page_nation a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #333333;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

.page_nation {
	text-decoration: none;
	line-height: 25px;
}
::-webkit-input-placeholder { /* Chrome */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}


@media screen and (max-width: 600px) {
.auto-comp ::-webkit-input-placeholder { /* Chrome */
  color: #666;
  font-size:11px;
}
.auto-comp :-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-size:11px;
}
.auto-comp ::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-size:11px;
  opacity: 1;
}
.auto-comp :-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  font-size:11px;
  opacity: 1;
}
}


input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	background-color: #f9fbfe;
	font-size: .9rem;
	border:solid 1px rgba(0,0,0,.1);
	color: #495057;
	padding: 0 1rem;
	height:45px;
	width: 100%;
    border-radius:4px;
	margin:0 0 20px 0!important;
}
.iti {
    position: relative;
    display: block;
	width: 100%;
	margin:0 0 20px 0!important;
}
.iti .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country {
    padding: 5px;
    outline: none;
	font-size:11px;
}

textarea{
	background-color: #f9fbfe;
	font-size:.9rem;
	border:solid 1px rgba(0,0,0,.1);
	color: #495057;
	clear: both;
	padding: .7rem 1rem;
	height:90px;
	width: 100%;
	text-decoration: none;
    border-radius:4px;
	margin:0 0 20px 0!important;
}
select {
	background-color: #f9fbfe;
	font-size:.9rem!important;
	border:solid 1px #EAEAEA;
	color: #495057;
	height:45px;
	width: 100%!important;
	padding: 0 1rem;
    border-radius:4px;
	margin:0 0 20px 0!important;
}
.custom-select {
    background-color: #f9fbfe!important;
    display: inline-block;
	font-size:.9rem!important;
    width: 100%;
    height: 45px !important;
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #EAEAEA!important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius:4px!important;
	margin:0 0 20px 0!important;
}
.custom-file{
    margin-bottom: 10px!important;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 44px !important;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 2!important;
  color: #495057;
  background-color: #f9fbfe!important;
  border:solid 1px rgba(0,0,0,.1);
  border-radius: .25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 41px !important;
  padding: .375rem .75rem;
  line-height: 2!important;
  color: #fff;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}


input[type="submit"]{
	background-color: #111;
	display:inline-block;
	line-height:44px;
	padding:0 30px;
	color:#fff;
	font-size:16px;
	border:0;
    border-radius:4px;
}
input[type="submit"]:hover {
	background-color: #3a7902;
	color:#fff!important;
}
input[type="checkbox"][readonly] {
  pointer-events: none;
}
.rc-anchor{
	display:none!important;
}
.captcha{
    text-align:center;
    width:227px!important;
    height:57px!important;
    overflow:hidden;
    margin:0 auto 1rem auto !important;
    display:inline-block!important;
}
.captcha .g-recaptcha{
    margin:0 auto!important;
    display:inline-block!important;
}
#rc-imageselect {transform:scale(0.75);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;}
.full-btn{
	display:block!important;
	width:100%!important;
}
.btn-full{
	padding:0 10px!important;
	width:100%!important;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
@media screen and (max-width: 1120px) {	
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
}

a.more{
	float:right;
	right:0;
	position:absolute;
	z-index:1;
	font-weight:600;
	padding:0 0 0 0;
	color:#ff5a5f;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
a.more::after {  
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	content: "\f30b";  
    top:0;
	right:0;
	margin:0 5px 0 5px;
	color: #ff5a5f ;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
a.more:hover{	
	color:#ff5a5f;
}
a.more:hover::after {  
	margin:0 0 0 10px;
}

.btn1 {
	background-color: #ff5a5f!important;
	display:inline-block;
	line-height:44px;
	padding:0 27px;
	color:#fff!important;
	font-size:16px;
    font-weight: 500;
	border:0;
    border-radius:4px;
    vertical-align: middle;
}
.btn1 i{
    font-size:20px;
    line-height:26px;        
	vertical-align: middle;
}
.btn1:hover{
	background-color:#3a7902!important;
}
.btn2 {
	background-color: #3a7902!important;
	display:inline-block;
	line-height:44px;
	padding:0 27px;
	color:#fff!important;
	font-size:16px;
    font-weight: 500;
	border:0;
    border-radius:4px;
    vertical-align: middle;
}
.btn2 i{
    font-size:20px;
    line-height:26px;        
	vertical-align: middle;
}
.btn2:hover{
	background-color:#ff5a5f!important;
}
.btn3 {
	background-color: #3a7902!important;
	display:inline-block;
	line-height:44px;
	padding:0 30px;
	color:#fff!important;
	font-size:16px;
	border:0;
    border-radius:4px;
}
.btn3:hover{
	background-color:#111!important;
}
.button {
	background-color: #fff;
	border:solid 0px #eee;
	display:block!important;
	line-height:44px;
	padding:0 27px;
	color:#0b5e2a !important;
	font-size:14px;
	margin:-10px auto 10px auto;
	border-radius:20px;
	text-transform:capitalize;
}
.btn-plus {
    float: right;
    right: 15px;
    position: absolute;
    z-index: 1;
	background-color: #ff5a5f!important;
	display:inline-block;
	line-height:44px;
	padding:0 15px;
	color:#fff!important;
	font-size:16px;
    font-weight: 500;
	border:0;
    border-radius:4px;
    vertical-align: middle;
}
.read-more{
	color:#3a7902;
	text-decoration:none;
	cursor:pointer;
}
.read-more{
}
.btn-file {
	position: relative;
	overflow: hidden;
	font-size:12px;
	font-weight:normal!important;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding: 0 10px;
	border:solid 1px #EAEAEA;
	margin:0 0 10px 0;
	cursor:pointer;
}
.btn-file:hover {	
	background-color:#c6dc93;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #ddd;
  cursor: inherit;
  display: block;
}
.tbl1 {
	text-decoration: none;
	border:solid 1px rgba(0,0,0,.1);	
}

.tbl1 td {
	text-align:center;
	padding: 5px;
	line-height:1.5;
	text-decoration: none;
	font-size:14px!important;
	border:solid 1px rgba(0,0,0,.1);
}
.tbl1 th {
	text-align:center;
	line-height:1.5;
	padding: 5px;
	text-decoration: none;
	font-weight:500 !important;
	border:solid 1px rgba(0,0,0,.1);
}
.tbl1 td a{
	background-color:#3a7902;
	display:inline-block;
	padding:0px 15px;
	line-height:30px;
	font-weight:400!important;
	color:#fff!important;
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	border-radius:3px;
}
.tbl1 td a:hover{
	background-color:#111;
	color:#fff!important;
}

@media screen and (max-width: 768px) {	
.tbl1 {
	text-decoration: none;
	font-size:10px;
	line-height:normal;
}

.tbl1 td {
	padding: 5px 3px !important;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size:11px!important;
}
.tbl1 th {
	padding: 5px 3px !important;
	text-decoration: none;
}
.tbl1 td a{
	background-color:#3a7902;
	display:inline-block;
	padding:0px 5px;
	line-height:25px;
	font-weight:400!important;
	color:#fff!important;
	text-transform:capitalize;
	font-size:11px;
	white-space: nowrap;
	margin:0;
}
}

.bottom_mar {
	text-align: left;
	background-image: url(../images/search_bg.html);
	height: 71px;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 10px;
}
.bottom_mar img {
	border: 1px solid #CCCCCC;
}
.bottom_mar a {
	color: #FFFFFF;
	text-decoration: none;
}

.blogs{
	width:100%;
	background-color:#fff;
	padding:25px;
	box-shadow:0px 5px 15px rgba(0,0,0,.1);
	margin:0 0 30px 0;
	font-size:15px;
	line-height:28px;
	font-weight:400;
}
.blogs .b-thumb{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	margin:0 20px 0 0;
}
.blogs h2, .blogs h3{
	font-size:24px!important;
}
.blogs h3 a{
	color:#111;	
}
.blogs h3 a:hover{
	color:inherit!important;
}
.blogs .b-thumb img{
	min-height:200px;
	width:100%;
	height:auto;
	margin:0;
}
.blogs .btn3{
	margin:15px 0 0 0;
}
.blogs .social{
	list-style:none;
	text-align:left;
	display:block;
	clear:both;
}
.blogs .social li{
	display:inline;
}
.blogs .social li a{
}
.blogs .social li a img{
	width:30px;
	height:auto;
}
.blogs .blog-img{
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0 0 0;
}
.blogs .blog-img img{
	width:auto;
	height:auto;
	max-width:100%;
}
.blogs .img-tag{
	text-align:center;
	font-style:italic;
	color:#999;
	margin:0 0 20px 0;
}
.blogs .blog-more-details{
}
.blogs .blog-more-details span{
    margin:0 10px 0 0;
    color:#666;
}
.blogs .blog-more-details span i{
    color:#3a7902;
    margin:0 5px 0 0;
}
.blogs .blog-more-details span a{
    color:#666;
}
.blogs .blog-more-details .tags{
	margin:10px 0;
	display:block;
}
.blogs .blog-more-details .tags strong{
    background-color:#eee;
    border-radius:5px;
    padding:5px 7px;
    display:inline-block;
    font-size:12px;
    font-weight:400;
    line-height:16px;
    margin:0 8px 8px 0;
}
.blogs ul.blog-list{
	list-style:none;
}
.blogs ul.blog-list li{	
	border-top:solid 1px #ccc;
	padding:15px 0;
}
.blogs ul.blog-list li h5{
	line-height:normal!important;
	font-size:16px!important;
}
.blogs ul.blog-list li .btn3{
	display:inline-block;
	font-weight:700;
	background-color:#fff;
	line-height:30px;
	color:#f89c32!important;
	text-decoration:none;
	padding:0px 15px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	border-radius:15px;
	border:solid 2px #f89c32;
	cursor:pointer;
	font-size:13px!important;
}
@media screen and (max-width: 480px) {
.blogs .b-thumb{
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 0 20px 0;
	text-align:center;
}
.blogs .b-thumb img{
	width:auto;
	max-width:100%;
	height:auto;
	margin:0;
}
}

.related-pro a{
	display:block;
	border:solid 1px #eeeeee;
	padding:10px;
	margin:10px 0;
	border-radius:3px;
}
.related-pro a:hover{
	background-color:#f9f9f9;
}
.related-pro i{
	width:90px;
	height:90px;
	line-height:90px;
	font-size:40px;
	border-radius:50%;
	background-color:#3a7902;
	color:#fff;
	margin:0 25px 0 0;
	text-align:center;
}
.related-pro h4{
	font-size:22px !important;
	margin:0 0!important;
	padding:10px 0!important;
	color:#0b5e2a!important;
}



.presence{
	text-align:left;
    display: table;
	margin:30px 0;
    padding: 20px;
	display:block;
    border: solid 1px #EAEAEA;
    border-radius:10px;
    box-shadow: 0px 5px 25px 0px rgba(194, 200, 213, 0.32);
}
.presence i{
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:26px;
	border-radius:100%;
	background-color:#f9fbfe;
    border:1px solid rgba(0,0,0,.05);
	color:#3a7902;
	margin:0 25px 0 0;
	text-align:center;
}
.presence h5{
    font-size:14px!important;
    font-weight:500!important;
	color:#999!important;
    margin: 0 0 10px 0!important;
}
.presence h6{
	font-size:16px!important;
	line-height:1.5!important;
    font-style: normal;
    font-weight:600;
	color:#000!important;
}
.presence h6 a{
	color:#333!important;
}

.footer2 h5 {
	margin:0 0 1rem 0 !important;
}
.footer2 ul.awards{
	list-style:none;
	display:table;
    width: 100%;
	margin:1rem 0 0 0 !important;
	padding:0;
}
.footer2 ul.awards li{
	display:inline-block;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	border-right:solid 0px #ccc;
}
.footer2 ul.awards li:last-child{
	border-right:solid 0px #fff;
}
.footer2 ul.awards li img{
	height:60px;
	width:auto;
    border-radius: 5px;
}

.footer2 .social{
	text-align:left;
	margin:1rem 0 0 0;
}
.footer2 .social ul{
	text-align:left;
	display:inline-block;
}
.footer2 .social ul li{
	list-style:none;
	float:left;
	margin:0 5px 0 0!important;
	border:0;
	padding:0!important;
}
.footer2 .social ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	width:0px;
	height:0px;
	background-color:#3a7902;
}
.footer2 .social ul li a i{
    display: block;
	width:40px;
	height:40px;
	font-size:1.2rem;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	background-color:rgba(255,255,255,0);
	border:solid 0px #0b5e2a;
	color: #fff;
}
.footer2 .social ul li a:hover i{
	border:solid 0px #0b5e2a;
	color: #fff;
}
.footer2 .social ul li a .fa-facebook-f{
    background-color: #143172;
}
.footer2 .social ul li a .fa-linkedin-in{
    background-color: #143172;
}
.footer2 .social ul li a .fa-instagram{
    background-color: #ae06a1;
}
.footer2 .social ul li a .fa-youtube{
    background-color: #f30007;
}
@media screen and (max-width: 768px) {
.footer2 ul.awards li{
	margin:1%;
	width:30.33%;
	padding:10px;
	text-align:center;
	border:0;
}
.footer2 ul.awards li img{
	height:40px;
	width:auto;
	max-width:100%;
}
.footer2 .social{
	text-align:center;
	margin:1rem 0 0 0;
	float:none;
}
}


.footer3 {
	background-color: #fff;
	padding:30px 0;
	box-shadow:0px -1rem 1rem rgba(0,0,0,.1);
}
.footer3 a, .footer3 span{
	text-align:left;
	color:#666;
	font-size:1rem;
	line-height:25px;
	padding:10px 0;
	display:block;
}
.footer3 a:hover{
	color:#111!important;
	text-decoration:none;
}
.footer3 a img, .footer3 span img{
	float:left;
	color:#fff;
	width:auto;
	height:50px;
	line-height:50px;
	text-align:center;
	margin: 0 10px 0 0;
}
.footer3 a strong, .footer3 span strong{
	font-size:18px;
	font-weight:600;
	color:#333;
	line-height:25px;
}
.footer3 span a{
    padding:0;
	display:inline-block;
}
@media screen and (max-width: 575px) {
.footer3 .row .col-12 {
	border-bottom:solid 1px #ccc;
}
.footer3 .row .col-12:last-child {
	border-bottom:solid 0px #fff;
}
.footer3 a, .footer3 span {
    font-size: .8rem;
    line-height: 20px;
    padding: 10px 0;
}
.footer3 a strong{
	font-size:16px;
	line-height:20px;
}
.footer3 a img, .footer3 span img{
	float:left;
	color:#fff;
	width:auto;
	height:40px;
	line-height:40px;
	text-align:left;
	margin: 0 10px 0 0;
}
}

.footer2 {
	background-color: #f5f5f5;
	padding:20px 0 40px 0;
}
.footer2 h4{
	font-size:20px!important;
	color:#111!important;
	font-weight:600;
	padding:0 0 0 0!important;
	margin:20px 0 10px 0!important;
}
.footer2 h4 i{
	width:25px;
}
.footer2 ul{
	margin:0 !important;
	padding:0!important;
	width:100%;
	display:table;
}
.footer2 ul li{
	font-size:13px;
	line-height:1!important;
	display:inline-block;
	list-style:none;
	line-height:normal;
	padding:0 5px 0 0;
	margin:3px 5px 3px 0;
	position:relative;
	border-right:solid 1px #ccc;
}
.footer2 ul li:last-child{
	border-right:solid 0px #ccc;
}
.footer2 ul li i{
	font-size:20px;
	margin:0 10px 0 0;
}
.footer2 ul li a{
	color: rgba(0,0,0,.9);
}
.footer2 ul li a:hover{
	color: rgba(0,0,0,.5);
}
.footer2 .f-logo{
	width:auto;
	height:auto;
	max-width:90%;
}
footer{
	background-color:#e8e8e8;
	padding: 10px 0;
	position: relative;
	color: #333;
	font-size:13px;
	text-align:center;
	margin:0;
}
footer a{	
	color: #0b5e2a;
	text-decoration:none;
}
footer .copy{	
	font-size:9px;
	line-height:1.5;
    text-align: justify;
}

@media screen and (max-width: 992px) {
.footer2 ul{
	width:100%;
}
.footer2 ul li{
	font-size:10px;
	line-height:1!important;
	display:inline-block;
	list-style:none;
	line-height:normal;
	padding:0 5px 0 0;
	margin:3px 5px 3px 0;
	position:relative;
	border-right:solid 1px #ccc;
}
footer{
	font-size:10px;
	line-height:normal;
	padding: 10px 0 65px 0;
}
}







.tt {
  position: relative;
  display: inline-block;
}
.tt strong{
  background-color:#e14000;
  color:#fff !important;
  width:15px;
  height:15px;
  line-height:15px;
  font-size:13px!important;
  text-align:center;
  border-radius:100%;
  text-transform:lowercase!important;
}
.tt .ttt {
  display:none;
  position:absolute;
  z-index:1;
  top:-58px;
  left:-5px;
  background-color:#eee;
  border:solid 1px #eee;
  padding:5px;
  border-radius:5px;
  min-width:150px;
  text-transform:lowercase!important;
  color:#111!important;
}
.tt .ttt::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 12px;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #eee transparent transparent transparent;
}

.tt:hover .ttt {
  display:block;
}





.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link {
    color: #111!important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #eaf7f4!important;
    border-color: #e1e1e1!important;
}



#fixme-bottom{
	position:fixed;
	z-index:10000!important;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	padding:10px;
}
#fixme-bottom .d-msg {
	width:80%;
	background-color:#fff;
	position:static!important;
	height:auto;
	max-height:60%;
	margin:8% auto 0 auto;
	padding:30px;
	text-align:justify;
	line-height:24px;	
	box-shadow:0 0 0 25px rgba(0,0,0,.2);
	font-size:13px!important;
	line-height:22px!important;
	/*overflow-y:scroll;*/
}
#fixme-bottom .arb{
	background-color:#fff;
	width:50px;
	height:auto;
	text-align:center;
	font-size:14px;
	padding:5px 0;
	color:#F60;
	margin:-25px auto 0 -25px;
	display:inline-block;
	z-index:222222222;
	position:absolute;
	left:50%;
	border:solid 1px #ccc;
	border-bottom:0;
	display:none;
}
#fixme-bottom .d-msg h3 {
	margin:0 0 10px 0!important;
	border-left:solid 3px #ccc;
	padding:0 0 0 10px!important;
}
#fixme-bottom .d-msg .agree {
	background-color:#C30;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin:15px 0 0 0;
	cursor:pointer;
}
@media screen and (max-width : 768px) {
#fixme-bottom{
	position:fixed;
	z-index:10000!important;
	top:0;
	left:0;
	width:100%;
	height:700px!important;
	background-color:rgba(0,0,0,.5);
	padding:10px;
}
#fixme-bottom .d-msg {
	overflow-y:scroll;
	width:90%;
	margin:15% auto 0 auto;
	box-shadow:0 0 0 10px rgba(0,0,0,.2);
	padding-bottom:50px;
}
#fixme-bottom .arb{	
	display:block;
}
#fixme-bottom .d-msg .agree {
	margin:15px 0 50px 0!important;
	cursor:pointer;
}
}
.right-fix{
	position:fixed;
	right:-67px;
	z-index:999;
	top:30%;
	width:170px;	
	text-align:center;
	background-color:#882626;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400!important;
}
.right-fix a{
	display:block;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
}
.right-fix a:hover{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.right-fix a:hover, .right-fix a:visited, .right-fix a:active{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix2{
	position:fixed;
	right:-67px;
	z-index:999;
	top:60%;
	width:170px;	
	text-align:center;
	background-color:#d34519;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400!important;
}
.right-fix2 a{
	display:block;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
}
.right-fix2 a:hover{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix2 i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.fix-call{
    position:fixed;
    right:10px;
    bottom:10px;
    z-index:100;
    width:250px;
    text-align:right;
}
.fix-call span{
    display:none;
}
.fix-call a i{
    font-size:25px;
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    border-radius:100%;
    color:#fff;
    background-color:#ff5a5f ;
}
.fix-call a .fa-volume-control-phone{
}
.fix-call a .fa-whatsapp{
    background-color:#39c83a ;
}
.fix-call a .fa-envelope-open-o{
}
.fix-call.common{
	display:block;
}
.fix-call.project{
	display:none;
}
.fix-call.property{
	display:none;
}
.fix-call.floor{
	display:none;
}
.fix-call.plot{
	display:none;
}
@media screen and (max-width : 992px) {
.fix-call span{
    display:block;
}
.fix-call.common{
	display:block;
}
.fix-call.project{
	display:none;
}
.fix-call.property{
	display:none;
}
.fix-call.floor{
	display:none;
}
.fix-call.plot{
	display:none;
}
}
@media screen and (max-width : 992px) {
.right-fix{
	position:fixed;
	right:-65px;
	top:30%;
	width:150px;	
	text-align:center;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
.right-fix2{
	position:fixed;
	right:-65px;
	top:60%;
	width:150px;	
	text-align:center;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix2 a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
.fix-call{
    position:absolut;
    left:0;
    bottom:0;
    width:100%;
    z-index:10000;
    background-image: linear-gradient(#f9f9f9, #eee) !important;
    background-color:transparent;
    text-align:center;
    padding:0;
    box-shadow:0px -3px 10px -3px rgba(0, 0, 0, .2)!important;
	text-align:center;
	display:table;
}
.fix-call a{
    color:#333 !important;
    font-size:12px;
	display:inline-block;
	width:24%;
	text-align:center;
	line-height:25px;
	padding-top:7px;
	padding-bottom:8px;
	border-right: solid 1px #ddd;
}
.fix-call a:last-child{
	border-right: solid 0px #ddd;
}

.fix-call a.wa{
}
.fix-call a i{
    color:#0b5e2a !important;
    font-size:25px!important;
	display:block;
	margin:0 auto;
	clear:both;
	
	width:auto;
    height:auto;
    line-height:25px;
    border-radius:0;
    background-color:transparent;
    
}
.fix-call a .fa-home{
	color:#333 !important;
}
.fix-call a .fa-volume-control-phone{
	color:#ff5a5f!important;
}
.fix-call a .fa-whatsapp{
	color:#48a91f!important;
	font-size:27px!important;
	background-color:transparent;
}
.fix-call a .fa-envelopes{
	color:#3a7902!important;
}
}

#dots{display:inline-block;}
#more{display: none;}
#myBtn{display:block!important; margin:4px 0;}


.grecaptcha-badge { opacity:0;}