.bg-overlay {
    position: absolute;
    z-index: -1;
    top: -100px;
    right: -20px;
}

.bg-overlay img {
    width: 200px;
    opacity: 0.5;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.post-sub-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase;
    padding-top: 10px;
}
.post-sub-item ul {
    padding-left: 0;
    margin-left: 0 !important;
}
.post-sub-item ul > li {
    list-style: none;
}

.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

.form-select {
    padding: 0.675rem 2.25rem 0.675rem 0.75rem !important;
}

.text-normal {
    font-size: 20px;
}


a.current * {
    color: #bf2b2b !important;
}

.main-menu li a * {
    transition: 0.5s;
}

.main-menu li a:hover * {
    color: #bf2b2b !important;
}

.next-blog * {
    padding: 0px !important;
    color: black !important;
    transition: 0.5s;
}

a .next-blog:hover * {
    color: black !important;
}