@charset "UTF-8";


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TEAM
5. CALL TO ACTION

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #8ce393
}

a:hover,
a:focus {
    color: #61d684;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #399140;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #399140;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #399140;
}

h5 {
    font-size: 25px;
    font-weight: 300;
    color: #399140;
    margin-bottom: 0.7rem;
}

p {
    font-size: 20px;
    color: #959094;
}

p.lead {

    color: #93e38c;
    margin-bottom: 2rem;
}

.text-primary {
    color: #93e38c;
}

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

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #61d671;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #4ae545 0%, #3dfd37 100%);
    background-image: -webkit-linear-gradient( 122deg, #4ae545 0%, #3dfd37 100%);
    background-image: -ms-linear-gradient( 122deg, #4ae545 0%, #3dfd37 100%);
    background-image: linear-gradient( 122deg, #4ae545 0%, #3dfd37 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #3dfd37 0%, #4ae545 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #3dfd37;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #f9fbf6;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #8d9b8a;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgba(8, 118, 14, 0.8);
    background: -moz-linear-gradient(135deg, rgba(8, 118, 14, 0.8) 0%, rgba(0, 255, 149, 0.856) 100%);
    background: -webkit-linear-gradient(135deg, rgba(8, 118, 14, 0.8) 0%, rgba(0, 255, 149, 0.856)  100%);
    background: linear-gradient(135deg, rgba(8, 118, 14, 0.8) 0%, rgba(0, 255, 149, 0.856)  100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #99d4a8;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(8, 118, 14, 0.8) 0%, rgba(0, 250, 146, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(8, 118, 14, 0.8) 0%, rgba(0, 250, 146, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(8, 118, 14, 0.8) 0%, rgba(0, 250, 146, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(8, 118, 14, 0.8) 0%, rgba(0, 250, 146, 0.8) 100%);
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #77b47a;
    background: -moz-linear-gradient(top, #77b47a 0%, #399140 100%);
    background: -webkit-linear-gradient(top, #77b47a 0%, #399140 100%);
    background: linear-gradient(to bottom, #77b47a 0%, #399140 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #77b47a;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 40px;
        height: 40px;
        font-size: 25px;
        line-height: 20px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #77b47a 0%, #399140 100%);
    background-image: -webkit-linear-gradient( 122deg, #77b47a 0%, #399140 100%);
    background-image: -ms-linear-gradient( 122deg, #77b47a 0%, #399140 100%);
    background-image: linear-gradient( 122deg, #77b47a 0%, #399140 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

/*  TEAM
----------------------*/


.team-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


