p {
    letter-spacing: 1px;
}
.bg-faded {
    background-color: #ffffff;
}
.bg-alt {
    background: #ECEFF1;
}
header {
    background-color: #37474F;
    background-size: cover;
    min-height: 100%;
}
.header-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 64, 74, 0);
}
section {
    min-height: 0 !important;
}
/**
header .header-content {
    background: url(../img/banner.svg) no-repeat;
    background-size: contain;
}
**/
header .h5, h5 {
    font-size: 1.25rem;
    font-weight: 200;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.h1, h1 {
    font-size: 4rem;
    font-weight: 200;
    
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -webkit-user-select: none;
    text-rendering: optimizespeed;
    transition: all .5s ease 0s;
}
.icon {
    float: left;
    width: 45px;
}
.navbar-default {
    /*background-color: rgba(0,0,0,0);*/
    background-color: #37474f;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
    color: #ffffff;
    letter-spacing: 1.5px
}
.color {
    background: #37474F;
    color: #ffffff;
}
.icon-lg {
    color: #8ac348;
    line-height: 80px;
    margin-bottom: 30px;
}
.nav {
    float: right;
}
nav {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-responsive {
    max-width: 100%;
}
.topinner {
    position: absolute;
    top: 40%;
    padding: 0 50px;
    right: 0;
    left: 0;
    color: #ffffff;
    text-align: left;
}
.text-right {
    text-align: right;
}
hr.prime {
    border-color: #e0e0e0;
    border-width: 1px;
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    opacity: 1;
}
#contact {
    background: #37474F;
    color: #fff;
}
footer h4, footer h6 {
    color: #37474F;
}
footer a {
    color: #818a91;
}
footer a:hover {
    text-decoration: none;
    cursor: pointer;
}
.padtop11 {
    padding-top: 11px
}
.pad10 {
    padding: 10px !important;
    color: #8bc248 !important;
}
.text-center {
    text-align: center;
}
.features {
    color: #8ac348;
}
.features h2 {
    color: #37474F;
}
.features p {
    color: #37474F;
}
.features p:hover {
    color: #ffffff;
}
.feature1 {
    border-right: 1px solid #37474F;
    border-bottom: 1px solid #37474F;
    -webkit-transition: background .25s;
    transition: background .25s;
}
.feature1:hover {
    background: #8ac348;
    color: #ffffff;
}
.feature2 {
    border-right: 1px solid #37474F;
    border-bottom: 1px solid #37474F;
    -webkit-transition: background .25s;
    transition: background .25s;
}
.feature2:hover {
    background: #8ac348;
    color: #ffffff;
}
.feature3 {
    border-bottom: 1px solid #37474F;
    -webkit-transition: background .25s;
    transition: background .25s;
}
.feature3:hover {
    background: #8ac348;
    color: #ffffff;
}
.feature4 {
    border-right: 1px solid #37474F;
    -webkit-transition: background .25s;
    transition: background .25s;
}
.feature4:hover {
    background: #8ac348;
    color: #ffffff;
}
.feature5 {
    border-right: 1px solid #37474F;
    -webkit-transition: background .25s;
    transition: background .25s;
}
.feature5:hover {
    background: #8ac348;
    color: #ffffff;
}
.feature6 {
    -webkit-transition: background .25s;
    transition: background .25s;
}
.feature6:hover {
    background: #8ac348;
    color: #ffffff;
}
.features .icon-md {
    font-size: 80px;
    margin-top: 25px;
    padding-bottom: 15px;
}

/***************************** CAROUSEL ****************************/

.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.carousel-control {
    width: 0% !important;
}
.broun-block {
    background: #37474F;
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: .25rem;
    /**box-shadow: 0 3px 0 #2c2222;**/
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
}
.block-text h6 {
    color: #8ac348;
    font-size: 25px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    background: #2b3235;
    padding: 15px;
    border: 1px solid #2b3235;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: 0rem;
}
.mark {
    padding: 12px 15px;
    background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
    letter-spacing: 0;
    padding: 0 15px 15px 15px;
}
.sprite {
    background: url(../img/quote.png) no-repeat;
}
.sprite-i-triangle {
    /** background-position: 0 -1298px; **/
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #8bc349;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}
/********************** END CAROUSEL **********************/
/** PULSE ***/
.pulse {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(139,194,71, 0.4);
    animation: pulse 2s infinite;
    float: left;
    margin-top: 6px;
}
.pulse:hover {
 animation: none;
}

@-webkit-keyframes pulse {
 0% {
   -webkit-box-shadow: 0 0 0 0 rgba(139,194,71, 0.4);
 }
 70% {
     -webkit-box-shadow: 0 0 0 10px rgba(139,194,71, 0);
 }
 100% {
     -webkit-box-shadow: 0 0 0 0 rgba(139,194,71, 0);
 }
}
@keyframes pulse {
 0% {
   -moz-box-shadow: 0 0 0 0 rgba(139,194,71, 0.4);
   box-shadow: 0 0 0 0 rgba(139,194,71, 0.4);
 }
 70% {
     -moz-box-shadow: 0 0 0 10px rgba(139,194,71, 0);
     box-shadow: 0 0 0 10px rgba(139,194,71, 0);
 }
 100% {
     -moz-box-shadow: 0 0 0 0 rgba(139,194,71, 0);
     box-shadow: 0 0 0 0 rgba(139,194,71, 0);
 }
}
/********************** End Pulse **********************/
.navbar-toggler {
    font-size: 2rem;
    color: #ffffff;
    float: right;
}
.collapse {
    text-align: center;
}
.collapsing {
    clear: both;
    text-align: center;
}
.collapse.in {
    clear: both;
    text-align: center;
}
.navbar-brand {
    font-size: 1.45rem;
    color: #ffffff;
}
.navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.navbar-brand {
    padding: 12px 12px 12px 5px;
}
.modal-content {
    background-color: #8ac348;
    border: 0px solid rgba(0,0,0,.2);
    color: #ffffff;
}
.modal-body {
    padding: 15px 45px 45px 45px;
}
.modal-dialog {
    max-width: 1200px;
    margin: 100px auto;
}
.close {
    color: #ffffff;
    opacity: 1;
    font-size: 3rem;
}
button.close {
    padding-right: 15px;
    padding-bottom: 5px;
}
li.nav-item.padtop11:hover{
    color: #ffffff;
}
a.page-scroll.btn.btn-primary-outline.btn-lg.pad10:hover{
    background: none;
    opacity: .7;
}
.icon-md {
    font-size: 45px;
}
.icon-md:hover {
    color: #ffffff;
}
.socialicons {
    display: none;
}
@media (min-width: 767px) {
    .navbar-default {
        height: initial !important;
    }
    .collapse.in {
        clear: none;
    }
}
@media (max-width: 1200px) {
    .bnrimg {
        display: none;
    }
}
@media (min-width: 48em) {
    
}
@media (min-width: 34em) {
    footer .icon-lg {
        font-size: 50px;
    }
}
@media (max-width: 48em) {
    .navbar-default .navbar-nav {
        float: right !important;
    }
    .navbar-default .navbar-nav>.nav-item {
        float: left;
    }
    .navbar-default .navbar-nav>.nav-item {
        border-bottom: 0px solid #2e3b42;
    }
    .navbar-default .navbar-nav>.nav-item {
        margin-left: 1rem;
    }
}
@media (max-width: 767px) {
    .socialicons {
        display: block;
    }
    .pad10 {
        border: none;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    li.nav-item.padtop11:hover{
        background: #8bc248;
    }
    .pad10 {
        color: #ffffff !important;
    }
    .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
        font-size: 1rem;
    }
    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        background: #8bc248;
        color: #ffffff;
    }
    .navbar-default .navbar-nav {
        float: none !important;
    }
    .navbar-default .navbar-nav>.nav-item {
        float: none;
    }
    .navbar-default .navbar-nav>.nav-item {
        border-bottom: 2px solid #2e3b42;
    }
    .navbar-default .navbar-nav>.nav-item {
        margin-left: .1rem;
    }
    .modal-body {
        padding: 0px 25px 25px 25px;
    }
    .feature2 {
        border-right: 0px solid #37474F;
    }
    .feature3 {
        border-right: 1px solid #37474F;
    }
    .feature4 {
        border-right: 0px solid #37474F;
        border-bottom: 1px solid #37474F;
    }
    .feature5 {
        border-right: 1px solid #37474F;
    }
    .feature6 {
        border-right: 0px solid #37474F;
    }
}
@media (max-width: 480px) {
    div.col-xs-12.col-sm-3.text-xs-right {
        text-align: center !important;
    }
    header {
        min-height: 75%;
    }
    header .header-content {
        padding: 25px 15px 100px 15px;
    }
    .collapse {
        clear: both;
    }
    .h1, h1 {
        font-size: 3rem;
        font-weight: 200;
    }
    .topinner {
        top: 100%;
    }
}