﻿[main-theme-layout="ltr"] * {
    font-family: TitilliumWeb Regular;
    letter-spacing: 1.2px !important;
}

[main-theme-layout="rtl"] * {
    font-family: Cairo SemiBold;
    letter-spacing: -0.4px !important;
}

[main-theme-layout="ltr"] #nav-language {
    font-family: Cairo SemiBold;
    letter-spacing: -0.4px !important;
}

[main-theme-layout="rtl"] #nav-language {
    font-family: TitilliumWeb Regular;
    letter-spacing: 1.2px !important;
}

i {
    font-family: 'FontAwesome' !important;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0;
    padding-top: 0;
    scroll-behavior: smooth;
    --scrollbarBG: #212529;
    --thumbBG: #db9d5d;
}

body {
    background-color: #f1f1f1;
    overflow-x: hidden;
    color: #000000;
    scrollbar-width: thin !important;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG) !important;
}

    body::-webkit-scrollbar {
        width: 9px !important;
    }

    body::-webkit-scrollbar-track {
        background: var(--scrollbarBG) !important;
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG) !important;
        border-radius: 6px !important;
        border: 3px solid var(--scrollbarBG) !important;
    }

footer {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 0px !important;
    margin: 0px !important;
    background-color: #000000;
    border-top: 2px solid #db9d5d;
    box-shadow: rgb(219 157 93 / 35%) 0px -4px 3px !important;
}

.navbar {
    position: fixed;
    padding: 10px !important;
    width: 100% !important;
    font-size: 24px;
    z-index: 9999;
    transition: 0.3s linear;
}

.navbar-brand {
    font-size: 26px
}

.navbar-nav {
    margin-right: auto;
}

.flip {
    transition: 0.5s;
}

.flip-zero {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.flip-180 {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.container.body-content {
    margin-top: 50px;
    margin-bottom: 10px;
}

[main-theme-layout="ltr"] .navbar * {
    font-family: TitilliumWeb-Bold;
}

[main-theme-layout="rtl"] .navbar * {
    font-family: Cairo Bold;
}

[main-theme-layout="ltr"] .mr-dir-auto {
    margin-left: auto;
    margin-right: unset;
}

[main-theme-layout="rtl"] .mr-dir-auto {
    margin-left: unset;
    margin-right: auto;
}

[main-theme-layout="ltr"] .mr-auto {
    margin-left: unset;
    margin-right: auto;
}

[main-theme-layout="rtl"] .mr-auto {
    margin-left: auto;
    margin-right: unset;
}

[main-theme-layout="ltr"] .dropdown-menu {
    right: 0;
    text-align: left;
}

[main-theme-layout="rtl"] .dropdown-menu {
    left: 0;
    text-align: right;
}

[main-theme-layout="rtl"] i.fa-solid.fa-arrow-right {
    transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
}

.nav-bg-color {
    background-color: #212529 !important;
}

.link-arrow-down {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: 0.3s ease;
}

.evnt-names {
    width: 500px;
}

    .evnt-names:before {
        height: 3px;
        display: block;
        width: 100%;
        background: #fff;
        border-right: 1px #fff;
        border-radius: 5px;
        content: '';
    }

    .evnt-names:after {
        height: 3px;
        display: block;
        width: 100%;
        background: #fff;
        border-right: 1px #fff;
        border-radius: 5px;
        content: '';
    }

.evnt-names-h {
    font-size: 70px;
    margin: 2px 0px !important;
}

.link-arrow-down:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 800px;
    width: 100%;
    opacity: 0.5;
    transition: .5s ease;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0), rgba(0,0,0,0));
}

.dropdown-item {
    cursor: pointer;
}

.text-align-center {
    text-align: center !important;
}

.services-card {
    display: grid;
    height: 100%;
    position: relative;
    color: #000000 !important;
    background-color: #ffffff !important;
    border-radius: 15px;
    transition: .3s linear;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
    background-position: center;
}

    .services-card:hover {
        color: #ffffff !important;
        background-color: #db9d5d !important;
    }

        .services-card:hover > .services-card-txt > h4 > i {
            color: #ffffff !important;
        }

    .services-card > .services-card-txt {
        text-align: center;
        padding: 25px;
        z-index: 99;
        opacity: 1 !important;
    }

        .services-card > .services-card-txt > p {
            text-align: start;
        }

    .services-card > .services-card-btn {
        text-align: center;
        padding: 25px;
        z-index: 99;
        opacity: 1 !important;
        margin-top: auto;
    }

.divider {
    width: 10%;
    height: 10px !important;
    opacity: 1 !important;
    color: #db9d5d;
    background-color: #db9d5d;
    border-radius: 5px;
}

.event-desc {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

[main-theme-layout="ltr"] .event-date {
    color: #505558;
    font-family: TitilliumWeb-Bold;
    font-size: 18px;
}

[main-theme-layout="rtl"] .event-date {
    color: #505558;
    font-family: Cairo Bold;
    font-size: 18px;
}

.event-type-btn {
    color: #000000 !important;
    border: #db9d5d 2px solid;
    border-radius: 25px;
    background-color: #f1f1f1 !important;
    transition: 0.3s ease;
    cursor: pointer !important;
    padding: 5px 20px;
}

    .event-type-btn:hover {
        color: #ffffff !important;
        border: #db9d5d 2px solid;
        background-color: #db9d5d !important;
    }

    .event-type-btn:focus {
        outline: unset !important;
    }

.event-card {
    height: 100%;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
    border-radius: 15px;
}

.div-event-img {
    width: 100%;
    margin-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .div-event-img img {
        width: 100%;
        height: 350px !important;
        object-fit: cover;
        object-position: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

#BookEventImg {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.event-price {
    color: #db9d5d;
    font-weight: bold;
    margin: 10px 0px !important;
}

.link-buy-tkt {
    cursor: pointer;
    font-size: 16px;
}

a.link-buy-tkt {
    display: inline-block;
    margin: 10px 0 20px 0;
    position: relative;
    color: #fff;
    font-family: "Futura";
    text-decoration: none;
    font-size: 22px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

    a.link-buy-tkt:hover, a.link-buy-tkt:focus {
        color: #db9d5d;
        outline: unset !important;
    }

        a.link-buy-tkt:hover:before {
            transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transform-origin: left;
            background-image: url('..');
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 1s ease-in-out infinite alternate; animation-delay:-0.25s; stroke: %23db9d5d; stroke-width:2; stroke-linecap:square; %7D @keyframes wave%7B to%7B d:path('M 0 40 Q 20 42.5 40 40 Q 60 37.5 80 40'); %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 37.5 40 40 Q 60 42.5 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
            -webkit-animation: waving 3s linear infinite;
            animation: waving 3s linear infinite;
            transform: scaleX(1);
        }

[main-theme-layout="rtl"] a.link-buy-tkt:hover:before {
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: right;
    background-image: url('..');
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 1s ease-in-out infinite alternate; animation-delay:-0.25s; stroke: %23db9d5d; stroke-width:2; stroke-linecap:square; %7D @keyframes wave%7B to%7B d:path('M 0 40 Q 20 42.5 40 40 Q 60 37.5 80 40'); %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 37.5 40 40 Q 60 42.5 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
    -webkit-animation: waving 3s linear infinite;
    animation: waving 3s linear infinite;
    transform: scaleX(1);
}

@-webkit-keyframes waving {
    to {
        background-position: 80px 50%, 160px 50%;
    }
}

@keyframes waving {
    to {
        background-position: 80px 50%, 160px 50%;
    }
}

a.link-buy-tkt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: -45px;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transform-origin: right;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23db9d5d; stroke-width:2; stroke-linecap:square; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
}

[main-theme-layout="rtl"] a.link-buy-tkt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    right: 0;
    bottom: -45px;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transform-origin: left;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23db9d5d; stroke-width:2; stroke-linecap:square; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
}

.srv-card-main {
    margin: 0px 0px 10px 0px;
    height: 100%;
}

.border-bottom-sa {
    border-bottom: 3px dashed #db9d5d;
}

    .border-bottom-sa:last-child {
        border-bottom: none !important;
    }

/*SLICK*/
.hero {
    min-height: 800px;
}

.hero-text h2 {
    margin-bottom: 50px;
}

.hero-text .hero {
    position: relative;
}

    .hero-text .hero .hero-slide a:hover span {
        color: #033a71;
    }

.hero .hero-slide img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: bottom center;
}

.hero-img-center {
    height: 500px !important;
}

.hero .hero-slide .header-content {
    display: grid;
    justify-content: center;
    top: 72px;
    text-align: center;
    width: 100%;
    max-height: 728px;
    padding: 2rem;
}

    .hero .hero-slide .header-content > * {
        margin-bottom: 80px;
    }

.slide-content {
    padding: 10px 20px 10px 0;
}

    .slide-content .h1 {
        font-size: 62px;
    }

/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
}
/* Text Animation End **/

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 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-active button {
    color: #ffffff;
    background: #db9d5d;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
}

    .slick-dots li button::before {
        font-size: 18px;
        color: #fff;
        opacity: 1;
    }

.slick-slide {
    height: 100%;
    margin: 0 10px;
    padding: 15px 0px;
}
/*SLICK*/

.svg-sep-top {
    position: absolute;
    z-index: -1;
    padding: 0px;
}

[main-theme-layout="rtl"] .svg-sep-top {
    position: absolute;
    z-index: -1;
    padding: 0px;
    transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
}

.svg-sep-center {
    position: absolute;
    z-index: -2;
    padding: 0px;
    background-color: #f1f1f1;
    width: 100%;
    height: 800px;
}

.svg-sep-bottom {
    position: absolute;
    z-index: -1;
    padding: 0px;
    transform: rotate(180deg);
    margin-top: 665px;
}

[main-theme-layout="rtl"] .svg-sep-bottom {
    position: absolute;
    z-index: -1;
    padding: 0px;
    margin-top: 665px;
    transform: scaleY(-1) !important;
    -moz-transform: scaleY(-1) !important;
    -webkit-transform: scaleY(-1) !important;
    -ms-transform: scaleY(-1) !important;
}

#divServices {
    margin-bottom: 100px;
    padding: 50px 0px;
}

#divEvents {
    padding: 150px 0px 50px 0px;
}

#divComingSoon {
    padding: 50px 0px;
}

#divEventsGallery {
    padding: 50px 0px 0px 0px;
}

#divContact {
    justify-content: center;
    background-color: #212529 !important;
    padding: 70px;
}

.all-evnt-row {
    padding: 20px;
    margin-bottom: 25px;
    border-bottom: 3px solid #db9d5d;
}

    .all-evnt-row:last-child {
        border-bottom: none !important;
    }

    .all-evnt-row .sc-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: unset;
    }

        .all-evnt-row .sc-div img {
            width: 100%;
            max-width: 100px;
            border-radius: 15px;
        }

        .all-evnt-row .sc-div .coming-soon-event-txt {
            text-align: center;
        }

            .all-evnt-row .sc-div .coming-soon-event-txt h3 {
                max-width: 600px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .all-evnt-row .sc-div .link-buy-tkt {
            white-space: nowrap;
        }

.m-minus-1 {
    margin: -1px
}

.tablet-content-frame {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 15px;
}

.contact-links {
    color: #ffffff !important;
    transition: 0.3s linear;
}

    .contact-links:hover {
        color: #db9d5d !important
    }

.close {
    font-size: 20px;
    color: #000000;
    background-color: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    transition: 0.3s linear;
}

    .close:hover {
        color: #db9d5d;
    }

.souq-ambar-center-img {
    width: 100%;
}

/* Media Queries */
@media only screen and (max-width: 500px) {
    [main-theme-layout="rtl"] .navbar-brand img {
        max-width: 52px !important;
    }

    [main-theme-layout="ltr"] .navbar-brand img {
        max-width: 150px !important;
    }

    .souq-ambar-center-img {
        max-width: 230px !important;
    }
}

@media only screen and (max-width: 992px) {
    .navbar {
        font-size: 18px;
    }

    .navbar-brand {
        font-size: 20px
    }

    .mr-dir-auto {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .evnt-names {
        width: 300px;
    }

    .hero-text .hero .hero-slide a {
        padding-top: 0.8rem;
    }

        .hero-text .hero .hero-slide a span {
            font-size: 20px;
            margin-top: 0.5rem;
        }

    .hero .hero-slide {
        display: block !important
    }

        .hero .hero-slide .header-content {
            height: 100%;
            align-items: center;
            padding: 1.5rem;
            top: 72px;
        }

            .hero .hero-slide .header-content > * {
                margin-bottom: unset;
            }

    .hero-img-center {
        height: 220px !important;
    }

    .evnt-names-h {
        font-size: 35px;
    }

    .svg-sep-center {
        position: absolute;
        z-index: -2;
        padding: 0px;
        background-color: #f1f1f1;
        width: 100%;
        height: 700px;
    }

    .svg-sep-bottom {
        margin-top: 670px;
    }

    #divServices {
        margin-bottom: 10px;
        padding: 0px;
    }

    #divContact {
        padding: 30px 10px;
    }

    .all-evnt-row .sc-div {
        display: grid;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .all-evnt-row .sc-div img {
            margin: auto;
        }

        .all-evnt-row .sc-div .coming-soon-event-txt h3 {
            max-width: 280px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .all-evnt-row .sc-div * {
            margin-top: 10px;
        }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100% !important;
    }

    .text-center-m {
        text-align: center;
    }
}

@media only screen and (max-width: 1315px) and (min-width: 992px) {
    #divServices {
        margin-bottom: 30px;
        padding: 50px 0px;
    }

    .svg-sep-bottom {
        margin-top: 740px;
    }
}

@media only handheld and (min-height: 1024px) and (orientation: landscape) {
    #divServices {
        margin-bottom: 100px;
        padding: 50px 0px;
    }

    .svg-sep-bottom {
        margin-top: 630px;
    }
}

@media only handheld and (min-height: 1366px) and (orientation: landscape) {
    #divServices {
        margin-bottom: 100px;
        padding: 50px 0px;
    }

    .svg-sep-top {
        margin-top: -5px;
    }

    .svg-sep-bottom {
        margin-top: 700px;
    }
}

#scroll-down-animation {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #fff;
    height: 50px;
    width: 25px;
    position: relative;
    margin-top: 300px;
}

.move {
    position: absolute;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
}

@keyframes move {
    0% {
        transform: translate(-50%,10px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%,20px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%,30px);
        opacity: 0;
    }
}

.video {
    width: 100%;
    height: 535.6px;
    cursor: progress;
    background: #fff;
    /*background-repeat: no-repeat;*/
    background-size: 315px 250px, 315px 180px, 100px 100px, 225px 30px;
    background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
    border-radius: 15px;
}

.inner-video {
    width: 100%;
    height: 535.6px;
    cursor: progress;
    background: linear-gradient(0.25turn, transparent, #fff, transparent), linear-gradient(#eee, #eee), radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%), linear-gradient(#eee, #eee);
    background-repeat: no-repeat;
    background-size: 100% 535.6px, 100% 535.6px, 400px 100px, 100% 130px;
    background-position: -315px 0, 0 0, 0px 390px, 50px 195px;
    animation: loading 1s infinite;
    border-radius: 15px;
}

@keyframes loading {
    to {
        background-position: 315px 0, 0 0, 0 390px, 50px 195px;
    }
}

.video-all {
    width: 100%;
    height: 535.6px;
    cursor: progress;
    background: #fff;
    background-size: 315px 250px, 315px 180px, 100px 100px, 225px 30px;
    background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
    border-radius: 15px;
}

.inner-video-all {
    width: 100%;
    height: 535.6px;
    cursor: progress;
    background: linear-gradient(0.25turn, transparent, #fff, transparent), linear-gradient(#eee, #eee), radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%), linear-gradient(#eee, #eee);
    background-repeat: no-repeat;
    background-size: 100% 535.6px, 100% 535.6px, 400px 100px, 100% 130px;
    background-position: -315px 0, 0 0, 0px 390px, 50px 195px;
    animation: loading-all 1s infinite;
    border-radius: 15px;
}

@keyframes loading-all {
    to {
        background-position: 390px 0, 0 0, 0 390px, 50px 195px;
    }
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

    .slick-slide > div {
        height: 100%;
    }

.disabled {
    color: rgba(0, 0, 0, 0.3) !important;
    cursor: not-allowed !important;
}

    .disabled > * {
        color: rgba(0, 0, 0, 0.3) !important;
        cursor: not-allowed !important;
    }

[main-theme-layout="ltr"] .btn-grp {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

[main-theme-layout="rtl"] .btn-grp {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

[main-theme-layout="rtl"] .input-group .form-control {
    border-radius: 0px !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

[main-theme-layout="rtl"] .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
}

[main-theme-layout="rtl"] .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
}

.pagination {
    padding: 0px !important;
}
/*HELPER CLASSES*/
.p-0 {
    padding: 0px;
}

.p-3 {
    padding: 3px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.m-0 {
    margin: 0px;
}

.m-3 {
    margin: 3px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}
