/* Add here all your CSS customizations */
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
    -webkit-backface-visibility: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track-piece:start {

}

::-webkit-scrollbar-thumb {
    background-color: #888;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #293133;
}

.img01 {
    max-width: 450px;
    height: auto;
    float: right;
    padding: 0 30px;
}

.text-white {
    color: #fff !important;
}

.icon {
    background: #d70481;
    padding: 26px 5px;
}

.icon h5 {
    color: #fff;

}

h5.header01 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 0;
    margin: 0;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.color01 {
    color: #033f72;

}

.font01 {
    font-size: 16px;
}

.recent-post h5 {
    padding: 10px 0;
    background: #dd4819;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.recent-post ul{
    list-style: none;
    padding:0;
    border:2px solid #dd4819;
}
.recent-post ul li a {
    font-size: 14px;
    color: #2d343d;
    display: block;
    padding: 15px;
    text-decoration: none;
}
.recent-post ul li:nth-child(odd) a {
    background: #efefef;
}

@media (max-width: 767px) {
    .img01 {
        max-width: 100%;
        height: auto;
        float: none;
        padding: 10px;
    }

    .text-white {
        color: #888 !important;
    }
}