/*Top Bar Custom CSS*/

#sp-top1 #mod-custom111 p {
    margin-bottom: 0px;
    padding-right: 20px;
}

#sp-top2 {
    text-align: right;
}

/*Header / Menu CSS*/

.sp-megamenu-parent > li > a {
    text-transform: uppercase;
}

.sp-megamenu-wrapper {
    padding-right: 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    display: block;
    padding: 14px 10px;
    cursor: pointer;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    background: #1f4a58;
}

/*Home Page CSS*/

.home-page-slider .sp-slider-content-align-left {
    padding: 30px;
    width: 350px;
    background: rgba(0,0,0, .6);
}

#sp-main-body .page-header {
    padding: 0px;
    display: none;
}

#sp-main-body #sp-component {
    margin-top: -7px;
}

/*Bottom CSS*/

#sp-bottom .sp-module .sp-module-title {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

#sp-bottom .sp-module .sp-module-content p {
    margin-bottom: 10px;
}

#sp-bottom4 .sp-column {
    border: solid 2px #ffb827;
    border-radius: 7px;
}

#sp-bottom4 .sp-module-title {
    margin: 0 0 20px !important;
    font-size: 24px !important;
}

#sp-bottom4 .sp-module {
    margin: 30px 30px 30px 30px;
}

/*Footer CSS*/

#sp-footer1 {
    text-align: center;
}

#sp-footer .container-inner {
    padding: 20px 0;
}