/*
Theme Name: Outdoor Care 
Theme URI: https://ballsymedia.co.uk/
Author: Ballsy Media
Author URI: https://ballsymedia.co.uk/
Description: Theme V8
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Outdoor Care

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

/* 
============================================================================================================
============================================================================================================

                                        THEME STYLE default CSS START

============================================================================================================
============================================================================================================
*/



body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
	font-family: 'Futura Maxi CG Book'; 
	font-weight: normal;
	word-wrap: break-word;
	overflow-x: hidden;
	opacity: 0;
	transition: all .5s;
	transition-delay: .3s;
}

.wrapperOuter {
    overflow: hidden;
}

.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
	padding: 0;
}
body.elementor-editor-active {
	opacity: 1;
}
.elementor-editor-active .smart-page-loader {
	display: none !important;
}
b, strong {
	font-family: 'BegumW03';
	font-weight: 500;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline:0!important;
}

.upb_row_bg {
	width: 100% !important;
}

::selection {
   color: #c4b27d;   
   background: #45545e !important;
}

* { 
	outline:none!important;
}


h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'BegumW03';
	font-weight: 500;
	margin-bottom: 10px;
}
 
ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0;
}

p {
	margin:0px;
	padding-bottom: 20px;
	line-height: 34px; 
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

.containerWrap ol li, 
.containerWrap ul li {
	list-style-position: outside;
    line-height: 34px;
    margin-bottom: 10px;
}

.containerWrap ol, 
.containerWrap ul {  
	margin: 0px 0 20px 40px;
}

/* pointer css start */

.cursor {
  top: 0px;
  left: 0px;
  position: fixed;
}

.dot {
  top: -20px;
  left: -20px;
  position: fixed;
  border-radius: 50%;
  z-index: 9999;
  mix-blend-mode: multiply;
  pointer-events: none;
  will-change: transform;
  transform: scale(.3);
  transition: 0.2s all;
  width: 40px;
  height: 40px;
}

.drag,
.scroll,
.play {
  box-sizing: border-box;
  overflow: hidden;
  cursor: none;
}

.drag-pointer {
  opacity: 1;
  transform: scale(1);
}

.scroll-pointer {
  opacity: 1;
  transform: scale(1);
}

.play-pointer { 
  opacity: 1;
  transform: scale(1);
}

.dot.play-pointer:before {
	content: 'Play'; 
}

.dot.scroll-pointer:before {
	content: 'scroll'; 
}
.dot.drag-pointer:before {
	content: 'drag'; 
}

.dot:before { 
	display: inline-block;
	border: 2px solid #061424;
	width: 50px;
	height: 50px;
	line-height: 51px;
	border-radius: 50%;
	text-align: center;
	color: #061424;
	text-transform: uppercase;
	font-size: 11px;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.dot.play-pointer:before,
.dot.scroll-pointer:before,
.dot.drag-pointer:before {
	opacity: 1;
	visibility: visible;
}


/* pointer css end */



/*default form css start*/

textarea {
	min-height: 200px !important;
}

/* radio/checkbox */
form.elementor-form .elementor-field-type-upload .elementor-field-label,form.elementor-form .elementor-field-type-acceptance .elementor-field-label,form.elementor-form .elementor-field-type-checkbox .elementor-field-label,form.elementor-form .elementor-field-type-radio .elementor-field-label {
    position: static !important;
    padding: 0 !important;
    min-height: auto !important;
    color: #fff !important;
    margin-bottom: 15px; 
    background: transparent !important;
    font-weight: 400 !important;
}

form.elementor-form .elementor-field-type-radio .elementor-field-subgroup{
	flex-basis: auto !important;
    margin-left: 20px;
}
 

form.elementor-form .elementor-field-type-upload .elementor-field-label:before,form.elementor-form .elementor-field-type-acceptance .elementor-field-label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-label:before,form.elementor-form .elementor-field-type-radio .elementor-field-label:before {
	display: none;
}

form.elementor-form .elementor-field-type-upload,form.elementor-form .elementor-field-type-acceptance,form.elementor-form .elementor-field-type-checkbox,form.elementor-form .elementor-field-type-radio {
	border: none !important;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option,form.elementor-form .elementor-field-type-radio .elementor-field-option,form.elementor-form .elementor-field-type-checkbox .elementor-field-option {
    position: relative;
    margin-right: 18px;
    padding-right: 0;
    margin-bottom: 15px;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option:last-child,form.elementor-form .elementor-field-type-radio .elementor-field-option:last-child,form.elementor-form .elementor-field-type-checkbox .elementor-field-option:last-child {
	margin-right: 0;
}

form.elementor-form .elementor-field-type-acceptance input,form.elementor-form .elementor-field-type-radio input,form.elementor-form .elementor-field-type-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    opacity: 0;
    display: block !important;
    margin: 0;	
    cursor: pointer;
}

form.elementor-form .elementor-field-type-acceptance label,form.elementor-form .elementor-field-type-radio label,form.elementor-form .elementor-field-type-checkbox label {
    padding-left: 26px;
    vertical-align: middle;
    display: block !important;
    line-height: 26px !important;
}
form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:before,form.elementor-form .elementor-field-type-radio .elementor-field-option label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #cccccc;
    background: #ffffff;
    cursor: pointer;
}
form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:after {
	content: "";
	display: none;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:after {
    left: 6px;
    top: 6px;
    width: 11px;
    position: absolute;
    height: 6px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-50deg);
    opacity: 0;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option input:checked ~ label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option input:checked ~ label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option input:checked ~ label:after {
	display: block;
}

form.elementor-form .elementor-field-type-radio .elementor-field-option label:before {
   border-radius: 0;
    border: none !important;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option input:checked ~ label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-option input:checked ~ label:before,
form.elementor-form .elementor-field-type-radio .elementor-field-option input:checked ~ label:before {
	background: #ed008b;
	border: 3px solid #fff !important
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #ffffff !important;
	opacity: .46 !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
	opacity: .46 !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
	opacity: .46 !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
	color: #ffffff !important;
	opacity: .46 !important; 
}

.flatpickr-calendar .dayContainer span {
    transition: all .8s;
    opacity: 0;
    width: 0;
    transform: scale(.2);
    color: transparent;	
}
.flatpickr-calendar.open .dayContainer span {
	opacity: 1;
	transform: scale(1);
	color: #393939;
}

/*default form css end*/

.dbtn {
	font-size: 20px !important;
    font-family: 'BegumW03';
    font-weight: 500;
    line-height: 24px !important;
    padding: 12px 24px !important;
    text-transform: capitalize;
    background-color: #c4b27d !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    display: inline-block;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .8);   
}
.dbtn .mText:last-child {
    display: none;
}
.dbtn:hover {
	box-shadow: 0px 0px 35px rgba(0, 0, 0, .3);
	background-color: #a48e62 !important;   
}

/* Post Image Start*/

.wp-block-image figure {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

img.alignright,
.wp-block-image .alignright {
	margin-left: 20px !important;
}

img.alignleft,
.wp-block-image .alignleft {
	margin-right: 20px !important;
}

img.aligncenter,
.wp-block-image .aligncenter {
	margin: 0 auto !important;
}

@media (max-width: 767px) {

	img.alignright,
	img.alignleft,
	img.aligncenter,
	.wp-block-image .alignright,
	.wp-block-image .alignleft,
	.wp-block-image .aligncenter {
		float: none !important;
		margin: 0 auto !important;
	}

}

/* Post Image End */






/* footer */


.footer:before {
    content: '' !important; 
    background-image: linear-gradient(to bottom, #45545E 0%, transparent 10%);
}
.footer .topLine .elementor-divider-separator {
    height: 150px;
    background: #FEFEFE; 
}
.footer .borderBox .chatTitle .elementor-heading-title {
	font-size: 55px;
	line-height: 62px;
} 
.footer .borderBox .chatTitle .elementor-heading-title a:hover {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
}
.footer .borderBox .chatTitle .elementor-heading-title label {
	position: relative;
	display: inline-block;
	z-index: 1;
    cursor: pointer;  
}
.footer .borderBox .chatTitle .elementor-heading-title label:before {
	content: ''; 
	background: #bead74;
    display: block;
    height: 14px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
    opacity: .9;
}
.footer .borderBox .elementor-widget-html {
	position: static; 
}
.footer .borderBox .lineBox {
	width: 100%;
	height: 2px;
	display: block;
}
.footer .borderBox .lineBox .line1 {
	background: #9a875f;
    width: 2px;
    height: 60px;
    display: inline-block;
}
.footer .borderBox .lineBox .line2 {
    background: #9a875f;
    width: 2px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.footer .borderBox .lineBox2 {
	position: absolute;
    bottom: 0;
    left: 0;
}
.footer .borderBox .lineBox2 .line1 {
    position: absolute;
    bottom: 0;
    left: 0;	
}
.footer .borderBox .lineBox2 .line2 {
	top: auto;
    bottom: 0; 
}
.footer .infoBox .elementor-icon-list-text {
	font-size: 36px;
	font-family: 'Futura Maxi CG Book'; 
}
.footer .infoBox .elementor-icon-list-item {
	display: table; 
    margin-left: auto;
    margin-right: auto;
}  

.footer nav.elementor-nav-menu--main .menu-item a {
	font-family: 'BegumW03';
	font-weight: 500;
	white-space: normal;
    font-size: 22px;
    line-height: 26px;
}
.footer nav.elementor-nav-menu--main .menu-item a:hover {
	color: #c4b27d !important;  
}
.footer .elementor-widget-text-editor p {
	font-size: 14px;
} 
.footer .elementor-widget-text-editor p label {
	margin: 0 15px;
}

/* testimonialWrap */

.testimonialWrap .imageBox:before  {
    background: #c4b27d;
    width: calc(100% - 40px);
    z-index: 2;
    height: 3px;
    left: 20px;
    top: 20px;
    pointer-events: none;
}
.testimonialWrap .imageBox .imgBox:after,
.testimonialWrap .imageBox .imgBox:before {
    content: '';
    background: #c4b27d;
    position: absolute;
    width: 3px;
    height: calc(100% - 40px);
    top: 20px;
    z-index: 1;
} 
.testimonialWrap .imageBox .imgBox:after {
	right: 20px;
}
.testimonialWrap .imageBox .imgBox:before {
	left: 20px;
}
.testimonialWrap .imageBox .border_image:after,
.testimonialWrap .imageBox .border_image:before {
	content: '';
    background: #c4b27d;
    width: calc(50% - 20px);
    height: 3px;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    transition: all 1s;
}
.testimonialWrap .imageBox .border_image:after {
    right: 20px;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -o-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
.testimonialWrap .imageBox .border_image:before {
	left: 20px;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.testimonialWrap .swiper-pagination-bullet {
	transition: all .5s; 
}
.testimonialWrap .swiper-pagination-bullet:hover {
	background-color: #C4B27D !important;
}
.scnTitle .elementor-heading-title {
	font-size: 55px;
    line-height: 66px; 
}
.testimonialWrap .elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 28px;
}
.testimonialWrap .elementor-testimonial__name {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    font-size: 16px;
    font-weight: normal;
    font-family: 'Futura Maxi CG Book';
}
.testimonialWrap .swiper-pagination-bullets {
	text-align: left;
}
.testimonialWrap .elementor-main-swiper {
	padding-bottom: 50px !important;
}
.abtTitle .elementor-heading-title {
	font-family: 'Futura Bk BT';
    font-size: 26px;
    letter-spacing: 5px;
}
.abtTitle .elementor-heading-title:before {
	content: '';
	background-image: linear-gradient(to left, #a48e62 0%, transparent 80%);
    width: 100px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: -120px; 
}

/* updateWrap */

.updateWrap .postTitle .elementor-heading-title {
    font-size: 28px; 
}
.updateWrap .postTitle .elementor-heading-title a:hover {
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); 
}
.updateWrap .elementor-widget-theme-post-excerpt p {
	font-size: 17px;
    line-height: 24px;
} 
.updateWrap:after {
	content: '';
    background-image: linear-gradient(to bottom, #45545e 20%,rgba(68,83,93,.7) 60%, transparent 100%);
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.updateWrap:before {
	height: calc(100% + 140px) !important;
    z-index: 1; 
}


/* meetWrap */

.meetWrap .swiper {
	overflow: visible;
}
.meetWrap .elementor-carousel-image:before { 
	content: '';
    border: 3px solid #c4b27d;
   	width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
    position: absolute;
    opacity: 0; 
    transition: all .5s;
}
.meetWrap .swiper-slide.swiper-slide-active .elementor-carousel-image:before {
	opacity: 1; 
}
.meetWrap .swiper-slide .elementor-carousel-image {
	opacity: .34;
	transition: all .5s;
}
.meetWrap .swiper-slide.swiper-slide-active .elementor-carousel-image {
	opacity: 1;
}
.meetWrap .swiper-slide {
	transform: scale(.8) !important;
	transition: all .5s;
}
.meetWrap .swiper-slide.swiper-slide-active {
	transform: scale(1) !important; 
}
.meetWrap .elementor-swiper-button {
	opacity: 1;
	transition: all .5s;
}
.meetWrap .elementor-swiper-button:hover {
	opacity: .6;
}
.meetWrap .elementor-swiper-button {
    background-repeat: no-repeat;
    background-position: center center;
}
.meetWrap .elementor-swiper-button svg {
    opacity: 0;
}
.meetWrap .elementor-swiper-button.elementor-swiper-button-prev {
    left: -90px !important;
}
.meetWrap .elementor-swiper-button.elementor-swiper-button-next {
   right: -90px !important;  
}

/* exploreWrap */

.exploreWrap .imageBox {
	position: static; 
}
.exploreWrap .imageBox:before {
    width: calc(46% - 60px);
}
.exploreWrap .owl-carousel .owl-item {
  display: inline-block;
  vertical-align: top;  
} 

.exploreWrap .owl-item,
.exploreWrap .swiper-slide {
    opacity: 0;
    visibility: hidden;  
    transition-delay: 0s !important; 
}
.exploreWrap .owl-item:has(+ .owl-item.active),
.exploreWrap .owl-item.active,
.exploreWrap .owl-item.active,
.exploreWrap .swiper-slide.swiper-slide-prev,
.exploreWrap .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
	transition-delay: .3s !important;
} 
.exploreWrap .swiper { 
	overflow: visible;
}
.exploreWrap .textBox .elementor-widget-text-editor p {
	font-size: 18px; 
}
.exploreWrap .owl-carousel .postBox {
    position: relative; 
}
.exploreWrap .owl-carousel .blankLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.exploreWrap .owl-dots {
    display: none; 
}
.exploreWrap .owl-carousel .pageTitle {
    color: #fff;
    z-index: 1;
    display: inline-block;
    margin-bottom: 0;
}  
.exploreWrap .owl-carousel .contentBox {
    display: flex;  
    flex-direction: column;
    justify-content: flex-end;
    min-height: 520px;
    flex-wrap: wrap;
    align-content: flex-start; 
}
.exploreWrap .owl-carousel .pageTitle, 
.exploreWrap .elementor-cta__content .elementor-cta__title {
	font-size: 24px; 
	position: relative;
    padding: 16px 20px; 
    width: auto;
    border-radius: 0px 25px 10px 0px;
    overflow: hidden;
} 
.exploreWrap .owl-carousel .pageTitle:before,
.exploreWrap .elementor-cta__content .elementor-cta__title:before {
	content: '';
    background: #45545e;
    opacity: .75;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.exploreWrap .owl-nav-btn button {
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-color: transparent;
    width: 55px;
    padding: 0;
    height: 20px;
    margin: 0 8px;
    cursor: pointer;
    transition: all .5s; 
}
.exploreWrap .owl-nav-btn {
    text-align: right;
    margin: 10px 92px 0 0;
}
.exploreWrap .owl-nav-btn button span {
    opacity: 0;
}
.exploreWrap .owl-nav-btn button:hover {
	opacity: .7;
}
.footer .borderBox .lineBox:before {
	content: '';
	background: #9a875f;
	width: 100%;
    height: 2px;
    display: block;
}
.exploreWrap .owl-carousel .postBox:before {
    content: '';
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}
.exploreWrap .owl-carousel .postBox:hover:before {
    opacity: 1;
}

/* welcomeWrap */

.welcomeWrap .imageBox:before {
    background: #c4b27d;
    width: calc(100% - 60px);
    height: 4px;
    top: 30px;
    z-index: 1;
    left: 30px;
}
.welcomeWrap .imageBox .imgBox:before,
.welcomeWrap .imageBox .imgBox:after {
	content: '';
	background: #c4b27d;
	position: absolute;
	width: 4px;
    height: calc(100% - 60px);
    top: 30px;
    z-index: 1;
}
.welcomeWrap .imageBox .imgBox:before {
	left: 30px;
} 
.welcomeWrap .imageBox .imgBox:after {
	right: 30px;
}
.welcomeWrap .imageBox .elementor-widget-image:after,
.welcomeWrap .imageBox .elementor-widget-image:before {
	content: '';
	background: #c4b27d;
	width: calc(50% - 30px);
    height: 4px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    transition: all 1s;
}
.welcomeWrap .imageBox .elementor-widget-image:after {
	right: 30px;
	-webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -o-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
.welcomeWrap .imageBox .elementor-widget-image:before {
	left: 30px;
	 -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.welcomeWrap .imageBox.in-viewport-once .elementor-widget-image:before,
.welcomeWrap .imageBox.in-viewport-once .elementor-widget-image:after {
	transition-delay: 4s !important; 
}

/* animation */ 


.testimonialWrap .imageBox:before,
.welcomeWrap .imageBox:before,
.footer .borderBox .lineBox:before {
	-webkit-clip-path: polygon(50% 0, 50% 0%, 50% 100%, 50% 100%);
	-o-clip-path: polygon(50% 0, 50% 0%, 50% 100%, 50% 100%);
	-moz-clip-path: polygon(50% 0, 50% 0%, 50% 100%, 50% 100%);
	clip-path: polygon(50% 0, 50% 0%, 50% 100%, 50% 100%);
	transition: all .5s;
}
.testimonialWrap .imageBox.in-viewport-once:before,
.welcomeWrap .imageBox.in-viewport-once:before, 
.footer .borderBox.in-viewport-once .lineBox:before { 
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition-delay: .8s; 
}
.testimonialWrap .imageBox .imgBox:after, 
.testimonialWrap .imageBox .imgBox:before,
.welcomeWrap .imageBox .imgBox:before, 
.welcomeWrap .imageBox .imgBox:after,
.footer .borderBox .lineBox .line1,
.footer .borderBox .lineBox .line2 {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	-o-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	-moz-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	transition: all .5s;
}
.testimonialWrap .imageBox.in-viewport-once .imgBox:after, 
.testimonialWrap .imageBox.in-viewport-once .imgBox:before,
.welcomeWrap .imageBox.in-viewport-once .imgBox:before, 
.welcomeWrap .imageBox.in-viewport-once .imgBox:after, 
.footer .borderBox.in-viewport-once .lineBox .line1,
.footer .borderBox.in-viewport-once .lineBox .line2 {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition-delay: 1.5s;
}
.footer .borderBox .lineBox.lineBox2:after,
.footer .borderBox .lineBox.lineBox2:before {
	content: '';
	background: #9a875f;
	width: 50%;
	height: 2px;
	top: 0;
	position: absolute;
	transition: all .5s;
}

.footer .borderBox .lineBox.lineBox2:before {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    left: 0;
}
.footer .borderBox .lineBox.lineBox2:after {
	-webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -o-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    right: 0;
}
.footer .borderBox.in-viewport-once .lineBox.lineBox2:after,
.footer .borderBox.in-viewport-once .lineBox.lineBox2:before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition-delay: 2.4s; 
}
.footer .borderBox.in-viewport-once .lineBox2 .line2,
.footer .borderBox.in-viewport-once .lineBox2 .line1 {
    transition-delay: 2s;
} 

.testimonialWrap .imageBox.in-viewport-once .border_image:after, 
.testimonialWrap .imageBox.in-viewport-once .border_image:before,
.welcomeWrap .imageBox.in-viewport-once .elementor-widget-image:before,
.welcomeWrap .imageBox.in-viewport-once .elementor-widget-image:after {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition-delay: 4s; 
}
.testimonialWrap .imageBox.in-viewport-once .border_image:after, 
.testimonialWrap .imageBox.in-viewport-once .border_image:before {
	transition-delay: 3s;
}
.innerBnr .title .elementor-heading-title:after,
.footer .borderBox .chatTitle .elementor-heading-title label:before,
.sliderWrap .elementor-slides .swiper-slide-inner .elementor-slide-heading:after {
	clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	transition: all 1s;
}
.page-loaded .innerBnr .title .elementor-heading-title:after,
.footer .borderBox.in-viewport-once .chatTitle .elementor-heading-title label:before,
.page-loaded .sliderWrap .elementor-slides .swiper-slide-inner .elementor-slide-heading:after {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition-delay: 4s;
}
.footer .borderBox.in-viewport-once .chatTitle .elementor-heading-title label:before {
	transition-delay: 3s;
} 
.footer .circleimage {
    opacity: 0;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);  
    transition: all 3s !important;
}
.footer .circleimage.in-viewport-once {
	opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition-delay: .5s !important;
}
.innerBnr .title .elementor-heading-title label,
.footer .borderBox .chatTitle .elementor-heading-title,
.sliderWrap .elementor-slides .swiper-slide-inner .elementor-slide-heading .title {
	opacity: 0;
	transform: scale(.98);
	transition: all 1s;
}
.footer .borderBox .chatTitle .elementor-heading-title {
    transition: opacity 1s, transform 1s, text-shadow 1s; 
}
.footer .borderBox.in-viewport-once .chatTitle .elementor-heading-title {
	opacity: 1;
	transform: scale(1);
    transition: opacity 1s, transform 1s, text-shadow 1s;
	transition-delay: 3s, 3s, 0s;    
}
.page-loaded .innerBnr .title .elementor-heading-title label,
.page-loaded .sliderWrap .elementor-slides .swiper-slide-inner .elementor-slide-heading .title {
	opacity: 1;
	transform: scale(1);
	transition-delay: 3.5s; 
}
.page-loaded .innerBnr .title .elementor-heading-title label {
    transition-delay: 0s;
}
.homesWrap .elementor-widget-loop-grid {
    transition: all 1s !important;
}
.homesWrap .elementor-widget-loop-grid,
.proserviceWrap .quoteBox .circle_image img,
.gettingWrap .box .elementor-widget-image img,
.gettingWrap .box:before,
.featuredWrap .elementor-widget-theme-post-featured-image img,
.testimonialWrap .imageBox img,
.updateWrap .postBox .elementor-cta__bg,
.welcomeWrap .imageBox img,
.scnTitle .elementor-heading-title {
    transform: translate3d(0px, 10px, 0px);
    opacity: 0;
    transition: all 1s;
}
.homesWrap .elementor-widget-loop-grid.in-viewport-once, 
.proserviceWrap .quoteBox .circle_image.in-viewport-once img,
.gettingWrap .box.in-viewport-once .elementor-widget-image img,
.gettingWrap .box.in-viewport-once:before,
.page-loaded .featuredWrap .elementor-widget-theme-post-featured-image img,
.testimonialWrap .imageBox.in-viewport-once img,
.updateWrap .postBox.in-viewport-once .elementor-cta__bg,
.welcomeWrap .imageBox.in-viewport-once img,
.scnTitle.in-viewport-once .elementor-heading-title {
	transform: translate3d(0px, 0px, 0px); 
    opacity: 1;
    transition-delay: 1s;
}
.homesWrap .careBox.in-viewport-once {  
    transition-delay: 1s !important; 
}
.scnTitle.in-viewport-once .elementor-heading-title {
	transition-delay: .5s; 
}
.footer .topLine .elementor-divider-separator {
	clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	transition: all .5s;
}
.footer .topLine.in-viewport-once .elementor-divider-separator {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition-delay: .5s;
}
.elementor-slideshow__footer,
.e-eicon-frame-expand,  
.e-eicon-share-arrow,
.e-eicon-zoom-in-bold {
    display: none;
}

/* prelaoder */

.prelaoder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #45545E;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    display: none;
}
.home .prelaoder {  
   display: block; 
}
.page-loaded .prelaoder {
   opacity: 0;
    visibility: hidden; 
    transition-delay: 3s;
}
.prelaoder .innerBox {
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
    height: 100%;
    align-items: center;
}
.prelaoder .box {
	width: 450px;
    height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.prelaoder .box .lineBox {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.prelaoder .logo {
    width: 210px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; 
    opacity: 0;
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    transition: all 1s;
}
.page-loaded .prelaoder .logo {
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	transition-delay: 1.8s; 
}
.prelaoder .box .lineBox .line3:after,
.prelaoder .box .lineBox .line3:before,
.prelaoder .box .lineBox .line2:before,
.prelaoder .box .lineBox .line2:after,
.prelaoder .box .lineBox .line1:after,
.prelaoder .box .lineBox .line1:before,
.prelaoder .box .lineBox:before {
	content: '';
	background: #af9661;	
    display: block;
    position: absolute;   
    transition: all .5s;
}
.prelaoder .box .lineBox:before {
	left: 0;
	width: 100%;
    height: 3px;
    top: 0;
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    -o-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    -moz-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.page-loaded .prelaoder .box .lineBox:before {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.prelaoder .box .lineBox .line1 {
    width: 100%;
    height: 40%;
    position: relative;
}
.prelaoder .box .lineBox .line2 {
	position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 40%;
}
.prelaoder .box .lineBox .line1:after,
.prelaoder .box .lineBox .line1:before {
	width: 3px;
    height: 100%;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    -o-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.prelaoder .box .lineBox .line1:after {
    right: 0;
}
.prelaoder .box .lineBox .line1:before {
	left: 0;
}
.page-loaded .prelaoder .box .lineBox .line2:before,
.page-loaded .prelaoder .box .lineBox .line2:after,
.page-loaded .prelaoder .box .lineBox .line1:before,
.page-loaded .prelaoder .box .lineBox .line1:after {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition-delay: .5s;  
}
.prelaoder .box .lineBox .line2:before,
.prelaoder .box .lineBox .line2:after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    -o-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    top: 0;
    width: 3px;
    height: 100%;
}
.prelaoder .box .lineBox .line2:before {
	left: 0;
}
.prelaoder .box .lineBox .line2:after {
	right: 0;
}
.page-loaded .prelaoder .box .lineBox .line2:before,
.page-loaded .prelaoder .box .lineBox .line2:after {
	transition-delay: 1s;
}

.prelaoder .box .lineBox .line3 {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.prelaoder .box .lineBox .line3:after,
.prelaoder .box .lineBox .line3:before {
    width: 50%;
    top: 0;
    height: 100%;
}
.prelaoder .box .lineBox .line3:after {
	-webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
	-o-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
	-moz-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
	right: 0;
}
.prelaoder .box .lineBox .line3:before {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	left: 0;
}
.page-loaded .prelaoder .box .lineBox .line3:after,
.page-loaded .prelaoder .box .lineBox .line3:before {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition-delay: 1.5s; 
}


/* innerBnr */

.innerBnr .title .elementor-heading-title {
    z-index: 1;
}
.page-loaded .innerBnr .title .elementor-heading-title:after {
    transition-delay: .5s;
}
.innerBnr .borderBox:before {
    border: 5px solid #af9661;
    border-bottom: none;
    height: 43%;
    opacity: .63; 
    pointer-events: none;
}
.innerBnr .borderBox .elementor-widget-text-editor p {
    text-shadow: 0 2px 12px rgba(0, 0, 0, .5), 0 0px 20px rgba(0, 0, 0, .4);
}
.innerBnr .borderBox:after {
    content: '';
    display: block;
    border: 5px solid #af9661;
    border-top: none;
    width: 100%;
    height: 43%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .63;
    pointer-events: none;
}
.innerBnr .borderBox .elementor-widget-text-editor p strong {
    font-family: 'Futura Maxi CG Book';
    font-weight: normal;
    font-size: 22px;
}

/* mapWrap */

.mapWrap .elementor-image-box-img img {
    width: auto;
    max-height: 32px;
}
.mapWrap .elementor-image-box-description strong {
    font-family: 'Futura Maxi CG Book';
    font-weight: normal;
}
.mapWrap .elementor-image-box-description a {
    color: #fff;
}
.mapWrap .elementor-image-box-description {
    padding-bottom: 0;
}
.mapWrap .elementor-image-box-description,
.mapWrap .elementor-icon-list-text {
    font-size: 22px;
}
.mapWrap .elementor-icon-list-item {
    display: table !important;
}
.mapWrap .gmpInfoWindowtitle {
    display: none;
}
.mapWrap .egm-marker-iw p {
    line-height: 1.5;
}
.mapWrap button {
    width: 24px !important;
    height: 24px !important;
}
.mapWrap button span {
    margin: 0 !important;
}

/* contactWrap */

.contactWrap:before {
    top: -100px !important;
}
.contactWrap .elementor-form .elementor-field-textual {
    font-family: 'Futura Maxi CG Book';
    font-size: 20px;
    padding: 14px 30px;
    height: 64px;
}
.contactWrap .elementor-form .select-caret-down-wrapper svg {
    opacity: 0;
}
.contactWrap .elementor-form .select-caret-down-wrapper {
    width: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    right: 22px;
}
.contactWrap .elementor-form textarea {
    min-height: 300px !important;
} 
.contactWrap .elementor-form .elementor-field-type-submit {
    margin-top: 20px; 
}
.contactWrap .elementor-form .elementor-field-textual option {
    color: #45545e;
}

.innerBnr .safeTitle .elementor-heading-title {
    font-size: 26px;
    font-family: 'Futura Maxi CG Book';
    letter-spacing: 7px; 
}

/* innerBnr */

.innerBnr .elementor-nav-menu--main .menu-item a {
    border: 2px solid #c4b27d; 
    border-radius: 30px;
    font-size: 18px;
    min-width: 130px;
    justify-content: center;
    font-family: 'BegumW03';
    font-weight: 500;
}
.innerBnr .elementor-nav-menu__align-center .elementor-nav-menu {
    margin-bottom: 0;
}
.innerBnr .elementor-nav-menu--main .menu-item a.elementor-item-active,
.innerBnr .elementor-nav-menu--main .menu-item a:hover {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, .3);
    background-color: #a48e62 !important;
    border-color: #a48e62;
}
.innerBnr .elementor-nav-menu--main .menu-item {
    margin-bottom: 10px; 
}

/* singlepostWrap */

.singlepostWrap .elementor-widget-theme-post-title .elementor-heading-title {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.singlepostWrap .elementor-widget-theme-post-title .elementor-heading-title:after {
    content: '';
    background: #c4b27d; 
    width: calc(100% + 20px);
    display: block;
    height: 10px;
    position: absolute;
    left: -10px;
    bottom: 8px;
    z-index: -1;
}

.singlepostWrap .elementor-widget-post-info time {
    font-size: 16px;
}
.singlepostWrap .elementor-widget-post-info .elementor-icon-list-text {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, .8));
}
.singlepostWrap .elementor-widget-post-info .elementor-icon-list-text .elementor-post-info__terms-list-item:hover {
    color: #c4b27d;
}
.singlepostWrap .shareTitle .elementor-heading-title {
    font-family: 'Futura Maxi CG Book';
    font-size: 26px;
}
.singlepostWrap .elementor-widget-theme-post-content ul li,
.singlepostWrap .elementor-widget-theme-post-content ol li,
.singlepostWrap .elementor-widget-theme-post-content p {
    font-size: 16px;
    line-height: 32px;
}
.singlepostWrap .elementor-widget-share-buttons .elementor-share-btn {
    border-color: #c4b27d !important;
    border-radius: 30px;
    min-width: 140px;
    transition: all .5s;
}
.singlepostWrap .elementor-widget-share-buttons .elementor-share-btn__title {
    font-family: 'BegumW03';
    font-weight: 500;
    font-size: 17px;
}
.singlepostWrap .elementor-widget-share-buttons .elementor-share-btn:hover {
    background: #a48e62;
    border-color: #a48e62 !important;
}

.singlepostWrap .elementor-widget-posts .elementor-post__title {
    font-size: 30px;
}
.singlepostWrap .elementor-posts .elementor-post__excerpt p {
    font-size: 18px;
}
.singlepostWrap .elementor-posts .elementor-post__text {
    max-width: 700px;
    margin: 0 auto;
}
.singlepostWrap .elementor-widget-posts .elementor-post__title a:hover {
    text-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
}
.singlepostWrap .elementor-widget-button .elementor-button {
    min-width: 210px;
}

.elementor-message {
    text-align: center;
    color: #fff;
    font-size: 12px !important;
    letter-spacing: 1px;
}
.elementor-message:before {
    display: none !important; 
}
.elementor-message-danger.elementor-help-inline {
    display: none;
}
.elementor-error .elementor-field {
    border-color: #d9534f !important;
}

/* peopleWrap */

.peopleWrap .elementor-widget-text-editor p strong {
    font-family: 'Futura Maxi CG Demi';
    font-weight: normal;
}
.peopleWrap .quoteBox .elementor-widget-text-editor p {
    font-style: italic;
    line-height: 40px;
}
.peopleWrap:before {
    bottom: 100px;
    top: auto !important;
}

/* gettingWrap */

.gettingWrap .rightBox .scnTitle .elementor-heading-title {
    font-size: 45px;
    line-height: 1;
}
.gettingWrap .elementor-widget-text-editor ul li:before {
    background: #45545e;
}
.gettingWrap .rightBox .elementor-widget-text-editor ul {
    margin: 0px 0 20px 0px;
} 
.gettingWrap .rightBox .elementor-widget-text-editor ul li,
.gettingWrap .rightBox .elementor-widget-text-editor p {
    font-size: 18px;
    line-height: 30px;
}

.gettingWrap .box:before {
    width: 35%;
    left: auto;
    right: -40px;
    border: none;
}
.gettingWrap .box1:before {
    left: -40px;
    right: auto !important; 
}
.gettingWrap .rightBox .elementor-widget-text-editor p strong {
    font-family: 'Futura Maxi CG Demi';
    font-weight: normal;
} 
.gettingWrap .box1.aheadBox:before {
    left: 0px;
}
.gettingWrap .leftBox .elementor-blockquote__content {
    font-size: 30px;
    line-height: 1.7;
    font-style: italic;
}

.commitmentWrap .elementor-widget-text-editor p strong {
    font-family: 'Futura Maxi CG Demi';
}

.clickTitle .elementor-heading-title {
    font-size: 35px;
    line-height: 1;
} 

/* wantWrap */

.wantWrap .scnTitle .elementor-heading-title {
    font-size: 48px;
    line-height: 1;
}

.homesWrap .owl-carousel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px; 
}
.homesWrap .owl-carousel .postBox {
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .15);
}

/* resourcesWrap */

.resourcesWrap .subTitle .elementor-heading-title {
    font-size: 24px; 
}
.resourcesWrap .elementor-widget-button .dbtn {
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 11px 24px !important;
} 
.resourcesWrap:before {
    bottom: -165px;
    top: auto !important; 
} 

.footer .borderBox {
    position: relative;
}
.footer .borderBox .blankLink *, 
.footer .borderBox .blankLink {
    width: 100%;
    height: 100%;
    background: transparent !important;
    font-size: 0 !important;
    box-shadow: 0 0 0 !important;
    padding: 0 !important;   
    z-index: 2;   
}
.footer .borderBox:hover .chatTitle .elementor-heading-title {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .8);  
}





    

  



/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS START

============================================================================================================
============================================================================================================
*/

.e-parent.e-con-boxed > .e-con-inner > .inner-sec {
    --flex-direction: initial !important;
}    

/* Portrait tablet to landscape and desktop */
@media (min-width: 1200px) and (max-width: 1379px) {


}
 
@media (min-width: 1200px) {

    .header .menuBox .elementor-nav-menu li.contactBtn {
        display: none; 
    }

}
@media (max-width: 1199px) {

    .header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li.contactBtn a {
        background-color: #c4b27d !important;
        text-transform: capitalize;
        color: #fff !important;
        display: block;
        box-shadow: 0 0 0 !important; 
    } 
    .header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li.contactBtn a:hover {
        background-color: #a48e62 !important;
    } 
     .header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li.contactBtn:before {
        content: '';
        display: table;
        margin: 4px auto 27px;
        width: 120px;
        height: 5px;
        border-top: 4px double #c4b27d; 
     }

}

/* Large desktop */
@media (min-width: 1025px) {
	
	 .e-parent.e-con-boxed > .e-con-inner {
		padding-left: 80px;
		padding-right: 80px;
	}
     	 
}

@media (min-width: 1441px) and (max-width: 1599px) {

	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 50px;
		padding-right: 50px;
	}	

}

@media (min-width: 1200px) and (max-width: 1440px) {

	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 40px;
		padding-right: 40px;    
	}
	.footer .borderBox .chatTitle .elementor-heading-title {
	    font-size: 50px;
	    line-height: 58px;  
	}	
	.footer .topLine .elementor-divider-separator {
    	height: 120px;
    }
    .footer .infoBox .elementor-icon-list-text {
    	font-size: 32px;
    }
    .footer nav.elementor-nav-menu--main .menu-item a {
	    font-size: 20px;
	    line-height: 24px;
	} 
	.scnTitle .elementor-heading-title {
	    font-size: 50px;
        line-height: 60px;
	}
	.testimonialWrap .elementor-widget-testimonial-carousel .elementor-testimonial__text {
	    font-size: 25px;
	}
	.abtTitle .elementor-heading-title {
	    font-size: 24px;
	}
	.testimonialWrap .elementor-testimonial__name {
	    font-size: 15px;
	}
	.updateWrap .postTitle .elementor-heading-title {
	    font-size: 26px;
	} 
	.updateWrap .elementor-widget-theme-post-excerpt p {
	    font-size: 16px;
	}
	.exploreWrap .textBox .elementor-widget-text-editor p {
	    font-size: 17px;
	    line-height: 30px;
	}
    .exploreWrap .owl-carousel .pageTitle,
	.exploreWrap .elementor-cta__content .elementor-cta__title {
	    font-size: 22px;
	    padding: 13px 20px;
	} 
	.welcomeWrap .imageBox:before {
    	height: 3px;
	   	width: calc(100% - 52.5px);
    	top: 26px;
    	left: 26px;
	}
	.welcomeWrap .imageBox .imgBox:before, .welcomeWrap .imageBox .imgBox:after {
	    width: 3px;
	    height: calc(100% - 52.5px);
	    top: 26px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:before,
	.welcomeWrap .imageBox .imgBox:before {
	    left: 26px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:after,
	.welcomeWrap .imageBox .imgBox:after {
	    right: 26px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:after, 
	.welcomeWrap .imageBox .elementor-widget-image:before {
 		width: calc(50% - 12.5px);
    	height: 3px;
	    bottom: 26px;
	}
    .meetWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -80px !important;
    }
    .meetWrap .elementor-swiper-button.elementor-swiper-button-next {
       right: -80px !important;  
    }
    .innerBnr .borderBox .elementor-widget-text-editor p strong {
        font-size: 20px;
    }
    .mapWrap .elementor-image-box-description, .mapWrap .elementor-icon-list-text {
        font-size: 20px;
    }  
    .contactWrap .elementor-form .elementor-field-textual {
        font-size: 18px;
        padding: 14px 24px;
        height: 62px;
    }
    .contactWrap .elementor-form textarea {
        min-height: 260px !important;
    }
    .contactWrap .elementor-form .elementor-field-type-submit {
        margin-top: 10px;
    }
    .contactWrap .elementor-form .select-caret-down-wrapper {
        width: 22px;
    }
    .innerBnr .safeTitle .elementor-heading-title {
        font-size: 24px;
        letter-spacing: 6px;
    }
    .innerBnr .elementor-nav-menu--main .menu-item a {
        font-size: 16px;
        min-width: 120px;
    }
    .singlepostWrap .elementor-widget-post-info time {
        font-size: 15px;
    }
    .singlepostWrap .elementor-widget-theme-post-content ul li,
    .singlepostWrap .elementor-widget-theme-post-content ol li,
    .singlepostWrap .elementor-widget-theme-post-content p {
        font-size: 15px;
        line-height: 30px;
    }
    .singlepostWrap .shareTitle .elementor-heading-title {
        font-size: 24px;
    }
    .singlepostWrap .elementor-widget-share-buttons .elementor-share-btn {
        min-width: 120px;
    }
    .singlepostWrap .elementor-widget-share-buttons .elementor-share-btn__title {
        font-size: 16px;
    }
    .singlepostWrap .elementor-widget-posts .elementor-post__title {
        font-size: 28px;
    }
    .singlepostWrap .elementor-posts .elementor-post__excerpt p {
        font-size: 17px;
    }
    .peopleWrap .quoteBox .elementor-widget-text-editor p {
        line-height: 36px;
    }
    .gettingWrap .rightBox .scnTitle .elementor-heading-title {
        font-size: 38px;
    }
    .gettingWrap .rightBox .elementor-widget-text-editor ul li, 
    .gettingWrap .rightBox .elementor-widget-text-editor p {
        font-size: 16px;
        line-height: 28px;
    }
    .gettingWrap .rightBox .elementor-widget-text-editor ul {
        margin: 0px 0 20px 0px; 
    }
    .gettingWrap .leftBox .elementor-blockquote__content {
        font-size: 26px;
    }

    .clickTitle .elementor-heading-title {
        font-size: 32px;
    } 
    .wantWrap .scnTitle .elementor-heading-title {
        font-size: 44px;
    }
    .exploreWrap .owl-carousel .contentBox {
        min-height: 480px;
    } 
    .exploreWrap .owl-nav-btn button {
        width: 45px;
    } 
    .homesWrap .owl-carousel { 
        gap: 35px;
    }
    .resourcesWrap .subTitle .elementor-heading-title {
        font-size: 22px;
    } 
    .resourcesWrap:before {
        bottom: -115px; 
    }


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) and (max-width: 1199px) {

	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 30px;
		padding-right: 30px;    
	}
	.footer .borderBox .chatTitle .elementor-heading-title {
	    font-size: 44px;
	    line-height: 50px;  
	}	
	.footer .topLine .elementor-divider-separator {
    	height: 100px;
    }
    .footer .infoBox .elementor-icon-list-text {
    	font-size: 26px;
    }
    .footer nav.elementor-nav-menu--main .menu-item a {
	    font-size: 18px;
	    line-height: 22px;
	} 
	.scnTitle .elementor-heading-title {
	    font-size: 42px;
        line-height: 50px;
	}
	.testimonialWrap .elementor-widget-testimonial-carousel .elementor-testimonial__text {
	    font-size: 22px;
	}
	.abtTitle .elementor-heading-title {
	    font-size: 22px;
	    letter-spacing: 3px;
	}
	.testimonialWrap .elementor-testimonial__name {
	    font-size: 15px;
	}
	.abtTitle .elementor-heading-title:before {
		bottom: 12px;
	} 
	.updateWrap .postTitle .elementor-heading-title {
	    font-size: 26px;
	} 
	.updateWrap .elementor-widget-theme-post-excerpt p {
	    font-size: 15px;
	}	
	.meetWrap .elementor-carousel-image:before {
	    width: calc(100% - 40px);
	    height: calc(100% - 40px);
	    left: 20px;
	    top: 20px;
    } 
    .meetWrap .swiper-slide {
	    transform: scale(.85) !important;
	}
	.exploreWrap .textBox .elementor-widget-text-editor p {
	    font-size: 16px;
	    line-height: 28px;
	}
    .exploreWrap .owl-carousel .pageTitle,
	.exploreWrap .elementor-cta__content .elementor-cta__title {
	    font-size: 20px;
        padding: 11px 18px;
	} 
	.exploreWrap .imageBox:before {
	    width: calc(46% - 30px);
	}
	.welcomeWrap .imageBox:before {
    	height: 3px;
	   	width: calc(100% - 50px);
    	top: 25px;
    	left: 25px;
	}
	.welcomeWrap .imageBox .imgBox:before, .welcomeWrap .imageBox .imgBox:after {
	    width: 3px;
	    height: calc(100% - 50px);
	    top: 25px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:before,
	.welcomeWrap .imageBox .imgBox:before {
	    left: 25px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:after,
	.welcomeWrap .imageBox .imgBox:after {
	    right: 25px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:after, 
	.welcomeWrap .imageBox .elementor-widget-image:before {
 		width: calc(50% - 12.5px);
    	height: 3px;
	    bottom: 25px;
	}
    .meetWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -50px !important;
    }
    .meetWrap .elementor-swiper-button.elementor-swiper-button-next {
       right: -50px !important;  
    }
    .innerBnr .borderBox .elementor-widget-text-editor p strong {
        font-size: 18px;
    } 
    .mapWrap .elementor-image-box-description, .mapWrap .elementor-icon-list-text {
        font-size: 18px;
    }
    .mapWrap .mapBox .gmp_MapPreview, 
    .mapWrap .mapBox .gmpMapDetailsContainer {
        height: 400px !important;
    }
    .contactWrap .elementor-form .elementor-field-textual {
        font-size: 17px;
        padding: 12px 20px;
        height: 58px;
    }
    .contactWrap .elementor-form textarea {
        min-height: 240px !important;
    }
    .contactWrap .elementor-form .elementor-field-type-submit {
        margin-top: 0px;
    }
    .contactWrap .elementor-form .select-caret-down-wrapper {
        width: 20px;
    } 
    .contactWrap:before {
        top: -60px !important;
    }
    .innerBnr .safeTitle .elementor-heading-title {
        font-size: 22px;
        letter-spacing: 5px;
    }
    .innerBnr .elementor-nav-menu--main .menu-item a {
        font-size: 16px;
        min-width: 110px;
    }

    .singlepostWrap .elementor-widget-post-info time {
        font-size: 15px;
    }
    .singlepostWrap .elementor-widget-theme-post-content ul li,
    .singlepostWrap .elementor-widget-theme-post-content ol li,
    .singlepostWrap .elementor-widget-theme-post-content p {
        font-size: 15px;
        line-height: 30px;
    }
    .singlepostWrap .shareTitle .elementor-heading-title {
        font-size: 24px;
    }
    .singlepostWrap .elementor-widget-share-buttons .elementor-share-btn {
        min-width: 110px; 
    }
    .singlepostWrap .elementor-widget-share-buttons .elementor-share-btn__title {
        font-size: 16px;
    }
    .singlepostWrap .elementor-widget-posts .elementor-post__title {
        font-size: 28px;
    }
    .singlepostWrap .elementor-posts .elementor-post__excerpt p {
        font-size: 17px;
    }

    .peopleWrap .quoteBox .elementor-widget-text-editor p {
        line-height: 34px;
    }
    .gettingWrap .rightBox .scnTitle .elementor-heading-title {
        font-size: 34px;
    }
    .gettingWrap .rightBox .elementor-widget-text-editor ul li, 
    .gettingWrap .rightBox .elementor-widget-text-editor p {
        font-size: 15px;
        line-height: 26px;
    }
    .gettingWrap .box:before {
        right: -20px;
    }
    .gettingWrap .box1:before {  
        left: -20px;
    }
    .gettingWrap .leftBox .elementor-blockquote__content {
        font-size: 22px;
    }

    .clickTitle .elementor-heading-title {
        font-size: 30px;
    } 
    .wantWrap .scnTitle .elementor-heading-title {
        font-size: 40px;
    }
    .exploreWrap .owl-carousel .contentBox {
        min-height: 420px;
    } 
    .exploreWrap .owl-nav-btn button {
        width: 40px; 
    } 
    .homesWrap .owl-carousel { 
        gap: 30px;
    }
    .resourcesWrap .subTitle .elementor-heading-title {
        font-size: 20px;
    } 
    .resourcesWrap:before {
        bottom: -100px; 
    }  
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	} 
	.containerWrap ol li, 
	.containerWrap ul li,
	p {
    	line-height: 30px;
	}
	.dbtn {
	    font-size: 18px !important;
	    line-height: 22px !important;
	    padding: 10px 22px !important;
	}
	.footer .borderBox .chatTitle .elementor-heading-title {
	    font-size: 40px;
	    line-height: 48px;  
	}	
	.footer .topLine .elementor-divider-separator {
    	height: 100px;
    }
    .footer .infoBox .elementor-icon-list-text {
    	font-size: 24px;
    }
    .footer nav.elementor-nav-menu--main .menu-item a {
	    font-size: 16px;
	    line-height: 20px;
	} 
	.footer .elementor-widget-text-editor p {
	    font-size: 13px;
	} 
	.scnTitle .elementor-heading-title {
	    font-size: 38px;
        line-height: 44px;
	}
	.testimonialWrap .elementor-widget-testimonial-carousel .elementor-testimonial__text {
	    font-size: 20px;
	}
	.abtTitle .elementor-heading-title {
	    font-size: 21px;
	    letter-spacing: 2px;
	}
	.testimonialWrap .elementor-testimonial__name {
	    font-size: 14px;
	}
	.abtTitle .elementor-heading-title:before {
		bottom: 10px;
		height: 2px;
	}
	.testimonialWrap .imageBox:before {
	    width: calc(100% - 30px);
	    left: 15px;
	    top: 15px;
	}
	.testimonialWrap .imageBox .imgBox:after, .testimonialWrap .imageBox .imgBox:before {
	    height: calc(100% - 30px);
	    top: 15px;
	}
	.testimonialWrap .imageBox .border_image:before,
	.testimonialWrap .imageBox .imgBox:before {
	    left: 15px;
	}
	.testimonialWrap .imageBox .border_image:after,
	.testimonialWrap .imageBox .imgBox:after {
	    right: 15px;
	}
	.testimonialWrap .imageBox .border_image:after, .testimonialWrap .imageBox .border_image:before {
	    width: calc(50% - 7.5px);
	    bottom: 15px;
	}
	.updateWrap .postTitle .elementor-heading-title {
	    font-size: 24px;
	} 
	.updateWrap .elementor-widget-theme-post-excerpt p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.meetWrap .elementor-carousel-image:before {
	    width: calc(100% - 40px);
	    height: calc(100% - 40px);
	    left: 20px;
	    top: 20px;
	    border: 2px solid #c4b27d;  
    } 
    .meetWrap .swiper-slide {
	    transform: scale(.85);
	}
	.meetWrap .elementor-element.elementor-arrows-position-outside .swiper, 
	.meetWrap .elementor-lightbox.elementor-arrows-position-outside .swiper {
	    width: calc(100% - 30px);
	}
	.exploreWrap .textBox .elementor-widget-text-editor p {
	    font-size: 15px;
	    line-height: 28px;
	}
    .exploreWrap .owl-carousel .pageTitle,
	.exploreWrap .elementor-cta__content .elementor-cta__title {
	    font-size: 18px;
        padding: 10px 16px;
	} 
	.exploreWrap .imageBox:before {
	    width: calc(46% - 20px);
	}
	.welcomeWrap .imageBox:before {
    	height: 3px;
	   	width: calc(100% - 40px);
    	top: 20px;
    	left: 20px;
	}
	.welcomeWrap .imageBox .imgBox:before, .welcomeWrap .imageBox .imgBox:after {
	    width: 3px;
	    height: calc(100% - 40px);
	    top: 20px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:before,
	.welcomeWrap .imageBox .imgBox:before {
	    left: 20px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:after,
	.welcomeWrap .imageBox .imgBox:after {
	    right: 20px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:after, 
	.welcomeWrap .imageBox .elementor-widget-image:before {
 		width: calc(50% - 10px);
    	height: 3px;
	    bottom: 20px;
	}
    .meetWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -50px !important;
    }
    .meetWrap .elementor-swiper-button.elementor-swiper-button-next {
       right: -50px !important;  
    } 
    .innerBnr .borderBox .elementor-widget-text-editor p strong {
        font-size: 18px;
    }
    .innerBnr .borderBox:after,  
    .innerBnr .borderBox:before {
        border-width: 3px;
    }
    .mapWrap .elementor-image-box-description, .mapWrap .elementor-icon-list-text {
        font-size: 18px;
    }
    .mapWrap .mapBox .gmp_MapPreview, 
    .mapWrap .mapBox .gmpMapDetailsContainer {
        height: 400px !important;
    }
    .contactWrap .elementor-form .elementor-field-textual {
        font-size: 16px;
        padding: 12px 18px;
        height: 56px;
    }
    .contactWrap .elementor-form textarea {
        min-height: 220px !important;
    }
    .contactWrap .elementor-form .elementor-field-type-submit {
        margin-top: 0px;
    }
    .contactWrap .elementor-form .select-caret-down-wrapper {
        width: 18px;
        right: 18px;
    } 
    .contactWrap:before {
        top: -60px !important;
    }
    .innerBnr .safeTitle .elementor-heading-title {
        font-size: 20px;
        letter-spacing: 4px;
    }
    .innerBnr .elementor-nav-menu--main .menu-item a {
        font-size: 15px;
        min-width: 100px;
    }
    .singlepostWrap .elementor-widget-post-info time {
        font-size: 15px;
    }
    .singlepostWrap .elementor-widget-theme-post-content ul li,
    .singlepostWrap .elementor-widget-theme-post-content ol li,
    .singlepostWrap .elementor-widget-theme-post-content p {
        font-size: 15px;
        line-height: 30px;
    }
    .singlepostWrap .shareTitle .elementor-heading-title {
        font-size: 24px;
    }
    .singlepostWrap .elementor-widget-share-buttons .elementor-share-btn {
        min-width: 110px; 
    }
    .singlepostWrap .elementor-widget-share-buttons .elementor-share-btn__title {
        font-size: 16px;
    }
    .singlepostWrap .elementor-widget-posts .elementor-post__title {
        font-size: 26px;
    }
    .singlepostWrap .elementor-posts .elementor-post__excerpt p {
        font-size: 16px;
    } 
    .singlepostWrap .elementor-widget-theme-post-title .elementor-heading-title:after {
        height: 8px;
        bottom: 6px;
    }
    .singlepostWrap .elementor-widget-button .elementor-button {
        min-width: 190px;
    }

    .peopleWrap .quoteBox .elementor-widget-text-editor p {
        line-height: 32px;
        padding-bottom: 0;
    }
    .gettingWrap .rightBox .scnTitle .elementor-heading-title {
        font-size: 30px;
    }
    .gettingWrap .rightBox .elementor-widget-text-editor ul li, 
    .gettingWrap .rightBox .elementor-widget-text-editor p {
        font-size: 14px;
        line-height: 24px;
    }
    .gettingWrap .rightBox .elementor-widget-text-editor ul {
        margin: 0px 0 20px 0px; 
    }
    .gettingWrap .box:before {
        right: -15px;
    } 
    .gettingWrap .box1:before {
        left: -15px;
    }
    .gettingWrap .leftBox .elementor-blockquote__content {
        font-size: 20px;
    }
    .clickTitle .elementor-heading-title {
        font-size: 28px;
    }
    .wantWrap .scnTitle .elementor-heading-title {
        font-size: 36px;  
    }
    .exploreWrap .owl-carousel .contentBox {
        min-height: 360px;
    } 
    .exploreWrap .owl-nav-btn button {
        width: 30px; 
    } 
    .exploreWrap .owl-nav-btn {
        margin: 8px 55px 0 0;
    } 
    .homesWrap .owl-carousel { 
        gap: 25px;
    }
    .resourcesWrap .subTitle .elementor-heading-title {
        font-size: 20px;
    } 
    .resourcesWrap:before {
        bottom: -100px; 
    }   
   
}
 
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {   
	
	@media screen and (orientation: landscape) {

	}
	 
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.containerWrap ol li, 
	.containerWrap ul li,
	p {
    	line-height: 26px;
	}
	.dbtn {
	    font-size: 16px !important;
	    line-height: 22px !important;
	    padding: 10px 22px !important;
	}
	.footer .borderBox .chatTitle .elementor-heading-title {
	    font-size: 28px;
	    line-height: 32px;  
	}	
	.footer .topLine .elementor-divider-separator {
    	height: 80px;
    }
    .footer .infoBox .elementor-icon-list-text {
    	font-size: 20px;
    }
    .footer nav.elementor-nav-menu--main .menu-item a {
	    font-size: 16px;
	    line-height: 20px;
	} 
	.footer .elementor-widget-text-editor p {
	    font-size: 13px;
	    line-height: 20px;
	}  
	.footer .borderBox .chatTitle .elementor-heading-title label:before {
		height: 8px;
		bottom: 4px;
	}
	.footer .borderBox .lineBox .line2, 
	.footer .borderBox .lineBox .line1 {
	    height: 35px;
	}
	.scnTitle .elementor-heading-title {
	    font-size: 34px;
        line-height: 40px;
	}
	.testimonialWrap .elementor-widget-testimonial-carousel .elementor-testimonial__text {
	    font-size: 18px;
	}
	.abtTitle .elementor-heading-title {
	    font-size: 20px;
	    letter-spacing: 1px;
	}
	.testimonialWrap .elementor-testimonial__name {
	    font-size: 14px;
	}
	.abtTitle .elementor-heading-title:before {
		bottom: 10px;
		height: 2px;
	}
	.testimonialWrap .imageBox:before {
	    width: calc(100% - 30px);
	    left: 15px;
	    top: 15px;
	}
	.testimonialWrap .imageBox .imgBox:after, .testimonialWrap .imageBox .imgBox:before {
	    height: calc(100% - 30px);
	    top: 15px;
	}
	.testimonialWrap .imageBox .border_image:before,
	.testimonialWrap .imageBox .imgBox:before {
	    left: 15px;
	}
	.testimonialWrap .imageBox .border_image:after,
	.testimonialWrap .imageBox .imgBox:after {
	    right: 15px;
	}
	.testimonialWrap .imageBox .border_image:after, .testimonialWrap .imageBox .border_image:before {
	    width: calc(50% - 7.5px);
	    bottom: 15px;
	}
	.testimonialWrap .swiper-pagination-bullets {
	    text-align: center;
	}
	.updateWrap .postTitle .elementor-heading-title {
	    font-size: 24px;
	} 
	.updateWrap .elementor-widget-theme-post-excerpt p {
	    font-size: 14px;
	    line-height: 22px;
	} 
	.meetWrap .elementor-carousel-image:before {
	    width: calc(100% - 30px);
	    height: calc(100% - 30px);
	    left: 15px;
	    top: 15px; 
	    border: 2px solid #c4b27d;  
    } 
    .meetWrap .swiper-slide {
	    transform: scale(.85);
	}
	.meetWrap .elementor-element.elementor-arrows-position-outside .swiper, 
	.meetWrap .elementor-lightbox.elementor-arrows-position-outside .swiper {
	    width: 100%;
	}
	.exploreWrap .textBox .elementor-widget-text-editor p {
	    font-size: 14px;
	    line-height: 26px;
	}
    .exploreWrap .owl-carousel .pageTitle,
	.exploreWrap .elementor-cta__content .elementor-cta__title {
	    font-size: 18px;
        padding: 10px 16px;
	} 
	.exploreWrap .imageBox:before {
	    width: 100vw;
        left: auto;
        right: 25px; 
	}
	.exploreWrap .imageBox {
	    position: relative;
	}  
	.welcomeWrap .imageBox:before {
    	height: 2px;
	   	width: calc(100% - 30px);
    	top: 15px;
    	left: 15px;
	}
	.welcomeWrap .imageBox .imgBox:before, .welcomeWrap .imageBox .imgBox:after {
	    width: 2px;
	    height: calc(100% - 30px);
	    top: 15px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:before,
	.welcomeWrap .imageBox .imgBox:before {
	    left: 15px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:after,
	.welcomeWrap .imageBox .imgBox:after {
	    right: 15px;
	}
	.welcomeWrap .imageBox .elementor-widget-image:after, 
	.welcomeWrap .imageBox .elementor-widget-image:before {
 		width: calc(50% - 7.5px);
    	height: 2px;
	    bottom: 15px;
	}
	.prelaoder .box {
		-webkit-transform: scale(.75); 
		-o-transform: scale(.75);
		-moz-transform: scale(.75);
		transform: scale(.75);
	}
    .meetWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -20px !important;
    }
    .meetWrap .elementor-swiper-button.elementor-swiper-button-next {
       right: -20px !important;  
    } 
    .header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li.contactBtn:before {
        margin: 8px auto 20px;
    }
    .header .menuBox .elementor-nav-menu .sub-arrow {
        padding-left: 5px;
    } 
    .innerBnr .borderBox .elementor-widget-text-editor p strong {
        font-size: 16px;
    } 
    .innerBnr .borderBox:after,  
    .innerBnr .borderBox:before {
        border-width: 3px; 
    }
    .mapWrap .elementor-image-box-description, .mapWrap .elementor-icon-list-text {
        font-size: 18px;
    }
    .mapWrap .mapBox .gmp_MapPreview, 
    .mapWrap .mapBox .gmpMapDetailsContainer {
        height: 400px !important;
    }
    .mapWrap .elementor-icon-list-items {
       max-width: 350px;
        margin: 0 auto !important;
    } 
    .mapWrap .elementor-image-box-wrapper {
        display: flex; 
        text-align: left !important;
        max-width: 350px;
        margin: 0 auto;
    }
    .mapWrap .elementor-widget-image-box .elementor-image-box-content {
        width: auto;
    }
    .mapWrap .elementor-widget-image-box .elementor-image-box-img {
        margin: 0 10px 0 0 !important;
    }
    .contactWrap .elementor-form .elementor-field-textual {
        font-size: 15px;
        padding: 12px 18px;
        height: 54px;
    }
    .contactWrap .elementor-form textarea {
        min-height: 220px !important;
    }
    .contactWrap .elementor-form .elementor-field-type-submit {
        margin-top: 0px;
    }
    .contactWrap .elementor-form .select-caret-down-wrapper {
        width: 18px;
        right: 18px;
    } 
    .contactWrap:before {
        top: -60px !important;
    }
     .innerBnr .safeTitle .elementor-heading-title {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .innerBnr .elementor-nav-menu--main .menu-item a {
        font-size: 15px;
        min-width: 100px;
    }

    .singlepostWrap .elementor-widget-post-info time {
        font-size: 14px;
    }
    .singlepostWrap .elementor-widget-theme-post-content ul li,
    .singlepostWrap .elementor-widget-theme-post-content ol li,
    .singlepostWrap .elementor-widget-theme-post-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .singlepostWrap .shareTitle .elementor-heading-title {
        font-size: 20px;
    }
    .singlepostWrap .elementor-widget-share-buttons .elementor-share-btn {
        min-width: 100px;
        height: auto;
        padding: 8px 0; 
    }
    .singlepostWrap .elementor-widget-share-buttons .elementor-share-btn__title {
        font-size: 14px;
    }
    .singlepostWrap .elementor-widget-posts .elementor-post__title {
        font-size: 24px;
    }
    .singlepostWrap .elementor-posts .elementor-post__excerpt p {
        font-size: 15px;
    } 
    .singlepostWrap .elementor-widget-theme-post-title .elementor-heading-title:after {
        height: 8px;
        bottom: 6px;
        width: 100%;
        left: 0;
    }
    .singlepostWrap .elementor-widget-button .elementor-button {
        min-width: 160px;
    }

    .peopleWrap .quoteBox .elementor-widget-text-editor p {
        line-height: 26px;
        padding-bottom: 0;
    }
    .gettingWrap .rightBox .scnTitle .elementor-heading-title {
        font-size: 28px;
    }
    .gettingWrap .rightBox .elementor-widget-text-editor ul li, 
    .gettingWrap .rightBox .elementor-widget-text-editor p {
        font-size: 14px;
        line-height: 24px;
    }
    .gettingWrap .rightBox .elementor-widget-text-editor ul {
        margin: 0px auto 20px auto; 
    }
    .gettingWrap .box:before {
        display: none;
    }
    .careWrap.gettingWrap .rightBox:before {
        display: none;
    }
    .gettingWrap .leftBox .elementor-blockquote__content {
        font-size: 18px;
        text-align: center;
    }
    .clickTitle .elementor-heading-title {
        font-size: 26px; 
    }
    .wantWrap .scnTitle .elementor-heading-title {
        font-size: 32px;  
    }
     .exploreWrap .owl-carousel .contentBox {
        min-height: 360px;
    } 
    .exploreWrap .owl-nav-btn button {
        width: 30px; 
    } 
    .exploreWrap .owl-nav-btn {
        margin: 8px 55px 0 0;
    } 
    .homesWrap .owl-carousel {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 25px;
    }
    .resourcesWrap .subTitle .elementor-heading-title {
        font-size: 20px;
    } 
    .resourcesWrap:before {
        bottom: -85px; 
    } 
    .resourcesWrap .elementor-widget-button .dbtn {
        font-size: 14px !important;
        line-height: 16px !important;
    }

}

     
/* Landscape phones and down */
@media (max-width: 575px) { 
	.footer .elementor-widget-text-editor p label {
	    display: block;
	}

}