#header {
    width: 100%;
    height: 450px;
    position: relative;
    background-image: url('../img/gwarant_bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#header #caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0px;
}
#description_wrapper {
    background-color: #fff;
}
#description_content {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
#description_content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 0px;
}
#for_whom_wrapper {
    background-color: #ff4e01;
}
#for_whow_content {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
#for_whow_content h3 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #fff;
}
#for_whow_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}
#feature_product_wrapper {
    background-color: #005bbe;
}
#feature_product_content {
    padding-top: 80px;
    padding-bottom: 80px;
}
#feature_product_content .icon {
    width: 100%;
    max-width: 225px;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#feature_product_content h3 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 25px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#feature_product_content p {
    margin-bottom: 25px;
    font-size: 15px;
    color: #fff;
}
#feature_product_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#feature_product_content ul li {
    position: relative;
    padding-left: 40px;
    margin: 0px 0px 20px 0px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#feature_product_content ul li:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url('../img/product-bullet.png');
    background-repeat: no-repeat;
}
#consulting_wrapper {
    background-color: #fff;
}
#consulting_content {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 15px;
    color: #666;
}
#consulting_content p {
    margin-bottom: 25px;
}
#consulting_content h3 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 25px;
    color: #00a1dd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#consulting_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#consulting_content ul li {
    position: relative;
    padding-left: 40px;
    margin: 0px 0px 20px 0px;
    font-size: 15px;
    color: #666;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#consulting_content ul li:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url('../img/product-bullet.png');
    background-repeat: no-repeat;
}
#consulting_content span {
    font-weight: bold;
    color: #ff4e01;
}
#bottom_picture {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url('../img/energy-bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ff8400;
}
#bottom_picture #caption {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
    #feature_product_content .icon {
        margin-bottom: 25px;
    }
}