@charset "utf-8";
/* CSS Document */
body{font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight:400; color: #40485b;}
img{max-width: 100%;}
a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #219bff
}
h2{font-size: 54px; font-weight: normal; text-align: center;  color: #40485b; font-family: 'Noto Serif', serif;}
.mainnav{text-align: right; padding-bottom: 10px;}
.menuicon{cursor: pointer; width:66px; height:72px; position: absolute; z-index: 4; opacity: 0;}
.menuiconimg{width:66px; height:72px; background: url(../images/landing/menu.svg) no-repeat 0 7px; display: inline-block; z-index: 3; position: relative;}
.mainnav nav{margin: -80px 0 0; padding:20px 80px 20px 0; list-style: none; position: absolute; z-index: 2; width: 100%; text-align: center; transition: all 1s ease; background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.01); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.01); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.01);}
.mainnav ul{margin: 0; padding: 0; width: 100%;}
.mainnav ul li{display: inline-block; font-size: 16px; font-weight: 600; color: #40485b; margin-right:30px; text-transform: uppercase;}
.mainnav ul li a{color: #40485b;}
.mainnav ul li a:hover{text-decoration: none;}
.mainnav:hover nav{margin-top:0px;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);}
#header{position: absolute; top:0; left: 0; z-index:60; width: 100%;}
body.sticky-header #header{position: fixed;}
#homebanenr{background: url(../images/landing/banner-bg.png) no-repeat top center; margin-top:130px;}
.bannertext{text-align: center; font-size: 70px; color: #40485b;}
.bannertext h1{font-size: 70px; font-weight: normal; font-family: 'Noto Serif', serif;}
.bannerphone{text-align: center; position: relative; width: 475px; margin: 50px auto;}
.banneranimation{position: absolute; top:0; left: 0; width: 100%; text-align: center; margin-top: calc(50% - 350px);}
.bannerphonelogo{display: block; margin-bottom:50px; transform: rotate(0deg); animation-fill-mode: forwards;}
section{overflow: hidden;}
@keyframes bannerphonelogo {
	0% {transform: rotate(0deg);}
	15% {transform: rotate(-90deg);}
	45% {transform: rotate(90deg);}
	60% {transform: rotate(-50deg);}
	80% {transform: rotate(50deg);}
	100% {transform: rotate(0deg);}
}
.bannerphonetext{display: block; animation: bannerphonetext 4s 1; animation-delay: 2s; opacity: 0; animation-fill-mode: forwards;}

@keyframes bannerphonetext {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.typing{font-size:18px;
  margin:0 auto; position: relative;
	background: #40485b; color: #fff; border-radius:40px; padding: 20px;
  width: 390px; max-width: 100%;
  animation: type 4s steps(60, end); display:block; opacity: 1; animation-delay: 5s; animation-fill-mode: forwards;}
.typing:after{content: ''; top:0; margin-top: -30px; left: 50%; margin-left: -30px; position: absolute; border-style: solid; border-width: 0 30px 30px 30px; border-color: transparent transparent #40485b transparent;}
@keyframes type{ 
  from {opacity: 1; } 
	to{opacity: 1;}
}


.bannerbtmtext{font-size: 34px; font-weight: 600; text-align: center; color: #40485b; margin-bottom:80px;}
#priorities{background-color: #fafafa; padding: 120px 0;}
.prioritieshomer{text-align: right; margin-top: 20px;}
.prioritieshomer img{padding-right: 10px; width: 240px}
.prioritiestextimg{text-align: left; margin-top: 50px;}
.prioritiestextimg img{padding-left: 10px; width: 300px;}

.prioritieslistrow{margin-top:70px;}
.prioritiesimg{text-align: center;}
.prioritiestext{text-align: center; font-size:18px; margin-bottom:35px;}
.prioritiesinfotext{font-size:24px; font-weight: 600; text-align: center; color: #7e828b; padding-left: 40px; padding-right: 40px; margin-top: 25px;}

#homerhub{background: #fff; padding-top:90px; padding-bottom: 120px;}
.homerhublogo{text-align: center; margin-top: 50px;}
.homerhubtext{margin-top: 50px;}
.homerhubsliderrow{margin-top:40px;}
.homerhubslider{margin-top: 50px; position: relative;}

#empoweragents{background: #fafafa; text-align: center; padding-top:80px; padding-bottom:100px;}
#empoweragents h2{margin-bottom:15px;}
#empoweragents h4 {font-size:28px; font-weight: 600; margin-bottom:10px; color: #7e828b;}
#empoweragents p{color: #7e828b; font-size: 22px; margin-bottom:15px;}

#empoweragents ul{margin:0 0 0 -100px; padding: 0; list-style: none; text-align: left;}
#empoweragents ul li{font-size: 30px; font-family: 'Noto Serif', serif; color: #40485b; padding:8px 8px 8px 70px; margin: 50px 0; border-radius: 50px; position: relative;  background-image: linear-gradient(to left, rgba(253, 253, 253, 0), #fff 100%);}
#empoweragents ul li:after{position: absolute; top:8px; left:20px; content: ''; background: url("../images/landing/circle.svg") no-repeat 0 5px; height: 40px; width: 40px;}
#empoweragents ul li:nth-child(2){margin-left: 50px;}
#empoweragents ul li:nth-child(3){margin-left: 100px;}

.empoweragent{margin-bottom: 50px;}
.empoweragentsbtmtext{font-size:26px; font-weight: 600; color: #7e828b; margin-top: 50px;}

#homersblog{background: #fff; padding-top:100px; padding-bottom: 80px; }
#homersblog h2{margin-bottom: 30px;}
.blogbox{margin-top: 40px;}
.blogimg{display: block; margin-bottom: 20px;}
.blogdate{display: block; margin-bottom:0px; font-size: 20px; font-weight: bold; color: #7e828b;}
.blogtitle{display: block; margin-bottom: 10px; font-size:27px; font-weight: bold; color: #40485b;}
.blogtext{display: block; margin-bottom:10px; font-size: 22px; font-weight: normal; letter-spacing: 1.1px; color: #7e828b;}

.blogmore{text-align: center; margin-top:55px;}
.blogmore a{font-size: 24px; font-weight: 600; letter-spacing: 1.5px; color: #d9c5b6; padding-right:80px; background: url("../images/landing/viewmore-arrow.svg") no-repeat center right;}
.blogmore a{text-decoration: none;}
#meetfounder{background: url("../images/landing/founder-1.jpg") no-repeat center right #fafafa; background-size: 50%; padding: 50px 0;}
#meetfounder h2{text-align: left; margin-bottom: 20px; padding-right: 20px;}
#meetfounder p{font-size: 20px; line-height:40px; letter-spacing: 1px;  color: #7e828b; padding-right: 20px;}
.founderimg{opacity: 0;}

#subscribediv{background: #fff; padding:70px 0;}
#subscribediv h2{text-align: left; width:400px;}
.subscribe{border-radius: 10px; background-color: #f2f2f2; padding: 15px; position: relative;}
.subscribe input{background: none; border: none; outline: none; font-size: 18px; width: 100%; padding-right: 0px;}
.subscribe button{position: absolute; top:50%; margin-top:-24px; right:7px; width: 150px; height: 48px; padding: 8px 21px 10px; border-radius: 10px; background-color: #40485b; border:none; outline: none; color: #fff; font-size:20px; font-weight: normal; text-align: center;}
.agenthomer{margin-top:48px; margin-left: 20px;}

#comingsoon{background: #dcccbd url("../images/landing/comingsoon-bg.svg") no-repeat center left; position: relative;}
#comingsoon:after{background:url("../images/landing/comingsoon-bg-img.png") no-repeat center right; width: 100%; height: 100%; position: absolute; top:0; left: 0; content: ''; pointer-events: none;}
#comingsoon h2{text-align: left;}
#comingsoon p{text-align: left; margin-bottom: 30px;}
#comingsoon a{display: inline-block;}
.downloadlink{width: 100%; display: block;}
.appstore{margin-right: 30px;}

.cominsoonrow{min-height: 850px; position: relative; z-index: 2;}

#footer{background: #40485b; padding-top:50px; padding-bottom:50px; position: relative;}
#footer:after{position: absolute; bottom:0; left: 0; width: 155px; height: 165px; content: ''; background: url(../images/landing/footer-leftbg.svg) no-repeat top right;}
#footer:before{position: absolute; bottom:0; right: 0; width: 155px; height: 165px; content: ''; background: url(../images/landing/footer-rightbg.svg) no-repeat top left;}
.foosocial{text-align: center; color: #fff; font-size: 15px; font-weight: 300; text-transform: uppercase;}
.foosocial a{color: #fff; margin-left:12px; margin-right:12px; display: inline-block;}

.footercopy{color: #fff; font-size: 15px; font-weight: 300; margin-top: 20px;}
.madewith{color: #fff; font-size: 15px; font-weight: 300; text-align: center; margin-top: 20px;}
.termsmenu{color: #fff; font-size: 15px; font-weight: 300; text-align: right; margin-top: 20px;}
.termsmenu a{color: #fff; margin-left:12px; display: inline-block;}

.sliderinphone{position: absolute; top:0; left: 15px; width: calc(100% - 30px); z-index: 1;}
.phoneimg{position: relative; z-index: 3; pointer-events: none;}
.carousel-indicators{bottom: 60px;}
.carousel-indicators li{width:7px; height:7px; border-radius: 10px;}

.phoneimgscroll{position: absolute; bottom:0; left:15px; margin-left:20px; width: calc(100% - 52px); height: calc(100% - 300px); z-index: 2; overflow: scroll; border-radius:0px;}

.wvelogo{text-align: right;}
.wvelogo img{position: absolute; top:-15px; right:-30px;}

.prioritieslist{padding: 0;}
.prioritieslist ul{list-style: none; width: 100%; display: block; margin: 0; padding: 0;}
.prioritieslist ul li{display: inline-block; width: 16%; text-align: center; margin-bottom: 50px;}
.prioritieslist ul li span{width: 110px; height: 110px; background: #fff; border-radius: 110px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05); display: inline-block; text-align: center; margin-bottom: 5px;}
.prioritieslist ul li a{font-size: 16px;color: #40485b; display: inline-block;}
.prioritieslist ul li a:hover,.prioritieslist ul li a.active{color: #dcccbd;}
.prioritieslist ul li a:hover span,.prioritieslist ul li a.active span{background:#dcccbd; color: #dcccbd;}

@media (min-width: 1800px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}
@media (min-width: 1660px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1400px;
	}
}
@media (min-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1280px;
	}
}
@media (max-width: 1440px){
	.bannertext h1{font-size: 60px;}
	h2{font-size: 44px;}
	.bannerbtmtext,#empoweragents h4,.blogtitle{font-size: 24px;}
	body,.prioritiestext,.blogtext,#meetfounder p{font-size: 16px;}
	.prioritiesinfotext{font-size: 18px; padding-left: 15px; padding-right: 15px;}
	#empoweragents p,.blogdate,.blogmore a{font-size: 18px;}
	#empoweragents ul li{font-size: 24px;}
	.empoweragentsbtmtext{font-size: 20px;}
	.mainnav nav{padding: 24px 80px 24px 0}
	
	.phoneimgscroll{width: calc(100% - 62px); margin-left:18px; height: calc(100% - 260px);}
}
@media (max-width: 1199px){
	.appstore{margin-bottom: 20px;}
	.footercopy,.madewith,.termsmenu,.foosocial{font-size: 13px;}
	.phoneimgscroll{width: calc(100% - 53px); margin-left:15px; height: calc(100% - 220px); border-radius:0px;}
	
}
@media (max-width: 991px){
	.banneranimation{margin-top: calc(80% - 300px);}
	#meetfounder p{line-height:24px;}
	.phoneimgscroll{width: calc(100% - 47px); margin-left:10px; height: calc(100% - 160px); border-radius:0px;}
	.prioritieslist ul li{width: 32%;}
}
@media (max-width: 767px){
	.footerlogo{text-align: center; margin-bottom: 20px;}
	.footercopy,.madewith,.termsmenu{text-align: center;}
	.banneranimation{margin-top: 300px;}
	.bannerphone{width: 100%;}
	#empoweragents ul{margin-left: 0;}
	#empoweragents ul li:nth-child(2){margin-left:0;}
	#empoweragents ul li:nth-child(3){margin-left:0;}
	.founderimg{opacity: 1; margin-top: 10px; margin-bottom: 15px;}
	#meetfounder{background: #fafafa;}
	.subscribe.agenthomer{margin-top:5px;}
	#subscribediv{padding:40px 0 }
	#subscribediv h2{width: 100%; line-height:40px;}
	.subscribe{padding-left:10px; padding-right: 30px; margin-top: 0; margin-left: 15px; margin-right: 15px; margin-bottom: 25px;}
	.subscribe input{font-size: 16px;}
	.cominsoonrow{min-height:100px; padding: 50px 0;}
	#comingsoon{background: #fafafa;}
	#comingsoon:after{display: none;}
	
	#homebanenr{margin-top: 100px;}
	
	.bannertext h1{font-size:30px; line-height: 44px;}
	h2{font-size:24px; line-height: 40px;}
	.bannerbtmtext,#empoweragents h4,.blogtitle{font-size:18px;}
	body,.prioritiestext,.blogtext,#meetfounder p{font-size: 13px;}
	.prioritiesinfotext{font-size: 13px; padding-left: 15px; padding-right: 15px;}
	#empoweragents p,.blogdate,.blogmore a{font-size: 13px;}
	#empoweragents ul li{font-size: 18px;}
	.empoweragentsbtmtext{font-size: 15px;}
	.prioritieshomer,.prioritiestextimg{text-align: center;}
	
	.mainnav{ top:0; right: 0;  z-index: 55;}
	.mainnav nav{margin:0 -100% 0 0; padding:70px 20px 20px; position:fixed; top:0; right: 0; width:100%; height: 100vh; background: #fff; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important; -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important; display: flex;
    align-items: center;}
	.mainnav ul li{width: 100%; margin-bottom:15px; margin-right: 0; text-align: center;}
	.menuicon,.menuiconimg{position: fixed; right: 0;}
	
	#header input.menuicon:checked ~ span{background: url(../images/landing/menu-x.svg) no-repeat 0 0;}
	#header input.menuicon:checked ~ nav{margin: 0;}
	
	#priorities,#empoweragents,#homersblog{padding: 50px 0;}
	#homerhub{padding-top: 50px; padding-bottom:60px;}
	.homerhublogo{margin-top: 20px;}
	.homerhubsliderrow{justify-content:center; margin-top: 10px;}
	.homerhubslider{max-width: 400px;}
	.empoweragentsbtmtext{margin-top: 0;}
	
	.phoneimgscroll{height: calc(100% - 290px); border-radius:0px;}
	.prioritieslist{padding:60px 15px 15px;}
	.prioritieslist ul{text-align: center;}
	.prioritieslist ul li{width:49%; margin-bottom: 20px; float: left;}
	
}
@media (max-width:639px){
	.banneranimation{margin-top:200px;}
	.bannerphonelogo,.bannerphonetext{padding-left: 50px; padding-right: 50px;}
}
@media (max-width: 479px){
	.banneranimation{margin-top: 170px;}
	.phoneimgscroll{height: calc(100% - 200px);}
}
/*15-12-21*/
#subscribediv h2{
	width: auto !important;
}
.subscribe select{
	background: none;
	border: none;
	outline: none;
	font-size: 18px;
	color: #757575;
	width: 100%;
	padding-right: 20px;
}
.btn-sub{
	text-align: right;
}
.btn-sub button{
	width: 150px;
	height: 48px;
	padding: 8px 21px 10px;
	border-radius: 10px;
	background-color: #40485B;
	border: none;
	outline: none;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	transition: all ease 0.5s;
}
.btn-sub button:hover {
	background: #DCCCBD;
}
.agenthomer {
	margin-top: 81px;
	margin-left: 0;
}
/*16-12-21*/
.subscribe .select2 {
	width: 100% !important;
	/* force fluid responsive */
}
.subscribe .select2-container .select2-selection--single {
	height: 30px;
	position: relative;
	border: 0;
	background: #F2F2F2;
	outline: 0 !important;
}
.subscribe .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
	font-size: 18px;
	color: #757575;
	padding-left: 15px;
}
.subscribe .select2-container .select2-selection--single .select2-selection__arrow {
	top: 0px;
	right: 8px;
}
.subscribe .select2-container .select2-selection--single .select2-container--default .select2-results > .select2-results__options {
	-webkit-overflow-scrolling: touch;
	/* use momentum scrolling */
}
.state-wrapper{
	padding: 15px 0;
}
.select2-results__option {
	font-size: 15px !important;
}
.select2-search--dropdown .select2-search__field {
	height: 30px !important;
	border-color: #ddd !important;
	outline: 0 !important;
}
.select2-container--open .select2-dropdown {
	background: #F2F2F2 !important;
	border: 0 !important;
	padding: 10px !important;
	border-radius: 12px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:#40485b  !important;
	color: white;
}
.bootstrap-growl{
	font-size: 16px;
}
@media screen and (max-width: 1440px){
	.agenthomer {
		margin-top: 63px;
	}
}
@media screen and (max-width: 991px){
	#subscribediv h2 {
		font-size: 30px;
	}
	.agenthomer {
		margin-top: 88px;
	}
}
@media screen and (max-width: 767px){
	#subscribediv h2 {
		font-size: 24px;
		text-align: center;
	}
	#subscribediv p {
		text-align: center;
	}
	.subscribe {
		margin: 0 0 10px !important;
	}
	.btn-sub button {
		margin-bottom: 30px;
	}
	.btn-sub {
		text-align: center;
	}
	.subscribe .select2-container .select2-selection--single .select2-selection__rendered{
		font-size: 16px;
	}
}