.flat-news .company-news .post-list .num-list {
    float: left;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 25px;
    width: auto;
    background-color: #cacaca;
    border-radius: 100px;
    padding: 0px 15px;
}
.flat-icon .iconbox.v1 {
    width: 25%;
    padding: 0px 15px;
}
 .slider-box .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.slider-box .title span{
    color: #18ba60;
}
.slider-box p{
    font-size: 17px;
    line-height: 32px;
}
.flat-clients .thumb-clients {
    width: 16%;
    float: left;
    padding: 10px;
    line-height: 115px;
}
.shadow{
    background: #ccc;
    padding: 10px;
}
#mainnav > ul > li {
    padding: 0 0px;
}

/*colors*/
.top {
    background-color: #1d6eaa;
}
.services {
    background-color: #0b6623;
}
.shadow {
    background: #ccc;
    padding: 10px;
    box-shadow: 5px 5px 5px #054215
}
.shadow:hover {
    background-color: white;
    box-shadow: 15px 15px 15px #08ae34;
}
.flat-fun-fact .iteam-fact:hover {
    box-shadow: 5px 5px 5px #054215;
}

.flat-fun-fact .iteam-fact.v1 {
    padding: 60px 0 50px 72px;
}
.flat-fun-fact .iteam-fact {
    background-color: #17a23c;
}
.flat-fun-fact .iteam-fact.v2 {
    background-color: #5fa217;
}
.flat-fun-fact .iteam-fact.v3 {
    background-color: #17a284;
}
.flat-choose-us .box {
    background-color: #027117;
}
.flat-choose-us .box form select, .flat-choose-us .box form fieldset input {
    background-color: #ffffff;
}
.footer {
    background-color: #1d6eaa;
}
.widget-follow-us .follow-us li a {
    color: #b6f2ff;
}
.bottom {
    background-color: #024c81;
    color: #fff;
}
.title-section .title {
    color: #027117;
}
.flat-portfolio .item.v1 {
    width: 12.5%;
}
.flat-portfolio .portfolio-filter {
    margin-bottom: 50px;
    background-color: #ccc;
}
.content-post ol li {
    list-style: decimal;
    margin-left: 45px;
    padding-left: 15px;
}
.content-post ul li {
    list-style: disc;
    margin-left: 45px;
    padding-left: 15px;
}
.des-heading{
    font-size: 25px;
    padding-bottom: 20px;
    color: #ffffff;
}
.contentss{
    padding-bottom: 20px;
    color: #ffffff;
}
.flat-fun-fact .iteam-fact {
    width: 25%;
}
@media only screen and (max-width: 479px){
    .flat-icon .iconbox.v1 {
        width: 100%!important;
    }
    .flat-portfolio .item.v1 {
        width: 100%;
        margin-bottom: 30px;
    }
    .flat-clients .thumb-clients {
        width: 25%;
        float: left;
        padding: 1px;
        line-height: 60px;
    }

    .flat-fun-fact .iteam-fact {
        width: 100%;
    }
}