﻿.hero-wrap {
    position: relative;
}

.shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
}

.label {
    position: absolute;
    top: -17px;
    right: -7px;
    z-index: 9;
}

    .label .back-side {
        border-style: solid;
        border-width: 5px 5px 5px 5px;
        border-color: transparent #be3c1c#be3c1c transparent;
        position: absolute;
        left: -2px;
        top: 2px;
    }


    .label .front-side:before, .label .front-side:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
    }

    .label .front-side {
        position: relative;
        padding: 0 54px 15px;
        background: #911429;
        color: #fff;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0px 0px 0px 30px;
        font-weight: normal;
    }


        .label .front-side:before, .label .front-side:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -10px;
        }




.hero-wrap .hero-mask {
    z-index: 1;
}

.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bg-primary, .badge-primary {
    background-color: #5a5a5d94 !important;
}

.hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}

.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



.featured-box.style-3 {
    padding-left: 61px;
    padding-top: 0px;
    background: #5a5a5d;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-top: 9px;
    padding: 3px 75px 0px;
    color: #fff;
    margin-bottom: 15px;
}



    .featured-box.style-3 .featured-box-icon {
        width: 50px;
        height: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #5a5a5d;
        margin: 10px;
    }

    .featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
        font-size: 30px;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }

.featured-box .featured-box-icon {
    display: inline-block;
    font-size: 35px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #546d89;
    border-radius: 0;
}

.featured-box {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.featured-box.style-3 .featured-box-icon > i {
    color: #fff;
}

.featured-box.style-3 > h3 {
    color: #fff;
}

.featured-box h3, .featured-box h4 {
    font-size: 1.6rem;
    margin-bottom: 0px;
    font-weight: 500;
}

.featured-box > p {
    font-size: 11px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.text-9 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
}

.text-center {
    text-align: center !important;
}

#footer {
    color: #252b33;
    padding: 0px 0px 35px 0px;
    padding: 0 0 2rem 0;
    margin-top: 30px;
}

    #footer .footer-copyright {
        border-top: 1px solid #e6e9ec;
        padding: 32px 0px 0px;
        margin-top: 2rem;
        margin-top: 32px;
        text-align: center;
    }

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}


#footer .footer-copyright .nav .nav-item {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 10px;
}

    #footer .footer-copyright .nav .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
        color: #252b33;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}



.shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
}

.p-4 {
    padding: 1.5rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.text-6 {
    font-size: 24px !important;
    font-size: 1.50rem !important;
}



.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
    z-index: 1;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.brands-grid {
    overflow: hidden;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.row {
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.brands-grid > .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-center {
    text-align: center !important;
}

.brands-grid.separator-border > .row > div:before {
    height: 100%;
    top: 0;
    left: -1px;
}

.brands-grid.separator-border > .row > div:after, .brands-grid.separator-border > .row > div:before {
    content: '';
    position: absolute;
}

.brands-grid > .row > div a {
    opacity: 0.7;
    color: #444;
}

.brands-grid.separator-border > .row > div:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
}


@media(max-width:500px){
    .mobile-view {
        display: none;
    }

    .desk-view {
        display: block !important;
    }
}


.desk-view{
    display:none;
}