#home {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/earth.jpg') no-repeat center center fixed ;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#about {
    background: url('../img/about/aboutt.jpg') no-repeat center center fixed ;
    display: table;
    height: 70%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#product-wiki {
    background:  url('../img/about/wikki.JPG') no-repeat center center fixed ;
    display: table;
    height: 70%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#reply {
    background: url('../img/about/aboutt.jpg') no-repeat center center fixed ;
    display: table;
    height: 60%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#infrastructure {
    background: url('../img/machine1.png') right no-repeat fixed;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    background-color: #333;
}

#infra-structure {
    background: url('../img/infra.png') right no-repeat fixed;
    width: 100%;
    height: 70%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-color: #fff;
}

#contact {
    background: url('../img/about/abt1.jpg') no-repeat center center fixed ;
    display: table;
    height: 70%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#our_products {
    background:  url('../img/about/product.jpg') no-repeat center center fixed ;
    display: table;
    height: 70%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pad-section {
    padding: 50px 0;
}
#products {
    background-color: #00b0a3;
    color: #ffffff;
}

#production{
        background-color: #fff;
        color: #4a8c3c;
    }

#why {
    background-color: #fff;
    color: #4a8c3c;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
    color: #4a8c3c;
}
.text-right {
    text-align: right;
    color: #4a8c3c;
}

#products .image {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 225px;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 225px;
}

#production .image {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 225px;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 225px;
}
.view {
    border: 1px solid #999;
    padding: 10px 35px 10px 35px;
    font-size: 12px;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #fff;
}
#information {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/eco4.jpg') no-repeat center center fixed;
    display: table;
    height: 800px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 20px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.lead p{
    margin-top: 20px;
    color: #4a8c3c;
}
.panel-title{
    padding: 15px;
}

.btn-outline-dark {
    margin-bottom: 10px;
}

hr.break-small {
    background-color: #77CC6B;
    border: 0;
    display: block;
    height: 2px;
    margin: 1px 0 30px;
    width: 160px;
}
hr.underline {
    background-color: #77CC6B;
    border: 0;
    display: block;
    height: 2px;
    margin: 1px 0 18px;
}
.bullet{
    /*width: 15%;*/
}
.ping_us{
    padding-top: 5px;
}
.fa{
    font-size: x-large;
    color:  #619d3e;
}
.con{
    margin-top: 20px;
   margin-bottom: 20px;
   border-radius: 3%;
}
.properties{
    margin-top: 5%;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
   border-right: 1px solid #eee;
}
