/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* body * {
	font-family: 'FONTSPRING DEMO - The Seasons' !important;
	font-weight: bold !important;
} */
.w100,
.w100 a,
.w100 img {
	width: 100%
}
:root{
	--PrimaryColor: #00296B;
}
.textPrimary{
	color: var(--PrimaryColor);
}
a {
	text-decoration: none !important;
}
.dFlex{
	display: flex;
}
.flexWrap {
	flex-wrap: wrap;
}
.alignItemsCenter {
	align-items: center;
}
.justifyContentBetween{
	justify-content: space-between;
}
.justifyContentSpaceAround{
	justify-content: space-around;
}
.justifyContentCenter{
	justify-content: center;
}
.pRelative {
	position: relative;
}
.pAbsolute {
	position: absolute;
}
.left0{
	left: 0;
}
.right0{
	right: 0;
}
.top0{
	top: 0;
}
.bottom0{
	bottom: 0;
}
.marginAuto {
	margin: auto;
}
.textCenter {
	text-align: center;
}
.textWhite {
	color: #fff;
}
.textUppercase{
	text-transform: uppercase;
}
.dBlock {
	display: block;
}
.w100{
	width: 100%;
}
small {
    font-size: 60%;
}
.fontWeightNormal{
    font-weight: normal;
}
.dInlineBlock {
	display: inline-block !important;
}
.textUppercase{
	text-transform: uppercase;
}
.fontWeightBold{
	font-weight: bold;
}
.listingWraperBottom {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 15px;
}
.listingWraperBottomTitle {
	font-size: 20px; 
}

.absoluteAnchor,
.absoluteAnchor a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: 0;
}

.listingWrapperOuter .listingWraper {
    width: calc(100% / 3 - 50px);
    display: flex;
   	row-gap: 5px;
    flex-direction: column;
    background: #fff;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
.listingWrapperOuter .listingWraper .listingWraperBottomA {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid var(--PrimaryColor);
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--PrimaryColor);
    margin-top: 20px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.listingWrapperOuter .listingWraper .listingWraperBottomA:hover{
	transition: all 0.3s ease-in-out;
	background: var(--PrimaryColor);
	color: #fff;
}
.listingWrapperOuter .listingWraper .listingWraperBottomTitle:hover {
    color: var(--PrimaryColor);
}

.commonPadding {
	padding: 70px 10px;
}
 
.pageContainer {
    max-width: 1280px;
    margin: auto;
}

.pageContainerWrapperLeft {
    width: 35%;
}
.pageContainerWrapperRight {
    width: 65%;
}
form.contactUsForm label {
    margin-bottom: 15px;
}
form.contactUsForm input[type="text"],
form.contactUsForm input[type="email"],
form.contactUsForm textarea{
    border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top:0;
	outline: 0;
	padding-left: 0;
	padding-right: 0;
} 
form.contactUsForm input[type="text"],
form.contactUsForm input[type="email"] {
	min-height: 60px;
}
form.contactUsForm textarea {
	height: 150px;
}
form.contactUsForm input[type="submit"]{
	display: block;
	width: 100%;
}
.sliderControls {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    column-gap: 10px;
}
.sliderControls .sliderControlsPrev,
.sliderControls .sliderControlsNext {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 2px solid #fff;
}
.sliderControls .sliderControlsPrev svg{
	transform: rotate(180deg);
}
.sliderControls .sliderControlsPrev:hover,
.sliderControls .sliderControlsNext:hover{
	background: var(--PrimaryColor);
	transition: all 0.3s ease-in-out;
}
.sliderControls .sliderControlsPrev svg,
.sliderControls .sliderControlsNext svg {
    width: 20px;
    height: 20px;
}
.sliderControls .sliderControlsPrev svg *,
.sliderControls .sliderControlsNext svg *{
	fill: var(--PrimaryColor);
}
.sliderControls .sliderControlsPrev:hover svg *,
.sliderControls .sliderControlsNext:hover svg *{
	fill: #fff;
}

.listingSliderWrapperItem {
    height: 450px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--PrimaryColor);
}
.listingSliderWrapperItem img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
hr {
    display: block;
    width: 100%;
    background: #d7d7d7;
}
.w50 {
    width: 50% !important;
}
.listingDetailsWrapper {
    row-gap: 20px;
}
.iframeMap iframe {
    width: 100%;
    height: 350px;
}
.bgLight {
	background: #f7f7f7;
}
ul.propertyMenu {
    list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    width: 80%;
}
.propertyMenu li a {
    padding: 15px;
    display: block;
    margin: auto;
    border-bottom: 1px solid #d7d7d7;
    color: var(--PrimaryColor);
    transition: all 0.3s ease-in-out;
}

.propertyMenu li a:hover,
.propertyMenu li.active a{
	background: var(--PrimaryColor);
	color: #fff;
	border-bottom: 1px solid var(--PrimaryColor);
	transition: all 0.3s ease-in-out;
}
.mainHeader { 
    transition: all 0.3s ease-in-out;
}
.mainHeader.scrolled {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}


body.blog main#content,
body.single-post main#content{
    padding: 70px 0;
}
body.blog .page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.blog .page-content article {
    width: calc(100% / 2 - 20px);
    border: 1px solid #d7d7d7;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
body.blog .page-content article .entry-title + a {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

body.single-post .page-content > a {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
body.home header,
body.home footer,
body.home .page-header{
    display: none;
}
@media(max-width: 991px){
	.pageContainerWrapperLeft,
	.pageContainerWrapperRight {
	    width: 100%;
	}
	body.blog main#content,
	body.single-post main#content {
	    padding: 40px 0;
	}
	body.blog .page-content article  {
		width: 10%;
	}
}
@media(max-width: 575px){
	ul.propertyMenu {
		width: 100%;
	}
	.listingSliderWrapperItem {
	    height: 250px;
	}
	.listingWrapperOuter .listingWraper {
		width: 100%;
	}
	.noMobileBg {
		background-image: unset !important;
	}
}