.logo-img {
        width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    position: relative;
    top: 0px;
}
.maintext {
    background: #C32B27;
    font-size: 18px; 
    color: #fff !important;
    padding: 20px 0
}
.redbor {
    background: #0E3354;
    padding-top: 8rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    color: #fff;
}
    .redbor:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -30px;
        overflow: visible;
        width: 50%;
        height: 70px;
        z-index: 1;
        -webkit-transform: skewY(-4deg);
        -moz-transform: skewY(-4deg);
        -ms-transform: skewY(-4deg);
        -o-transform: skewY(-4deg);
        transform: skewY(-4deg);
        background-color: #0E3354;
    }

    .redbor:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -30px;
        overflow: visible;
        width: 50%;
        height: 70px;
        z-index: 1;
        -webkit-transform: skewY(4deg);
        -moz-transform: skewY(4deg);
        -ms-transform: skewY(4deg);
        -o-transform: skewY(4deg);
        transform: skewY(4deg);
        background-color: #0E3354;
    }
    .redbor .services .media-body, .redbor .mb-2, .redbor .services .media-body h3 {
        color: #fff !important;
    }
@media (min-width: 992px) {
    .wrap-traffic .heading-section {
        margin-right: -120px;
        background: #fff;
        -webkit-box-shadow: 20px 5px 14px -15px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 20px 5px 14px -15px rgba(0, 0, 0, 0.13);
        box-shadow: 20px 5px 14px -15px rgba(0, 0, 0, 0.13);
        text-align: center;
        z-index: 1000
    }
}
#section-counter{
    border-top: 3px solid #C32B27;
    padding-top: 3rem; 
}
#section-counter .container {
    border-bottom: 1px solid #f4f4f4; 
}
.footmainbox {
    font-weight: bolder
}

.about_main{ 
	padding: 10em;
	border-bottom: 2px solid darkgray;
	margin-bottom: 2em
}
.about_main .maintext{
	padding: 20px 40px;
}