/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.bg-4.homepage,.bg-4.homepage section#main-body{
 background: #111;   
}

section#main-body,
.pricing .list-info{
    padding: 20px 40px 40px 40px;
}

.pricing .wrapper .top-content{
   padding: 20px 40px 40px 40px;
}

.menu-wrap.fixed .navbar-main .navbar-nav > li{
    padding-bottom: 10px;
    padding-top: 13px;
}

.menu-wrap.fixed{
    padding: 13px 0px 13px 0px;
}

.top-banner{
    text-align: center;
}

.history-section .row .info-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.fw-bold {
    font-weight: 700 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.section-heading {
        font-size: 42px;
        margin-bottom: 20px;
        line-height: 44px;
}

.sec-bg4 .section-heading, .sec-bg4 .section-subheading{
    color: white;
}

.services .service-wrap .service-section .subtitle{
    line-height: 34px;
    font-size: 16px;
}

.services .service-wrap .service-section .title{
    font-size: 22px;
    color: #fff;
    margin-top: 0;
}

.sec-bg4{
        background-color: #c2060e;
}

.footer .footer-menu .menu-item a:hover{
    color: #ff2830;
}

.menu-wrap.fixed .navbar-nav a:before{
        background: #333;
}

.cd-top{
    background: #ff2830;
}
/*.btn-info{
    background-color: #ff2830;
    border-color: #ff2830;
}

.btn-info:hover{
    background-color: #ff2830;
    border-color: #ff2830;
}
 
#btnCompleteOrder.btn.btn-primary{
    background-color: #ff2830;
    color: #fff;
}
*/
.double-bounce1, .double-bounce2{
    background-color: #ff2830; 
}

.announcement-single .title{
    color: #666;
}

.btn.btn-primary {
    color: #fff;
    background-color: #ff2830;
}

.owl-carousel .owl-item img {
height: 100%;
}

.img-box img {
    max-width: 100%;
}

body.homepage {
    color: #fff;
}

.homepage .section-subheading, .homepage .section-heading{
    color: #fff;
}


.title-section-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title h2 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 36px;
}

button.array-next, button.array-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgb(24, 24, 24);
    font-size: 14px;
    color: rgb(94, 94, 94);
    border-radius: 0px;
    border: 0;
}
.array-button.style-2 .array-next {
    background: #d6111e;
    color: #ffffff;
}
.array-button.style-2 .array-prev{
    margin-right: 10px;
}
.array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #d6111e;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.array-button.style-2 .array-prev:hover, .array-button.style-2 .array-next:hover {
     background: #d6111e;
    color: #ffffff;
}

.shows-card-items .shows-image img {
    width: 100%;
    height: 100%;
}

.shows-card-items .shows-content .show-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shows-card-items .shows-content ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.shows-card-items .shows-content p {
    color: #fff;
    margin-top: 5px;
}

.shows-card-items .shows-content .show-title h4 a {
    color: #fff;
}

.shows-card-items .shows-content .show-title span {
    background-color: #d6111e;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    line-height: 1;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.show-title h4 {
    font-size: 22px;
    font-weight: 700;
}

.shows-card-items:hover .shows-image .movie-play {
    transform: scale(1) translate(-50%, -50%);
    transition-delay: 300ms;
    opacity: 1;
    visibility: visible;
}

.shows-card-items .shows-image .movie-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: scale(0) translate(-50%, -50%);
    transition: all 300ms ease;
    transition-delay: 0s;
    transition-delay: 0s;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.shows-card-items .shows-image .movie-play .video-btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    background-color: #d6111e;
}

.ripple::before, .ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(214, 17, 30, 0.5);
    animation: rippleOne 3s infinite;
}

.ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple {
    position: relative;
}

.shows-card-items .shows-image {
    position: relative;
    z-index: 9;
}

.shows-card-items:hover .shows-image::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shows-card-items .shows-image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: 0.5s all ease;
    background-color: rgba(16, 16, 17, 0.4);
}


/* Tabs */

.service-section.bg-colorstyle{
    display: inline-block;
}

.service-section.bg-colorstyle.first{
    border-left: red solid 1px; 
    border-radius: 15px 0 0 15px !important;
}

.service-section.bg-colorstyle.third{
    border-right: red solid 1px; 
    border-radius: 0 15px 15px 0 !important;
}

.icon-box{
     float: left;
    width: 50px;
    margin-right: 10px;
}

.f-box{
    float: left;
    display: inline-block;
    width: 80%;
}

.services .service-wrap .service-section{
    padding: 15px 15px 15px 20px;
    margin-top: 0;
    background-color: #181818;
    box-shadow: none;
    border-radius: 0;
}

.services .service-wrap .service-section .subtitle {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.services .service-wrap .service-section .svg{
    height: 50px;
    width: 50px;
}

.service2  .section-subheading{
    margin-bottom: 20px;
}

.service2 .service-wrap .service-section {
    border: #bec8cd solid 1px;
    border-radius: 15px;
        text-align: center;
            padding: 15px;
}

.service2 .service-wrap .service-section .title {
    margin-top: 20px;
}