/* Add here all your CSS customizations */
.bg-main {
    background-color: #9f1f63 !important;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.info-box-4 .rounded-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.border-main {
    border-color: #9f1f63 !important;
}

.heading-lg .heading-title-ghost {
    top: -41px;
    font-size: 58px;
    font-weight: 500;
    line-height: 90px;
}