@media (max-width: 1500px) {
    .hero-layout3 {
        padding: 40px 0;
    }
}

.blog-style2 .blog-img {
    border-radius: 20px 20px 0 0;
}
.blog-style2:hover {
    border-color: #b2b0b0;
    background-color: #fff;
}
.header-logo, .footer-logo {
    max-width: 220px;
}
.blog-style2 .blog-date {
    position: absolute;
    top: 0px;
    left: 0px;
    right: unset;
    bottom: unset;
}

.blog-style2 .blog-img .blog-date {
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    bottom: auto !important;
}
.blog-date {
    font-weight: 600;
    font-size: 15px;
    padding: 9px 15px;
    border-radius: 0px 0 20px 0px;
}
.main-slider {
    position: relative;
    height: auto;
}
.main-slider .slick-slide {
    height: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.slider-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}
.main-slider .slick-prev,
.main-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
}
.main-slider .slick-prev {
    left: 20px;
}
.main-slider .slick-next {
    right: 20px;
}
.main-slider .slick-dots {
    bottom: 20px;
    text-align: center;
}
.main-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
}
.main-slider .slick-dots li.slick-active button {
    background: white;
}
.arrow-wrap .slider-nav-prev,
.arrow-wrap .slider-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}
.arrow-wrap .slider-nav-prev {
    left: 10px;
}
.arrow-wrap .slider-nav-next {
    right: 10px;
}
.blog-style2 .blog-img img {
    height: 100%;
}

.blog-style2 .blog-img {
    max-height: 300px;
    height: 300px;
}

@media (min-width: 576px) {
    .blog-style2 .blog-img {
        max-height: unset;
        height: unset;
    }
}

@media (max-width: 991px) {
    .podcast-style7 {
        margin-bottom: 10px;
    }

    .blog-date {
        font-weight: 400;
        font-size: 14px;
        padding: 4px 8px;
        border-radius: 0px 0 8px 0px;
    }
}

.blog-style2 .blog-img img {
    object-fit: cover;
}
.sec-subtitle2, .sec-subtitle {
    line-height: 1.8;
}
.breadcumb-content {
    padding: 25px 0 25px 0;
}
.breadcumb-title {
    font-size: clamp(30px, 7vw, 72px);
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}
@media (max-width: 991px) {
    .breadcumb-title {
        font-size: clamp(28px, 8vw, 44px);
    }
}
.author-letter {
    display: inline-block;
    padding: 8px 12px;
    margin: 2px;
    background: #e9ecef;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid var(--theme-color);
    font-weight: 500;
}
.author-letter:hover, .author-letter.active {
    background: var(--theme-color);
    color: white;
}

.podcast-style7.categories-style .podcast-inner {
    padding: 20px 30px;
}

.blog-style2 .blog-img {
    margin: 0;
}

.homepage-marker {
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    bottom: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--theme-color);
    border: 1px solid #e5e5e5;
    font-size: 12px;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.blog-style2 .blog-img .homepage-marker {
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
    bottom: auto !important;
}

@media (max-width: 991px) {
    .homepage-marker {
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}






/*Slick.theme.css*/
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.shop-product-detail-slider {
    /*margin-top: -12% !important;*/
    /*bottom: 23%;*/
    background-color: #f3f3f3;
}
.shop-product-detail-slider.small-img .img-fluid {
    border: 4px solid #fff;
}
.shop-product-detail-slider.small-img .img-fluid.slick-current {
    border-color: #697861;
}

@media (max-width: 1399px) {
    .breadcumb-title {
        font-size: 36px;
    }
}

.play-btn.play-btn-sm > i {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.cart_table.bordered td {
    border: 1px solid var(--border-color);
}

.accordion-style .card{
    background:transparent;
    box-shadow:none;
    margin-top:0 !important;
    border:none;
    margin-bottom:10px
}
.accordion-style .card:last-child{
    margin-bottom:0
}
.accordion-style .card-header{
    border:0px;
    padding:0;
    background:none
}
.accordion-style .btn-link{
    background:#f8f8f8;
    color:#333333;
    font-size:14px;
    line-height:20px;
    position:relative;
    border:1px solid #e8e8e8;
    display:block;
    width:100%;
    text-align:left;
    white-space:normal;
    border-radius:0;
    padding:15px 35px 15px 15px;
    text-decoration:none;
    font-weight:500
}
.accordion-style .btn-link:hover{
    background:#f8f8f8;
    text-decoration:none
}
.accordion-style .btn-link.collapsed:after{
    background:none;
    content:"+";
    right:17px;
    left:inherit;
    font-size:20px;
    height:auto;
    transform:none;
    width:auto;
    top:15px;
    color:#333333
}
.accordion-style .btn-link:after{
    background:none;
    content:"-";
    right:17px;
    left:inherit;
    font-size:20px;
    height:auto;
    transform:none;
    width:auto;
    top:15px;
    position:absolute;
    color:#333333
}
.accordion-style .card-body{
    padding:20px;
    line-height:24px;
    text-align:left;
    border:1px solid #e8e8e8;
    border-top:none
}
.accordion-style2 .card{
    background:transparent;
    box-shadow:none;
    margin-top:0 !important;
    border:none
}
.accordion-style2 .card-header{
    border:0px;
    padding:0;
    border-bottom:1px solid #e6e6e6;
    background:none
}
.accordion-style2 .card-body{
    border-bottom:1px solid #e6e6e6;
}
.accordion-style2 .card:last-child .card-header{
    border-bottom:none
}
.accordion-style2 .card:last-child .btn-link{
    padding-bottom:0
}
.accordion-style2 .btn-link{
    border:none;
    color:#03a9f5;
    line-height:20px;
    position:relative;
    display:block;
    width:100%;
    text-align:left;
    white-space:normal;
    border-radius:0;
    padding:15px 30px 15px 0;
    text-decoration:none
}
.accordion-style2 .btn-link.collapsed{
    color:#232323
}
.accordion-style2 .btn-link:hover{
    color:#03a9f5
}
.accordion-style2 .btn-link.collapsed:after{
    background:none;
    content:"+";
    right:10px;
    left:inherit;
    font-size:20px;
    height:auto;
    transform:none;
    width:auto;
    top:15px;
    color:#616161
}
.accordion-style2 .btn-link:after{
    background:none;
    content:"-";
    right:10px;
    left:inherit;
    font-size:20px;
    height:auto;
    transform:none;
    width:auto;
    top:15px;
    position:absolute;
    color:#616161
}
.accordion-style2 .card:first-child .card-header .btn-link{
    padding-top:0
}
.accordion-style2 .card:first-child .btn-link.collapsed:after,.accordion-style2 .card:first-child .btn-link:after{
    top:0
}
.accordion-style2 .card-body{
    padding:10px;
    line-height:24px;
    text-align:left
}
.accordion-style3 .card{
    background:transparent;
    box-shadow:none;
    margin-top:0 !important;
    margin-bottom:10px;
    border-radius:0;
    border:none
}
.accordion-style3 .card:last-child{
    margin-bottom:0
}
.accordion-style3 .card-header{
    border:0px;
    padding:0;
    background:none
}
.accordion-style3 .btn-link{
    background:#f7f7f7;
    color:#232323;
    font-size:14px;
    line-height:20px;
    position:relative;
    border:1px solid #e8e8e8;
    display:block;
    width:100%;
    text-align:left;
    white-space:normal;
    border-radius:0;
    padding:15px 30px 15px 15px;
    text-decoration:none
}
.accordion-style3 .btn-link:hover{
    background:#f7f7f7 !important;
    text-decoration:none
}
.accordion-style3 .btn-link.collapsed:after{
    background:none;
    content:"+";
    right:15px;
    left:inherit;
    font-size:20px;
    height:auto;
    transform:none;
    width:auto;
    top:15px
}
.accordion-style3 .btn-link:after{
    background:none;
    content:"-";
    right:15px;
    left:inherit;
    font-size:20px;
    height:auto;
    transform:none;
    width:auto;
    top:15px;
    position:absolute;
    color:#232323
}
.accordion-style3 .card-body{
    padding:25px;
    line-height:24px;
    text-align:left;
    border:1px solid #e8e8e8;
    border-top:none
}
@media screen and (max-width: 575px){
    .accordion-style3 .card-body{
        padding:20px
    }
}

.btn-link:focus {
    outline: 0;
    box-shadow: none;
}

.category-filter.active {
    color: #000;
    background-color: transparent;
}

.widget_categories a {
    display: block;
     background-color: transparent;
    color: var(--body-color);
    padding: 15px 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
     border-radius: 0;
}

.widget_categories a:hover {
    background-color: transparent;
    color: #000;
}

.accordion-style .btn-link, .accordion-style2 .btn-link {
    color: var(--body-color);
    font-size: 15px;
    font-family: var(--body-font);
}

.accordion-style2 .btn-link:hover {
    color: #000;
}
.accordion-style .btn-link.parent-category:after, .accordion-style2 .btn-link.parent-category:after {
    content: none;
}

.accordion-style .category-filter.active:after, .accordion-style2 .category-filter.active:after {
    background: none;
    content: "\2713";
    right: 10px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
    position: absolute;
    color: #616161;
}

.widget_categories ul {
    margin: 0;
}

.widget_categories li {
    border-bottom: 1px solid #e6e6e6;
}
.accordion-style .card-body ul li:last-child {
    border-bottom: none
}

.alert {
    z-index: 100000;
}

.menu-style1 > ul > li > a {
    padding: 25px 0;
}
.main-menu ul li.menu-item-has-children > a i {
    font-size: 24px;
}
.main-menu ul li.menu-item-has-children > a.noicon:after {
    content: none;
}

.mobile-account-menu {
    position: relative;
}

.mobile-account-dropdown {
    display: none;
}

@media (max-width: 991px) {
    .header-layout1 .sticky-active .row.justify-content-between.align-items-center {
        align-items: flex-start !important;
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .header-layout1 .sticky-active .row.justify-content-between.align-items-center > .col-auto:first-child {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .header-layout1 .sticky-active .row.justify-content-between.align-items-center > .col-auto:nth-child(2) {
        display: none;
    }

    .header-layout1 .sticky-active .row.justify-content-between.align-items-center > .col-auto.d-flex {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-btn {
        display: flex;
        align-items: center;
        gap: 14px;
        justify-content: flex-start;
        flex: 1 1 auto;
        min-width: 0;
        flex-wrap: nowrap;
    }

    .header-btn a,
    .header-btn button {
        margin-right: 0;
    }

    .vs-menu-toggle.d-inline-block.d-lg-none {
        margin-left: 14px;
        flex: 0 0 auto;
    }

    .mobile-account-menu {
        display: inline-flex;
        align-items: center;
    }

    .mobile-account-toggle {
        color: #0b4e64;
    }

    .mobile-account-menu.is-open .mobile-account-dropdown {
        display: block;
    }

    .mobile-account-dropdown {
        position: absolute;
        top: calc(100% + 16px);
        left: 0;
        transform: none;
        z-index: 30;
        min-width: min(240px, calc(100vw - 32px));
        max-width: calc(100vw - 32px);
        padding: 22px 0 18px;
        background: #ffffff;
        box-shadow: 0 16px 32px rgba(17, 24, 39, 0.14);
        border-bottom: 3px solid #ffae29;
    }

    .mobile-account-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0 26px;
    }

    .mobile-account-dropdown li {
        position: relative;
        padding-left: 28px;
    }

    .mobile-account-dropdown li:not(:last-child) {
        margin-bottom: 18px;
    }

    .mobile-account-dropdown li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ffae29;
        box-shadow: 0 0 0 4px rgba(255, 174, 41, 0.18);
    }

    .mobile-account-dropdown li:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 20px;
        bottom: -18px;
        width: 1px;
        background: #d7d7d7;
    }

    .mobile-account-dropdown li:last-child:after {
        display: none;
    }

    .mobile-account-dropdown a {
        display: block;
        color: #001d3d;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
        text-transform: uppercase;
        text-decoration: none;
    }

    .mobile-account-dropdown a:hover {
        color: #ffae29;
    }

    .mobile-shelf-btn {
        display: inline-flex !important;
        flex: 1 1 auto;
        justify-content: center;
        min-height: 48px;
        padding-left: 22px;
        padding-right: 22px;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .header-layout1 .container-xxl {
        padding-left: 22px;
        padding-right: 22px;
    }

    .header-btn {
        gap: 10px;
    }

    .mobile-account-menu,
    .searchBoxTggler {
        flex: 0 0 auto;
    }

    .mobile-account-dropdown {
        min-width: min(220px, calc(100vw - 28px));
        max-width: calc(100vw - 28px);
    }

    .mobile-shelf-btn {
        flex: 1 1 auto;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 14px;
    }

    .vs-menu-toggle.d-inline-block.d-lg-none {
        margin-left: 10px;
    }
}

@media (max-width: 575px) {
    .header-logo {
        max-width: 145px;
    }
}

.watch-btn.addto.style2 i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 4px;
    padding-left: 0;
    box-shadow: none;
}

.watch-btn.style2.btn-outline-no-hover {
    border: 3px solid #000000;
    border-radius: 40px;
    color: #000000;
    padding: 3px 9px 3px 6px;
}
.watch-btn.style2.btn-outline-no-hover:hover {
    color: #000000;
    border-color: #000000;
}
.watch-btn.style2.btn-outline-no-hover i {
    box-shadow: none;
}

.product-about .actions .vs-btn.dark:before {
    background-color: #000000;
}

.bg-secondary-theme {
    background-color: var(--secondary-color);
}
.vs-header.header-layout1 {
    box-shadow: 0 0 12px #bbb5b5;
}

@media (max-width: 1500px) {
    .package-style1 .package-price {
        font-size: 50px;
    }
}

/* Style the track */
.form-range.volume-range::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: linear-gradient(to right, #6c757d, #000000);
    border-radius: 0.25rem;
}

.form-range.volume-range::-moz-range-track {
    height: 0.5rem;
    background: linear-gradient(to right, #6c757d, #000000);
    border-radius: 0.25rem;
}

/* Style the thumb */
.form-range.volume-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    background: #FFAE29;
    border: none;
    border-radius: 50%;
}

.form-range.volume-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background: #FFAE29;
    border: none;
    border-radius: 50%;
}
/* Remove white background on focus */
.form-range:focus {
    box-shadow: none;        /* removes Bootstrap’s default focus shadow */
    background-color: transparent; /* ensures no white background */
}

/* Customize thumb when focused */
.form-range:focus::-webkit-slider-thumb {
    background-color: #FFAE29; /* keep your theme color */
}

.form-range:focus::-moz-range-thumb {
    background-color: #FFAE29;
}

.form-range.volume-range {
    border: none;
    width: 100px;
    vertical-align: sub;
}

.audio-style1 .audio-mic {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 22px;
    border: none;
}

.vs-mobile-menu .mobile-all-categories-link {
    border-bottom: none;
    margin-bottom: 8px;
}

.vs-mobile-menu .mobile-all-categories-link a {
    display: block;
    padding: 14px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffb43a 0%, #ff9d00 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 10px 24px rgba(255, 157, 0, 0.22);
}

.vs-mobile-menu .mobile-all-categories-link a:before {
    display: none;
}

.vs-mobile-menu .mobile-all-categories-link a:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

/*LOADER*/
/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */

    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 12px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.5) -1.5em 0 0 0, rgba(255, 255, 255, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.accordion-style1 .accordion-item {
    border: none;
    border-bottom: 1px solid #aaa;
}

.page-item.disabled .page-link {
    color: #cacaca;
    pointer-events: none;
     background-color: transparent;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ffae29;
    border-color: #ffae29;
    line-height: 40px;
}
.page-item .page-link {
    line-height: 40px;
}

.page-link:focus {
    box-shadow: 0 0 0 .25rem rgb(247 225 188);
}

.main-slider .slick-dots li button {
    font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  background-color: #eaeaea;
  border: 0;
  outline: none;
}

.slick-dots li button:before {
    content: '';
}

.main-slider .slick-dots li.slick-active button {
    background: #000000;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.blog-style2 {
    border-radius: 0;
}
.blog-style2 .blog-img {
    border-radius: 0;
}

.blog-date {
    border-radius: 0;
    padding: 4px 8px;
}

.vs-hero-wrapper.hero-layout3 .hero-btn-group .vs-btn {
    /*background: #000 !important;
    color: #fff !important;*/
}

@media (max-width: 575px) {
    .vs-carousel .hero-btn-group {
        bottom: 25px;
        position: fixed;
    }
    .main-slider .slick-dots {
        bottom: 0px;
    }

    .blog-date {
        padding: 4px 8px;
    }
}

.blog-button {
    border-top: 1px solid #d9d9d9;
}


.blog-button a {
    font-size: 14px;
}

.blog-button:hover {
    background-color: #000000;
    color: #ffffff;
}

.blog-button .blog-meta a {
    transition: none;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.blog-button .blog-meta a:hover {
    color: #ffffff;
}

.blog-style2 .blog-img {
    max-height: unset;
    height: unset;
}

.blog-style2 .blog-img img {
    object-fit: contain;
}

.blog-style2 .blog-title {
    font-size: 16px;
}

.legal-content p {
    margin-bottom: 14px;
    line-height: 1.65;
}

.cookie-consent-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #10131a;
    color: #ffffff;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.25);
}

.cookie-consent-inner {
    width: 100%;
    max-width: calc(var(--main-container) + var(--container-gutters));
    margin: 0 auto;
    padding: 14px calc(var(--container-gutters) / 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-consent-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-consent-text a {
    color: #ffd26f;
    text-decoration: underline;
}

.cookie-consent-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.cookie-consent-actions .vs-btn {
    min-width: 160px;
    height: 48px;
    padding: 0 26px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0.02em;
    background-color: var(--theme-color) !important;
    color: var(--title-color) !important;
}

.cookie-consent-actions .vs-btn i {
    margin-right: 0;
}

.cookie-consent-actions .vs-btn:before {
    background-color: var(--title-color) !important;
}

.cookie-consent-actions .vs-btn:hover {
    color: var(--white-color) !important;
    --bg-hover: var(--title-color);
}

.cookie-consent-actions .vs-btn.style4,
.cookie-consent-actions .vs-btn.style6 {
    background-color: var(--theme-color) !important;
    color: var(--title-color) !important;
}

.cookie-consent-actions .vs-btn.style4:hover,
.cookie-consent-actions .vs-btn.style6:hover {
    color: var(--white-color) !important;
}

@media (max-width: 767px) {
    .cookie-consent-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 16px;
    }

    .cookie-consent-actions {
        width: 100%;
        justify-content: stretch;
    }

    .cookie-consent-actions .vs-btn {
        flex: 1;
        min-width: 0;
    }
}
