﻿.slider-info p {
    text-align: justify !important;
}

.about-para-txt p {
    text-align: justify !important;
}

.tfColor h4 {
    color: #33307d !important;
}

.img-fluid {
    width: 370px !important;
    height: 250px !important;
}

.img-fluidx {
    max-width: 100%;
    padding: 10px;
}

.color-one {
    background: #c2422e;
}


.newsticker{
    margin-top: 118px; position: absolute; background-color: #264f99; color: #fff;
    width: 100% !important;
}

@media all and (max-width: 767px) {
    .newsticker {
        margin-top: unset;
        z-index: 101;        
    }
}