/*
 Theme Name:     Springmind
 Theme URI:      http://springmind.net/
 Description:    Custom Website Development by mBrand.ca 
 Author:         mBrand Creative Agency
 Author URI:     https://mbrand.ca
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#main-header{
	background-color: transparent;
	top:15px !important;
}
#main-header.et-fixed-header{
	background-color: #fff;
	top: 0 !important;
}
#main-header.et-fixed-header #top-menu a{
	color: #221565 !important;
}
#main-header.et-fixed-header #top-menu li.current_page_item>a{
	color: #221565 !important;
}
#main-header.et-fixed-header #top-menu li.current_page_item>a:hover{
	opacity:1;
	color: #00cbe3!important;
}
#main-header .insticky {
    display: block;
    padding: 20px 0px;
    width: 220px;
}
#main-header .unsticky{
	display: none;
	width:160px
}
#main-header.et-fixed-header .unsticky{
	display: block;
	padding: 10px 0px;
}
#main-header.et-fixed-header .insticky{
	display: none;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation { padding-top:42px; }
.popuptext { color: #fff;
margin-bottom: 32px; }
.hero-section{
	margin-top: -89px;
	height: 100vh;
	overflow:hidden;
}
.get-start{
	position: relative;
	color: #fff;
	transition: all .2s ease-in;
}
.get-start:hover{
	color: #c2f2f2 !important;
	 transition: all 0.2s ease;
}
.get-start:before{
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    transition: all .2s ease-in;
}
.get-start:hover:before{
	width: 0px;
    transition: all .2s ease-in;
}
.get-start:after{
	content: '';
	display: block;
	position: absolute;
	width: 50%;
    height: 80%;
	background: url('http://springmind.net/wp-content/uploads/2021/04/arrow.svg')no-repeat;
	right: -58%;
    top: 8px;
}
.get-start:hover:after{
	content: '';
	display: block;
	position: absolute;
	width: 50%;
    height: 80%;
	background: url('http://springmind.net/wp-content/uploads/2021/04/arrow-color.svg')no-repeat;
	right: -58%;
    top: 8px;
}

.butn{
	color: #221565;
	background-color: transparent;
	border: 2px solid #221565;
	border-radius: 50px;
	padding: 10px 35px;
	font-weight: 500;
	transition: all .2s ease-in;
}
.butn:hover{
	color: #C2F2F2;
	background-color: #221565;
	font-weight: 500;
	transition: all .2s ease-in;
}
.image-reverse{
	display: flex;
  flex-direction: row-reverse;
}
.image-colm{
	margin-left: 5.5%;
    margin-right: 0px !important;
}


.founder .et_pb_row{
	display: flex;
    vertical-align: middle;
    align-items: center;
}
.pillars .et_pb_toggle_close {
    background-color: transparent !important; 
    padding: 30px 0px !important;
}
.pillars .et_pb_toggle_open {
    padding: 30px 0px;
    background-color: #fff;
}
.pillars .et_pb_toggle {
    border-bottom: 3px solid #221565 !important;
}
.et_pb_toggle {
    border: none !important;
}
.puzzle:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 3px solid #c2f2f2;
}
.puzzle{
	padding: 0px !important
}
.puzzle p{
	margin: 30px 0px;
}
.image-col-reverse {
    display: flex;
    flex-direction: row-reverse;
}
.contact-us h2{
	padding-bottom: 50px;
}

.contact-us .et_pb_row{
	display: flex;
    vertical-align: middle;
    align-items: center;
}
.contact-us .get-touch h3{
	border-bottom: 3px solid #221565;
}
.contact-us .get-touch p{
	padding-top: 20px;
}
.contact-us .get-touch-center.et_pb_column{
	max-width: 300px;
	margin: 0 auto !important;
}
.coaching-app h2{
	padding-bottom: 30px;
}
.form-group  input.text, .form-group input.title, .form-group input[type=email], .form-group input[type=password], .form-group input[type=tel], .form-group input[type=text], .form-group select, textarea{
	width: 96%;
	background-color: transparent;
    border-bottom: 2px solid #221565;
    padding: 5px 0px;
    border-right: none !important;
	border-left: none !important;
	border-top: none !important;
    color: #221565;
	border-left-color:transparent !important;
	border-right-color:transparent !important;
	border-top-color:transparent !important;
		margin: 0px 10px 40px 10px;
	font-size: 20px;
	outline-color:transparent !important;
	border-radius:0 !important;
	 -moz-border-radius: 0 !important;
	 -webkit-border-radius: 0 !important; 
	 -webkit-box-shadow: none !important;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    none !important;  /* Firefox 3.5 - 3.6 */
  box-shadow:none !important;
	
}
.form-fname .form-group input{
	width: 46%;
	float: left;
}
.form-group .wpcf7-submit{
	float: right;
}
::placeholder {
  color: #B6B7CF;
	font-size: 15px;
}
.wpcf7-submit{
	color: #221565;
	background-color: transparent;
	border: 2px solid #221565;
	border-radius: 50px;
	padding: 10px 35px;
	font-weight: 500 !important;
	transition: all 0.5s ease;
	font-size: 20px;
    text-transform: uppercase;
	margin-top: 50px;
}
.wpcf7-submit:hover{
	cursor: pointer;
	color: #C2F2F2;
	background-color: #221565;
	font-weight: 500;
}
.wpcf7 .ajax-loader{
	display: block !important;
}
.form-star tr td{
	border: none !important;
	padding: 0px !important;
	color: #221565;
	font-size: 15px;
	font-weight: 500px;
	text-transform: uppercase;
}
.form-star{
	border: none !important;
}
.star{
	 float: right;
    text-align: right;
}
.star .wpcf7-list-item {
	display: inline-flex;
    /*display: inline-block;*/
    margin: 0 0 0 0em;
    width: 40%;
	position: relative;
}
.star input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #221565;
    border-radius: 50%;
	position: relative;
	vertical-align: top;
    margin-bottom: 10px;
}

.star input[type=radio]:checked ~ .wpcf7-list-item-label::before{
	width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid #221565;
    border-radius: 50%;
    margin-left: -19px;
    margin-top: 7px;
}


.stickyHeader {
   top: 10em;
  position: sticky;
  
}



@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
		 .star input[type=radio]:checked ~ .wpcf7-list-item-label::before{ margin-left:-18px; }
     }
}

.star input[type=checkbox] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #221565;
    border-radius: 50%;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
}
.star input[type=checkbox]:checked ~ .wpcf7-list-item-label::before{
	width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid #221565;
    border-radius: 50%;
    margin-left: -19px;
    margin-top: 7px;
}
.star .wpcf7-list-item-label{
	display: inline-block;

}
.not-ready{
	color: #B6B7CF;
	font-size: 10px;
	font-weight: 500;
}
#main-footer .footer-text{
	color: #C2F2F2 !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height:40px;
}
#footer-bottom{
	display: none;
}
#main-footer .footer-text span {
    color: #fff;
    font-style: italic;
    font-weight: 400;
}
#main-footer .copyright{
	font-size: 15px;
	font-weight: 400;
}
.social-icons li{
	
	display: inline-block !important;
}
#footer-widgets .footer-widget li:before {
    display: none;
}
#main-footer #text-3 .textwidget{
	float: right;
}
#main-footer #text-3{
	float: right;
	width: 100%;
	margin-bottom: 0px;
}
#main-footer #text-4{
	float: right;
}
.health-program{
	font-size: 20px;
    color: #c2f2f2 !important;
	position: relative;   
	text-transform: uppercase;
}
.health-program:before{
position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #c2f2f2;
    content: '';
    transition: all .3s ease-in;
}
.health-program:hover:before{
	width: 0px;
    transition: all .3s ease-in;
}
.copy-right{
	display: none;
}
.bx-wrapper {
    border: 2px solid #221565;
	position: relative;
	box-shadow: none;
}

.bx-viewport:after{
	content: '';
    position: absolute;
    height: 100%;
    display: block;
    width: 2px;
    left: 55px;
    background: #221565;
}
.bx-viewport:before{
	content: '';
    position: absolute;
    height: 100%;
    display: block;
    width: 2px;
    right: 55px;
    background: #221565;
}

/*.bx-prev:after{
	content: '';
    position: absolute;
    height: 100%;
    display: block;
    width: 2px;
    left: 55px;
    background: #221565;
}

.bx-next:before{
	content: '';
    position: absolute;
    height: 100%;
    display: block;
    width: 2px;
    right: 55px;
    background: #221565;
}*/
.inner-para{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom:40px; 
	padding-right: 57px;
    padding-left: 57px;
}
.bx-wrapper .bx-prev {
    left: 0px;
    background:none;
}
.bx-wrapper .bx-next{
	right: 0px;
    background:none;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: 0px; 
    outline: 0;
    width: 55px;
    height: 100% !important;
    text-indent: -9999px;
    z-index: 9;
	transition: all 0.2s ease;
}
.bx-prev:before{
	content: '';
    display: block !important;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://springmind.net/wp-content/uploads/2021/04/prev.svg) no-repeat;
    z-index: 99999 !important;
    background-position: center;
	transition: all 0.2s ease;
}
.bx-prev:hover:before{
	content: '';
    display: block !important;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://springmind.net/wp-content/uploads/2021/04/prev-1.svg) no-repeat;
    z-index: 99999 !important;
    background-position: center;
	transition: all 0.2s ease;
}
.bx-wrapper .bx-controls-direction a:hover{
	background-color: #221565;
	transition: all 0.2s ease;
}
.bx-next:hover:before {
	content: '';
    display: block !important;
    position: absolute;
    right: 0px;
	width: 100%;
    height: 100%;
    background: url(http://springmind.net/wp-content/uploads/2021/04/next-1.svg) no-repeat;
	z-index: 99999 !important;
    background-position: center;
	transition: all 0.2s ease;
}
.bx-next:before {
	content: '';
    display: block !important;
    position: absolute;
    right: 0px;
	width: 100%;
    height: 100%;
    background: url(http://springmind.net/wp-content/uploads/2021/04/next.svg) no-repeat;
	z-index: 99999 !important;
    background-position: center;
	transition: all 0.2s ease;
}
.bx-wrapper .bx-controls-direction a{
	height: 50px;
	right: 0px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
   background-position: 0px 0;
}
.bx-wrapper .bx-pager{
	display: none;
}
.inner-para h2 span{
color: #c2f2f2;
}
.includes{
	padding: 30px 0px;
	display:block;
	overflow:hidden;
	clear:both;
}
.includes p:empty{
	display: none;
}
.includes p{
	margin-bottom: 70px;
}

.OurValueSection h3, .contact-us h3 { margin-bottom:15px; }

.testimonial { clear: both; display:block; }

.testimonial h2 { border-bottom:3px solid #221565; padding-bottom:25px; margin-bottom:15px; font-size:43px; }

.testimonial h3 { font-weight:bold; }

.form-group input.text, .form-group input.title, .form-group input[type="email"], .form-group input[type="password"], .form-group input[type="tel"], .form-group input[type="text"], .form-group select, textarea { width:100%; margin-left:0px; margin-right:0px; margin-bottom:25px; }
.et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h3.et_pb_toggle_title{
	transition: all 0.2s ease;
}

 @keyframes blink { 50% { fill: transparent }}
.dot { 
  animation: 3s blink infinite;
   
}
.dot:nth-child(2) { animation-delay: 250ms }
.dot:nth-child(3) { animation-delay: 500ms }
.dot:nth-child(4) { animation-delay: 750ms }

.et_pb_toggle.et_pb_accordion_item_0.et_pb_toggle_open .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/behaviour-open.svg')no-repeat;
	width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_0.et_pb_toggle_close .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/behaviour.svg')no-repeat;
	width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_0.et_pb_toggle_close h3.et_pb_toggle_title:hover:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/behaviour-open.svg')no-repeat;
	width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}

.et_pb_toggle.et_pb_accordion_item_1.et_pb_toggle_open .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/sleep.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_1.et_pb_toggle_close .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/sleep-close.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_1.et_pb_toggle_close .et_pb_toggle_title:hover:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/sleep.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}

.et_pb_toggle.et_pb_accordion_item_2.et_pb_toggle_open .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/mind-open.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_2.et_pb_toggle_close .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/mind.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_2.et_pb_toggle_close .et_pb_toggle_title:hover:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/mind-open.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}

.et_pb_toggle.et_pb_accordion_item_3.et_pb_toggle_open .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/nutrition-open.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_3.et_pb_toggle_close .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/nutrition.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
	
}
.et_pb_toggle.et_pb_accordion_item_3.et_pb_toggle_close .et_pb_toggle_title:hover:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/nutrition-open.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}

.et_pb_toggle.et_pb_accordion_item_4.et_pb_toggle_open .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/physical-open.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_4.et_pb_toggle_close .et_pb_toggle_title:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/physical.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}
.et_pb_toggle.et_pb_accordion_item_4.et_pb_toggle_close .et_pb_toggle_title:hover:after{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/physical-open.svg')no-repeat;
	    width: 87px;
    height: 87px;
    left: -90px;
    background-size: 70%;
    top: -12px;
	transition: all 0.2s ease;
}

.pillars h3.et_pb_toggle_title{
	text-transform: uppercase;
}
.pillars .et_pb_accordion .et_pb_toggle{
	margin-bottom: 0px !important;
}

.gimmicks:before {
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/half-dots.png')no-repeat;
	width: 18%;
    height: 100%;
    z-index: 1;
    right: 0;
    top: -18%;
    background-size: 100%;
	
	 
}

 

.founder:before{
	content: '';
	display: block;
	position: absolute;
	background: url('http://springmind.net/wp-content/uploads/2021/04/left-dot.png')no-repeat;
	width: 25%;
    height: 100%;
    z-index: 9999;
    right: 75%;
    top: 50%;
    background-size: 64%;
	 
}
 

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
    display: inline-block;
}
.site-by{
	position: relative;
	transition: all .2s ease-in;
}
.site-by:before{
	color: #c2f2f2 !important;
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 2px;
    background: #c2f2f2;
    content: '';
    transition: all .2s ease-in;
}
.site-by:hover:before{
	
	width: 100%;
    transition: all .2s ease-in;
}
.site-by:hover{
color: #c2f2f2 !important;
	 transition: all .2s ease-in;
}
.health-program:hover{
	color: #fff !important;
}
#masthead { display:none; }

.mobileNavigation {  display:none; }

.social-icons li a:hover svg path, .social-icons li a:hover svg rect{
	fill: #C2F2F2 ;
}
.social-icons li a:hover svg ellipse{
	stroke: #C2F2F2 ;
}

.get-touch a{
	color: #00cbe3;
	transition: all 0.3s ease;
	position: relative;
}
.get-touch a:hover{
color: #221565;
	transition: all 0.3s ease;

}
.get-touch a:hover:before {
    width: 100%;
    transition: all .3s ease-in;
}
.get-touch a:before{
    color: #221565 !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 2px;
    background: #221565;
    content: '';
    transition: all .3s ease-in;
}
.pillars .et_pb_toggle_close .et_pb_toggle_title:before{
	   content: "\4c"; 
	font-size: 40px;
	transition: all 0.2s ease;
}
.pillars .et_pb_toggle_open .et_pb_toggle_title:before{
	   content: "\4b"; 
	font-size: 40px;
	color: #00cbe3;
	display: block;
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5em;
	transition: all 0.2s ease;
}
.pillars .et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h3.et_pb_toggle_title:hover, .pillars .et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h3.et_pb_toggle_title:hover:before {
	color: #00cbe3 !important;
	transition: all 0.2s ease;
}

#get-started h3.et_pb_toggle_title { transition: all 0.2s ease; }
#get-started h3.et_pb_toggle_title:hover { color: #00cbe3 !important; transition: all 0.2s ease; }

#get-started .et_pb_toggle_content strong { color:#00cbe3; }

.OurValueSection img{
	width: 100%;
	height: 100%;
	max-width: 240px;
	max-height: 240px;
	border-radius: 50%;
	position: relative;
}
.OurValueSection .et_pb_image_2 .et_pb_image_wrap:before{
	content: '';
	display: block;
	position: absolute;
	width: 90%;
    height: 72%;
	background: url('http://springmind.net/wp-content/uploads/2021/04/integrity-icon.svg')no-repeat;
	z-index:99;
	left: 39%;
    bottom: -10%;
	 
	
 
	 
}

.OurValueSection .et_pb_image_2 .et_pb_image_wrap.visible:before {
	
	transition: all 1s;
	opacity:1;

}

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

.chatIcon svg { 	animation-duration: 2s;
        animation-iteration-count: infinite;
	animation-name: bounce-1;
        animation-timing-function: linear; }

@keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0); }
    }

.OurValueSection .et_pb_image_3 .et_pb_image_wrap:before{
	content: '';
	display: block;
	position: absolute;
	width: 90%;
    height: 82%;
    background: url('http://springmind.net/wp-content/uploads/2021/04/empowerment-icon.svg')no-repeat;
    z-index: 99;
    right: 36%;
    bottom: -10%;
	 
	 
}


@keyframes crescendo {
  0%   {transform: scale(.9);}
  100% {transform: scale(1);}
}


.OurValueSection .et_pb_image_4 .et_pb_image_wrap:before{
	content: '';
	display: block;
	position: absolute;
	    width: 68%;
    height: 72%;
    background: url('http://springmind.net/wp-content/uploads/2021/04/mindset-icon.svg')no-repeat;
    z-index: 99;
    left: 52%;
    bottom: -6%;
	 
 
}


@-webkit-keyframes shake {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100% {
    left: 52%;
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    left: 53%;
  }
}

.OurValueSection .et_pb_image_5 .et_pb_image_wrap:before{
	content: '';
	display: block;
	position: absolute;
	width: 90%;
    height: 72%;
	background: url('http://springmind.net/wp-content/uploads/2021/04/honesty-icon.svg')no-repeat;
	z-index:99;
	left: 51%;
    bottom: 3%;
 
	 
}

@keyframes pulse {
	10% {transform: scale(1.1)}
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
   color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.wpcf7 form .wpcf7-response-output {
    margin: 7em 0.5em 1em;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
   color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.wpcf7 form.sent .wpcf7-response-output {
   color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.includes-points ul li{
	margin-left: 20px;
}


#top-menu-nav ul li a:hover { color:#00cbe3; }

/*.OurValueSection-new .et_pb_column{
	display: block;
}*/
.value-title{
	height: 18vh;
    min-height: 120px;
  overflow: auto;
  position: sticky;
  top: 5%;
}
.value-content{
  display: flex;
  flex-direction: column;
}
.OurValueSection-new{
	display: flex;
  justify-content: space-between;
}
.value-content ul.list .list__item{
	display:flex;
}
.value-content ul.list .list__item .icon{
	flex: 0 0 10rem;
    margin-right: 3rem;
}

.value-content h3{
	font-size: 35px;
	font-weight: 700;
}
.value-content p{
	font-size: 15px;
	font-weight: 400;
}
.value-content .list__item:first-child {
    margin-top: 0px;
}
.value-content .list__item {
    align-items: flex-start;
    margin: 5rem 0px 0px;
    border: none;
}
.value-content .inner{
	 animation: fadeInUpBig ease-in-out 2s;
}

.pum-theme-690 .pum-container, .pum-theme-enterprise-blue .pum-container {
    background-color: rgb(34 21 101) !important;
}
.popmake .form-group input[type=text], .popmake .form-group input[type=email]{
    border-bottom: 2px solid #c2f2f2;
    color: #c2f2f2;
}
.popmake .wpcf7-submit {
    color: #c2f2f2;
    border: 2px solid #c2f2f2;
	transition: all 0.5s ease;
}
.popmake .wpcf7-submit:hover{
    color: #221565;
    border: 2px solid #c2f2f2;
    background: #c2f2f2;
	transition: all 0.5s ease;
}
.popmake img{
	padding-bottom: 15px;
	max-width: 200px !important;
}
.notfound-top-banner{
margin-top: -80px;
    height: 400px;
}
.pum-theme-690 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
    right: 10px !important;
    top: 10px !important;
    color: #c2f2f2 !important;
    font-size: 24px !important;
}






@media (min-width: 1600px){
	
	.hero-section .et_pb_text_0 h1 { font-size:80px;}
	.hero-section .et_pb_text_0 p { font-size:45px; }
	
}

@media (max-width: 1300px){
	
	
	.get-start { display:inline-block; }
}


@media (max-width: 1280px){
.gimmicks:before{
	top: -20%;
}
}
@media (max-width: 1440px){
.founder:before {
    width: 20%;
    height: 100%;
   max-height: 75%;
    right: 80%;
    top: 65%;
    background-size: 100%;
}
}
@media (max-width: 1300px){
	.founder:before {
    max-height: 70%;
}
	.puzzle p {
    max-width: 80%;
		margin: 20px auto;
}
}
@media (max-width: 1240px){
.founder:before {
    top: 72%;
}
}
@media (max-width: 1240px){
.founder:before {
    max-height: 55%;
	top: 76%;
}
}
@media (max-width: 1047px){
	.value-title h2{
		font-size: 50px !important;
	}
}
@media (max-width: 980px){
	.value-content ul.list .list__item{
		display: block;
		text-align: center;
	}
	.value-content ul.list .list__item .icon{
		margin-right:0px;
	}
	.value-content ul.list{
		padding: 0px;
	}
	.value-content h3{
		padding-top: 30px;
	}
	.our-value-title h2{
		padding-top: 50px;
	    font-size: 50px !important;
	}
	.value-content ul.list .list__item .icon.mindset-icon img, .value-content ul.list .list__item .icon.heart-icon img{
		width: 200px;
	}
	
	.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
}
.et_pb_row {
    max-width: 1080px;
    display: block !important;
}
	#page-container{
		padding-top: 1px !important;
	}
	
	#masthead.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #221565;
		box-shadow: 0px 0px 14px #5553;
}
	.site-header.sticky img.insticky {
    display: none;
}
	.site-header img.unsticky {
    display: none;
}
	
	.site-header.sticky img.unsticky {
    display: block;
}
	
	#masthead img {     width: 160px;
    margin-top: 15px;
} 
	
	header#main-header { display:none; }

 #masthead {
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 99;
    background-color: transparent;
    padding: 10px 0px;
	display:block;
}


#nav-fly-trigger1 {
    display: block !important;
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 0deg );
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    top: 22px;
}

#nav-fly-trigger1 span {
    background-color: #fff !important;
    top: 13px;
    display: block;
    position: absolute;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-fly-trigger1 span:nth-child(1) {
    top: 5px;
    width: 30px;
    height: 3px;
    background-color: #c2f2f2 !important;
}

#nav-fly-trigger1 span:nth-child(2) {
    background-color: #c2f2f2 !important;
    width: 23px;
    height: 3px;
    top: 13px;
    right: 0px;
}

.mobileNavigation {
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background: #221565;
    width: 100%;
    z-index: 11;
    -ms-transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    transform: translateY(-100vh);
    position: fixed;
    -webkit-transition: transform 287ms cubic-bezier(.215,.61,.355,1) 0.3s;
    -moz-transition: transform 287ms cubic-bezier(.215,.61,.355,1) 0.3s;
    -ms-transition: transform 287ms cubic-bezier(.215,.61,.355,1) 0.3s;
    -o-transition: transform 287ms cubic-bezier(.215,.61,.355,1) 0.3s;
    transition: transform 287ms cubic-bezier(.215,.61,.355,1) 0.3s;
    padding: 0px;
    max-width: 1902px;
    margin: 0 auto;
    left: 0;
	display:block;
}

.VerticleMiddle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

nav#top-menu-nav, #top-menu {
    float: none;
    /*margin-bottom: 30px !important;*/
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 0px;
	margin-top: 60px;
}


.mobileNavigation ul li {
    font-weight: 500;
    font-size: 15px;
    display: block;
    line-height: 35px;
    text-transform: uppercase;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    padding: 10px 0px 10px 0px;
	
}
	.mobileNavigation ul li a:hover{
		border-bottom: 3px solid #c2f2f2;
	}
.mobileNavigation ul li a {
    color: #c2f2f2;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
	
.mobileNavigation.open {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    height: 100%;
    z-index: 3;
		 
}
	
	 .menu-active #nav-fly-trigger1 span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    right: -3px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(47deg);
    width: 25px;
}
	
	 .menu-active #nav-fly-trigger1 span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    right: -3px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-46deg);
    width: 25px;
}

	 
	.sticky span, .sticky #nav-fly-trigger1 span:nth-child(1),  .sticky #nav-fly-trigger1 span:nth-child(2) { background:#c2f2f2 !important; }
	 
	
	header.et-fixed-header #logo, .unsticky, .for-responsive-head.active .insticky {
    display: none;
}
	
	.for-responsive-head.active .unsticky { display:block; }
	
	.menu-active #nav-fly-trigger1 span:nth-child(1), .menu-active #nav-fly-trigger1 span:nth-child(2) {
    background-color: #c2f2f2  !important;
}
	.hero-section .et_pb_row_0{
		display: flex !important;
	}
	.hero-section .hero-title.et_pb_text_0 h1{
		text-align: center !important;
		font-size: 40px;
	}
	.hero-section .hero-title.et_pb_text_0 p{
		text-align: center !important;
		font-size: 20px;
		font-weight: 400;
	}
	h2 {
    font-weight: 700;
    font-size: 45px !important;
    line-height: 55px;
}
	.OurValueSection .et_pb_image{
		margin: 0 auto;
		text-align: center;
	}
	.OurValueSection .et_pb_module.et_pb_text{
		text-align: center;
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin: 0 auto;
	}
	.contact-us .get-touch-center.et_pb_column {
    max-width: 100%;
}
	.copy-right{
	display: inline;
}
	.footer-site{
		font-size: 12px !important;
	}
	#text-2{
		display: none;
	}
	.founder-reverse{
		display: flex;
    flex-direction: column-reverse;
	}
	.founder-reverse .et_pb_text_inner, .founder-reverse .et_pb_text_inner h2{
		text-align: left !important;
	}
	.et_pb_toggle.et_pb_accordion_item_0.et_pb_toggle_close .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_0.et_pb_toggle_open .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_1.et_pb_toggle_close .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_1.et_pb_toggle_close .et_pb_toggle_title:hover:after, .et_pb_toggle.et_pb_accordion_item_1.et_pb_toggle_open .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_2.et_pb_toggle_close .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_2.et_pb_toggle_close .et_pb_toggle_title:hover:after, .et_pb_toggle.et_pb_accordion_item_2.et_pb_toggle_open .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_3.et_pb_toggle_close .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_3.et_pb_toggle_close .et_pb_toggle_title:hover:after, .et_pb_toggle.et_pb_accordion_item_3.et_pb_toggle_open .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_4.et_pb_toggle_close .et_pb_toggle_title:after, .et_pb_toggle.et_pb_accordion_item_4.et_pb_toggle_close .et_pb_toggle_title:hover:after, .et_pb_toggle.et_pb_accordion_item_4.et_pb_toggle_open .et_pb_toggle_title:after,
	.et_pb_toggle.et_pb_accordion_item_0.et_pb_toggle_close h3.et_pb_toggle_title:hover:after{
		display: none;
	}
	.inner-para h2, .inner-para p, .includes h3, .includes p{
		padding-left: 15px;
		padding-right: 15px;
	}
	.includes h3{
	border-top: 3px solid #221565;
	margin-top: 30px;
    padding-top: 30px;
	}
	#footer-widgets .footer-widget{
		width: 100% !important; 
	}
	#main-footer #text-3 .textwidget {
    float: none;
    width: 100%;
    text-align: center;
}
	#main-footer #text-4 {
    float: none;
    width: 100%;
    text-align: center;
}
	#main-footer .footer-site{
		float: none !important;
		text-align: center;
	}
	.pillars h3.et_pb_toggle_title {
    text-transform: uppercase;
    font-size: 25px !important;
}
	.form-star td{
		width: 100%;
		display: block;
	}
	.star .wpcf7-list-item{
		width: auto;
	}
	.form-star tr td{
		text-align: left;
	}
	.form-star .star{
		margin-top: 10px;
	}
	.form-star .star .wpcf7-list-item-label{
		display: block;
		margin-left: 11px;
	}
	.star input[type=radio]{
		width: 20px;
		height: 20px;
		vertical-align: unset;
    margin-bottom: unset;
	}
	.star input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    margin-left: -2px;
    margin-top: -30px;
}
	.star .wpcf7-list-item{
		padding-right: 15px;
	}
	.form-star .yup .wpcf7-list-item-label {
    display: inline-block;
}
	.yup input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
      margin-left: -30px;
    margin-top: 7px;
}
	.form-group .wpcf7-submit {
    float: none;
	}
	.form-submit{
		text-align: center;
	}
	#footer-widgets {
    padding: 40px 0 30px;
}
	.puzzle p{
		max-width: 80%;
		margin: 0 auto;
		padding: 20px 0px !important;
		font-size: 25px;
	}
	.get-start{
		font-size: 25px;
	}
	.image-colm {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
	.button-center{
		text-align: center;
	}
	.OurValueSection .et_pb_image_2 .et_pb_image_wrap:before, .OurValueSection .et_pb_image_3 .et_pb_image_wrap:before, .OurValueSection .et_pb_image_4 .et_pb_image_wrap:before, .OurValueSection .et_pb_image_5 .et_pb_image_wrap:before{
		display:none;
	}
	.OurValueSection img{
		border-radius: unset !important;
	}
	.gimmicks:before {
    top: 0%;
	width: 28%;
		z-index:unset;
}
	.founder:before {
    max-height: 35%;
    top: 83%;
}
	
	/*
	.OurValueSection .et_pb_image_2 { animation-duration: 2s;
animation-iteration-count: infinite;
animation-name: bounce-1;
animation-timing-function: linear; }
	.OurValueSection .et_pb_image_3 { animation: crescendo 1.5s alternate infinite ease-in; }
	.OurValueSection .et_pb_image_4 img { animation: crescendo 1s infinite;  }
	.OurValueSection .et_pb_image_5 { animation: pulse 1s infinite; } */
	
	@-webkit-keyframes shake-m {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100% {
    left: 0px;
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    left: 5px;
  }
}
	.pillars.form-toggle .et_pb_toggle {
    border-bottom: 3px solid #221565 !important;
		border-top: 3px solid #221565 !important;
}
	.pillars.form-toggle .et_pb_toggle_open {
    padding: 30px 0px;
    background-color: transparent;
}
	.pillars.form-toggle .et_pb_toggle_close .et_pb_toggle_title:before {
    content: "\4c";
    font-size: 40px;
    transition: all 0.2s ease;
    color: #221565;
}
	.pillars.form-toggle .et_pb_toggle_close .et_pb_toggle_title:hover:before {
    transition: all 0.2s ease;
    color: #00cbe3;
}
	.pillars.form-toggle h3{
		line-height: 30px;
	}
	.pillars.form-toggle .et_pb_toggle.et_pb_toggle_close h3.et_pb_toggle_title{
		color: #221565 !important;
		transition: all 0.2s ease;
	}
	.pillars.form-toggle .et_pb_toggle.et_pb_toggle_close h3.et_pb_toggle_title:hover{
		color: #00cbe3 !important;
		transition: all 0.2s ease;
	}
	
}
@media (max-width: 795px){
	.nutrition-puzzle{
		display: block;
		line-height: 35px;
	}
}

@media (max-width: 776px){
	.gimmicks:before {
    top: 0%;
    width: 50%;
    z-index: unset;
}
}
@media (max-width: 768px){
	.founder:before {
    max-height: 25%;
    top: 85%;
}
	.hero-section{
		height: 103vh;
	}
	.pum-container.popmake{
		max-width: 80% !important;
		min-width: 80% !important;
	}
}
@media (max-width: 767px){
	.inner-para h2 span {
    display: block;
}
	.founder:before {
    display: none;
}
	.youHealthCustomized .et_pb_row{
		width: 100%;
		max-width: 100%;
	}
	.bx-viewport:after{
    left: 45px;
}
.bx-viewport:before{
    right: 45px;
}
	.pillars h3.et_pb_toggle_title{
		font-size: 25px !important;
	}
	.pillars .et_pb_toggle_content{
		font-size: 20px !important;
		font-weight: 400;
	}
	.gimmicks p, .founder p{
		font-size: 20px !important;
		font-weight: 400;
	}
	.inner-para h2{
		font-size: 30px !important;
	}
	.OurValueSection p, .contact-us p, .coaching-app p{
		font-size: 15px;
		font-weight: 400;
	}
	
	h2 {
    font-weight: 700;
    font-size: 35px !important;
    line-height: 45px;
}
	.inner-para{
	padding-bottom: 50px;
	padding-right: 47px;
    padding-left: 47px;
}
	.bx-wrapper .bx-controls-direction a{
		width: 45px;
	}
}
@media (max-width: 432px){
	.footer-site {
    font-size: 10px !important;
}
	.our-value-title h2{
		padding-top: 50px;
	    font-size: 45px !important;
	}
}
@media (max-width: 425px){
	.OurValueSection h3{
		font-size: 30px;
	}
		.health-program {
    font-size: 15px;
}
	
}
@media (max-width: 375px){
	.pillars h3.et_pb_toggle_title {
    font-size: 20px !important;	
}
	.hero-section{
		height: 104vh;
	}

}
@media (max-width: 360px){
	.footer-site {
    font-size: 9px !important;
}
}
@media (max-width: 350px){
	.footer-site {
    font-size: 8px !important;
}
}

 