﻿/*
Theme Name: Realto
Text Domain: realto
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4.2
Author: Ongoing Themes
Author URI: http://ongoingthemes.com
Description: Realto is a Real Estate WordPress theme designed for real estate agencies, agents and property owners. The homepage has many sections: full width slider, comprehensive property search filters, locations, testimonials and other necessary options to present information about the services you provide. 
Version: 1.0.0
Tags: two-columns, right-sidebar, featured-images, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

@charset "utf-8";

/*======================
1.General Code
========================*/

html {
	overflow-x: hidden;
}
button:focus,
*:focus {
	outline: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.8;
	font-weight: 400;
	color: #000000;
	background: #ffffff;
	transition: transform ease-in .4s;
	overflow: hidden;
}
button {
	background: transparent;
	border: none;
	padding: 0;
}
label {
	line-height: normal;
}
.align-item-center {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.p-relative {
	position: relative;
}
.after-none:after,
.none {
	display: none;
}
.custom-container {
	padding-right: 8%;
	padding-left: 8%;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.overlay-3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.overlay-bg {
	background: rgb(76, 40, 60);
	opacity: 0.8;
}
.overlay-bg-dark {
	background: #000000;
	opacity: 0.5;
	z-index: 2;
}
.transform-center.z-index-3 {
	z-index: 3;
}
.overlay-bg-img {
    background-position: center;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay-bg-white {
	background: #ffffff;
	opacity: 0.5;
}
.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.transform-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
}
.image-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
	font-size: inherit;
	margin: 0;
}
.swiper-button-next,
.swiper-button-prev {
	box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
	width: 30px;
	height: 40px;
	background: #3D486D;
	border-radius: 10%;
	top: 52%;
	transform: translate(0%, -48%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 14px;
	font-weight: 900;
	color: #59D9B1;
}
.swiper-button-next {
	right: 10px;
}
.swiper-button-prev {
	left: 10px;
}
.swiper-button-disabled {
	display: none;
}
.back-btn button {
	box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
	width: 36px;
	height: 36px;
	background: #fff;
	font-size: 16px;
	font-weight: 900;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.u-line {
	border-bottom: 1px solid rgba(67, 41, 163, .2);
}
.banner-adv {
	position: relative;
	height: 70px;
	background: #59D9B1;
	width: 100%;
	overflow: hidden;
}
.banner-adv .text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}
.banner-adv2 .close-banner,
.banner-adv .close-banner {
	cursor: pointer;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: block;
	z-index: 9;
	color: #fff;
}
.banner-adv2 .close-banner:before,
.banner-adv2 .close-banner:after,
.banner-adv .close-banner:before,
.banner-adv .close-banner:after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 12px;
	top: 19px;
	width: 15px;
}
.banner-adv2 .close-banner:before,
.banner-adv .close-banner:before {
	transform: rotate(-45deg);
}
.banner-adv2 .close-banner:after,
.banner-adv .close-banner:after {
	transform: rotate(45deg);
}
.banner-adv2 .close-banner {
	display: none;
}
.banner-adv2 {
	position: relative;
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.banner-adv2>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-adv2 .text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.banner-adv2 .text img {
	margin: 0 25px;
}
.z-index {
	z-index: 2;
}
#scrollstyle-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}
#scrollstyle-4::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
#scrollstyle-4::-webkit-scrollbar-thumb {
	background-color: #59D9B1;
}
.main-box {
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
}
.section-header {
	margin: 0 auto;
	max-width: 660px;
	padding-bottom: 30px;
	text-align: center;
}
.section-header-left {
	margin: 0;
	text-align: left;
	max-width: 100%;
	padding-bottom: 30px;
}
.section-header-right {
	margin: 0 0 0 auto;
	text-align: right;
	max-width: 100%;
	padding-bottom: 30px;
}
.section-header-style-2 .header-title,
.section-header-left .header-title,
.section-header-right .header-title,
.section-header .header-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0;
}
.section-header-style-2 {
	margin: 0 auto;
	max-width: 660px;
	padding-bottom: 40px;
	text-align: center;
}
.section-header-style-2 .sub-title {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}
.section-header-left span a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 13px;
    border-radius: 4px;
    color: #fff;
    background: #3D486D;
}
.full-height {
    height: 100%;
}

@keyframes box_ripple{
    0%{
        transform:scale(0,0);
        opacity:.3
    }
    40%{
        transform:scale(15,15);
        opacity:.3
    }
    100%{
        opacity:0;
        transform:scale(40,40)
    }
}
/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/*======================
1.1 Typography
========================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: 'Rubik', 'Poppins', serif;
    font-weight: 500;
    color: #000000de;
}
h1 {
	font-size: 3.5vw;
	line-height: normal;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 21px;
}
p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #3D486D;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
a:focus,
a:hover {
	color: #59D9B1;
	text-decoration: none;
	outline: 0;
}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
ul li,
ol li {
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style: none;
}
blockquote {
	background-color: #f4f4f4;
	position: relative;
	padding: 3rem;
	margin: 2rem 0;
	border: #4329a333 solid 1px;
}
blockquote p {
	font-size: 32px;
	line-height: 45px;
	font-style: italic;
	margin: 0;
	word-break: break-word;
}
blockquote h6 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 3px;
	transition: 0.5s;
}
iframe {
	border: none;
	width: 100%;
}
table th,
table td {
	border: 1px solid #ccc;
	padding: 15px;
}
table {
	border: 1px solid #ccc;
	padding: 15px;
}
.parallax {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
    z-index: 1;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fs-22 {
	font-size: 22px;
}
.fs-40 {
	font-size: 40px;
}
.fs-50 {
	font-size: 50px;
}
.fs-60 {
	font-size: 60px;
}
.fw-100 {
	font-weight: 100;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 900;
}
.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.title-2 {
	display: flex;
	align-items: baseline;
}
.title-2 small {
	margin-left: 30px;
}
/*pagination*/

.custom-pagination {
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-pagination .page-link {
	padding: 10px 20px;
	color: #59D9B1;
}
.custom-pagination .page-item .page-link:hover,
.custom-pagination .page-item.active .page-link {
	background: #59D9B1;
	color: #fff;
	border-color: #59D9B1;
}
/*======================
1.2 Space margins and padding
========================*/

.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-med {
    padding: 60px 0;
}
.section-padding-top {
	padding-top: 80px;
}
.section-padding-bottom {
	padding-bottom: 80px;
}
.padding-10 {
	padding: 10px;
}
.padding-tb-10 {
	padding: 10px 0;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
    padding: 30px;
}
.padding-40 {
    padding: 40px;
}
.main-sec {
	height: 60px;
	clear: both;
	width: 100%;
}
.mb-xl-20 {
	margin-bottom: 20px;
}
.pb-xl-20 {
	padding-bottom: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-23 {
	margin-bottom: 23px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-60 {
	margin-top: 60px;
}
.center-block {
	margin: 0 auto;
}
.mtmb-spacing{
	margin-top: 20px;
	margin-bottom: 70px;
}
/*==================
1.3. Forms
====================*/

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #495057bd;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
input[type=text]::placeholder {
	color: #000000de;
	font-size: 14px;
}
.form-control-submit {
	border: 1px solid #8f8fa1;
	border-radius: 4px;
	padding: 10px 16px;
	height: 100%;
}
label.custom-checkbox input,
label.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
label.custom-checkbox,
label.custom-radio {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: normal;
	font-size: 14px;
}
label.custom-checkbox:last-child,
label.custom-radio:last-child {
	margin-bottom: 10px;
}
/* Create a custom checkbox */

label.custom-checkbox .checkmark,
label.custom-radio .radio {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4d4db;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 4px;
}
/* On mouse-over, add a grey background color */

label.custom-checkbox:hover input ~ .checkmark,
label.custom-radio input:checked ~ .radio {
	background-color: #fff;
	border: 1px solid #3D486D;
}
/* When the checkbox is checked, add a blue background */

label.custom-checkbox input:checked ~ .checkmark,
label.custom-radio input:checked ~ .radio {
	background-color: #3D486D;
	border: 1px solid #3D486D;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after,
.radio:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */

label.custom-checkbox input:checked ~ .checkmark:after,
label.custom-radio input:checked ~ .radio:after {
	display: block;
}
/* Style the checkmark/indicator */

label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 4px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
label.custom-radio .radio:after {
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	border: 5px solid #fff;
	transform: rotate(90deg);
	display: block;
	border-radius: 4px;
}
/*==================
1.4. Buttons
====================*/

.btn-text {
	font-size: 14px;
	position: relative;
	pointer-events: visible;
	text-transform: capitalize;
	color: #fff;
}
.btn-text:before {
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #fff;
}
.btn.btn-text-white:hover {
	color: #ffffff;
}
.btn.btn-text-white:hover:before {
	background-color: #ffffff;
}
.btn-text-white {
	color: #59D9B1;
}
.btn-text:hover {
	color: #59D9B1;
}
.btn-text-white::before,
.btn-text:hover:before {
	background-color: #59D9B1;
}
.btn-solid {
	font-family: 'Open Sans', sans-serif;
	padding: 0.4375rem 1.875rem 0.4375rem;
	display: inline-block;
	font-size: 0.875rem;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.75rem;
	position: relative;
	white-space: nowrap;
	z-index: 1;
	background: #3D486D;
	transition: all .5s ease;
	border-radius: 4px;
}
.btn-solid:hover{
	background-color: #59d9b1;
}
a.btn-solid:hover {
	color: #ffffff;
}
.btn-big {
	padding: 0.6875rem 1.875rem 0.625rem;
	font-size: 1rem;
}
[class*="btn"].with-line {
	padding-right: 30px;
}
[class*="btn"].with-line span,
.read-more {
	position: relative;
	padding-right: 25px;
	transition: all .5s ease;
}
[class*="btn"] span i,
.read-more:after {
	position: absolute;
	right: 0;
	top: 2px;
	transition: all .5s ease;
}
.btn-big i {
	font-size: 0.9375rem;
}
[class*="btn"] i {
	font-size: 0.8125rem;
	display: inline-block;
	vertical-align: middle;
}
[class*="btn"].with-line:hover span,
.read-more:hover {
	padding-right: 0;
	padding-left: 25px;
}
[class*="btn"].with-line:hover span i,
.read-more:hover:after {
	right: calc(100% - 15px);
}
/* Exta buttons */

.btn-first {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 6px 16px 5px;
	font-size: 13px;
	line-height: 1.595;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.white-btn {
	border-color: rgba(67, 41, 163, .2);
	background: #fff;
}
.white-btn:hover,
.white-btn:focus {
	border-color: #59D9B1;
}
.green-btn {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.green-btn:hover,
.green-btn:focus {
	border-color: #59D9B1;
	background: #fff;
	color: #59D9B1;
}
.paypal-btn {
	color: #fff;
	background-color: #ffc439;
	border-color: #ffc439;
}
.paypal-btn:hover,
.paypal-btn:focus {
	border-color: #ffc439;
	background: #ffc439;
	color: #fff;
}
.category-btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: #ffffff94;
	border: 1px solid transparent;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 1.595;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #000;
	font-weight: 600;
}
.category-btn:hover,
.category-btn:focus {
	border-color: #59D9B1;
	background: #59D9B1;
	color: #fff;
}
.btn-second{
	display: inline-block;
	height: 50px;
	min-width: 150px;
	background: #59D9B1;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	border-radius: 4px;
	z-index: 1;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
	vertical-align: middle;
	font-size: 16px;
}

.btn-second img,
.btn-second-2 img {
	float: left;
	left: -8px;
	position: relative;
	width: 22px;
	height: 22px;
}
.btn-submit {
	color: #fff;
	background: #59D9B1;
	border-color: #59D9B1;
}
.btn-submit:hover,
.btn-submit:focus {
	border-color: #3D486D;
	background-color: #3D486D;
	color: #fff;
}
.btn-facebook {
	color: #fff;
	background: #3b5998;
	border-color: #3b5998;
}
.btn-facebook:hover,
.btn-facebook:focus {
	border-color: #2d4373;
	background: #2d4373;
	color: #fff;
}
.btn-google {
	color: #fff;
	background: #4285f4;
	border-color: #4285f4;
}
.btn-google:focus,
.btn-google:hover {
	border-color: #1266f1;
	background: #1266f1;
	color: #fff;
}
span.circle-tag {
	height: 36px;
	width: 36px;
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
span.square-tag>img,
span.rectangle-tag>img,
span.circle-tag>img {
	padding: 8px;
}
span.rectangle-tag {
	height: 30px;
	width: auto;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	letter-spacing: 2px;
	padding: 0 8px;
}
span.rectangle-tag+span.rectangle-tag {
	margin: 0 2px;
}
span.square-tag {
	height: 35px;
	width: 40px;
	background: transparent;
	border-radius: 3px;
	font-size: 16px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
span.share-tag {
	height: 36px;
	width: 36px;
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
span.deal-tag {
	border-radius: 3px;
	padding: 4px 10px;
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(66, 41, 163, .08), 0 0 0 1px rgba(66, 41, 163, .08);
}
span.add-product {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	border: 1px solid #59D9B1;
	background-color: #fff;
	color: #59D9B1;
	box-shadow: 0 1px 5px 0 rgba(66, 41, 163, .08), 0 0 0 1px rgba(66, 41, 163, .08);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
span.add-product i {
	font-size: 12px;
}
span.type-tag {
	padding: 3px 15px;
	position: absolute;
	bottom: 0;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
}
.btn-text-dark {
	color: #3D486D;
}
.btn-text-dark:before {
	background-color: #3D486D;
}
/*==================
1.5. Section-Colors-&-Backgrounds
====================*/

.bg-light-white {
	background-color: #f4f4f4;
}
.bg-light-theme {
    background-color: #f8f7f5;
}
.bg-theme-primary {
	background-color: #f8f7f5;
}
.bg-light-gray {
    background-color: #efedf2;
}
.bg-light-green {
	background-color: #59D9B1;
}
.bg-red {
	background-color: #ff0000;
}
.bg-gradient-red {
	background-image: linear-gradient(to right, #f20000, #a20000);
}
.bg-yellow {
	background-color: #ffc000;
}
.bg-green {
	background-color: #4aa110;
}
.bg-gradient-green {
	background-image: linear-gradient(to bottom, #499a14, #476d2d);
}
.bg-gradient-orange {
	background-image: linear-gradient(to bottom, #c55a11, #ed7d31);
}
.bg-black {
	background-color: #000;
}
/*Colors*/

.text-light-black {
	color: #000000de;
}
.text-orange {
	color: #fb6100;
}
.text-custom-white {
	color: #ffffff;
}
.text-light-white {
	color: #6b6b83;
}
.text-dark-red {
	color: #59D9B1;
}
.text-dark-white {
	color: #00000059;
}
.text-yellow {
	color: #fcb71b;
}
.text-light-green {
	color: #59D9B1;
}
.text-success {
	color: #13aa37;
}
/*======================
1.6 Modal & Popups
========================*/

#offer .modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto;
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
#offer.modal {
	height: auto;
	top: 50%;
	left: 0%;
	right: 0;
	transform: translate(0%, -50%);
}
.offer-content {
	text-align: center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 20px 10px 10px;
	position: relative;
	min-height: 100%;
	background: linear-gradient(0deg, #6a1d89a8, #6a1d89a8), url('../img/offer.jpg');
	background-size: cover;
}
#offer .modal-header .close {
	position: absolute;
	right: 0;
	padding: 20px;
	margin: 0;
}
.offer-content h2 {
	text-transform: uppercase;
	font-size: 50px;
}
.offer-content h2 small {
	display: block;
	font-size: 30px;
	text-transform: lowercase;
}
#address-box .modal-content,
#search-box .modal-content {
	min-height: 85vh;
	background: #fbfbfc;
}
#address-box .modal-header,
#search-box .modal-header {
	display: block;
	box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
}
#address-box .modal-header .close,
#search-box .modal-header .close {
	margin: 0;
	display: block;
	width: 100%;
	text-align: left;
	color: #59D9B1;
	opacity: 1;
	padding: 0;
	font-size: 35px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 20px;
}
#address-box .modal-title,
#search-box .modal-title {
	font-size: 20px;
}
#address-box .modal-body,
#search-box .modal-body {
	padding: 1rem 0;
}
.custom-accordion .card{
    background: #ffffff;
    border-color: #fff;
    border-radius: 0;
}
.custom-accordion .card .card-header{
    padding: 0;
    background: #ededed;
    border-color: #ededed;
    border-radius: 0;
}
.custom-accordion .card .card-header .collapsebtn{
        font-size: 16px;
    font-weight: 500;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    background: #59d9b1;
    color: #fff;
    cursor: pointer;
}
.custom-accordion .card .card-header .collapsebtn.collapsed{
    background: #3d486d;
    border-color: #3d486d;
    color: #fff;
}
.custom-accordion .card .card-header .collapsebtn:before{
    content: '-';
    background: #fff;
    color: #64dcb6;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 20px;
    justify-content: center;
    position: absolute;
    right: 15px;
}
.custom-accordion .card .card-header .collapsebtn.collapsed:before{
    content: '+';
    background: #59d9b1;
    color: #fff;
}
.custom-accordion .card .card-body{
    padding: 20px;
}
/*======================
2. Homepages
========================*/

/* Top-Navigation */
.navbar-brand {
    padding-top: .1125rem;
}
.top-header {
	background: #3D486D;
}
.top-left {
	float: left;
}
.top-left .top-info li {
	float: left;
	list-style: none;
	color: #231b0a;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
	padding: 10px 0;
}
.top-left .top-info li:last-child {
	margin-right: 0;
}
.top-right {
	float: right;
}
.top-right ul {
	float: left;
}
.top-right ul li {
	padding: 10px 5px;
}
.top-left ul li:hover a,
.top-right ul li:hover a {
	color: #ffffff;
}
.top-right ul li i {
	font-size: 18px;
	vertical-align: middle;
}
.top-right ul li:last-child {
	padding: 10px 0 10px 5px;
}
.top-right ul li a,
.top-info li a {
	color: #59D9B1;
}
.top-right .top-btn {
	margin-left: 15px;
}
.top-right .top-btn {
	float: right;
	color: #ffffff;
	padding: 10px 19px 12px 19px;
	background-color: rgba(0, 0, 0, 0.50);
}
/*Navigation*/

@keyframes fadeHeaderInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.header.sticky {
	animation-name: fadeHeaderInDown;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.header {
	position: fixed;
	left: 0;
	z-index: 10;
	display: flex;
	align-self: center;
	align-items: center;
	width: 100%;
	height: 60px;
	transform: translateZ(0);
	transition: all .2s ease;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 8px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
}
.header.not-fixed {
	position: relative;
}
.header .navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .navigation .logo {
	width: 120px;
	height: 40px;
	margin: 10px 0;
	z-index: 10;
}
.main-navigation>nav>.main-menu {
	display: flex;
	align-items: center;
}
.main-navigation>nav>.main-menu>.menu-item {
	/*margin: 0 10px;*/
	padding: 15px 0;
}
.main-navigation>nav>.main-menu>.menu-item>a {
	font-weight: 600;
	font-size: 15px;
	padding: 0px 10px;
}
.main-navigation>nav>.main-menu>.menu-item>a:after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 2.5em;
	bottom: 0;
	width: 20%;
	height: 2px;
	background-color: #59D9B1;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: all 0.3s
}
.main-navigation>nav>.main-menu>.menu-item:hover>a,
.main-navigation>nav>.main-menu>.menu-item.active>a {
	color: #59D9B1;
}
.main-navigation>nav>.main-menu>.menu-item.active>a:after,
.main-navigation>nav>.main-menu>.menu-item:hover>a:after {
	opacity: 1;
	width: calc(100%);
}
.menu-item-has-children>a>.arrow:after {
	display: inline-block;
	margin-left: .55em;
	content: "\e688";
	font-family: 'Pe-icon-7-stroke';
	font-weight: 900;
}
.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transform: translateY(-10px);
	border-bottom: solid 2px #59D9B1;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .15);
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	width: 250px;
}
.menu-item-has-children:hover>.sub-menu {
	border-top: 1px solid rgba(67, 41, 163, .2);
	opacity: 1;
	visibility: visible;
	z-index: 999;
	transform: translateY(0px);
	transition: 0.3s;
}
.menu-item-has-children.nav-postion:hover>.sub-menu {
	top: 0;
	transform: translateY(-100%);
}
.menu-item-has-children>.sub-menu>li.menu-item {
	padding: 0 10px;
}
.menu-item-has-children.nav-postion>.sub-menu>li.menu-item-has-children>.sub-menu {
	top: inherit;
}
.menu-item-has-children>.sub-menu>li.menu-item>a {
	display: block;
	padding: 10px;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid rgba(67, 41, 163, .2);
	transition: 0.5s;
	white-space: nowrap;
	color: #000000de;
}
.menu-item-has-children>.sub-menu>li.menu-item:last-child>a {
	border: none;
}
.menu-item-has-children>.sub-menu>li.menu-item:hover>a {
	padding-left: 25px;
	transition: 0.5s;
	color: #59D9B1;
}
.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>.arrow {
	position: absolute;
	right: 10px;
	transform: rotate(-90deg);
}
.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>.arrow:after {
	display: inline-block;
	margin-left: 0;
	content: "\e688";
	font-family: 'Pe-icon-7-stroke';
	font-weight: 900;
}
.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
	left: 100%;
	top: -3%;
}
.header .navigation .right-side-navigation ul {
	display: flex;
	align-items: center;
}
.header .navigation .right-side-navigation ul li {
	margin-left: 20px;
}
.header .navigation .right-side-navigation ul li a {
    font-size: 14px;
    font-weight: 600;
}
.header .navigation .right-side-navigation ul li.user-details>a {
	display: flex;
	align-items: center;
}
.header .navigation .right-side-navigation ul li.user-details span {
	font-size: 12px;
	margin-left: 10px;
}
.header .navigation .right-side-navigation ul li .cart {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #3D486D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	top: 8px;
	position: absolute;
	right: -8px;
}
.header .navigation .right-side-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
}
.header .navigation .right-side-navigation .hamburger-menu .menu-btn {
	transition: 0.3s;
}
.header .navigation .right-side-navigation .hamburger-menu .menu-btn span {
	background: #59D9B1;
	height: 2px;
	width: 25px;
	margin-bottom: 5px;
	display: block;
	transition: 0.3s;
}
.header .navigation .right-side-navigation .hamburger-menu .menu-btn span:last-child {
	margin-bottom: 0;
}
.header .navigation .right-side-navigation .hamburger-menu .menu-btn.active {
	position: relative;
	top: -4px;
	transition: 0.3s;
}
.header .navigation .right-side-navigation .hamburger-menu .menu-btn.active span:first-child {
	transform: rotate(45deg);
	transition: 0.3s;
	position: relative;
	top: 7.4px;
	background-color: #59D9B1;
}
.header .navigation .right-side-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
	display: none;
}
.header .navigation .right-side-navigation .hamburger-menu .menu-btn.active span:last-child {
	transform: rotate(-45deg);
	transition: 0.3s;
	background-color: #59D9B1;
}
.video-banner {
	position: relative;
	background-color: black;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video-banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.section-block {
	max-width: 420px;
	margin: 0 auto;
}
/* banner-3 */

.home-3-banner .banner-left {
	position: relative;
}
.home-3-banner .banner-left .video-icon {
	position: absolute;
	top: 50%;
	right: -25px;
	z-index: 3;
}
.home-3-banner .banner-left .video-icon i {
	color: #fff;
	background: #000000;
	border-radius: 50%;
	padding: 20px;
	width: 50px;
	height: 50px;
	line-height: 12px;
	text-align: center;
	-webkit-animation: animate2 3s linear infinite;
	animation: animate2 3s linear infinite;
}
/*Categories*/

.browse-cat .categories {
	text-align: center;
	display: block;
}
.browse-cat .categories span {
	transition: all .2s ease-in-out;
}
.browse-cat .categories:hover span {
	color: #59D9B1;
}
.browse-cat .categories div > img {
	transition: all .2s ease-in-out;
}
.browse-cat .categories:hover div > img {
	transform: scale(0.9);
}
.browse-cat .categories .icon {
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 125px;
	height: 125px;
}
.browse-cat .categories .icon2 {
	width: 100%;
	height: 100%;
}
.browse-cat .categories .icon i {
	font-size: 45px;
}
.browse-cat .categories .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.browse-cat .categories .cat-name {
	padding: 5px 0;
	display: block;
	font-size: 14px;
  font-weight: 600;
}
.browse-cat-2 .categories .icon {
	position: relative;
}
.browse-cat-2 .categories .icon img {
	border-radius: 0;
}
.browse-cat-2 .categories .icon .product-addbtn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.browse-cat-2 .categories .icon .product-addbtn span i {
	font-size: 12px;
}
/* Categories-2 */

.category-block {
	position: relative;
}
.list-adv2 .category-block {
	margin: 0 -15px 0px;
}
.adv-thumb-link {
	display: block;
	overflow: hidden;
	position: relative;
}
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	z-index: 1;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: rgba(76, 40, 60, 0.55);
	opacity: 0.5;
	z-index: 1;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.adv-thumb-link > img {
	display: block;
	width: 100%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.item-adv2 .banner-info {
	top: auto;
	bottom: 60px;
	padding: 0 15px;
}
.banner-info {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.font-italic {
	font-style: italic;
}
.title30 {
	font-size: 30px;
}
.item-adv2 .banner-info p {
	max-width: 270px;
	margin: 14px auto 22px;
}
.opaci {
	opacity: 0.8;
}
.fade-out-in:hover .adv-thumb-link::before {
	opacity: 1;
	top: 50%;
	bottom: 50%;
}
.white-block a.btn-text:hover {
	color: #000000;
}
.white-block a.btn-text:hover::before {
	background-color: #000000;
}

/* Button Group */

.button-group {
	right: 15px;
	top: 15px;
	position: absolute;
}
.product-box:hover .button-group a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.button-group a {
	width: 38px;
	height: 38px;
	display: block;
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 10px;
	background-color: #59D9B1;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}


/*Page Banner*/

.banner-1 {
	height: 700px;
	width: 100%;
}
.banner-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-1 .content-wrapper {
	box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
	border-radius: 3px;
}
.banner-1 .content-wrapper .content-box .input-group {
	margin: 0 -8px;
}
.banner-1 .content-wrapper .content-box .input-group-prepend {
	height: 48px;
	min-width: 44px;
	flex-basis: 44px;
	border: 1px solid #8f8fa1;
	border-left: 0;
	border-radius: 0px 4px 4px 0;
	display: none;
}
.banner-1 .content-wrapper .content-box .input-group-prepend .input-group-text {
	line-height: 1.5;
	font-size: 20px;
	background: transparent;
	border: none;
}
.banner-1 .content-wrapper .content-box .input-group .input-group2 {
	display: flex;
}
.banner-1 .content-wrapper .content-box .input-group .input-group2,
.banner-1 .content-wrapper .content-box .input-group-append {
	padding: 0 8px;
}
.banner-1 .right-side-content h1 {
	font-size: 60px;
	line-height: 1.2;
}


/*Blog Section*/

.our-blog .blog-box {
	display: flex;
	box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
	border-radius: 3px;
	background: #fff;
}
.our-blog .blog-box .post {
	flex: 0 0 66.6666%;
	max-width: 66.6666%;
}
.our-blog .blog-box .side-blog {
	flex: 0 0 33.3334%;
	max-width: 33.3334%;
}
.our-blog .blog-box .post .blog-img img,
.our-blog .blog-box .post .blog-img {
	height: 100%;
}
.our-blog .blog-box .post .blog-img .blog-meta {
	bottom: 20px;
	position: absolute;
	z-index: 1;
}
.our-blog .blog-box .side-blog .blog-list .side-post {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.our-blog .blog-box .side-blog .blog-list .side-post .thumb-img {
	position: relative;
	overflow: hidden;
	flex: 0 0 100px;
	max-width: 100px;
}
.our-blog .blog-box .side-blog .blog-list .side-post .content-wrap {
	flex: 0 0 calc(100% - 100px);
	max-width: calc(100% - 100px);
}

/*footer*/

footer {
	border-top: 1px solid rgba(67, 41, 163, .2);
}
footer .ft-logo-box {
	display: flex;
	align-items: center;
}
footer .ft-logo-box .ft-logo {
	margin-right: 25px;
}
footer .ft-social-media {
	display: block;
	align-items: center;
	height: 100%;
}
footer .ft-social-media ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
footer .ft-social-media ul li {
	margin-left: 15px;
	border: 1px solid #ada3a3;
	transition: 0.3s;
}
footer .ft-social-media ul li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ada3a3;
	transition: 0.3s;
	text-decoration: none;
}
footer .ft-social-media ul li a i {
	font-size: 18px;
}
footer .ft-social-media ul li:first-child {
	margin-left: 0;
}
footer .subscribe_form button {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 999;
}
.footer-links i {
	font-size: 18px;
}
.copyright .medewithlove {
	overflow: hidden;
}
.copyright .madewithlove a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.copyright .medewithlove a:hover i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.copyright .medewithlove a i {
	color: red;
}
.hm-list.hm-instagram {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.hm-list.hm-instagram li {
	overflow: hidden;
}
.hm-list.hm-instagram li {
	position: relative;
	margin-right: 0;
}
.hm-list li {
	display: inline-block;
	margin-right: 15px;
}
.hm-list.hm-instagram li img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0px;
}
.hm-list.hm-instagram li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hm-list .insta-icon {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-50%);
	font-size: 40px;
	color: #59D9B1;
	line-height: 0;
	text-align: center;
	opacity: 0;
}
.property-img-slider .swiper-slide:hover .insta-icon {
	opacity: 1;
}
.property-img-slider {
	position: relative;
	top: -1px;
}
footer .subscribe_form input {
	padding: 10px 55px 10px 10px;
}
footer .ft-social-media ul li:hover {
	border-color: #59D9B1;
	transform: translateY(-5px);
	transition: 0.3s;
}
footer .ft-social-media ul li:hover a {
	color: #59D9B1;
	transform: rotate(25deg);
	transition: 0.3s;
}
footer .ft-logo-box {
	padding-bottom: 80px;
}
footer .footer-links,
footer .footer-contact {
	padding-top: 80px;
}
footer .footer-links ul,
footer .footer-contact ul {
	margin-bottom: 10px;
}
footer .footer-contact li {
	margin-bottom: 10px;
}
footer .footer-links ul li a,
footer .footer-contact ul li a {
    color: #fff;
}
footer .footer-links ul li {
	margin-bottom: 5px;
}
footer .footer-links .appimg {
	margin-bottom: 10px;
}
footer .footer-links .contact-info li a {
	display: flex;
	align-items: center;
	font-size: 12px;
}
footer .footer-links .contact-info li a span {
	margin-right: 10px;
	font-size: 22px;
}
/*footer-top*/

.footer-top .icon-box {
	margin: 0 auto;
	text-align: center;
	max-width: 150px;
	word-break: break-all;
}
.footer-top .icon-box span i {
	font-size: 50px;
	margin-bottom: 10px;
}
.footer-top .icon-box span {
	display: block;
	font-size: 12px;
}
/*copyright*/

.copyright {
	padding: 20px 0;
	background: #253058;
}
.copyright .payment-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.copyright .copyright-text {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
/*======================
3. Blog Grid
========================*/

.breadcrumb .breadcrumb-item {
	margin: 0;
}
.breadcrumb {
	margin: -20px;
	background-color: #fff;
	padding: 1.5rem 20px;
	border-bottom: 1px solid #4329a333;
	border-radius: 0;
	margin-bottom: 20px;
}
.breadcrumb .breadcrumb-item a {
	color: #131313;
	font-weight: 600;
}
.breadcrumb-item.active {
	color: #59D9B1;
}
.breadcrumb-area {
	background-image: url("../img/innerbanner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 225px;
	position: relative;
}
.breadcrumb-area .breadcrumb-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.breadcrumb-area .breadcrumb-content > h2 {
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.breadcrumb-area .breadcrumb-content ul > li:first-child {
	padding-left: 0;
}
.breadcrumb-area .breadcrumb-content ul > li {
	color: #000000;
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.breadcrumb-area .breadcrumb-content ul > li:before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	right: -15px;
	top: 2px;
	font-size: 10px;
	color: #ffffff;
}
.breadcrumb-area .breadcrumb-content ul > li:last-child:before {
	display: none;
	content: none;
}
.breadcrumb-area .breadcrumb-content ul > li > a {
	color: #ffffff;
}
.breadcrumb-area .breadcrumb-content ul > li {
	color: #ffffff;
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.breadcrumb-area .breadcrumb-content ul > li.active {
	color: #59D9B1;
}
.our-articles .blog-page-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
}
.our-articles .blog-inner {
	position: relative;
	margin-top: -450px;
	display: flex;
}
.side-blog .side-post {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.side-blog .content-wrap {
	flex: 0 0 calc(100% - 100px);
	max-width: calc(100% - 100px);
}
.side-blog .thumb-img {
	position: relative;
	overflow: hidden;
	flex: 0 0 100px;
	max-width: 100px;
}
.side-bar .blog-tags a {
	display: inline-block;
	padding: 5px 10px;
	border: #3D486D solid 1px;
	margin: 0 5px 10px 0;
		border-radius: 4px;
	background: #fff;
	font-weight: 500;
	color: #3D486D;
}
.side-bar .blog-tags a:hover {
	background: #3D486D;
	color: #fff;
	border: #3D486D solid 1px;
}
.side-bar .trending-blog-cat li {
	display: flex;
	position: relative;
}
.side-bar .trending-blog-cat li a {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	text-transform: capitalize;
	justify-content: space-between;
}
.side-bar .large-product-box {
	position: relative;
	height: auto;
	padding-bottom: 0;
	right: 0;
	left: 0;
}
.side-bar .large-product-box .category-type a {
	bottom: 0;
	position: absolute;
	margin-bottom: 15px;
}
.side-bar .main-padding {
	padding: 15px;
}
.side-bar .inner-wrapper {
	z-index: 1;
}
.side-bar .main-banner,
.side-bar .section-2 {
	height: auto;
}
.side-bar .main-padding img {
	width: 110px;
}
.side-bar .main-banner .footer-img {
	max-width: 200px;
}
.side-bar .inner-wrapper .main-page .login-box {
	display: block;
}
.side-bar [class*='col-lg'] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.our-articles .blog-services-wrapper {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}
.our-articles .blog-services-wrapper .post-meta {
	display: flex;
	align-items: center;
	padding: 20px;
	padding-bottom: 0;
}
.our-articles .blog-services-wrapper .author-meta {
	margin-left: 20px;
}
.our-articles .post-img {
	position: relative;
}
.our-articles .post-img .blog-meta-2 {
	background-color: rgba(255, 255, 255, 0.83);
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
}
.our-articles .post-img .blog-meta-2 .blog-time_schedule .day {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #59D9B1;
}



.page-banner {
	height: 270px;
}
.page-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-banner>.overlay-2>.container>.row {
	padding-top: 10px;
}
.tag-share {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* Details*/
/*
.heading .title {
	margin-bottom: 5px;
}
.heading .sub-title span {
	margin-left: 20px;
}
.restaurent-logo {
	position: absolute;
	top: -40%;
	right: 15px;
	box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
	background: #fff;
	width: 80px;
	height: 80px;
}
.heading .head-rating .rating span.rate-data {
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.heading .head-rating,
.heading .head-rating .product-review {
	display: flex;
	align-items: center;
}
.heading .head-rating .product-review {
	margin-left: 35px;
}
.heading .head-rating .product-review h6 {
	margin-right: 25px;
}
.heading .head-rating .product-review h6 span {
	font-weight: 400;
}
*/
.social-media {
	display: flex;
	align-items: center;
}
.social-media li {
	width: 20%;
	border: 1px solid #ccc;
	border-radius: 0;
	border-right: 0;
}
.social-media li:last-child {
	border: 1px solid #ccc;
}
.social-media li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}
.social-media li:hover {
	background: #59D9B1;
	transition: 0.5s;
}
.social-media li:hover a {
	color: #fff;
}


.review-box {
	padding: 20px 0;
}
.review-box.comment-reply {
	margin-left: 60px;
}
.review-box .review-user {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.review-box .ratings,
.review-box .review-user {
	margin-bottom: 10px;
}

.review-box .review-user .review-user-img {
	display: flex;
	align-items: center;
}
.review-box .review-user .review-user-img img {
	margin-right: 12px;
}
.review-box .review-user .review-user-img .reviewer-name p {
	margin-bottom: 5px;
	line-height: normal;
}
.review-box .review-user .review-user-img .reviewer-name p small {
	margin-left: 10px;
}
.review-box .review-user .review-user-img .reviewer-name span {
	font-size: 12px;
	vertical-align: middle;
	margin-left: 3px;
}


/*map-gallery-se*/

.map-gallery-sec .main-box #locmap {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 0;
	pointer-events: none;
	border: none;
}
.map-gallery-sec .map-pl-0 {
	padding-left: 0;
}
.map-gallery-sec .map-pr-0 {
	padding-right: 0;
}
.map-gallery-sec .gallery-box .gallery-img {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	margin: -5px;
}
.map-gallery-sec .gallery-box .gallery-img li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 5px;
}
.smoothscroll.active {
	position: relative;
	padding-top: 150px;
}
.smoothscroll.active#menu {
	padding-top: 0;
}


/*======================
3. List View
========================*/

.most-popular .popular-item-slider .swiper-slide {
	margin-bottom: 20px;
}
.sort-tag-filter,
.product-list-view,
.most-popular .popular-item-slider {
	border-bottom: 1px solid rgba(67, 41, 163, .1);
}
.sort-tag-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sorting span {
	margin-right: 10px;
}
.sorting select {
	color: #00000059;
	border: 2px solid #ccc;
	padding: 3px 40px 3px 8px;
	border-radius: 3px;
	text-align: left;
	font-weight: 600;
}


/*testimonal layout*/

.swiper-slide .testimonial-wrapper {
	margin-top: 0;
}
.video-box,
.testimonial-wrapper .testimonial-box {
	position: relative;
	box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
	border-radius: 3px;
	cursor: pointer;
}
.testimonial-wrapper .testimonial-box .testimonial-img .brand-logo {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
	background: #fff;
	width: 50px;
	height: 50px;
	transform: translate(15px, -50%);
}
.testimonial-wrapper .testimonial-box .testimonial-img .add-fav {
	position: absolute;
	right: 0;
	box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
	background: #fff;
	width: 35px;
	height: 30px;
	transform: translate(-15px, 0%);
	bottom: -15px;
	border-radius: 5px 5px 0 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.testimonial-wrapper .testimonial-box .testimonial-img .add-fav>img {
	padding: 8px;
}
.testimonial-wrapper .testimonial-box .testimonial-user-box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.testimonial-wrapper .testimonial-box .testimonial-user-box img {
	margin-right: 12px;
	margin-bottom: 8px;
}
.testimonial-wrapper .testimonial-box .testimonial-user-box .testimonial-user-name p {
	margin-bottom: 0px;
	line-height: normal;
}
.testimonial-wrapper .testimonial-box .testimonial-user-box .testimonial-user-name span {
	font-size: 11px;
	margin-left: 3px;
}


/*=========================
8. Login & register
===========================*/

.user-page .login-sec {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}
.user-page .login-sec .login-box {
	max-width: 420px;
	width: auto;
	margin: 0 auto;
	margin-top: 0px;
	box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
	border-radius: 3px;
	background: #fff;
	padding: 30px;
}
.user-page .login-sec .login-box .checkbox-reset {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.user-page .login-sec .login-box span.terms {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.user-page .login-sec .login-box span.terms a {
	margin: 0 3px;
}
.user-page .login-sec .login-box .form-group .field-icon {
	float: right;
	margin-left: -25px;
	margin-top: -28px;
	position: relative;
	z-index: 2;
	right: 18px;
	cursor: pointer;
}

/*=========================
11. Geo Locator
===========================*/

.inner-wrapper {
	height: inherit;
	position: relative;
}
.main-padding {
	padding: 64px 100px;
}
.section-2,
.main-banner.video-banner ,
.main-banner {
	height: 100vh;
}
.main-banner .main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-banner .footer-img {
	position: absolute;
	bottom: 0;
	max-width: 340px;
	right: 0;
}
.inner-wrapper .main-page .top-nav {
	position: absolute;
	top: 64px;
	display: flex;
	right: 70px;
}
.inner-wrapper .main-page .top-nav h6 {
	margin-right: 30px;
}
.inner-wrapper .main-page .login-box {
	height: 100%;
	display: flex;
	align-items: center;
}
.inner-wrapper .main-page .login-box .input-group-prepend {
	height: 47px;
	min-width: 44px;
	flex-basis: 44px;
	border: 1px solid #8f8fa1;
	border-left: 0;
	border-radius: 0px 4px 4px 0;
	display: none;
}
.inner-wrapper .main-page .login-box .input-group-prepend .input-group-text {
	line-height: 1.5;
	font-size: 20px;
	background: transparent;
	border: none;
}
.inner-wrapper .main-page .login-box .input-group .input-group2 {
	display: flex;
}
.inner-wrapper .main-page .login-box .input-group {
	margin: 0 -4px
}
.inner-wrapper .main-page .login-box .input-group .input-group2,
.inner-wrapper .main-page .login-box .input-group-append {
	padding: 0 8px;
}
.inner-wrapper .main-page .login-box .input-group-append button {
	white-space: normal;
}
/*=========================
12. Property Slider
===========================*/

.property-slider .slide-item {
	height: 700px;
}
.property-slider .slide-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.property-slider .slide-item .right-side-content h1,
.property-slider .slide-item .left-side-content h1 {
	font-size: 60px;
	line-height: 1.2;
	text-transform: capitalize;
}
.property-slider .slide-item .right-side-content {
	transition: all 1s linear;
	transition-delay: 1s;
	max-width: 580px;
	margin: 0 auto;
}
.property-slider .slide-item .left-side-content {
	transition: all 1s linear;
	transition-delay: 1s;
	max-width: 580px;
	margin: 0 0 0 auto;
}
.property-slider .slide-item .right-side-content.far-right {
	margin: auto 0 0 0;
}

/*how it works*/

.how-it-works .how-it-works-box {
	text-align: center;
	padding: 20px 0px;
	cursor: pointer;
}
.how-it-works .how-it-works-box.arrow-1:after {
	content: '';
	width: 100%;
	background: url(../img/arrow-2.svg) no-repeat;
	position: absolute;
	right: 0;
	z-index: 1;
	background-size: contain;
	background-position: right;
	height: 70px;
	top: -35px;
	transform: rotate(50deg);
	left: 65px;
}
.how-it-works .how-it-works-box.arrow-2:after {
	content: '';
	width: 100%;
	background: url(../img/arrow-3.svg) no-repeat;
	position: absolute;
	right: 0;
	z-index: 1;
	background-size: contain;
	background-position: right;
	height: 70px;
	top: -20px;
	transform: rotate(35deg);
	left: 50px;
}
.how-it-works .how-it-works-box .how-it-works-box-inner {
	max-width: 250px;
	margin: 0 auto;
}
.how-it-works .how-it-works-box .how-it-works-box-inner h6,
.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box {
	margin-bottom: 15px;
}
.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #59D9B1;
	margin: 0 auto 15px;
	position: relative;
}
.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box img {
	padding: 30px;
}
.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box .number-box {
	position: absolute;
	top: 0;
	left: 10px;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	font-size: 12px;
}


.side-bar .trending-blog-cat li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px;
}
.blog-meta-author {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.btn-second-2 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid;
	padding: 9px 15px 8px;
	font-size: 14px;
	line-height: 1.51741;
	border-radius: 4px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
	position: relative;
}

/* Subscribe */

#subscribe-form, .mc4wp-form {
    float: none;
    margin: 0 25%;
}
.block_newsletter form {
	position: relative;
}
.subscribe-content, .mc4wp-form-fields {
    background-color: #ffffff;
    height: 70px;
    width: 100%;
    position: relative;
    border-radius: 999px;
}
#subscribe-input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	float: left;
	height: 100%;
	padding: 0 0 0 30px;
	width: 100%;
	border: 1px #3D486D solid;
	border-right: none;
	box-shadow: none;
	border-radius: 999px;
	font-size: 16px;
	margin: 0px;
}
.block_newsletter form input[type=text] {
	border: none;
	padding: 10px;
	min-width: 255px;
}
.block_newsletter form input[type=text] {
	padding: 12px;
	width: 100%;
}
.block_newsletter form input {
	height: 50px;
	padding: 12px 30px;
	border: 1px solid #fff;
	outline: 0;
	font-weight: 400;
}
.subscribe-content button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.subscribe-content button.button span {
	background: #3D486D;
	border-left: 1px solid #3D486D;
	color: #fff;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
	display: inline-block;
	padding: 0px 25px;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0px 999px 999px 0px;
}
.subscribe-content button.button:hover span {
	background-color: #000000;
	color: #ffffff;
}
/* 404 */
.page-404 {
	background-color: #59D9B1;
  background-image: url('../img/404.jpg');
	background-position: center;
	position: relative;
}
.page-404:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #59D9B1;
  opacity: 0.9;
}
#page-404 section {
	display: flex;
	justify-content: center;
	height: 100vh;
	text-align: center;
	align-items: center;
	width: 100%;
}
#page-404 .caption h5 {
	margin: 50px 0;
	font-weight: 400;
}
.coming-soon .content-wrapper h1 a,
#page-404 .caption h5 a {
	text-decoration: underline;
	text-underline-position: under;
	color: #fff;
}

.border-custom-right {
	border-right: 1px solid #59D9B1;
}
.bg-custom-primary {
	background-color: #3D486D;
}
.bg-custom-secondary {
	background-color: #59D9B1;
}
.text-color-primary {
	color: #3D486D;
}
.text-color-secondary {
	color: #59D9B1;
}


.center-block-div {
	margin: 0 auto;
	text-align: center;
}

/* Blog */

.prop-item-box {
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
}
.prop-item {
	margin-bottom: 50px;
}
.our-articles .post-wrapper img,
.prop-item-img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.our-articles .post-wrapper .prop-item-img::before {
	padding-top: 0;
}
.prop-item-img img {
	z-index: 1;
}
.blog-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	z-index: -1;
}
.our-articles .post-wrapper .prop-item-badge,
.prop-item-box .prop-item-badge {
	position: absolute;
	bottom: 0;
	left: -1px;
	z-index: 1;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 13px;
	border-radius: 0px 5px 0px 5px;
}
.our-articles .post-wrapper .prop-item-badge li a,
.prop-item-box .prop-item-badge li a {
	color: #ffffff;
	font-size: 14px;
}
.our-articles .post-wrapper .prop-item-badge li:after,
.prop-item-box .prop-item-badge > li:after {
	background-color: #ffffff;
	content: "";
	height: 1px;
	right: 0;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0;
}
.our-articles .post-wrapper .prop-item-badge li:last-child:after,
.prop-item-box .prop-item-badge > li:last-child:after {
	content: none;
}
.prop-item-box .prop-item-content {
	padding: 30px 0px 0px 0px;
}
.prop-item-box .prop-item-title {
    font-size: 18px;
    font-family: 'Open Sans', 'Rubik', 'Poppins', serif;
    font-weight: 700;
}
.prop-item-box .prop-item-title a {
	text-decoration: none;
	transition: opacity .3s;
}
.prop-item-badge {
	background-color: #3D486D;
}
.prop-item-box .prop-item-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	align-items: center;
	align-self: center;
}
.prop-item-details span i {
	color: #3D486D;
	margin-right: 5px;
	vertical-align: middle;
}

.heading-title {
	display: inline-block;
	color: #59D9B1;
	font-weight: 100;
	margin-bottom: 20px;
	font-size: 18px;
}



.slider-banner-1 .swiper-button-prev {
	background: #3D486D;
	width: 60px;
	height: 60px;
}
.slider-banner-1 .swiper-button-next {
	background: #3D486D;
	width: 60px;
	height: 60px;
}

.post-details-tags-social {
    padding-top: 5px;
}
.post-details-tags-social .tags-box {
    display: flex;
    align-items: flex-start;
}
.post-details-tags-social .tags {
    margin-left: 15px;
}
.post-details-tags-social .tags a {
    display: inline-block;
    padding: 5px 15px;
    border: #3D486D solid 1px;
		border-radius: 4px;
    margin: 0 5px 10px 0;
    background: #ffffff;
    font-weight: 500;
    color: #3D486D;
}
.post-details-tags-social .tags a:hover {
	border-color: #3D486D;
	color: #ffffff;
	background: #3D486D;
}
.social-media-box>ul {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}
.social-media-box>ul>li {
    padding-left: 0;
    margin: 0;
    margin-left: 10px;
}
.social-media-box>ul>li>a.facebook {
    color: #4661c5;
		border: 1px solid #4661c5;
}
.social-media-box>ul>li>a.twitter {
    color: #45a4e6;
		border: 1px solid #45a4e6;
}
.social-media-box>ul>li>a.google-plus {
    color: #d6463a;
		border: 1px solid #d6463a;
}
.social-media-box>ul>li>a.linkedin-in {
    color: #007bb5;
		border: 1px solid #007bb5;
}
.social-media-box>ul>li>a {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 14px;
}
.social-media-box>ul>li>a.fb:hover {
    color: #fff;
    background: #4661c5;
}
.social-media-box>ul>li>a.tw:hover {
    color: #fff;
    background: #45a4e6;
}
.social-media-box>ul>li>a.gg:hover {
    color: #fff;
    background: #d6463a;
}
.social-media-box>ul>li>a.ln:hover {
    color: #fff;
    background: #007bb5;
}
.bottom-group{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom-group .social-media-box>ul {
    display: flex;
    justify-content: flex-start;
		margin-bottom: 0;
}
.user-gallery a img{
	margin-bottom: 20px;
}
.entry-title,
.product-title{
	font-size: 18px;
}
.text-404{
	font-size: 250px;
	color: #3D486D;
	font-weight: bolder;
}
.testimonial-style2{
	background-image: url("../img/banner/banner4.jpg");
}
.testimonial-style2:before{
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(60, 71, 107) 20%, rgba(55, 66, 99, 0.88) 50%, rgba(250, 250, 250, 0.1) 80%, rgba(250, 250, 250, 0) 100%);
}
.testimonial-style2 .testimonial-wrapper .testimonial-inner{
	position: relative;
	display: flex;
}
.testimonial-style2 .testimonial-wrapper .testimonial-inner .testimonial-author{
	margin-right: 25px;
}
.testimonial-style2 .testimonial-wrapper .testimonial-inner .testimonial-author-img{
	width: 95px;
    height: 95px;
    border: 10px solid #fff;
    border-radius: 5px;
}
.testimonial-style2 .testimonial-wrapper .testimonial-inner .testimonial-author-img img{
	border-radius: 0;
}
.testimonial-style2 .testimonial-wrapper .testimonial-inner .testimonial-author .quote-icon{
	color: #fff;
    font-size: 35px;
}
.testimonial-style2 .testimonial-wrapper .testimonial-inner p cite{
	margin-top: 20px;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.testimonial-style2 .testimonial-wrapper .testimonial-inner p cite span{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #59d9b1;
}
.testimonial-style2 .image-box{
	position: relative;
    z-index: 1;
		height: 300px;
    overflow: hidden;
}
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.swiper-pagination span {
    padding: 0;
    line-height: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    transition: 0.6s all;
    border: 2px solid #fff;
}
.swiper-pagination span.swiper-pagination-bullet-active{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
}

.copyright .medewithlove a{
	color: #fff;
}
.bg-banner-mission{
	background-image: url(../img/innerbanner2.jpg);
}
.bg-banner-sponsr{
	background-image: url(../img/innerbanner2.jpg);
}
.single-banner{
	height: 800px;
}
.single-banner>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.fs-60{
	font-size: 60px;
}
.fade-out-in .adv-thumb-link:before,
.fade-out-in .adv-thumb-link:after,
.story-wrapper:hover:after,
.story-wrapper:hover:before,
.story-wrapper::before{
	background: rgb(60, 71, 107);
    opacity: 0.5;
}
.fade-out-in .adv-thumb-link:before,
.fade-out-in .adv-thumb-link:after,
.overlay-bg-dark-2{
	    background: #3c476b;
    opacity: 0.5;
}

.our-articles .causes-amount .left .ratings span.text-yellow{
	color: #fcb71b;
}
.our-articles .causes-amount .left .ratings span.text-light-white {
    color: gray;
}
.breadcrumb-area .overlay-bg{
    background: linear-gradient(to right, rgb(60, 71, 107) 20%, rgb(55, 66, 99) 50%, rgba(250, 250, 250, 0.1) 80%, rgba(250, 250, 250, 0) 100%);
    opacity: 1;
}




.prop-item-box .package-feature {
    columns: 2;
    padding-bottom: 10px;
}
.prop-item-box .package-feature li{
	padding: 0px 0 10px 0;
}
.prop-item-box .package-feature li i{
    font-size: 18px;
    margin-right: 5px;
    color: #3d486d;
}
.prop-item-box .package-feature li span{
	font-size: 14px;
    color: #3d486d;
    font-weight: 500;
}
.prop-item-box .cause-detail-footer{
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.prop-item-box .cause-detail-footer .view-btn>a,
.prop-item-box .cause-detail-footer .book-btn>a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    padding: 5px 15px;
    background-color: #3D486D;
    border-radius: 4px;
}


.box-info {
    position: relative;
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.box-about-1 h4 {
    display: flex;
    font-size: 22px;
    align-items: center;
    margin-bottom: 15px;
}
.box-about-1 i {
    margin-right: 15px;
    font-size: 35px;
    color: #5091fa;
}

[class*="col-"] p:last-child {
    margin-bottom: 0;
}

.section-about .video-preview {
    margin-top: -20px;
}

.video-preview .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-preview {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    border-radius: 10px;
    box-shadow: 5px 15px 28px 5px rgba(0, 0, 0, 0.18);
    background-color: #ddd;
}

.video-preview .overlay-colored {
    transition: all 0.2s;
}

.opacity-50 {
    opacity: 0.50;
}

.video-preview .btn-video {
    position: absolute;
    z-index: 2;
}

.btn-video {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-size: 25px;
    text-indent: 2px;
    border-radius: 999px;
    background-color: #fff;
    background-color: #5091fa;
    color: #fff;
}






.section-locations {
    width: 100%;
    position: relative;
    background-color: #f9f8f6;
}

.section-locations .col-md-12 {
    padding: 0;
}


.section-locations .section-content {
    width: 100%;
    position: relative;
    clear: both;
    padding-top: 0;
}

@media (min-width: 1440px) {
    .container {
        width: 1300px;
    }
}

.img-bg .overlay .overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 30px;
    transition: all 0.2s 0.2s;
}

.location-box .box-img .overlay .overlay-inner {
    align-items: center;
    justify-content: center;
}

.location-box {
    width: 100%;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
}

.location-box {
    position: relative;
    z-index: 0;
    border-radius: 5px;
    transition: all 0.2s;
}

.img-bg {
    overflow: hidden;
    position: relative;
    display: block;
    height: 330px;
    border-radius: 4px;
    background: no-repeat center / cover;
    background-color: #ddd;
    transition: all 0.5s;
}

.location-box .box-img {
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease;
}

.location-box .box-img {
    overflow: hidden;
    margin: auto;
    height: 350px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #ccc;
}

.location-box .box-img .bg-element {
    transition-duration: 0.3s;
}

.img-bg .bg-element {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat top center / cover;
    transition: all 0.4s ease;
}

.img-bg > a {
    position: relative;
    display: block;
    height: 100%;
}

.location-box .box-img > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}

.location-box .box-img > a img {
    max-height: 100%;
    width: auto;
    opacity: 0;
}

.img-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}


.img-bg .overlay, .img-bg .overlay .overlay-inner {
    transition: all 0.3s ease;
}

.location-box .box-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease;
}

.location-box .box-img .overlay, .location-box .box-img .overlay .overlay-inner {
    opacity: 0;
    visibility: hidden;
}

.location-box .box-img .overlay, .location-box .box-img .overlay .overlay-inner {
    opacity: 0;
    visibility: hidden;
}

.location-box .box-img .overlay {
    color: #fff;
    background-color: rgba(34, 34, 34, 0.7);
}

.location-box .box-img .overlay, .location-box .box-img .overlay .overlay-inner {
    opacity: 0;
    visibility: hidden;
}
/*
.location-box .box-content {
    padding: 45px 25px;
    position: relative;
}
*/
.location-box .box-content {
    display: flex;
    padding-top: 20px;
}

.location-box .box-content i {
    margin-right: 15px;
    font-size: 32px;
    color: #5091fa;
    top: -8px;
    position: relative;
}


.location-box:hover .box-img .overlay .overlay-inner {
    transition-delay: 0.25s;
}

.location-box:hover .overlay .overlay-inner {
    transition-delay: 0.2s;
}

.location-box:hover .box-img .overlay, .location-box:hover .box-img .overlay .overlay-inner {
    opacity: 1;
    visibility: visible;
}

.slider-locations .slick-slider .slick-slide:not(.slick-active) {
    opacity: 0.3;
}

.slick-slider .slick-slide {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    float: left;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.slider-locations .slick-arrows a.slick-arrow i {
    transform: rotate(90deg);
}

.slider-locations .slick-arrows a:hover {
    background-color: #212a42;
}

.slider-locations .slick-arrows {
    justify-content: space-between;
    font-size: 22px;
    margin: 0;
    width: 100%;
}

.slider-locations .slick-arrows a {
    position: absolute;
    top: 50%;
    padding: 10px 12px;
    margin: 0;
    opacity: 1;
    transform: translateY(-75px);
    border-radius: 3px;
    background-color: #5091fa;
    color: #fff;
}

.slider-locations:hover .slick-arrow {
    opacity: 1;
}

.slider-locations .slick-arrows a.slick-next {
    right: 0px;
}


.location-box:hover .box-img > .bg-element {
    transform: scale(1.05);
}

.location-box .box-content .box-title h6 {
    color: #999;
    font-size: 14px;
}

.location-box .box-content .box-title h5 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}



/* Listing */
.property-main-wrapper{
  position: relative;
  width: 800px;
  padding: 30px 30px 0;
}
.property-main-wrapper .prty-filter-form{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  padding: 30px;
  box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
}

.property-main-wrapper .prty-filter-form-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.property-main-wrapper .prty-filter-form h4{
  margin-bottom: 0;
}
.property-main-wrapper .prty-property-filter-wrapper{
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.property {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
}

.property .property-thumbnail{
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.property .property-thumbnail img{
  border-radius: 8px;
  transition: .3s;
}
.property .property-thumbnail img:hover{
  transform: scale(1.1);
}

.property .property-author{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
.property .property-author img{
  width: 35px;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 5px;
}
.property .property-author .property-author-body{
  flex: 1;
}
.property .property-author .property-author-body p{
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
}

.property .property-author .property-author-body p a,
.property .property-title a{
  color: #3b415f;
}
.property .property-author .property-author-body p a {
    font-weight: 800;
    color: #575e7d;
}

.property .property-author .property-author-body p a:hover,
.property .property-title a:hover{
  color: #478adc;
}
.property .property-author .property-author-body span{
    font-size: 12px;
    color: #848486;
    font-weight: 600;
}
.property .property-title{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', 'Rubik', serif;
}
.property .property-title a{
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property .property-thumbnail .property-controls{
  position: absolute;
  top: 10px;
  right: 10px;
}
.property .property-thumbnail .property-controls a{
  background-color: #fff;
  border-radius: 8px;
  height: 34px;
  width: 34px;
  color: #515151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateX(10px);
}
.property .property-thumbnail .property-controls a:nth-child(2){
  transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease .1s;
}
.property .property-thumbnail .property-controls a:nth-child(3){
  transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease .2s;
}
.property:hover .property-thumbnail .property-controls a{
  transform: translateX(0);
  opacity: 1;
}
.property .property-thumbnail a:hover{
  background-color: #519fff;
  color: #fff;
}
.property .property-thumbnail a.favorite:hover{
  background-color: #FF0F59;
}
.property .property-thumbnail .property-badges{
  position: absolute;
  top: 20px;
  left: 20px;
}
.property-badge{
  background-color: #e6f56e;
  font-weight: 600;
  font-size: 13px; 
  color: #333;
  border-radius: 4px;
  padding: 4px 12px;
  margin-right: 5px;
}
.property-badge.featured {
    position: absolute;
    width: 32px;
    height: 32px;
    padding: 0;
    right: 5px;
    top: 10px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    background-color: #30ca71;
    color: #fff;
}
.property-badge.sale{
  color: #fff;
  background-color: #30ca71;
}
.property-badge.rent{
  color: #fff;
  background-color: #47bfff;
}

.property-badge.property-type{
  color: #fff;
  background-color: #ff4764;
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.options-dropdown > a{
  background-color: #d5e2ff;
  border-radius: 8px;
  color: #3b538a;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}
.options-dropdown > a > i{
  margin: 0;
}
.options-dropdown > a:hover{
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
}
.options-dropdown .dropdown-menu{
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
  padding: 15px;
  transition: 0s;
  border: 0;
}
.options-dropdown ul{
  margin: 0;
}
.options-dropdown ul li{
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 10px;
  transition: .3s;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.options-dropdown ul li + li{
  margin-top: 10px;
}
.options-dropdown ul li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.options-dropdown ul li a{
  position: relative;
  display: block;
  color: #515151;
}
.options-dropdown ul li a i{
  margin-right: 5px;
}
.options-dropdown ul li a:hover{
  color: #478adc;
}
.property .property-attributes .property-attribute-icon .property-attribute-icon-value{
  margin-left: 0;
}
.property .property-attributes .property-attribute-icon i{
  font-size: 25px;
  margin-right: 5px;
}
.property .property-attributes .property-attribute-icon{
  margin-right: 15px;
}

.property .property-price,
.property .property-contract {
    background: #519fff;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    border-radius: 8px;
}
.property .property-price span{
  font-size: 13px;
  color: #848486;
  font-weight: 400;
}

.property .property-action-btns{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property .property-action-btns .property-action-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1292EE;
  border-radius: 24px;
  color: #fff;
  width: 32px;
  height: 32px;
}
.property .property-action-btns .property-action-btn:hover{
  background-color: #519fff;
}

.property .property-item-badge {
    position: absolute;
    bottom: 0;
    left: -1px;
    z-index: 1;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 13px;
    border-radius: 0px 5px 0px 5px;
}

.property .property-item-badge > li:after {
    background-color: #ffffff;
    content: "";
    height: 1px;
    right: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
}

.property-item-badge {
    background-color: #3D486D;
}

.property .property-item-badge li a {
    color: #ffffff;
    font-size: 14px;
}

.marker {
  background-image: url('../img/misc/marker.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.property-attributes{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.property-attributes .property-attribute-icon{
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.property-attributes .property-attribute-icon i{
  font-size: 30px;
  margin-right: 15px;
}
.property-attributes .property-attribute-icon .property-attribute-icon-value{
  margin-left: 15px;
  color: #101737;
  font-weight: 600;
}
.property-property-section-price p{
  margin: 0;
}

.property.slick-slide {
    outline: none;
    margin: 15px;
}

.btn-custom, .btn-custom-2 {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #3D486D;
    line-height: 24px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

/* Why Us */
.why-us-item.text-center {
    padding: 24px 20px 33px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 0 15px #cccccc37;
}

.why-us-icon {
    margin-bottom: 6px;
}

.why-us-icon [class^="flaticon-"]:before, .why-us-icon i {
    color: #3d486d;
    font-size: 58px;
}

.why-about-image {
    box-shadow: 0 0 15px #cccccc57;
    border-radius: 10px;
    overflow: hidden;
}

.why-us-item.display-flex {
    background: #fff;
    padding: 20px 15px;
    overflow: hidden;
    border-radius: 10px;
}

.why-us-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.why-us-item.why-us-item1 {
    padding: 10px 20px 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 27px 24px -37px rgba(0, 0, 0, 0.40);
    transition: all 0.5s;
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    will-change: transform;
    background: #fff;
}

.why-us-item.why-us-item1:hover {
    transition: all 0.5s;
    transform: perspective(300px) rotateX(-0.72deg) rotateY(-2.53deg) scale3d(1, 1, 1);
}

.why-us-item.why-us-item1 [class^="flaticon-"]:before {
    font-size: 54px;
}

@media(max-width: 991px) {
    section.why-us {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .why-us-item {
        margin-bottom: 30px;
        text-align: center;
    }

    .why-about-inner {
        text-align: center;
        margin-bottom: 30px;
    }

    .why-us-content {
        margin-left: 0;
    }
}

@media(max-width: 767px) {
    .why-about-image {
        margin-bottom: 30px;
    }

        .why-about-image img {
            width: 100%;
        }
}



/* 6.3. Agent */
.prty-agent{
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}
.prty-agent.slick-slide {
    outline: none;
    margin: 0 15px;
}
.prty-agent .property-badge{
  position: absolute;
  top: 20px;
  left: 20px;
}
.prty-agent .prty-agent-thumb{
  position: relative;
  margin: 0 auto 20px;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}
.prty-agent .prty-agent-thumb img{
  border-radius: 50%;
}
.prty-agent .prty-agent-thumb .prty-dots{
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.6) rotate(0deg);
  transform-origin: center;
  transition: .3s;
}
.prty-agent:hover .prty-agent-thumb .prty-dots{
  transform: translate(-50%, -50%) scale(1) rotate(25deg);
}
.prty-agent-body h6{
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Open Sans', 'Rubik', 'Poppins', serif;
  font-weight: 700;
}
.prty-agent-body h6 a{
  color: #485582; /*#4e5c9a #101737*/
}
.prty-agent-body h6 a:hover{
  color: #519fff;
}
.prty-agent-body span{
  display: block;
  margin-bottom: 0;
  color: #848486;
  font-weight: 600;
}
.prty-agent-body p{
  margin: 15px 0;
}
.agent-wrapper .property-agent.media > img{
  max-width: 90px;
  border-radius: 8px;
  margin-right: 15px;
}
.agent-wrapper .tab-pane.active{
  padding: 15px;
  margin: -15px;
}

.agency-content p,
.agency-content img{
  margin-bottom: 20px;
}
.agency-content p:last-child{
  margin-bottom: 0;
}
.agents-slider .slick-track{
  padding: 10px 0;
}



/* 6.1. Featured Listings */
.featured-properties.slick-slide {
    outline: none;
    margin: 0 15px;
}

.prty-featured-listings.banner-featured-slider .slick-list{
  padding: 20px 0;
}
.featured-properties{
  display: block;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 12px 0px rgba(34,12,43, 0.15);
  border-radius: 8px;
}
.featured-properties .featured-property-thumb{
  position: relative;
  margin-bottom: 10px;
  border-radius: 8px;
}
.featured-properties .featured-property-thumb a{
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.featured-properties .featured-property-thumb a:hover img{
  transform: scale(1.1);
}
.featured-properties .featured-property-thumb img{
  border-radius: 8px;
  transition: .3s;
}
.featured-properties .featured-property-thumb .featured-property-controls{
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-properties .featured-property-thumb .featured-property-controls span{
  background-color: #d9f1f1;
  font-size: 12px;
  font-weight: 700;
  color: #3e5e5e;
  border-radius: 4px;
  padding: 3px 6px;
}
.featured-properties .featured-property-thumb .featured-property-controls i{
  background-color: #fff;
  border-radius: 8px;
  height: 34px;
  width: 34px;
  color: #515151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}
.featured-properties .featured-property-thumb .featured-property-controls i:hover{
  background-color: #FF0F59;
  color: #fff;
}
.featured-properties .featured-property-content h6{
  margin-bottom: 5px;
  font-size: 16px;
}
.featured-properties .featured-property-content p{
  font-weight: 600;
  margin-bottom: 5px;
}
.featured-properties .featured-property-content span{
  font-size: 13px;
  color: #848486;
}
.featured-properties .featured-property-content span i{
  margin-right: 5px;
}



/* Dots */
.slick-dots {
    margin-bottom: 0;
}
.slick-dots li{
  margin: 0 5px;
  text-align: center;
}
.slick-dots li button{
  font-size: 0;
  width: 8px;
  height: 6px;
  background-color: #d8d8d8;
  border: 0;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}
.slick-dots li.slick-active button{
  width: 20px;
  background-color: #519fff;
}
.slick-slide{
  outline: none;
}



/* Select2 */
.select2-container--default .select2-search--dropdown .select2-search__field{
  height: 50px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #efefef;
  width: 100%;
  color: #6e6e6e;
  border-color: #e5e1dc;
  background-color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
  outline: none;
}
.select2-search--dropdown{
  padding: 0;
  margin-bottom: 5px;
}
.select2-container{
  width: 100% !important;
}
.prty-select2,
.select2-container--default .select2-selection--single{
  outline: none;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: .3s;
  z-index: 1;
  height: 58px;
  border: 0;
  border-bottom: 3px solid #cfd4e4;
}
.prty-select2:hover,
.select2-container--default .select2-selection--single:hover{
  background-color: #fbfbfb;
}
.select2-dropdown{
  z-index: 23;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
  padding: 15px;
  transition: 0s;
  border: 0;
}
.select2-results__option{
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 0 0 10px;
  transition: .3s;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.select2-results__option:last-child,
.select2-results__option:first-child{
  padding: 0;
  border: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: transparent;
  color: #519fff;
}

.select2-results__option + .select2-results__option{
  margin-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  display: flex;
  align-items: center;
  width: 14px;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::after{
  content: '';
  width: 5px;
  height: 2px;
  background-color: #848486;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: .3s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after{
  transform: rotate(0deg) translateX(0);
}
.select2-container--default:hover .select2-selection--single .select2-selection__arrow::before,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before{
  transform: rotate(45deg);
}
.select2-container--default:hover .select2-selection--single .select2-selection__arrow::after,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after{
  transform: rotate(-45deg) translateX(-1px);
  width: 7px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding: 0;
  margin-right: 10px;
  margin-left: auto;
  font-size: 14px;
  color: #848486;
  text-overflow: ellipsis;
  margin: 0 10px 0 auto;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
  padding-left: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #101737;
}
.prty-custom-select{
  position: relative;
  z-index: 1;
}
.prty-custom-select > label{
  padding: 0;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #101737;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  pointer-events: none;
}
.prty-custom-select select{
  font-size: 0;
}

.prty-filter-form .btn-custom {
    padding: 17px 16px;
}

.single-banner .prty-filter-form {
    padding-top: 50px;
}


/* Agent */
.agent-item .agent-featured {
    float: left;
    margin-right: 1.95em;
}
.scheme_default {
    color: #949494;
}
.agent-item .agent-item-title {
    margin-top: 0.4em;
    font-size: 21px;
    font-family: "Open Sans";
    font-weight: 800;
    padding-top: 0.6em;
    margin-bottom: 0.35em;
}

.agent-item .agent-item-phone {
    font-size: 1.571em;
    font-weight: 400;
}
.agent-item.agent-item-phone {
    color: #1c1e1e;
}
.agent-item .agent-item-phone:before {
    content: "\f194";
    font-family: 'Flaticon';
    padding: 0 0.85em 0 0;
    display: inline-block;
    font-size: 0.9em;
    position: relative;
    top: -2px;
}
.agent-item a {
    color: #3d486d;
}

.agent-item:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.agent-item img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}





.cta.cta-3 {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 40px 10px;
    box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
}

.section-title-wrap h5 {
    margin-bottom: 10px;
    background: #5192fa;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 24px;
    color: #fff;
    font-size: 19px;
}

.section-title-wrap p {
    max-width: 600px;
    margin: 20px 0;
    font-size: 16px;
}

.prty-promotion-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.infographics-4 .prty-promotion-item {
    text-align: left;
}

.infographics-3 .prty-promotion-item i, .infographics-4 .prty-promotion-item i, .infographics-5 .prty-promotion-item {
    margin-right: 20px;
    font-size: 40px;
}

.infographics-4 .prty-promotion-item i, .infographics-5 .prty-promotion-item i {
    margin-right: 0;
    margin-bottom: 20px;
    color: #01BBBC;
}

.infographics-3 .prty-promotion-item h5, .infographics-4 .prty-promotion-item h5, .infographics-5 .prty-promotion-item h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #3d486d;
}

.agent-social-links {
    padding-top: 20px;
}

.agent-social-links li a i {
    color: #6276b9;
    background: #eff4ff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.agent-social-links li a {
    background: #6276b9;
    margin: 0;
    display: initial;
    vertical-align: initial;
}

.agent-social-links li .btn-custom {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    position: relative;
    top: -1px;
}

.property-actions {
    display: flex;
}

.property-actions li {
    padding-left: 5px;
}

.property .property-action-btns .property-actions li:first-child a {
    color: #4585ff;
    background: #eff4ff;
}

.property .property-action-btns .property-actions li:nth-child(2) a {
    color: #e75965;
    background: #ffeff0;
}

.property .property-action-btns .property-actions li:last-child a {
    background: #eaffed;
    color: #60d0c0;
}

.prty-top-property-item {
    padding: 40px;
    border-radius: 8px;
    height: 600px;
    background-position-y: center;
}

.property.prty-top-property-body {
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
    margin-bottom: 0;
    width: 600px;
    margin: auto;
    margin-top: 100px;
}

.top-listings .prty-arrows .slick-arrow {
    margin: 0 0 0 10px;
}
.top-listings .prty-arrows {
    position: absolute;
    bottom: 40px;
    right: 200px;
}

/* Arrows */
.prty-arrows{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prty-arrows .slick-arrow{
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  overflow: hidden;
}
.prty-arrows .slick-arrow::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #519fff;
  z-index: -1;
  border-radius: 8px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.prty-arrows .slick-arrow:hover{
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  background-color: #519fff;
  border-color: #519fff;
  color: #fff;
}
.prty-arrows .slick-arrow:hover::after{
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.prty-arrows.primary-arrows .slick-arrow{
  background-color: #519fff;
  border: 2px solid #519fff;
}
.prty-arrows.primary-arrows .slick-arrow:hover{
  background-color: #478adc;
  border: 2px solid #478adc;
}
.prty-arrows.primary-arrows .slick-arrow::after{
  background-color: #478adc;
}
.prty-arrows.prty-arrows-relative{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prty-arrows.prty-arrows-relative .slick-arrow{
  border: 2px solid #bec9ff;
  color: #519fff;
  margin: 0 10px;
  background-color: #bec9ff;
}
.prty-arrows.prty-arrows-relative .slick-arrow:hover{
  border-color: #519fff;
  color: #fff;
}

.top-listings {
    position: relative;
}

.section-top-listings {
    position: relative;
    padding: 80px 0;
}


.dark-overlay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}


.location-property-block {
    margin-bottom: 30px;
    position: relative;
}

.location-property-img {
    position: relative;
    display: flex;
}

.location-property-img img {
    border-radius: 6px;
    width: 100%;
}

.location-property-img::before {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 1;
    border-radius: 6px;
    background: linear-gradient(to bottom, rgba(35, 38, 62, .20) 40%, rgba(35, 38, 62, 0.21) 35%, rgba(35, 38, 62, 0.51) 60%, rgba(35, 38, 62, 0.91) 100%);
    border-radius: 6px;
}

.location-property-content {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    padding: 0px 25px;
    display: inline-flex;
    width: 100%;
}

.location-property-content-title {
    font-size: 17px;
    line-height: 28px;
    color: #222;
    margin-bottom: 0px;
    padding: 2px 8px;
    background: #eff4ff;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
}

.location-property-content-title a:hover {
    color: #fff;
}

.location-property-content-number {
    position: absolute;
    right: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 800;
    border: 2px solid #fff;
    border-radius: 8px;
    height: 30px;
    width: 30px;
    padding: 2px 6px;
    text-align: center;
}





/* Style 2 */
.subheader.subheader-2{
  position: relative;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  background-position: center;
  background-size: cover;

}
.subheader.subheader-2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.7), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.7)), to(transparent));
  background-image: linear-gradient(to top, rgba(0,0,0,.7), transparent);
  z-index: -1;
}

.subheader.subheader-2 h1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-top: 20px;
  max-width: 600px;
  line-height: 60px;
  font-size: 54px;
}

.subheader.subheader-2 .breadcrumb{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.subheader.subheader-2 .property-address{
  color: #fff;
}
.subheader.subheader-2 .property-address i{
  margin-right: 5px;
}
.subheader.user-subheader .user-email{
  color: #fff;
  font-weight: 600;
}
.subheader.user-subheader .media{
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(255,255,255,.3);
  margin: 0;
  align-items: center;
}
.subheader.user-subheader .media h3{
  margin-bottom: 10px;
}
.subheader.user-subheader .media img{
  width: 100px;
  margin-right: 20px;
}

.subheader.user-subheader h1{
  margin-top: 0;
}




.property-thumbnail .property-thumbnail-slider-main img,
.property-thumbnail .property-thumbnail-slider-nav img {
    border-radius: 8px;
    cursor: pointer;
}

.property-thumbnail .property-thumbnail-slider-nav img {
    transition: .3s;
    opacity: .6;
}

.property-thumbnail .property-thumbnail-slider-nav .slider-thumbnail-item img:hover {
    opacity: .8;
}

.property-thumbnail .property-thumbnail-slider-nav .slick-current img {
    opacity: 1;
}

.property-thumbnail .property-thumbnail-slider-main {
    margin-bottom: 20px;
}

.property-thumbnail .property-thumbnail-slider-nav {
    margin-bottom: 30px;
}

.property-thumbnail .property-thumbnail-slider-nav .slick-arrow{
    display: none !important;
}
.property-content, .property-features {
    padding: 20px 15px;
}

/* Feature */

.property-feature{
  display: flex;
  align-items: center;
}
.property-feature i{
  font-size: 38px;
  color: #01BBBC;
  width: 55px;
}
.property-feature h6{
  margin: 0;
  font-size: 15px;
}
.property-feature .property-feature-label {
    width: 160px;
    color: #524c6f;
    font-weight: 700;
    font-family: 'Open Sans';
}
.property-feature .property-feature-value{
  font-size: 15px;
}
.property-feature .property-feature-value.disabled{
  color: #848486;
}
.load-more-features{
  margin-bottom: 30px;
}



.property-content h4, .property-features h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000000b0;
}
.featured-property-meta i {
    font-weight: 400;
    color: #777;
}



/* List View */
.property.property-list{
  display: flex;
  align-items: flex-start;
}
.property.property-list .property-thumbnail{
  width: 300px;
  margin-right: 20px;
  margin-bottom: 0;
}

.property.property-list .property-thumbnail img {
    border-radius: 8px;
    transition: .3s;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 300px;
}


/*******************************************************************
* Property Floor Plans
*******************************************************************/
.property-floor-plans {
    overflow: hidden;
}

.property-floor-plans a {
    border: 0px !important;
    display: block;
    float: left;
    margin: 0px 25px 25px 0px;
}

.property-floor-plans a:hover {
    text-decoration: none;
}

.property-floor-plans a img {
    height: auto;
    width: 150px;
}





.form-control {
  height: 50px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #efefef;
  width: 100%;
  color: #6e6e6e;
  border-color: #e5e1dc;
  background-color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
}
.prty-filter-form form .form-control {
    box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
    border: 0;
    margin-right: 20px;
    border-bottom: 3px solid #cfd4e4;
    height: 58px;
    padding-left: 80px;
}
.form-control:focus {
  border: 1px solid #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
}




/*---------------------------
21. INNER CONTACT
-----------------------------*/
.mb-30{margin-bottom: 30px;}
.mb-100{margin-bottom: 100px;}
.mt-30{margin-top: 30px;}
.mt-20{margin-top: 20px;}
.contact-section-padding{padding-top: 120px; padding-bottom: 90px;}
.location-map-area {
  clear: both;
 overflow: hidden;
}
.contact-btn {
  padding: 18px 30px;
  border: 2px solid transparent;
  background-color: #3e4ddd;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  transition: .3s;
  cursor: pointer;
}
.contact-btn:hover {
  background: transparent;
  color: #3e4ddd;
  border: 2px solid #3e4ddd;
}

.contact-info p {
  font-size: 15px;
  line-height: 28px;
  color: #282e3e;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
 .contact-info .contact-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
 .contact-info .contact-location li {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    color: #282e3e;
}
 .contact-info .contact-location li span {
    border: 1px solid #efefef;
     height: 35px;
     width: 35px;
     display: inline-block;
     border-radius: 25px;
     line-height: 32px;
     text-align: center;
     margin-right: 15px;
     -webkit-transition: .3s;
     transition: .3s;
}
 .contact-info .contact-location li:hover span {
    background: #3e4ddd;
     color: #fff;
     border: 1px solid transparent;
}
 .contact-info .contact-location li:last-child {
    margin-bottom: 0;
}
/* google map*/
 #map_wrapper iframe{
    height: 560px;
     width: 100%;
}




/* Contact 2 */
.contact-info-area {
    padding-bottom: 154px;
    position: relative;
}

.contact-info-area .contact-info-list .section-title .title {
    font-size: 60px;
    display: inline-block;
}

.contact-info-area .contact-info-list .contact-info .item {
    margin-right: 40px;
    padding-left: 56px;
    position: relative;
    border-bottom: 1px solid #c0d9ff;
    padding-bottom: 34px;
    margin-top: 35px;
}

.contact-info-area .contact-info-list .contact-info .item:first-child {
    margin-top: 10px;
}

.contact-info-area .contact-info-list .contact-info .item i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 36px;
    color: #e8505b;
}

.contact-info-area .contact-info-list .contact-info .item .title {
    font-size: 26px;
    display: inline-block;

}

.contact-info-area .contact-info-list .contact-info .item ul li {
    font-size: 20px;
    line-height: 30px;
    color: #152440;
}

.contact-info-area .contact-info-list .contact-info .item .title span {
    font-weight: 100;
}

.pt-120 {
    padding-top: 120px;
}


.property-feature-wrapper {
    float: left;
    width: 32.4%;
    margin: 0 5px;
}

/*******************************************************************
* Property Facilities
*******************************************************************/
.property-public-facilities {
    overflow: hidden;
}

.property-public-facility-wrapper {
    float: left;
    padding-bottom: 20px;
    width: 32.4%;
    margin: 0 5px;
}

.property-public-facility {
    border: solid 1px #eeeeee;
    overflow: hidden;
}

.property-public-facility-info {
    background-color: #eeeeee;
    float: left;
    line-height: 3;
    text-align: center;
    width: 30%;
}

.property-public-facility-title {
    float: right;
    line-height: 3;
    padding: 0px 20px 0px 20px;
    width: 70%;
}

.property-content .map {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.side-post img {
    object-fit: cover;
    height: 80px;
    max-width: 80px;
}

.main-menu .dropdown-toggle::after {
    display: none;
}

form .form-control {
    border: 1px solid #8f8fa1;
}

.profile-feature {
    column-count: 4;
}

#simple-map {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.prty-agency-thumb {
    padding-bottom: 20px;
}

.sort {
    width: 100%;
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sort .btn.btn-default {
    box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
    border: 0;
    border-bottom: 3px solid #cfd4e4;
    background: #fff;
    padding: .375rem .75rem;
}

#sort-form {
    float: right;
}

#sort-form span {
    padding-right: 10px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    text-indent: 0.01px;
    text-overflow: "";
    padding-right: 35px !important;
}

.regular-text, .cmb2_textarea, .large-text, .cmb2_select {
    height: 50px;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #efefef;
    width: 100%;
    color: #6e6e6e;
    border-color: #e5e1dc;
    background-color: #fff;
    letter-spacing: 0.1px;
    font-size: 14px;
}

.form-table .cmb2_textarea {
    width: 100%;
}

.form-table .cmb-th label {
    padding: 20px 0 5px 0;
}

.form-table .cmb-th {
    padding: 0;
    width: 100%;
}

.form-table .cmb2-wrap .cmb-row {
    margin: 0;
    display: inline-grid;
    width: 100%;
}

.form-table .cmb-th + .cmb-td {
    float: left;
    padding: 0;
    width: 100%;
}

.cmb2-col-4 {
    -ms-flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    float: left;
}

.cmb2-col-3 {
    -ms-flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    float: left;
}

.pl-15 {
    padding-left: 15px;
}

.cmb2-wrap select {
    margin-top: 0 !important;
}

.cmb2-upload-button.button-secondary,
.cmb-add-group-row.button-secondary,
.button-primary, .button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    position: relative;
    background-color: #3D486D;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    height: 50px;
}

.cmb-group-name {
    font-size: 24px;
    padding-top: 20px;
}

.button-primary {
    margin-top:20px;
}

.form-table .cmb-repeatable-grouping .cmb-group-title {
    min-height: 3em;
}

.top-listings-slider .property .property-price {
    float: right;
    position: absolute;
    top: 0;
    right: 20px;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
}


.prpty-testimonial.st-style1 {
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    border-radius: 4px;
    transition: all 0.4s ease;
    background-color: #fff;
    position: relative;
}

.prpty-testimonial.st-style1 .prpty-testimonial-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
    padding: 24px 30px;
}

.prpty-testimonial.st-style1 .prpty-testimonial-info {
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeaea;
    padding: 20px 30px;
}

.prpty-testimonial.st-style1 .prpty-testimonial-img {
    flex: none;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin-right: 20px;
}

.prpty-testimonial.st-style1 .prpty-testimonial-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.prpty-testimonial.st-style1 .prpty-testimonial-name {
    font-size: 18px;
    margin-bottom: 8px;
}

.prpty-testimonial.st-style1 .prpty-testimonial-designation {
    line-height: 1.3em;
}

.prpty-testimonial.st-style1 .st-quote {
    position: absolute;
    bottom: -7px;
    right: 0;
    font-size: 70px;
    line-height: 1em;
    color: rgba(130, 181, 65, 0.1);
}

.prpty-green .prpty-testimonial.st-style1 .st-quote {
    color: rgba(130, 181, 65, 0.1);
}

.prpty-slider {
    position: relative;
    display: block;
}

.prpty-slider .slick-slider .slick-slide {
    margin-bottom: 10px;
}


.page-template .side-bar .menu {
    margin: 0;
}

.page-template .side-bar .menu > li > a {
    line-height: 24px;
    vertical-align: bottom;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: bottom;
    color: #333;
    display: block;
    outline: none;
    padding: 10px 0;
    text-decoration: none;
    padding-left: 10px;
}

.page-template .side-bar .menu > li {
    border-bottom: 2px solid #f3f3f3;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding: 0;
}

.page-template .side-bar .menu > li > a:hover, .page-template .side-bar .menu > li > a:hover i, .page-template .side-bar .menu > li > a:hover:before {
    color: #78c317 !important;
    background: #f7f7f7;
}

.menu-dashboard-container {
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.input-group-text {
    border: 1px solid #8f8fa1;
    min-width: 44px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.mortgage-calculator .calc-output-container {
    opacity: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
    transition: opacity 0.3s, max-height 0.7s;
}




.pagination {
    margin-top: 20px;
}
.nav-links {
    display: inline-block;
    padding-left: 0;
    width: 100%;
}
.nav-links > a,
.nav-links > span,
.nav-links .nav-previous > a,
.nav-links .nav-previous > span,
.nav-links .nav-next > a,
.nav-links .nav-next > span,
.page-links > a,
.page-links > span {
    position: relative;
    float: left;
    padding: 12px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 6px;
    border: 2px solid #eee;
    border-bottom: 3px solid #cfd4e4;
    box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
}

.page-links > span {
    background: #eee;
}
.nav-links .nav-next > a {
    float: right;
}

.nav-links .nav-previous > a,
.nav-links .nav-next > a {
    border-radius: 24px;
    color: #fff;
    background: #484848;
}

.nav-links .nav-previous > a:hover,
.nav-links .nav-next > a:hover {
    background: #d82460;
    color: #fff;
    border-color: #d82460;
}

.nav-links > a:hover,
.page-links > a:hover {
    background-color: #f7f7f7;
    color: #d82460;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.125);
    border-color: transparent;
}
.nav-links > span.current,
.page-links > span.current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background: #3d486d;
    border-color: transparent;
}
.post-navigation .nav-links {
    display: block;
}
.page-links {
    display: inline-flex;
}

.page-links a:first-child{
    margin-left: 10px;
}
