/*------------------------------------------------------------------
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: 'Roboto', 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: 'Roboto', sans-serif;
	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: 'Roboto', sans-serif;
	list-style: none;
}

a {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #757575;
}

.font-montserrat {
	font-family: 'Roboto', sans-serif !important;
}

/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/*=======================================================
			BUTTON
========================================================*/
.btn {
	background: #d6a102;
	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: 'Roboto', 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: #1d5f6f;
	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: #d6a102;
	height: 4px;
	width: 50px;
}

.tittle {
	margin-bottom: 20px;
	/* text-align: center; */
	display: inline-block;
	width: 100%;
	position: relative;
}

.tittle h3 {
	margin: 0px;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	color: #1d5f6f;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.tittle p {
	/* width: 75%; */
	margin: 0 auto;
	line-height: 24px;
	font-size: 16px;
}

/*=======================================================
			TOP BAR
========================================================*/
.top-bar {
	background: #1d5f6f;
	border-bottom: none;
	height: 45px;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.top-bar .container {
	padding: 0 15px;
}

.top-bar-content {
	position: relative;
	padding: 0;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-bar-content .announcement-slider {
	width: 60%;
	/* Limit width to center properly */
	justify-content: center;
}

.top-bar-content .utility-menu {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}



.announcement-slider {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}

.announcement-nav {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.announcement-nav:hover {
	opacity: 0.7;
}

.announcement-content {
	flex: 1;
	overflow: hidden;
	position: relative;
	height: 45px;
	display: flex;
	align-items: center;
}

.announcement-item {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.5s;
	text-align: center;
	padding: 0 10px;
}

.announcement-item.active {
	opacity: 1;
}

.utility-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.utility-menu li {
	display: inline-block;
}

.utility-menu li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: opacity 0.3s;
}

.utility-menu li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.utility-menu li.separator {
	color: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
}

.utility-menu .dropdown {
	position: relative;
}

.utility-menu .dropdown-menu {
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-top: 5px;
	min-width: 120px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	display: none;
}

.utility-menu .dropdown.open .dropdown-menu {
	display: block;
}

.utility-menu .dropdown-menu li {
	display: block;
	list-style: none;
}

.utility-menu .dropdown-menu li a {
	color: #333;
	padding: 8px 15px;
	font-size: 13px;
	display: block;
	text-decoration: none;
}

.utility-menu .dropdown-menu li a:hover {
	background: #f5f5f5;
	color: #1a7a7a;
	text-decoration: none;
}

.flag-icon {
	font-size: 16px;
	margin-right: 5px;
}

.wishlist-count {
	font-weight: 600;
}

/*=======================================================
			HEADER
========================================================*/
header {
	background: #f4f5f9;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 999;
	line-height: 0px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease-in-out;
}

header:before {
	content: "";
	position: absolute;
	width: 38%;
	height: 100%;
	z-index: -1;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	flex-wrap: nowrap;
	overflow: visible;
}

header .logo {
	float: left;
	margin: 0;
	display: flex;
	align-items: center;
}

header .logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

header .logo img {
	height: 55px;
	width: auto;
	margin-right: 10px;
}

.logo-text {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1a7a7a;
	text-transform: none;
}

header nav {
	display: flex;
	align-items: center;
	width: auto;
	float: right;
	position: relative;
	z-index: 999;
	min-height: auto;
	flex-wrap: nowrap;
}

header nav .ownmenu {
	background: transparent;
	min-height: auto;
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}



header nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header nav li a {
	line-height: normal;
	text-transform: none;
	color: #333;
	display: block;
	font-size: 14px;
	padding: 0.8rem;
	border-right: none;
	padding-bottom: 10px;
	transition: color 0.3s;
}

header nav li.active {
	background: none;
}

header nav li.active a {
	color: #1a7a7a;
}

header nav li:hover a {
	color: #1a7a7a;
}

header nav li:hover {
	background: none;
}

.add-property-btn {
	margin-left: 20px;
}

.btn-add-property {
	background: #1d5f6f;
	color: #fff;
	padding: 10px 15px;
	border-radius: 25px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	transition: background 0.3s;
	white-space: nowrap;
	overflow: visible;
	flex-shrink: 0;
}

.btn-add-property:hover {
	background: #063a5d;
	color: #fff;
	text-decoration: none;
}

.user-top-link {
	color: #fff !important;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 5px;
}

.user-top-link:hover {
	color: #ffd700 !important;
	/* Gold hover effect */
	text-decoration: none;
}

.user-top-link i {
	font-size: 14px;
}

.logout-link {
	color: #eee !important;
	font-size: 12px;
}

.logout-link:hover {
	color: #fff !important;
	text-decoration: underline;
}

.btn-add-property i {
	font-size: 12px;
}

.mobile-menu-toggle {
	display: none;
	margin-left: 15px;
}

.navbar-toggle {
	background: transparent;
	border: 1px solid #333;
	padding: 8px 10px;
	border-radius: 4px;
	cursor: pointer;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: #333;
	margin: 4px 0;
	border-radius: 1px;
}

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: #4caf50;
}

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: 'Roboto', sans-serif;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}

.ownmenu li>.megamenu li:hover {
	background: none;
	color: #4caf50 !important;
}

.ownmenu li>.megamenu li a:hover {
	color: #4caf50 !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;
	position: relative;
}

#banner .flex-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	/* Dark overlay with 40% opacity */
	z-index: 100;
	pointer-events: none;
}


.finder {
	position: absolute;
	top: 25%;
	z-index: 2;
	width: 100%;
	left: 0px;
	text-align: center;
}

.finder h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
	text-align: center;
}

.find-sec {
	background: #ffffffb3;
	padding: 20px 30px;
	display: inline-block;
	width: 100%;
	max-width: 900px;
	margin-top: 30px;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.finder-tabs {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	/* display: flex; */
	justify-content: center;
	gap: 15px;
	width: 100%;
	max-width: 520px;
	padding: 0 10px;
	z-index: 3;
}

.finder-tab {
	flex: 1;
	min-width: 100px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.95);
	color: #1c1c1c;
	font-weight: 600;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 8px 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	cursor: pointer;
}

.finder-tab:not(.active) {
	background: #f1f2f4;
	color: #1d5f6f;
	border-color: #f1f2f4;
	box-shadow: none;
}

.finder-tab:hover {
	background: #f5f5f5;
	color: #333;
	border-color: #e0e0e0;
}

.finder-tab.active {
	background: #1d5f6f;
	color: #fff;
	border-color: #1d5f6f;
	box-shadow: none;
}

.finder-tab:focus {
	outline: none;
}

@media (max-width: 767px) {
	.finder-tabs {
		position: relative;
		transform: none;
		left: auto;
		top: auto;
		margin-bottom: 20px;
		padding: 0;
		max-width: 100%;
		flex-wrap: wrap;
	}

	.finder-tab {
		flex: 1 1 100%;
	}
}

.find-sec:before {
	display: none;
}

.search-bar-wrapper {
	margin-top: 20px;
}

.search-input-group {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
}

.search-input {
	flex: 1;
	min-width: 200px;
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 15px 15px;
	height: 50px;
}

.search-input i {
	color: #999;
	margin-right: 10px;
	font-size: 16px;
}

.search-field {
	border: none;
	outline: none;
	flex: 1;
	font-size: 14px;
	color: #333;
	background: transparent;
}

.search-field::placeholder {
	color: #999;
}

.search-btn {
	background: #1d5f6f;
	color: #fff;
	border: none;
	padding: 0 30px;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
	white-space: nowrap;
}

.search-btn:hover {
	background: #063a5d;
}

.advanced-search-link {
	display: inline-block;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s;
}

.advanced-search-link:hover {
	color: #1a7a7a;
	text-decoration: none;
}

.advanced-search-link.active {
	color: #1a7a7a;
}

.advanced-field {
	margin-bottom: 10px;
}

.advanced-field label {
	display: block;
	margin-bottom: 8px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

.advanced-field .form-control {
	width: 100%;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	background: #fff;
	transition: border-color 0.3s;
	font-family: 'Lato', sans-serif;
}

.advanced-field .form-control:focus {
	outline: none;
	border-color: #1a7a7a;
}

.advanced-field select.form-control {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 35px;
}

.advanced-field select.form-control option {
	padding: 8px;
	background: #fff;
	color: #333;
}

.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: #1d5f6f;
	color: #fff;
	font-size: 12px;
}

.find-sec .dropdown-menu a {
	font-size: 12px;
	line-height: 26px;
}

.find-sec .dropdown-menu a:hover {
	background: #1d5f6f;
	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: #4caf50;
	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: #4caf50;
}

.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: 15%;
	-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: #d6a102;
	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: #1d5f6f;
	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-color: #f5f5f5;
	/* 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 {
	margin-top: -6px;
}

.properties .detail-sec a {
	font-weight: 500;
	font-size: 16px;
	color: #222222;
	display: inline-block;
	width: 100%;
	margin: 0px;
}

.properties .detail-sec span.locate {
	display: inline-block;
	width: 100%;
	margin: 8px 0 0px;
	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 .img img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease-in-out;
	display: block;
}

.properties li:hover .img img {
	transform: scale(1.1);
}

/* Image Overlays */
.properties .img-overlays {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 10;
}

.properties .img-badge {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	z-index: 11;
}

.properties .img-badge.photo-count {
	top: 12px;
	left: 12px;
	background: rgba(0, 0, 0, 0.6);
}

.properties .img-badge.photo-count i {
	margin-right: 5px;
}

.properties .img-badge.status-tag {
	top: 12px;
	right: 12px;
	background: #4A90E2;
}

.properties .img-badge.status-tag.selling {
	background: #4A90E2;
}

.properties .img-badge.status-tag.renting {
	background: #50C878;
}

.properties .img-badge.property-type {
	bottom: 0;
	left: 0;
	background: #1d5f6fcc;
	padding: 8px 20px 8px 15px;
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
	border-radius: 0;
	font-size: 13px;
	min-width: 80px;
}

.properties .img-badge.price-tag {
	bottom: 0;
	right: 0;
	background: #e23e1dcc;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 15px 8px 20px;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
	border-radius: 0;
	min-width: 100px;
}

/* Updated Property Details */
.properties .detail-sec {
	background: #fff;
	padding: 20px;
	border: 1px solid #ececec;
	border-top: none;
}

.properties .property-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.properties .property-title {
	font-weight: 600;
	font-size: 16px;
	color: #222;
	line-height: 1.4;
	flex: 1;
	text-transform: none;
	text-decoration: none;
}

.properties .property-title:hover {
	color: #1a7a7a !important;
}

.properties .wishlist-icon {
	color: #999;
	font-size: 18px;
	cursor: pointer;
	flex-shrink: 0;
	margin-top: 2px;
}

.properties .wishlist-icon:hover {
	color: #E74C3C;
}

.properties .detail-sec .locate {
	display: block;
	margin-bottom: 12px;
	color: #666;
	font-size: 14px;
}

.properties .property-metrics {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.properties .property-metrics span {
	color: #666;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.properties .property-metrics span i {
	color: #999;
	font-size: 14px;
}

/* Remove old styles */
.properties li .tag {
	display: none;
}

.properties .home-in {
	display: none;
}

.properties .detail-sec p {
	display: none;
}

.properties .share-p {
	display: none;
}

.properties .over-proper {
	display: none !important;
	opacity: 0;
	transition: opacity 0.3s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	text-align: center;
	z-index: 10;
}

.properties li:hover .over-proper {
	opacity: 1;
}

.properties li:hover section {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

/* Properties Map Layout */
.properties-map-layout {
	margin-top: 30px;
}

.properties-list-column {
	padding-right: 20px;
}

.properties-map-column {
	padding-left: 20px;
	position: sticky;
	top: 20px;
	height: fit-content;
}

.properties-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.showing-info {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #666;
}

.showing-select,
.sort-select {
	padding: 6px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.3s;
}

.showing-select:hover,
.sort-select:hover {
	border-color: #1d5f6f;
}

.sort-by {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #666;
}

.properties-grid {
	margin: 0;
}

.properties-map-wrapper {
	background: #fff;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.map-container {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.map-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	background: #f9f9f9;
	border-top: 1px solid #e0e0e0;
}

.map-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #222;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: color 0.3s;
}

.map-phone:hover {
	color: #1d5f6f;
	text-decoration: none;
}

.map-phone i {
	color: #1d5f6f;
	font-size: 18px;
}

.map-scroll-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #1d5f6f;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	transition: background 0.3s;
}

.map-scroll-top:hover {
	background: #063a5d;
	color: #fff;
	text-decoration: none;
}

.map-scroll-top i {
	font-size: 18px;
}

.properties-pagination {
	margin-top: 40px;
	text-align: center;
}

.properties li .price-bg {
	background: black;
	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;
}

/*=======================================================
			PROPERTIES BY LOCATIONS
========================================================*/
.properties-by-locations {
	padding: 80px 0;
	background: #fff;
}

.properties-by-locations .tittle {
	text-align: center;
	margin-bottom: 50px;
}

.properties-by-locations .tittle h3 {
	font-weight: 700;
	margin-bottom: 15px;
}

.properties-by-locations .tittle p {
	font-size: 16px;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

.locations-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.location-card {
	flex: 0 0 calc(20% - 16px);
	max-width: calc(20% - 16px);
	min-width: 200px;
}

.location-img {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	height: 300px;
	cursor: pointer;
}

.location-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease-in-out;
}

.location-card:hover .location-img img {
	transform: scale(1.1);
}

.location-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
	padding: 30px 20px 20px;
	text-align: center;
}

.location-overlay h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: none;
}

/*=======================================================
			FEATURED AGENTS
========================================================*/
.featured-agents {
	padding: 80px 0;
	background: #f8f8f8;
}

.featured-agents .tittle {
	margin-bottom: 50px;
}

.featured-agents .tittle h3 {
	font-weight: 700;
	color: #222;
	margin-bottom: 0;
}

.agents-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.agent-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
	min-width: 250px;
	transition: transform 0.3s, box-shadow 0.3s;
}

.agent-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.agent-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.agent-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.agent-card:hover .agent-image img {
	transform: scale(1.05);
}

.agent-info {
	padding: 20px;
}

.agent-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.agent-name {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.verified-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #4A90E2;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
}

.email-icon-btn {
	color: #1d5f6f;
	align-items: center;
	background: #f4f5f9;
	border-radius: 50%;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	transition: all .4s ease;
	width: 40px;
}

.email-icon-btn:hover {
	cursor: pointer;
}

.agent-contact {
	margin-bottom: 15px;
}

.agent-contact p {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	line-height: 1.5;
}

.agent-contact p i {
	color: #999;
	margin-right: 8px;
	width: 16px;
}

.agent-contact p a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s;
}

.agent-contact p a:hover {
	color: #1a7a7a;
}

.agent-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 1px solid #e0e0e0;
}

.agent-properties {
	font-size: 14px;
	color: #666;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.agent-properties i {
	color: #999;
}

.view-btn {
	background: #1d5f6f;
	color: #fff;
	padding: 4px 18px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.3s;
}

.view-btn:hover {
	background: #1d5f6f;
	color: #fff;
	text-decoration: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #1d5f6f;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background: #1d5f6f;
	color: #fff;
}

.pagination li a {
	display: inline-block;
	border: 1px solid #1d5f6f !important;
	color: #1d5f6f;
	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: #1d5f6f;
	color: #fff;
}

.load-more {
	border: 2px solid #d6a102;
	text-transform: uppercase;
	padding: 8px 30px;
	color: #d6a102;
	margin-top: 30px;
	display: inline-block;
}

.load-more:hover {
	background: #1d5f6f;
	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: #1d5f6f;
	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: #1d5f6f;
}

#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: #1d5f6f;
	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%;
}

/*=======================================================
			CALL US
========================================================*/
.mobile-app {
	padding: 80px 0;
	background: #f8f8f8 url(../images/app-bg.jpg) repeat;
	padding-bottom: 0px;
}

.mobile-app h3 {
	color: #4caf50;
	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;

	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 {
	color: #1d5f6f;
	margin-bottom: 20px;
}

.what-we-do .nav-tabs li a:hover {
	color: #4caf50;
}

.what-we-do .nav-tabs li a:hover span {
	color: #d6a102;
}

.what-we-do .nav-tabs li a:hover i {
	color: #d6a102;
}

.what-we-do .nav-tabs .active a span {
	color: #d6a102;
}

.what-we-do .nav-tabs .active a i {
	color: #d6a102;
}

/*=======================================================
			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: #1d5f6f;
	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: #1d5f6f;
	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 #1d5f6f;
	-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: #1d5f6f;
	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: #4caf50;
}

.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: #1d5f6fcc;
}

.services li:hover .ser-hover p {
	opacity: 1;
}

.services li:hover .icon {
	background: none;
}

.services li:hover .heading {
	background: #fff;
	color: #1d5f6f;
}

/*=======================================================
			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: #d6a102;
}

/*=======================================================
			SUB BANNER
========================================================*/
.sub-banner {
	background: url(../images/sub-bnr-bg.jpg)no-repeat;
	position: relative;
	margin-top: -5px;
	background-size: cover;
	text-align: center;
}

.sub-banner .overlay {
	background: #00000021;
	padding: 30px 0;
}

.sub-banner h1 {
	font-size: 2.5rem;
	color: #fff;
	padding-top: 20px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sub-banner .banner-description {
	font-size: 16px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.sub-banner .breadcrumb {
	background: transparent;
	display: block;
	position: relative;
	bottom: 0px;
	margin: 20px auto 0;
	border-radius: 0;
	width: auto;
	left: 0px;
	line-height: 1.5;
	height: auto;
	right: 0px;
	padding: 0;
	text-align: center;
	list-style: none;
}

.sub-banner .breadcrumb,
.sub-banner .breadcrumb * {
	margin: 0;
	padding: 0;
}

.sub-banner .breadcrumb li {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
}

.sub-banner .breadcrumb li a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.sub-banner .breadcrumb li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.sub-banner .breadcrumb>li+li:before {
	content: " / ";
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
}

.sub-banner .breadcrumb li.active {
	color: #fff;
	font-weight: bold;
}

/*=======================================================
			FILTER BAR
========================================================*/
.filter-bar {
	background: #f5f5f5;
	padding: 1em .75em;
	margin-bottom: 30px;
}

.filter-wrapper {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	flex-wrap: wrap;
}

.filter-field {
	flex: 1;
	min-width: 150px;
}

.filter-field label {
	display: block;
	font-size: 13px;
	color: #555;
	font-weight: 600;
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
}

.filter-input,
.filter-select {
	width: 100%;
	padding: 10px 40px 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color 0.3s;
}

.filter-input:focus,
.filter-select:focus {
	outline: none;
	/* border-color: #4caf50; */
}

.filter-input::placeholder {
	color: #999;
}

.input-with-icon {
	position: relative;
}

.input-icon {
	position: absolute;
	right: 12px;
	top: 35%;
	transform: translateY(-50%);
	color: #999;
	font-size: 16px;
	pointer-events: none;
}

.filter-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 35px;
}

.filter-button-field {
	flex: 0 0 auto;
	min-width: 120px;
}

.filter-search-btn {
	width: 100%;
	padding: 10px 20px;
	background: #1d5f6f;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.3s;
}

.filter-search-btn:hover {
	background: #063a5d;
}

.filter-search-btn i {
	font-size: 12px;
}

/*=======================================================
			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: #4caf50;
	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: #d6a102;
}

.blog-page .blog .post-admin span {
	padding: 0 10px;
	color: #d6a102;
}

.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: #d6a102;
	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 #1d5f6f;
}

.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: black;
	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: #1d5f6f;
}

.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: #1d5f6f;
}

.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: #1d5f6f;
	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: #4caf50;
}

.properti-detsil .categories h5 {
	margin-bottom: 5px;
}

.properti-detsil .side-bar .text-post {
	float: right;
	width: 72%;
}

.properti-detsil .categories span {
	color: #1d5f6f;
}

.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: #d6a102;
	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: #d6a102;
	color: #fff;
	border-color: #d6a102;
}

.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;
}

/*=======================================================
			PROPERTY DETAIL PAGE (NEW DESIGN)
========================================================*/
.property-detail-page {
	padding: 40px 0;
	background: #fff;
}

.property-content-column {
	padding-right: 30px;
}

.property-sidebar {
	padding-left: 30px;
}

/* Image Gallery */
.property-gallery {
	margin-bottom: 40px;
}

.main-image-wrapper {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-bottom: 15px;
}

.main-property-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.3s ease;
}

.image-actions {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	gap: 10px;
	z-index: 10;
}

.action-btn {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
	text-decoration: none;
	transition: all 0.3s;
}

.action-btn:hover {
	background: #1d5f6f;
	color: #fff;
	text-decoration: none;
}

.thumbnail-gallery {
	height: 100px;
	display: flex;
	gap: 10px;
	overflow-x: auto;
}

.thumbnail-item {
	flex: 0 0 100px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

.thumbnail-item:hover {
	transform: scale(1.05);
}

.thumbnail-item.active {
	border-color: #1d5f6f;
	box-shadow: 0 2px 8px rgba(29, 95, 111, 0.3);
}

.thumbnail-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.thumbnail-item:hover img {
	transform: scale(1.1);
}

/* Property Header */
.property-header {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.property-title {
	font-size: 32px;
	font-weight: bold;
	color: #222;
	margin-bottom: 15px;
	line-height: 1.4;
}

.property-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
}

.rating-stars {
	color: #ffc107;
}

.rating-stars i.fa-star {
	color: #ffc107;
}

.rating-stars i.fa-star-o {
	color: #ccc;
}

.rating-stars i {
	font-size: 16px;
}

.rating-text {
	color: #666;
	font-size: 14px;
}

.property-meta-info {
	display: flex;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.meta-item {
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.meta-item i {
	color: #1d5f6f;
	font-size: 14px;
}

.property-price-status {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.property-price {
	font-size: 18px;
	font-weight: 600;
	color: #222;
}

.status-tag {
	padding: 6px 15px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.status-tag.renting {
	background: #1d5f6f;
	color: #fff;
}

.status-tag.selling {
	background: #4A90E2;
	color: #fff;
}

/* Section Title */
.section-title {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e0e0e0;
}

/* Overview Table */
.overview-section {
	margin-bottom: 40px;
}

.overview-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.overview-table tbody tr {
	border-bottom: 1px solid #e0e0e0;
}

.overview-table tbody tr:last-child {
	border-bottom: none;
}

.overview-table td {
	padding: 15px 20px;
	vertical-align: middle;
}

.overview-label {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	width: 40%;
}

.overview-value {
	font-size: 16px;
	color: #222;
	font-weight: 600;
	text-align: right;
}

.overview-value.price-value {
	color: #1d5f6f;
	font-size: 18px;
}

.category-link {
	color: #1d5f6f;
	text-decoration: none;
	transition: color 0.3s;
}

.category-link:hover {
	color: #063a5d;
	text-decoration: underline;
}

/* Description */
.description-section {
	margin-bottom: 40px;
}

.description-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 15px;
}

/* Help/FAQ Section */
.help-section {
	margin-bottom: 40px;
}

.faq-list {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}

.faq-item {
	border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-question {
	padding: 20px;
	background: #fff;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background 0.3s;
}

.faq-question:hover {
	background: #f9f9f9;
}

.faq-question span {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	flex: 1;
}

.faq-question i {
	color: #1d5f6f;
	transition: transform 0.3s;
}

.faq-item.active .faq-question i {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
	max-height: 500px;
}

.faq-answer p {
	padding: 0 20px 20px;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

/* Features */
.features-section {
	margin-bottom: 40px;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	/* background: #f9f9f9; */
	border-radius: 4px;
}

.feature-item i {
	color: #1d5f6f;
	font-size: 18px;
}

.feature-item span {
	font-size: 14px;
	color: #222;
}

/* Facilities Section */
.facilities-section {
	margin-bottom: 40px;
}

.facilities-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.facility-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 4px;
}

.facility-item i {
	color: #1d5f6f;
	font-size: 18px;
	min-width: 20px;
}

.facility-name {
	font-size: 14px;
	color: #222;
	flex: 1;
}

.facility-distance {
	font-size: 14px;
	color: #666;
	font-weight: 500;
}

/* Floor Plans */
.floor-plans-section {
	margin-bottom: 40px;
}

.floor-plans-list {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	background: #f9f9f9;
}

.floor-plan-detail {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.floor-name {
	font-size: 16px;
	font-weight: 600;
	color: #222;
}

.floor-info {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #666;
}

.floor-info i {
	color: #1d5f6f;
	font-size: 16px;
}

/* Agent Contact Card */
.agent-contact-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 30px;
	position: sticky;
	top: 20px;
}

.agent-profile {
	text-align: center;
	margin-bottom: 30px;
	/* padding-bottom: 30px; */
	border-bottom: 1px solid #e0e0e0;
}

.agent-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 10px;
}

.agent-name {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
}

.agent-title {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.view-properties-btn {
	display: inline-block;
	padding: 10px 20px;
	background: #1d5f6f;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	transition: background 0.3s;
}

.view-properties-btn:hover {
	background: #063a5d;
	color: #fff;
	text-decoration: none;
}

.contact-form-wrapper {
	margin-top: 30px;
}

.form-title {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 20px;
}

.agent-contact-form .form-group {
	margin-bottom: 15px;
}

.agent-contact-form .form-control {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s;
}

.agent-contact-form .form-control:focus {
	outline: none;
	border-color: #1d5f6f;
}

.send-message-btn {
	width: 100%;
	padding: 12px;
	background: #1d5f6f;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
}

.send-message-btn:hover {
	background: #063a5d;
}

/* Property Detail Footer */
.property-detail-footer {
	padding: 40px 0;
	background: #f9f9f9;
	border-top: 1px solid #e0e0e0;
}

.footer-content {
	width: 100%;
}

.footer-text h4 {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 10px;
}

.profile-link {
	color: #1d5f6f;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s;
}

.profile-link:hover {
	color: #063a5d;
	text-decoration: none;
}

.footer-image img {
	max-width: 200px;
	height: auto;
}

/*=======================================================
			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: #d6a102;
	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: #d6a102;
}

.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: #27ae60;
	border-color: #27ae60;
	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: #d6a102;
	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 #d6a102;
}

.regi-sec li .forget {
	float: right;
	color: #1d5f6f;
	font-size: 11px;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.regi-sec li .forget a {
	float: right;
	color: #1d5f6f;
	font-size: 11px;
	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: #1d5f6f;
	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;
}

/*=======================================================
			NEW CONTACT LAYOUT
========================================================*/
.contact-main-wrapper {
	padding: 30px 0;
}

.contact-info-column {
	padding-right: 40px;
}

.contact-form-column {
	padding-left: 40px;
}

.contact-info-section {
	background: #f5f5f5;
	padding: 40px;
	min-height: 100%;
}

.contact-form-section {
	background: #f4f4f4;
	padding: 30px;
	min-height: 100%;
}

.contact-section-title {
	color: #1d5f6f;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.contact-details {
	margin-bottom: 30px;
}

.contact-detail-item {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.6;
}

.contact-detail-item strong {
	color: #222;
	font-weight: 600;
}

.contact-link {
	color: #0066cc;
	text-decoration: none;
	transition: color 0.3s;
}

.contact-link:hover {
	color: #004499;
	text-decoration: underline;
}

.company-description {
	margin-top: 30px;
}

.company-description p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 15px;
	text-transform: none;
}

.contact-input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 0px;
	font-size: 14px;
	color: #333;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	transition: border-color 0.3s;
	margin-bottom: 20px;
}

.contact-input:focus {
	outline: none;
	border-color: #4caf50;
}

.contact-input::placeholder {
	color: #999;
}

.form-row {
	display: flex;
	gap: 15px;
	margin-bottom: 0;
}

.form-group {
	margin-bottom: 0;
}

.form-group.col-md-6 {
	flex: 1;
}

.checkbox-group {
	margin-bottom: 25px;
}

.checkbox-label {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
	margin-right: 8px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.contact-submit-btn {
	background: #1d5f6f;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s;
	width: 100%;
}

.contact-submit-btn:hover {
	background: #fff;
	color: #063a5d;
	border: 1px solid #063a5d;
}

.contact-map-section {
	padding: 30px 0;
}

.contact-map-section .contact-section-title {
	margin-bottom: 10px;
}

.map-wrapper {
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
	display: block;
	width: 100%;
}

/*=======================================================
			NEWS DETAIL PAGE
========================================================*/
.news-detail-section {
	padding: 60px 0;
	background: #fff;
}

.news-content-column {
	padding-right: 40px;
}

.news-sidebar {
	padding-left: 40px;
}

.news-article {
	background: #fff;
	margin-bottom: 40px;
}

.news-featured-image {
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
}

.news-featured-image img {
	width: 100%;
	height: auto;
	display: block;
}

.news-article-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.news-title {
	font-size: 26px;
	font-weight: bold;
	color: #222;
	line-height: 1.4;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.news-meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #666;
}

.news-meta-item i {
	color: #1d5f6f;
	font-size: 16px;
}

.news-article-content {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 40px;
}

.news-article-content p {
	margin-bottom: 20px;
}

.news-article-content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin: 30px 0 15px;
	font-family: 'Montserrat', sans-serif;
}

.news-article-content ul {
	margin: 20px 0;
	padding-left: 30px;
}

.news-article-content ul li {
	margin-bottom: 10px;
	color: #444;
}

.news-article-footer {
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.news-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 14px;
}

.news-tags strong {
	color: #222;
	margin-right: 5px;
}

.news-tags a {
	color: #1d5f6f;
	text-decoration: none;
	padding: 5px 12px;
	background: #f5f5f5;
	border-radius: 3px;
	transition: all 0.3s;
}

.news-tags a:hover {
	background: #1d5f6f;
	color: #fff;
}

.news-share {
	display: flex;
	align-items: center;
	gap: 10px;
}

.news-share strong {
	color: #222;
	font-size: 14px;
	margin-right: 5px;
}

.share-btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: transform 0.3s;
}

.share-btn.facebook {
	background: #3b5998;
}

.share-btn.twitter {
	background: #1da1f2;
}

.share-btn.linkedin {
	background: #0077b5;
}

.share-btn.google {
	background: #dd4b39;
}

.share-btn:hover {
	transform: translateY(-3px);
}

.related-news {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 2px solid #e0e0e0;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
}

.related-news-item {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.related-news-image {
	flex: 0 0 120px;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
}

.related-news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-news-content h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.4;
}

.related-news-content h4 a {
	color: #222;
	text-decoration: none;
	transition: color 0.3s;
}

.related-news-content h4 a:hover {
	color: #1d5f6f;
}

.related-news-date {
	font-size: 13px;
	color: #999;
}

/* Sidebar Styles */
.sidebar-widget {
	background: #f9f9f9;
	padding: 25px;
	margin-bottom: 30px;
	border-radius: 4px;
}

.widget-title {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.search-form {
	display: flex;
	gap: 0;
}

.search-input {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 4px 0 0 4px;
	font-size: 14px;
}

.search-btn {
	padding: 10px 20px;
	background: #1d5f6f;
	color: #fff;
	border: 1px solid #1d5f6f;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	transition: background 0.3s;
}

.search-btn:hover {
	background: #063a5d;
}

.recent-posts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recent-posts-list li {
	padding: 15px 0;
	border-bottom: 1px solid #e0e0e0;
}

.recent-posts-list li:last-child {
	border-bottom: none;
}

.recent-posts-list li a {
	color: #222;
	text-decoration: none;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	transition: color 0.3s;
}

.recent-posts-list li a:hover {
	color: #1d5f6f;
}

.post-date {
	display: block;
	font-size: 12px;
	color: #999;
}

.categories-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.categories-list li {
	padding: 12px 0;
	border-bottom: 1px solid #e0e0e0;
}

.categories-list li:last-child {
	border-bottom: none;
}

.categories-list li a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	transition: color 0.3s;
}

.categories-list li a:hover {
	color: #1d5f6f;
}

.categories-list li a span {
	color: #999;
}

.tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tags-cloud a {
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.3s;
}

.tags-cloud a:hover {
	background: #1d5f6f;
	border-color: #1d5f6f;
	color: #fff;
}

/*=======================================================
			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: 60px 0 0;
	background-color: #fafbfd;
	border-top: 1px solid #f0f0f0;
}

.footer-col {
	margin-bottom: 20px;
}

footer h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 15px 0;
	letter-spacing: 0.5px;
}

.footer-hr {
	height: 1px;
	border: none;
	width: 100%;
	margin: 0 0 10px 0;
	background: #e0e0e0;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.footer-logo img {
	height: 50px;
	width: auto;
}

.footer-logo .logo-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1a3a5f;
	text-transform: none;
}

.footer-contact {
	margin-bottom: 25px;
}

.footer-contact p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
	display: flex;
	align-items: flex-start;
}

.footer-contact p i {
	color: #333;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 16px;
	width: 20px;
}

.footer-contact .highlight {
	color: #1a7a7a;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-contact .highlight:hover {
	color: #155f5f;
	text-decoration: none;
}

.footer-social {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	display: flex;
	gap: 10px;
}

.footer-social li {
	margin: 0;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #f5f5f5;
	color: #666;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s;
}

.footer-social a:hover {
	background: #1d5f6f;
	color: #fff;
}

.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s;
	display: inline-block;
}

.footer-links a:hover {
	color: #1a7a7a;
}

.footer-language {
	border-top: 1px solid #e0e0e0;
	padding: 20px 0;
	background: #fff;
}

.language-selector {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
}

.language-selector .flag-icon {
	font-size: 18px;
}

.language-selector i {
	font-size: 12px;
	margin-left: 5px;
}

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: #1d5f6f;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

footer .links a:hover {
	color: #ffdd00;
}

.rights {
	background: #fafbfd;
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
	text-align: center;
}

.rights p {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 0;
	text-transform: none;
}

.floating-buttons {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	display: flex;
	/* flex-direction: column; */
	gap: 15px;
	align-items: flex-end;
}

.floating-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1d5f6f;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
	line-height: 1;
}

.floating-btn:hover {
	background: #063a5d;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.call-btn {
	padding: 12px 20px;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
}

.call-btn i {
	font-size: 16px;
}

.scroll-top-btn {
	width: 50px;
	height: 50px;
	display: none;
	border-radius: 6px;
	min-width: 50px;
	padding: 0;
	position: relative;
}

.scroll-top-btn i {
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*=======================================================
			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: #d6a102;
	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;
}

/*=======================================================
			TERMS & CONDITIONS
========================================================*/
.terms-conditions-section {
	padding: 40px 0;
	background: #fff;
}

.terms-intro {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e0e0e0;
}

.intro-text {
	font-size: 18px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 15px;
}

.last-updated {
	font-size: 14px;
	color: #999;
	font-style: italic;
}

.terms-content {
	max-width: 900px;
	margin: 0 auto;
}

.terms-section {
	/* margin-bottom: 40px; */
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}

.terms-section:last-child {
	border-bottom: none;
}

.terms-title {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.terms-section p {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 10px;
}

.terms-list {
	margin: 20px 0;
	padding-left: 30px;
}

.terms-list li {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 10px;
	list-style-type: disc;
}

.contact-info-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.contact-info-list li {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-info-list li i {
	color: #1d5f6f;
	font-size: 18px;
	min-width: 20px;
}

/*=======================================================
			LOGIN PAGE
========================================================*/
.login-section {
	padding: 80px 0;
	min-height: calc(100vh - 200px);
	display: flex;
	align-items: center;
}

.login-container {
	background: #f4f5f9;
	padding: 40px;
}

.login-header {
	text-align: center;
	margin-bottom: 30px;
}

.login-header i {
	font-size: 32px;
	color: #1d5f6f;
	margin-bottom: 15px;
	display: block;
}

.login-header h2 {
	font-size: 24px;
	font-weight: 700;
	color: #222;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

.login-description {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.login-form {
	margin-top: 30px;
}

.login-form .form-group {
	margin-bottom: 20px;
}

.login-form label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
}

.input-wrapper {
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
}

.input-icon {
	position: absolute;
	left: 15px;
	top: 35%;
	transform: translateY(-50%);
	color: #555;
	font-size: 16px;
	z-index: 2;
	pointer-events: none;
	line-height: 1;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-form .form-control {
	width: 100%;
	padding: 12px 15px 12px 45px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	background: #fff;
	transition: border-color 0.3s;
	box-sizing: border-box;
	position: relative;
	height: 44px;
	line-height: 20px;
}

.login-form #password,
.login-form #password_confirmation {
	padding-right: 45px;
	padding-left: 45px;
}

.login-form .form-control:focus {
	outline: none;
	border-color: #1d5f6f;
}

.login-form .form-control::placeholder {
	color: #999;
	font-weight: 400;
}

.password-toggle {
	position: absolute;
	right: 15px;
	top: 35%;
	transform: translateY(-50%);
	color: #555;
	font-size: 16px;
	cursor: pointer;
	z-index: 3;
	transition: color 0.3s;
	pointer-events: auto;
	line-height: 1;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.password-toggle:hover {
	color: #1d5f6f;
}

.form-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.remember-me {
	display: flex;
	align-items: center;
	gap: 8px;
}

.remember-me input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	cursor: pointer;
	accent-color: #1d5f6f;
}

.remember-me label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	cursor: pointer;
}

.forgot-password {
	font-size: 14px;
	color: #1d5f6f;
	text-decoration: none;
	transition: color 0.3s;
}

.forgot-password:hover {
	color: #063a5d;
	text-decoration: none;
}

.btn-login {
	width: 100%;
	padding: 14px 20px;
	background: #1d5f6f;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.btn-login:hover {
	background: #063a5d;
	color: #fff;
}

.btn-login i {
	font-size: 14px;
}

.register-link {
	text-align: center;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e0e0e0;
}

.register-link p {
	font-size: 14px;
	color: #666;
	margin: 0;
}

.register-link a {
	color: #1d5f6f;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s;
}

.register-link a:hover {
	color: #063a5d;
	text-decoration: none;
}

/* Required Asterisk */
.login-form label .required {
	color: #e74c3c;
	margin-left: 3px;
}

/* Terms Checkbox */
.terms-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.terms-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	cursor: pointer;
	accent-color: #1d5f6f;
	margin-top: 2px;
	flex-shrink: 0;
}

.terms-checkbox label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	cursor: pointer;
	line-height: 1.5;
}

.terms-checkbox label a {
	color: #1d5f6f;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s;
}

.terms-checkbox label a:hover {
	color: #063a5d;
	text-decoration: none;
}

/*=======================================================
			NEWSLETTER MODAL
========================================================*/
.newsletter-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

.newsletter-modal.active {
	display: flex;
}

.newsletter-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
}

.newsletter-modal-content {
	position: relative;
	background: #fff;
	border-radius: 0;
	max-width: 800px;
	width: 90%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	animation: modalSlideIn 0.3s ease-out;
	overflow: hidden;
}

.newsletter-modal-wrapper {
	display: flex;
	flex-direction: row;
}

.newsletter-image {
	width: 50%;
	flex-shrink: 0;
	overflow: hidden;
}

.newsletter-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.newsletter-content {
	width: 50%;
	padding: 80px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.newsletter-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	color: #555;
	cursor: pointer;
	padding: 5px 10px;
	transition: color 0.3s;
	line-height: 1;
}

.newsletter-close:hover {
	color: #222;
}

.newsletter-header {
	/* text-align: center; */
	margin-bottom: 30px;
}

.newsletter-label {
	font-size: 14px;
	color: #999;
	letter-spacing: 0.5px;
}

.newsletter-header h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	color: #222;
	font-family: 'Montserrat', sans-serif;
}

.newsletter-subtitle {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.newsletter-form {
	margin-top: 20px;
}

.newsletter-form .form-group {
	margin-bottom: 20px;
}

.newsletter-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.newsletter-form label .required {
	color: #e74c3c;
	margin-left: 3px;
}

.newsletter-form .form-control {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	background: #fff;
	transition: border-color 0.3s;
	box-sizing: border-box;
}

.newsletter-form .form-control:focus {
	outline: none;
	border-color: #1d5f6f;
}

.newsletter-form .form-control::placeholder {
	color: #999;
}

.btn-subscribe {
	width: 100%;
	padding: 14px 20px;
	background: #1d5f6f;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
	margin-bottom: 15px;
}

.btn-subscribe:hover {
	background: #063a5d;
}

.newsletter-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.newsletter-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	cursor: pointer;
	accent-color: #1d5f6f;
	flex-shrink: 0;
}

.newsletter-checkbox label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	cursor: pointer;
}

/*=======================================================
			WHY CHOOSE US
========================================================*/
.why-choose-us {
	padding: 80px 0;
	/* background: #f9f9f9; */
}

.why-choose-us .tittle {
	text-align: center;
	margin-bottom: 50px;
}

.feature-item {
	padding: 15px;
}

.feature-box {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 30px 20px;
	background: #f9f9f9;
	border-radius: 12px;
	transition: all 0.3s ease;
	height: 100%;
}

.feature-box:hover {
	background: #fff;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
}

.feature-icon {
	flex-shrink: 0;
	width: 60px;
	height: 100px;
	background: #fff;
	color: #1d5f6f;
	line-height: 100px;
	font-size: 24px;
	border-radius: 40px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.feature-box:hover .feature-icon {
	background: #1d5f6f;
	color: #fff;
	transform: scale(1.05);
}

.feature-box:hover .feature-icon i {
	color: #fff !important;
}

.feature-box h4 {
	margin-bottom: 5px;
	color: #333;
	font-weight: 700;
	text-transform: none;
	font-size: 18px;
}

.feature-box p {
	color: #666;
	line-height: 1.4;
	margin: 0;
	font-size: 13px;
}

/*=======================================================
			CTA SECTION (PREMIUM)
========================================================*/
.cta-section {
	padding: 120px 0;
	background: url("../images/cta.jpg") no-repeat center center / cover;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgb(29 95 111 / 14%) 0%, rgb(29 95 111 / 54%) 100%);
	z-index: 1;
}

.cta-box-wrapper {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.cta-box {
	background: rgb(255 255 255 / 6%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 20px 40px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
	animation: fadeInUp 0.8s ease-out;
}

.cta-tagline {
	color: #d6a102;
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}

.cta-box h3 {
	color: #fff !important;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: none;
}

.cta-box p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Lato", sans-serif;
	line-height: 1.6;
}

.btn-cta-premium {
	background: #1d5f6f !important;
	color: #fff !important;
	padding: 12px 30px !important;
	font-size: 14px !important;
	border-radius: 50px !important;
	font-weight: 700 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	border: none !important;
	box-shadow: 0 10px 20px rgb(29 95 111 / 56%) !important;
}

.btn-cta-premium i {
	transition: transform 0.3s ease;
	font-size: 18px;
}

.btn-cta-premium:hover {
	background: #fff !important;
	color: #1d5f6f !important;
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

.btn-cta-premium:hover i {
	transform: translateX(5px);
}

@media (max-width: 767px) {
	.cta-section {
		padding: 80px 0;
	}

	.cta-box {
		padding: 40px 20px;
		margin: 0 15px;
	}

	.cta-box h3 {
		font-size: 28px;
	}

	.cta-box p {
		font-size: 16px;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*=======================================================
			MID PAGE BANNER
========================================================*/
.mid-page-banner {
	padding: 150px 0;
	background: url("../images/banner.jpg") no-repeat center center / cover;
	background-attachment: fixed;
	position: relative;
	text-align: center;
	color: #fff;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.banner-content {
	position: relative;
	z-index: 2;
}

.banner-content h2 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	text-transform: none;
}

.banner-content p {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 700px;
	margin: 0 auto;
	font-family: "Lato", sans-serif;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.property-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

@media (max-width: 767px) {
	.mid-page-banner {
		padding: 100px 0;
	}

	.banner-content h2 {
		font-size: 32px;
	}

	.banner-content p {
		font-size: 16px;
	}
}

/*=======================================================
			FOOTER NEWSLETTER
========================================================*/
.footer-newsletter p {
	color: #333 !important;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.footer-newsletter-form .input-group {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	background: #fff !important;
	border-radius: 4px !important;
	overflow: hidden !important;
	padding: 0 !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
	border: 1px solid #ddd !important;
	width: 100% !important;
}

.footer-newsletter-form .input-group .form-control {
	border: none !important;
	height: 45px !important;
	box-shadow: none !important;
	padding: 0 15px !important;
	font-size: 14px !important;
	background: transparent !important;
	flex: 1 !important;
	margin: 0 !important;
	width: auto !important;
}

.newsletter-submit-btn {
	background: #1d5f6f !important;
	border: none !important;
	color: #fff !important;
	width: 45px !important;
	min-width: 45px !important;
	height: 45px !important;
	border-radius: 0 4px 4px 0 !important;
	transition: all 0.3s !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	margin: 0 !important;
}

.newsletter-submit-btn:hover {
	background: #063a5d !important;
	transform: none !important;
}

.newsletter-submit-btn i {
	font-size: 16px !important;
	color: #fff !important;
}

/*======= ABOUT US MODERN LAYOUT =========*/
.about-section {
	padding: 100px 0;
	background: #fdfdfd;
}

.about-row {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

.about-row:last-child {
	margin-bottom: 0;
}

.about-row.reverse {
	flex-direction: row-reverse;
}

.about-content-box {
	padding-right: 50px;
}

.about-row.reverse .about-content-box {
	padding-right: 0;
	padding-left: 50px;
}

.about-content-box h3 {
	font-size: 32px;
	color: #1d5f6f !important;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
}

.about-content-box h3::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 4px;
	background: #1d5f6f;
	bottom: -10px;
	left: 0;
	border-radius: 2px;
}

.about-content-box p {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 0;
}

.about-image-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	transition: transform 0.4s ease;
}

.about-image-box:hover {
	transform: translateY(-5px);
}

.about-image-box img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.6s ease;
}

.about-image-box:hover img {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.about-row {
		flex-direction: column !important;
		margin-bottom: 60px;
	}

	.about-content-box {
		padding: 0 !important;
		margin-bottom: 30px;
		text-align: center;
	}

	.about-content-box h3::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.about-image-box {
		max-width: 500px;
		margin: 0 auto;
	}
}

/*======= ABOUT MID-PAGE BANNER =========*/
.about-mid-banner {
	background: url('../image/about/mid-banner.png') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	margin: 40px 0 80px;
	position: relative;
	text-align: center;
	color: #fff;
	width: 100%;
}

.about-mid-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 95, 111, 0.85);
	/* Landsfy brand color overlay */
	z-index: 1;
}

.about-mid-banner .container {
	position: relative;
	z-index: 2;
}

.about-mid-banner h2 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff !important;
}

.about-mid-banner p {
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

/* owl nav */
.locations-row .owl-nav {
	text-align: center;
	margin-top: 30px;
}

.locations-row .owl-nav .owl-prev,
.locations-row .owl-nav .owl-next {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #1d5f6f;
	border: 1px solid #1d5f6f;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.locations-row .owl-nav .owl-prev:hover,
.locations-row .owl-nav .owl-next:hover {
	background: #1d5f6f;
	color: #fff;
}