/* .hero-wrap {
    height: 100vh;
} */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
    display: none !important;
}

.ftco-mission .ftco-animate h4 {
    font-weight: 500;
}

#section-counter .overlay,
.ftco-vol .overlay {
    opacity: 0.9 !important;
}


/* Gallery */

.gallery .img-box,
.gallery .item {
    height: 190px;
}

.gallery .img-box img {
    width: 100%;
    height: 100% !important;
}

.gallery .item {
    float: left;
    width: calc(25% - 16px);
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    background: #eee;
    position: relative;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
}

.media-coverage .img-box,
.media-coverage .item {
    height: auto;
}

.media-coverage .img-box img {
    height: unset !important;
    max-height: unset;
}

.media-coverage .item {
    float: left;
    width: calc(25% - 16px);
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    background: #eee;
    position: relative;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
}

.gallery .item .overlay-video {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    width: 100%;
    height: 100%;
    place-items: center;
    overflow: hidden;
    opacity: 1;
    transition: all 0.2s;
}

.gallery .item:hover .overlay-video {
    opacity: 0;
}

.gallery .item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(164, 39, 40, 0.7);
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    place-items: center;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.gallery .item:hover .overlay {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s;
}

.gallery .item .overlay-video .icon {
    color: #fff;
    padding: 100%;
    cursor: pointer;
    font-size: 38px;
}

.gallery .item .overlay .icon {
    color: #fff;
    padding: 100%;
    cursor: pointer;
    font-size: 28px;
}

.grid-item--width2 {
    width: 100%;
    max-height: 250px;
}


/*====================SEASON STYLE========================*/

.season .item {
    float: left;
    width: calc(23.5% - 10px);
    margin: 5px;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.img-container .img-box,
.img-container {
    width: 100%;
    min-height: 185px;
    max-height: 185px;
    height: 100%;
}

.img-container {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .3)), url('http://localhost:8080/assets/images/main-banner.jpg');
    background: -webkit-linear-gradient(45deg, #ab2327, #59121a);
    transition: all 0.3s cubic-bezier(0, 0.55, 0.265, 1.25);
}

.img-container img {
    height: 100% !important;
}

.overlay-content {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.overlay-content h5 {
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    width: 90%;
    position: relative;
    padding: 12px;
    color: #ffff;
    font-weight: 600;
}

.overlay-content h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    backdrop-filter: blur(12px);
    width: 100%;
    border-radius: 5px;
    z-index: -1;
}

.img-container:hover {
    transform: scale(1.1);
    z-index: 2;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.load-center {
    width: 100%;
    text-align: center;
    height: 150px;
    vertical-align: middle;
    display: flex;
    place-items: center;
    justify-content: center;
}

.video .item,
.video .img-box {
    height: 180px;
}

.video .img-box img {
    height: 100% !important;
}

.video .item {
    width: calc(25% - 14px);
    border-radius: 5px;
    overflow: hidden;
    height: 295px;
    margin: 7px;
    padding: 0px;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    background: #fff !important;
    ;
}

.video .item:hover {
    transform: scale(1.1);
    z-index: 2;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    place-items: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}

.video .item .overlay .icon {
    color: #fff;
    padding: 0;
    cursor: pointer;
    font-size: 34px;
}

.video .item .v-cont .title {
    color: #000;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-weight: 500;
}

.video .item .v-cont .season-name {
    color: #313131;
    margin-top: 5px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-weight: 500;
}

.video .item .v-cont .date {
    color: #313131;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.back-btn {
    text-align: right;
}

.nav-tabs {
    border-bottom: 1px solid transparent !important;
    justify-content: center;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    border: 1px solid #a42728 !important;
    border-radius: 0.25rem !important;
    margin-right: 15px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #a42728 !important;
    border: 1px solid #a42728 !important;
    box-shadow: 0px 4px 10px rgb(164, 39, 40, .4);
}

.client-carousel .owl-item {
    text-align: center;
}

.client-carousel {
    padding: 30px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.client-carousel .single-logo img {
    height: 100px;
    margin: 0 auto;
    padding: 4px;
    width: 120px !important;
}

.content-card {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12); */
    border-radius: 5px;
}

.font-family-oswald {
    font-family: "Oswald", Arial, sans-serif;
}

@media screen and (max-width: 992px) {
    .video .item {
        width: calc(33.333% - 14px);
    }
    .gallery .item {
        width: calc(32.333% - 14px);
    }
}

@media screen and (max-width: 768px) {
    .ftco-mission .ftco-animate h3 {
        font-size: 20px;
    }
    .ftco-mission .ftco-animate h4 {
        font-size: 18px;
    }
    .img-container .img-box,
    .img-container {
        width: 100%;
        min-height: 220px;
        max-height: 220px;
    }
    .img-container {
        transform: unset !important;
    }
    .gallery .item {
        width: calc(48.5% - 10px);
    }
    .video .item {
        width: calc(50% - 14px);
    }
    .video {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 544px) {
    .gallery .item {
        float: unset;
        width: 90%;
    }
    .video .item {
        width: 100%;
    }
    .video {
        width: 100%;
        margin: 0 auto;
    }
}