body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.hidden-box {
    display: none;
}


/* PRE LOADER */

.preloader {
    position: relative;
    z-index: 99999;
    width: 100%;
    height: 50px;
    margin: 30px auto;
    text-align: center;
}

.status {
    position: absolute;
    width: 100%;
    height: 50px;
    -webkit-background-size: cover;
    background-size: cover;
}


/*	$Loader Quadrant
	========================================================================== */

.loader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.loader-quart {
    border-radius: 50px;
    border: 6px solid rgba(94, 201, 16, 0.8);
}

.loader-quart::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1s linear infinite;
    /* Safari 4+ */
    -moz-animation: spin 1s linear infinite;
    /* Fx 5+ */
    -o-animation: spin 1s linear infinite;
    /* Opera 12+ */
    animation: spin 1s linear infinite;
    /* IE 10+, Fx 29+ */
}

.loader-bars::before,
.loader-bars::after,
.loader-bars span {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 30px;
    background-color: #fff;
    -webkit-animation: grow 1.5s linear infinite;
    /* Safari 4+ */
    -moz-animation: grow 1.5s linear infinite;
    /* Fx 5+ */
    -o-animation: grow 1.5s linear infinite;
    /* Opera 12+ */
    animation: grow 1.5s linear infinite;
    /* IE 10+, Fx 29+ */
}

.loader-bars::after {
    left: 15px;
    -webkit-animation: grow 1.5s linear -0.5s infinite;
    /* Safari 4+ */
    -moz-animation: grow 1.5s linear -0.5s infinite;
    /* Fx 5+ */
    -o-animation: grow 1.5s linear -0.5s infinite;
    /* Opera 12+ */
    animation: grow 1.5s linear -0.5s infinite;
    /* IE 10+, Fx 29+ */
}

.loader-bars span {
    left: 30px;
    -webkit-animation: grow 1.5s linear -1s infinite;
    /* Safari 4+ */
    -moz-animation: grow 1.5s linear -1s infinite;
    /* Fx 5+ */
    -o-animation: grow 1.5s linear -1s infinite;
    /* Opera 12+ */
    animation: grow 1.5s linear -1s infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
}

@-moz-keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
}

@-o-keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

.dis5 {
    height: 5px;
    clear: both;
}

.dis10 {
    height: 10px;
    clear: both;
}

.dis15 {
    height: 15px;
    clear: both;
}

.dis20 {
    height: 20px;
    clear: both;
}

.dis25 {
    height: 25px;
    clear: both;
}

.dis30 {
    height: 30px;
    clear: both;
}

.dis35 {
    height: 35px;
    clear: both;
}

.dis40 {
    height: 40px;
    clear: both;
}

.dis45 {
    height: 45px;
    clear: both;
}

.dis50 {
    height: 50px;
    clear: both;
}

.dis55 {
    height: 55px;
    clear: both;
}

.dis60 {
    height: 60px;
    clear: both;
}

.dis65 {
    height: 65px;
    clear: both;
}

.dis70 {
    height: 70px;
    clear: both;
}

.dis75 {
    height: 75px;
    clear: both;
}

.dis80 {
    height: 80px;
    clear: both;
}

.dis85 {
    height: 85px;
    clear: both;
}

.dis90 {
    height: 90px;
    clear: both;
}

.dis95 {
    height: 95px;
    clear: both;
}

.dis100 {
    height: 100px;
    clear: both;
}

a {
    color: #008b69;
}

a:fover,
a:active,
a:hover {
    color: #006f54;
}

.container {
    max-width: 1050px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #222a35;
}

h2 {
    font-size: 38px;
    line-height: 60px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 26px;
    line-height: 35px;
}

h5 {
    font-size: 18px;
}

p {
    line-height: 25px;
}

.text-light {
    font-weight: 300;
}

.btn {
    white-space: normal;
}

.btn-green {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 25px 12px;
    border-color: #56ba0d;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64d412+0,5bc40f+100 */
    background: #64d412;
    /* Old browsers */
    background: -moz-linear-gradient(top, #64d412 0%, #5bc40f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #64d412 0%, #5bc40f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #64d412 0%, #5bc40f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#64d412', endColorstr='#5bc40f', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.3);
}

.btn-green:hover,
.btn-green:focus {
    border-color: #56ba0d;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64d412+0,5bc40f+47,5bc40f+100 */
    background: #64d412;
    /* Old browsers */
    background: -moz-linear-gradient(top, #64d412 0%, #5bc40f 47%, #5bc40f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #64d412 0%, #5bc40f 47%, #5bc40f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #64d412 0%, #5bc40f 47%, #5bc40f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#64d412', endColorstr='#5bc40f', GradientType=0);
    /* IE6-9 */
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.check li {
    display: block;
    position: relative;
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.check li:last-child {
    margin-bottom: 0;
}

.check li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e013";
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#62cf12+-1,5ac20e+100 */
    background: #62cf12;
    /* Old browsers */
    background: -moz-linear-gradient(top, #62cf12 -1%, #5ac20e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #62cf12 -1%, #5ac20e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #62cf12 -1%, #5ac20e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#62cf12', endColorstr='#5ac20e', GradientType=0);
    /* IE6-9 */
}

#header {
    padding: 15px 0;
    background-color: #fff;
}

#header .nav-top li:first-child {
    margin-right: 30px;
}

#header .nav-top li {
    display: inline-block;
    vertical-align: middle;
}

#header .btn-green {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 20px;
}

#video-section {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3db4c9+0,3d8ac9+100 */
    background: #3db4c9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3db4c9 0%, #3d8ac9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3db4c9 0%, #3d8ac9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3db4c9 0%, #3d8ac9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3db4c9', endColorstr='#3d8ac9', GradientType=0);
    /* IE6-9 */
    color: #fff;
}

#video-section h2 {
    color: #fff;
}

.video-wrap {
    max-width: 640px;
    margin: 0 auto;
    -webkit-box-shadow: -1px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

#famous-names {
    padding: 25px 0;
    background-color: #323a45;
    text-align: center;
}

#famous-names li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
}

.box-callAction {
    position: relative;
    padding: 40px 70px;
    background-color: #edf5f8;
    border: 1px dashed #d0d0d0;
}

.box-callAction .checkbox {
    font-size: 16px;
}

.box-callAction .checkbox span {
    position: relative;
    top: -1px;
    line-height: 25px;
}

.box-callAction .btn {}

.box-callAction .icons {
    text-align: center;
}

.box-callAction .icons li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #748599;
    padding: 0 20px;
}

.box-callAction .icons li img {
    margin-right: 10px;
    vertical-align: middle;
}

#footsteps {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3db4c9+1,3d8ac9+99 */
    background: #3db4c9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3db4c9 1%, #3d8ac9 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3db4c9 1%, #3d8ac9 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3db4c9 1%, #3d8ac9 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3db4c9', endColorstr='#3d8ac9', GradientType=0);
    /* IE6-9 */
    color: #fff;
}

#footsteps h2 {
    color: #fff;
}

.team {
    position: relative;
    height: 400px;
}

.team img {
    position: absolute;
    z-index: 2;
    bottom: 0;
}

#success {
    padding: 40px 0;
    border-top: 1px solid #deeaef;
    border-bottom: 1px solid #deeaef;
    background-color: #f4f8f9;
    text-align: center;
}

#success h4 {
    font-size: 22px;
}

#enroll .box-callAction {
    padding: 30px;
}

.bar-arrow {
    position: relative;
    padding: 30px 0;
    background-color: #323a45;
    text-align: center;
}

.bar-arrow::before {
    position: absolute;
    content: "";
    bottom: -19px;
    left: 0;
    right: 0;
    width: 20px;
    height: 0;
    margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #323a45;
}

.bar-arrow h3 {
    font-size: 38px;
    color: #fff;
    line-height: 55px;
}

.bar-arrow h4 {
    font-size: 14px;
    color: #98daff;
}

#testimonials {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3db4c9+0,3d8ac9+99 */
    background: #3db4c9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3db4c9 0%, #3d8ac9 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3db4c9 0%, #3d8ac9 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3db4c9 0%, #3d8ac9 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3db4c9', endColorstr='#3d8ac9', GradientType=0);
    /* IE6-9 */
}

#testimonials .container > h2 {
    color: #fff;
}

#testimonials .container > h4 {
    color: #aee4ee;
}

blockquote {
    padding: 45px 40px;
    margin: 0;
    font-size: 17.5px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(42, 124, 180, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(42, 124, 180, 1);
    box-shadow: 0px 4px 0px 0px rgba(42, 124, 180, 1);
}

blockquote h3 {
    font-size: 24px;
    text-align: center;
    color: #3a3a3a;
}

blockquote h4 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #3a3a3a;
}

#guarantee {
    color: #fff;
    background-color: #323a45;
}

#guarantee h4 {
    color: #fff;
}

#giving-back {
    position: relative;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    background: #323a45 url('../img/bg-giving-back.png')no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#giving-back h2,
#giving-back h3,
#giving-back h4 {
    color: #fff;
}

#giving-back h4 {
    font-size: 22px;
}

.product-list {
    text-align: center;
}

.product-list li {
    text-align: center;
    vertical-align: middle;
}

.product-list span {
    display: block;
    text-align: center;
}

.product-list .arrow {
    margin: 0 100px;
}

.bar-checks {
    background-color: #f4f8f9;
    padding: 40px 0;
    border-top: 1px solid #deeaef;
    border-bottom: 1px solid #deeaef;
}

.bar-checks li {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 45px;
}

.bar-checks li::before {
    top: 8px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 29px;
}

#famous-people li {
    display: block;
    width: 30%;
    float: left;
    padding: 25px 30px;
    background-color: #f4f8f9;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(222, 234, 239, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(222, 234, 239, 1);
    box-shadow: 0px 2px 0px 0px rgba(222, 234, 239, 1);
}

#famous-people li h5,
#famous-people li h6 {
    text-align: center;
}

#famous-people li h6 {
    font-size: 12px;
    color: #798c91;
}

.person-list li {
    display: block;
    float: left;
}

.person-list li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.person-list li h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

.person-list li span {
    display: inline-block;
    vertical-align: middle;
}

footer {
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #323a45;
}

footer h5 {
    font-size: 14px;
    color: #616d7c;
}

footer p.small {
    font-size: 12px;
    color: #616d7c;
}

.bottom-nav li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.bottom-nav li a {
    display: block;
    font-size: 12px;
    color: #c3cad5;
}

.bottom-nav li:hover a {
    color: #fff;
}

#guarantee .label-text h2 {
    color: #fff;
    line-height: 90px;
    text-align: center;
}

#scrollToTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 33px;
    height: 33px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 60px;
    cursor: pointer;
}

#scrollToTop:hover {
    background-color: #56ba0d;
}

body:not(.device-touch) #scrollToTop {
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.stretched #scrollToTop {
    top: 30px;
}

@media(min-width:1200px) {
    .bar-line {
        position: absolute;
        left: -100px;
        width: 50%;
        height: 52px;
        background-color: #38424f;
        bottom: 0;
        z-index: 1;
    }
    #famous-people li + li {
        margin-left: 30px;
    }
    #guarantee .label-text {
        text-align: center;
        color: #fff;
        background: transparent url('../img/label-back-quarantee.png')no-repeat center 0;
        height: 90px;
    }
}

@media(min-width:992px) {
    #header .nav-top {
        position: relative;
        top: 5px;
        float: right;
    }
    .product-list li {
        display: inline-block;
    }
    .box-callAction::before,
    .box-callAction::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 76px;
        height: 63px;
        margin: auto 0;
    }
    .box-callAction::before {
        left: -30px;
        background: transparent url("../img/arrow-left.png")no-repeat 0 0;
    }
    .box-callAction::after {
        right: -30px;
        background: transparent url("../img/arrow-right.png")no-repeat 0 0;
    }
}

@media(min-width:768px) {
    .bar-checks li {
        display: block;
        width: 33.33%;
        float: left;
    }
    .person-list li + li {
        margin-left: 40px;
    }
}

@media(max-width:1199px) {
    #famous-people ul {
        text-align: center;
    }
    #famous-people li {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    #famous-people li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:767px) {
    #header .logo {
        display: block;
        text-align: center;
    }
    #header .nav-top {
        text-align: center;
    }
    .team {
        display: block;
        max-width: 510px;
        margin: 0 auto;
    }
    .product-list li:first-child {
        margin-bottom: 60px;
    }
    .product-list .arrow {
        display: none;
    }
    .bar-checks .check {
        text-align: center;
    }
    .bar-checks li {
        display: inline-block;
    }
    .person-list li {
        float: none;
        margin-bottom: 30px;
    }
    .person-list li:last-child {
        margin-bottom: 0;
    }
    #success .box-wrap {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media(max-width:480px) {
    .box-callAction {
        padding: 20px;
    }
    .team {
        height: 250px;
    }
    bottom-nav li {
        padding: 0 4px;
    }
}