
/* Resets */
*,
*:after,
*:before {
	box-sizing: border-box;
}
ul, ol{
	list-style:none;
	margin:0;
	padding:0;
}


/* Main styles */
i {
	font-style: normal;	
}
html {
	scroll-behavior: smooth;	
}

body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px; 
	margin: 0;
	color: #01000b;
	background: #f9f9f9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #fff;
	outline: none;
}

a:hover {
	color: #9bc33f !important;
	text-decoration: none !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    color: #fff !important;
    background: #9bc33f !important;
    border-color: #9bc33f !important;
    border: 1px solid #9bc33f !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}


/* ABOUT US SECTION - START */
.about-us-section .box-paragraph {
    margin-left: auto;
    margin-right: auto;
}
.about-us-section .box-paragraph {
    margin-top: 15px;
}
.about-us-section  .box-paragraph {
    max-width: 768px;
    padding-left: 5px;
    padding-right: 5px;
}

.about-us-section .row-30 {
    margin-bottom: -30px;
}
.about-us-section .row {
    margin-top: 40px;
}

.about-us-section .video {
    position: relative;
    z-index: 1;
}

.about-us-section .video-link, .video-link:focus, .video-link:active, .video-link:hover, .video-link.active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.47);
}
.about-us-section .video-link {
    position: absolute;
    z-index: 1;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 70px;
    text-align: center;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: .3s ease-out all;
}

.about-us-section .video-link i {
    font-style: normal;
}

.about-us-section .index-list {
	counter-reset: li;
}

.about-us-section .index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.about-us-section .index-list-modern {
	counter-reset: li;
}

.about-us-section .index-list-modern > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.about-us-section .index-list-modern > li + li {
	margin-top: 25px;
}

.about-us-section .index-list-modern-block {
	position: relative;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
	color: #151515;
	background-color: #b0d13f;
}

.about-us-section .index-list-modern-block .list-index-counter {
	line-height: 1.1;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 3.857em;
	font-weight: 700;
	color: #8fb020;
}

.about-us-section .index-list-modern-block * + p {
	 margin: 6px 0 0 0;
}

@media (min-width: 576px) {
	.about-us-section .index-list-modern-block {
		max-width: 450px;
		padding: 20px 130px 20px 20px;
		text-align: left;
	}
	.about-us-section .index-list-modern-block .list-index-counter {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		font-size: 4.857em;
	}
}

@media (min-width: 992px) {
	.about-us-section .index-list-modern-block {
		max-width: 390px;
		margin-right: 0;
		padding: 20px 105px 20px 20px;
		border-color: #b0d13f;
	}
	.about-us-section .index-list-modern-triangle {
		position: absolute;
		right: 100%;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-right-color: transparent;
	}
}

@media (min-width: 1200px) {
	.about-us-section .index-list-modern-block {
		max-width: 496px;
		margin-left: auto;
		padding: 15px 185px 30px 45px;
	}
	.about-us-section .index-list-modern-block .list-index-counter {
		font-size: 6.857em;
	}
}
/* ABOUT US SECTION - END */


/* BOX SERVICES - START */
.section-box-services-full-width [class*='col-']:nth-child(even) .box-services-full-width {
	background-color: #433e3d;
}

.box-services-full-width {
	position: relative;
	z-index: 1;
	padding: 35px 30px 70px 30px;
	text-align: center;
	overflow: hidden;
	background-color: #575251;
	color: #9b9b9b;
}

.box-services-full-width .box-services-full-width-image {
	min-height: 57px;
}

.box-services-full-width * + h4 {
	margin-top: 12px;
	color: #fff;
}

.box-services-full-width * + p {
	margin-top: 10px;
}

.box-services-full-width-inner {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

[class*='ie-'] .box-services-full-width-inner {
	margin-left: 0;
	margin-right: 0;
}

.box-services-full-width-button {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	bottom: 0;
	transition: all 0.3s ease-in-out;
}

.box-services-full-width-button, .box-services-full-width-button:focus, .box-services-full-width-button:active {
	color: #ffffff;
	background-color: #b0d13f;
}

.box-services-full-width-button:hover {
	color: #ffffff;
	background-color: #8c734b;
}

@media (min-width: 576px) {
	.box-services-full-width {
		display: flex;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.box-services-full-width {
		padding: 35px 30px 80px 30px;
	}
	.box-services-full-width-button {
		height: 50px;
	}
}

@media (min-width: 992px) {
	.box-services-full-width {
		padding: 30px 20px 75px 20px;
	}
	.box-services-full-width-button {
		height: 50px;
	}
}

@media (min-width: 1200px) {
	.box-services-full-width {
		padding: 70px 20px 70px 20px;
	}
	.box-services-full-width-inner {
		transition: .3s ease-out all;
	}
	.box-services-full-width-button {
		top: 100%;
		bottom: auto;
		font-size: 18px;
		font-weight: 700;
		height: 65px;
	}
	.box-services-full-width:hover .box-services-full-width-inner {
		transform: translateY(-32.5px);
	}
	.box-services-full-width:hover .box-services-full-width-button {
		top: calc(100% - 65px);
	}
	
}

@media (min-width: 1600px) {
	.box-services-full-width {
		padding: 85px 40px 80px 40px;
	}
	.box-services-full-width * + h4 {
		margin-top: 20px;
	}
	.box-services-full-width * + p {
		margin-top: 15px;
	}
	.box-services-full-width-button {
		height: 77px;
	}
	.box-services-full-width:hover .box-services-full-width-inner {
		transform: translateY(-38.5px);
	}
	.box-services-full-width:hover .box-services-full-width-button {
		top: calc(100% - 77px);
	}
}
/* BOX SERVICES - END */

/* FOOTER STYLES - START */
.contact-main {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F9F9F9 !important
}

.emails {
    font-size: 20px;
    line-height: 1.222;
    color: #272727;
    position: relative;
    display: block;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.numbers {
    font-size: 15px;
    line-height: 1.7;
    display: block;
    padding-top: 10px;
    letter-spacing: 1px;
    font-weight: 100;
    padding-bottom: 20px;
}

.col-full {
    padding-bottom: 50px;
}

.sm-contact {
    padding-bottom: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-social {
    list-style: none;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
    padding-left: 0;
    margin-left: 0;
}

.subhead {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px color: #272727;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.subhead-form {
    margin-bottom: 70px;
}

.sub-contact {
    font-size: 25px;
    font-weight: 500;
}

.contact-social li {
    margin-right: 15px;
    padding-left: 0;
    display: inline-block;
}

.contact-social li a {
    color: #9bc33f;
}

.contact-social li a:hover {
    opacity: .5;
}

.contact-subscribe {
    margin: 0;
    padding: 0;
    height: 120px;
    position: relative;
}

.contact-address {
    font-size: 20px;
    line-height: 1.607;
    margin-top: 21px;
}

.mc-form {
    margin-top: 21px;
    width: 100%;
}

.mc-form input[type="email"] {
    background-color: rgba(0, 0, 0, 0.2);
    color: #272727;
    width: 100%;
    height: 87px;
    font-weight: bold;
    padding: 20px 150px 20px 20px;
    border: none;
}

.mc-form input[type="submit"] {
    color: #fff;
    background: #8D8D8D;
    border-color: #8D8D8D;
    padding: 32px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: inherit;
}

.tagline {
	font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 100px;
}

.tagline:after {
    display: block;
    content: '';
    position: relative;
    height: 2px;
    left: 0;
    width: 230px;
    top: 50px;
    background-color: #272727;
}

.display-1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 100px;
}

.display-1:after {
    display: block;
    content: '';
    position: relative;
    height: 8px;
    left: 0;
    width: 230px;
    top: 50px;
    background-color: #272727;
}

.warning {
    border: 5px solid #FEBA00 !important;
}

.social {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.social img {
    height: 49px;
}

.section-dark {
    background-color: #F9F9F9;
}

.section-light {
    background-color: #fff;
}

.section-footer {
    background-color: #575251;
    color: #fff;
    padding: 60px 0;
}

.section-header {
    margin-bottom: 30px;
    text-align: center;
}

.section-header__title {
    margin-bottom: 0;
}

.page-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* FOOTER STYLES - STOP */

/* BLOG STYLES - START */

.blog-most-recent {
				
}	
.blog-most-recent a {
	display: block;
	min-height: 300px;	
}
.blog-most-recent .blog-footer {
	padding: 20px;
}

.blog-most-recent h3 {
	font-size: 1.5rem;
}

/* BLOG STYLES - END */

/* PARAALAX VIDEO - START */
.ParallaxVideo {
	position: relative;
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
}

.ParallaxVideo video {
    min-width: 100%;
    position: fixed;
    bottom: 0;
    z-index: -9999;
    height: 100vh;
}

.ParallaxVideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    border-radius: inherit;
    background-image: linear-gradient(90deg, #000 0%, transparent 50%);
}

.ParallaxVideo .section-dialog {
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
}

.ParallaxVideo .shadow-4,
.ParallaxVideo .hover-shadow-4:hover {
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.06);
    box-shadow: 0 0 18px rgba(0,0,0,0.06);
}

.ParallaxVideo .blockquote {
        font-size: 1rem !important;
	    margin-top: 0 !important;
	    margin-bottom: 0 !important;
	    line-height: 24px;
}

@media (min-width: 768px) {
	.ParallaxVideo .section-dialog {
	    padding: 20px 24px;
	}
}

@media (min-width: 992px)  {
	.ParallaxVideo .section-dialog {
	    padding: 30px 32px;
	}
}

@media (min-width: 1367px)  {
	.ParallaxVideo video {
	    height: auto;
	}
}

/* PARAALAX VIDEO - END */

/* PARAALAX IMAGE - START */
.ParallaxImage {
	position: relative;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
    background-image: url('../img/hero/hp-teen-mom.jpg');
}

.ParallaxImage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    border-radius: inherit;
    background-image: linear-gradient(90deg, #000 0%, transparent 50%);
}

.ParallaxImage .section-dialog {
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
}

.ParallaxImage .shadow-4,
.ParallaxImage .hover-shadow-4:hover {
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.06);
    box-shadow: 0 0 18px rgba(0,0,0,0.06);
}


.ParallaxImage .blockquote {
        font-size: 1rem !important;
	    margin-top: 0 !important;
	    margin-bottom: 0 !important;
	    line-height: 24px;
}

@media (min-width: 768px) {
	.ParallaxImage .section-dialog {
	    padding: 20px 24px;
	}
}

@media (min-width: 992px)  {
	.ParallaxImage .section-dialog {
	    padding: 30px 32px;
	}
}
/* PARAALAX IMAGE - END */	

/* HEADING STYLES - START */	
.heading-2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #151515;
}

.heading-3 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
}

.heading-5 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .01em;
    font-weight: 300;
}

@media (min-width: 1200px){
	.heading-3 {
	    font-size: 40px;
	    line-height: 1.2;
	}
}
@media (min-width: 768px){
	.heading-3 {
	    font-size: 30px;
	    line-height: 1.4;
	}
	.heading-5 {
	    font-size: 22px;
	    line-height: 1.27273;
	}
}

/*  HEADING STYLES - ENDS */

/*  OUR STORY - START */

.btn-anchor {
	transition: 0.25s cubic-bezier(0.2, 1, 0.3, 1);	
}
.timeline-classic {
    text-align: left;
}

.timeline-classic-item {
    position: relative;
    overflow: hidden;
    padding: 0 0 70px 35px;
    margin-bottom: -25px;
}

.timeline-classic-item-divider {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
}
.timeline-classic-item-divider::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #c19b76;
    border-radius: 50%;
}
.timeline-classic-item-divider::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 300vh;
    background: #c19b76;
    min-height: 100px;
}

* + .timeline-classic-item-main {
    margin-top: 20px;
}
@media (min-width: 768px) {
	.timeline-classic-item {
	    display: flex;
	    padding-left: 0;
	    padding-bottom: 90px;
	}
	.timeline-classic-item-aside {
	    max-width: 33.33%;
	}
	.timeline-classic-item-divider {
	    position: relative;
	    padding: 25px 20px 0;
	}
	* + .timeline-classic-item-main {
	    margin-top: 0;
	}
	.timeline-classic-item-main {
	    max-width: 60%;
	}

}
@media (min-width: 992px){
	.timeline-classic-item-aside {
	    max-width: 37%;
	}
	.timeline-classic-item-main {
	    max-width: 50%;
	}
}
@media (min-width: 1200px){
	.timeline-classic-item-aside {
	    max-width: 33.33%;
	}
}

/*  OUR STORY - START */

/*  CONTACT US - START */
.hidden {
    display: none !important;
    visibility: hidden;
}
#contactForm {
	width: 100%;	
}
.layout-bordered {
    text-align: center;
}
.layout-bordered-item {
    border: 0 solid #8c734b;
}
.wow-outer {
    position: relative;
    overflow: hidden;
}
.layout-bordered-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 290px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.layout-bordered-item-inner > * + * {
    margin-top: 10px;
}

.contact-icon {
	color: #8c734b;
    display: inline-block;
    font-size: 1.875em;
    line-height: 1;
}

@media (min-width: 768px){
	#contactForm {
		width: 50vw;	
	}
	.layout-bordered {
	    display: flex;
	}
	.layout-bordered-item:first-child {
	    border-left-width: 1px;
	}
	.layout-bordered-item {
	    flex-basis: 33.333%;
	    border-right-width: 1px;
	}
	
	.layout-bordered-item {
	    flex-grow: 1;
	}
	.layout-bordered-item-inner > * + * {
	    margin-top: 15px;
	}
}

@media (max-width: 767.98px) {
	.layout-bordered-item:first-child {
	    padding-top: 0;
	}
	.layout-bordered-item {
	    padding: 30px 0;
	}
	.layout-bordered-item + .layout-bordered-item {
	    border-top-width: 1px;
	}
	.layout-bordered-item:last-child {
	    padding-bottom: 0;
	}
}
/*  CONTACT US - END */



html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control__radio:focus+.form-control__radio-view::after {
  border-color: #9bc33f !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control__radio:focus:checked+.form-control__radio-view::after {
  border-color: #9bc33f !important;
  background-color: #9bc33f !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control__radio:checked+.form-control__radio-view::after {
  border-color: #9bc33f !important;
  background-color: #9bc33f !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control__radio-view::after {
  border: 1px solid #b5b5b6 !important;
  background-color: #f2f2f2 !important;
  color: #01000b !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--focus .form-control__text,
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--focus .form-control__textarea,
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--focus .form-control__prefix,
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--focus .form-control__suffix {
  border-color: #9bc33f !important;
}