/*!
Theme Name: readvisor
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: readvisor
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.

readvisor 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%;
	scroll-behavior: smooth;
}

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

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

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

/**
 * 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: 'Archivo', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}
p:last-child{
	margin-bottom: 0;
}

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;
}

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

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

ul {
	list-style: disc;
}

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: #000;
}

/* a:visited {
	color:inherit;
}

a:hover,
a:focus,
a:active {
	color:inherit;
} */

a:focus {
	outline:none;
}

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;
	cursor: pointer;
}

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%;
	height: 100px !important;
}

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

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

/* Navigation
--------------------------------------------- */
.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: 200px;
}

.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;
	}
}

.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 1.5em;
}

.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;
}


/* common css */
*{ box-sizing: border-box; margin: 0; padding: 0; } 
.wrapper { max-width: 1500px; width: 100%; margin: 0 auto; padding: 0 30px; } 
img { max-width: 100%;}
body{ font-family: 'Archivo', sans-serif; font-size: 18px; margin: 0 !important;line-height: 30px;color:#404040;}
h1,h2,h3,h4,h5,h6{ font-family: 'Playfair Display', sans-serif;margin-bottom: 25px;font-weight: 800;} 
h1{font-size: 107px;line-height: 107px;font-weight: 800;margin-bottom: 25px;}
h2{font-size:76px;line-height:86px;font-weight: 800;}
h3{font-size:49px;line-height:86px;font-weight: 800;}
.small-heading{font-size: 30px;line-height:40px;font-weight: 800;}
.d-flex{ display: flex; flex-wrap: wrap; }
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.justify-end{justify-content: end;}
.align-center{align-items: center;}
.row{ margin: 0 -30px; }
.col-6{ max-width: 50%; width: 100%; padding: 0 30px; }
.col-3{ max-width: 33.33%; width: 100%; padding: 0 30px; }
.col-7{ max-width: 66%; width: 100%; padding: 0 30px; } 
.button, input[type="button"], input[type="reset"], input[type="submit"]{ background-color: #7A5844; padding: 20px 40px; font-weight: 600; letter-spacing: -0.02em; font-size: 20px; color: #fff; border: 1px solid transparent; line-height: 1 !important; text-decoration: none; transition: all 0.6s; display: inline-block; cursor: pointer; border-radius: 0px;} 
.button:hover,input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{ background:transparent; color:#7A5844; border-color: #7A5844; }
a{ color:#819EA6; text-decoration: none; }
a:hover{ color: #404040; }
a:focus{ outline: none; }
.outline-btn-blue{border-color: #819EA6;color: #819EA6;background-color: transparent;font-weight: 500;}
.outline-btn-blue:hover{color: #fff;background-color: #819EA6;border-color:  #819EA6;}
.light-brown:not(:hover){background-color: rgba(122, 88, 68, 0.1);color: rgba(122, 88, 68, 1);}
.light-brown{font-weight: 500;}
.bg-no-repeat{background-repeat: no-repeat;}
.bg-cover{background-size: cover;}
.bg-center{background-position: center;}
.text-white{color: #fff;}
.bottom-line{padding-bottom: 25px;position: relative;}
.bottom-line:before{content: '';width: 100px;height: 2px;position: absolute;left: 0;bottom: 0;background-color: #7A5844;}
.bottom-line.text-center:before{left: 0;right: 0;margin: 0 auto;}
.bottom-line.text-white:before{background-color: #fff;}
.col-33{width: 33.33%;}
.col-66{width: 66.66%;}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}
.mt-100{margin-top: 100px;}
.mb-100{margin-bottom: 100px;}
.mt-50{margin-top: 50px;}
.mb-50{margin-bottom: 50px;}
.text-center{text-align: center;}

/* Header */
.site-header{position:relative;z-index: 9999;position: sticky;width: 100%;background-color: #fff;box-shadow: none; transition: all 0.3s ease-in-out;top: 0;}
.site-header .header-inner{position: relative;}
/* .site-header .header-left{max-width: 180px;width: 100%;box-shadow: 0px 10px 100px 0px #0000001A;background-color: #fff;padding:23px 40px 54px 40px;text-align: center;margin-bottom: -116px;clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);transition: all 0.3s ease-in-out;} */
.site-header .header-left {
  max-width: 180px;
  width: 100%;
/*   box-shadow: 0px 10px 100px 0px #0000001A; */
  background-color: transparent;
  padding: 23px 40px 54px 40px;
  text-align: center;
  margin-bottom: -116px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.site-header .header-left::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: -1;
  box-shadow: 0px 10px 100px 0px #0000001A;
}
.site-header .header-left::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
  background-color: #ffffff;
  z-index: -1;
}
.site-header .logo-sticky{position: absolute;left:0px;top:0px;opacity: 0;visibility: hidden;padding: 10px 0px;}
.site-header .logo-sticky img{max-height:80px;object-fit: contain;}
.site-header .header-right{max-width:calc(100% -  180px);width: 100%;padding-left:30px;}
.site-header .header-right .header-buttons{padding-left:50px;gap: 20px;}
.site-header .header-right .main-navigation a{font-weight: 500;font-size: 20px;line-height: 100%;letter-spacing: -0.02em;color: #404040;}
.site-header .header-right .main-navigation .menu > li{padding: 0px 40px;position: relative;}
.site-header .header-right .main-navigation{margin: 0px -30px;}
.site-header .header-right .main-navigation .menu > li:not(:last-child):after{content: "/"; font-weight: 100; font-size: 18px; line-height: 100%; letter-spacing: -0.02em; position: absolute; right: -2.5px; top: 50%; transform: translateY(-50%); opacity: 0.25;}
.site-header .header-right .main-navigation li > a:hover{color:#819EA6;}
.site-header.sticky .header-left{opacity: 0;position: relative;z-index: -1;visibility: hidden;} 
.site-header.sticky .logo-sticky{opacity:1;visibility:visible;}  


/* Home Banner */
.home-banner{background-position: top center;position: relative;height: 1000px;clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);z-index: 2;}
.home-banner .banner-inner{padding-top:219px;padding-bottom: 305px;position: relative;}
.home-banner .banner-inner .lady-img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
	max-width: 50%;
}
.home-banner .dot-shape{position:absolute;left: 0;top: 0;opacity: 0.2;}
.home-banner .union-shape{position:absolute;right:20px;bottom:-13px;}
.home-banner .banner-subtitle{font-weight: 400;font-size: 23px;line-height: 100%;letter-spacing:0.5em;text-transform: uppercase;margin-bottom: 25px;gap:15px;}
.home-banner .banner-subtitle span{line-height: 0px;display: inline-block;}
.home-banner .banner-content{max-width: 615px;}
.home-banner .banner-text{font-size: 23px;line-height: 35px;margin-bottom: 55px;max-width: 464px;}
.home-banner .banner-inner{position: relative;z-index: 2;}
.home-banner .banner-inner .lady-img img {
  float: right;
}

/* marquee slider */
.marquee-slider-wrap{ width:calc(100% + 20px); position: relative;margin-top: -77px;left: -10px;right: -10px;z-index: 2;}
.marquee-slider{background-color:#7A5844;padding: 18.5px 0px;  transform: rotate(4.5deg); width: 100%;position:relative;}
.marquee-slider .marquee-slide{padding:0px 49px;position: relative;padding-right: 55px;text-align: center;}
.marquee-slider .marquee-slide p{font-size: 23px;margin-bottom: 0px;line-height: 1;padding-bottom: 2px;}
.marquee-slider .marquee-slide:after{content: '';position: absolute;right: 49px;height: 7px;width: 7px;background-color: #FFFFFF;border-radius: 50%;right:-3.5px;top: 50%;transform: translateY(-50%);}

/* About Us */
.about-us{padding-top: 80px;position: relative;}
.about-us:before{width: 100%;height:calc(100% + 156px);background-image: url(images/bg-banner.png);background-position: top left;background-repeat: no-repeat;content: '';position:absolute;left: 0;top: -156px;    background-color: #F8F7F6;}
.about-us .about-us-inner{position: relative;z-index: 2;}
.about-us .about-us-inner .col-left{width: 50%;}
.about-us .about-us-inner .col-right{width: 50%;padding-left: 137px;padding-top: 40px;}
.about-us .about-us-inner .col-right .right-inner{max-width: 563px;}
.about-us .about-us-inner .col-right > p{margin-bottom: 30px;}
.about-us .about-us-inner .col-right .inner-box{padding: 40px;position: relative;}
.about-us .about-us-inner .col-right .inner-box:before{background: linear-gradient(90deg, #7A5844 0%, rgba(122, 88, 68, 0) 100%);position:absolute;opacity: .1;width: 100%;height: 100%;left: 0;top: 0;content: '';}
.about-us .about-us-inner .col-right .inner-box h3{font-size: 26px;line-height:36px;margin-bottom:20px;color: #7A5844;position: relative;z-index: 2;}
.about-us .about-us-inner .col-right .inner-box p{margin-bottom: 40px;position: relative;z-index: 2;}
.about-us .about-us-inner .col-right .inner-box a{position: relative;z-index: 2;}


/* Services */
.services{position: relative;}
.services:before{width: 100%;height: 50%;top: 0;left: 0;background-color: #F8F7F6;position: absolute;content: '';}
.services .services-wrap{max-width: 1720px;margin: 0 auto;z-index: 2;position: relative;}
.services .services-wrap .col-33{padding-right: 137px;}
.services .services-wrap .inner-row{gap: 30px;}
.services .services-wrap .inner-row .inner-col{width: calc(50% - 15px);background-color:#fff;clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);padding: 40px 40px 55px 40px;box-shadow: 0px 10px 100px 0px #00000012;}
.services .services-wrap .inner-row .inner-col h3{font-size: 30px;line-height: 40px;font-weight: 800;margin-bottom: 20px;}
.services .services-wrap .inner-row .inner-col p{margin-bottom: 30px;}
.services .services-wrap .inner-row .inner-col img{width: 100%;clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);}
.services .services-wrap .inner-row .inner-col a{font-size: 20px;line-height:20px;color: #7A5844;gap: 14px;width: auto; float: left;font-weight: 600;}
.services .services-wrap .inner-row .inner-col a span{line-height: 0px;display: inline-block;}
.services .services-wrap .inner-row .inner-col a:hover{color: #819EA6;}
.services .services-wrap .inner-row .inner-col a:hover svg path{stroke: #819EA6;}
.services .services-wrap .inner-row .inner-col a svg path{
	transition: 0.4s;
}


/* Our Mission */
.our-mission{background-color: #F2EEEC;}
.our-mission .heading p{max-width: 935px;width: 100%;margin: 0 auto;}
.our-mission .heading h2{margin-bottom: 28px;padding-bottom: 25px;margin-top: -14px;}
.our-mission .heading p{margin-bottom: 40px;}
.our-mission .our-misison-content{gap: 40px;}
.our-mission .our-misison-content .m-col{width: calc(25% - 30px);padding:50px 30px 60px 30px;position: relative;}
.our-mission .our-misison-content .m-col:after{width:100%;background-color: #fff;clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);position: absolute;top: 50px;height: calc(100% - 50px);left: 0;content: '';}
.our-mission .our-misison-content .m-col h3{font-size: 24px; line-height: 145%; font-weight: 800;margin-bottom: 20px;padding-bottom: 20px;}
.our-mission .our-misison-content .m-col h3:before{width: 50px;}
.our-mission .our-misison-content .m-col .icon{height: 100px;width: 100px;border-radius: 50%;margin:-50px auto 30px auto;background-image:url(images/circle-shape.png);background-size: 100%;}
.our-mission .our-misison-content .m-col .icon span{height: 70px;width: 70px;box-shadow: 0px 10px 100px 0px #00000012;background-color: #fff;border-radius: 50%;padding:15px;}
.our-mission .our-misison-content .m-col::before{ content: ""; position: absolute; top:50px;left: 0; background: radial-gradient(50% 16500% at 50% 50%, #819EA6 0%, #819EA6 100%);height: 1px;width: 100%;z-index: 2;} 
.our-mission .our-misison-content .m-col > *{position: relative;z-index: 2;}


/* footer */
.site-footer .site-info{max-width: 1720px;width: 100%;background-color: #F8F7F6;padding: 86px 0px 113px 0px;margin: 0 auto;}
.site-footer .site-info .col-left{max-width: 286px;width: 100%;}
.site-footer .site-info .col-left .links{margin-top: 40px;}
.site-footer .site-info .col-left .button{width: 100%;text-align: center;}
.site-footer .site-info .col-left .button+.button{margin-top:20px;}
.site-footer .site-info .col-right{max-width:calc(100% -  286px);width: 100%;}
.site-footer .site-info .col-right .col-right-content{margin-left: 130px;padding-left: 80px;border-left: 1px solid rgba(64, 64, 64, .15);}
.site-footer .site-info .col-right .col-right-content h2{font-size: 180px;line-height: 150px;margin-bottom: 40px;}
.site-footer .site-info .col-right .col-right-content input[type="text"],.site-footer .site-info .col-right .col-right-content input[type="email"],.site-footer .site-info .col-right .col-right-content textarea{background-color: transparent;border: none;border-bottom: 1px solid rgba(64, 64, 64, .15);line-height: 18px;letter-spacing: -0.02em;border-radius: 0px;outline: none;padding-top: 0px;font-size: 18px;color: #404040;letter-spacing: -0.02em;padding: 0px;padding-bottom: 5px;}
.site-footer .site-info .col-right .col-right-content .gfield{margin-bottom:20px;}
.site-footer .site-info .col-right .col-right-content textarea{height:76px !important;}
.site-footer .site-info .col-right .col-right-content input[type="text"]::placeholder,.site-footer .site-info .col-right .col-right-content input[type="email"]::placeholder,.site-footer .site-info .col-right .col-right-content textarea::placeholder{color: #404040;   position: absolute;top: 0px;left: 0px;}
.site-footer .site-info .col-right .gform_required_legend{display: none;}
.site-footer .site-info .col-right label{font-size: 18px;line-height: 18px;font-weight: 400;letter-spacing: -0.02em;color: #404040;margin-bottom: 0px;width: 100%;position: relative;} 
.site-footer .site-info .col-right  label:before{content: '';width: 18px;height: 18px;background-repeat: no-repeat;background-position: right top;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.site-footer .site-info .col-right .name-field label:before{background-image: url(images/user.png);}
.site-footer .site-info .col-right .email-field label:before{background-image: url(images/mail.png);}
.site-footer .site-info .col-right .msg-field label:before{background-image: url(images/message-square.png);}
body .gform_wrapper.gravity-theme .gform_validation_errors{display: none !important;}
body .gform_wrapper.gravity-theme .gfield_validation_message,body .gform_wrapper.gravity-theme .validation_message{padding: 0px;border: none;background-color: transparent;}
.site-footer .site-info .col-right .col-right-content .gfield.gfield_error input{border-color:#c02b0a;}
.site-footer .site-info .col-right .col-right-content .gform-footer{padding: 0;margin: 0;}
.site-footer .copyrights{margin-top: 35px;margin-bottom: 35px;}
.footer-logo img {
  max-width: 180px;
  width: 100%;
}
a{
	transition: 0.4s;
}
input[type="button"], input[type="reset"], input[type="submit"]{
	max-width: 180px;
	width: 100%;
}
.res_navigation {
    display: none;
    width: 30px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 41px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    padding: 5px 30px 13px 0;
    cursor: pointer;
}
.nav-toggle span {
    background: #819EA6;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.35s ease;
    cursor: pointer;
}
.nav-toggle span:nth-of-type(1) {
    top: 7px;
}
.nav-toggle span:nth-of-type(2) {
    top: 16px;
}
.nav-toggle.active .top {
    -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
    -ms-transform: translateY(12px) translateX(0) rotate(45deg);
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #819EA6;
    top: -3px;
}
.nav-toggle.active .middle {
    opacity: 0;
    background: #819EA6;
}
.nav-toggle.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #819EA6;
    top: 16px;
}
footer.site-footer {
  padding: 0 30px;
}

/* About US */
.home-banner.banner-inner {
  height: 530px;
}
.home-banner.banner-inner .banner-inner .banner-content {
  max-width: 100%;
}
.home-banner.banner-inner .banner-inner {
  padding-top: 176px;
  padding-bottom: 0px;
}
.meet-the-founder.about-us:before{
	display: none;
}
.meet-the-founder.about-us .about-us-inner .col-left {
  order: 2;
}
.meet-the-founder.about-us .about-us-inner .col-right {
  padding-right: 100px;
  padding-left: 0px;
}
.meet-the-founder p strong {
  font-size: 20px;
  color: #7A5844;
  font-weight: 600;
}
.meet-the-founder.about-us .about-us-inner .col-right .right-inner {
  max-width: 570px;
}
.about-bottom-text-box {
  width: 100%;
  padding-top: 1.5em;
  display: inline-block;
}
.communities-wrapper.services::before {
  display: none;
}
.communities-wrapper .col-100 {
  width: 100%;
}
.communities-row {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.communities-row .communities-box {
  background-color: #fff;
  padding: 40px 25px 37px;
  margin: 35px 20px 0;
  width: calc(25% - 40px);
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}
.communities-row .communities-box img {
	width: 100%;
	float: left;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
}
.communities-row .communities-box h3 {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 145%;
}
.communities-bottom-text-box {
  text-align: center;
  color: #fff;
  width: 100%;
  padding-top: 80px;
  max-width: 1088px;
  margin: 0 auto;
}


.meet-our-team .title-wrap {
  width: 100%;
  display: inline-block;
}
.meet-our-team .title-wrap h2 {
  margin-bottom: 0px;
}
.our-team-wrap {
  width: 100%;
  display: inline-block;
}
.our-team-wrap .box-wrap {
  width: 100%;
  padding-top: 70px;
}
.our-team-wrap .box-wrap:nth-child(2n) .col-left {
  order: 2;
}
.our-team-wrap .box-wrap .col-left {
  width: 42.3%;
  float: left;
}
.our-team-wrap .box-wrap .col-right {
  width: 57.7%;
  float: left;
  padding-left: 141.7px;
}
.our-team-wrap .box-wrap .col-left img {
  width: 100%;
  float: left;
}
.our-team-wrap .box-wrap:nth-child(2n) .col-right {
	padding-left: 0px;
	padding-right: 143px;
}

.home-banner.banner-inner + .marquee-slider-wrap {
  margin-bottom: 20px;
}

.services-box .col-left {
	width: 51.4%;
	float: left;
}
.services-box .col-right {
	width: 48.6%;
	float: left;
	padding-left: 120px;
}
.services-box .col-right .right-inner {
  padding-top: 20px;
  width: 100%;
  float: left;
}
.services-box .services-list {
  width: 100%;
  float: left;
}
.services-box .services-list .box-wrap {
	width: 100%;
	float: left;
	padding-top: 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.services-box .services-list .box-wrap .img-box {
  width: 114px;
  height: 100px;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background-image: url('/wp-content/uploads/2025/04/Icon-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.services-box .services-list .box-wrap .text-box {
  padding-left: 30px;
  width: calc(100% - 114px);
  float: left;
}
.services-box .services-list .box-wrap .text-box h4 {
  color: #7A5844;
  font-size: 22px;
  line-height: 145%;
  margin-bottom: 20px;
}

.pb-40{
	padding-bottom: 40px;
}
.services-wrapper.even {
  padding-top: 20px;
  padding-bottom: 120px;
}
.services-wrapper.even .services-box .col-left {
  order: 2;
}
.services-wrapper.even .services-box .col-right {
  padding-left: 0;
  padding-right: 108px;
}
.services-wrapper.even .services-box .services-list {
  max-width: 544px;
}
.meet-the-founder.about-us .about-us-inner .col-left img,
.services-box .col-left img{
	width: 100%;
	float: left;
}

@media only screen and (min-width:1921px) {
	.marquee-slider{transform: rotate(2.2deg);}
}


@media only screen and (max-width:1760px){
	.home-banner .union-shape{max-width: 61%;}
}

@media only screen and (max-width:1439px){ 
	.site-header .header-right .main-navigation .menu > li{padding: 0px 20px;}
}



@media (max-width: 1600px) {
	.about-us .about-us-inner .col-right {
  		padding-left: 130px;
	}
	.meet-the-founder.about-us .about-us-inner .col-right {
	  padding-right: 90px;
	  padding-left: 0px;
	}
	.site-footer .site-info .col-right .col-right-content h2 {
  		font-size: 12vw;
		line-height: 90%;
	}
	.site-footer .site-info .col-right .col-right-content {
		margin-left: 80px;
	}
	.marquee-slider .marquee-slide p {
  		font-size: 22px;
	}
	
	.services-box .col-right {
	  padding-left: 80px;
	}
	.services-wrapper.even .services-box .col-right {
	  padding-right: 80px;
	}
}
@media (max-width: 1365px) {
	h1 {
  		font-size: 100px;
		line-height: 100%;
	}
	h2 {
  		font-size: 70px;
		line-height: 115%;
	}
	h3{
		font-size:44px;
		line-height:115%;
	}
	.site-header .header-right .main-navigation a {
  		font-size: 18px;
	}
	.button, input[type="button"], input[type="reset"], input[type="submit"] {
  		padding: 18px 30px;
		font-size: 18px;
	}
	.home-banner .banner-subtitle {
		font-size: 20px;
	}
	.services .services-wrap .col-33 {
		padding-right: 8vw;
	}
}
@media (max-width: 1279px) {
	h1 {
  		font-size: 90px;
	}
	h2 {
  		font-size: 64px;
	}
	h3{
		font-size:40px;
	}
	.pb-100 {
	  padding-bottom: 80px;
	}
	.pt-100 {
	  padding-top: 80px;
	}
	.site-header .header-left {
		max-width: 140px;
		padding: 20px 20px 44px 20px;
		margin-bottom: -103px;
	}
	.site-header .header-right {
		max-width: calc(100% - 140px);
	}
	.site-header .header-right .main-navigation a {
		font-size: 16px;
	}
	.site-header .header-right .header-buttons {
		padding-left: 40px;
	}
	.home-banner {
		height: 890px;
	}
	.home-banner .banner-inner .lady-img {
	  max-width: 45%;
	}
	.home-banner .banner-inner {
		padding-top: 200px;
		padding-bottom: 260px;
	}
	.about-us .about-us-inner .col-right {
		padding-left: 60px;
	}
	.meet-the-founder.about-us .about-us-inner .col-right {
	  padding-right: 60px;
	  padding-left: 0px;
	}
	.services .services-wrap .inner-row .inner-col h3 {
  		font-size: 26px;
		line-height: 120%;
	}
	.services .services-wrap .inner-row .inner-col {
		padding: 30px 30px 50px 30px;
	}
	.our-mission .our-misison-content {
		gap: 30px;
	}
	.our-mission .our-misison-content .m-col {
		width: calc(25% - 22.5px);
		padding: 50px 20px 50px 20px;
	}
	.site-footer .site-info .col-right .col-right-content {
		margin-left: 60px;
		padding-left: 60px;
	}
	.site-footer .site-info .col-right .col-right-content h2 {
		font-size: 8vw;
	}
	.site-footer .site-info {
		padding: 80px 0px 80px 0px;
	}
	
/* 	.about-bottom-text-box {
  		padding-top: 1.5em;
	} */
	
	.communities-bottom-text-box {
  		padding-top: 60px;
	}
	.our-team-wrap .box-wrap .col-right {
  		padding-left: 100px;
	}
	.our-team-wrap .box-wrap:nth-child(2n) .col-right {
	  	padding-right: 100px;
	}
	
	.our-team-wrap .box-wrap {
	  padding-top: 60px;
	}
	.our-team-wrap .box-wrap .col-left {
		width: 46%;
	}
	.our-team-wrap .box-wrap .col-right {
		width: 54%;
  		padding-left: 60px;
	}
	.our-team-wrap .box-wrap:nth-child(2n) .col-right {
	  	padding-right: 60px;
	}
	
	.services-box .col-right {
	  padding-left: 60px;
	}
	.services-wrapper.even .services-box .col-right {
	  padding-right: 60px;
	}
	
	.services-wrapper.even {
	  padding-top: 0px;
	  padding-bottom: 90px;
	}
	.mb-100 {
	  margin-bottom: 80px;
	}
	.mt-100 {
	  margin-top: 80px;
	}
}
@media (max-width: 1120px) {
	body {
		font-size: 16px;
	}
	h1 {
  		font-size: 76px;
	}
	h2 {
  		font-size: 56px;
	}
	h3{
		font-size:36px;
	}
	.site-header .header-right .main-navigation .menu > li {
		padding: 0px 14px;
	}
	.site-header .header-right .header-buttons {
		 padding-left: 20px;
	}
	.site-header .header-right .main-navigation {
		margin: 0px -14px;
	}
	.button, input[type="button"], input[type="reset"], input[type="submit"] {
		 padding: 16px 18px;
		 font-size: 16px;
		 letter-spacing: 0em;
	}
	.home-banner {
		 height: 790px;
	}
	.home-banner .banner-inner {
		 padding-top: 180px;
		 padding-bottom: 200px;
	}
	
	.home-banner .banner-content {
		max-width: 500px;
	}
	.home-banner .banner-text {
  		font-size: 20px;
		line-height: 150%;
		margin-bottom: 40px;
	}
	.marquee-slider .marquee-slide p {
		font-size: 20px;
	}
	.about-us .about-us-inner .col-right {
		 padding-left: 40px;
		 padding-top: 0px;
	}
	.meet-the-founder.about-us .about-us-inner .col-right {
	  padding-right: 40px;
	  padding-left: 0px;
	}
	.communities-row .communities-box h3,
	.our-mission .our-misison-content .m-col h3 {
		font-size: 22px;
	}
	.our-mission .our-misison-content {
		gap: 20px;
	}
	.our-mission .our-misison-content .m-col {
		width: calc(25% - 15px);
		padding: 40px 15px 40px 15px;
	}
	.our-mission .our-misison-content .m-col .icon {
		margin: -40px auto 20px auto;
	}
	.our-mission .heading h2 {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.site-footer .site-info .col-right .col-right-content {
		margin-left: 50px;
		padding-left: 50px;
	}
	.footer-logo img {
		max-width: 160px;
	}
	.site-footer .site-info .col-left {
		max-width: 250px;
	}
	.site-footer .site-info .col-right {
		max-width: calc(100% - 250px);
	}
	.site-footer .copyrights {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.home-banner.banner-inner {
	  height: 450px;
	}
	.home-banner.banner-inner .banner-inner {
		padding-top: 150px;
	}
	
	.communities-bottom-text-box {
  		padding-top: 40px;
	}
	.communities-row {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.communities-row .communities-box {
		padding:	30px 20px 30px;
		margin: 20px 10px 0;
		width: calc(25% - 20px);
	}
	.communities-row .communities-box h3 {
	  margin-bottom: 25px;
	}
	
	.services-box .col-right {
	  padding-left: 40px;
	}
	.services-wrapper.even .services-box .col-right {
	  padding-right: 40px;
	}
	.services-box .services-list .box-wrap .text-box h4 {
		font-size: 20px;
	}
	
	.communities-row .communities-box h3 br{
		display: none;
	}
}
@media (max-width: 980px) {
	 h1 {
		 font-size: 60px;
	}
	h2 {
		font-size: 50px;
	}
	h3{
		font-size:34px;
	}
	.site-header .header-left {
		max-width: 140px;
		padding: 20px 20px 20px 20px;
		margin-bottom: -79px;
	}
	.site-header .header-left::after{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
	}
	.res_navigation{
		display: block;
	}
	.site-header .header-left {
		z-index: 1;
	  }
	.menu-open{
		overflow: hidden;
	}
	.menu-open .site-header .header-right{
		left: 0;
	}
	.site-header .header-right {
		position: fixed;
		left: 100%;
		top: 100px;
		width: 100%;
		max-width: 100%;
		height: calc(100vh - 100px);
		background-color: #fff;
		padding: 100px 50px 50px;
		display: block;
		transition: all 0.5s;
		overflow: auto;
	}
	.site-header .header-right .main-navigation {
	  margin: 0px 0px;
	}
	.main-navigation ul {
		 display: block;
		 width: 100%;
	}
	.site-header .header-right .main-navigation .menu > li {
		padding: 0px 0px 30px;
		width: 100%;
	}
	.site-header .header-right .main-navigation .menu > li:not(:last-child)::after{
		display: none;
	}
	.site-header .header-right .main-navigation a {
		font-size: 20px;
	}
	.site-header .header-right .header-buttons {
		padding-left: 0px;
	}
	
	.home-banner {
		height: 680px;
	}
	.home-banner .banner-subtitle {
		font-size: 18px;
	}
	.home-banner .banner-content {
		max-width: 360px;
	}
	.home-banner .banner-inner {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.marquee-slider .marquee-slide p {
		font-size: 18px;
	}
	.about-us .about-us-inner .col-right .inner-box {
		padding: 25px;
	}
	.services .services-wrap .col-33 {
		padding-right: 0;
		width: 100%;
		padding-bottom: 10px;
	}
	.services .services-wrap .col-66 {
	  width: 100%;
	}
	.col-33 {
		width: 100%;
	}
	.col-66 {
	  width: 100%;
	}
	.mb-50 {
		margin-bottom: 30px;
	}
	.our-mission .our-misison-content {
		gap: 30px;
	}
	.our-mission .our-misison-content .m-col {
		width: calc(50% - 15px);
	}
	.site-footer .site-info .col-left {
		 max-width: 220px;
	}
	.site-footer .site-info .col-right .col-right-content {
		margin-left: 30px;
		padding-left: 30px;
	}
	.services .services-wrap .inner-row .inner-col a {
		font-size: 18px;
	}
	
	.home-banner.banner-inner {
	  height: 400px;
	}
	.home-banner.banner-inner .banner-inner {
		padding-top: 130px;
	}
	.meet-the-founder.about-us .about-us-inner .col-right {
		 padding-right: 0px;
		 padding-left: 0px;
		 width: 100%;
		 padding-top: 10px;
	}
	.meet-the-founder.about-us .about-us-inner .col-left {
		order: 0;
		width: 100%;
	}
	.meet-the-founder.about-us .about-us-inner .col-right .right-inner {
		max-width: 100%;
	}
	.meet-the-founder.about-us .about-us-inner .col-left img {
		max-width: 440px;
	}
	
	.communities-row {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.communities-row .communities-box {
		padding: 30px 20px 30px;
		margin: 30px 15px 0;
		width: calc(50% - 30px);
	}
	
	.our-team-wrap .box-wrap {
	  padding-top: 50px;
	}
	.our-team-wrap .box-wrap .col-left {
		width: 46%;
	}
	.our-team-wrap .box-wrap .col-right {
		width: 54%;
  		padding-left: 40px;
	}
	.our-team-wrap .box-wrap:nth-child(2n) .col-right {
	  	padding-right: 40px;
	}
	
	.services-box .col-left {
		width: 100%;
	}
	.services-box .col-right {
		width: 100%;
	  padding-left: 0px;
		padding-top: 15px;
	}
	.services-wrapper.even .services-box .col-right {
	  padding-right: 0px;
	}
	.services-box .col-left img {
		max-width: 460px;
	}
	.services-wrapper.even .services-box .col-left {
		order: 0;
	}
	.services-wrapper.even .services-box .services-list {
	  max-width: 100%;
	}
}
@media (max-width: 767px) {
	.wrapper {
	  padding: 0 20px;
	}
	.pt-100 {
		padding-top: 70px;
	}
	.pb-100 {
		 padding-bottom: 70px;
	}
	.mb-50 {
		margin-bottom: 20px;
	}
	.site-header .header-right {
		padding: 100px 40px 50px;
	}
	.home-banner {
		height: auto;
	}
	.home-banner .banner-inner .lady-img{
		display: none;
	}
	.home-banner .banner-inner {
		padding-top: 140px;
		padding-bottom: 160px;
	}
	.about-us .about-us-inner .col-left {
		width: 100%;
	}
	.about-us .about-us-inner .col-right {
		 padding-left: 0px;
		 padding-top: 10px;
		 width: 100%;
	}
	.meet-the-founder.about-us .about-us-inner .col-right {
	  padding-right: 0px;
	  padding-left: 0px;
	}
	.marquee-slider .marquee-slide {
		padding: 0px 30px;
	}
	.services .services-wrap .inner-row .inner-col {
		width: 100%;
	}
	.our-mission .our-misison-content {
		gap: 20px;
	}
	.our-mission .our-misison-content .m-col {
		width: calc(50% - 10px);
	}
	.communities-row .communities-box h3,
	.our-mission .our-misison-content .m-col h3 {
		font-size: 20px;
	}
	.services .services-wrap .inner-row .inner-col {
		padding: 25px 25px 50px 25px;
	}
	.site-footer .site-info .col-left {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
	.site-footer .site-info .col-right {
		max-width: 100%;
		width: 100%;
	}
	.site-footer .site-info .col-right .col-right-content {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		border-left: none;
		padding-top: 40px;
	}
	.site-footer .site-info .col-right .col-right-content h2 {
		font-size: 15vw;
	}
	
	footer.site-footer {
	  padding: 0 20px;
	}
	
	.services .services-wrap .inner-row .inner-col img,
	.about-us .about-us-inner .col-left img{
	  max-width: 440px;
	}
	.about-us .about-us-inner .col-right .right-inner {
	  max-width: 100%;
	}
	
	.home-banner.banner-inner {
		background-position: top right -40vw;
	}
	
	.communities-row {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.communities-row .communities-box {
		padding: 25px 20px;
		margin: 25px 10px 0;
		width: calc(50% - 20px);
	}
	.communities-row .communities-box h3 {
	  margin-bottom: 20px;
	}
	
	.our-team-wrap .box-wrap {
	  padding-top: 50px;
	}
	.our-team-wrap .box-wrap .col-left {
		width: 100%;
	}
	.our-team-wrap .box-wrap .col-right {
		width: 100%;
  		padding-left: 0px;
		padding-top: 15px;
	}
	.our-team-wrap .box-wrap:nth-child(2n) .col-right {
	  	padding-right: 0px;
	}
	.our-team-wrap .box-wrap:nth-child(2n) .col-left {
	  order: 0;
	}
	.our-team-wrap .box-wrap .col-left img {
	  max-width: 440px;
	}
	
	.home-banner.banner-inner .banner-inner {
		padding-top: 110px;
	}
	
	.services-wrapper.even {
	  padding-top: 0px;
	  padding-bottom: 80px;
	}
	.services-box .col-right .right-inner {
		padding-top: 10px;
	}
	.mb-100 {
	  margin-bottom: 70px;
	}
	.mt-100 {
	  margin-top: 70px;
	}
}
@media (max-width: 479px) {
	.pt-100 {
		padding-top: 60px;
	}
	.pb-100 {
		 padding-bottom: 60px;
	}
	
	h1 {
		font-size: 54px;
	}
	h2 {
		font-size: 40px;
	}
	h3{
		font-size:30px;
	}
	
	.home-banner .banner-subtitle {
		font-size: 16px;
	}
	.home-banner .banner-text {
		 font-size: 18px;
	}
	.our-mission .our-misison-content .m-col {
		width: 100%;
	}
	.services .services-wrap .inner-row .inner-col a {
		font-size: 16px;
	}
	
	.home-banner.banner-inner {
		background-position: top right -60vw;
	}
	
	.communities-row .communities-box {
		width: calc(100% - 20px);
	}
	
	
	.services-wrapper.even {
	  padding-top: 0px;
	  padding-bottom: 60px;
	}
	.services-box .services-list .box-wrap .text-box {
		padding-left: 20px;
	}
	.mb-100 {
	  margin-bottom: 60px;
	}
	.mt-100 {
	  margin-top: 60px;
	}
}
@media (max-width: 359px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 36px;
	}
	h3{
		font-size:26px;
	}
	
	.services-box .services-list .box-wrap .text-box {
		 padding-left: 0px;
		 padding-top: 15px;
		 width: 100%;
	}
}