.topper a {
    color: #fff;
}

.social-media p a {
    background: rgb(255 255 255);
    margin-right: 10px;
}

.social-media p a:last-child {
    margin-right: unset;
}

.social-media p a:hover {
    background: #b31b16;
}

.social-media p a:hover span {
    color: #fff;
}

.ftco-navbar-light {
    top: 170px;
}

/* Fix Login dropdown - prevent clipping, ensure hover works */
#ftco-nav.navbar-collapse {
    overflow: visible !important;
}
.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar .dropdown-menu {
    z-index: 1050;
}

.hero-wrap {
    height: auto !important;
}

.hero-wrap .slider-text {
    height: 400px !important;
}

.slider-text h1 {
    font-size: 36px;
    line-height: 40PX;
    letter-spacing: 2px;
    font-weight: 600;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: auto !important;
    padding: 60px 0px;
}

.hero-wrap.hero-wrap-2 {
    height: auto !important;
}

.privacy-policy {
    padding: 100px 0;
}

.privacy-policy .privacy-content {
    box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.privacy-policy .privacy-content p:last-child {
    margin-bottom: 0;
}

.privacy-policy .privacy-content h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.privacy-policy .privacy-content p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #494e5c;
}

.site-footer-credit .footer .foot-2 a {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    padding: 10px;
}

@media screen and (max-width:991px) {
    .container, .container-sm {
        max-width: 100%;
    }
    .ftco-section {
        padding: 15px 0;
    }
    .ftco-navbar-light {
        top: 0;
    }
    .hero-wrap .slider-text {
        height: auto !important;
    }
}
@media screen and (max-width:767px) {
    .container, .container-sm {
        max-width: 100%;
    }
    .ftco-section {
        padding: 15px 0;
    }
}