/************************ Some Default CSS ****************************/
.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.section-title h3 {
    color: #2d3691;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
}

.title-border {
    background-color: #c52127;
    height: 1px;
    width: 184px;
    margin-bottom: 30px;
    border: 0px;
}

.section-inner-link {
    color: #2d3691;
}

    .section-inner-link:hover {
        color: #c52127;
    }
