:root{
  --primary-color: #F0ED1F;
  --white-color:#ffffff;
  --black-color:#000000;
  --grey-color:#4C4C4C;
  --primary-font: "filson-pro", sans-serif;
  --secondary-font: "cabrito-sans", sans-serif;
}
.grecaptcha-badge{
	z-index:-99999999999999999 !important;
	opacity:0;
}

.dark-mode {}

html, body{
	font-family:var(--primary-font);
	overflow-x:hidden;
}
p{
	    font-weight: 500;
}
.h1-head{
	font-size:40px;
	line-height:50px;
	font-weight:800;
	color:var(--primary-color);
}
.h2-head{
	font-size:32px;
	line-height:42px;
}
.h3-head{
	font-size:26px;
	line-height:36px;
}
.h4-head{
	font-size:24px;
	line-height:34px;
}
.h5-head{
	font-size:22px;
	line-height:32px;
}
.h6-head{
	font-size:20px;
	line-height:30px;
}
.banner-style-1 .container-fluid{
	height:653px;
	display:flex;
	align-items:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.banner-section .container-fluid:nth-child(2){
	height:auto;
}
.banner-style-1 .banner-text-container h1,
.banner-style-1 .banner-text-container p{
	margin-bottom:0;
}
.banner-style-1 .banner-text-container h1{
	color:var(--primary-color);
	font-size:34px;
	line-height:48px;
	font-weight:500;
	letter-spacing:-1px;
}
.banner-style-1 .banner-text-container p{
	color:var(--white-color);
	font-size:46px;
	line-height:54px;
	font-weight:800;
}
.banner-style-1 .banner-text-container{
	padding-top:50px;
}
.banner-section .banner-text-mobile{
	padding-bottom:50px;
}
.banner-style-2 .container-fluid{
  height:472px;
  display:flex;
  align-items:center;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.banner-style-2 .banner-text-container h1,
.banner-style-2 .banner-text-container p{
  margin-bottom:0;
}
.banner-style-2 .banner-text-container h1{
  color:var(--white-color);
  font-size:46px;
  line-height:54px;
  font-weight:800;	
	margin-bottom:10px;
}
.banner-style-2 .banner-text-container p{
  color:var(--primary-color);
  font-size:32px;
  line-height:42px;
  font-weight:500;
	letter-spacing:-1px;
	
}
.banner-style-2 .banner-text-container{
  padding-top:70px;
}
.banner-style-2 
.left-img-right-text-style-1 .right-text-box{
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
.secondary-font{
	font-family:var(--secondary-font);
	font-style:italic;
	color:var(--primary-color);
	font-size:26px;
	line-height:36px;
	margin-bottom:0;
}
.left-text-right-stretch-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
  background-position-y: top;
}
.left-content-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left-text-right-fullimg .right-full-img{
  background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
}
.right-full-img {
    position: absolute;
    right: 0;
    padding: 0;
  width:50%;
}
.left-content-area h2,
.left-content-area h3{
  color:var(--blue-color);
  font-weight:800;
  margin-bottom:30px;
}
.two-col-text-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding:35px 50px 50px;
}

.left-img-style > .col-12:nth-child(1){
	padding:0;
}

.right-img-style > .col-12:nth-child(2){
	padding:0;
}
.two-col-image-box{
	height:100%;
}
.two-col-image-box img{
	object-fit:cover;
}
.two-col-text-box p{
	margin-bottom:0;
}
.one-col-style-1 .footer-top{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
	height: 462px;
}
.home-footer-top .container-fluid{
    height: 462px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
}
.one-col-style-1 .container,
.one-col-style-1 .container > .row{
	height:100%;
}
.one-col-style-1 .container > .row > .col-12{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.big-black-box{
	background:var(--black-color);
	padding: 50px 80px;
}
.team-style-1 .member-details{
	background:var(--black-color);
	padding: 25px 35px;
}
.team-style-1 .member-name h4{
	color:var(--primary-color);   
}
.team-style-1 .member-intro p{
	color:var(--white-color);   
}
.button-style-02{
	background: var(--primary-color);
    padding: 10px 20px;
    border-radius: 100px;
	color:var(--black-color);
	text-decoration:none;
	display: inline-block;
	font-weight: 600;
}
.button-style-02:hover{
	color:var(--white-color);
}

.bg-container{
    background-size: cover;
    background-position: center;
	background-repeat:no-repeat;
}

.tier-container{
	background: var(--black-color);
    padding: 30px 50px;
	height: 100%;
}
.tier-container h3{
	color:var(--primary-color);
	margin-bottom:20px;
	font-weight:600;
}
.tier-container p{
	color:var(--white-color);
}
.banner-style-3 .banner-text-container h1 {
    color: var(--white-color);
    font-size: 46px;
    line-height: 54px;
    font-weight: 800;
    margin-bottom: 10px;
}
.banner-style-3 .banner-text-container p {
    color: var(--primary-color);
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -1px;
}
.banner-style-3 .container-fluid {
    height: 472px;
    display: flex;
    align-items: center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.banner-style-3 .banner-text-container {
    padding-top: 70px;
}
.card-item .card-top{
	position:relative;
}
.card-item .card-top .reading-time-wrapper{
    position: absolute;
    background:var(--black-color);
    padding: 5px 15px;
    border-radius: 50px;
    color: var(--white-color);
	left: 15px;
    top: 20px;
}
.card-item .card-top .thumb img{
	width:100%;
}
.page-id-1425 .card-bottom,
.page-id-1427 .workshop-container .card-bottom{
	min-height:310px;
}
.page-id-123 .card-bottom p{
	min-height:54px;
}
.card-bottom{
	background: var(--black-color);
    padding: 25px 35px;
}
.card-bottom h3{
	color: var(--primary-color);
}
.card-bottom p{
	color: var(--white-color);
}
.recent-posts-column{
	position:relative;
}
.post-back a{
	padding: 8px 50px;
}
.recent-posts h3{
	color:var(--primary-color);
}
.recent-posts ul li{
	background: var(--black-color);
    padding: 30px;
}
.recent-thumb a{
	display: block;
    width: 100%;
}
.post-textbox{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-textbox h4{
	color:var(--primary-color);
}
.post-textbox a{
	text-align:center;
}
.month-row{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}
.current-month{
	font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: var(--primary-color);
}

.archive-btn{
	display:flex;
	justify-content:center;
}

.workshop-container .fa-location-dot,
.workshop-container .fa-calendar-days,
.events-container .fa-location-dot,
.events-container .fa-calendar-days{
	color:var(--primary-color);
}
.form-container{
	    display: flex;
    align-items: center;
    background: #C4C4C4;
    padding: 50px;

}
.founder-row-layout1{
	background:var(--black-color);
	padding:50px;
}
.founder-row-layout1 h3{
	color:var(--primary-color);
}
.founder-row-layout1 p{
	color:var(--white-color);
}
.black-link{
	color:var(--black-color);
}
.black-link:hover{
	color:var(--primary-color);
}
.single img{
	width:100%;
}



/* *********************************** */
/* *********************************** */
/* *********************************** */
/* *********************************** */


.banner-wrapper .container,
.banner-wrapper .row,
.bg-section-wrapper .container,
.bg-section-wrapper .row,
.footer-cta .container,
.footer-cta .row{
	height:100%;
}
.banner-wrapper .row,
.bg-section-wrapper .row,
.footer-cta .row{
	align-items:center;
}
.banner-wrapper,
.bg-section-wrapper,
.footer-cta{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.big-banner{
	height:485px;
}
.small-banner{
	height:385px;
}

.banner-subtitle,
.banner-text{
	color:var(--white-color);
	margin-bottom: 0;
}

.banner-subtitle{
	font-weight:600;
	margin-top:15px;
}
.banner-text{
	font-size:20px;
	line-height:30px;
	margin-top:20px;
}
.footer-cta .h2-head,
.footer-cta .h3-head,
.footer-cta .h4-head,
.footer-cta .h5-head{
	color:var(--white-color);
	margin-bottom:30px;
	font-weight:800;
}
.button-style-2{
	font-size: 16px;
    padding: 4px 35px;
    border-radius: 50px;
    font-weight: 500;
	text-decoration:none;
	display:inline-block;
}
.blue-btn{
	background-color: var(--blue-color);
    color: var(--white-color);
}
.blue-btn:hover{
	color: var(--primary-color);
}
.primary-btn{
	background-color: var(--primary-color);
    color: var(--white-color);
}
.primary-btn:hover{
	color: var(--blue-color);
}
.animate-line{
    position: relative;
}
.animate-line::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 6px;
    opacity: 0;
    transition: width 0.6s ease, opacity 0.3s ease;
}
.animate-line:hover::after{
    width: 100%;
    opacity: 1;
}
.animate-line-blue::after{
	background: var(--blue-color);
}
.animate-line-primary::after{
	background: var(--primary-color);
}

/*****************************
 *  Button Style * START
 ****************************/
.button-style-01{
    background-color: var(--primary-color);
    border-radius: 25px;
    flex-direction: row;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 50px;
    padding: 6px 17px 6px 56px;
    font-size: 18px;
    transition: padding .25s ease-out;
    display: flex;
    position: relative;
    color: var(--black-color) !important;
	text-decoration:none;
    border: none !important;
    outline: none !important;
	    font-weight: 800;
}
.button-style-01:before{
    content: "";
    z-index: -1;
    border-radius: 25px;
    position: absolute;
    inset: -1px;
}
.button-style-01 .arrow{
    background: var(--white-color);
    border-radius: 19px;
    min-width: 38px;
    height: 38px;
    transition: left .25s ease-out, right .25s ease-out;
    position: absolute;
    inset: 6px calc(100% - 45px) 6px 7px;
}
.arrow-black{
	background: var(--black-color) !important;
}
.button-style-01 .arrow:before{
    content: "\f061";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
	font-size:27px;
}

.button-style-01:hover{
	padding: 6px 56px 6px 17px;
}

.button-style-01:hover .arrow{
	left: calc(100% - 45px) !important;
    right: 7px !important;
}

/*****************************
 *  Button Style * END
 ****************************/

.overlapping-section{
	padding-top:100px;
	padding-bottom:50px;
}
.overlapping-content-box{
	padding-top:30px;
	padding-bottom: 30px;
	padding-right:70px;
}
.overlap-bottom-logobox img{
	width:102px;
}
.overlap-heading h2,
.overlap-heading h3{
	color:var(--primary-color);
	font-weight:800;
	padding-bottom:20px;
	margin-bottom:0;
}
.overlap-text p{
	color:var(--white-color);
}
.overlap-button{
	margin-top:30px;
}
.overlapping-images-wrapper{
	position:relative;
}
.overlapping-section .inner-container{
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(43, 54, 126, 1) 8%);
}
.overlap-image-1{
	transform: translateY(-50px);
	width:531px;
}
.overlap-image-2{
	position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-60px, 150px);
	width:380px;

}
.overlapping-bottom-area{
	margin-top:35px;
}
.overlap-bottom-logobox{
	transform: translateY(-15px);
}
.smaller-text{
	font-size:12px;
	line-height:20px;
	margin-bottom:0;
}

.overlap-image-1 img,
.overlap-image-2 img{
	object-fit:cover;
}
.free-valuation-form input,
.free-valuation-form select,
.free-valuation-form textarea{
    width: 100%;
    padding: 8px 10px;
    border:none !important;
	color:#000000ab;
	background:#F5F5F5;
}
.free-valuation-form p,
.free-valuation-form .small-text p{
	margin-bottom:0;
}
.free-valuation-form .small-text span{
	font-size:12px;
}
.free-valuation-form .form-inner-field{
	margin-bottom:30px;
}
.free-valuation-form .submit-button-container input{
    width: auto !important;
	font-size: 20px;
    background-color: var(--primary-color);
    color: var(--black-color);
    padding: 8px 28px;
    border-radius: 50px;
    font-weight: 700;
	border:none;
}
.free-valuation-form .submit-button-container input:hover{
	color: var(--white-color);
}
.free-valuation-form sup{
	top:-0.1em;
	left:5px;
}
.free-valuation-form label{
	color:#000000ab;
}
.free-valuation-form .wpcf7-not-valid-tip{
	font-size:12px;
}
.free-valuation-form .form-heading h3{
	font-weight: 800;
    margin-bottom: 30px;
}

.free-valuation-form .form-heading span{
	font-size:16px;
	color:#000000ab;
	font-weight:400;
}
.free-valuation-text-wrapper .cards-main-heading h3,
.free-valuation-text-wrapper .cards-main-heading p{
	color:inherit;
}
.free-valuation-text-wrapper .cards-main-heading p a,
.about-img-section .right-col-text-box p a{
	color:inherit;
	text-decoration:underline;
}
.free-valuation-text-wrapper .cards-main-heading p a:hover,
.about-img-section .right-col-text-box p a:hover{
	color: var(--primary-color);
}

.buying-type-container span:hover{
	color:#fff;
}


.white-link{
	color:var(--white-color);
	text-decoration:underline;
}
.white-link:hover{
	color:var(--blue-color);
}
.black-link{
	color:#000;
	text-decoration:underline;
}
.black-link:hover{
    color: var(--primary-color);
}
.a-container + div{
	padding-top:10px;
}
.background-image-section{
	padding:0 !important;
}
.background-image-section .container-fluid{
	    background-repeat: no-repeat;
	background-size:cover;
}
.background-image-section .container{
  padding:50px 0px;
}


@media(max-width:575px){
	.cards-list-icon-box img {
    	width: 28px;
		height:auto;
	}
	.footer-cta .button-style-01{
		font-size:13px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px){}
@media(max-width:767px){
	.h1-head {
		font-size: 32px;
		line-height: 40px;
	}
	.h2-head {
		font-size: 26px;
		line-height: 36px;
	}
	.h3-head {
		font-size: 24px;
		line-height: 34px;
	}
	.banner-style-1 .banner-text-container h1{
		font-size: 28px;
    	line-height: 40px;
	}
	.banner-style-1 .banner-text-container p{
		font-size: 32px;
    	line-height: 42px;
	}
	.secondary-font{
		font-size: 22px;
    	line-height: 32px;
	}
	.banner-style-2 .banner-text-container h1{
		font-size: 32px;
    	line-height: 42px;
	}
	.banner-style-2 .banner-text-container p{
		font-size: 28px;
    	line-height: 40px;
	}
	.recent-posts ul li{
		width: 100%;
	}
	.recent-posts ul{
		display:block;
	}
	.founder-row-layout .col-12:nth-child(2){
		margin-top:20px;
	}
	.big-black-box{
		padding: 25px 40px;
	}
	.banner-text-desktop{
		display:none;
	}
	.banner-section .container-fluid:nth-child(1){
		height:350px !important;
	}
	.banner-section .container-fluid:nth-child(1){
		background-position-x:80%;
	}
	.banner-style-2 .banner-text-container,
	.banner-style-3 .banner-text-container{
  		padding-top:50px;
	}
	
	
	.overlapping-section{
		padding-top:40px;
		padding-bottom:40px;
	}
	.overlapping-section .inner-container {
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(43, 54, 126, 1) 0%);
	}
	.overlapping-content-box{
		padding-left:35px;
		padding-right:35px;
	}
	.overlapping-mobile-images{
		position:relative;
	}
	.overlap-mobile-image-1{
		max-width:80%;
	}
	.overlap-mobile-image-2{
		max-width: 55%;
        margin-left: auto;
        margin-top: -15%;
	}
}
@media(min-width:768px){
	.last-name-container{
		margin-top:24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.h1-head {
		font-size: 34px;
		line-height: 44px;
	}
	.secondary-font{
		font-size: 24px;
    	line-height: 34px;
	}
	 .two-cols-two-imges-left .container:nth-child(2){
   		display:none;
  	}
	.button-style-02{
		padding: 10px 15px;
	}
	.team-style-1 .member-details{
		padding:25px 25px;
	}

	
	
	
	.overlapping-section .inner-container{
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(43, 54, 126, 1) 0%);
		min-height:522px;
	}
	.overlap-heading h3{
		font-size: 22px;
		line-height:32px;
	}
	.overlapping-content-box {
		padding-right: 25px;
	}
	.overlap-image-1{
   		margin-left: auto;
		transform: translateY(40px);
	}
	.overlap-image-1 img{
		width:315px;
		height:228px;
	}
	.overlap-image-2 img{
		width:315px;
		height:253px;
	}
	.overlap-image-2{
		transform: translate(0px, 335px);
	}
	.overlap-image-1,
	.overlap-image-2{
		width: 94%;
	}
	.overlapping-section{
		padding-top:50px;
		padding-bottom:50px;
	}
	.cards-list-icon-box img {
    	width: 28px;
	}
	
}
@media(max-width:991px){
	.banner-style-1 .container-fluid:nth-child(1) {
		height: 100vh;
	}
	.left-content-area{
    order:2;
  }
  .right-full-img {
        position: relative;
    width:100%;
    }
  .left-text-right-stretch-img .right-full-img{
    height: 300px;
  }
  .left-text-right-stretch-img{
    padding-bottom:30px;
    padding-top:50px;
  }
		.two-col-text-box{
		padding:20px 30px 40px;
	}
	
	.cards-main-wrapper .row .col-12{
		margin-bottom:20px;
	}
	.card-list-wrapper .col{
		width: 50% !important;
        flex: none;
	}
	.card-container .card-wrapper:not(:last-child){
		margin-bottom:50px;
	}
	
}
@media(min-width:992px){
  .left-text-right-stretch-img .left-content-area,
  .left-text-right-stretch-img .right-full-img{
    height: 489px;
  }
	
	.two-col-text-box .secondary-font{
		font-size: 22px;
		line-height: 32px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.h1-head{
		font-size: 36px;
    	line-height: 46px;
	}
	.overlap-image-1{
		width:calc(100% - 20px);
	}
	.overlap-image-2{
		transform: translate(-20px, 255px);
        width: 330px;
	}
	.overlap-heading h3{
		font-size:26px;
		line-height:36px;
	}
	.overlapping-section .inner-container {
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 4%, rgba(43, 54, 126, 1) 4%);
		min-height:444px;
	}
	.overlap-image-1 img{
		width:436px;
		height:316px;
	}
	.overlap-image-2 img{
		width:330px;
		height:264px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
	.recent-head{
		font-weight:700;
	}
	.recent-posts ul li{
		width: 32%;
	}
	.recent-posts ul{
		display:flex;
		justify-content: space-between;
	}
	.post-textbox{
		margin-top:20px;
		margin-bottom:30px;
	}
}
@media(max-width:1199px){
	.recent-posts-column{
		margin-top:50px;
	}
	.recent-thumb img{
		height:200px;
		margin-bottom:20px;
	}
}
@media(min-width:1200px){
	.company-number{
		font-size:21px;
	}
	.recent-posts-column{
		top:-42px;
	}
	.recent-posts ul li{
		display: flex;
		justify-content: space-between;
	}
	.recent-thumb,
	.post-textbox{
		width:45%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.overlapping-section .inner-container {
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(43, 54, 126, 1) 6%);
		min-height:402px;
	}
	.overlap-bottom-logobox img{
		width:95px;
	}
	.overlap-image-1{
		width: 475px;
	}
	.overlap-image-2{
		transform: translate(-20px, 180px);
   		width: 385px;
	}
	.overlap-image-1 img{
		width:475px;
		height:344px;
	}
	.overlap-image-2 img{
		width:385px;
		height:309px;
	}	
	
}
@media(min-width:1400px){
	p{
		font-size:18px;
	}
	.overlapping-section .inner-container{
		min-height:402px;
	}
	.overlap-image-1 img{
		width:531px;
		height:385px;
	}
	.overlap-image-2 img{
		width:380px;
		height:305px;
	}
	  .left-content-area h2,
	  .left-content-area h3{
		padding-right:200px;
	  }
}