.pf_full_width.grid .item{
    width: 19%;
}
.timeline > li > .timeline-panel {
    background: rgba(255,255,255,0.1);
}
.timeline-body p{
    color: #fff;
}
.timeline > li > .timeline-panel::after {
    position: absolute;
    top: 43%;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid rgba(255,255,255,0.1);
    border-right: 0 solid rgba(255,255,255,0.1);
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline.s1 h5 {
    font-size: 17px;
    margin-top: 0;
}
.bg-white-color{
    background: rgba(255,255,255,0.2);
    padding: 15px;
}
.bg-white-color span{
    color: #ef6548;
    display: block;
    font-weight: bold;
}

.col-2{
    width: 20%;
}
.widget .menu-links{
    text-align: right;
}
.widget ul li {
    display: inline-block;
    margin-left: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.display-block {
    display:block !important;
}

@media (max-width: 768px){
    .col-2{
        width: 100%;
        margin-bottom: 20px;
    }

    .custom-margin-0{
        margin: 0;
    }
}
