/********************
 * 1. GENERAL SECTION
 ********************/

*{margin: 0;padding: 0;}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.map{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.body {
    height: 100%;
    width: 100%;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

::-moz-selection {
    color: #ccc;
    text-shadow: none;
    background: #ccc;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #000 !important;
}

:-ms-input-placeholder {
    color: #000 !important;
}

.subscribe::-webkit-input-placeholder {
    color: #000 !important;
}

.subscribe:-moz-placeholder {
    color: #000 !important;
}

.subscribe::-moz-placeholder {
    color: #000 !important;
}

.subscribe:-ms-input-placeholder {
    color: #000 !important;
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: #008000;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

a:hover,a:focus {
    text-decoration: none;
    color: #0B401F;
}

a img {
    border: none;
    vertical-align: bottom;
}

a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: #0B401F;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}

h1{
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    font-family:'ProximaNova-Extrabld', sans-serif;
    color: #fff;
    margin:0;
    padding-bottom: 40px;
}

h2,h3,h4,h5,h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-family: 'Roboto', serif;
    line-height: 140% !important;
    color: #008000;
}

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}

.lead {
    font-family: 'Raleway', Arial,sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}

audio,video {
    max-width: 100%;
    height: auto;
}

embed,object {
    max-width: 100%;
}

input,
textarea {
    color: #8F8F8F !important;
    box-shadow: none;
    outline: none
}

.left {
    float: left;
    display: block;
}

.center {
    margin: 0 auto;
    display: block;
    clear: both;
}

.right {
    float: right;
    display: block;
}

body .fixed{
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

/********************
 * 2. HEADER SECTION
 ********************/
.header-section {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
}

img.navbar-header {
    width: 243px;
    height: 54px;
    position: absolute;
}

.navbar-brand {
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

button.navbar-toggler {
    margin-right: 25px;
    Background: whitesmoke;
}

.navbar-nav {
    margin-left: 80px;
    margin-top: 16px;
    display: block;
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    font-family:'ProximaNovaA-Semibold', sans-serif;
    z-index: 999;
}

.navbar-nav > li > a:hover{
    color: #008000 !important;
    background: transparent;
}

i.fa.fa-shopping-cart {
    color: #008000;
    margin-right: 10px;
}

.cover-section {
    background: url(../image/slider.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 150px 0;
}

.col-md-12 {
}

.col-md-12 > h4 {
}

.col-md-12 > h2 {
}

.col-md-12 > a {
}

.col-md-12 > p {
}

.slider-item {
}

.slider-item > img {
}

.slider-item > p {
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

/********************
 * 3. PURILFY SECTION
 ********************/
.purilfy-section {
    color: #fff;
    background: #008000;
    display: block;
    text-align: center;
    padding: 105px 0;
}

.purifliy-item {
}

.purifliy-item > h3 {
    padding: 0;
    color:#fff;
    font-weight: 700;
    font-family:'ProximaNovaA-Bold', sans-serif;
    font-size: 26px;
    margin: 0 0 15px;
}

.purifliy-item > p {
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

/********************
 * 4. OFFER SECTION
 ********************/
.offer-section {
    padding: 110px 0;
    display: block;
    text-align: center;
    background: url(../image/bg1.jpg) no-repeat;
    background-size: cover;
}

.offer-section h2{
    padding: 0;
    color:#fff;
    font-weight: 700;
    font-family:'ProximaNovaA-Bold', sans-serif;
    font-size: 26px;
    margin: 0 0 15px;
}

.offer-section h4{
    font-size: 16px;
    color: #fff;
    display: block;
    font-family:'ProximaNovaA-Semibold', sans-serif;
    margin: 0;
    padding: 0;
}

.offer-section a{
    background: #008000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family:'ProximaNovaA-Semibold', sans-serif;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    transition: all 0.5s
}

.offer-section a:hover{
    background: #093800;
}

.benefit-section {
    text-align: center;
}

.section-title {
    color:  #008000;
    font-family:'ProximaNovaA-Semibold', sans-serif;
    font-weight: 600;
}

.benefit-item {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
}

.benefit-item:last-child{
    border-right: 1px solid #e2e2e2;
}

.benefit-item > h3 {
    color:  #474747;
    font-family:'ProximaNovaA-Semibold', sans-serif;
    font-weight: 600;
}

.benefit-item > a {
}

.benefit-item > a > img {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 200px;
}

.benefit-item > h2 {
    color: #008000;
    font-family:'ProximaNovaA-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.benefit-item > p {
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #5e5e5e;
    padding: 0 10px;
    margin: 0;
    min-height: 65px;
}
.benefit-item:hover{
    background: #008000;
    color: #2EFF7B
}

.benefit-item:hover p{
    color: #fff;
}

.benefit-item:hover h2{
    color: #fff;
}

.benefit-item:hover img{
    border: 5px solid #800040;
}

.benefit-item:hover h3{
    color: #fff;
}

/********************
 * 5. MESSAGE SECTION
 ********************/
.message-section {
    padding: 75px 0;
    text-align: center;
    background: #fbf8fb;
    display: block;
}
.message-section h2{
    font-size: 30px;
    font-family:'ProximaNovaA-Bold', sans-serif;
    font-weight: 700;
    text-align: center;
    color:#008000
}
.message-section p{
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #474747
}

.news-section {
    display: block;
    background: url(../image/news-bg.jpg) no-repeat;
    background-size: cover;
    padding: 75px 0;
}

.col-md-6 {
}

.news-item {
}

.news-deatils {
    background: #fff;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.thumbnail {
    border: none;
    background: transparent;
    padding: 0;
    margin:0;
}

.thumbnail > img {
    margin: 0;
    width: 100%;
    padding: 0;
    border: none;
}

.content {
    padding-top: 13%
}

.content > span {
    font-size: 20px;
    color: #777777;
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-weight: 400;

}

.content > p {
    font-size: 30px;
    font-family:'ProximaNovaA-Bold', sans-serif;
    font-weight: 700;
    text-align: left;
    color:#008000;
    line-height: 40px;
}

/*******************
 * 6. CLIENT SECTION
 *******************/
.client-section {
    text-align: center;
    display: block;
    background: #fbf8fb;
    padding-top: 82px
}
.client-section .section-title{
    color: #008000;
    font-weight: 700;
    font-size: 34px;
    font-family:'ProximaNovaA-Bold', sans-serif;
    margin: 0;
    padding: 0;
}

.client-section .title-cap {
    font-size: 16px;
    color: #474747;
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

i.fa.fa-quote-left {
    display: block;
    color: #008000;
    margin-bottom: 15px;
}

.client-item{
    display: block;
}

.client-item .client-content {
    background: #fff;
    padding: 20px 20px 60px;
    box-shadow: 0 1px 10px 1px #E8E8E8;
}

.client-item{
    display: block;
}

.client-item .client-content {
    background: #fff;
    padding: 20px 20px 60px;
}

.client-item p {
    font-size: 14px;
    color: #474747;
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-weight: 400;
}

.client-item > img {
}

.client-item > h3 {
    color: #008000;
    font-weight: 600;
    font-family:'ProximaNovaA-Semibold', sans-serif;
    font-size: 16px;
    position: relative;
    top: -40px;
}

.client-item a {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -40px;
}

/*****************
 * 7. BLOG SECTION
 *****************/
.blog-section {
    background: #fff;
    display: block;
    text-align: center;
    padding: 80px 0;
}

.blog-section .title-section{
    color: #008000;
    font-weight: 700;
    font-size: 34px;
    font-family:'ProximaNovaA-Bold', sans-serif;
    margin: 0;
    padding: 0;
}

.blog-section .title-cap {
    font-size: 16px;
    color: #474747;
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

.blog-thumb {
}

.blog-thumb a{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.blog-thumb > img {
}

.blog-content {
    text-align: left;
}

.blog-content > h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #008000;
    font-family:'ProximaNovaA-Bold', sans-serif;
    margin: 0 0 10px;
}

.blog-content > p {
    font-size: 14px;
    color: #474747;
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-right: 20%
}

.blog-content > a {
    color: #008000
}

/******************
 * 8. TABLE SECTION
 ******************/
.table-section {
    background: url(../image/table-bg.png) no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    padding: 80px 0 105px;
}

.table-section .section-title{
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    font-family:'ProximaNovaA-Bold', sans-serif;
    margin: 0;
    padding: 0;
}

.table-section .section-cap {
    font-size: 16px;
    color: #fff;
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

.table-content {
    padding: 0 50px;
    display: block;
}

.table-item {
    background: #fff;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.sliver {
}

.table-item > h2 {
    font-size: 50px;
    font-weight: 600;
    color: #303030;
    font-family:'ProximaNovaA-Semibold', sans-serif;
    margin: 0;
    padding: 0;
}

.table-item > h2 > sup {
    color: #303030;
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-weight: 400;
}

.table-item > h3 {
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    font-family:'ProximaNovaA-Bold', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.table-item > a {
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 17px;
    position: relative;
    top: 18px;
}

.sliver > h3 {
    color: #45c9eb
}

.table-item > ul {
    display: block;
    margin-top: 0;
}

.table-item > ul > li {
    font-size: 16px;
    line-height:30px;
    color: #5e5e5e;
    font-family:'ProximaNovaA-Regular', sans-serif;
    list-style: none;
}

.sliver > a {
    background: #45c9eb;
}

.gold > h3 {
    color: #008000;
}

.gold > a {
    background: #008000;
}

.platinum > h3 {
    color: #850062
}

.platinum > a {
    background: #850062
}

/*******************
 * 9. LOGIN SECTION
 *******************/
label{
    color: #fff;
}

a{
    color: #118d3f;
}

a:hover{
    color: #449d44;
}

/*********************
 * 10. FOOTER SECTION
 *********************/
.footer-section {
    text-align: center;
    padding: 30px 0
}

.col-md-3 > h3 {
}

.col-md-3 > a {
}

.col-md-3 > a > img {
}

.col-md-3 > h2 {
}

.col-md-3 > p {
}

.social-media {
    margin-top: 24px;
}

.social-media > li {
    float: left;
    list-style: none;
    margin: 5px;
}

.social-media > li > a {
    background: #e2e2e2;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #919191;
}

.social-media > li > a:hover , .social-media > li > a:hover i{
    background: #008000;
    color: #fff !important;
}

.social-media > li > a i{
    color: #919191;
    margin-top: 10px;
    font-size: 18px;
}

.social-media > li > a:hover , .social-media > li > a:hover i{
    background: #008000;
    color: #fff !important;
}

.copyright {
}

.copyright ul{}
.copyright ul li{ }
.copyright ul li a{
    color: #474747 !important;
 }

.copyright ul li a:hover{
    background: transparent !important
}

.copyright > p , .copyright > p a{
    color: #008000;
    font-weight: 600;
    font-family:'ProximaNovaA-Regular', sans-serif;
    font-size: 16px;
}

.copyright > p a:hover{
    color: #000
}

.top-button a{
    height: 40px;
    width: 40px;
    display: block;
    background: url(../image/arrow.bg.png) #008000 no-repeat center;
    background-size: auto;
    border-radius: 50%;
    float: right;
    margin-top: 30px;
}


/*************************
 * 11. RESPONSIVE SECTION
* ***********************/
@media (max-width: 1200px) {
    .navbar-nav {
        margin-left: 30px;
    }

    .navbar-nav > li > a{
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }

    ul.nav.navbar-nav {
        margin: 0;
    }

    .navbar-brand {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
        margin: 0 auto;
        display: inline-block;
    }

    .news-item {
        margin: 20px 0;
    }

    .table-content {
        padding: 0 50px;
        display: block;
        margin: 40px 0;
    }

    .social-media {
        margin-top: 24px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .social-media > li {
        float: none;
        list-style: none;
        margin: 5px;
        display: inline-block;
    }

    a.scroll {
        margin: 10px auto;
        float: none;
    }

    .blog-thumb a {
        margin: 0 auto;
    }

    .blog-content {
        text-align: center;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        float: left;
        display: inline-block;
        margin: 0 auto 0 15px;
    }

    button.navbar-toggler.collapsed {
        margin-right: 25px;
    }

    .news-item {
        margin: 20px 0;
    }

    .table-content {
        padding: 0 50px;
        display: block;
        margin: 40px 0;
    }

    .social-media {
        margin-top: 24px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .social-media > li {
        float: none;
        list-style: none;
        margin: 5px;
        display: inline-block;
    }

    a.scroll {
        margin: 10px auto;
        float: none;
    }

    .blog-thumb a {
        margin: 0 auto;
    }

    .blog-content {
        text-align: center;
        margin-bottom: 40px;
    }
}