

.loader {
    border-top: 4px solid #EA0117;
}
.hero__slider .slick-dots li.slick-active button {
    background-color: #EA0117;
}
.video-btn .icon, .bg--base {
    background-color: #EA0117;
}
.video-btn .icon::before, .video-btn .icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #EA0117;
    opacity: 0.15;
    z-index: -10;
}
.video-btn .icon::before, .video-btn .icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #EA0117;
    opacity: 0.15;
    z-index: -10;
}
.header .main-menu li a:hover, .header .main-menu li a:focus {
    color: #EA0117;
}
.header .main-menu li .sub-menu {
    background-color: #EA0117;
    border-top: 2px solid #EA0117;
}
.header-search-form button {
    background-color: #EA0117;
}
.dropdown-menu {
    background-color: #EA0117;
}
.movie-slider-one .slick-arrow {
    background-color: #EA0117;
}
.movie-card__thumb .icon {
    color: #EA0117;
}
a:hover {
    color: #EA0117;
}
.cmn-btn {
    background-color: #EA0117;
}
.package-card__btn:hover {
    color: #ffffff;
    background-color: #EA0117;
}
.base--color {
    color: #EA0117;
}
.list-group-item {
    border: 1px dashed #EA011769;
}
.social-links li a:hover {
    background-color: #EA0117;
    border-color: #EA0117;
}
.subscribe-form button {
    background-color: #EA0117;
}
.links li a:hover {
    color: #EA0117;
}
.subscription-clock > div {
    background-color: #EA0117;
}
.table .thead-dark th {
    background-color: #EA0117;
    border-color: #EA0117;
}
.table {
    border: 1px solid #EA0117;
}
.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #EA0117;
    margin-right: 6px;
}
.cmn-btn:hover {
    background-color: #EA0117;
}
.form-control:focus {
    border-color: #EA0117;
}
.card-header {
    background-color: #1B1B3F;
    border-bottom: 1px solid #EA01176e;
}
.package-card__icon i {
    color: #EA0117;
}
.package-card__btn {
    background-color: #EA0117;
}
.card {
    border-color: #1B1B3F;
    background-color: #1B1B3F;
}


.card-header {
    background-color: #1B1B3F;
}

.card-body {
    background-color: #1B1B3F !important;
}
.pagination .page-item {
    background-color: #1B1B3F;
}
.input-group-text {
    background-color: #1B1B3F;
    border-color: #1B1B3F;
}
@media (max-width: 1199px) {
    .header__bottom {
        background-color: #1B1B3F;
        padding: 15px 30px;
    }
}
.movie-card__content {
    padding: 20px;
    background-color: #1B1B3F;
}
#preloader {
    background: #1B1B3F;
}
.footer {
    background-color: #1B1B3F;
}
.movie-small::after {
    position: absolute;
    content: attr(data-text);
    top: 15px;
    left: 30px;
    background-color: #EA0117 !important;
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 0 3px 3px 0;
    animation: pulse 1s infinite;
}
.movie-card::after {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0;
    background-color: #EA0117 !important;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 0 3px 3px 0;
    animation: pulse 1s infinite;
}
.ads-close-btn{
    background: #EA0117 !important;
}

.custom--checkbox .checkbox--label::before{
    border: 1px solid #EA0117 !important;
}
.custom--checkbox .checkbox--input:checked~.checkbox--label::before{
    background-color: #EA0117 !important;
}
.table thead tr th{
    background-color: #EA0117 !important;
    border-color: #EA0117 !important;
}
.table tbody tr:last-child{
    border-bottom: 1px solid #EA0117 !important;
}