﻿@charset "utf-8";


h1, h2, h3, h4, h5, h6 {
    line-height: 100%;
    color: #000;
    /*margin: 0 0 20px;*/
    font-weight: 700;
    text-transform: uppercase;
}


/*large text color and font size*/
.cover .home_pro h5 a {
    color: #ec7c05;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}



/*frame box*/
.cover .home_pro {
    float: left;
    width: 270px; /*Frame Width*/
    padding: 0 10px 0 10px;
    min-height: 100px; /*Frame Length*/
    text-align: center;
    border: 2px #e8e8e8 solid;
    margin-bottom: 30px;
}

    /*Keep image in centre*/
    .cover .home_pro img {
        display: inline-block;
    }

    /*margin b.w small text and large text*/
    .cover .home_pro h5 {
        margin: 0;
        padding: 0 0 10px 0;
    }

    /*Avoid bullet on small text*/
    .cover .home_pro ul li {
        list-style: none;
        padding-bottom: 5px;
    }

    /*Keep small text alignment centre*/
    .cover .home_pro ul {
        padding: 0px;
    }

        /*Keep small text color black*/
        .cover .home_pro ul li a {
            color: #000;
            text-transform: capitalize;
        }

