h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    color: #262626 !important;
}

.text-grey-dark{
    color: #262626 !important;
}

.text-grey-light{
    color: #818286 !important;
}

.category-sidebar-list .category-item .nav-link{
    color: #818286 !important;
}

.category-sidebar-list .category-item .nav-link.active{
    color: #fff !important;
}

.text-grey-mid{
    color: #818286 !important;
}

.bg-mvm{
    background-color: #c10b20 !important;
}

.font-8{
    font-size: 8px !important;
}

.font-9{
    font-size: 9px !important;
}

.font-10{
    font-size: 10px !important;
}

.font-11{
    font-size: 11px !important;
}

.font-12{
    font-size: 12px !important;
}

.font-13{
    font-size: 13px !important;
}

.font-15{
    font-size: 15px !important;
}

.font-16{
    font-size: 16px !important;
}

.font-20{
    font-size: 20px !important;
}

.font-30{
    font-size: 30px !important;
}

.font-40{
    font-size: 40px !important;
}

.font-50{
    font-size: 50px !important;
}

.font-60{
    font-size: 60px !important;
}

.flex-section{
    display: flex;
}

.flex-center{
    justify-content: center;
    align-items: center;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.w-700 {
    font-weight: 700;
}

.mt-150{
    margin-top: 15rem;;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.mb-10{
    margin-bottom: 5rem;
}

.mt-10{
    margin-top: 5rem;
}

.mb-20{
    margin-bottom: 8rem;
}

.mt-20{
    margin-top: 8rem;
}

.btn-mvm{
    background-color: #c5132b;
    border: 0;
    color: #fff;
    height: 52px;
    width: 140px;
}

.text-mvm{
    color: #c10b20 !important;
}

.text-mvm:hover{
    color: #c10b20;
}

.btn-mvm:hover{
    color: #fff !important;
}

.btn-dark {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    border-radius: 0;
}

.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-primary{
    background-color: #c5132b;
    color: #fff;
    box-shadow: none;
    border: none;
}

.btn-primary:hover{
    background-color: #c5132b;
    color: #fff;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #c5132b;
    border-color: #c5132b;
    box-shadow: none;
}

.btn-outline-primary{
    background-color: transparent;
    color: #c5132b;
    border: 1px solid #c5132b;
    outline: none;
    box-shadow: none;
}

.btn-outline-primary:hover{
    background-color: #c5132b;
    color: #fff;
    border-color: #c5132b;
}

.btn-outline-primary:focus + .btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #c5132b;
    border-color: #c5132b;
    box-shadow: none;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus{
    border-color: #c5132b;
}


.menu-scroll{
    background-color: #fff !important;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus{
    background-color: #c5132b;
}

.box-shadow-smooth{
    -webkit-box-shadow: 0px 4px 9px -3px rgba(105,105,105,1) !important;
    -moz-box-shadow: 0px 4px 9px -3px rgba(105,105,105,1) !important;
    box-shadow: 0px 4px 9px -3px rgba(105,105,105,1) !important;
}

.light-style .select2-container--default .select2-selection__placeholder{
    color: #262626;
    font-size: 14px;
}

.light-style .select2-container--default .select2-results__option {
    font-size: 14px;
}

.light-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(197, 19, 43, 0.08) !important;
    color: #c5132b !important;
}


.pagination-danger .page-item.active .page-link, .pagination-danger .page-item.active .page-link:hover, .pagination-danger .page-item.active .page-link:focus, .pagination-danger.pagination li.active > a:not(.page-link), .pagination-danger.pagination li.active > a:not(.page-link):hover, .pagination-danger.pagination li.active > a:not(.page-link):focus{
    border-color: #c10b20;
    background-color: #c10b20;
    color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.blog-item{
    height: 205px;
    overflow: hidden;
}

.full_story p,
.full_story span,
.full_story h1,
.full_story h2,
.full_story h3,
.full_story h4,
.full_story h5,
.full_story h6{
    color: #262626;
}
.full_story a{
    color: #c10b20;
}

.contact-page-icon .icon-holder{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #f6f6f6 !important;
}

.contact-page-icon .icon-holder .icon{
    font-size: 20px;
}

.contact-page-icon .icon-holder .icon.social{
    font-size: 36px;
}

.contact-item .holder{
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 24px;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus{
    color: #fff;
    background-color: #262626;
    border-color: #262626;
    box-shadow: none;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.captcah input {
    height: 36px;
    border-radius: 0 !important;
}

.footer-form input {
    padding: 0.8rem 1rem !important;
}

.footer-form input {
    background-color: #fff !important;
    border-bottom: 1px solid #b1b1b1 !important;
    line-height: 1rem;
    padding: 1rem 1rem !important;
}

.regenerate_captcha {
    position: absolute;
    top: 1px;
    z-index: 9;
    right: 2px;
    background-color: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: 34px;
}

.product-menu-image{
    max-width: 800px;
}


@media (max-width: 992px) {
    .btn-mvm{
        width: 100%;
    }

    .bg-menu-theme {
        background-color: #262626 !important;
        color: #fff;
    }

    html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner > .menu-item.open:not(.active), .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner > .menu-item.open:not(.active) {
        background-color: #818286;
    }

    .menu-link:hover {
        background-color: transparent !important;
        color: #fff !important;
    }

    .blog-item{
        height: unset;
        overflow: unset;
    }

    .blog-item .card, .blog-item .row, .blog-item a{
        height: unset !important;
    }

    .blog-item .position-absolute{
        position: relative !important;
        width: 100% !important;
    }
}


.main_banner {
    height: 700px;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0 !important;
    margin-bottom: 5rem !important;
    background-size: cover;
}

.main_banner .assets {
    position: absolute;
    left: 50px;
    width: 400px;
    overflow: hidden;
}

.bg-light-grey {
    background-color: #f6f6f6;
}

.banner-btn-more, .chevron-left{
    transition: all 0.3s ease-in-out;
}

.banner-btn-more:hover{
    color: #c5132b !important;
}

.banner-btn-more:hover .chevron-left{
    fill: rgba(197,19,43,1) !important;
}

.foo-links li a{
    transition: all 0.3s ease-in-out;
}

.foo-links li a:hover{
    color: #c5132b !important;
}

@media (max-width: 991px) {
    .main_banner .assets {
        width: 100%;
        left: 0;
        padding: 0 20px;
        margin: auto;
        right: 0;
    }

    .swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
        display: none !important;
    }
}
