/* AVENIR */
	@font-face {
	    font-family: 'Avenir'; 
		font-display: swap;
	    src: url('fonts/AvenirLTStd-Medium.otf'); 
	    
	}
	@font-face {
	    font-family: 'AvenirLight';
		font-display: swap;
	    src: url('fonts/AvenirLTStd-Roman.otf'); 
	   
	}
	@font-face {
	    font-family: 'Avenir Black'; 
		font-display: swap; 
	    src: url('fonts/AvenirLTStd-Black.otf');
	    
	}
	@font-face {
	    font-family: 'Avenir Heavy'; 
		font-display: swap;
	    src: url('fonts/Avenir-Heavy.ttf'); 
	    
	}
/* POXIMA */
	@font-face {
		
	    font-family: 'Proxima Regular'; 
		font-display: swap;
	    src: url('fonts/proximanova-regular.otf');
	     
	}
	@font-face {
		
	    font-family: 'Proxima Thin'; 
		font-display: swap;
	    src: url('fonts/Proxima-Nova-Thin.otf'); 
	    
	}
	@font-face {
		
	    font-family: 'Proxima Medium';
		font-display: swap;
	    src: url('fonts/Proxima-Nova-Semibold.ttf'); 
	    
	}
	@font-face {
	    font-family: 'Proxima Bold'; 
		font-display: swap;
	    src: url('fonts/Proxima-Nova-Bold.otf'); 
	    
	}
/* REDHAT */
	@font-face {
	    font-family: 'Redhat Regular'; 
		font-display: swap;
	    src: url('fonts/RedHatDisplay-Regular.otf'); 
	    
	}



/* Defaults */
html {
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
	-webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

div.elementor-widget-text-editor{
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6{
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 25px;
}

h1{ font-size:50px; }
h2{ font-size:45px; }
h3{ font-size:35px; }
h4{ font-size:30px; }
h5{ font-size:25px; }
h6{ font-size:20px; }

a{
    border-bottom: none;
    color: #131619;
    font-weight: 400;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	font-family: 'Avenir Black', sans-serif;
	font-weight: normal;
}

h1{
	font-size:50px;
}

h2{
	font-size:40px;
}

h3{
	font-size:35px;
}

h4{
	font-size:32px;
}

h5{
	font-size:28px;
}

h6{
	font-size:24px;
}

p {
	margin:0px;
	font-family: 'Proxima Regular', Sans-serif;
}

blockquote::before {
    content: "";
}

strong{ 
	font-weight:700; 
}

p {
    margin: 0 0 20px;
    padding: 0;
}



/* Posts and Pages Layout */

.post-edit-link {
    clear: both;
    display: none;
}

a:focus {
    outline: none;
}

a:hover, 
.entry-title a:hover,
.white-text a:hover,
#custom-footer-section .widget a:hover,
#bottom-full-width-section .menu li a:hover{ 
	border:none; 
	color:#333;
}

.clearfix{
	display:block;
	width:100%;
	clear:both;
}

.single .entry,
.article .entry,
.blog .entry {
    margin-bottom: 40px;
    padding: 0;
}

.tpl-full-width .entry,
.elementor-page .entry{
	padding:0;
}

.entry {
    margin-bottom: 0;
    padding: 0 35px;
}
.guaranteed-investment-home-section p {
	letter-spacing: 1px;
	font-family: 'Proxima Regular', sans-serif; 
}

.elementor-location-header {
    position: absolute;
    width: 100%;
}

.elementor-location-header section.header-main{
	width: 100%!important;
}

.page-heading-wrapper h1 {
	padding-top: 140px!important;
}
.page-heading-wrapper.remove-padding-top h1 {
	padding-top: 0px!important;
}

.alt-heading .page-heading-wrapper h1 {
	font-size: 38px!important;
	line-height: 1.2em;
}
.alt-heading h1.elementor-heading-title.elementor-size-default {
    padding-left: 14%;
    padding-right: 14%;
}
/*
.site-inner{
	min-height:500px;
	padding:55px 0 200px;
}*/


/* Footer */

.footer-nav-item-wrap ul li a {
	font-family: 'Avenir', sans-serif;
}
.footer-nav-item-wrap ul li a:hover {
	font-family: 'Avenir Heavy', sans-serif;
}

/* Sections Layout */
.learning-centre-submenu-right .entry {
	padding: 0px;
}

.inner{ 
	max-width:1150px; 
	width:100%; 
	margin:0 auto;  
	overflow:hidden; 
	position:relative;
}

.white-text p, .white-text a, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text div, .white-text ul, .white-text li, .white-text ol, .white-text{ 
	color:#fff; 
}

.section-wrap{ 
	display:block; 
	overflow:hidden; 
	margin:0 auto; 
/* 	max-width:1950px; */
	max-width:2000px;
	width:100%; 
	padding:45px 0; 
	position:relative; 
	z-index:1; 
}


/* Buttons Classes */

/*
.custom-btn{
    border: 1px solid #999;
    color: #333;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin:0 auto;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    border-radius:5px;
}

.custom-btn:hover{
    background: #999 none repeat scroll 0 0;
    border: 2px solid #999;
    color: #fff;
}

.white-btn{ 
	padding: 15px 40px;
	color:#00b3df!important; 
	border:2px solid #fff; 
	background:transparent; 
	letter-spacing:1px;
	background:#fff; 
	font-size:16px;
}

.white-btn:hover{ 
	background:transparent; 
	border:2px solid #fff; 
	color:#fff!important; 
}*/
	

/* Maps */

.google-maps {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
	height:490px;
}
	
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: 0 auto;
	max-width:980px!important;
	width: 100% !important;
	height:490px!important; 
}
	

/* Navigation Menus */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	content:url('images/ypyw-menu-indicator-down-icon.png');
	left: 3px;
    top: -3px;
}

.learning-centre-submenu-left > ul > li > a {
	font-size: 21px!important;
	letter-spacing: 0.6px;
	font-family: 'Avenir Black', sans-serif!important;
}

.learning-centre-submenu-left > ul > li p {
	font-size: 16px!important;
	letter-spacing: 0.6px;
	font-family: 'Proxima Thin', sans-serif!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	font-weight: bold;
	color: #fff;
}
ul#mega-menu-primary {
	text-align: center!important;
}

/* SEARCH HEADER*/
	.elementor-location-footer .footer-d-none {
		display: none!important;
	}
	section#search-form-popup-section {
	    position: fixed;
	    width: 100%;
	    z-index: 9999;
	    display: none;
	}

	#search-form-popup-section button.elementor-search-form__submit {
	    margin: 20px;
	    border-radius: 100px!important;
	    text-transform: uppercase;
	    letter-spacing: 0.02em;
	    cursor: pointer;
	}

	#search-form-popup-section button.elementor-search-form__submit .elementor-screen-only {
		position: relative!important;
		top: 0!important;
		padding-left: 10px;
	}
	#search-form-popup-section .elementor-search-form__input {
	    padding: 0em 0 0 4em ;
	}
	#search-menu-icon {
		cursor: pointer;
	}

	/* SEARCH ON PAGE */

	.four-0-4-page-content .bdt-search-default .bdt-search-icon {
	    width: 40px;
	    margin-right: 45px;
	    color: #63D8FC;
	}

	section#search-form-popup-section {
	    max-width: 2000px;
	    /*left: 50%;
	    transform: translateX(-50%);*/
	    top:0;
	}

/* Search Page Layout */

	.site-header .search-form{
		margin:0;
	}

	.popup-search {
	    display: none;
	    margin: 0 auto;
	    max-width: 300px;
	    position: absolute;
	    top: 20px;
	    width: 100%;
	    z-index: 99999;
	    right: 215px;
	}

	.popup-search .search-form{
		width:40px;
	}

	.popup-search input[type="submit"]{
		display:none;
	}

	.popup-search input#searchsubmit {
	    background: #000 none repeat scroll 0 0;
	    padding: 12px 25px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    display:none;
	}

	.popup-search input{
		font-size: 13px;
		background: #fff;
		border:none;
		padding: 10px 18px;
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px 0 rgba(0, 0, 0, 0.1) inset;
		border-radius:30px;
		transition: all .1s ease 0s;
	}

.genesis-nav-menu a:hover, #menu-main a:hover{
	color:#ccc;
}

.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
#menu-main .current-menu-item > a, #menu-main .sub-menu .current-menu-item > a:hover{
	color:#ccc;
}

#menu-main li {
    display: inline-block;
}

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    clip: initial;
    color: transparent;
    height: auto;
    margin: 15px 0 0 -50px;
    padding: 0;
    position: absolute;
    width: auto;
}

.genesis-nav-menu#menu-main .sub-menu, #menu-main .sub-menu{
	margin-top:-10px;
}

.genesis-nav-menu#menu-main .sub-menu li:last-of-type a, #menu-main .sub-menu li:last-of-type a{
	border-radius:0 0 5px 5px;
	border-bottom:none;
}

.genesis-nav-menu#menu-main .sub-menu a, #menu-main .sub-menu a{
	background:#fff;
	text-transform:none;
	padding:15px;
	border-bottom:1px solid #291913;
	border-top:none;
	border-left:none;
	border-right:none;
	font-size:15px;
	width:150px;
}

.genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 10px 23px;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}



/* Mobile Menu */

.toggle-wrap {
    clear: none;
    display: none;
    margin: 20px auto;
    width: 50px;
    float: none;
}

#toggle-nav {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: none;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    outline: medium none;
    overflow: hidden;
    padding: 3px 0 0;
    text-align: right;
    text-indent: -99999px;
    width: 50px;
}

#toggle-nav span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 0 auto 5px auto;
    width: auto;
}


/* Popups */


.popmake iframe{ max-width:100%; width:100%; display:block; }

.popmake-title {

}

.popmake{
    background:#fff!important;
    left: 0!important;
    margin: 0 auto!important;
    max-width: 915px!important;
    right: 0!important;
    width: 96%!important;
    padding:10px!important;
}

.popmake-close{
    background:transparent url('images/close-btn.jpg') no-repeat top/contain!important;
    width:30px!important;
    height:30px!important;
    color:transparent!important;
    top:-30px!important;
}

.popmake .popmake-content p:last-of-type{
	margin:0;
}

#popmake-46664{
    background:#EFEFEF!important;
    left: 0!important;
    margin: 0 auto!important;
    max-width: 1030px!important;
    right: 0!important;
    width: 96%!important;
    padding:60px 70px!important;
}


/* Header Widgets */

.site-header{	
	/*position:fixed;*/
	background:#191A1F;
	min-height:100px;
	padding:15px 0 20px;
	width:100%;
	z-index:99999;
	overflow:hidden;
}

.home .site-header,
.tpl-no-title .site-header,
.tpl-trans-header .site-header{
	/*background:transparent;*/
	transition: all .5s ease;
	padding:15px 0;
}

.tpl-no-title .site-header.scrolling,
.tpl-trans-header .site-header.scrolling,
.site-header.scrolling{
	position:fixed;
	background: #191A1F!important;
    transition: all .5s ease;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding:15px 0;
	min-height:70px;
}

.site-header .wrap {
    max-width: 1200px;
    padding: 0;
	position:relative;
}


/* Full Width Widgets */


#top-full-width-section .widget-wrap,
#footer-full-width-section .widget-wrap,
#bottom-full-width-section .widget-wrap{
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
    overflow:hidden;	
}

.main-cta-money-back-guarantee {
	overflow: hidden;
}

.section-limit {
	width: 100%;
	max-width: 2000px;

	display: block;
	margin: 0 auto;
}

/* Primary Sidebar */



/* HOMEPAGE SECTIONS */


	/* Pseudo Paths*/
	.full-house-path:before,
	.content-left-side-body-path:before,
	.roof-and-body-pattern:after,
	.with-rectangle-pattern:before,
	.with-rectangle-pattern-after:after,
	.your-property-your-wealth-content-path-right:after,
	.your-property-your-wealth-content-path-left:before,
	.main-cta-money-back-guarantee:before,
	.page-heading-wrapper:before,
	.cta-money-back:before,
	.guaranteed-investment-home-section:before, 
	.amtba-home-section:before, 
	.purchased-property-home-section:before, 
	.real-clients-real-results-home-section:before,
	.footer-main-wrap:before {
			content: '';
			position: absolute;

	}
	.full-house-path:before {
		content: url(images/you-property-your-wealth-full-house-path.svg);
	    top: -55%;
	    right: 0%; 
	    z-index: 0;
	}
	.roof-and-body-pattern:after {
		content: url(images/ypyw-roof-body-path.svg);
	    top: 48%;
	    right: 0%; 
	}
	.with-rectangle-pattern:before {
		content: url(images/rectangle-path-ypyw.svg);
	    top: 30%;
	    right: 0%; 
	}
	.with-rectangle-pattern-after:after {
		content: url(images/rectangle-path-ypyw.svg);
	    top: 200%;
	    right: 0%; 
	}

	.guaranteed-investment-home-section:before {
		content: url(images/ypyw-guarantee-your-investment-path-icon.png);
		width: 100%;
		z-index: 1;
		left: 0px;
	    top: 0px;
	}
	.amtba-home-section:before {
	    content: url(images/ypyw-home-section-7-path.svg);
	    top: 0;
	    right: 0%;
	}
	.purchased-property-home-section:before{
		content: url(images/ypyw-home-section-8-path.svg);

	}
	.real-clients-real-results-home-section:before {
		content: url(images/ypyw-home-section-9-path.svg);
		right: 0;
	}
	.footer-main-wrap:before {
		top:-50px;
		content: url(images/ypyw-footer-path.svg);

	}

	.page-heading-wrapper:before {
		content: url(images/page-heading-path.svg);
		right: 0;
		bottom: -34px;
		z-index: 1;
	}
	.alt-heading .page-heading-wrapper:before {
		content: url(images/page-heading-path-alt.svg);
		right: 0;
		bottom: -34px;
		z-index: 1;
	}

	.cta-money-back:before, .main-cta-money-back-guarantee:before{
		content: url(images/your-property-your-wealth-main-cta-path.svg);
		top: 0;
		z-index: 1;
	}

	.your-property-your-wealth-content-path-left:before {
		content: url(images/your-property-your-wealth-content-path-left.svg);
	    top: 37.5%;
	    transform: translateY(-50%);
	    left: 0;
	    z-index: 0;
	}
	.your-property-your-wealth-content-path-right:after {
		content: url(images/your-property-your-wealth-content-path-right.svg);
	    top: 37.5%;
	    transform: translateY(-50%);
	    right: 0;
	    z-index: 0;
	}
	.content-left-side-body-path:before {
		content: url(images/content-left-side-body-path.svg);
		top: 37.5%;
	    transform: translateY(-50%);
	    left: 0;
	    z-index: 0;
	}
	
	.section-wrap.guaranteed-investment-home-section {
		overflow: visible;
	}

	.steps-timeline.your-property-your-wealth-content-path-left:before {
		top:44.5%;
	}
	.steps-timeline.your-property-your-wealth-content-path-right:after {
		bottom: 0;
		top: unset;

	}
	.top100:before {
		top: 100%!important;
	}
	.top65:before {
		top:65% !important;
	}
	.top18:before {
		top:18% !important;
	}



/* Gravity Forms */

.gform_page_fields ul.gform_fields input{
	border:1px solid #ccc!important;
	line-height: 1.25!important;
	padding: 10px 20px!important;
}


.gform_button.button{
    font-weight: 700;
    font-size: 18px!important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    padding: 18px 35px;
	margin:0!important;
	color:#fff!important;
	transition:none;
	line-height:1.1;
}

.gform_button.button:hover{
	background: #49BF4F;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label textarea,
.gform_wrapper .top_label select.medium {
    border: 1px solid #ccc!important;
    padding: 10px 20px!important;
	line-height:1.3!important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0!important;
    padding-top: 0;
}

#gform_wrapper_4.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px!important;
}

#gform_wrapper_4.gform_wrapper ul.gform_fields li.gfield {
	padding-bottom: 8px!important;
}

#gform_wrapper_4 .top_label div.ginput_container {
    margin-top: 2px;
}
#gform_wrapper_4 input.gform_next_button.button, #gform_wrapper_4 input.gform_previous_button.button, #gform_wrapper_4 input.gform_button.button {
    font-family: "Avenir", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 0.6px;
    fill: var( --e-global-color-text );
    color: var( --e-global-color-text );
    background-color: var( --e-global-color-accent );
    border-radius: 36px 36px 36px 36px;
    padding: 18px 30px 18px 30px;
    outline: none;
    border: none;
}
#gform_wrapper_4 input.gform_next_button.button:hover, #gform_wrapper_4 input..gform_previous_button.button, #gform_wrapper_4 input.gform_button.button{
	box-shadow: 0 10px 10px rgb(30 62 86 / 24%);
    fill: #fff!important;
    color: #fff!important;
    background-color: #1e3e56!important;
}
/* Testimonials */

.easy-t-cycle-pager span.cycle-pager-active {
    color: #fff;
}

.easy-t-cycle-pager span{
	color:#7c7c7c;
}

.easy-t-cycle-pager span{
	width:25px;
	font-size:80px;
	height:30px;
}





/* Custom CSS */

.scroll-to-top{ 
	width:35px; 
	height:35px; 
	background:#1e1e1e url('images/to-top-img.png') no-repeat center center;
	position:fixed; 
	bottom:60px; 
	right:30px; 
	z-index:9999999; 
	cursor:pointer; 
	display:none; 
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

.widget-title, 
.widget h2.widgettitle, 
.widget.hide-title .widget-title{
	display:none;
}

.sidebar-primary .widget-title, 
.sidebar-primary .widget h2.widgettitle{
	display:block;
}

.widget.show-title .widget-title{
	display:block;
}

.content-left{
	float:left;
	width:48%;
}

.content-right{
	float:right;
	width:48%;
}

.content-top,
.content-center,
.content-bottom{
	max-width:100%;
	width:100%;
	margin:0 auto;
}

.block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.blocks-wrap{
	text-align:center;
	width:100%;
}

.footer-copyright .wrap{
	border:none;
}

.site-header .widget-area {
    margin-top: 10px;
    max-width: 800px;
    width: 100%;
	text-align:right;
}

.site-footer p, 
.site-footer p a {
    color: #787D7E;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height:1.3;
}

.site-footer{
	padding:0 0 20px 0;
	display:none;
}

.footer-copyright {
    padding-top: 20px;
}

.single .entry {
    padding: 0;
}

.sidebar-primary {
    float: right;
    width: 325px;
}

.sidebar .widget {
    margin-bottom: 30px;
    padding: 30px 25px;
}


.arrow-down-blue {
    border-top: 20px solid #199dbf;
}

.arrow-down-gray {
    border-top: 20px solid #e0e0e0;
}

.arrow-down-blue, .arrow-down-gray{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    margin: 0 auto -20px;
    position: relative;
    width: 0;
    z-index: 5;
}

.header-image .site-title > a {
    background: rgba(0, 0, 0, 0) url("images/logo.svg") no-repeat scroll left center;
    float: left;
    min-height: 56px;
    width: 100%;
}

.title-area {
	padding:0;
	position:absolute;
	left:0;
	top:5px;
    width: 259px;
}

.search-btn a {
    padding-right: 0;
	cursor:pointer;
}

.load-more-btn{
	background:#fff;
	border:1px solid #ffa01f;
	border-radius:50px;
    color: #ffa01f;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    padding: 22px 45px;
    text-align: center;
	margin:20px auto;
	text-transform:capitalize;
	line-height:1.1;
}

#mobile-menu-section,
.mobile-menu-wrap{
	display:none;
}

.mobile-menu-section {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.mobile-menu-section .search-form{
    margin: 0;
    width: 100%;
}

.entry-author-link{
	color:#787D7E;
}

li.no-link a:hover{
	color:unset!important;
}

ul.blue-tick{
	margin-bottom:30px;
}

ul.blue-tick li{
	background:url('images/tick.svg') no-repeat left top;
	font-size:18px;
	font-weight:300;
	line-height:1.3;
	margin-bottom:20px;
	padding-left:20px;
}

.green-btn .elementor-button-link,
.maxbutton.green-btn{
	color:#fff!important;
	background: rgb(34,85,189);
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
	transition:none;
}

.green-btn .elementor-button-link:hover,
.maxbutton.green-btn:hover{
	background:#49BF4F;
}

.elementor-template-full-width .site-inner,
.elementor-page .site-inner{
	padding:0!important;
}

.elementor-page .site-inner{
	max-width:1950px;
}



#custom-footer-section{
	background:#111214;
	padding:20px 0;
}

#custom-footer-section li,
#custom-footer-section a,
#custom-footer-section p{
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin-bottom:0;
}

#custom-footer-section .widget{
	display:inline-block;
	vertical-align:top;
}

#custom-footer-section .inner{
	max-width:1160px;
}
.footer-socail-links .elementor-icon-list-text {
	display: none!important;
}
.footer-logo-wrap figcaption {
	display: none!important;
}
.widget.footer-custom-link-widget{
	float:right;
	text-align:right;
}

.widget.footer-copyright-widget a:before{
	content:'|';
	vertical-align:top;
	padding:0 10px;
	color:#fff!important;
}

.widget.footer-copyright-widget .menu li:after{
	content:'|';
	vertical-align:middle;
}

.widget.footer-copyright-widget .menu li:last-of-type:after{
	display:none;
}

.widget.footer-copyright-widget .menu li a{
	padding:0 10px;
}

.widget.footer-copyright-widget.menu li:first-of-type a{
	padding-left:0;
}

.disable-flex .elementor-column-wrap,
.disable-flex .elementor-widget-wrap,
.disable-flex .elementor-row{
	display:block;
}

.inline-disable-flex .elementor-column-wrap,
.inline-disable-flex .elementor-widget-wrap,
.inline-disable-flex .elementor-row{
	display:inline-block;
	vertical-align:top;
}

.header-title{
	background:#212328 none no-repeat center top;
	text-align:center;
	padding:50px 0;
}

body.elementor-template-canvas{
	margin:0;
}

/* # Custom Styles  11-16-2020
---------------------------------------------------------------------------------------------------- */

body {
	margin: 0;
}
.header-main {
	transition: all 0.14s ease;
}
.header-logo img {
	max-height: 115px;
	padding: 0px 0px;
	width: auto!important;
	transition: all 0.14s ease;
}
.elementor-sticky--effects .header-logo img {
	max-height: 80px;
	width: auto!important;
	transition: all 0.14s ease;
}
.elementor-sticky--effects{
	background-color: #1E3E56 !important;
	transition: all 0.14s ease;
}
.elementor-sticky--effects .elementor-row,
.elementor-sticky--effects .elementor-row a {
	max-height: 90px;
	transition: all 0.14s ease;
}

.d-none  , .footer-d-none {
	display: none;
}

.elementor-custom-embed-play {
    background: #63d8fc;
	height:60px;
	width:84px;
}
.single .singple-post-video .elementor-custom-embed-play {
    display: none;
}
.single .singple-post-video .elementor-custom-embed-play .svg-inline--fa.fa-play {
    display: none;
}

.elementor-custom-embed-image-overlay {
	background-color: rgb(86 206 245 / 78%);
}

.svg-inline--fa.custom-play {
    color: #fff;
    background: #63d8fc;
    height: 30px;
    width: 30px;
    margin-top: 15px;
}
#what-our-clients-say .elementor-button{
	display: none!important;
}
#what-our-clients-say h3{
	font-family: 'Redhat Regular', sans-serif; 
}
.home #what-our-clients-say .elementor-button{
	display: inline-block!important;
}

#featured-on img.swiper-slide-image {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
	transition:all 0.5s ease;
}
#featured-on img.swiper-slide-image:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.elementor-custom-embed-play i.custom-play {
    font-size: 40px!important;
	background: #63d8fc;
	text-shadow:none;
	padding:20px;
}
.provide-solution-list .elementor-icon-box-icon {
    margin-top: 8px;
}

/* STARTED HERE */
/* 11/20/2020 */

/* PODCAST */
.castos-player.dark-mode .player {
    background: linear-gradient(359.68deg, #147e9e 1.03%, #2cb6e8 77.9%)!important;
}
.castos-player.dark-mode .progress {
    background-color: #1e3e56!important;
}
.castos-player .progress__filled {
    background-color: #63d8fc!important;
}
.castos-player .currently-playing .show strong {
    font-family: 'Avenir', sans-serif;
    letter-spacing: 0.6px;
}
/* -------------------------------------------------
		GLOBAL 
---------------------------------------------------*/
.heavy-font h1, .heavy-font h2, .heavy-font h3, .heavy-font h4, .heavy-font h5{
	font-family: 'Avenir Heavy' , sans-serif;
}

.elementor-button-text {
	font-family: 'Avenir Black',sans-serif;
}
.section-wrap .page-heading-wrapper {
	padding:0px;
}
.page-heading-wrapper h1 {
	margin-bottom: 20px;
}
.page-heading-wrapper p {
    font-family: "Proxima Regular", Sans-serif;
    font-weight: normal;
    letter-spacing: 0.6px;
} 
/* END GLOBAL */

.page-8steps-process p {
    padding: 0 20%!important;
}

.ypyw-custom-button span {
	font-family: 'Avenir Black', Sans-serif;
	letter-spacing: 1px;
	line-height: 1;
}

.we-provide-solution p, .financial-freedom-list p{
	font-family: 'Proxima Thin', Sans-serif;
	font-weight: 600;
}

.redhat-p p {
	font-family: 'Redhat Regular';
}

.elementor-social-icon , .elementor-social-icon  svg{
	color: #000;
}

.lates-blog-list .elementor-post__read-more{
	font-family: 'Avenir Black', Sans-serif;
}

.lates-blog-list .elementor-posts .elementor-post__excerpt p {
    line-height: 1.3em;
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #ffffff;
    font-weight: 800;
}

/* ABOUT US */
#who-we-are h2{
	font-family: 'Avenir Black', Sans-serif;
	font-size: 50px;
	letter-spacing: 1px;
}

#who-we-are p{
	margin-bottom: 8px;
	line-height: 1.4;
}
p > a {
	color: #6ECFF2;
}
.footer-credits p > a {
	color: #1e3e56;
}

i.ep-star-full {
    color: #ff8528;
    color: #eed257;
}

/* ABOUT US PAGE */
.about-heading .elementor-widget-container p{
	padding: 0px 15px;
}
.timeline-section .timeline-1:before {
    content: '';
    position: absolute;
    background: url(images/timeline-year/Timeline-Year-2011.png) top center no-repeat;
    width: 100px;
    height: 100px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.timeline-section .timeline-2:before {
    content: '';
    position: absolute;
    background: url(images/timeline-year/Timeline-Year-2016.png) top center no-repeat;
    width: 100px;
    height: 100px;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.timeline-section .timeline-3:before {
    content: '';
    position: absolute;
    background: url(images/timeline-year/Timeline-Year-2017.png) top center no-repeat;
    width: 100px;
    height: 100px;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.timeline-section .timeline-3:after {
    content: '';
    position: absolute;
    background: url(images/timeline-year/Timeline-Year-2018.png) top center no-repeat;
    width: 100px;
    height: 100px;
    top: 40%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 3;
}

.timeline-section .timeline-4:before {
    content: '';
    position: absolute;
    background: url(images/timeline-year/Timeline-Year-2019.png) top center no-repeat;
    width: 100px;
    height: 100px;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.timeline-section .timeline-5:before {
    content: '';
    position: absolute;
    background: url(images/timeline-year/Timeline-Year-2020.png) top center no-repeat;
    width: 100px;
    height: 100px;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}


 .timeline-section .timeline .content-left {
    max-width: 490px;
    position: relative;
}



.happy-clients .swiper-slide {
	margin:1px!important;
	width:400px!important;
	padding: 45px 0px!important;
	
}
.happy-clients .swiper-slide.swiper-slide-active{
	width:424px!important;
	padding: 45px 15px!important;
    transform:scale(1.15);
	margin: 0 30px!important;
}



.swiper-slide.bdt-custom-carousel-item.bdt-transition-toggle.swiper-slide-prev{
    margin-left: 65px!Important;
}

.happy-clients .swiper-slide-active .praise-intext{
	background-color:#fff!important;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding:30px;
}

.happy-clients .swiper-slide .elementor-image {
	display:none;
}
.happy-clients .swiper-slide-active .elementor-image {
	display:block;
}
.happy-clients .swiper-container {
    padding: 40px 0;
}

.happy-clients .bdt-slidenav{
	height:44px;
	width:44px;
	text-align:center;
	border-radius:50%;
	background-color:#000;
	color:#f3f5f7;		
}

.happy-clients .bdt-custom-carousel .bdt-navigation-prev {
    left: -30px!important;
}
.happy-clients  .bdt-custom-carousel .bdt-navigation-next {
    right: -30px!important;
}
/* CLIENT RESULT*/
	.feat-client-result .feat-client-result-content li span {
		font-family: 'Proxima Regular', sans-serif; 
		font-weight: 300;
	}
	.feat-client-result .feat-client-result-content p {
		font-family: 'Proxima Regular', sans-serif; 
		font-weight: 300;
	}
	.feat-client-result .feat-client-result-content blockquote p {
		font-family: 'Proxima Thin', sans-serif; 
		font-weight: 600;
    	letter-spacing: 0.4px;
	}
	.feat-client-result .feat-client-result-content blockquote:before {
		position:absolute;
		left:0px;
		content: ' ';
		background-image: url('images/svg/praise-quote-ypyw-icon.svg');
		background-size: 24px 24px;
		height: 24px;
		width: 24px;
		color:#047CA6;
	}

/* CASE STUDY */
	.more-case-study article{
		border:1px solid #e1e1e1;
		padding: 10px!important;
	}
	.more-case-study article .elementor-post__title {
		padding-top: 15px;
	}
	.more-case-study article .elementor-post__thumbnail__link {

	}
	.more-case-study article .elementor-post__text {
		
	}

/* CPT SLIDER */

.wrapper-custom {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.feature-slide .block .overview-text{ 
	padding:45px; 
	display: block; 
	overflow: auto;
}
.feature-slide-image {  height:100%; }
.feature-slide-image div{
  height:100%;
  background-position: center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.slider__caption {
  display:inline-block;
  text-align: left;
  font-weight: 500;
  margin: 0 0 2.4rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-family: "Proxima Regular", Sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4em;
  color:#000;
}
.slider__caption img {

  margin-right: 8px;
}
.slider__caption.ml-3 {

  margin-left: 24px;
}

.slider__txt {
  color: #999;
  margin-bottom: 1rem;
  font-family: "Proxima Regular", Sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4em;
  color:#000;
}
.overview-text .slider__contents p.custom-blockquote {
	font-family: "Proxima Regular", Sans-serif;
	font-size: 16px;
	font-weight:300;
	line-height: 1.57em;
	font-style: italic;
	letter-spacing: 0.2px;
	color:#047CA6;
	position:relative;
	margin-left: 40px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.overview-text p.custom-blockquote:before {
  position:absolute;
  left:-40px;
  content: ' ';
  background-image: url('images/svg/praise-quote-ypyw-icon.svg');
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  color:#047CA6;
}


.row {
  width: 100%;
  clear: both;
  overflow: auto;
  position: relative;
  padding: 0;
  height: auto;
}
.row-features {
  position: relative;
  display: block;
  height: auto;
}
.new-feature-slider {
  width: 100%;
  float: left;
  overflow: hidden;
  height: auto;
  display: block;
}
.new-feature-slider .feature-slide {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
    min-height: 600px!important;
    height: auto;
    display: block;
    overflow: auto;
}
.new-feature-slider .feature-slide .feature-slide-image img {
  width: 100%;
  display: block;
}
.new-feature-slider .feature-slide.active {
  
  opacity: 1;
}
.block-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    height: auto;
}
.block-wrap:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  height: auto;
}
.block-wrap.new-feature-image-wrap:before {
	padding-top: 110%;
	height: 100%;
}
.w50 {
  width: 50%;
  float: left;
}
.h50:before {
  padding-top: 54%;
}
.block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.slider__nav {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1rem 8px;
	border-radius: 100%;
	z-index: 99;
	background-color:#DEE0E2;
	outline:none;
	cursor: pointer;
	-webkit-appearance: none;
	 -moz-appearance: none;
	      appearance: none;
	-webkit-backface-visibility: hidden;
	      backface-visibility: hidden;
}
.slider__nav.active {
	background:#000;
}
.slider__contents {
	display: block;
	overflow: auto;
	padding-bottom: 60px;
	position: relative;
}

.slider__contents a.elementor-button-link.button-custom {
    z-index: 9;
}
.new-feature-controls {
 	bottom: 24px;
	right: 25%;
	transform: translateX(50%);
}

.controls, .pp-navigation-control  {
  box-sizing: border-box;
  position: absolute;
  display: block;
  z-index: 9999;
  overflow: visible;
}
.controls .control, .pp-navigation-control .control {
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	color: #f3f5f7;
	border: 1px solid #000;
}
.controls .control.button-next, .pp-navigation-control .control.button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.controls .control:before, .controls .control:after ,  .pp-navigation-control .control:before, .pp-navigation-control .control:after{
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "";
  background-color: #333f4a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.controls .control:before , .pp-navigation-control .control:before{
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.controls .control:after , .pp-navigation-control .control:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.controls .control:hover, .pp-navigation-control .control:hover  {
  background-color: #000;
}
.controls .control:hover:before, .controls .control:hover:after , .pp-navigation-control .control:hover:before, .pp-navigation-control .control:hover:after {
  background-color: #fff;
}
.pp-navigation-control {
    box-sizing: border-box;
    position: relative;
    display: block;
    z-index: 9999;
    margin-bottom: 20px;
    overflow: visible;
}

.pp-navigation-control .button-prev {
	margin-right: 5px;
}
.pp-navigation-control .button-next {
	margin-left: 5px;
}

.elementor-custom-embed-play i {
    font-size: 36px;
    line-height: 60px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0,0,0,.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.elementor-custom-embed-play .svg-inline--fa.fa-play {
	color: #fff;
    font-size: 36px;
    margin: 12px 0;
}
   

.bdt-timeline .bdt-timeline-line span {
    width: 0px!important;
}
.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-line {
    position: absolute;
    top: 0;
    height: 100%;
    border-left: dashed #BDCCD4;
}

.steps-timeline .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-thumbnail img {
    width: auto;
    object-fit: unset; 
    max-height: 207px;
    position: absolute;
    top:-64px;
    z-index: -1;
}

/*.steps-timeline .bdt-timeline .bdt-timeline-title h2 {
    color: #000000!important;
    font-family: "Avenir", Sans-serif!important;
    font-size: 40px !important;
    font-weight: 800 !important;
     line-height: 1em;
}*/
.steps-timeline .bdt-timeline-title {
	line-height: 1!important;
}
.steps-timeline .bdt-timeline .bdt-timeline-item.left-part .bdt-timeline-item-main-container {
    padding: 0px 140px 100px 0px!important;
}
.steps-timeline .bdt-timeline .bdt-timeline-item.right-part .bdt-timeline-item-main-container {
    padding: 0px 0px 100px 130px!important;
}

.bdt-position-center-right {
     right: unset; 
}
[class*='bdt-position-center-left'], [class*='bdt-position-center-right'] {
     top: unset; 
     transform: unset; 
}
/* SECTION HAPPY CLIENTS TEMPLATE*/
	.happy-clients-section .swiper-slide.bdt-testimonial-carousel-item.swiper-slide-active {
	    transform: scale(1.22);
	    background-color: #fff;
	    box-shadow: 0 0 15px rgba(0,0,15,0.3)!important;
	    margin-top: 15px;
	    overflow: visible;
	}
	.happy-clients-section .swiper-slide-active .bdt-testimonial-carousel-item-wrapper {
		background-color: #fff!important;
	}
	.happy-clients-section .swiper-slide.swiper-slide-active:before{
	    content: url(images/your-property-your-wealth-qoute.svg);
	    position: absolute;
	    top: -34px;
	    left: 30px;
	    height: 45px;
	    width: 45px;
	    z-index: 999;
	}
	.happy-clients-section .swiper-container {
		padding: 60px 10px!important;
	}

	.happy-clients-section ul.bdt-rating.bdt-rating-5.bdt-grid.bdt-grid-collapse {
	    position: absolute;
	    top: 11%;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.happy-clients-section i.ep-star-full {
	    color: #ff8528;
	}
/* CONTACT US*/
	.get-in-touch .gform_button.button {
	    border: none;
	    outline: none;
	    color: #000!important;
	}

	.get-in-touch .ginput_container_textarea textarea, .get-in-touch .ginput_container.ginput_recaptcha {
		margin-top: 20px;
	}
	li#field_1_3 {
		position:relative;
	}
	#field_1_3 label.gfield_label{
		left: 20px;
		top: 30px;
		width: auto;
		height: auto;
		clip: auto;
		font-weight: 400;
		color: #aaa;
	}
	input#input_1_3 {
		padding-left:76px!important;
	}
	
/* EBOOK */

.download-ebook input {
	margin-top: 10px!important;
	outline: none;
}

.download-ebook .gform_button.button {
        font-weight: 700;
	    font-size: 18px!important;
	    text-transform: uppercase;
	    text-align: center;
	    border-radius: 40px;
	    padding: 20px 35px;
	    margin: 0!important;
	    color: #000!important;
	    transition: none;
	    line-height: 1.1;
	    outline: none;
	    border: none;
}

.what-can-you-expect li {
    margin-bottom: 8px;
}
/* FAQ */
.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer
}

.accordion-container .article-title {
	margin:0px;
	cursor: pointer;
	background-color: #fff;
	border:none;
	border-bottom: 2px solid #F3F3F3;
	border-radius: 0px;
	color: #151A3A;
	cursor: pointer;
	font-size: 18px;
	font-weight: Bold;
	font-family: 'Avenir', san-serif;
	outline: none;
	padding: 18px 30px 18px 10px;
	text-align: left;
	width: 100%;
}

.accordion-container .article-title:hover {
  background-color: #f3f5f7;
}

.accordion-container .article-title:after {
	content: '\002B';
    font-size: 18px;
    color: #63D8FC;
    position: absolute;
    right: 10px;
}
.accordion-container .open .article-title:after {
  color:#151A3A;
}
.accordion-container .open .article-title:after {
	content: "\2212";
}

.accordion-content {
	display: none;
	padding: 30px 45px;
	color: #000000;
    font-family: "Proxima", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.4px;
}



/* HIGH Performance Property Investment */
.checked-list-style ul {
	list-style-type: none;
	padding-left: 0px;
}

.checked-list-style ul li {
    background: url(images/your-property-your-wealth-check-icon.svg) no-repeat left top 5px;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 30px;
}

.inline-form-display .gform_body{
	width: 66.666%!important;
    display: inline-block;
	margin-right:3%;
}

.inline-form-display .gform_footer{
	display: inline-block;
	width: 30.0%!important;
}


.inline-form-display .gform_wrapper ul.gform_fields li.gfield {
	width: 48%!important;
	display:inline-block;
}

.inline-form-display .gform_wrapper ul.gform_fields li.gfield:first-child {
	margin-right: 4%;
}

/* 404 & Search Header */

.error404 .header-main, .search .header-main {
	background-color: #0078a3!important;
	position: relative!important;
}
.error404 .header-main, .search .header-main {
	background-color: #0078a3!important;
	position: relative!important;
}

.error-text h1 {
	font-family: 'Avenir Heavy', sans-serif;
	font-size: 24px;
}

.page-heading-wrapper h1 {
	font-family: 'Avenir Black', sans-serif;
}

.font-weight-black .page-heading-wrapper h1, .font-weight-black.page-heading-wrapper h1 {
	font-family: 'Avenir Black', sans-serif!important;
}
.page-heading-wrapper p {
	font-family: 'Proxima Regular', sans-serif;
}
/* HOMEPAGe */

.tabed-steps .bdt-tab .bdt-tabs-item-title {
	height: 72px;
	width: 72px;
}

.tabed-steps .bdt-tabs .bdt-tab .bdt-active a:after {
    /*width: 0%;*/
    background: transparent;
}

/* TAB LEARNING CENTRE*/

.tabed-steps .bdt-tab .bdt-tabs-item-title {
    line-height: 72px!important;
    display: inline-block;
}

.tabed-steps .bdt-tabs .bdt-tab .bdt-tabs-item a:after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    width: 0px;
    transition:none!important;
}
.tabed-steps .bdt-tabs .bdt-tabs-item-title {
    outline: none;
    background: transparent;
    transition: none;
    position: relative;
}

.tabed-steps .bdt-tabs .bdt-tab .bdt-active a:after {
    width: 94px!important;
    height: 94px;
    background: #D2DEE7;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 94px;
    transition: none!important;
}

.tabed-steps .bdt-tabs-item .bdt-tabs-item-title {
    overflow: visible!important;
}

.tabed-steps .bdt-tabs-item:before {
    content: '';
    display: flex;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #B4C9D8;
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: -1;
}
.tabed-steps .bdt-tabs-item:first-child {
    padding-left: 0px;
}

.tabed-steps .bdt-tabs-item:last-child {
    content: '';
    width: 0px;
}
.tabed-steps .bdt-tabs-item:last-child:before {
    content: '';
    width: 0%;
    display: none;
}

.tabed-steps  .bdt-tab .bdt-tabs-item .bdt-tab-sub-title {
    color: #000;
    margin-top: 15px;
}
.tabed-steps  .bdt-tab .bdt-tabs-item.bdt-active .bdt-tab-sub-title {
    color: #b4c9d8!important;
    color: #7f909c!important;
    /*color: #5A656D!important;*/
}

.tabed-steps  .bdt-tab .bdt-tab-sub-title {
    color: #1A1A1A;
    font-family: "Proxima", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow: visible;
    display: inline-block;
    min-width: 148px;
    position: relative;
    left:-34px;
    text-align: center;
}


.tabed-steps .bdt-tab .bdt-tabs-item {
     padding-left: 0px!important; 
    width: 160px;
    text-align: center!important;
}

#simple8-steps .hide-step {
	display: none;
}

.tabed-steps .bdt-tabs .bdt-tabs-item-title .bdt-tab-text-wrapper {
    display: unset;
    width: 140px;
}
.tabed-steps .bdt-tab { 
	margin-left: 0px!important;
}
.tabed-steps .bdt-tab .bdt-tabs-item .bdt-tab-sub-title {
    padding: 0 5px;
}

.case-study-qoute .elementor-text-editor:after {
    content:url('images/ypyw-case-study-qoute-icon-small.svg');
}

.case-study-qoute .elementor-text-editor.elementor-clearfix:after {
    display: inline;
    position: absolute;
    bottom: 38px;
    margin-left: 6px;
}


/* MENU  MEGA*/

#mega-menu-wrap-primary #mega-menu-primary li.has-sub-learning-centre > ul {
    height: auto;
    min-height: 500px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 25px 15px;
    font-family: "AvenirLight", Sans-serif;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    white-space: nowrap;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: #fff!important;
    font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin: 0px 0 0 2px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.has-sub-menu-about > ul.mega-sub-menu {
	padding: 0px;
}
.steps-process-menu-sub ul li:last-child, .who-we-are-menu-sub ul li:last-child{
	padding-bottom: 0px!important;
}
.steps-process-menu-sub ul li:last-child p, .who-we-are-menu-sub ul li:last-child p{
	margin-bottom: 0px!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-has-sub-learning-centre > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 0px 15px 0px;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-family: "Avenir Black", Sans-serif;
    font-size: 21px;
    line-height: 2.2;
    letter-spacing: 0.6px;
    font-weight: 800;
    text-transform: capitalize;
    color: #000;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	color: #1f1f1f;
	font-weight: 800;
}

#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
    max-width: 100%;
    width: 100%;
}

#mega-menu-item-100396 ul.mega-sub-menu > li.about-sub-menu {
	max-width: 930px;
}

.mega-menu-item li.who-we-are-menu-sub {
    padding: 15px!important;
}
.mega-menu-item li.steps-process-menu-sub {
	padding: 15px!important;
}
.mega-menu-item li.faq-menu-sub {
	padding: 15px!important;
}

.mega-menu-item li.who-we-are-menu-sub p, 
.mega-menu-item li.faq-menu-sub p, 
.mega-menu-item li.steps-process-menu-sub p {
    font-family: "Proxima Regular", san-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;

}
.mega-menu-item li.who-we-are-menu-sub a, 
.mega-menu-item li.faq-menu-sub a, 
.mega-menu-item li.steps-process-menu-sub a {
    font-family: "Avenir", san-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.4;
    color: #63D8FC;

}
.learning-centre-submenu-right {
	max-height: 140px;
    object-fit: cover;
}


/* TBS */
.tab-select-property .bdt-tab>* {
    width: 50%;
    padding-left: 0px;
}
.tab-select-property .bdt-tab>*:first-child {
    width: 50%;
    padding-left: 20px;
}
.bdt-tabs .bdt-tab .bdt-tabs-item a:after {
    content: '';
    width: 100%!important;
    background: #f3f5f7;
    height: 3px;
}
.tab-select-property  .bdt-tabs .bdt-tab .bdt-active a:after {

    width: 100%;
    background: #0078A4;
}

.tab-select-property .bdt-tabs-item .bdt-tab-text {
	color: #63D8FC;
}

.tab-select-property .bdt-tabs-item.bdt-active .bdt-tab-text {
	color: #0078A4;
}

#propert2-img {
	display: none;
}
#propert1-img {
 	display: block;
}

.case-study-property-select-tab  h2.bdt-heading-title {
    line-height: 0;
}

.case-study-property-select-tab .case-study-tab-detailed-info {
	margin-bottom: 6px!important;
}

.case-study-qoute .elementor-blockquote__content:after {
    content:url('images/ypyw-case-study-qoute-icon-small.svg');
    top: -8px;
    position: relative;
}
/*  CASE STUDY */

	.property-tab .case-study-tab-detailed-info .bdt-main-heading span{
		font-family: "Proxima Regular", sans-serif !important;
	}
	.property-tab .case-study-tab-detailed-info .bdt-main-heading span.bdt-main-heading-inner{
		font-family: "Proxima Medium", sans-serif !important;
	}
	

/* Leaning Centre*/

.learning-centre-tab .bdt-tab>* {
    width: 20%;
    padding-left: 0px;
}
.learning-centre-tab .bdt-tab>*:first-child {
    width: 20%;
    padding-left: 20px;
}
.bdt-tabs .bdt-tab .bdt-tabs-item a:after {
    content: '';
    width: 100%!important;
    background: #f3f5f7;
    height: 3px;
}
.learning-centre-tab  .bdt-tabs .bdt-tab .bdt-active a:after {
    width: 100%;
    background: #0078A4;
}

.learning-centre-tab .bdt-tabs-item .bdt-tab-text {
	/*color: #63D8FC;*/
}

.learning-centre-tab .bdt-tabs-item.bdt-active .bdt-tab-text {
	/*color: #0078A4;*/
}



/* ALM */

.learning-centre-tab .bdt-tab.bdt-tab-default.bdt-flex-center {
    padding: 0 45px;
}
.learning-centre-tab .post-card-img-wrap, .pod-listing .post-card-img-wrap {
	height: 206px;
    overflow: hidden;
}

.podcast-list .post-card-img-wrap.podcast-img-wrap {
	height: 354px;
}

.learning-centre-tab .post-card-img-wrap img, .pod-listing .post-card-img-wrap img{
    height: 100%!important;
    max-width: 100%;
    width: 100%!important;
    object-fit: cover;
    vertical-align: middle;
}

.learning-centre-tab .cards , .learning-centre-tab .css-grid , .pod-listing .css-grid{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.learning-centre-tab .cards_item, .pod-listing  .cards_item{
  display: flex;
  padding: 1rem;

}

@media (min-width: 40rem) {
  .learning-centre-tab .cards_item , .pod-listing  .cards_item{
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .learning-centre-tab .cards_item,  .pod-listing  .cards_item {
    width: 33.3333%;
  }
}

.learning-centre-tab div.alm-reveal li.alm-item .card, .podcast-post-wrap .alm-reveal li.alm-item .card {
	text-align: center;
	background-color: white;
	border-radius: 0.25rem;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 60px;
}
.podcast-post-wrap .alm-reveal li.alm-item .card { 
	padding-bottom: 0px;
}

ul.alm-reveal.css-grid.podcast-list li.alm-item > a {
    text-align: center;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10)!important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.learning-centre-tab .card_content , .pod-listing .card_content{
  padding: 1rem;
}
.pod-listing .card_content{
	text-align: left;
	padding: 20px;
}


.learning-centre-tab .card_title, .learning-centre-tab h3, .pod-listing h3, .pod-listing .card_title {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Avenir Black', san-serif;
  margin: 0px;
}


.learning-centre-tab .btn.card_btn {
	font-size: 20px;
	font-weight: bold;
	font-family: "Proxima Regular", Sans-serif;
	line-height: 1.4;
	color: #0078a3;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);


}

.learning-centre-tab  .alm-load-more-btn.more  {
    font-family: "Avenir Black", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 0.6px;
    fill: var( --e-global-color-text );
    color: var( --e-global-color-text );
    background-color: var( --e-global-color-accent );
    border-radius: 36px 36px 36px 36px;
    padding: 27px 86px 27px 86px;
    border:none!important;
    outline: none;
    text-transform: uppercase;
    margin-top: 90px;
    cursor: pointer;
}

.learning-centre-tab .alm-btn-wrap {
    text-align: center;
}

/* INSTAGRAM SECTRION */
.instagram-section svg {
	color: #6ECFF2;
}

.our-latest-blog-listing .elementor-post__card {
    padding-bottom: 30px!important;
    box-shadow: 0 10px 10px rgba(0,0,0,.15)!important;
}
.our-latest-blog-listing a.elementor-post__read-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0px!important;
}


.ypyw-team .elementor-social-icon:hover {
    background-color: #6ecff2!important;
}

/* PODCAST */
	/* podcast player style */
	.castos-player.dark-mode .player {
	    background: linear-gradient(359.68deg, #0078a3 1.03%, #019fd8 77.9%);
	}
	.castos-player.dark-mode .progress {
	    background-color: #1e3e56;
	}
	.podcast-list .card {
		padding-bottom: 0px;
	}
	.podcast-list {
		opacity: 1!important; 
		height: auto!important; 
		outline: none!important;
	}
	.podcast-list .card_content {
		padding: 30px;
	}
	.card_content .podcast-ep {
		text-align: left;
	    text-transform: uppercase;
	    color: #63D8FC;
	    font-size: 20px;
	    font-weight: 900;
	    letter-spacing: 1px;
	    font-family: "Avenir Black", Sans-serif;
	}

	.card_content .podcast-title {
		text-align: left;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		font-family: "Proxima Bold", Sans-serif;
	}

/* TESTIMONIAL */
.testimonial-text {
	padding-bottom: 10px;
}
.testimonial-text p {
  font-family: 'Proxima Medium', Sans-serif;
  font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    /*margin-bottom: 0px;*/
}
.ypyw-testimonial-custom-masonry .ep-star-full:before {
    content: "\ece2";
}
.ypyw-testimonial-custom-masonry [class^="ep-"],.ypyw-testimonial-custom-masonry [class*=" ep-"] {
    font-family: 'element-pack' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ypyw-testimonial-custom-masonry i.ep-star-full {
    color: #ff8528;
    color: #eed257;
}
.ypyw-testimonial-custom-masonry  [class^="ep-"]:before, .ypyw-testimonial-custom-masonry  [class*=" ep-"]:before {
    vertical-align: middle;
}

.testimonial-metas p.name{
  font-family: "Proxima Bold", Sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.ypyw-praise-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ypyw-rating-item {
    font-size: 14px;
    margin-right: 2px;
}
.ypyw-testimonial-custom-masonry { /* Masonry container */
   /*margin: 2.5em;*/
  
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 80px;
    font-size: .85em;
}
.ypyw-testimonial-custom-masonry .item {
	position: relative;
    display: inline-block;
    background: #fff;
    margin: 42px 0;
    width: 100%;
	  -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 45px 45px 45px;
}
.ypyw-testimonial-custom-masonry .item:before {
	position: absolute;
    left: 60px;
    top: -23px;
    content: ' ';
    background-image: url(images/ypyw-qoute-testimonial-image.png);
    background-size: 100%;
    height: 48px;
    width: 60px;
    background-repeat: no-repeat;
}
.testimonial-metas {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.testimonial-metas .client-image, testimonial-metas .client-info {
}
.testimonial-metas .client-image{
    position:relative;
    width: 116px;
    height: 116px;
}
.testimonial-metas .client-info{
    padding-left:15px;
}
.testimonial-metas .client-info p{
    margin:0;
    padding-top:32px;
}
.testimonial-metas img {
    width: 100%;
    height: 100%;
}
.ypyw-testimonial-custom-masonry .item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .ypyw-testimonial-custom-masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .ypyw-testimonial-custom-masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .ypyw-testimonial-custom-masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 1201px) {
    .ypyw-testimonial-custom-masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}



/*  Purchased Properties */
.purchased-properties-sec​ .swiper-slide-duplicate.swiper-slide-prev  {
	display: none;
}

.purchased-properties-sec​ p.elementor-icon-box-title{
	margin-bottom: 0px;
}

.purchased-properties-sec​ .bdt-arrows-container.bdt-slidenav-container {
	height: 0px;
	width: 0px;
}

.el-purchased-property-cards .bdt-arrows-container.bdt-slidenav-container {
	/*display: none;*/
	/*opacity: 0;*/
}



.learning-centre-submenu-left ul.mega-sub-menu li {
	padding-bottom: 0px!important;
}

.learning-centre-submenu-left li p {
	font-family: 'Proxima Medium', Sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	padding-bottom: 10px;
	border-bottom: 1px solid #F2F2F2;
}

.learning-centre-submenu-left li:last-child p {
	border-bottom: 0px solid #F2F2F2;
	padding-bottom: 0px!important;
}

.has-sub-learning-centre a + ul {
	padding:0px!important;
	left: 32%!important;
}
.has-sub-learning-centre .learning-centre-submenu-left {
	padding: 45px 35px!important;
	max-width: 375px!important;
}
.has-sub-learning-centre .learning-centre-submenu-right {
	padding: 45px 30px!important;
	/*max-width: 275px!important;*/
	background-color: #E4ECF2!important;

}
.has-sub-learning-centre ul {
	max-width: 640px!important;
	box-shadow:0 5px 10px rgb(0 0 0 / 10%)!important;
}
.has-sub-menu-about ul {
	max-width: 930px!important;
	box-shadow:0 5px 10px rgb(0 0 0 / 10%)!important;
}
.has-sub-menu-about a + ul {
    left: -20%!important;
}

.search .header-main {
	top: 0px !important;
}

#mega-menu-item-100404.mega-toggle-on > a.mega-menu-link:before {
    content: url(images/ypyw-menu-indicator.svg);
    top: 63px!important;
    left: 136px;
    position: absolute!important;
    height: 16px!important;
    width: 16px!important;
}

#mega-menu-item-100396.mega-toggle-on > a.mega-menu-link:before {
    content: url(images/ypyw-menu-indicator.svg);
	top: 63px!important;
    left: 65px;
    position: absolute!important;
    position: absolute;
    height: 16px!important;
    width: 16px!important;
}

#mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


.blog-sub, .video-sub, .podcast-sub, .media-sub, .online-course-sub, .book-sub {
	display: none;
}

.blog-sub.active, .video-sub.active, .podcast-sub.active, .media-sub.active, .online-course-sub.active, .book-sub.active {
	display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #1e3e56;
}
.insta-at span{
	font-family: "Avenir Black", Sans-serif;
}
.alm-btn-wrap {
	text-align: center;
}
.alm-load-more-btn.more {
    font-family: "Avenir Black", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 0.6px;
    fill: var( --e-global-color-text );
    color: var( --e-global-color-text );
    background-color: var( --e-global-color-accent );
    border-radius: 36px 36px 36px 36px;
    padding: 27px 86px 27px 86px;
    border: none!important;
    outline: none;
    text-transform: uppercase;
    margin-top: 90px;
    cursor: pointer;
}
.alm-load-more-btn.more.done {
	/*display: none;*/
}
	/*  8 STEPS PROCESS */
	.timeline-element h2 {
		line-height: 1.2em;
		margin-top: -76px;
	}
	.timeline-element h2.single-line-step {
		margin-top: -56px;
	}
	/* CUSTOM BUTTONS */
		.button-custom {
			text-align:center;
			text-decoration:none;
			outline:none;
			position:relative;
			font-family: "Avenir Black", Sans-serif;
		    font-size: 18px;
		    font-weight: 800;
		    text-transform: uppercase;
		    letter-spacing: 0.6px;
		    fill: #000000;
		    color: #000000;
		    background-color: #63D8FC;
		    border-radius: 50px 50px 50px 50px;
		    padding: 24px 40px 24px 40px;
		    display: block;
		    margin: 0 30px;
		    /*margin-bottom: 60px;*/
		}
		.ypyw-btn-light-blue a:hover{
			box-shadow: 0 10px 10px rgb(30 62 86 / 24%);
		    fill: #fff!important;
		    color: #fff!important;
		    background-color: #1e3e56!important;
		}
		.ypyw-btn-light-white a:hover{

			color: #63d8fc;
		    box-shadow: 0 10px 10px rgb(0 0 0 / 0.25);
		    background-color: #1e3e56;
		 }
		 .alm-load-more-btn.more:hover {
		    box-shadow: 0 10px 10px rgb(30 62 86 / 24%)!important;
		    fill: #fff!important;
		    color: #fff!important;
		    background-color: #1e3e56!important;
		}
		button.alm-load-more-btn.more:hover {
		    background: #1e3e56;
		    color: #fff;
		    box-shadow: 0 10px 10px rgb(30 62 86 / 24%)!important;
		}

		.cta-btn-header a:hover , .ypyw-btn-white-bg a:hover{
			color: #1e3e56!important;
		    box-shadow: 0 10px 10px rgb(0 0 0 / 0.25);
		    background-color: #fff!important;
		}

	/* Purchased Property*/

		.purchased-properties-sec .bdt-position-bottom-left {
		    bottom: 0;
		    left: -33%;
		    top: 58%;
		}

		.purchased-properties-sec .swiper-slide-prev {
			display: none;
		}
		.purchased-properties-sec a.bdt-slidenav {
			height: 40px;
			width: 40px;
			border-radius: 40px;
			border:1px solid #000;
			color: #000;
			margin-right: 15px;
			text-align: center;
			padding: 4px 7px;
		}
		.purchased-properties-sec a.bdt-slidenav i {
			font-size: 26px;
		}
		.purchased-properties-sec p.elementor-icon-box-title {
		    margin-bottom: 0px;
		}

	/* Homepage Steps */
		.steps-image-wrap .elementor-image img {
		    width: 100%;
		    height: 380px;
		    max-width: 450px;
		    object-fit: cover;
		}
		.simple-8-steps h2.elementor-heading-title {
			margin-bottom: 20px;
		}
		.tabed-steps .bdt-tab-title-icon-wrapper .bdt-tab-text {
			font-family: 'Avenir Black', sans-serif;
		}

	/*------------------------------------
	    POPUP - EBOOK DOWNLOAD
	------------------------------------*/
		.download-free-ebook .download-ebook input {
			font-size: 16px!important;
		}

		.download-free-ebook .download-ebook .gform_button.button {
			color: #fff!important;
			letter-spacing: 2px!important;
		}
		.download-free-ebook .download-ebook .gform_button.button:hover {
			color: #000!important;
		}
		.download-free-ebook .dialog-close-button{
		    background: url(images/YPYW-icon-close-white.png) no-repeat center;
		    height: 30px;
		    width: 30px;
		    top: 15px !important;
		    right: 15px !important;
		}
		.download-free-ebook .dialog-close-button .eicon-close{
		    display: none;
		}

	/*------------------------------------
	    POPUP - PRIVACY POLICY
	------------------------------------*/

		.privacy-policy .dialog-lightbox-message{
		    overflow: hidden !important;
		}

		.privacy-policy .pp-wrap{
		    overflow: hidden;
		    overflow-y: scroll;
		    max-height: 390px;
		}

		/* width */
		.privacy-policy .pp-wrap::-webkit-scrollbar {
		    width: 5px;
		}

		/* Track */
		.privacy-policy .pp-wrap::-webkit-scrollbar-track {
		    background-color: #E3E3E3;
		    border-radius: 10px;
		}
		 
		/* Handle */
		.privacy-policy .pp-wrap::-webkit-scrollbar-thumb {
		    background: #A3A3A3;
		    border-radius: 10px;
		}

		.privacy-policy .dialog-close-button{
		    background: url(images/YPYW-icon-close-black.png) no-repeat center;
		    height: 30px;
		    width: 30px;
		    top: 15px !important;
		    right: 15px !important;
		}

		.privacy-policy .dialog-close-button .eicon-close{
		    display: none;
		}

	/* -----------------------------------
		Purchased Properties
	-------------------------------------*/
		.property-metas ul{
		  padding-left:0px;
		  list-type:none;
		}
		.property-metas li{
		  font-family: "Proxima Regular", Sans-serif;
		  font-size: 16px;
		  list-style:none;
		  padding-bottom: 10px;
		}
		.ypyw-praise-grid {
		    display: flex;
		    flex-wrap: wrap;
		    margin: 0;
		    padding: 0;
		    list-style: none;
		}
		.ypyw-rating-item {
		    font-size: 14px;
		    margin-right: 2px;
		}
		.ypyw-purchased-property-custom-card { /* Masonry container */
		    margin: 0em;
		    -webkit-column-count: 2;
		    -moz-column-count:2;
		    column-count: 2;
		    -webkit-column-gap: 1em;
		    -moz-column-gap: 1em;
		    padding: 0;
		    -moz-column-gap: 60px;
		    -webkit-column-gap: 60px;
		    column-gap: 60px;
		    font-size: .85em;
		}
		.ypyw-purchased-property-custom-card .item {
		    display: inline-block;
		    background: #fff;
		    margin: 30px 0;
		    width: 100%;
			  -webkit-transition:1s ease all;
		    box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    box-shadow: 2px 4px 18px 0px rgba(0, 0, 0, 0.1);
		    padding: 0px;
		}
		.ypyw-link {
			font-family: 'Avenir Black', sans-serif;
			font-size: 18px;
			color: #63D8FC;
		}
		.ypyw-link:hover {
			color: #1e3e56!important;
		}
		
		.testimonial-context {
		  text-align:left;
		}
		.property-metas {
		    display: flex;
		    flex-wrap: wrap;
		    margin: 0;
		    padding: 0;
		    list-style: none;
		}
		.property-info .wrap {
		  padding:40px;
		}

		.property-metas .property-image{
		    position:relative;
		    width: 50%;
		  
		}
		.property-metas .property-info{
		  position:relative;
		    width:50%;
		}
		.property-metas .property-info p{
		    margin:0;
		    padding-top:0px;
		    line-height: 1.4em;
		}
		.property-metas img {
		    width: 100%;
		    height:100%!important;
		    object-fit:cover;
		}
		.ypyw-purchased-property-custom-card .item img{max-width:100%;}

		@media only screen and (max-width: 320px) {
		    .ypyw-purchased-property-custom-card {
		        -moz-column-count: 1;
		        -webkit-column-count: 1;
		        column-count: 1;
		    }
		}

		@media only screen and (min-width: 321px) and (max-width: 991px){
		    .ypyw-purchased-property-custom-card {
		        -moz-column-count: 1;
		        -webkit-column-count: 1;
		        column-count: 1;
		    }
		}
		@media only screen and (min-width: 992px) and (max-width: 1200px){
		    .ypyw-purchased-property-custom-card {
		        -moz-column-count: 2;
		        -webkit-column-count: 2;
		        column-count: 2;
		    }
		}
		@media only screen and (min-width: 1201px) {
		    .ypyw-purchased-property-custom-card {
		        -moz-column-count: 2;
		        -webkit-column-count: 2;
		        column-count: 2;
		    }
		}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff!important;
    font-weight: 800;
    font-family: 'Avenir Heavy', sans-serif;
}

body.error404 .header-main{
	top:0!important;
}
body.page-id-99983 .show-on, .page-id-100254 .show-on, .page-id-100261 .show-on{
	overflow: visible!important;
}

.podcast-meta-download, .podcast-meta-new-window {
	display:none;
}
.podcast-meta aside p:first-child , .podcast-meta aside p:first-of-type, div.podcast_meta aside p:nth-child(1){
	display:none;
}
/* --------------------------------------------------------
				MEDIA QUERIES 
----------------------------------------------------------*/

	/* Mobile Responsiveness */
	@media all and (max-width:1500px){
		.purchased-properties-sec .bdt-position-bottom-left {
		    top: 60%;
		}
		.purchased-property-home-section .purchased-property-home-column > .elementor-widget-wrap {
			padding: 0% 0% 0% 14%!important;
		}
	}
	@media all and (max-width:1400px){
		.section2-home .we-provide-solution{
			padding: 0% 4.5% 0% 10%!important
		}
		.section3-home .section2-home-inner {
			padding:0% 8.4% 0% 4.8%!important;
		}
		.purchased-properties-sec .bdt-position-bottom-left {
		    top: 64%!important;
		}
	}
	@media all and (max-width:1300px){
		.tabed-steps .bdt-tab .bdt-tabs-item {
		    width: 140px;
		}
		.purchased-property-home-section .purchased-property-home-column > .elementor-widget-wrap {
			padding: 0% 0% 0% 12%!important;
		}
		
		.we-provide-solution.home-section-two{
			padding: 0% 4.5% 0% 8%;
		}
	@media all and (max-width:1200px){
		.purchased-properties-sec .bdt-position-bottom-left {
		    top: 77%!important;
		}
		
		.site-header .wrap,
		.inner,
		.single .site-inner {
			width:96%;	
		}

		.testimonial-slide-wrapper > .elementor-container {
			max-width: 1040px;
		}

		.tabed-steps .bdt-tab .bdt-tabs-item {
		    width: 140px;
		}
		.tabed-steps .bdt-tab .bdt-tabs-item .bdt-tab-sub-title {
		    padding: 0 10px;
		}
		.amtba-home-section:before {
		    right: -60%;
		}

		.purchased-property-home-section .purchased-property-home-column > .elementor-widget-wrap {
			padding: 0% 0% 0% 8%!important;
		}

		#search-form-popup-section form.elementor-search-form {
			padding: 0 45px;
		}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		    padding: 25px 16px;
		}
		.has-sub-learning-centre .learning-centre-submenu-left {
		    width: 55% !important;
		}
		.has-sub-learning-centre .learning-centre-submenu-right {
		    width: 45% !important;
		}
		/*.header-logo {
			width: 140px!important;
		}*/
		.cta-btn-header a{
			font-size: 12px!important;
		}
		.logo-col, .search-col, .menu-col, .btn-col {
			width: auto !important;
		}
		.testimonial-page--list-section {
			padding: 115px 60px 120px 60px!important;
		}
		.testimonial-slider-happy-clients {
		    width: 96%;
		    margin: 0 auto;
		}
		.hero-wrapper h1 {
		    font-size: 44px!important;
		    line-height: 1.1em!important;
		    padding-top: 40px;
		}
		.hero-wrapper p {
			font-size: 25px!important;
			line-height: 1.1em!important;
		}
		/*.feat-on-section-inner {
			margin-right: 30px;
			margin-left: 30px;
		}*/
		.purchased-properties-sec .bdt-position-bottom-left {
		    top: 68%;
		}

		
	}

	@media all and (max-width:1100px){
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		    padding: 25px 10px;
		}
		.content-sidebar .content {
	    	max-width: 570px;
	    	width: 100%;
		}
		.testimonial-slide-wrapper > .elementor-container {
			max-width: 900px;
		}
		.cta-btn-header a {
			padding: 18px 26px 18px 26px!important;
		}
		.ypyw-testimonial-custom-masonry {
			column-gap: 45px;
		}
		.learning-centre-submenu-right .elementor-grid-tablet-2 .elementor-grid {
		    grid-template-columns: 100%!important;
		}

		.learning-centre-submenu-right article .entry {
		    padding: 0px!important;
		}
		.tab-content-wrapper {
			padding-top: 80px!important;
		}
		.tabed-steps .bdt-tab .bdt-tabs-item {
		    width: 120px;
		}
		.section8-home .bdt-tab .bdt-tab-sub-title.bdt-text-small {
			font-size: 14px!important;
		}


	}
	@media all and (max-width: 1024px) {
		.tabed-steps .bdt-tab .bdt-tabs-item {
			width: 150px;
		}
		#mega-menu-wrap-primary #mega-menu-primary li.has-sub-learning-centre > ul {
		    height: auto;
		    min-height: unset;
		}
		.client-resultpage {
			padding-bottom: 220px!important;
		}
		.has-sub-menu-about a + ul {
		    left: 0%!important;
		}
		.home-latest-blog-posts {
			padding-bottom: 160px!important;
		}
		.our-latest-blog-listing .elementor-posts article.post-100458 {
			display: none!important;
		}
		.purchased-property-home-section .purchased-property-home-column > .elementor-widget-wrap {
			padding: 0% 0% 0% 2%!important;
		}
		.tab-content-wrapper {
			padding-top: 60px!important;
		}
		.download-ebook .gform_button.button {
			font-size: 16px!important;
			padding: 20px 30px;
		}
		.home .hero-wrapper {
		    padding: 0px!important;
		}
		.logo-col, .search-col, .menu-col, .btn-col {
			width: 0%!important;
		}
		.logo-col {
			width: auto!important;
			z-index: 1;
		}
		.search-col{
			width: 0%!important;
		}
		.menu-col {
			width: 100%!important;
			position: absolute!important;
		}
		.hero-wrapper h1 {
		    font-size: 40px!important;
		    line-height: 1.1em!important;
		    padding-top: 90px;
		}
		.hero-wrapper p {
			font-size: 22px!important;
			line-height: 1.1em!important;
		}
		#mega-menu-wrap-primary #mega-menu-primary {
		    text-align: right;
		}
		.timeline-1, .timeline-2, .timeline-3, .timeline-4, .timeline-5, .timeline-6 {
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14)!important;
		}
		/*.timeline-section .timeline-1 {
			top: 90px!important;
			padding-top: 60px!important;
		}*/
		.timeline-section .timeline-1:before {
			top: -60px!important;
		}
		.hero-wrapper .hero-extra-details p {
		    font-size: 16px!important;
		    line-height: 1.1em!important;
		}
		.section2-home .we-provide-solution {
		    padding: 0% 4.5% 0% 4.5%!important;
		}
		.section3-home .section2-home-inner {
		    padding: 0% 4.5% 0% 4.5%!important;
		}
		.timeline-section .timeline-5:before {
		    top: -70px!important;
		}
		.timeline-section .timeline-3:before {
		    top: -70px!important;
		}	
		.timeline-section .timeline-3:after {
		    top: 40%!important;
		}
		.purchased-properties-sec .bdt-position-bottom-left {
			bottom: 0;
			left: -88%;
			top: 50%!important;
		}
	}

	@media all and (min-width:1001px){

		.mobile-menu-wrap{
			display:none!important;
		}
		.testimonial-slide-wrapper > .elementor-container {
			max-width: 940px;
		}
		
	}

	@media all and (max-width:1000px){
		
		.header-title {
	    	padding: 40px 0 0;
		}

		.footer-widgets {
	    	padding-top: 40px;
		}

		.footer-widgets .widget {
	    	display: inline-block;
	    	margin: 0 auto 10px;
	    	text-align: center;
	    	width: 100%;
		}

		.widget-area.header-widget-area{
			display:none;
		}

		.search-header{
			display:none!important;
		}

		.site-header .search-form {
			display:block;
		}

		.title-area {
	    	display: block;
	    	float: none;
	    	left: 0;
	    	margin: 0 auto;
	    	position: relative;
	    	right: 0;
	        width:100%;
			padding:0;
		}

		.header-logo, 
		.header-image .site-title > a {
	    	display: block;
	    	float: none;
	    	margin: 0 auto 10px;
	        width:240px;
			background-size:contain;
		}

		#mobile-menu-section,
		#toggle-nav, 
		.toggle-wrap{ 
			display:block; 
		}

		.mobile-menu-wrap{ 
			float:none; 
			clear:both; 
			background:#2c3240; 
			max-width: 100%; 
			margin:0 auto; 
			padding-bottom: 0 !important; 
		}	

		.mobile-menu-wrap li a{
	    	color: #fff;
	    	display: block;
	    	font-size: 15px;
	    	font-weight: 700;
	    	padding: 20px;
			text-transform:uppercase;
		}

		.mobile-menu-wrap li{
	    	color: #fff;
	    	display: block;
		}

		.mobile-menu-wrap .menu-item{
	    	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    	border-bottom: 1px solid #fff;
	    	display: block;
	    	float: none;
			text-align: left;
		}
		
		.mobile-menu-wrap .wrap{ 
			width: 100% !important; 
		}	

		.mobile-menu-wrap .menu-item:last-of-type{ 
			border-bottom:none; 
		}

		.mobile-menu-wrap a:hover, 
		.mobile-menu-wrap .current-menu-item a,
		.mobile-menu-wrap .sub-menu a:hover, 
		.mobile-menu-wrap .sub-menu a:hover {
	    	background: #2d2d2d none repeat scroll 0 0;
	    	color: #fff !important;
		}

		.site-header .wrap {
	    	max-width: 1150px;
	    	padding: 15px 0 0;
	    	width: 96%;
		}

		.site-inner {
	    	max-width: 950px;
		}	
	}

	@media all and (max-width:991px){ 
		.tab-content-wrapper {
			padding-top: 30px!important;
		}
		.guaranteed-investment-home-section:before, 
		.amtba-home-section:before, 
		.purchased-property-home-section:before, 
		.real-clients-real-results-home-section:before,
		.footer-main-wrap:before {
				display: none;
		}
		.testimonial-page--list-section {
			padding: 115px 40px 120px 40px!important;
		}
		.testimonial-slide-wrapper > .elementor-container {
			max-width: 700px;
		}

		/*.logo-col{
			width: auto!important;
		} 
		.search-col{
			width: 0%!important
		} 
		.menu-col{
			width: 75%!important;
		} 
		
		.btn-col {
			width: 0% !important;
			display: none!important;
		}*/
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		    padding: 25px 10px;
		}
		.has-sub-learning-centre a + ul {
		    padding: 0px!important;
		    left: 28%!important;
		}
		.error-text h1 {
		    font-family: 'Avenir Heavy', sans-serif;
		    font-size: 24px!important;
		}
		
	}


	@media all and (max-width:960px){

		.sidebar-primary {
	    	float: none;
	    	margin: 80px auto 0;
	    	max-width: 325px;
	    	width: 100%;
		}

		.content-sidebar .content,
		.content {
	    	float: none;
	    	margin: 0 auto;
	    	max-width: 96%;
	    	width: 100%;
		}
		.main-cta-money-back-guarantee {
			padding-left: 0px!important;
			padding-right: 0px!important;
		}
		.main-cta-money-back-guarantee h2 { 
			font-size: 32px!important;
			line-height: 1.2em!important;
			letter-spacing: 0.6px!important;
			margin-bottom:30px!important;
		}
		.main-cta-money-back-guarantee a {
			    padding: 24px 84px!important;
		}
		.hero-wrapper p {
		    font-size: 20px!important;
		    line-height: 1.1em!important;
		}
		.page-8steps-process p {
		    padding: 0 18%!important;
		}

	}
	@media all and (max-width:960px){	
		.steps-timeline .bdt-timeline .bdt-timeline-item.left-part .bdt-timeline-item-main-container {
		    padding: 0px 0px 100px 130px!important;
		}
		.free-ebook-form-section {
			padding: 0 90px!important;
		}
		.free-ebook-form-section h3{
			padding: 0 60px!important;
		}
		.gform_wrapper form {
		    text-align: center!important;
		}
		.inline-form-display .gform_footer {
		    display: inline-block;
		    width: auto !important;
		}
	}

	@media all and (max-width:900px){	
		.has-sub-learning-centre a + ul {
		    padding: 0px!important;
		    left: 11%!important;
		}
	}

	@media all and (max-width:800px){
		
		.section-wrap{
			background-image:none!important;
			min-height:initial!important;
			padding:0px 0!important;	
		}
		
		.property-tab .case-study-tab-detailed-info .bdt-main-heading span{
			font-family: "Proxima Regular", sans-serif !important;
			font-size: 18px!important;
		}
		h1,
		h1 span{
	    	font-size: 35px!important;
		}
		
		h2,
		h2 span{
	    	font-size: 30px!important;
		}
		
		h3,
		h3 span{
	    	font-size: 25px!important;
		}
		
		h4,
		h4 span{
	    	font-size: 20px!important;
		}
		
		p,
		p span{
			font-size:16px!important;
		}
		
		.mb-text,
		.load-more-btn{
	    	font-size:16px!important;
		}
		
		br{
			display:none;
		}

		.error-text h1 {
		    font-family: 'Avenir Heavy', sans-serif;
		    font-size: 24px!important;
		}

		.heading-title-wrap > div {
			margin-top: 60px!important;
		}
		.page-heading-wrapper h1 {
		    padding-top: 20px!important;
		}
		.client-resultpage {
			padding-bottom: 150px!important;
		}
		.footer-main-wrap ul.elementor-nav-menu li.menu-item a {
			padding-left: 10px!important;
			padding-right: 10px!important;
		}

		ul#mega-menu-primary li:last-child {
			border-bottom: 0px!important;
		}
	}
	/*@media all and (min-width: 769px){
		#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.has-sub-learning-centre > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12.learning-centre-submenu-right {
		    width: 46.66667%!important;
		}
	}*/
	@media all and (max-width: 768px){
		
		.timeline-section .timeline-3:after {
		    top: 50%!important;
		}
		#mega-menu-wrap-primary #mega-menu-primary {
		    min-height: 420px!important;
		}
		.image-wrap-col, .cta-content-five-simple-steps {
			width: 100%!important;
		}
		.column-with-image .elementor-spacer-inner{
			min-height: 400px;
		}
		.tabed-steps .bdt-tab {
		    padding-top: 30px!important;
		}
		.testimonial-slider-happy-clients {
		    width: 92%;
		    margin: 0 auto;
		}
		.we-provide-solution h2 {
			font-size: 26px!important;
		}
		.hero-wrapper h1 {
		    font-size: 26px!important;
		    line-height: 1.1em!important;
		    padding-top: 60px;
		}
		.main-cta-money-back-guarantee h2{
		    padding-left:  60px!important;
		    padding-right:  60px!important;
		}
		/* Homepage Real CLient Real Result*/
		.section11-home {
			display: none;
		}
		.timeline-1 {
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14)
		}
		.hero-extra-details h3{
			margin-bottom: 10px!important;
		}
		.bdt-testimonial-carousel .bdt-testimonial-carousel-item {
			/*width: 100%!important;*/
		}
		.happy-clients-section .swiper-slide.bdt-testimonial-carousel-item.swiper-slide-active {
			transform: scale(1.122);
		}
		/*.w50 {
		    width: 100%;
		    float: left;
		}
		.h50:before {
    		padding-top: initial!important;
		}*/
		/* end RC RR*/

		.high-performance-inner-section {
			padding: 45px 90px!important;
		}
		.what-you-can-expect-section{
		    padding: 45px 90px!important;
		}
		.free-ebook-form-section {
			padding: 0 20px!important;
		}
		.free-ebook-form-section h3{
			padding: 0px!important;
		}
		.gform_wrapper form {
		    text-align: center!important;
		}
		.inline-form-display .gform_footer {
		    display: inline-block;
		    width: auto !important;
		}
		.testimonial-page--list-section {
			padding:60px 20px 60px 20px!important;
		}
		.main-cta-money-back-guarantee h2{
		    font-size: 30px!important;
		}
		

		.ypyw-testimonial-custom-masonry {
		    -moz-column-count: 1;
		    -webkit-column-count: 1;
		    column-count: 1;
		}
		.has-sub-learning-centre a + ul {
		    padding: 0px!important;
		    left: 12%!important;
		}
		.testimonial-slider-happy-clients .bdt-position-z-index.bdt-position-center{
			display: none;
			width: 90%;

		}
		.logo-col {
		    width: 30%!important;
		}
		.menu-col {
		    width: 70%!important;
		}

		#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		    display: block;
		    position: absolute;
		    width: 100%;
		    background-color: #fff;
		    top: 60px;
		    padding: 15px 30px 45px 30px;
		    overflow: scroll;
		    /*max-height: 420px;*/
		}
		#mega-menu-wrap-primary .mega-menu-toggle {
			background-color: transparent;
		}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		    padding: 0px;
		    line-height: 40px;
		}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		    color: #000;
		    font-family: "Avenir", Sans-serif;
		    font-weight: 500;
		    letter-spacing: 0.6px;
		}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		    color: #000!important;
		    background: #fff!important;
		    font-weight: 700;
		}
		.mega-menu-item li.who-we-are-menu-sub, .mega-menu-item li.steps-process-menu-sub {
		    padding: 15px!important;
		}
		.has-sub-menu-about.mega-toggle-on 
		.who-we-are-menu-sub ul li:nth-child(2), 
		.who-we-are-menu-sub ul li:nth-child(3), 
		.who-we-are-menu-sub ul li:nth-child(4), 
		#mega-menu-item-media_image-2,
		#mega-menu-item-text-4, 
		#mega-menu-item-text-2,
		.has-sub-menu-about.mega-toggle-on 
		.steps-process-menu-sub ul li:nth-child(2), 
		.steps-process-menu-sub ul li:nth-child(3), 
		.steps-process-menu-sub ul li:nth-child(4)
		{
			display: none!important;
		}
		.who-we-are-menu-sub > ul > li, .steps-process-menu-sub ul li {
			padding: 0px!important;
		}
		.has-sub-learning-centre.mega-toggle-on .learning-centre-submenu-right.learning-centre-subm {
			display: none!important;
		}
		.has-sub-learning-centre .learning-centre-submenu-left {
		    width: 100%!important;
		}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		    font-family: "Avenir", Sans-serif;
		    font-size: 16px;
		    line-height: 1.4;
		    letter-spacing: 0.6px;
		    font-weight: 500;
		    text-transform: capitalize;
		    color: #000;
		    padding: 0;
		}
		.learning-centre-submenu-left > ul > li > a {
			letter-spacing: 0.6px;
			font-family: 'Avenir', sans-serif !important;
			font-size: 16px!important;
			line-height: 2!important;
			font-weight: 500;
			text-transform: capitalize;
			color: #000;
			padding: 0;
		}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
			padding: 10px;
			border-bottom: 1px solid #EBEBEB;
		}
		.has-sub-learning-centre .learning-centre-submenu-left {
		    padding: 15px!important;
		     max-width: 100%!important; 
		}
		#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		    content: url(images/caret-down-black.png);
		}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		    color: #000!important;
		    background: transparent!important;
		}
		.menu-col {
			position: absolute!important;
		    top: 50%!important;
		    transform: translateY(-50%)!important;
		    width: 100%!important;
		}
		.logo-col {
			width: 80%!important;
			z-index: 1;
		}
		.steps-timeline .bdt-timeline .bdt-timeline-item.left-part .bdt-timeline-item-main-container {
			padding: 0px 0px 100px 130px!important;
		}
		.footer-main-wrap .elementor-nav-menu li {
   			 border-width: 0;
		    padding: 0 10px;
		}
		.main-cta-money-back-guarantee >div {
			min-height: unset!important;
		}
		.img-widget-el {
		    top: -45px!important;
		    position: relative!important;
		}
		.img-widget-el img {
			max-width: 68%!important;
		}
		.cta-content-five-simple-steps {
			padding-left: 90px;
			padding-right: 90px;
		}
		/*.listing-bullets .elementor-icon-box-icon, .listing-bullets .elementor-icon-box-content{
			display: inline-block;
		}*/
		.financial-freedom-list .listing-bullets .elementor-icon-box-icon {
			top: 0px;
		}
		.listing-bullets .elementor-icon-box-icon {
			position: absolute;
			top: -10px;
		}
		.listing-bullets.about-page-list .elementor-icon-box-icon {
		    position: absolute;
		    top: 0px;
		}
		.listing-bullets .elementor-icon-box-content{
			padding-left: 30px;
		}
		.we-provide-solution.home-section-two {
		    padding: 0% 4%!important;
		}
		.section3-home .section2-home-inner {
		    padding: 0 4% !important;
		}
		.steps-image-wrap .elementor-image img {
		    max-width: 100%;
		}
		.step1 .controls, .step2 .controls, .step3 .controls, .step4 .controls, .step5 .controls, .step6 .controls, .step7 .controls, .step8 .controls {
			/*display: none;*/
			margin-top: 20px;
		    text-align: center;
		    margin: 10px auto 0;
		    width: 100%;
		}
		.tabed-steps > div > div > div {
			margin-top: 0px!important;
		}
		.elementor-element.elementor-element-de703c2.elementor-align-left.ypyw-btn-light-blue.elementor-widget.elementor-widget-button {
		    padding-top: 30px;
		    text-align: center;
		}
		
		.mega-menu-item-media_image-4,
		.mega-menu-item-text-7,
		.mega-menu-item-text-6 {
			display:none!important;
		}
	}

	@media all and (max-width: 767px){
		.long-heading.alt-heading .page-heading-wrapper h1 {
		    font-size: 26px!important;
		}
		.alt-heading h1.elementor-heading-title.elementor-size-default {
		    padding-left: 0%;
		    padding-right: 0%;
		}
		.hero-wrapper h1 {
		    padding-top: 100px;
		}
		.bdt-testimonial-carousel .bdt-testimonial-carousel-item {
		    width: 100%!important;
    		transform: scale(1)!important;
		}

		.purchased-properties-sec .swiper-slide .elementor-widget-icon-box .elementor-icon-box-icon {
			position: absolute;
			top:6;
		}
		.purchased-properties-sec .swiper-slide .elementor-widget-icon-box .elementor-icon-box-content {
			padding-left: 30px;
		}
		#search-form-popup-section .elementor-search-form__submit {
		    min-width: calc( 2 * 50px );
		    color: #000000;
		    background-color: #6ECFF2;
		    font-size: 24px;
		}
		#search-form-popup-section button.elementor-search-form__submit {
		    margin: 6px;
		    border-radius: 100px!important;
		    text-transform: uppercase;
		    letter-spacing: 0.02em;
		    cursor: pointer;
		}
		#search-form-popup-section form.elementor-search-form {
		    padding: 0 15px;
		}
		#search-form-popup-section .elementor-search-form__input {
		    padding: 0em 0 0 2em;
		}
		#search-form-popup-section button.elementor-search-form__submit .elementor-screen-only {
		    display: none;
		}
		.purchased-properties-sec .bdt-position-bottom-left {
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			top: 94%!Important;
		}
		
	}


	@media all and (max-width:641px){
		.timeline-section .timeline-3:after {
		    top: 54%!important;
		}
		.page-8steps-process p {
		    padding: 0 4%!important;
		}
		.property-tab .case-study-tab-detailed-info .bdt-main-heading span{
			font-family: "Proxima Regular", sans-serif !important;
			font-size: 16px!important;
		}
		.happy-clients-section .swiper-slide.bdt-testimonial-carousel-item.swiper-slide-active {
			transform: scale(1);
		}
		.tabed-steps .bdt-tab {
			display: none;
		}
		.section-title-steps h2 {
			padding-bottom: 10px!important;
		}

		.steps-timeline .bdt-timeline .bdt-timeline-item.left-part .bdt-timeline-item-main-container, .steps-timeline .bdt-timeline .bdt-timeline-item.right-part .bdt-timeline-item-main-container {
			padding: 0px 0px 100px 75px!important;
		}
		.cta-content-five-simple-steps {
			padding-left: 30px;
			padding-right: 30px;
		}
		#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
			display: block;
			position: absolute;
			width: 86%;
			right: 0;
			background-color: #fff;
			top: 60px;
			padding: 15px 30px 45px 30px;
			overflow: scroll;
			max-height: 420px;
			box-shadow: 0 0 10px rgb(0 0 0 / 0.15)!important;
		}


		.purchased-property-home-column {
			padding: 0px;
		}

		.gform_button.button{
	    	font-size: 16px !important;
	    	padding: 15px 10px !important;
		}

		.free-ebook-form-section .gform_button.button {
		    font-size: 16px !important;
		    padding: 18px 40px !important;
		}
		.testimonial-slide-wrapper > .elementor-container {
			max-width: 540px;
		}

		.high-performance-inner-section {
			padding: 30px 60px!important;
		}
		.what-you-can-expect-section{
		    padding: 30px 60px!important;
		}
		.free-ebook-form-section {
			padding: 0 20px!important;
		}
		.free-ebook-form-section h3{
			padding: 0px 30px!important
		}
		.gform_wrapper form {
		    text-align: center!important;
		}
		.inline-form-display .gform_footer {
		    display: inline-block;
		    width: auto !important;
		}
		.inline-form-display .gform_wrapper ul.gform_fields li.gfield {
		    width: 100%;
		    display: inline-block;
		}
		.main-cta-money-back-guarantee a {
		    padding: 20px 26px!important;
		}
		.main-cta-money-back-guarantee h2 {
		    font-size: 24px!important;
		    line-height: 1.1em!important;
		    letter-spacing: 0.2px!important;
		    margin-bottom: 30px;
		    padding: 0px 30px;
		}
		.section3-home .section2-home-inner {
		    padding: 0 6% !important;
		}

		.section6-home h2 {
		 font-size: 26px!important;
		}
		.steps-image-wrap .elementor-image img {
		    width: 100%;
		    height: 240px;
		    max-width: 450px;
		    object-fit: cover;
		}
		.tabed-steps .ypyw-btn-light-blue {
			margin-top: 20px!important;
		}
		.tabed-steps .elementor-widget-container > h2 {
			padding-top: 0px!important;
		}
	}
	@media all and (max-width:600px){

		.inner-column-timeline-wrap > div {
			padding: 0px 30px 60px 30px!important;
		}
		.img-widget-el img {
			max-width: 75%!important;
		}

		.main-cta-money-back-guarantee h2{
		    padding-left: 20px!important;
		    padding-right: 20px!important;
		}
		.property-metas .property-image, .property-metas .property-info {
		    width: 100%;
		}
		.ypyw-purchased-property-custom-card {
    		margin: 6em;
    	}

	}
	@media all and (max-width:500px){
		.property-metas .property-image, .property-metas .property-info {
		    width: 100%;
		}
		.ypyw-purchased-property-custom-card {
    		margin: 4em;
    	}
		.img-widget-el img {
			max-width: 98%!important;
		}
		.site-footer p, 
		.site-footer p a {
	    	font-size: 14px !important;
		}

		.testimonial-slide-wrapper > .elementor-container {
			max-width: 480px;
		}

		.learning-centre-tab .alm-load-more-btn.more {
		    font-family: "Avenir", Sans-serif;
		    font-size: 14px;
		    font-weight: 800;
		    line-height: 1.4;
		    letter-spacing: 0.6px;
		}

		.menu-col {
			position: absolute;
		    right: 0;
		    width: 100%!important;
		}
		
	}

	@media all and (max-width:480px){
		.hero-wrapper h1 {
		    padding-top: 160px;
		}
		.long-heading.alt-heading .page-heading-wrapper h1 {
		    font-size: 23px!important;
		}
		.timeline-section .timeline-3:after {
		    top: 74%!important;
		}
		.property-metas .property-image, .property-metas .property-info {
		    width: 100%;
		}
		.ypyw-purchased-property-custom-card {
    		margin: 0em;
    	}
		.cta-content-five-simple-steps {
			padding-left: 20px;
			padding-right: 20px;
		}
		.learning-centre-tab .bdt-tabs-item-title {
			font-size: 14px!important;
		}
		.high-performance-inner-section {
			padding: 15px 30px!important;
		}
		.what-you-can-expect-section{
		    padding: 15px 30px!important;
		}
		.free-ebook-form-section {
			padding: 0 30px!important;
		}
		.ebbok-popup-heading .elementor-heading-title{
			font-size: 24px!important;
		}
		
	}