/* ===== Poppins Local Fonts (WOFF2 only) ===== */

/* Regular (400) */
@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Italic (400 italic) */
@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* SemiBold (600) */
@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== Your Styles ===== */

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    margin: 0;
    padding: 0 15px;
    text-transform: none;
}

.sp-megamenu-parent > li > a::before {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: auto;
    transition: all 0.4s ease;
    width: 0;
}

#sp-logo .sp-retina-logo { display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
    #sp-logo .sp-default-logo { display: none; }
    #sp-logo .sp-retina-logo { display: block; }
}

.no-padding { padding: 0; }

.minheightsixtypx { min-height: 60px; }

.min-heightm50 { min-height: 50px; }

.regh2 h2,
.h2,
h2 {
    color: #095199;
    font-size: 20px;
    margin: 20px 0;
}

#sp-bottom .sp-module .sp-module-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
}

a#scroll-top > i {
    color: #fff;
    font-size: 56px;
    height: 56px;
    line-height: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 56px;
}

#sp-main-body { padding: 0; }

.sppb-panel-flex > .sppb-panel-heading + .sppb-panel-collapse > .sppb-panel-body {
    border: none;
    border-radius: 0;
    line-height: 26px;
    padding: 20px 15px 50px;
}

.sppb-panel-flex > .sppb-panel-heading {
    border-color: #ddd;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-bottom: 0;
    padding: 30px 12px 10px;
}

#sp-bottom .sp-module ul > li > a,
.sppb-addon-module ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    padding: 2px 0;
    transition: all 300ms ease;
}

.sppb-addon h3.sppb-addon-title::after {
    border-radius: 2px;
    clear: both;
    content: "";
    display: block;
    float: left;
    height: 0;
    margin: 10px 30% 0 0;
    padding: 0;
    position: relative;
    width: 70%;
}

.h1,
h1 {
    font-size: 28px;
    color: #095199;
}

.botmenu_top_bot { padding: 0 0 30px; }
