/*!
Theme Name: billcampanale
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: billcampanale
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

billcampanale is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	 font-family: "Source Sans 3", sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
    margin: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 100px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 40px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* =========================================================================================================================== */
/* ***********************************************Custom************************************************ */



input::-webkit-input-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-moz-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input::-moz-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-ms-input-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-webkit-input-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-moz-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-moz-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-ms-input-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}

input, a, button, select, textarea{
	outline: none;
	transition: 0.5s;
	text-decoration: none !important;
}
input:focus, a:focus, button:focus, select:focus, textarea:focus{
	outline: none;
	
}
.container {
    width: 100%;
    max-width: 1650px;
    margin: auto;
}
/* ****************************************************************************************** */
/* ****************************************************************************************** */

.top p {
    margin: 0;
    color: #ffffff96;
}
.top {
    background: #3a3d50;
    display: flex;
    justify-content: space-between;
    padding: 4px 20px;
}
.social-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.social-head a {
    color: #fff;
}
header#masthead {
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.head-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
}
.head-logo {
    display: flex;
    align-items: center;
    gap: 40px;
	width: 45%;
}
.logo2 img {
    width: 60px;
}
.logo1 {
    width: 48%;
    border-right: 1px solid #00000045;
    padding-right: 22px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #092b4c;
    font-weight: 600;
    font-size: 16px;
}
.nav-menue {
    padding-right: 70px;
}
footer#colophon {
    background: #262836;
    padding: 50px 0 39px;
}
.fotr-logo img {
    width: 81px;
}
.site-info h3 {
    color: #fff;
    font-size: 21px;
    margin: 25px 0;
}
.site-info p {
    color: #fff;
	font-size: 15px;
}
.primary-navigation-items a {
    color: #fff;
    text-decoration: none;
}
.primary-navigation-items {
    margin: 30px 0;
    border-top: 2px solid #ffffff57;
    padding: 35px 0 0;
}
.footer-qr img {
    margin: auto;
}
.qr-text {
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin: 17px 0 0;
}


.banner-sec {
    width: 100%;
	position: relative;
}
.hero-bnr-item {
    width: 100%;
}
.hero-caps {
    width: 100%;
    min-height: 585px;
    height: 585px;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    position: relative;
    display: flex;
    align-items: center;
}

.hero-caps .inr-content {
    width: 100%;
	text-align: center;
	position: relative;
    z-index: 4;

}
.large-title h1 {
    margin: 0 0 25px;
    font-size: 55px;
    line-height: 1.15;
    color: #fff;
}
.banner-button a {
    background: #ce011f;
    color: #fff;
    padding: 14px 45px;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 600;
}
.banner-sec .hero-bnr-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000008a;
    z-index: 1;
    width: 100%;
    height: 100%;
}

/* ========================================== */
.featured-properties {
    width: 100%;
    background: #f4f5f8;
    padding: 70px 0;
}
.featured-inner {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.featured-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.featured-header h2 {
    margin: 0;
    color: #12243d;
    font-size: 38px;
    font-weight: 500;
}
.featured-nav {
    display: flex;
    gap: 15px;
}
.featured-nav button {
    width: 51px;
    height: 51px;
    border: 1px solid #25344e;
    border-radius: 50%;
    background: transparent;
    color: #25344e;
    cursor: pointer;
}
.featured-slider .owl-stage {
    display: flex;
}
.featured-slider .owl-item {
    display: flex;
}
.property-card {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    position: relative;
}
.property-gallery {
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
}
.property-gallery .gallery-item {
    width: 100%;
    height: 290px;
}
.property-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sold-badge {
    position: absolute;
    top: 17px;
    left: 17px;
    z-index: 10;
    background: #30394f;
    color: #fff;
    padding: 9px 14px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}
.property-gallery .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;

    width: auto;
    margin: 0;
}
.property-gallery .owl-dot {
    background: transparent !important;
    border: 0;
    padding: 0 !important;
    margin: 0 3px;
}
.property-gallery .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    background: #ddd !important;
    border-radius: 50%;
}
.property-gallery .owl-dot.active span {
    width: 40px !important;
    border-radius: 10px;
    background: #fff !important;
}
.property-content {
    padding: 18px 14px 16px;
}
.property-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.property-price {
    color: #12243d;
    font-size: 39px;
    line-height: 1;
}

.property-price sup {
    font-size: 16px;
    vertical-align: top;
    top: 5px;
    position: relative;
}
.property-heart {
    color: #34415a;
    font-size: 24px;
}

.property-address {
    margin-top: 20px;
    color: #252c3a;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.property-details {
    margin-top: 15px;
    min-height: 33px;
    background: #f0f1f5;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.property-details span {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #162945;
    border-right: 1px solid #d8dbe2;
}
.property-details span:last-child {
    border-right: 0;
}
.property-footer {
    border-top: 1px solid #d8dbe2;
    padding: 16px 14px;
    min-height: 73px;
    color: #68718a;
    font-size: 13px;
    line-height: 1.55;
    font-style: italic;
}
/* =========================================
   PROPERTY IMAGE GALLERY
========================================= */

.property-gallery {
    width: 100% !important;
    height: 290px !important;
    position: relative !important;
    overflow: hidden !important;
}

.property-gallery .gallery-item {
    width: 100% !important;
    height: 290px !important;
}

.property-gallery .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}


/* =========================================
   GALLERY ARROWS
========================================= */

.property-gallery .owl-nav {
    display: block !important;
    margin: 0 !important;
}

.property-gallery .owl-nav button.owl-prev,
.property-gallery .owl-nav button.owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    width: 48px !important;
    height: 48px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;

    background: rgba(40, 40, 40, 0.45) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    z-index: 50 !important;
}

.property-gallery .owl-nav button.owl-prev {
    left: 12px !important;
}

.property-gallery .owl-nav button.owl-next {
    right: 12px !important;
}

.property-gallery .owl-nav button i {
    color: #fff !important;
    font-size: 18px !important;
}


/* =========================================
   GALLERY DOTS
========================================= */

.property-gallery .owl-dots {
    position: absolute !important;

    left: 50% !important;
    bottom: 16px !important;

    transform: translateX(-50%) !important;

    width: auto !important;
    height: 12px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 100 !important;
}

.property-gallery .owl-dots .owl-dot {
    display: block !important;

    width: auto !important;
    height: 12px !important;

    margin: 0 3px !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
}

.property-gallery .owl-dots .owl-dot span {
    display: block !important;

    width: 8px !important;
    height: 8px !important;

    margin: 0 !important;

    padding: 0 !important;

    border-radius: 50% !important;

    background: #ffffff !important;

    opacity: 0.75 !important;
}


/* ACTIVE DOT */
.property-gallery .owl-dots .owl-dot.active span {
    width: 42px !important;
    height: 8px !important;

    border-radius: 20px !important;

    background: #ffffff !important;

    opacity: 1 !important;
}


/* HOVER */
.property-gallery .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
    opacity: 1 !important;
}

.featured-inner .owl-carousel .owl-stage-outer {
    padding: 0 0 13px;
}
.featured-inner .owl-carousel .property-card:hover{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}


/* =========================================
   EXPERTS SECTION
========================================= */

.experts-section {
    width: 100%;
    padding: 45px 0 60px;
    background: #ffffff;
}

.experts-section .container {
    width: 100%;
}


/* =========================================
   HEADING
========================================= */

.experts-section h2 {
    margin: 0 0 18px;
    padding: 0;
    text-align: center;
    font-size: 45px;
    line-height: 1.25;
    font-weight: 600;
    color: #092b4c;
}
/* =========================================
   BLOG WRAPPER
   SAME WIDTH AS BOOTSTRAP CONTAINER
========================================= */

.experts-blog-wrapper {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}


/* =========================================
   LINKS
========================================= */

.expert-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.expert-link:hover {
    color: inherit;
    text-decoration: none;
}


/* =========================================
   FEATURED CARD
========================================= */

.expert-featured {
    width: 100%;
    margin: 0 0 18px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
}


/* Featured Image */

.expert-featured-image {
    width: 100%;
    height: 630px;
    overflow: hidden;
}

.expert-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================
   FEATURED CONTENT
========================================= */

.expert-featured-content {
    min-height: 145px;
    padding: 20px 30px 22px;
    text-align: center;
}

.expert-featured-content h3 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: #092b4c;
}


/* =========================================
   READ TIME
========================================= */

.expert-read-time {
    margin: 0 0 22px;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: #092b4c;
}


/* =========================================
   READ MORE
========================================= */

.expert-read-more {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #092b4c;
    text-align: left;
}

.expert-read-more span {
    display: inline-block;
    margin-left: 6px;
    color: #d20a5c;
    font-size: 34px;
    line-height: 10px;
    vertical-align: -3px;
}


/* =========================================
   SMALL POSTS GRID
========================================= */

.expert-small-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* =========================================
   SMALL CARD
========================================= */

.expert-small {
    width: 100%;
    min-width: 0;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
}


/* =========================================
   SMALL IMAGE
========================================= */

.expert-small-image {
    width: 100%;
    height: 203px;
    overflow: hidden;
}

.expert-small-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================
   SMALL CONTENT
========================================= */

.expert-small-content {
    min-height: 155px;
    padding: 18px 36px 20px;
}

.expert-small-content h3 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    color: #092b4c;
}


/* Small Read Time */

.expert-small-content .expert-read-time {
    margin-bottom: 22px;
    font-size: 16px;
    color: #092b4c;
}


/* Small Read More */

.expert-small-content, .expert-read-more {
    font-size: 16px !important;
    color: #092b4c;
}


/* =========================================
   FORCE IMAGE SIZING
========================================= */

.experts-section img.expert-image {
    max-width: none;
}


/* =========================================
   BOOTSTRAP CONTAINER ALIGNMENT
========================================= */

.experts-section .container {
    padding-left: 12px;
    padding-right: 12px;
}


/* =========================================
   REMOVE UNWANTED ARTICLE MARGINS
========================================= */

.experts-section article {
    margin-top: 0;
    margin-bottom: 25px;
}



/* =========================================
   CONTACT SECTION
========================================= */
.contact-home-section {
    width: 100%;
    padding: 60px 0px;
    background: #f4f5f8;
}

.contact-home-section .container {
    max-width: 1120px;
    margin: 0 auto;
}


/* =========================================
   MAIN GRID
========================================= */

.contact-home-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 70px;
    align-items: start;
}


/* =========================================
   LEFT SIDE
========================================= */

.contact-form-area h2 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    color: #092b4c;
}


/* =========================================
   CONTACT FORM 7
========================================= */

.contact-form-wrapper {
    width: 100%;
}

.contact-form-wrapper .wpcf7 {
    width: 100%;
}

.contact-form-wrapper .wpcf7-form {
    width: 100%;
}


/* Form labels */

.contact-form-wrapper label {
    display: block;
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 400;
    color: #092b4c;
}


/* Input fields */

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper input[type="url"],
.contact-form-wrapper textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    outline: none;
    background: #ffffff;
    border-radius: 10px;
    padding: 16px 18px;
    font-size: 16px;
    color: #092b4c;
    box-shadow: none;
}


/* Input height */

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper input[type="url"] {
    height: 56px;
}


/* Textarea */

.contact-form-wrapper textarea {
    height: 150px;
    resize: vertical;
}


/* Placeholder */

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
    color: #294b70;
    opacity: 1;
}


/* CF7 paragraphs */

.contact-form-wrapper .wpcf7-form p {
    margin: 0 0 20px;
}


/* =========================================
   RIGHT AGENT AREA
========================================= */

.contact-agent-area {
    padding-top: 0;
}


/* Agent image */

.agent-image {
    width: 100%;
    max-width: 335px;
    margin-bottom: 28px;
    border-radius: 16px;
    overflow: hidden;
}

.agent-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* Agent name */

.contact-agent-area h3 {
    margin: 0 0 22px;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 400;
    color: #092b4c;
}


/* License */

.license-number {
    margin: 0 0 38px;
    font-size: 16px;
    color: #294b70;
}


/* =========================================
   CONTACT ITEMS
========================================= */

.agent-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 28px;
}

.contact-icon {
    width: 28px;
    flex: 0 0 28px;
    font-size: 24px;
    color: #182337;
}

.agent-contact-item strong {
    display: block;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    color: #182337;
}

.agent-contact-item a {
    display: block;
    font-size: 17px;
    color: #075ac7;
    text-decoration: underline;
}

.agent-contact-item a:hover {
    color: #092b4c;
}


/* =========================================
   SOCIAL ICONS
========================================= */

.agent-social {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 45px;
}

.agent-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #30384b;
    text-decoration: none;
}

.agent-social a:hover {
    color: #092b4c;
}


/* =========================================
   CF7 SUBMIT BUTTON
========================================= */

.contact-form-wrapper input[type="submit"] {
    display: inline-block;
    border: 0;
    border-radius: 30px;
    background: #3d4157;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.contact-form-wrapper input[type="submit"]:hover {
    background: #092b4c;
}


/* =========================================
   CF7 CHECKBOX
========================================= */

.contact-form-wrapper input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


/* CF7 acceptance text */

.contact-form-wrapper .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}


/* =========================================
   CF7 VALIDATION
========================================= */

.contact-form-wrapper .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 13px;
}

.contact-form-wrapper .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px;
}


/* =====================================
   OFFICE CONTACT SECTION
===================================== */

.office-contact-section {
    width: 100%;
    min-height: 760px;
    display: grid;
    grid-template-columns: 44% 56%;
    background: #fff;
}


/* =====================================
   LEFT SIDE
===================================== */

.office-contact-left {
    padding: 32px 50px 45px;
    box-sizing: border-box;
    background: #fff;
}


/* =====================================
   KW LOGO
===================================== */

.kw-logo {
    margin-bottom: 42px;
}

.kw-logo img {
    display: block;
    width: 295px;
    height: auto;
}


/* =====================================
   OFFICE INFORMATION
===================================== */

.office-info {
    color: #092b4c;
}

.info-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
}

.info-icon {
    width: 25px;
    flex: 0 0 25px;
    color: #27334a;
    font-size: 16px;
    padding-top: 2px;
}

.info-content {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

.info-content strong {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #092b4c;
}

.info-content p {
    margin: 0;
    color: #092b4c;
    line-height: 1.4;
}


/* Office phone */

.office-phone {
    margin-top: 24px;
    margin-bottom: 0;
}

.office-phone .info-content {
    display: flex;
    gap: 6px;
}

.office-phone .info-content span {
    color: #092b4c;
}

.office-phone a {
    color: #092b4c;
    text-decoration: none;
}


/* =====================================
   DIVIDER
===================================== */

.contact-divider {
    width: 82%;
    height: 1px;
    margin: 35px 0 35px;
    background: #999;
}


/* =====================================
   CAMPANALE LOGO
===================================== */

.campanale-logo {
    margin-bottom: 27px;
}

.campanale-logo img {
    display: block;
    width: 188px;
    height: auto;
}


/* =====================================
   AGENT CONTACT
===================================== */

.agent-contact {
    color: #092b4c;
}

.agent-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
}

.agent-contact-row > i {
    width: 25px;
    flex: 0 0 25px;
    padding-top: 2px;
    font-size: 17px;
    color: #27334a;
}

.agent-contact-row span {
    margin-right: 6px;
    font-size: 14px;
}

.agent-contact-row a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #092b4c;
    text-decoration: none;
}

.agent-contact-row a:hover {
    text-decoration: underline;
}


/* =====================================
   SOCIAL ICONS
===================================== */

.contact-social {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 20px;
    padding-left: 29px;
}

.contact-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #1d2435;
    font-size: 14px;
    text-decoration: none;
}

.contact-social a:hover {
    color: #092b4c;
}


/* =====================================
   MAP
===================================== */

.office-map {
    width: 100%;
    height: 100%;
    min-height: 760px;
    overflow: hidden;
}

.office-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
section.experts-section p {
    color: #3a3d50;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
header#masthead {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 6;
    box-shadow: 0 0 5px #0e776e;
    background: #fff;
    transition: all 0.3s ease
}
.botom-ftb {
    width: 100%;
    height: 13px;
    background: linear-gradient(90deg, #b4001e 0%, #7a007f 100%);
}
/* ------------------------------------------------------------------------------------------- */



/* =========================================
   KW DOWNLOAD APP PAGE
========================================= */

.kw-download-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f2f3f7;
    color: #3a3d50;
}

.kw-download-page *,
.kw-download-page *::before,
.kw-download-page *::after {
    box-sizing: border-box;
}

.kw-download-page img {
    display: block;
    max-width: 100%;
}

.kw-download-page p,
.kw-download-page h1,
.kw-download-page h2,
.kw-download-page h3 {
    margin-top: 0;
}


/* =========================================
   CONTAINER
========================================= */

.kw-app-container {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.kw-app-hero {
    width: 100%;
    padding: 90px 0;
    background: #f7f7f5;
    background-size: 100% 100%;
}

.kw-app-hero-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.kw-app-hero-content {
    width: 50%;
}
.kw-app-hero h1 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #fff;
}
.kw-app-description {
    margin-bottom: 38px !important;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
}
.kw-app-download {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-direction: column;
}
.kw-app-qr {
    width: 145px;
    height: 145px;
    padding: 8px;
    background: #ffffff;
    margin: auto;
    border-radius: 12px;
}
.kw-app-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.kw-appp {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 50%;
}
.kw-app-download-text p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.kw-app-hero-image {
    width: 50%;
    display: flex;
    justify-content: center;
}
.kw-app-hero-image img {
    width: 80%;
}


/* =========================================
   INTRO SECTION
========================================= */

.kw-app-intro {
    width: 100%;
    padding: 80px 0 0;
    /* background: #ffffff; */
}
.kw-app-intro-image {
    margin: 30px 0;
}

.kw-app-intro-content h2 {
    margin-bottom: 30px !important;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -1px;
    color: #3a3d50;
}

.kw-app-intro-content p {
    font-size: 18px;
    line-height: 1.75;
    color: #3a3d50;
    font-weight: 500;
}

.kw-app-intro-image img {
    width: 100%;
    max-width: 95%;
    margin: auto;
}
section.kw-app-intro p {
    font-size: 18px;
    line-height: 1.75;
    color: #3a3d50;
    font-weight: 500;
}
article p {
    font-size: 18px;
    line-height: 1.75;
    color: #3a3d50;
    font-weight: 500;
}

/* =========================================
   TESTIMONIAL
========================================= */

.kw-app-testimonial {
    width: 100%;
    padding: 95px 20px;
    background: #f7f7f5;
}

.kw-app-testimonial-inner {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.kw-app-testimonial-inner p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
    color: #333333;
    font-style: italic;
}
.kw-app-feature {
    margin: 0 0 30px;
}
/* =========================================
   STATS
========================================= */

.kw-app-stats {
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
}

.kw-app-stats-heading {
    text-align: center;
    margin-bottom: 65px;
}

.kw-app-stats-heading h2 {
    margin-bottom: 20px !important;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -1px;
    color: #3a3d50;
}

.kw-app-stats-heading p {
    margin: 0 !important;
    font-size: 17px;
    line-height: 1.6;
    color: #666666;
}

.kw-app-stats-row {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.kw-app-stat {
    width: 30%;
}

.kw-app-stat strong {
    display: block;
    margin-bottom: 12px;
    font-size: 41px;
    line-height: 1;
    font-weight: 500;
    color: #3a3d50;
}

.kw-app-stat span {
    display: block;
    font-size: 22px;
    line-height: 1.5;
    color: #3a3d50;
    text-transform: uppercase;
    font-weight: 600;
}

/* =========================================
   FEATURES
========================================= */

.kw-app-features {
    width: 100%;
    padding: 70px 0 120px;
    background: #ffffff;
}


.kw-app-feature h3 {
    margin-bottom: 15px !important;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    color: #3a3d50;
}

.kw-app-feature p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}


/* =========================================
   LOGIN
========================================= */

.kw-app-login {
    width: 100%;
    padding: 90px 20px;
    background: #f7f7f5;
    text-align: center;
}

.kw-app-login-inner {
    width: 750px;
    max-width: 750px;
    margin: 0 auto;
}

.kw-app-login h2 {
    margin-bottom: 22px !important;
    font-size: 45px;
    line-height: 1.15;
    font-weight: 400;
    color: #3a3d50;
}

.kw-app-login p {
    margin-bottom: 32px !important;
    font-size: 17px;
    line-height: 1.7;
    color: #555555;
}

.kw-app-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 16px 32px;
    background: #3a3d50;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none !important;
}

.kw-app-login-button:hover {
    background: #333333;
    color: #ffffff !important;
}

.kw-agents-section {
    width: 100%;
    padding: 60px 0;
}

.kw-agents-container {
    width: 1138px;
    margin: 0 auto;
}

.kw-agents-heading {
    margin-bottom: 53px;
}

.kw-agents-heading span {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
    color: #3a3d50;
}

.kw-agents-heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: #0b2948;
}

.kw-agents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.kw-agent-card {
    position: relative;
    display: block;
    height: 420px;
    overflow: hidden;
    border-radius: 14px;
    text-decoration: none;
}

.kw-agent-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.kw-agent-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.08) 45%,
        rgba(0, 0, 0, 0) 70%
    );
}

.kw-agent-card h3 {
    position: absolute;
    left: 15px;
    bottom: 17px;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
}




/* =========================================
   BILL CAMPANALE - AGENT PROFILE
   EXACT DESKTOP SECTION
   ========================================= */

.bc-agent-section {
    position: relative;
    width: 100%;
    box-sizing: border-box;

    background:
        linear-gradient(
            to bottom,
            #f1f2f6 0,
            #f1f2f6 375px,
            #ffffff 375px,
            #ffffff 100%
        );

    padding-top: 165px;
}


/* =========================================
   MAIN CARD
   ========================================= */

.bc-agent-card {
    position: relative;

    width: 1300px;
    height: 540px;

    margin: 0 auto;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #d8dce3;
    border-radius: 6px;

    box-shadow:
        0 2px 5px rgba(20, 30, 45, 0.04);
}


/* =========================================
   PROFILE IMAGE
   ========================================= */

.bc-agent-photo {
    position: absolute;

    width: 360px;
    height: 360px;

    left: 88px;
    top: -88px;

    overflow: hidden;

    border-radius: 50%;

    background: #ffffff;
}

.bc-agent-photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================
   AGENT INFORMATION
   ========================================= */

.bc-agent-info {
    position: absolute;

    left: 520px;
    top: 42px;

    width: 700px;
}


.bc-agent-info h1 {
    margin: 0 0 14px;

    padding: 0;

    color: #20212b;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 600;

    letter-spacing: -1px;
}


/* =========================================
   OFFICE
   ========================================= */

.bc-agent-office {
    margin-bottom: 32px;

    color: #111522;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 23px;
    line-height: 30px;

    font-weight: 400;
}


/* =========================================
   LOCATION
   ========================================= */

.bc-agent-location {
    display: flex;

    align-items: center;

    margin-bottom: 38px;

    color: #151722;

    font-size: 21px;
    line-height: 28px;
}


.bc-location-space {
    width: 30px;
}


.bc-icon {
    width: 27px;
    height: 27px;

    margin-right: 6px;

    display: inline-flex;

    align-items: center;
    justify-content: center;
}


.bc-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #252938;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   CONTACT LINKS
   ========================================= */

.bc-agent-contact {
    display: flex;

    align-items: center;

    width: max-content;

    margin-bottom: 24px;

    color: #0756cf;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 21px;
    line-height: 29px;

    font-weight: 500;

    text-decoration: none;
}


.bc-agent-contact:hover {
    color: #0756cf;
    text-decoration: none;
}


.bc-contact-icon {
    width: 34px;
    height: 30px;

    margin-right: 9px;

    display: inline-flex;

    align-items: center;
    justify-content: flex-start;
}


.bc-contact-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #303645;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   SOCIAL ICONS
   ========================================= */

.bc-agent-social {
    display: flex;

    align-items: center;

    gap: 45px;

    margin-top: 35px;

    padding-left: 42px;
}


.bc-agent-social a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    color: #343846;

    text-decoration: none;
}


.bc-agent-social svg {
    width: 18px;
    height: 18px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.bc-agent-social a:nth-child(2) svg,
.bc-agent-social a:nth-child(3) svg {
    fill: currentColor;
    stroke: none;
}


/* =========================================
   LICENSE BAR
   ========================================= */

.bc-agent-license {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 66px;

    box-sizing: border-box;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f0f1f5;

    border-radius: 0 0 6px 6px;

    color: #52627b;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;
    line-height: 20px;

    font-weight: 400;
}

/* =========================================
   ABOUT ME SECTION
   ========================================= */

.bc-about-me-section {
    width: 100%;
    box-sizing: border-box;

    padding-top: 72px;
    padding-bottom: 80px;
}


/* =========================================
   CONTAINER
   ========================================= */

.bc-about-me-container {
    width: 1095px;
    margin: 0 auto;
}


/* =========================================
   HEADING
   ========================================= */

.bc-about-me-container h2 {
    margin: 0 0 27px;
    padding: 0;

    text-align: center;

    color: #111d2d;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 38px;
    line-height: 48px;

    font-weight: 600;

    letter-spacing: -0.4px;
}


/* =========================================
   TEXT
   ========================================= */

.bc-about-me-text {
    width: 1095px;
    margin: 0 auto;
}


.bc-about-me-text p {
    padding: 0;
    color: #1d3a5b;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
}

/* =========================================
   SEE MORE
   ========================================= */

.bc-see-more {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 27px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #27364b;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    cursor: pointer;
}


/* =========================================
   ARROW
   ========================================= */

.bc-see-more-arrow {
    position: relative;

    display: block;

    width: 16px;
    height: 16px;

    border-left: 3px solid #27364b;
    border-bottom: 3px solid #27364b;

    transform: rotate(-45deg);

    margin-left: 4px;
    margin-top: -8px;
}
/* =========================================
   MY DETAILS SECTION
   ========================================= */

.bc-my-details-section {
    width: 100%;
    min-height: 400px;
    box-sizing: border-box;

    background: #f1f2f6;

    padding-top: 50px;
    padding-bottom: 70px;
}


/* =========================================
   CONTAINER
   ========================================= */

.bc-my-details-container {
    width: 1095px;
    margin: 0 auto;
}


/* =========================================
   HEADING
   ========================================= */

.bc-my-details-container h2 {
    margin: 0;

    padding: 0;

    text-align: center;

    color: #111d2d;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 36px;
    line-height: 46px;

    font-weight: 600;

    letter-spacing: -0.3px;
}


/* =========================================
   DETAILS GRID
   ========================================= */

.bc-my-details-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 100px;

    margin-top: 92px;
}


/* =========================================
   DETAIL ITEM
   ========================================= */

.bc-detail-item {
    margin: 0;
}


/* =========================================
   LABEL
   ========================================= */

.bc-detail-label {
    margin-bottom: 27px;

    color: #111d2d;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px;
    line-height: 24px;

    font-weight: 600;

    letter-spacing: 2px;
}


/* =========================================
   VALUE
   ========================================= */

.bc-detail-value {
    color: #111d2d;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px;
    line-height: 30px;

    font-weight: 400;
}


/* =========================================
   SPECIALTIES
   ========================================= */

.bc-specialties {
    margin-top: 51px;
}

/* =========================================
   MY PREFERRED VENDORS
   ========================================= */

.bc-preferred-vendors {
    position: relative;

    width: 100%;
    /* height: 390px; */

    box-sizing: border-box;

    background: #ffffff;

    overflow: hidden;

    padding-top: 70px;
}


/* =========================================
   MAIN CONTAINER
   ========================================= */

.bc-vendors-container {
    position: relative;

    width: 1095px;
    /* height: 300px; */

    margin: 0 auto;
}


/* =========================================
   LEFT CONTENT
   ========================================= */

.bc-vendors-content {
    position: relative;

    z-index: 5;

    width: 550px;
}


.bc-vendors-content h2 {
    margin: 0 0 28px;

    padding: 0;

    color: #111d2d;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 38px;
    line-height: 48px;

    font-weight: 600;

    letter-spacing: -0.5px;
}


.bc-vendors-content p {
    width: 535px;

    margin: 0;

    color: #1d3a5b;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px;
    line-height: 30px;

    font-weight: 400;
}


/* =========================================
   BUTTON
   ========================================= */

.bc-vendors-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin: 30px 0;

    min-width: 228px;
    height: 54px;

    padding: 0 22px;

    box-sizing: border-box;

    border: 1.5px solid #263b58;

    border-radius: 28px;

    background: #ffffff;

    color: #172e4b;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px;
    line-height: 26px;

    font-weight: 600;

    cursor: pointer;

    transition: background .2s ease,
                color .2s ease;
}


.bc-vendors-button:hover {
    background: #172e4b;

    color: #ffffff;
}


/* =========================================
   RIGHT VENDOR CLOUD
   ========================================= */

.bc-vendor-cloud {
    position: absolute;

    z-index: 1;

    right: -30px;
    top: -75px;

    width: 600px;
    height: 370px;

    opacity: .78;
}


/* =========================================
   COMMON PILL
   ========================================= */

.bc-vendor {
    position: absolute;

    display: flex;

    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    padding: 10px 22px;

    border: 2px solid #e4e5e9;

    border-radius: 50px;

    background: rgba(255, 255, 255, .85);

    color: #70747e;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px;

    line-height: 24px;

    white-space: nowrap;

    filter: blur(.15px);
}


/* =========================================
   CABINETS
   ========================================= */

.vendor-cabinets {
    top: 5px;
    left: 150px;

    padding: 10px 25px;

    background: #dfe2e9;

    border-color: #dfe2e9;

    color: #8a8e97;

    font-size: 16px;

    transform: rotate(-13deg);

    opacity: .62;
}


/* =========================================
   PLUMBERS
   ========================================= */

.vendor-plumbers {
    top: 75px;
    left: 285px;

    padding: 14px 28px;

    font-size: 25px;

    transform: rotate(-13deg);

    opacity: .72;
}


/* =========================================
   ELECTRICIANS
   ========================================= */

.vendor-electricians {
    top: 155px;
    left: 290px;

    padding: 18px 30px;

    font-size: 31px;

    transform: rotate(-13deg);

    opacity: .86;
}


/* =========================================
   INTERIOR DESIGNERS
   ========================================= */

.vendor-interior {
    top: 245px;
    left: 35px;

    padding: 13px 23px;

    font-size: 18px;

    transform: rotate(-13deg);

    opacity: .46;
}


/* =========================================
   LAWN CARE
   ========================================= */

.vendor-lawn {
    top: 265px;
    left: 425px;

    padding: 13px 23px;

    font-size: 18px;

    transform: rotate(-13deg);

    opacity: .55;
}


/* =========================================
   ARCHITECTS
   ========================================= */

.vendor-architects {
    top: 315px;
    left: 195px;

    padding: 15px 28px;

    background: #d9dce5;

    border-color: #d9dce5;

    color: #858a94;

    font-size: 21px;

    transform: rotate(-13deg);

    opacity: .82;
}


/* =========================================
   LANDSCAPERS
   ========================================= */

.vendor-landscape {
    top: 370px;
    left: 370px;

    padding: 8px 20px;

    background: #e2e4ea;

    border-color: #e2e4ea;

    font-size: 13px;

    transform: rotate(-13deg);

    opacity: .55;
}


/* =========================================
   CONTRACTORS
   ========================================= */

.vendor-contractors {
    top: 145px;
    left: 135px;

    padding: 9px 18px;

    background: #e4e6eb;

    border-color: #e4e6eb;

    font-size: 14px;

    transform: rotate(-13deg);

    opacity: .38;
}

.main-navigation ul ul{
    display: flex;
    flex-direction: column;
    background: #ffff;
    padding: 20px;
    gap: 22px;
    border-radius: 20px;
   
}

.post-thumbnail img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}










/* **********************************************Responsive************************************************* */


@media (min-width: 1200px) and (max-width: 1800px) {
.container {width: 82%;}

}
@media (min-width: 1200px) and (max-width: 1400px) {
.container {width: 82%;}

}

@media (min-width: 991px) and (max-width: 1199px) {
.main-navigation ul{gap: 25px;}
.nav-menue {padding-right: 0px;}
.large-title h1{font-size: 35px;}
.experts-section h2{font-size: 35px;}
.contact-form-area h2{font-size: 32px;}
.bc-agent-info{    width: 100%;}
.bc-agent-card{width: 1000%;}


.kw-app-container{width: 100%;}
.kw-app-intro-content h2{font-size: 36px;}
.kw-app-stats-heading h2{font-size: 35px;}
.kw-app-testimonial-inner{width: 100%;}
.kw-app-container{padding: 0 15px;width: 100%;}
.kw-app-hero-content {margin-left: 15px;}
.kw-app-hero-inner{gap: 30px;        flex-direction: column;}
.kw-app-hero-inner{width: 100%;}
.kw-agents-container{width: 100%;}
}


@media (min-width: 767px) and (max-width: 991px) {
.main-navigation ul{gap: 25px;}
.nav-menue {padding-right: 0px;}
.large-title h1{font-size: 35px;}
.experts-section h2{font-size: 35px;}
.contact-form-area h2{font-size: 32px;}

.bc-agent-card{height: auto;width: auto;padding: 15px;}
.bc-agent-photo{width: 200px;height: 200px;position: inherit;}
.bc-agent-info{position: inherit;left: 0;    width: 100%;}
.bc-agent-info h1{font-size: 25px;}
.bc-agent-office{font-size: 15px;}
.bc-agent-contact{font-size: 15px;}
.bc-about-me-container{width:auto;padding: 15px;}
.bc-about-me-text{width:auto;padding: 15px;}
.bc-my-details-container{width:auto;padding: 15px;}
.bc-vendors-content p{width: auto;padding: 15px;}
.bc-vendors-content{width: auto;}
.bc-vendors-container{width: auto;}

.kw-app-container{width: 100%;}
.kw-app-intro-content h2{font-size: 36px;}
.kw-app-stats-heading h2{font-size: 35px;}
.kw-app-testimonial-inner{width: 100%;}
.kw-app-container{padding: 0 15px;width: 100%;}
.kw-app-hero-content {margin-left: 15px;}
.kw-app-hero-inner{gap: 30px;        flex-direction: column;}
.kw-app-hero-inner{width: 100%;}
.kw-agents-container{width: 100%;}

}


@media only screen and (max-width: 767px) {
html body div.wprm-wrapper{width: inherit!important;}
html body div#wprmenu_bar {top: 70px;z-index: 9; margin: 0; left: auto; right: 0; background:transparent;width: 60px;position: fixed;}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu, #wprmenu_bar .menu_title a {color: #a8886e; font-size: 0px;}
#wprmenu_bar div.hamburger {  margin-top: 0;}
body {position: inherit !important ;}
html.wprmenu-body-fixed body { position: relative !important;}
#mg-wprm-wrap.cbp-spmenu-left {top:131px !important;}
#mg-wprm-wrap.cbp-spmenu-left, .cbp-spmenu-vertical{max-width: 100%;width: 100%;height: auto;position: fixed;}
html {padding-top: 0px !important;}
.wprmenu_bar .hamburger { float: inherit!important; }
#wprmenu_menu_ul{padding: 0 0 0px; height: auto;} 
#mg-wprm-wrap ul li {border-bottom: 1px solid #ffffff3d;padding: 6px 10px; margin: 0;}



.nav-menue {display: none;}
.head-logo{width: 80%;}
.social-head{justify-content: center;}
.top{flex-direction: column;text-align: center;}
.top p{    font-size: 12px;}
.logo1 {width: 95%;}
.large-title h1{font-size: 40px;}
.hero-caps{min-height: 460px;height: 460px;}
.experts-section h2{font-size: 30px;}
.expert-small-grid{grid-template-columns: inherit;}
.contact-home-grid{grid-template-columns: 1fr;}
.contact-form-area {order: 1;}
.office-contact-section{grid-template-columns: 100%;}
.office-contact-left{padding: 32px 15px 45px;}

.bc-agent-card{height: auto;width: auto;padding: 15px;}
.bc-agent-photo{width: 200px;height: 200px;position: inherit;}
.bc-agent-info{position: inherit;left: 0;    width: 100%;}
.bc-agent-info h1{font-size: 25px;}
.bc-agent-office{font-size: 15px;}
.bc-agent-contact{font-size: 15px;}
.bc-about-me-container{width:auto;padding: 15px;}
.bc-about-me-text{width:auto;padding: 15px;}
.bc-my-details-container{width:auto;padding: 15px;}
.bc-vendors-content p{width: auto;padding: 15px;}
.bc-vendors-content{width: auto;}
.bc-vendors-container{width: auto;}


.kw-app-hero-inner{width: 100%;}
.kw-app-hero-content {width: 88%; margin-left: 15px;}
.kw-app-hero-inner{gap: 30px;        flex-direction: column;}

.kw-app-container{width: 100%;}
.kw-app-intro-content h2{font-size: 36px;}
.kw-app-stats-heading h2{font-size: 35px;}
.kw-app-testimonial-inner{width: 100%;}
.kw-app-stats-row{width: 100%;flex-direction: column;}
.kw-app-stat {width: 100%;margin: 0 00 44px;}
.kw-app-container{padding: 0 15px;width: 100%;}
.kw-agents-section{padding: 60px 15px;}
.kw-agents-grid{grid-template-columns: repeat(1, 1fr);}
.kw-agents-container{width: 100%;}










}