.navbar-brand:after {
    content: none !important;
}

.hero-wrap.hero-wrap-2 .overlay {
    opacity: .1 !important;
}

.hero-wrap {
    background-image: url("/web/assets/images/main-banner.jpg");
    background-position: center !important;
}

.hero-wrap-2 {
    background-image: url("/web/assets/images/header-banner.jpg");
    max-height: 330px;
}

.hero-wrap-2 .row {
    min-height: 320px;
}

.hero-wrap-2 h2.wheels {
    font-size: 40px !important;
}

footer.ftco-section {
    padding: 6em 0 2em 0 !important;
}

.ftco-footer .overlay {
    background: #000 !important;
    opacity: 1 !important;
}

.ftco-footer-social li:nth-child(1) a {
    background: #55acee !important;
}

.ftco-footer-social li:nth-child(2) a {
    background: #4267B2 !important;
}

.ftco-footer-social li:nth-child(3) a {
    background: linear-gradient(220deg, #613ece, #9630b5, #e52253, #f98f4a) !important;
}

.with-flash {
    position: relative;
}

.scrolled .with-flash .blink {
    top: 0px;
}

.blink {
    position: absolute;
    top: 14px;
    right: 0px;
    background: #aa2126;
    color: #fff;
    font-size: 8px;
    padding: 3px 5px;
    border-radius: 5px;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.blink {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@media (max-width: 991.98px) {
    .hero-wrap-2 h2.wheels {
        font-size: 32px !important;
    }
    .hero-wrap-2 h2.wowmen-entrep {
        font-size: 40px !important;
    }
    .ftco-navbar-light {
        background: #fff !important;
        position: relative;
        padding: 0 10px !important;
    }
    .ftco-navbar-light .navbar-toggler {
        border: none;
        color: rgba(0, 0, 0, 0.5) !important;
        border-color: rgba(0, 0, 0, 0.5) !important;
    }
    .ftco-navbar-light .navbar-toggler {
        border: none;
        color: rgb(69 69 69) !important;
    }
    .ftco-navbar-light .nav-link {
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
        color: #000000 !important;
    }
    .ftco-navbar-light.nav-item.active>a {
        color: #a42728 !important;
    }
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.owl-prev:focus,
.owl-prev:hover,
.owl-next:focus,
.owl-next:hover {
    outline: none;
    color: #444 !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 46%;
    z-index: 9;
    background: #fff !important;
    padding: 15px;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    transform: translate(0, -50%);
}

.owl-prev i,
.owl-next i {
    line-height: 30px;
    font-size: 18px;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}


/**Join Member **/

.become-member-section {
    background-image: linear-gradient(45deg, rgba(164, 39, 40, .93) 46%, rgba(255, 152, 0, .85)), url(/web/assets/images/sliders/women-entrepreneurs.png);
    background-position: center;
    padding: 5em 0 !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.btn-member {
    background: #ffffff;
    color: #a42728;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 18px;
    padding: 8px 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-member:hover {
    background: transparent;
    color: #ffffff;
}

.btn-member:hover,
.btn-member:focus {
    outline: none;
    box-shadow: none;
}


/** Membership **/

@media(max-width:767px) {
    .head-banner-common {
        background-size: 100% 300px;
        max-height: 300px;
        max-width: 100%;
    }
    /** Membership **/
    .become-member-section {
        padding: 3.5em 0 !important;
    }
    .become-member-section h1 {
        font-size: 30px;
    }
    .become-member-section .btn-member-box .btn-member {
        font-size: 16px;
        padding: 8px 20px;
    }
    /** Membership **/
}

@media(max-width:564px) {
    .head-banner-common {
        background-size: 112% 200px;
        max-height: 200px;
        max-width: 100%;
        background-position-x: -18px !important;
    }
    .owl-prev {
        left: 15px;
    }
    .owl-next {
        right: 15px;
    }
    /** Membership **/
    .become-member-section {
        padding: 2.5em 0 !important;
    }
    .become-member-section h1 {
        font-size: 24px;
    }
    .become-member-section .btn-member-box .btn-member {
        font-size: 15px;
        padding: 6px 15px;
    }
    /** Membership **/
}