body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    min-height: 100%;
    position: relative;
    padding-bottom: 101px !important;
}
html {
    height: 100%;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #6FB832;
}

p {
    font-size: 13px;
    line-height: 1.75;
    font-family: 'Open Sans', sans-serif;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

a {
    color: #6FB832;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #6FB832;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #6FB832;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #6FB832;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #6FB832;
    color: #fff;
    background-color: #6FB832;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #6FB832;
    background-color: #6FB832;
}

.btn-primary .badge {
    color: #6FB832;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 40px;
    border-color: #6FB832;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #6FB832;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:focus,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #6FB832;
    color: #fff;
    background-color: #6FB832;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #6FB832;
    background-color: #6FB832;
}

.btn-xl .badge {
    color: #6FB832;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #6FB832;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #6FB832;
    background-color: #6FB832;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #6FB832;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px 0;
    font-size: 13px;
    transition: all 0.3s;
}
.navbar-default .nav li a i {
    margin-right: 5px;
}
.navbar-left li a {
    margin-right: 20px;
}
.navbar-right li a {
    margin-left: 20px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #6fb832;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #6fb832;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #6fb832;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 0px 0;
        border: 0;
        background-color: #2c3e50;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        margin-bottom: 0px !important;
        border-radius: 0px !important;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.page-header {
    padding-top: 35px;
    padding-bottom: 35px; 
    background-attachment: scroll;
    background-image: url(../img/header-title-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    text-align: center;
    margin: 0;
}
.page-header h2 {
    line-height: 50px;
    color: #fff;
    margin: 0;
}

section {
    padding: 45px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 45px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

footer {
    padding: 15px 0 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, 0.05);
}
footer a {
    display: inline-block;
}
footer a img {
    height: 40px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: rgba(111, 184, 50, 0.5);
}

::selection {
    text-shadow: none;
    background: rgba(111, 184, 50, 0.5);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #6FB832;
}

.headStrip {
    background: #fff;
    margin: 0;
    padding: 8px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
}
.headStrip a {
    display: inline-block;
    outline: none;
    text-decoration: none;
}
.headStrip a:hover,
.headStrip a:focus,
.headStrip a:visited,
.headStrip a:active {
    outline: none;
    border:none;
    text-decoration: none;
}
.headStrip a img {
    display: block;
    height: 60px;
}

.headStrip h3 {
    margin: 0;
    line-height: 65px;
    font-size: 18px;
    font-weight: 600;
}
.headStrip h3 span {
    color: #6FB832;
    font-weight: 800;
}

.clearfix {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0px;
}

.copyright-footer {
    background: #2c3e50;;
    margin-top: 15px;
}
.copyright-footer p {
    color: #fff;
    margin: 0;
    line-height: 30px;
    /*opacity: 0.7;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 12px;
}
.copyright-footer p.text-left {
    float: left;
}
.copyright-footer p.text-right {
    float: right;
}
.copyright-footer p.text-right i {
    margin-right: 5px;
    margin-left: 15px;
}
.copyright-footer p a {
    color: inherit;
}
.Welcome-text {
    font-size: 16px;
    text-align: justify;
}
ul {
    display: block;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
}
.slider-main {
    position: relative;
    width: 100%;
    background-color: #04202e;
}
.banner-content {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    padding-top: 5%;
}
.banner-content .text-slider {
    width: 41.66666667%;
    margin-left: 58.33333333%;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.banner-content h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
}
.banner-content h3 span {
    text-transform: none;
}
.slider-main .blockquote {
    position: relative;
    margin-top: 30px;
    color: #fff;
    padding-top: 30px;
}
.slider-main .blockquote:before {
    position: absolute;
    content: '';
    background: url(../img/quote-icon.png);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    opacity: 0.3;
    top: 0;
    left: -40px;
}
.slider-main .blockquote .auth_img {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
    margin-left: 5px;
}
.slider-main .blockquote .auth_img:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, 0.39);
    left: -5px;
    top: -5px;
}
.slider-main .blockquote p {
    float: right;
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 5px 20px 5px 0;
}
.slider-main .blockquote .auth_img img {
    width: 100%;
}
.slider-main .blockquote .author:before {
    width: 50px;
    top: -10px;
    position: absolute;
    content: '';
    height: 1px;
    background: #6fb832;
}
.slider-main .blockquote .author {
    color: #fff;
    position: relative;
    margin-top: 25px;
}
.slider-main .blockquote .author h4 {
    text-transform: none;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}
.slider-main .blockquote .author h5 {
    opacity: 0.4;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 3px 0;
}
.slider-main .owl-nav {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.owl-prev, 
.owl-next {
    font-size: 0px;
    width: 40px;
    height: 40px;
    background: rgba(4, 32, 46, 0.8);
    float: left;
    margin: 0 5px;
    border: 1px solid rgba(111, 184, 50, 0.5);
    position: relative;
    transition: all 0.3s;
}
.owl-prev:hover, 
.owl-next:hover {
    background: rgba(4, 32, 46, 1);
    border: 1px solid rgb(111, 184, 50);
}
.owl-prev:after, 
.owl-next:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px;
}
.owl-prev:after {
    background-image: url(../img/left-arrow.png);
}
.owl-next:after {
    background-image: url(../img/right-arrow.png);
}

.app-block {
    display: block;
    outline: none;
    color: #fff;
    padding: 15px;
    height: 200px;
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.app-block:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.app-block .app-icon {
    width: 90px;
    margin: 0 auto;
    display: block;
}
.app-block .app-icon img {
    max-width: 100%;
}
.app-block h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.app-block h3 span {
    text-transform: none;
}
.app-block:hover,
.app-block:focus,
.app-block:active,
.app-block:visited {
    color: #fff;
}

.workshop-block {
    display: block;
    margin-bottom: 15px;
}
.workshop-block a {
    display: block;
    outline: none;
    color: #333;
    transition: all 0.3s;
}
.workshop-block a span {
    display: block;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    /* box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.workshop-block a span img {
    display: block;
    max-width: 100%;
}
.workshop-block a h4 {
    text-transform: none;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s;
}
.workshop-block a h4:hover {
    color: #6FB832;
}
.workshop-block .worshop-meta {
    display: block;
}
.workshop-block .worshop-meta span.date {
    display: inline-block;
    width: 50%;
    float: left;
    font-weight: 600;
    line-height: 35px;
}
.workshop-block .worshop-meta span.date img{
    width: 16px;
    margin-right: 8px;
    float: left;
    margin-top: 9px;
}
.workshop-block .worshop-meta .workshop-btn {
    display: block;
    float: right;
    background: #6FB832;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 20px;
    border-radius: 30px;
    letter-spacing: 1px;
}
.workshop-block .worshop-meta .workshop-btn:hover {
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}


.cta-download {
    background: #041f2e;
    padding: 25px 35px;
    border-radius: 5px;
}
.cta-download h3.cta-header {
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 300;
    text-transform: none;
    line-height: 55px;
    float: left;
}
.cta-download h3.cta-header:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #041f2e;
    z-index: 99;
}
.cta-download .cta-intro {
    overflow: hidden;
}
.cta-download .cta-intro p {
    width: 60%;
    color: #fff;
    font-size: 14px;
    float: left;
}
.cta-download .cta-intro a.cta-btn {
    float: right;
    background: #6fb832;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 25px;
    letter-spacing: 1px;
    line-height: 45px;
    border-radius: 30px;
    margin-top: 5px;
}

.contact-block {
    position: relative;
    padding-left: 100px;
}
.contact-block i {
    position: absolute;
    font-size: 42px;
    color: #6fb832;
    left: 35px;
}
.contact-block h3 {
    text-transform: none;
    font-weight: 700;
    color: #6fb832;
    font-size: 18px;
}
.contact-block p {
    color: #333;
    font-size: 14px;
}


@media(max-width:768px) {
    body {
        padding-bottom: 0 !important;
    }
    .headStrip {
        padding: 5px 0;
    }
    .headStrip a img {
        height: 35px;
    }
    .headStrip h3 {
        font-size: 14px;
        line-height: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        padding-top: 5px;
    }
    section {
        padding: 30px 0;
    }
    section h2.section-heading {
        font-weight: 600;
    }
    .slider-main .item, 
    .banner-content, 
    .text-slider {
        /*min-height: calc(100% + 110px);*/
       /* min-height: 245px;*/
    }
    .banner-content {
        padding-top: 0;
    }
    .banner-content .text-slider {
        padding: 0;
        padding-top: 25px;
        margin-left: 0;
        width: 100%;   
        position: relative;
    }

    .banner-content h3 {
        font-size: 14px;
        margin-top: 5px;
        text-transform: none;
        font-weight: 500;
        line-height: 18px;
        padding-left: 52%;
    }
    .slider-main .blockquote {
        position: absolute;
        width: 100%;
        padding-top: 0px;
        margin-top: 0;
        left: 0;
        bottom: 10px;
        z-index: 99;
    }
    .slider-main .blockquote:before {
        left: -10px;
        top: -10px;
        background-size: 15px;
    }
    .slider-main .blockquote .auth_img {
        width: 50px;
        height: 50px;
    }
    .slider-main .blockquote .auth_img:after {
        width: 60px;
        height: 60px;
    }
    .slider-main .blockquote p {
        width: calc(100% - 70px);
        font-size: 12px;
        line-height: 17px;
        padding: 0;
    }
    .slider-main .blockquote .author h4 {
        font-size: 14px;
    }
    .slider-main .blockquote .author h5 {
        opacity: 0.6;
        font-weight: 500;
    }
    .slider-main .owl-nav {
        right: 15px;
        left: initial;
        bottom: 15px;
    }
    .owl-prev, .owl-next {
        width: 25px;
        height: 25px;
        margin: 0 0 0 8px;
    }
    .owl-prev:after, .owl-next:after {
        background-size: 12px;
        background-position: 5px;
    }

    .app-block {
        height: 80px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .app-block .app-icon {
        width: 75px;
        margin: 0 15px 0 0;
        display: block;
        float: left;
    }
    .app-block h3 {
        text-align: left;
        margin-top: 5px;
        width: 140px;
        line-height: 17px;
        font-size: 14px;
    }

    .workshop-block {
        margin-bottom: 30px;
    }
    .workshop-block a h4 {
        font-size: 14px;
        line-height: 17px;
    }
    .workshop-block .worshop-meta span.date {
        font-size: 12px;
    }
    .cta-download {
        padding: 20px;
        text-align: center;
    }
    .cta-download h3.cta-header {
        line-height: 22px;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 25px;
        float: none;
    }
    .cta-download h3.cta-header:after {
        left: 50%;
        -ms-transform: translate(-25px, 0); /* IE 9 */
        -webkit-transform: translate(-25px, 0); /* Safari */
        transform: translate(-25px, 0);
        bottom: -10px;
        background: #6fb832;
    }
    .cta-download .cta-intro {
        text-align: center;
    }
    .cta-download .cta-intro p {
        width: 100%;
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 15px;
        font-weight: 500;
    }
    .cta-download .cta-intro a.cta-btn {
        float: inherit;
        margin: 0 auto;
        display: inline-block;
    }

    .contact-block-section {
        padding-top: 0;
    }
    .contact-block {
        padding-left: 25px;
    }
    .contact-block i {
        left: 0;
        font-size: 16px;
    }
    .contact-block h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contact-block p {
        font-size: 12px;
    }

    footer {
        position: initial;

    }
    footer a img {
        max-width: 100%;
        height: 25px;
    }
    .copyright-footer {
        overflow: hidden;
        padding: 5px 0;
    }
    .copyright-footer p {
        float: none;
        width: 100%;
        text-align: center;
        line-height: 17px;
        
        font-size: 10px;
    }
    
}
.state-box {
    background: #69ad2f;
    display: block;
    padding: 0;
    height: 190px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.state-box:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.state-box span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
.state-box span img {
    display: block;
    margin: 0px auto;
    height: 110px;
}
.state-box h3 {
    color: #fff;
    text-transform: none;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    margin: 0;
}
.amcharts-main-div a {
    font-size: 0px !important;
    opacity: 0;
}
.amcharts-main-div .amcharts-zoom-control {
    display: none !important;
    opacity: 0;
}