/*------------------------------------------------------------------
Main Style Stylesheet
	Project:		Realtor | Real Estate HTML5 Template
	Version:	    1.0
	Author:			M_Adnan
	Last change:	20/04/15
	Primary use:	Realtor | Real Estate HTML5 Template, Real Estate, Property
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED PROPERTIES
 + WHAT PEOPLE SAY ABOUT US
 + FEEDBACK FROM CLIENTS
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
			THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
/*=======================================================
			WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #232323;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	color: #777777;
	font-family: 'Lato';
	font-size: 14px;
	line-height: 24px;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
li {
	font-family: 'Lato';
	list-style: none;
}
a {
	font-family: 'Lato';
	text-decoration: none;
	color: #757575;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif !important;
}
/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
/*=======================================================
			BUTTON
========================================================*/
.btn {
	background: #8BC348;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	display: inline-block;
	padding: 10px 30px;
	margin: 0 auto;
	margin-top: 15px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn:hover {
	background: #ff5722;
	color: #fff;
}
/*=======================================================
			MARGIN 20px
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
			MARGIN 40px
========================================================*/
.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
			MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
			PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
/*=======================================================
			TITTLE
========================================================*/
hr {
	background: #8BC348;
	height: 4px;
	width: 50px;
}
.tittle {
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.tittle h3 {
	margin: 0px;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.tittle p {
	width: 75%;
	margin: 0 auto;
	line-height: 24px;
	font-size: 14px;
}
/*=======================================================
			TOP BAR
========================================================*/
.top-bar {
	background: #222222;
	border-bottom: 1px solid #eaebef;
	height: 45px;
	position: relative;
	overflow: hidden;
}
.top-bar ul {
}
.top-bar ul li {
	display: inline-block;
}
.top-bar ul li a {
	color: #888888;
	display: inline-block;
	padding: 0 10px;
	line-height: 45px;
}
.top-bar .left-bar-side {
	float: left;
	margin-bottom: 0px;
}
.top-bar .left-bar-side li {
}
.top-bar li:nth-last-child(1) a {
}
.top-bar .right-bar-side {
	float: right;
}
.top-bar i {
	margin: 0 4px;
}
.top-bar .left-bar-side li {
	border: none;
	margin-right: 0px;
}
.top-bar .left-bar-side li:nth-last-child(1) span {
	display: none;
}
.top-bar .left-bar-side p {
	font-weight: 400;
	color: #9d9c9c;
	line-height: 40px;
	margin: 0px;
	display: inline-block;
	line-height: 45px;
	font-size: 14px;
}
.top-bar .left-bar-side span {
	color: #9c9c9c;
	margin: 0 15px;
}
/*=======================================================
			HEADER
========================================================*/
header {
	background: #fff;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 999;
	line-height: 0px;
}
header:before {
	content: "";
	position: absolute;
	width: 38%;
	background: #f2f0f0;
	height: 100%;
	z-index: -1;
}
header .logo {
	float: left;
	margin: 25px 0;
}
header nav {
	display: inline-block;
	width: auto;
	float: right;
	position: relative;
	z-index: 999;
	min-height: 90px;
}
header nav .ownmenu {
	background: #fff;
	min-height: 90px;
}
.sticky-wrapper {
	height: auto !important;
}
header nav li a {
	line-height: 20px;
	text-transform: uppercase;
	color: #222222;
	float: left;
	font-size: 14px;
	font-weight: 500;
	font-size: 14px;
	padding: 0 18px;
	border-right: 1px dashed #ffffff;
	padding-bottom: 25px;
}
header nav li {
	padding-top: 22px;
	margin-top: 20px;
}
header nav li.active {
	background: url(../images/nav-head.png) center 0px no-repeat;
}
header nav li.active a {
	color: #ff5722;
}
header nav li:hover a {
	color: #ff5722;
}
header nav li:hover {
	background: url(../images/nav-head.png) center 0px no-repeat;
	color: #222222;
}
header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #ffdd00;
	color: #222222;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #222222;
	border-bottom: 1px solid #e9e9e9;
	line-height: 38px;
	padding: 0px;
	background: none;
}
header .ownmenu ul.dropdown li a:hover {
	background: none;
	color: #8BC348;
}
header .ownmenu ul.dropdown li:nth-last-child(1) a {
}
.ownmenu > li:hover > a, .ownmenu > li.active > a {
}
.sub-nav-co {
	float: right;
	position: relative;
	right: 15px;
	width: 40px;
	margin-top: -30px;
	height: 40px;
	display: none;
}
.sub-nav-co a {
	background: #ffffff;
	position: absolute;
	left: 0px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	top: 0px;
	border-radius: 50%;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #222222;
	text-transform: uppercase;
	font-size: 16px;
}
.nav-post .boder-da-r {
	border-right: 1px solid #e9e9e9;
}
.nav-post li {
	padding: 10px 0 !important;
	margin: 0px;
	border-bottom: 1px solid #e9e9e9;
	display: inline-block;
	width: 100%;
}
.nav-post .img-nav {
	height: 75px;
	width: 75px;
	float: left;
}
.nav-post .nav-text {
	float: right;
	width: 73%;
}
.ownmenu li > .megamenu a {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
.ownmenu li > .megamenu li:hover {
	background: none;
	color: #8BC348 !important;
}
.ownmenu li > .megamenu li a:hover {
	color: #8BC348 !important;
}
ul.dropdown {
	padding-top: 10px !important;
}
ul.dropdown li {
	padding: 0px;
}
ul.dropdown li:hover {
	background: none
}
.ownmenu .megamenu img {
	width: auto;
	margin-top: -50px;
}
.ownmenu > li > .megamenu.full-width {
	padding-bottom: 0px;
}
.absu {
	position: absolute;
	right: -41px;
	width: 100%;
	top: -8px;
	z-index: -1;
}
.nav-post .nav-text a {
	background: none;
	font-size: 14px !important;
	color: #222222 !important;
	line-height: 20px;
	font-weight: 500;
}
.nav-post .nav-text span {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.nav-post .nav-big a {
	background: none;
	font-size: 15px !important;
	color: #222222 !important;
	line-height: 20px;
	padding: 0px !important;
}
.nav-post .nav-big img {
	margin: 20px 0;
}
.nav-post li a {
	padding: 0px;
	margin: 0px;
}
/*=======================================================
			BANNER
========================================================*/
#banner {
	height: 670px;
	position: relative;
	overflow: hidden;
	margin-top: -5px;
	z-index: 99;
	background: #fff;
	background-size: cover;
}
#banner .flex-banner img {
	width: 100%;
}
#banner .flex-banner {
	height: 670px;
}
.finder {
	position: absolute;
	top: 25%;
	z-index: 2;
	width: 100%;
	left: 0px;
	text-align: center;
}
.finder h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 800;
	letter-spacing: 8px;
	font-family: 'Montserrat', sans-serif;
}
.find-sec {
	background: #ffffff;
	padding: 30px;
	display: inline-block;
	width: 100%;
	margin-top: 80px;
	position: relative;
}
.find-sec:before {
	content: "";
	position: absolute;
	right: 0px;
	background: none;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 43px 43px 0;
	border-color: transparent #57b45a transparent transparent;
}
.find-sec label {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #222222;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 10px;
}
.find-sec select {
	width: 100%;
	height: 39px;
}
.bootstrap-select .btn:focus {
	outline: none !important;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	background: #f8f8f8;
}
.bootstrap-select>.btn {
	background: #fff;
	padding: 9px;
	margin: 0;
	border: 1px solid #dddddd;
	display: inline-block;
	width: 100%;
	height: 39px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	font-weight: normal;
}
.bootstrap-select {
}
.bootstrap-select.btn-group .btn .caret {
	background: #f8f8f8;
	height: 37px;
	width: 37px;
	position: absolute;
	top: 2px;
	right: 0px;
	border: none;
	border-left: 1px solid #dddddd;
}
.find-sec .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.find-sec a:focus {
	outline: none !important;
}
.find-sec .selected a {
	background: #8BC348;
	color: #fff;
	font-size: 12px;
}
.find-sec .dropdown-menu a {
	font-size: 12px;
	line-height: 26px;
}
.find-sec .dropdown-menu a:hover {
	background: #8BC348;
	color: #fff;
	font-size: 12px;
}
.find-sec .dropdown-menu {
	padding: 0px;
	margin-top: 0px;
	border-radius: 0px;
	border-top: 0px;
	z-index: 9;
}
.bootstrap-select.btn-group .btn .caret:before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding: 0px;
	color: #777777;
	float: right;
	font-size: 16px;
	font-weight: 100;
	line-height: 37px;
	width: 100%;
	text-align: center;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.sel-style:before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding: 0px;
	color: #323232;
	float: right;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
.sel-style option {
}
.home-3 .find-sec {
	background: rgba(255,255,255,0.95);
	margin-top: 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.home-3 .find-sec:before {
	display: none;
}
.home-3 .finder {
	position: relative;
	margin-top: -90px;
	z-index: 99;
}
.home-3 .search {
	width: 150px;
	margin: 0 auto;
}
.home-3 .finder h6 {
	background: #8BC348;
	display: inline-block;
	width: 100%;
	color: #fff;
	margin: 0px;
	font-size: 16px;
	padding: 15px 0;
}
.home-3 .flex-direction-nav a {
	background: rgba(0,0,0,0.5);
	border: none;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 50px;
}
.home-3 #banner {
	height: 750px;
}
.home-3 #banner .container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.home-3 .bnr-property .price {
	background: #222222;
	color: #fff;
	font-size: 18px;
	padding: 5px 20px;
	margin-left: -20px;
	margin-top: -55px;
	float: left;
}
.home-3 .bnr-property {
	position: absolute;
	z-index: 9999;
	width: 450px;
	padding: 20px;
	top: 0;
	margin-top: 300px;
	left: 0px;
	margin-left: 15px;
	background: rgba(255,255,255,0.98);
}
.home-3 .bnr-property .btn {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	padding: 8px 25px;
	margin-bottom: 20px;
}
.home-3 .bnr-property h6 {
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
.home-3 .bnr-property hr {
	margin: 0px;
	margin-bottom: 20px;
}
.home-3 .bnr-property .btn-1 {
	background: #ff5722;
	margin-left: 15px;
}
.home-3 .bnr-property .btn-1:hover {
	background: #8BC348;
}
.home-3 .bnr-property .tag {
	position: relative;
	right: 4px;
	z-index: 99;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 27px;
	width: 100px;
	text-align: left;
	line-height: 23px;
	padding: 0 0 0 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -24px;
}
.home-3 .bnr-property .tag.rent {
	background: url(../images/for-rent-l.png) no-repeat;
}
.home-3 .bnr-property .tag.sale {
	background: url(../images/for-sale-l.png) no-repeat;
}
.home-1 .finder {
	position: absolute;
	top: 25%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 999;
}
.home-1 #banner .flex-direction-nav {
	display: none;
}
/*Floating*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*Section Padding*/
.contentRowPad {
	padding: 100px 0;
}
.contentRowPad.pb0 {
	padding-bottom: 0;
}
/*Section Title*/
.sectionTitle {
	color: #859ab3;
	text-align: center;
	max-width: 770px;
	margin: 0 auto 50px;
}
.sectionTitle h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.sectionTitle p {
	line-height: 24px;
	font-style: italic;
	margin: 0;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.info_content {
	position: relative;
	padding: 20px 35px;
	background: #fff;
}
.info_content .imageRow {
	position: relative;
}
.info_content .imageRow img {
	max-width: 100%;
}
.info_content .imageRow .saleTag {
	position: absolute;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
	background: #1b9bff;
	top: 7px;
	right: 7px;
	padding: 0 8px;
}
.info_content .description {
	background: #fff;
	padding: 0 5px;
}
.info_content .description .priceRow {
	margin-top: -30px;
	position: relative;
}
.info_content .description .priceRow .price {
	background: #8bb812;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
	top: 5px;
	right: 5px;
	padding: 0 8px;
	letter-spacing: 0.3px;
	margin-top: 17px;
}
.info_content .description .priceRow i {
	width: 60px;
	line-height: 60px;
	float: right;
	background: #45515a;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	font-size: 22px;
}
.info_content .description h4.location {
	line-height: 1;
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.info_content .description i {
	margin-right: 10px;
}
.info_content .description .price-bg {
	background: #ff5722;
	display: inline-block;
	float: left;
	color: #fff;
	padding: 6px 20px;
	font-size: 13px;
	margin-right: 10px;
	line-height: 19px;
	margin-top: 0px;
}
.info_content .description a.btn {
	padding: 6px 20px;
	width: auto;
	font-size: 12px;
	color: #fff !important;
	margin-top: 0px;
}
.gm-style-iw {
	width: 370px !important;
	top: 0 !important;
	left: 0 !important;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	right: -40px;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	display: block;
	position: absolute;
	left: -webkit-calc(50% - 4px);
	left: calc(50% - 4px);
	bottom: -3px;
}
#homeMap {
	width: 100%;
	height: 100%;
}
/*=======================================================
			SLIDE PROPERTY
========================================================*/
.property-slide {
	padding: 20px 0;
	background: #2f2f2f;
}
.property-slide .plots {
	background: #444444;
	padding: 10px;
}
.property-slide .sale {
	font-weight: bold;
	color: #8BC348;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.property-slide .pri-info a {
	font-size: 14px;
	color: #fff;
	margin: 10px 0;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
.property-slide .pri-info p {
	color: #fff;
}
.property-slide .pri-info p i {
	margin-right: 10px;
}
.property-slide .pri-info .auther img {
	height: 54px;
	width: 54px;
	float: left;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.property-slide .pri-info .auther h6 {
	font-size: 14px;
	color: #ff5722;
	font-weight: bold;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.property-slide .owl-controls .owl-nav {
	color: #fff;
}
.property-slide .owl-controls .owl-nav div {
	color: #fff;
}
.property-slide .owl-controls .owl-prev {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 0px;
	z-index: 33;
	width: 60px;
	background: rgba(87,87,87,0.9);
	height: 100%;
	line-height: 100%;
}
.property-slide .owl-controls .owl-prev i {
	margin-top: 78px;
	display: inline-block;
	font-size: 28px;
}
.property-slide .owl-controls .owl-next {
	position: absolute;
	width: 60px;
	right: 0px;
	top: 0px;
	z-index: 33;
	width: 60px;
	background: rgba(87,87,87,0.9);
	height: 100%;
	line-height: 100%;
}
.property-slide .owl-controls .owl-next i {
	margin-top: 78px;
	display: inline-block;
	font-size: 28px;
}
/*=======================================================
			PROPERTY
========================================================*/
.properties {
	padding: 80px 0;
	background: url(../images/property-bg.jpg) repeat;
}
.properties.white-bg {
	background: #fff;
}
.properties.gray-bg {
	background: #f8f8f8;
}
.properties li .tag {
	position: absolute;
	right: 4px;
	z-index: 99;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 27px;
	width: 100px;
	text-align: center;
	line-height: 23px;
	padding: 0 0 0 10px;
	margin-top: 35px;
}
.properties li .tag.rent {
	background: url(../images/for-rent.png) no-repeat;
}
.properties li .tag.sale {
	background: url(../images/for-sale.png) no-repeat;
}
.properties li section {
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.properties li {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-bottom: 30px;
}
.properties .home-in {
	background: #f2f2f2;
	display: inline-block;
	width: 100%;
	height: 37px;
}
.properties .home-in li {
	display: inline-block;
	float: left;
	width: 33.3333%;
	margin-bottom: 0px;
	padding-left: 10px;
	line-height: 37px;
}
.properties .home-in li span {
	font-size: 12px;
	color: #777777;
}
.properties .home-in li span i {
	font-size: 14px;
	margin-right: 5px;
}
.properties .detail-sec {
	background: #fff;
	padding: 25px;
	border: 1px solid #ececec;
	border-top: 2px solid #ff5722;
	margin-top: -6px;
}
.properties .detail-sec a {
	font-weight: 800;
	font-size: 16px;
	color: #222222;
	display: inline-block;
	width: 100%;
	margin: 0px;
	text-transform: uppercase;
}
.properties .detail-sec span.locate {
	display: inline-block;
	width: 100%;
	margin: 8px 0;
	color: #666666;
}
.properties .detail-sec span.locate i {
	margin-right: 10px;
}
.properties .detail-sec .share-p {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
}
.properties .detail-sec .share-p span {
	color: #222222;
	font-size: 16px;
}
.properties .detail-sec .share-p i {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 16px;
	color: #777777;
}
.properties .img {
	position: relative;
	overflow: hidden;
}
.properties .over-proper {
	position: absolute;
	background: rgba(255,255,255,0.5);
	top: 0px;
	left: 0px;
	height: 100%;
	text-align: center;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.properties .over-proper .btn {
	margin-top: 28%;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 30px;
}
.properties .over-proper .in-20 {
	padding: 10px;
}
.properties li:hover .over-proper {
	opacity: 1;
}
.properties li:hover .detail-sec a {
	color: #8BC348;
}
.properties li:hover section {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.properties li .price-bg {
	background: #ff5722;
	display: inline-block;
	float: left;
	color: #fff;
	padding: 6px 20px;
	font-size: 13px;
	margin-right: 10px;
	line-height: 19px;
	margin-top: 10px;
}
.properties li a.btn {
	padding: 6px 20px;
	width: auto;
	font-size: 12px;
	color: #fff !important;
	margin-top: 10px;
}
.pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pagination li {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #8BC348;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background: #8BC348;
	color: #fff;
}
.pagination li a {
	display: inline-block;
	border: 1px solid #8BC348 !important;
	color: #8BC348;
	font-size: 19px;
	height: 43px;
	width: 43px;
	line-height: 41px;
	padding: 0px;
	margin-right: 5px;
	font-family: 'Montserrat', sans-serif;
}
.pagination li a:hover {
	background: #8BC348;
	color: #fff;
}
.load-more {
	border: 2px solid #8BC348;
	text-transform: uppercase;
	padding: 8px 30px;
	color: #8BC348;
	margin-top: 30px;
	display: inline-block;
}
.load-more:hover {
	background: #8BC348;
	color: #fff;
}
/*=======================================================
			PROPERTIES SMALL POST
========================================================*/
.properties-small {
	padding: 80px 0;
}
.properties-small {
}
.properties-small .img {
	width: 25%;
	float: left;
}
.properties-small li {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.properties-small li:hover img {
	opacity: 0.6;
}
.properties-small li:nth-last-child(1) {
	border-bottom: none;
}
.properties-small .img img {
	width: 100%;
}
.properties-small .text-po {
	width: 75%;
	float: left;
	padding-left: 20px;
}
.properties-small .text-po a {
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #222222;
}
.properties-small .text-po span {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	font-size: 18px;
}
.properties-small .text-po .locat {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
}
.properties-small .text-po .locat span {
	display: inline-block;
	width: auto;
	color: #ff5722;
	font-size: 14px;
}
.properties-small .text-po .locat p {
	color: #555555;
	margin-bottom: 0px;
	font-size: 15px;
}
.properties-small .text-po .locat p span {
	color: #555555;
	float: left;
	margin-right: 10px;
}
.properties-small h6 {
	margin-top: 0px;
	margin-bottom: 30px;
	color: #222222;
	font-weight: bold;
}
/*=======================================================
			TEAM
========================================================*/
#team {
	padding: 80px 0;
	background: #fff;
}
#team.gray-bg {
	background: #f8f8f8;
}
#team .team {
	text-align: center;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#team li {
	overflow: hidden;
	position: relative;
}
#team li .team-detail {
	background: #fff;
	border: 1px solid #ececec;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	position: relative;
	bottom: 0px;
	left: 0px;
}
#team li .team-detail p {
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
	font-weight: 600;
}
#team li .team-detail h6 {
	color: #222222;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#team .social_icons {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	top: 40%;
	opacity: 0;
}
#team .social_icons li {
	display: inline-block;
	float: none;
	border: none;
	background: #f0f0f0;
	border-radius: 50%;
	margin: 0 5px;
}
#team .social_icons a {
	font-size: 13px;
	margin: 0px;
	color: #232323;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	border: none;
	line-height: 35px;
}
#team li:hover .social_icons {
	opacity: 1;
}
#team .team-over {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	left: 0px;
	height: 90%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#team li:hover .team-over {
	opacity: 1;
}
/*=======================================================
			TESTIMONIALS
========================================================*/
#testimonials {
	background: url(../images/customer-bg.jpg) repeat;
	padding: 80px 0;
}
#testimonials .testi {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	width: 75%;
	margin: 0 auto;
}
#testimonials .testi h5 {
	padding-bottom: 5px;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	color: #ff5722;
	margin-top: 20px;
	letter-spacing: 3px;
	margin-bottom: 0px;
}
#testimonials .star li {
	display: inline-block;
	color: #8e0c34;
	margin-top: 10px;
}
#testimonials .testi .item span {
	color: #666666;
	display: inline-block;
	width: 100%;
}
#testimonials .testi p {
	color: #777777;
	font-size: 17px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	font-style: italic;
}
#testimonials .avatr {
	display: inline-block;
	height: 60px;
	width: 60px;
	float: left;
	overflow: hidden;
}
#testimonials .carousel-indicators li {
	height: auto;
	width: auto;
	display: inline-block;
	text-indent: inherit;
	position: relative;
	text-align: center;
	border: none;
	margin: 0 3px;
	font-size: 12px;
	margin-bottom: 7px;
}
#testimonials .carousel-indicators li img {
	border: 1px solid #dfdfe0;
	height: 83px;
	width: 83px;
	padding: 3px;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#testimonials .carousel-indicators .active {
	background: none !important;
}
#testimonials .carousel-indicators .active img {
	opacity: 1;
	border-color: #fe6635;
}
#testimonials .carousel-indicators li:hover img {
	opacity: 1;
}
#testimonials .carousel-indicators li .feeder-name {
	background: #fff;
	position: absolute;
	padding: 5px 10px;
	border-radius: 0px;
	margin-top: -30px;
	z-index: 3;
	border-radius: 4px;
	width: 100%;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#testimonials .carousel-indicators .active .feeder-name {
	opacity: 1;
	display: block;
}
#testimonials .carousel-indicators li:hover .feeder-name {
	opacity: 1;
	display: block;
}
#testimonials .carousel-indicators li .feeder-name:before {
	display: inline-block;
	content: "\f0d7";
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	right: 0px;
	font-size: 40px;
	color: #fff;
	position: absolute;
}
#testimonials .carousel-indicators {
	position: relative;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.carousel-inner {
	min-height: 200px;
	margin-top: 10px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
#testimonials .testi-slide .avatar {
	height: 91px;
	width: 91px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}
#testimonials .testi-slide .avatar img {
	width: 100%;
	display: inline-block;
}
#testimonials .testi-slide .owl-dots {
	display: none !important;
}
#testimonials .testi-slide .owl-nav {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
#testimonials .testi-slide .owl-nav div {
	display: inline-block;
	margin: 0 5px;
}
#testimonials .testi-slide .owl-nav i {
	border: 1px solid #dedede;
	height: 40px;
	width: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 38px;
}
/*=======================================================
			CALL US
========================================================*/
.call-us {
	background: url(../images/call-us.jpg) no-repeat;
	background-size: cover;
}
.call-us .overlay {
	padding: 50px 0;
	background: rgba(0,0,0,0.8)
}
.call-us ul {
	margin-bottom: 0px;
}
.call-us h4 {
	font-size: 22px;
	margin: 0px;
	color: #fff;
}
.call-us h6 {
	font-size: 25px;
	margin: 0px;
	color: #fff;
	font-weight: 600;
	font-family: 'Lato';
	text-transform: none;
	color: #8BC348;
	margin-top: 10px;
}
.call-us h1 {
	color: #fff;
	font-weight: 35px;
	font-weight: bold;
	text-align: center;
}
.call-us .btn {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #1b7d1f;
}
/*=======================================================
			CALL US
========================================================*/
.mobile-app {
	padding: 80px 0;
	background: #f8f8f8 url(../images/app-bg.jpg) repeat;
	padding-bottom: 0px;
}
.mobile-app h3 {
	color: #8BC348;
	text-align: left;
}
.mobile-app hr {
	background: #ff5722;
	height: 3px;
	width: 120px;
}
.mobile-app p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
}
.mobile-app a.btn {
	border-radius: 4px;
	margin-top: 80px;
}
/*=======================================================
			WHAT WE DO
========================================================*/
.what-we-do {
	padding: 80px 0;
	background: #f8f8f8;
	text-align: center;
}
.what-we-do .nav-tabs {
	border: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: none;
}
.what-we-do .nav-tabs li {
	margin: 0px;
	padding: 0px;
	float: none;
	padding: 0 30px;
	border: none;
	border-right: 1px solid #d4d4d4;
	display: inline-block;
	background: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.what-we-do .nav-tabs li:nth-last-child(1) {
	border-right: none;
}
.what-we-do .nav-tabs li a i {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
	color: #000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.what-we-do .nav-tabs li a span {
	color: #222222;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.what-we-do .nav-tabs li a {
	margin: 0px;
	border: none;
	background: none;
	padding: 0px;
	color: #000;
}
.what-we-do .tab-content {
	padding-top: 20px;
}
.what-we-do .tab-content p {
	width: 80%;
	margin: 0 auto;
	font-size: 15px;
}
.what-we-do .tab-content h4 {
	margin-bottom: 20px;
}
.what-we-do .nav-tabs li a:hover {
	color: #8BC348;
}
.what-we-do .nav-tabs li a:hover span {
	color: #8BC348;
}
.what-we-do .nav-tabs li a:hover i {
	color: #8BC348;
}
.what-we-do .nav-tabs .active a span {
	color: #8BC348;
}
.what-we-do .nav-tabs .active a i {
	color: #8BC348;
}
/*=======================================================
			PRICING RANGE
========================================================*/
.sidebar-nav.cost-price {
	margin-bottom: 70px;
}
.cost-price-content {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	width: 100%;
}
.cost-price-content span {
	color: #ff5722;
	margin: 0 10px 0 25px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.price-min {
	left: 0;
}
.price-max {
	right: 0;
}
.cost-price-content i {
	font-size: 30px;
	font-weight: 100;
	display: inline-block;
	margin-top: 2px;
	position: absolute;
	line-height: 10px;
}
.find-sec li .search .btn {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	padding: 5px 20px;
}
/*=======================================================
			SERVICES
========================================================*/
.services {
	padding: 80px 0;
}
.services li .icon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 72px;
	width: 72px;
	text-align: center;
	line-height: 72px;
	background: #8BC348;
	z-index: 99;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services li section:before {
	position: absolute;
	bottom: -58px;
	content: "";
	height: 131px;
	width: 80px;
	background: #fff;
	right: -24px;
	border: 2px solid #ff5722;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: 99;
}
.services li .heading {
}
.services li .ser-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.services li .heading {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	background: #8BC348;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	left: 0px;
	text-transform: uppercase;
}
.services .ser-hover {
	padding: 20px;
	padding-top: 80px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services .ser-hover a.read-more {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
	font-weight: 800;
	text-transform: uppercase;
}
.services li .heading:hover {
	background: #fff;
	color: #8BC348;
}
.services li p {
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services li:hover .ser-hover {
	background: rgba(25,182,37,0.85);
}
.services li:hover .ser-hover p {
	opacity: 1;
}
.services li:hover .icon {
	background: none;
}
.services li:hover .heading {
	background: #fff;
	color: #8BC348;
}
/*=======================================================
			WELCOME
========================================================*/
.welcome {
	padding: 80px 0;
	padding-bottom: 0px;
	background: #ffffff;
	text-align: center;
}
.welcome .tittle {
	margin-bottom: 0px;
	text-align: center;
}
.welcome .tittle h2 {
	margin-bottom: 30px;
}
.welcome .tittle h2:before {
	height: 5px;
	width: 46px;
	position: absolute;
	display: inline-block;
	content: "";
	background: #448aff;
	margin-top: 10px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	margin-top: 40px;
	z-index: 9;
	position: absolute;
}
/*=======================================================
			SOLUCTION
========================================================*/
.solution {
}
.solution:before {
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	content: "";
	margin-top: -1px;
	left: 0px;
	margin-top: 100px;
	background: #f9f9f9;
	position: absolute;
}
.solution h3 {
	margin-top: 160px;
	font-weight: bold;
}
/*=======================================================
			GALLERY
========================================================*/
.gallery {
	padding: 80px 0;
	padding-bottom: 0px;
	background: #f8f8f8;
}
.gal-item {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.items-text {
	position: absolute;
	bottom: 40px;
	left: 20px;
	display: none;
	opacity: 0;
}
.items-text p {
	color: #ffc107;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.link-up {
	position: absolute;
	height: 40px;
	width: 40px;
	float: right;
	top: 30px;
	right: 30px;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	display: none;
	opacity: 0;
}
.link-up i {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
.items-text h5 {
	color: #fff;
	margin-top: 0px;
	font-weight: bold;
}
.gallery-over {
	background: -moz-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(35,35,35,0.9)), color-stop(17%, rgba(35,35,35,0.9)), color-stop(100%, rgba(68,138,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6232323', endColorstr='#e6448aff', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	left: 0px;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gal-item:hover .gallery-over {
	top: 0px;
	opacity: 1;
}
.gal-item:hover .link-up {
	display: block;
	opacity: 1;
}
.gal-item:hover .items-text {
	display: block;
	opacity: 1;
}
.gallery .owl-nav {
	position: absolute;
	top: -80px;
	right: 0px;
	width: 20%;
}
.gallery .owl-nav i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	line-height: 40px;
	background: #fff;
	color: #232323;
	font-size: 22px;
	margin-left: 10px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.gallery .owl-nav i:hover {
	background: #ffc300;
	color: #fff;
}
.gallery .owl-nav .owl-prev {
	right: 50px;
}
.gallery-slide-3 .owl-nav {
	width: 100px;
}
.gallery-slide-3 {
	padding-bottom: 80px;
}
/*=======================================================
			CLIENTS REVIEW
========================================================*/ 
.clients {
	padding: 80px 0;
}
.clients .clients-in {
	border: 1px solid #f5f5f5;
	padding: 20px;
	text-align: center;
	margin-top: -30px;
	border-radius: 4px;
	padding-top: 50px;
	background: #fff;
}
.clients .clients-in h6 {
	font-size: 13px;
	margin-top: 20px;
	font-weight: 600;
}
.clients .clients-in h6 span {
	font-size: 13px;
	font-weight: 400;
}
.clients .avatar {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.clients .avatar h6 {
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #002b5e;
}
.clients .avatar img {
	height: 75px;
	float: none;
	display: inline-block;
	width: 75px;
	position: relative;
	padding: 4px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 0px;
	margin-right: 20px;
	border: 1px solid #f5f5f5;
	display: inline-block;
	background: #fff;
}
.clients :before {
	height: 100%;
	width: 18px;
	height: 21px;
	position: absolute;
	display: inline-block;
	content: "";
	margin-top: -1px;
	right: 50px;
	z-index: 9;
	position: absolute;
}
.with-gray {
	background: #f8f8f8;
}
/*=======================================================
			PARTHNER
========================================================*/
.parthner {
	padding: 80px 0;
	background: #fff;
}
.parthner-slide .owl-item img {
	width: auto !important;
	display: inline-block;
}
.parthner-slide .part {
	text-align: center;
	margin: 2px;
}
.parthner-slide .part a {
	text-align: center;
	line-height: 145px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.parthner-slide .part a:hover {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.parthner-slide .part a {
	display: inline-block;
	width: 100%;
}
.parthner .owl-nav {
	position: absolute;
	top: -80px;
	right: 0px;
	width: 100px;
	display: none;
}
.parthner .owl-nav i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	line-height: 40px;
	background: #fff;
	color: #232323;
	font-size: 22px;
	margin-left: 10px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.parthner .owl-nav i:hover {
	background: #ffc300;
	color: #fff;
}
.parthner .owl-nav .owl-prev {
	right: 50px;
}
.parthner .owl-dot {
	display: inline-block;
}
.parthner .owl-dots span {
	background: rgba(0,0,0,0.1);
	height: 10px;
	margin: 0 5px;
	width: 10px;
	border-radius: 50%;
	margin-top: 20px;
	position: relative;
	display: inline-block;
}
.parthner .owl-dots .active span {
	background: #8BC348;
}
/*=======================================================
			SUB BANNER
========================================================*/
.sub-banner {
	background: url(../images/sub-bnr-bg.jpg) top center fixed no-repeat;
	position: relative;
	margin-top: -5px;
	background-size: cover;
	text-align: center;
}
.sub-banner .overlay {
	background: rgba(0,0,0,0.5);
	padding-top: 90px;
}
.sub-banner h1 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 70px;
}
.sub-banner p {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	text-shadow: 2px 3px 0px rgba(0,0,0,0.5);
}
.sub-banner .breadcrumb {
	background: #8BC348;
	display: inline-block;
	position: relative;
	bottom: 0px;
	margin-bottom: 0px;
	border-radius: 0;
	width: 100%;
	margin: 0 auto;
	left: 0px;
	line-height: 47px;
	height: 47px;
	right: 0px;
	padding: 0 20px;
	text-align: right;
}
.sub-banner .breadcrumb li a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-align: right;
}
.breadcrumb>li+li:before {
	color: #fff;
	padding: 0 10px;
}
.sub-banner .breadcrumb li:nth-child(2):before {
	display: none;
}
.sub-banner .breadcrumb li:nth-child(1) {
	font-size: 16px;
}
.sub-banner .breadcrumb li {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
}
/*=======================================================
			SERVICE PART
========================================================*/
.service-part {
	padding: 80px 0;
	background: #fff;
	padding-bottom: 0px;
}
.service-part .ser-details {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	height: 50%;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.service-part li:hover .ser-details {
	background: -moz-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68,138,255,0.8)), color-stop(100%, rgba(35,35,35,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc448aff', endColorstr='#cc232323', GradientType=0 ); /* IE6-9 */
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-part .ser-details a {
	position: absolute;
	bottom: 25px;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	left: 0px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-part .ser-details a:hover {
	color: #ffc107;
}
.offer-services-2 .service-part li {
	margin-bottom: 30px;
}
.why-choose {
	padding-top: 0px;
}
.why-choose .sec-in {
	box-shadow: none;
	border: none;
	padding: 0px;
}
.why-choose .sec-in i {
	height: 80px;
	width: 80px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.why-choose .sec-in hr {
	border: none;
	height: 2px;
	width: 30px;
	background: #d8d8d8;
	margin: 0px;
	margin-bottom: 10px;
}
.why-choose .tittle {
	margin-bottom: 50px;
}
.about-more {
	padding-top: 20px;
}
.about-more h4 {
	margin-bottom: 20px;
	border-left: 5px solid #448aff;
	padding-left: 10px;
	font-size: 22px;
}
.emer-servic {
	margin-top: 40px;
	text-align: center;
	background: #f8f8f8;
	border-bottom: 2px solid #ffc107;
	padding: 40px 0;
	padding-bottom: 20px;
}
.emer-servic h5 {
	font-weight: 700;
	margin: 0px;
	line-height: 24px;
}
.emer-servic p {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	color: #777777;
}
.call-em {
	background: #ffc107;
	height: 95px;
	width: 95px;
	margin: 20px 0;
	line-height: 16px;
	display: inline-block;
	border: 3px solid #eaeaea;
	border-radius: 50%;
	padding: 0 20px;
	padding-top: 20px;
	color: #fff;
	font-style: italic;
	font-weight: 600;
}
.items-details .carousel-indicators li {
	width: 100%;
	height: auto;
	position: relative;
	text-indent: inherit;
	margin: 0px;
	padding: 0px;
	margin-bottom: 27px;
}
.items-details .carousel-indicators {
	position: relative;
}
.items-details .carousel-indicators {
	left: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.items-details .carousel-inner img {
	width: 100%;
}
.table-head {
	background: #ffc107;
	height: 50px;
	display: inline-block;
	width: 100%;
}
.table-prics {
	border: 1px solid #ededed;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.table-prics li span {
}
.table-prics li {
	display: inline-block;
	width: 100%;
	height: 50px;
	float: left;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.table-prics li p {
	color: #777777;
	line-height: 50px;
	margin: 0px;
	font-size: 14px;
}
.table-prics li h6 {
	color: #fff;
	margin: 0px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
}
.table-prics span:nth-child(1) {
	border-right: 1px solid #f0f0f0;
}
.table-prics span:nth-child(2) p {
	color: #232323;
}
.table-head span:nth-child(1) {
	border-right: 1px solid #f7bd00;
}
.tab-tittle {
	height: 50px;
	display: inline-block;
	width: 100%;
	background: #f8f8f8;
}
.tab-tittle p {
	color: #000 !important;
	line-height: 50px;
	margin: 0px;
	font-weight: 800;
	font-size: 15px;
}
.pop-project .carousel-indicators li {
	width: 100%;
	height: auto;
	position: relative;
	text-indent: inherit;
	margin: 0px;
	padding: 0px;
	height: 96px;
	overflow: hidden;
	margin-bottom: 15px;
	border: none;
	border-radius: 0px;
}
.pop-project .carousel-indicators {
	position: relative;
}
.pop-project .carousel-indicators {
	left: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.pop-project .carousel-inner img {
	width: 100%;
}
.projects-details ul p {
	text-transform: uppercase;
	color: #777777;
	font-size: 12px !important;
	line-height: 16px;
	margin: 13px 0px;
	padding-left: 10px;
}
.projects-details ul li {
	border-bottom: 1px dashed #dbdbdb;
	line-height: 41px;
}
.projects-details h3 {
	margin: 0px;
	border-left: 5px solid #448aff;
	padding-left: 10px;
	font-weight: 700;
	margin-bottom: 20px;
}
.projects-details ul p span {
	font-weight: 600;
	color: #232323;
	font-size: 13px;
}
.projects-details ul p {
	border-left: 2px solid #448aff;
}
.projects-details {
	display: inline-block;
	width: 100%;
	padding: 20px;
}
/*=======================================================
			BLOG
========================================================*/
.blog {
	padding: 80px 0;
	background: #fff;
}
.blog .b-details {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	position: absolute;
	height: 70%;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 20px;
}
.blog .b-inner {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.blog .b-details h6 a {
	font-size: 15px;
	color: #222222;
	text-transform: uppercase;
	font-weight: bold;
}
.blog .b-details li {
	position: relative;
	overflow: hidden;
}
.blog .b-details a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.blog .post-admin {
	display: inline-block;
	width: 100%;
	opacity: 0;
}
.blog .post-admin h6 {
	color: #fff;
	display: inline-block;
	margin-top: 25px;
}
.blog .post-admin span {
	margin-top: 25px !important;
}
.blog .post-admin img {
	height: 65px;
	width: 65px;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	float: left;
}
.blog .b-details .bottom-sec span {
	margin-bottom: 20px;
}
.blog .b-details .bottom-sec {
	position: absolute;
}
.blog .b-details .bottom-sec p {
	opacity: 0;
}
.blog .b-details p {
	color: #fff;
}
.blog .b-details span {
	color: #fff;
	margin-top: 50px;
	display: inline-block;
	text-transform: uppercase;
}
.blog hr {
	width: 81px;
	height: 4px;
	border: none;
	background: #8BC348;
	opacity: 0;
}
.blog li:hover .post-admin {
	opacity: 1;
}
.blog .b-details span i {
}
.blog li:hover .b-details {
	background: rgba(0,0,0,0.8);
	height: 100%;
}
.blog li:hover .b-details .bottom-sec {
	bottom: 50px;
}
.blog li:hover .b-details p {
	opacity: 1;
}
.blog li:hover hr {
	opacity: 1;
}
.blog-page {
}
.blog-page .blog .b-details .bottom-sec p {
	opacity: 1;
}
.blog-page .blog .post-admin {
	opacity: 1;
	margin: 20px 0;
}
.blog-page .blog .post-admin h6 {
	color: #8BC348;
}
.blog-page .blog .post-admin span {
	padding: 0 10px;
	color: #ff5722;
}
.blog-page .blog .b-details {
	padding: 40px 30px;
}
.blog-page .blog .post-admin span i {
	margin-right: 5px;
}
.blog-page .blog .b-details {
	position: absolute;
	height: 50%;
}
.blog-page .blog .b-details .bottom-sec {
	position: relative;
}
.blog-page .blog li:hover .b-details {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	padding: 30px 30px !important;
	height: auto;
}
.blog-page .blog li:hover .b-details .bottom-sec {
	bottom: 0px;
}
.blog-page li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.blog-page .blog .b-details .bottom-sec span i {
	margin-right: 10px;
}
.single-post p {
	line-height: 28px;
}
.single-post blockquote {
	font-size: 18px;
	font-weight: bold;
	color: #8d8d8d;
	font-style: italic;
	line-height: 30px;
	border: none;
	padding-left: 50px;
}
.single-post blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	padding: 0px;
	color: #8BC348;
	float: left;
	position: absolute;
	font-size: 26px;
	padding: 0px;
	left: 15px;
	margin-top: 5px;
	font-weight: 100;
}
.single-imges {
	text-align: center;
	margin: 20px 0;
}
.single-imges img {
}
.single-imges li {
	position: relative;
}
.single-imges li .obre {
	position: relative;
	height: 169px;
	width: 169px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
}
.single-imges li:hover a {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 169px;
	color: #fff;
	font-size: 20px;
	top: 0px;
	left: 0px;
	background: rgba(39,174,96,0.8);
}
.single-post li {
	margin-bottom: 0px;
	border: none;
}
.properti-detsil .single-post .tags {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.properti-detsil .single-post .tags li a {
	font-size: 13px;
	padding: 6px 20px;
}
/*=======================================================
			ACCORDION
========================================================*/
.who-we-are {
	padding: 80px 0;
	background: #f8f8f8;
}
.who-we-are .owl-dots {
	position: absolute;
	bottom: 0px;
	z-index: 99;
}
.who-we-are .owl-dots {
	text-align: center;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5);
}
.who-we-are .owl-dot {
	display: inline-block;
	margin: 0 2px;
}
.who-we-are .owl-dot span {
	width: 8px;
	border-radius: 50%;
	height: 8px;
	margin-top: 15px;
	background: #d0d0d0;
	position: relative;
	z-index: 12;
	display: inline-block;
}
.who-we-are .owl-dot.active span {
	background: #ffc107;
}
#accordion {
}
#accordion .panel-default > .panel-heading .panel-title a:before {
	content: "-";
	font-family: FontAwesome;
	padding: 0px;
	color: #323232;
	float: right;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
#accordion .collapse.in {
	display: block;
	visibility: visible;
	border-bottom: 1px solid #d0d0d0;
}
#accordion .panel-group .panel + .panel {
	margin-top: 0px;
}
#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "+";
	color: #323232;
	font-family: FontAwesome;
}
#accordion .icon-accor {
	color: #ffc107;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
	line-height: 41px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#accordion .panel-default {
	border: none;
	box-shadow: none;
	margin-top: 0px;
}
#accordion .panel-body {
	padding: 30px 15px;
}
#accordion .panel-default > .panel-heading {
	background: none;
	padding: 0px;
	color: #232323;
	border-radius: 0px;
	overflow: hidden;
	border: none;
}
#accordion .panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
	padding: 0px;
	line-height: 40px;
	display: inline-block;
	padding-left: 0px;
	border-bottom: 1px solid #d0d0d0;
}
#accordion .collapsed {
	color: #222222 !important;
}
#accordion .collapsed .icon-accor {
}
#accordion .panel-group .panel {
	border-radius: 0px;
}
#accordion .panel-body {
	border: none;
}
/*=======================================================
			PRICING TABLE
========================================================*/
.pricing {
	padding: 80px 0;
	background: #fff;
}
.pricing h6 {
	background: #f0f0f0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0px;
}
.pricing .curency {
	font-size: 20px;
	font-weight: normal;
	position: relative;
	top: -20px;
}
.pricing .price-head {
	color: #fff;
	text-align: center;
	padding-top: 10px;
	height: 93px;
	font-size: 55px;
	font-weight: bold;
	background: #222222;
}
.pricing .price-head .month {
	font-size: 12px;
}
.pricing .p-details {
	padding-top: 20px;
	border: 1px solid #ececec;
	text-align: center;
	border-top: 0px;
	display: inline-block;
	width: 100%
}
.pricing .p-details p {
	padding: 12px 0;
	margin: 0px;
}
.pricing .p-details p.gry-bg {
	background: #f8f8f8;
}
.pricing .p-details a {
	text-transform: uppercase;
	background: #222222;
	display: inline-block;
	float: left;
	height: 47px;
	line-height: 47px;
	padding-left: 30px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: -1px;
	position: relative;
}
.pricing .p-details a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 20px;
	border-color: transparent transparent transparent #222222;
	float: right;
	height: 47px;
	overflow: hidden;
	position: relative;
	margin-right: -20px;
}
/*=======================================================
			PROPERTIES DETSIL PAGE
========================================================*/
.properti-detsil {
	padding: 80px 0;
}
.properti-detsil .thumb-slider {
	border: 1px solid #e6e6e6;
	padding: 10px;
}
.properti-detsil #carousel .flex-viewport {
	margin-top: 10px;
}
.properti-detsil #carousel .slides > li {
	margin-left: 10px;
}
.properti-detsil #carousel li:nth-child(1) {
	margin-left: 0px;
}
.properti-detsil #carousel .flex-direction-nav {
	display: none;
}
.properti-detsil .home-in {
	background: #f2f2f2;
	display: inline-block;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ff5722;
}
.properti-detsil .home-in li {
	display: inline-block;
	float: left;
	width: 25%;
	margin-bottom: 0px;
	padding-left: 10px;
	line-height: 37px;
}
.properti-detsil .home-in li span {
	font-size: 12px;
	color: #777777;
}
.properti-detsil .home-in li span i {
	font-size: 14px;
	margin-right: 5px;
}
.properti-detsil h5 {
	font-weight: bold;
	color: #222222;
}
.properti-detsil .sale-tag {
	background: #ff5722;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	float: left;
	padding: 10px 30px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.properti-detsil p {
	font-size: 16px;
}
.properti-detsil .sale-tag.price {
	background: #8BC348;
}
.properti-detsil .awner {
}
.info-property {
	border: 1px solid #dddddd;
	margin-top: 30px;
}
.info-property h5.tittle-head {
	margin: 0px;
	padding: 15px;
	font-size: 17px;
	background: #f8f8f8;
	border-bottom: 1px solid #dddddd;
}
.info-property .inner {
	padding: 20px;
	background: #fff;
}
.info-property .inner p {
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
}
.info-property .inner p span {
	font-weight: bold;
	color: #222222;
}
.info-property .inner p {
	margin-bottom: 20px;
}
.info-property.more .inner {
	padding-bottom: 0px;
}
.info-property.more li {
	padding-left: 30px;
	margin-bottom: 15px;
}
.info-property.more li p {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}
.info-property.more li:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0px;
	color: #666666;
	padding-left: 20px;
	left: 0px;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
}
.info-property.agents-info {
}
.info-property.agents-info p {
	text-transform: none;
	font-size: 15px;
	margin-top: 20px;
}
.info-property.agents-info .social_icons {
	float: right;
	margin-top: -35px;
}
.info-property.agents-info .social_icons li a {
	border-radius: 50%;
	line-height: 34px;
	height: 34px;
	width: 34px;
	margin-left: 10px;
	position: relative;
}
.info-property.agents-info .agent-info li {
	display: inline-block;
	width: 33.333%;
	float: left;
	margin: 0px;
}
.info-property.agents-info .agent-info {
	display: inline-block;
	width: 100%;
}
.info-property.agents-info .agent-info li p {
	margin: 0px;
}
.info-property.agents-info .agent-info li i {
	margin-right: 5px;
}
.properti-detsil .find-sec {
	margin-top: 0px;
	background: #f8f8f8;
	padding: 20px;
	padding-bottom: 10px;
}
.properti-detsil .side-bar h5 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}
.properti-detsil .find-sec h5 {
	margin-bottom: 10px;
}
.properti-detsil .find-sec select {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #a5a5a5;
	font-size: 11px;
	margin-bottom: 10px;
}
.properti-detsil .find-sec:before {
	display: none;
}
.properti-detsil .find-sec .btn {
	margin-top: 10px;
}
.properti-detsil .finder {
	position: relative;
	top: 0px;
}
.properti-detsil .categories li {
	line-height: 45px;
	padding-left: 20px;
}
.properti-detsil .categories li:before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0px;
	color: #666666;
	padding-left: 20px;
	left: 0px;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
}
.properti-detsil .categories li a {
	color: #969595;
}
.properti-detsil .categories li a:hover {
	color: #8BC348;
}
.properti-detsil .categories h5 {
	margin-bottom: 5px;
}
.properti-detsil .side-bar .text-post {
	float: right;
	width: 72%;
}
.properti-detsil .categories span {
	color: #ff5722;
}
.properti-detsil .side-bar hr {
	margin-bottom: 20px;
	margin-top: 10px;
}
.properti-detsil .side-bar {
}
.properti-detsil .socil-action {
	display: inline-block;
	width: 100%;
}
.properti-detsil .socil-action li {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-top: 10px;
}
.properti-detsil .side-bar .recent-come {
}
.properti-detsil .side-bar .img-post {
	height: 59px;
	width: 59px;
	float: left;
}
.properti-detsil .side-bar.text-post {
	float: right;
	width: 72%;
}
.properti-detsil .side-bar .recent-come li a {
	color: #222222;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
}
.properti-detsil .side-bar .recent-come li {
	border-bottom: 1px solid #e8e8e8;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
}
.properti-detsil .side-bar .recent-come li:nth-child(1) {
	margin-top: 0px;
}
.properti-detsil .side-bar .recent-come li span {
	font-weight: 600;
	color: #ff5722;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.properti-detsil .socil-action li a {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.properti-detsil .socil-action li i {
	background: rgba(255,255,255,0.2);
	float: left;
	height: 26px;
	font-size: 13px;
	width: 26px;
	line-height: 26px;
}
.properti-detsil .tags {
	display: inline-block;
	width: 100%;
}
.properti-detsil .tags li {
	display: inline-block;
}
.properti-detsil .tags li a {
	border: 1px solid #dcdcdc;
	color: #adadad;
	padding: 5px 10px;
	float: left;
}
.properti-detsil .flicker-post {
	display: inline-block;
	width: 100%;
}
.properti-detsil .flicker-post li {
	float: left;
	width: 33.333%;
	padding-right: 6px;
	padding-bottom: 6px;
}
.properti-detsil .flicker-post li a:hover {
	opacity: 0.5;
}
.properti-detsil .tags li a:hover {
	background: #8BC348;
	color: #fff;
	border-color: #8BC348;
}
.properti-detsil .socil-action li .rss {
	background: #ff6600;
}
.properti-detsil .socil-action li .tw {
	background: #31aae2;
}
.properti-detsil .socil-action li .fb {
	background: #3b59a1;
}
.properti-detsil .socil-action li .pin {
	background: #cc2127;
}
.properti-detsil .socil-action li .drib {
	background: #ea367e;
}
.properti-detsil .socil-action li .g-plus {
	background: #dd4c39;
}
/*=======================================================
			OUR BEST FEATURES
========================================================*/
.our-best {
	padding: 80px 0;
	text-align: center;
}
.our-best li {
	text-align: center;
	padding: 0 15px;
	display: inline-block;
	width: 14%;
}
.our-best .icon {
	border: 3px solid #ffdd00;
	height: 113px;
	width: 113px;
	border-radius: 50%;
	line-height: 106px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.our-best li:hover .icon {
	border: 3px solid #002b5e;
}
.our-best li h6 {
	text-transform: uppercase;
	color: #222222;
	font-size: 14px;
}
/*=======================================================
			COMMUNITY
========================================================*/
.community {
	background: url(../images/comm-bg.jpg) fixed no-repeat;
	padding: 40px 0;
	background-size: cover;
}
.community h4 {
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
.community .btn {
	border-radius: 4px;
	margin-top: 30px;
}
.community a {
	width: 150px;
	display: inline-block;
	margin-top: 20px;
}
.community .sizer {
	background: url(../images/swizer.png) center center no-repeat;
	width: 16px;
	height: 135px;
	top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	position: absolute;
}
/*=======================================================
			PORTFOLIO
========================================================*/
#portfolio {
	padding: 80px 0;
	background: #fff;
}
.filter {
	margin-bottom: 50px;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.filter li a {
	margin-right: 0px;
	font-size: 12px;
	color: #232323;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	font-family: 'Lato';
	padding: 0px;
	margin: 0 10px;
	margin-right: 12px;
	text-transform: uppercase;
}
.filter li a:hover {
	color: #ffd249;
	border-bottom: 1px solid #ffd249;
}
.filter li a.active {
	color: #ffd249;
	border-bottom: 1px solid #ffd249;
}
.filter li {
	margin: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.filter li select {
	border: 1px solid #002b5e;
	color: #002b5e;
	height: 32px;
	border-radius: 4px;
	font-size: 12px;
	padding: 0 30px 0 10px;
	text-transform: uppercase;
}
.isotope-item {
	z-index: 2;
	display: block !important;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.isotope {
}
.isotope .isotope-item {
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
}
.portfolio .items {
	margin: 0 -15px;
}
.portfolio .item {
	width: 25%;
	display: inline-block;
	padding: 0 15px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.portfolio .item img {
	width: 100%;
}
.nav-icon {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.nav-icon i {
	height: 35px;
	width: 35px;
	border: 1px solid #e8e8e8;
	line-height: 35px;
	color: #000000;
}
.portfolio-wrapper .btn {
	margin-top: 50px;
}
/*=======================================================
			PORTFOLIO COL
========================================================*/
.portfolio .col-3 .item {
	width: 33.3333%;
}
.portfolio .col-5 {
	margin: 0 -2px;
}
.portfolio .col-5 .item {
	width: 20%;
	padding: 2px;
	margin-bottom: 0px;
}
/*=======================================================
			SIGN UP
========================================================*/
.sign-up {
	padding: 80px 0;
	background: #f2f2f2;
}
.sign-up h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 30px;
}
.sign-up li input {
	display: inline-block;
	width: 100%;
}
.sign-up li label {
	color: #777777;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.sign-up li .form-control {
	border-radius: 4px;
	height: 40px;
	border: 1px solid #ececec;
	box-shadow: none;
	margin-top: 10px;
}
.sign-up li .form-control:focus {
	border-color: #002b5e !important;
}
.sign-up li .btn {
	border-radius: 4px;
	line-height: 40px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.policy {
	margin-top: 50px;
}
.policy p {
	font-size: 15px;
	font-weight: 500;
	color: #222222;
}
.policy a {
	color: #002b5e;
}
/*=======================================================
			SUBMIT COUPON
========================================================*/
.submit-coupon {
	padding: 80px 0;
	background: #ffffff;
}
.submit-coupon .tittle h5 {
	color: #777777;
	text-transform: uppercase;
}
.submit-coupon .sub-cin {
	background: #fafafa;
	border: 1px solid #e8e8e8;
	padding: 28px;
}
.submit-coupon h6 {
	font-size: 15px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
}
.submit-coupon .sub-cin .form-control {
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #e6e6e6;
	display: inline-block;
	width: 100%;
}
.submit-coupon .sub-cin .cou-type {
}
.cou-type .nav-tabs li {
	padding: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
	line-height: 50px;
}
.cou-type .nav-tabs li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
	border: none;
	border-right: 1px solid #e5e5e5;
}
.cou-type .nav-tabs li:nth-last-child(1) a {
	border-right: none;
}
.cou-type .nav-tabs {
	border: 1px solid #e5e5e5;
}
.cou-type .nav-tabs > li > a:hover {
	border: none;
	margin: 0px;
	background: #002b5e;
	color: #fff;
	border-radius: 0px;
	border-bottom: 4px solid #ffdd00
}
.cou-type .nav-tabs > li.active > a {
	border: none;
	margin: 0px;
	background: #002b5e;
	color: #fff;
	border-radius: 0px;
	border-bottom: 4px solid #ffdd00;
}
.cou-type textarea {
	height: 120px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	display: inline-block;
	width: 100%;
}
.cou-type input {
	height: 40px;
}
.form-control:focus {
	border-color: #448aff !important;
}
.cou-type .coupon-chapc {
	display: inline-block;
	width: 210px;
	background: #f2f2f2;
	line-height: 86px;
	height: 86px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.cou-type .calen {
	float: right;
	margin-right: 20px;
	margin-top: -28px;
	color: #aaaaaa;
	font-size: 15px;
}
.cou-type .btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	font-size: 18px;
	margin-top: 30px;
}
.core-com {
	text-align: center;
}
.core-com h4 {
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}
.com-img {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 40px 0 50px 0;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 50px;
}
.com-feature {
	text-align: left;
}
.com-feature h4 {
	margin-bottom: 30px;
	color: #333333;
}
.com-feature p {
	font-size: 16px;
	line-height: 24px;
}
.com-feature li {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.com-feature li i {
	font-size: 24px;
	color: #002b5e;
}
.com-feature h6 {
	margin: 0px;
	margin-bottom: 10px;
}
.coupon-win {
	background: #ffdd00;
	padding: 25px;
	border: 1px dashed #002b5e;
	outline: 10px solid #ffdd00;
	margin-top: 80px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.coupon-win h4 {
	font-size: 22px;
	display: inline-block;
	font-weight: bold;
}
.coupon-win .join {
	background: #fff;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px;
	margin-left: 50px;
	color: #002b5e;
}
.coupon-win .join:hover {
	background: #002b5e;
	color: #fff;
}
/*=======================================================
			BLOG
========================================================*/
.blog .title-hed {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
	margin-top: 30px;
}
.blog .title-hed:hover {
	color: #002b5e;
}
.blog .blog-post ul.small-tag {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog .blog-post {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 40px;
}
.blog .blog-post ul.small-tag span {
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.blog .blog-post p {
	font-size: 14px;
	line-height: 24px;
}
.blog .blog-post ul.small-tag span:nth-child(1) {
	margin-left: 0px;
}
.blog .blog-post ul.small-tag li {
	color: #777777;
}
.blog .blog-post ul.small-tag li i {
	margin-right: 5px;
}
.blog .blog-post img {
	width: 100%;
}
.blog .blog-post span.date {
	background: #ffc107;
	height: 25px;
	position: absolute;
	line-height: 25px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	color: #232323;
	padding-right: 20px;
	font-weight: 600;
	margin-top: -50px;
	font-size: 13px;
	margin-left: 20px;
	z-index: 999;
}
.blog .blog-post span.date i {
	background: #fff;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
.blog .flex-direction-nav a {
	background: rgba(0,0,0,0.4);
	border-radius: 0px;
	border: none;
}
.blog .flex-direction-nav {
	top: 48%;
}
.post-bg {
	background: url(../images/blog-img-bg.jpg) no-repeat;
	padding: 60px 40px;
	text-align: center;
}
.post-bg p {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px !important;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.post-bg a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px !important;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.post-bg i {
	background: #ffc107;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	border-radius: 50%;
	display: inline-block;
}
.blog .pagination {
	border: none;
}
.blog .pagination li {
	border: none;
}
.blog .pagination li a {
	border: none;
	height: 42px;
	width: 42px;
	margin-right: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 50%;
	text-align: center;
	padding: 0px;
	line-height: 40px;
	color: #111111;
}
.blog .pagination li a:hover {
	background: #ffc107;
	color: #fff;
}
/*=======================================================
			BLOG SIDE BAR
========================================================*/
.blog-side-bar {
	padding-left: 30px;
}
.blog-side-bar h5 {
	color: #222222;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 15px;
	border-left: 5px solid #448aff;
}
.blog-side-bar .cate-side {
}
.blog-side-bar .cate-side li {
	padding-top: 13px;
	display: inline-block;
	width: 100%;
}
.blog-side-bar .cate-side li:hover img {
	opacity: 0.5;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.blog-side-bar .cate-side li .img-side {
	width: 80px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.blog-side-bar .cate-side li a {
	font-weight: bold;
	color: #697a8e;
	font-size: 14px;
	line-height: 25px;
}
.blog-side-bar .cate-side li span {
}
.blog-side-bar .cate-sim a {
	display: inline-block;
	width: 100%;
	color: #222222;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.blog-side-bar .cate-sim {
	margin-top: 0px;
}
.blog-side-bar .cate-sim li:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0px;
	color: #ffc300;
	float: right;
	left: 70px;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
}
.blog-side-bar a:hover {
	color: #002b5e !important;
}
.blog-side-bar .cate-sim li {
	line-height: 38px;
	padding-left: 30px;
}
.blog-side-bar .tags {
	display: inline-block;
	width: 100%;
}
.blog-side-bar .tags li {
	display: inline;
	border: none;
	display: inline-block;
	line-height: none;
}
.blog-side-bar .tags li a {
	border: 1px solid #eaeaea;
	color: #333333;
	background: #fff;
	display: inline-block;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 20px;
	font-size: 12px;
	margin: 0 0 10px 10px;
}
.blog-side-bar .tags li a:hover {
	background: #ffc300;
	color: #fff !important;
	border-color: #ffc300;
}
.blog-side-bar .cate-sim a span {
	color: #777777;
}
.blog-side-bar .cate-sim li:hover a span {
	color: #777777;
}
.blog-side-bar .flicker {
	margin: 0 -5px;
}
.blog-side-bar .flicker li {
	padding: 0 5px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blog-side-bar .flicker li:hover img {
	opacity: 0.3;
}
.blog-side-bar .tw-widgets li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.blog-side-bar ul.wid-in li {
	border: none;
	margin-bottom: 0px;
}
.blog-side-bar ul.wid-in li:nth-child(1) {
	width: 80px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	float: right;
	display: inline-block;
	border: none;
}
.blog-side-bar ul.wid-in li h5 {
	margin: 0px;
	padding-bottom: 10px;
	border: none;
	color: #697a8e !important;
}
.blog-side-bar ul.wid-in li:nth-child(2) {
	float: left;
	width: 64%;
	padding-left: 15px;
}
.blog-side-bar ul {
	padding-left: 15px;
}
.blog-side-bar p {
	padding-left: 25px;
}
.blog-side-bar ul.wid-in li:nth-child(2):before {
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0px;
	color: #ffc300;
	float: right;
	left: 70px;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
}
.blog-side-bar ul.wid-in li span {
	color: #777777;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
}
.blog-side-bar ul.wid-in li span i {
	margin-right: 5px;
}
.blog-side-bar ul.wid-in li a {
	font-size: 14px;
	color: #232323;
	line-height: 18px;
	display: inline-block;
	width: 100%;
}
.blog-side-bar .cate-side li .img-side img {
}
.blog-side-bar .cate-side li a {
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
	width: 60%;
}
.blog-side-bar .cate-side li span {
	width: 65%;
	display: inline-block;
	font-size: 12px;
	color: #b7c2cd;
}
.blog-side-bar .cate-side li span i {
	color: #b7c2cd;
	margin: 0 10px;
}
.blog-side-bar .search input {
	width: 100%;
	border: none;
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	height: 45px;
	padding: 0 20px;
	padding-left: 10px;
	font-style: italic;
	color: #adb9c6;
	font-size: 14px;
}
.blog-side-bar .search button {
	height: 45px;
	color: #777777;
	font-size: 16px;
	background: none;
	border: none;
	position: relative;
	float: right;
	margin-top: -45px;
	width: 40px;
	text-align: center;
}
.blog-side-bar .latest-tw {
}
.blog-side-bar .latest-tw ul.wid-in li:nth-child(1) {
	width: 30px;
}
.blog-side-bar .latest-tw ul.wid-in li:nth-child(2) {
	width: 85%;
}
.blog-side-bar .latest-tw li h6 {
	margin-top: 0px;
	color: #a3a3a3;
}
.blog-side-bar .latest-tw li a {
	text-transform: none !important;
	display: inline-block;
	width: auto !important;
	color: #28a9e2 !important;
}
.blog-side-bar .wid-in li:nth-child(1) i {
	color: #a3a3a3;
	font-size: 22px;
}
.share-post {
	border-bottom: 1px solid #cccccc;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}
.share-post h3 {
	font-weight: bold;
	margin: 0px;
	margin-top: 8px;
}
.share-post li a {
	border-radius: 4px;
	margin-left: 10px;
	border: 1px solid #ebebeb;
}
.share-post li a {
	height: 35px;
	width: 35px;
	background: #f8f8f8;
	line-height: 33px;
	border-radius: 50%;
}
.admin-info {
	padding: 30px;
	border: 1px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 40px;
	display: inline-block;
}
.admin-info p {
	color: #777777;
	font-size: 14px;
	line-height: 24px;
}
.admin-info h6 {
	margin-bottom: 20px;
	color: #222222;
}
.admin-info img {
	border-radius: 50%;
	height: 170px;
	width: 170px !important;
}
.admin-info .social_icons {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
}
.admin-info li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.admin-info .social_icons li {
	float: none;
	margin-top: 10px;
}
.admin-info .social_icons a {
	background: none;
	color: #555555;
	border-radius: 50%;
	font-size: 16px;
	height: 35px;
	float: none;
	background: rgba(0,0,0,0.03);
	text-align: center;
	width: 35px;
	line-height: 35px;
	margin-right: 5px;
}
.admin-info h3 {
	margin-top: 0px;
}
.admin-info h5 {
	color: #8BC348;
	margin-bottom: 10px;
}
.post-navi {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #222222;
	padding-bottom: 30px;
}
.post-navi img {
	width: 100%;
}
.post-navi span {
	font-size: 14px;
	color: #777777;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}
.post-navi span.hiding {
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
}
.post-navi span.hiding:hover {
	color: #002b5e;
}
.media-left .media-object {
	border-radius: 50%;
	border: 2px solid #f5f5f5;
	margin-right: 20px;
}
.comments .media-body {
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
}
.comments .media-body a {
	float: right;
	margin-top: -22px;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 30px 20px;
	border: 1px solid #f5f5f5;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media p {
	margin-top: 20px;
	font-size: 14px;
}
.comments .media h6 span {
	font-size: 12px;
	color: #777777;
	display: inline-block;
	margin: 0 0 0 8px;
}
.comments .media h6 {
	font-weight: 700;
	color: #8BC348;
}
.comments .media a.btn {
	border: 1px solid #f1f1f1 !important;
	font-size: 10px;
	background: none;
	padding: 2px 10px;
	color: #969595;
	text-align: center;
}
.comments .media a.btn:hover {
	background: #8BC348;
	border-color: #8BC348;
	color: #fff;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #e7e7e7;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.comments form .btn {
	width: 100%;
	height: 53px;
	line-height: 53px;
	padding: 0px;
	background: #8BC348;
	color: #fff;
}
.comments {
}
.comments li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*=======================================================
			REGISTER
========================================================*/
.regi-sec {
	padding: 20px;
	display: inline-block;
	width: 100%;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
}
.regi-sec li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.regi-sec li label {
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	color: #989898;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
}
.regi-sec li input {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ececec;
	margin-top: 5px;
}
.regi-sec li .btn {
	margin-top: 0px;
	float: left;
	border-bottom: 2px solid #217425;
}
.regi-sec li .forget {
	float: right;
	color: #ff5722;
	font-size: 11px;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.regi-sec li .forget a {
	float: right;
	color: #ff5722;
	font-size: 10px;
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.regi-sec .checkbox label {
	width: auto;
	float: right;
	color: #ff5722;
	font-size: 11px;
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.regi-sec input[type=checkbox] {
	height: 15px;
	width: 15px;
	margin-top: 0px;
}
.trems {
	font-size: 10px !important;
}
.register .call-us {
	margin-top: 80px;
}
.register .call-us .overlay {
	padding: 50px 15px;
}
.register form {
	display: inline-block;
	width: 100%;
	margin-top: 100px;
}
.register .call-us ul {
	display: inline-block;
	width: 100%;
}
.register .regi-tag {
	background: url(../images/registr-tag.png) no-repeat;
	width: 165px;
	height: 43px;
	display: inline-block;
	position: absolute;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	float: left;
	margin-left: -40px;
	margin-bottom: 50px;
	line-height: 34px;
	position: absolute;
}
/*=======================================================
			CONTACT
========================================================*/
#map {
	display: inline-block;
	width: 100%;
	height: 450px;
	position: relative;
	border: none;
}
.contact {
	margin-top: -5px;
}
.contact-info {
	padding: 80px 0;
	padding-bottom: 0px;
}
.contact-info h3 {
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact-info p {
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 26px;
}
.contact-info i {
	color: #8BC348;
	font-size: 50px;
	margin-bottom: 30px;
}
.contact-info a {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
	color: #ff5722;
	display: inline-block;
	width: 100%;
}
.contact-info p span {
	color: #ffc107;
	font-size: 16px;
	font-weight: bold;
}
.contact-info .con-det {
	margin-top: 30px;
}
.contact-info .con-det li {
	margin-bottom: 20px;
	padding: 40px 80px;
	text-align: center;
	padding-top: 0px;
}
.contact-info .con-det li:nth-child(2) {
}
.contact-info .social_icons {
	width: 65%;
}
.contact-info .social_icons a {
	background: #f5f5f5;
	font-size: 16px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.contact-info .con-det h6 {
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: 700;
	line-height: 24px;
	font-size: 16px;
}
.contact-info .con-det h4 {
	color: #ffc107;
}
.contact-info .con-det hr {
	width: 28px;
	height: 3px;
	margin: 0 auto;
	background: #448aff;
	border: none;
	margin-bottom: 20px;
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red !important;
}
.contact .error:before {
	content: "\f068";
	font-family: FontAwesome;
	margin-right: 0px;
	color: #0096ff;
	padding: 0px;
	padding: 0px 13px;
	float: right;
	font-size: 12px;
	position: absolute;
}
.contact .success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.contact .success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	margin-bottom: 22px;
	text-align: left;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
#contact_form li .form-control {
	height: 40px;
	border: 1px solid #e9eaee;
	box-shadow: none;
	border-radius: 0px;
}
#contact_form li textarea {
	height: 150px !important;
}
#contact_form li .btn {
	height: 50px;
	display: inline-block;
	margin-top: 0px;
}
.contact-form {
	padding: 0;
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	background: #f8f8f8;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form .tittle h2:before {
	display: none;
}
.contact-form label {
	font-weight: 400;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
/*=======================================================
			SHOTCODES
========================================================*/
.shortcodes {
	padding: 80px 0;
}
.shortcodes .tittle {
	margin-bottom: 20px;
}
.hight-lights p {
	font-size: 15px;
	font-family: 'Montserrat';
	line-height: 24px;
	color: #000000;
}
.hight-lights .w-bg {
	background: #002b5e;
	color: #fff;
}
.hight-lights .w-under {
	text-decoration: underline;
	color: #002b5e;
}
.hight-lights strong {
}
.shortcodes h1 {
	margin-top: 0px;
}
.shortcodes .btn-med {
	margin-left: 3px;
	margin-right: 3px;
}
.drop-cobs p {
	font-size: 14px;
	color: #777777;
	font-weight: 100;
	font-family: 'Montserrat';
}
.drop-cobs p span {
	background: #002b5e;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 40px;
	float: left;
	color: #fff;
	margin-bottom: 5px;
	margin-right: 20px;
	display: inline-block;
}
.drop-cobs p span.border {
	background: none;
	color: #002b5e;
	border: 1px solid #002b5e;
}
.alert {
	height: 57px;
	text-transform: uppercase;
	line-height: 26px;
}
.alert span {
	float: right;
	font-size: 26px;
}
.alert i {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	color: #fff;
	margin-top: -10px;
	margin-right: 20px;
	text-align: center;
	line-height: 36px;
}
.alert-success {
}
.alert-success i {
	background: #468847;
}
.alert-info i {
	background: #4853b9;
}
.alert-warning i {
	background: #c09853;
}
.alert-danger i {
	background: #ee180d;
}
/*=======================================================
			TABS SECTION
========================================================*/
#tabs .tab-pane {
	padding: 20px;
	border: 1px solid #e8e8e8;
}
#tabs .nav-tabs > li {
	border: none;
	margin: 0px;
	padding: 0px;
}
#tabs .nav-tabs > li a {
	border: none;
	float: left;
	padding: 10px 30px;
	border-radius: 0px;
	text-transform: uppercase;
}
#tabs .nav-tabs > li.active a {
	border: none;
	background: #002b5e;
	color: #fff;
}
#tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
}
#tabs .nav-tabs {
	border: none;
	border-bottom: 3px solid #002b5e;
}
.skills-bar .progress {
	height: 29px;
	background: #aaaaaa;
}
.skills-bar .progress-bar {
	text-align: left;
}
.skills-bar h5 {
	font-size: 16px;
	display: inline-block;
	display: inline-block;
	width: 100%;
}
.skills-bar .progress-bar {
	float: left;
	width: 100%;
	height: 11px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #002b5e;
	border-radius: 30px;
}
.skills-bar li {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.skills-bar .progress {
	overflow: inherit !important;
	background: #fff;
	border: 9px solid #e7e7e7;
	border-left: 20px solid #e7e7e7;
	border-right: 20px solid #e7e7e7;
	border-radius: 30px;
	box-shadow: none;
}
.skills-bar .progress-bar span {
	text-align: center;
	line-height: 29px;
	background: url(../images/per-bg.png) no-repeat;
	font-size: 13px;
	color: #fff;
	width: 51px;
	height: 42px;
	float: right;
	position: relative;
	top: -58px;
}
/*=======================================================
			FOOTER
========================================================*/
footer {
	padding: 0;
	background: #222222 url(../images/map-bottom.png) bottom repeat-x;
	padding-bottom: 60px;
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 0px;
}
footer hr {
	height: 2px;
	border: none;
	width: 32px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #8BC348;
}
footer .loc-info p {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 13px;
}
footer .loc-info p i {
	width: 28px;
	float: left;
	margin-top: 6px;
	margin-bottom: 10px;
}
footer .tweet a {
	color: #28a9e2;
}
footer .tweet li {
	padding-left: 40px;
	margin-bottom: 30px;
}
footer .tweet li:before {
	content: "\f099";
	font-family: FontAwesome;
	padding: 0px;
	color: #414141;
	float: left;
	position: absolute;
	left: 0px;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
footer .tweet span {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}
footer p {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	color: #eeeeee;
}
footer .links a {
	font-family: 'Lato';
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	display: inline-block;
	width: 100%;
}
footer .recent-come {
}
footer .img-post {
	height: 59px;
	width: 59px;
	float: left;
}
footer .text-post {
	float: right;
	width: 72%;
}
footer .recent-come li a {
	color: #fff;
	font-size: 12px;
	font-size: 600;
	margin-top: 0px;
	text-transform: uppercase;
}
footer .recent-come li {
	border-bottom: 1px solid #373737;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
}
footer .recent-come li:nth-child(1) {
	margin-top: 0px;
}
footer .recent-come li span {
	font-weight: 600;
	color: #8BC348;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
footer .links a:hover {
	color: #ffdd00;
}
footer .subcribe {
	display: inline-block;
	width: 100%;
	background: #8BC348;
	padding: 20px 30px;
	margin-bottom: 60px;
}
footer .subcribe h4 {
	color: #fff;
	font-weight: 400;
}
footer .subcribe p {
	margin-bottom: 30px;
}
::-webkit-input-placeholder {
 color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
}

:-ms-input-placeholder {
 color: #fff;
}
footer .subcribe input {
	display: inline-block;
	width: 75%;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	color: #fff;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #fff;
}
footer .subcribe .form-control {
	border-radius: 0px;
}
footer .subcribe .btn {
	margin-top: 0px;
	background: #3f8f42;
	height: 45px;
}
footer button {
	background: #002b5e;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 34px;
	float: right;
	margin-top: -34px;
	position: relative;
	z-index: 1;
	border: none;
	padding: 0 10px;
}
.rights {
	background: #111111;
	padding: 20px 0;
	text-transform: uppercase;
}
.rights p {
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
footer .social_icons {
	display: inline-block;
	margin-top: 20px;
}
footer .social_icons li {
	background: #333333;
	margin-right: 10px;
}
footer .social_icons a {
	font-size: 14px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	color: #fff;
}
/*=======================================================
			404 PAGES
========================================================*/
.error-page {
	padding: 80px 0;
}
.error-page .not-found {
	font-size: 54px;
	color: #1a1a1d;
	display: inline-block;
	width: 100%;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 20%;
	text-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.error-page .head-404 {
	font-size: 208px;
	color: #1a1a1d;
	display: inline-block;
	width: 100%;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 0%;
	text-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.error-page h4 {
	text-transform: none;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}
.error-page h4 a {
	font-size: 18px;
	color: #8BC348;
	font-weight: bold;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 9;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0px;
	font-size: 14px;
	line-height: 45px;
	text-decoration: none;
	border-radius: 0px;
	text-align: center;
	color: #3b3b3b;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.4s ease-in-out;
	color: #fff;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.social_icons .tumblr a:hover {
	color: #fff;
	background-color: #35506b;
	border-color: #35506b;
}
