/* *******************Begin General Modifications **************/

@font-face {
    font-family: lato;
    src: url(../fonts/lato.ttf);
}

@font-face {
    font-family: modak;
    src: url(../fonts/modak.ttf);
}

@font-face {
    font-family: cairo;
    src: url(../fonts/cairo.ttf);
}

@font-face {
    font-family: permanent;
    src: url(../fonts/permanent.ttf);
}

@font-face {
    font-family: tajawal;
    src: url(../fonts/tajawal.ttf);
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    font-family: tajawal;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

.pacifico {
    font-family: cairo;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus {
    text-decoration: none !important;
    outline: 0px !important;
    color: inherit;
}

.news-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*Tooltip*/

.tooltip.top .tooltip-inner {
    background-color: #7c1313;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #7c1313;
}

/*Tooltip*/

.oval-btn {
    cursor: pointer;
    width: 180px;
    text-align: center;
    display: inline-block;
    padding: 1em 2em;
    border: none;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 40px !important;
    font-weight: 600;
    overflow: hidden;
    color: #fff;
    background: #7c1313;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    border: 0px !important;
    margin-left: calc(50% - 75px);
}

.oval-btn:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em 2em;
    color: #7c1313;
    -webkit-transform-origin: -25% 50%;
    -ms-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.oval-btn:hover {
    color: #1c2335;
    background: #1c2335;
}

.oval-btn:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.red-bg {
    background-color: #7c1313;
}
/* 
.red-color {
    color: #7C1313;
} */

.black-bg {
    background-color: #a5d6a7;
}

.black-color {
    color: #000;
}

.first-site-btn {
    border: none;
    font-size: 16px;
    color: #fff;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 40px;
    width: 120px;
    border: 2px solid #ffff;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    background: #a5d6a7;
    border-radius: 5px;
}

.first-site-btn:hover {
    color: #fff;
}

.first-site-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #7c1313;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.first-site-btn:hover:after {
    height: 260%;
    opacity: 1;
}

/* *******************End   General Modifications **************/

/* *******************Begin Navigation Bar **************/

.logo-container {
    padding-left: 50px;
}

.center {
    text-align: center;
}

.nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    height: 78px;
    border-radius: 0;
    padding: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.nav-wrapper .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-wrapper .logo {
    height: 110px;
    width: 100%;
}
.nav-wrapper .logo:last-child {
    padding: 0px 5px;
    /* background: #FACD01; */
    border-radius: 5px;
}

.nav-wrapper nav {
    padding-right: 50px;
    background: #a5d6a7;
}

.nav-wrapper li.nav-tab a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    border: 0px;
    text-align: center;
}

.nav-wrapper .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    list-style: none;
    border: 0px;
    margin-top: -20px !important;
}

.nav-wrapper .nav-tab {
    padding: 0px 5px;
    margin: 0;
}

.nav-wrapper .nav-tab,
.nav-wrapper .menu-btn {
    cursor: pointer;
}

.hidden {
    display: none;
}

.row.report-downloader.footer_btns {
    display: flex;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.row.report-downloader.footer_btns .first-site-btn {
    flex: 1 1 0;
    max-width: 190px;
}
.row.report-downloader.footer_btns .first-site-btn:first-child {
    margin-right: 10px;
}
.row.report-downloader.footer_btns .first-site-btn:only-child {
    margin-right: 0;
}
.chart_img img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 700px;
}
h3.content__title.lg_title {
    margin: 0 auto;
    font-size: 41px;
    height: max-content;
    text-align: center;
}
.bdf-wrap {
    padding: 15px;
    display: inline-block;
    width: 100%;
    background: linear-gradient(
        91deg,
        rgba(124, 19, 19, 1) 52%,
        rgba(255, 75, 0, 1) 100%
    );
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.bdf-wrap a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.bdf-wrap a:hover {
    color: #1c2335;
}
.bdf-download {
    position: absolute;
    background: #1c2335;
    width: 100px;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -15px;
    top: 0;
    color: #7c1313;
    font-size: 22px;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    font-size: 17px;
    font-weight: 700;
}
.bdf-download i {
    -webkit-transform: skewX(30deg) scale(1.2);
    -ms-transform: skewX(30deg) scale(1.2);
    transform: skewX(30deg) scale(1.2);
}
.bdf-wrap a:hover {
    color: #1c2335;
    background: #7c1313;
}
@media screen and (min-width: 801px) and (max-width: 1199px) {
    .nav-wrapper nav {
        padding-right: 15px !important;
    }

    .logo-container {
        padding-left: 15px !important;
    }

    .nav-wrapper nav {
        width: calc(100% - 140px);
    }

    .nav-wrapper .nav-tabs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-wrapper li.nav-tab a {
        padding: 0 5px;
    }
}

@media screen and (min-width: 801px) and (max-width: 991px) {
    .nav-wrapper li.nav-tab a {
        font-size: 16px;
    }
}

@media screen and (min-width: 801px) {
    li.nav-tab.activated {
        background: #fff;
        -webkit-transform: skew(-34deg);
        -ms-transform: skew(-34deg);
        transform: skew(-34deg);
        -webkit-box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.4);
        box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.4);
    }

    li.nav-tab.activated a {
        -webkit-transform: skew(34deg);
        -ms-transform: skew(34deg);
        transform: skew(34deg);
        color: #7c1313 !important;
    }

    li.nav-tab.activated a:hover {
        color: #7c1313 !important;
    }

    li.nav-tab.activated a:after,
    li.nav-tab.activated a:before {
        display: none;
    }

    .nav-wrapper .nav-tab {
        height: 78px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-wrapper .nav-tabs {
        margin: 0;
        padding-left: 10px;
    }

    .nav-wrapper li.nav-tab a {
        position: relative;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .nav-wrapper li.nav-tab a:hover {
        color: #7c1313;
    }

    .nav-wrapper li.nav-tab a::before,
    .nav-wrapper li.nav-tab a::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        content: "";
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.2);
        transform: translateX(-50%) translateY(-50%) scale(0.2);
    }

    .nav-wrapper li.nav-tab a::after {
        width: 75px;
        height: 75px;
        border-width: 6px;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }

    .nav-wrapper li.nav-tab a:hover::before,
    .nav-wrapper li.nav-tab a:hover::after,
    .nav-wrapper li.nav-tab a:focus::before,
    .nav-wrapper li.nav-tab a:focus::after {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    .nav-wrapper nav:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 78px 60px;
        border-color: transparent transparent #a5d6a7 transparent;
        content: "";
        position: absolute;
        left: -60px;
        top: 2px;
    }

    .nav-wrapper nav {
        padding-right: 50px;
        background: #a5d6a7;
        position: relative;
    }
}

@media screen and (max-width: 800px) {
    div#changeLang {
        margin-top: -10px;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-wrapper li.nav-tab .hoverable-inner a {
        font-size: 14px !important;
    }

    .content.players-descriptions > div {
        padding-top: 90px !important;
    }

    .content.players-descriptions .close-content {
        top: 60px;
    }

    .nav-wrapper .logo-container {
        padding-left: 15px;
    }

    .nav-wrapper nav {
        background: transparent;
        padding-right: 15px;
    }

    .nav-wrapper li.nav-tab a {
        color: #fff;
    }

    .nav-wrapper .nav-container {
        position: fixed;
        display: none;
        overflow-y: auto;
        z-index: -1;
        top: 0;
        right: 0;
        width: 280px;
        height: 100%;
        background: #1c2335;
        -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
    }

    .nav-wrapper .nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 80px !important;
        width: 100%;
        padding-left: 0px !important;
        overflow: hidden;
    }

    .nav-wrapper .nav-tab {
        padding: 15px 25px;
        margin: 0;
        border-right: unset;
        border-bottom: 1px solid #7c1313;
        display: block;
        width: 100%;
        text-align: center;
    }

    .nav-wrapper .nav-tab.activated {
        background: #7c1313;
    }

    .nav-wrapper .menu-btn {
        position: relative;
        display: block;
        margin: 0;
        width: 20px;
        height: 15px;
        cursor: pointer;
        z-index: 2;
        padding: 10px;
        border-radius: 10px;
        padding: 0;
    }

    .nav-wrapper .menu-btn .menu {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #7c1313;
    }

    .nav-wrapper .menu-btn .menu:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }

    .nav-wrapper .menu-btn .menu:nth-child(3) {
        margin-top: 4px;
    }

    .nav-wrapper #menuToggle:checked + .menu-btn .menu {
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    }

    .nav-wrapper #menuToggle:checked + .menu-btn .menu:nth-child(1) {
        -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }

    .nav-wrapper #menuToggle:checked + .menu-btn .menu:nth-child(2) {
        -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .nav-wrapper #menuToggle:checked + .menu-btn .menu:nth-child(3) {
        -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }

    .nav-wrapper #menuToggle:checked ~ .nav-container {
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: menu-slide-left 0.3s ease;
        animation: menu-slide-left 0.3s ease;
    }

    @-webkit-keyframes menu-slide-left {
        0% {
            -webkit-transform: translateX(200px);
            transform: translateX(200px);
        }

        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes menu-slide-left {
        0% {
            -webkit-transform: translateX(200px);
            transform: translateX(200px);
        }

        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    body {
        padding-top: 76px;
    }

    .slideshow figure {
        padding-top: 76px !important;
    }

    #the-nav-bar {
        position: fixed !important;
        top: -1px;
        background: #fff;
        z-index: 99999999;
    }
}

@media (min-width: 1200px) {
    .nav-wrapper .nav-tab a {
        padding: 1px;
        margin: 0;
        display: inline-block;
    }

    .nav-wrapper .nav-tab {
        padding: 0 5px !important;
    }
}

/* *******************End   Navigation Bar **************/

/* *******************Begin SLit Slider **************/

img.slider-image {
    width: 100%;
    height: calc(100vh - 120px);
    margin-top: 118px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 28%;
    object-position: 0 28%;
}

.sl-content {
    position: relative;
}

.sl-content:before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.slit-slider-wrap {
    height: 100vh;
}

/* *******************End   SLit Slider **************/

/* *******************Begin Counter **************/

#clockdiv {
    font-family: tajawal;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: transparent;
    display: inline-block;
    position: relative;
}

#clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: #a5d6a7;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

h3.the-section-title {
    color: #eee;
    font-size: 75px;
    font-family: "permanent", cursive;
    position: absolute;
    z-index: 0;
    margin: 0;
}

.section-cont {
    position: relative;
    z-index: 1;
}

.one-skewed-timing {
    height: 180px;
    -webkit-box-shadow: 0px 0px 30px rgba(30, 30, 30, 0.4);
    box-shadow: 0px 0px 30px rgba(30, 30, 30, 0.4);
}

.skew-wrapper {
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.skew-inner {
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}

#clockdiv div > span.dotta-dividor {
    position: absolute;
    padding: 0;
    display: inline;
    background: transparent;
    top: -9px;
    right: -12px;
    color: #a5d6a7;
    font-size: 70px;
}

.one-skewed-timing {
    color: #fff;
    text-align: center;
    padding: 0 40px;
    margin-left: -70px;
    font-size: 20px;
}

.nex-match-timing .one-skewed-timing:first-child .the-section-title {
    color: #fff;
    bottom: 0;
    left: 30px;
}

.nex-match-timing .one-skewed-timing:last-child .the-section-title {
    color: #fff;
    bottom: 0;
    right: 60px;
}

.col-sm-6.one-skewed-timing.skew-wrapper.black-bg div.red-color {
    padding-top: 8px;
    font-size: 30px;
}

.one-skewed-timing.skew-wrapper.red-bg .white-color {
    font-size: 30px;
    padding-top: 10px;
}

.the-two-teams span {
    font-size: 40px;
    font-weight: 700;
}

.the-two-teams span.red-color {
    font-size: 30px;
    font-weight: 400;
    padding: 0 10px;
}

.one-skewed-timing > div.skew-inner {
    height: 180px;
}

.row.nex-match-timing {
    width: calc(100% + 205px);
    margin: 0;
    margin-top: -140px;
    z-index: 9;
    position: relative;
}

.one-skewed-timing.skew-wrapper.black-bg {
    z-index: 1;
    top: 20px;
}

.one-skewed-timing.skew-wrapper.red-bg {
    z-index: 0;
}

.sl-slide-horizontal .sl-slide-inner video {
    width: 100%;
    height: 100%;
}

/* *******************End   Counter **************/

/* *******************Begin News Slider *************/
.news-sec-wrapper {
    position: relative;
}

.news-image-wrapper {
    height: 300px;
    width: 400px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow: hidden;
    background: #f5f5f7;
    float: left;
    margin-left: 60px;
}

.news-image-wrapper img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 300px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.news-title span {
    color: #7c1313;
    display: block;
    font-family: cairo;
}

.news-text-wrapper {
    width: calc(100% - 460px);
    float: left;
    padding-left: 30px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

#news-slider {
    margin-top: 100px;
    margin-bottom: 40px;
}

.news-title {
    font-size: 40px;
    padding-bottom: 20px;
}

.news-title span {
    font-size: 20px;
}

.news-text-wrapper p {
    padding-left: 20px;
    margin-bottom: 20px;
    max-height: 120px;
    overflow: hidden;
}

.news-text-wrapper a {
    margin-left: 20px;
}

#news-slider.owl-theme .owl-dots .owl-dot span {
    background: #dc9298;
}

#news-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #7c1313;
}

#news-slider.owl-theme .owl-dots {
    text-align: right;
}

.meta__avatar {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* *******************End   News Slider **************/

/* *******************Begin  Matches Slider **************/

.matches-slider-section {
    background: #f5f5f7;
    padding: 40px 40px;
}

.some-title {
    font-size: 40px;
    margin-bottom: 30px;
}

h3.some-title span {
    display: block;
}

.slider-match-timer .the-top-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #a5d6a7;
    color: #fff;
    padding: 0 20px;
}

.slider-match-timer .the-top-sec > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.slider-match-timer .the-top-sec div:last-child img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 10px;
}

.the-tournament {
    text-align: center;
}

.the-tournament img {
    width: 100px !important;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 5px auto;
    margin-top: 0;
}

.match-common-st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.sm-size {
    font-size: 16px;
    font-weight: 700;
}

.big-size {
    font-size: 20px;
    font-weight: 700;
}

.sin-middle {
    font-size: 40px;
}

.slider-match-timer .the-top-sec > div:first-child > span:first-child {
    font-size: 30px;
}

.slider-match-timer .the-top-sec > div:first-child > span:first-child {
    font-size: 30px;
}

.slider-match-timer .the-top-sec > div:first-child > span:last-child span {
    display: block;
    padding-left: 10px;
}

.slider-match-timer
    .the-top-sec
    > div:first-child
    > span:last-child
    span:first-child {
    font-weight: 700;
    font-size: 20px;
}

.slider-match-timer {
    background: #fff;
    padding-bottom: 20px;
}

.slider-match-details {
    padding: 20px;
    padding-bottom: 0px;
}

.single-side.team-l-wrapper {
    width: 80px;
}

.single-side .the-two-teams span.red-color {
    font-size: 20px;
}

.single-side.team-l-wrapper img {
    width: 130px;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-side .the-two-teams span {
    font-size: 28px;
    font-weight: 700;
}

.single-side .stadium-name {
    font-size: 16px;
    margin: 10px 0px;
}

.matches-slider {
    /* height: 200px; */
    margin-top: 190px;
}

.bee3D--shadow-wrapper.bee3D--parallax {
    top: -100px !important;
}

.bee3D--slide__active {
    z-index: 99 !important;
}

.bee3D--nav {
    width: 44px;
    height: 44px;
    background-position: center;
    z-index: 9;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    z-index: 1;
}

.bee3D--nav:hover {
    color: #fff;
}

.bee3D--nav:before {
    content: "";
    background-color: #7c1313;
    -webkit-transform: skew(0deg) scale(0);
    -ms-transform: skew(0deg) scale(0);
    transform: skew(0deg) scale(0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-box-shadow: 0px 0px rgba(60, 60, 60, 0.6);
    box-shadow: 0px 0px rgba(60, 60, 60, 0.6);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    opacity: 0;
    z-index: -2;
}

.bee3D--nav:hover:before {
    opacity: 1;
    -webkit-transform: skew(-30deg) scale(1);
    -ms-transform: skew(-30deg) scale(1);
    transform: skew(-30deg) scale(1);
}

.bee3D--nav__prev:hover:before {
    opacity: 1;
    -webkit-transform: skew(30deg) scale(1);
    -ms-transform: skew(30deg) scale(1);
    transform: skew(30deg) scale(1);
}

/* *******************End    Matches Slider **************/
/* *******************Begin Multimedia Slider **************/
#multimedia-slider .news-image-wrapper {
    height: 260px;
    width: 320px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    overflow: hidden;
    background: transparent;
    float: left;
    margin-left: 0;
}

#multimedia-slider .news-image-wrapper img {
    width: calc(100% - 20px);
    -o-object-fit: cover;
    object-fit: cover;
    height: 240px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-box-shadow: 0px 0px 10px rgba(40, 40, 40, 0.4);
    box-shadow: 0px 0px 10px rgba(40, 40, 40, 0.4);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    margin-left: 10px;
    margin-top: 10px;
}

#multimedia-slider .news-image-wrapper:hover img {
    -webkit-box-shadow: 0px 0px 15px rgba(183, 32, 43, 0.4);
    box-shadow: 0px 0px 15px rgba(183, 32, 43, 0.4);
}

#multimedia-slider .news-text-wrapper {
    width: calc(100% - 320px);
    height: 250px;
    overflow: hidden !important;
}

#multimedia-slider {
    margin-top: 50px;
    margin-bottom: 30px;
}

#multimedia-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

#multimedia-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border: 2px solid #7c1313 !important;
    color: #7c1313 !important;
    border-radius: 0px !important;
    position: relative;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

#multimedia-slider .owl-nav button:hover {
    background: #a5d6a7 !important;
}

#multimedia-slider .owl-nav button span {
    font-size: 35px;
    position: absolute;
    top: -5px;
    left: 12px;
}

#multimedia-slider .owl-nav button:hover span {
    color: #fff !important;
}

#multimedia-slider .news-text-wrapper a {
    margin-left: 20px;
    position: absolute;
    bottom: 0;
}

.grid li figure figcaption h3 {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.grid li:hover figure figcaption h3 {
    color: #7c1313;
}

.slideshow figcaption h3 {
    font-weight: 300;
    font-size: 200%;
    color: #7c1313;
}

/* *******************End   Multimedia Slider **************/

/* *******************Brgin Partners Slider **************/

.the-partners-section {
    -webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.4);
    box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.4);
}

#partners-slider,
#Supporters-slider {
    padding-left: 210px;
}

#partners-slider .item,
#Supporters-slider .item {
    text-align: center;
}

#partners-slider .item a,
#Supporters-slider .item a {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 40px auto 20px;
    text-align: center;
}

#partners-slider .item a img,
#Supporters-slider .item a img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.partners-title {
    z-index: 9;
    height: 165px;
    background: #a5d6a7;
    color: #fff;
    font-size: 40px;
    width: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: absolute;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.4);
    box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.4);
    left: -30px;
}

.partners-title div {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

/* *******************End   Partners Slider **************/

/* *******************Begin About Section **************/

.the-about-section {
    background-size: cover;
    padding: 0;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
}

.the-about-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.about-words-wrapper {
    position: relative;
    z-index: 9;
    height: 100%;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-words {
    background: #a5d6a7;
    color: #fff;
    width: 650px;
    padding: 20px 90px 20px 75px;
    -webkit-box-shadow: 0px 0px 40px rgba(40, 40, 40, 0.4);
    box-shadow: 0px 0px 40px rgba(40, 40, 40, 0.4);
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    position: absolute;
    right: -85px;
}

span.transparented a:hover {
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.about-words div {
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.about-words .first-site-btn {
    color: #fff;
    border: 2px solid #fff;
}

.about-words .first-site-btn:hover {
    color: #7c1313;
}

.about-words .first-site-btn:after {
    background: #fff;
}

.about-words p {
    font-size: 16px;
    line-height: 25px;
}

.the-about-section .about-words p {
    height: 229px;
    overflow: hidden;
}

/* *******************End   About Section **************/

/* *******************Begin   Footer Section **************/

.the-footer-section {
    background: linear-gradient(
        91deg,
        rgba(124, 19, 19, 1) 52%,
        rgba(255, 75, 0, 1) 100%
    );
    position: relative;
}

.the-footer-section h3.the-section-title {
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
}

.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ddd;
}

.contact-single a {
    display: inline-block;
}

.contact-single a img {
    width: 75px;
    margin: 0 15px;
}

.contact-single.info {
    text-align: right;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px auto;
}

.footer-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    margin: 0 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    color: #a5d6a7;
}

.footer-social a:hover {
    background: #7c1313;
    -webkit-box-shadow: 0px 5px 20px rgba(183, 32, 43, 0.4);
    box-shadow: 0px 5px 20px rgba(183, 32, 43, 0.4);
    text-shadow: 0px 0px 15px #888;
}

.container-fluid.reserved-part {
    background: #a5d6a7;
    text-align: center;
    color: #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}

.container-fluid.reserved-part a {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    padding: 0 5px;
}

.container-fluid.reserved-part a:hover {
    color: #7c1313;
}

.the-section-title span {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.the-section-title span:first-child {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.the-section-title span:nth-child(2) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.the-section-title span:nth-child(3) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.the-section-title span:nth-child(4) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.the-section-title span:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.the-section-title span:nth-child(6) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.the-section-title span:nth-child(7) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.the-section-title span:last-child {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
}

/* *******************End     Footer Section **************/

/* *******************Begin Team **************/
#grid3d .grid figure img {
    display: block;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

#grid3d .grid .placeholder.placeholder--trans-out {
    height: 100vh;
}

#grid3d .grid figure,
.grid .placeholder {
    height: 250px;
}

.content {
    z-index: 99999;
}

.content.players-descriptions > div {
    text-align: center;
    padding: 50px 15px;
    min-height: 100vh;
}

.dummy-text {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    color: #ccc;
    font-size: 20px;
}

/* width */
.content.players-descriptions.show::-webkit-scrollbar {
    width: 10px !important;
}

/* Track */
.content.players-descriptions.show::-webkit-scrollbar-track {
    background: #1c2335 !important;
}

/* Handle */
.content.players-descriptions.show::-webkit-scrollbar-thumb {
    background: #7c1313 !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 0px 20px rgba(56, 74, 215, 0.5) !important;
    box-shadow: 0px 0px 20px rgba(56, 74, 215, 0.5) !important;
}

[class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

[class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption p {
    font-size: 20px;
    color: #1c2335;
    margin-bottom: 0;
}

figure.imghvr-shutter-in-out-diag-1.single-team-player-block.animated.wow {
    float: left;
    display: inline-block;
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(45deg) translateX(-130%);
    -ms-transform: skew(45deg) translateX(-130%);
    transform: skew(45deg) translateX(-130%);
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(45deg) translateX(150%);
    -ms-transform: skew(45deg) translateX(150%);
    transform: skew(45deg) translateX(150%);
}

.close-content img {
    width: 45px;
}

.single-player-details > img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid #7c1313;
    -webkit-box-shadow: 0px 10px 25px rgba(183, 32, 43, 0.4);
    box-shadow: 0px 10px 25px rgba(183, 32, 43, 0.4);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.single-player-details > h3 {
    color: #7c1313;
    font-size: 34px;
}

.single-player-details > .inner-player-position {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.the-above-title {
    font-size: 70px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.whole-section-title-wrapper {
    position: relative;
}

.whole-section-title-wrapper h3.the-section-title {
    top: -15px;
    z-index: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.single-section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.content__desc,
.content__desc + p,
.content.content--layout p {
    padding-left: 200px;
    font-size: 20px;
    direction: ltr !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.content__desc {
    grid-area: none !important;
}

/* *******************End   Team **************/
/* *******************Begin Formation**************/
.goal-scorer {
    width: 140px;
    margin-top: 10px;
    margin-left: -52px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

span.goal-i {
    font-size: 20px;
    color: #7c1313;
    vertical-align: middle;
}

span.goal-t {
    margin: 0 4px;
}

#statistics {
    text-align: center;
}

.single-statistics-row {
    width: 580px;
    margin: 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mat-score,
.stati-num {
    width: 45px;
    font-size: 22px;
}

.stati-name {
    font-size: 21px;
    width: 85px;
}

.team-percent {
    height: 10px;
    background: #ebebeb;
    width: 200px;
    margin-top: 10px;
    position: relative;
}

span.custo-progress {
    position: absolute;
    top: 0;
    height: 100%;
    background: #000;
    width: 0%;
}

span.custo-progress.transited {
    -webkit-transition: 8s all ease-in-out;
    -o-transition: 8s all ease-in-out;
    transition: 8s all ease-in-out;
}

.team-percent.rr-side span.custo-progress {
    right: 0;
}

.team-percent.ll-side span.custo-progress {
    left: 0;
}

.mat-name {
    color: #7c1313;
    font-size: 27px;
    width: 50%;
}

.some-previous-matches {
    background: #f5f5f6;
    margin-bottom: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lineup-sec-wrapper .some-previous-matches .slider-match-details {
    width: 33.33%;
    margin: auto;
    margin-top: 0;
    padding: 10px;
    height: 160px;
}

.some-previous-matches .single-side.team-l-wrapper .teaam-name {
    font-size: 20px !important;
}

/* *******************End Formation**************/
/* ******************* Begin Schedule **************/
.single-match-row img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 10px 5px;
}

.single-match-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f5f6;
    border-bottom: 2px solid #fff;
    padding: 10px;
    text-align: center;
}

.m-calendar {
    background: #ebebeb;
    height: 64px;
    width: 64px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -11px;
    margin-left: -10px;
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-team-home,
.m-team-away {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-team-away {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.m-link a {
    font-size: 18px;
    color: #7c1313;
    border-bottom: 2px solid;
}

.m-link a:hover {
    color: #1c2335;
}

.m-calendar .m-day {
    font-size: 22px;
    display: block;
    color: #7c1313;
}

.time-table-wrapper .slider-match-details {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* ******************* End   Schedule **************/
/* ******************* Begin  other sports **************/

.other-sports-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.its-img-wrapper img {
    width: 130px;
}

.single-sport-link {
    text-align: center;
}

.single-sport-link a {
    display: inline-block;
}

.single-sport-link a .its-img-wrapper {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-sport-link a.active-sport h3 {
    color: #7c1313;
}

.single-sport-link a.active-sport .its-img-wrapper {
    background: #eee;
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.its-img-wrapper img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-sport-link h3 {
    font-size: 30px;
}

.others-frame {
    border: 0px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.other-sports-content {
    padding-bottom: 56.25%;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.othersTitle {
    color: #000;
    font-size: 50px;
}

.other-sports-wrapper.container-fluid {
    padding: 0;
}

.single-sport-link a h3 {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.single-sport-link a:hover h3 {
    color: #7c1313;
}

/* ******************* End    other sports **************/

/* *******************Begin Responsive **************/

@media (min-width: 768px) {
    .info-keys {
        width: 100px;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .content__title {
        font-size: 55px;
    }

    .content__img {
        width: 180px;
        height: 180px;
    }

    .content__desc {
        padding-left: 180px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    figure.imghvr-shutter-in-out-diag-1.single-team-player-block.animated.wow {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-sport-link h3 {
        font-size: 22px;
        margin-top: 0;
    }

    .single-sport-link a .its-img-wrapper {
        height: 110px;
        width: 110px;
    }

    .its-img-wrapper img {
        width: 85px;
        height: 85px;
    }

    figure.imghvr-shutter-in-out-diag-1.single-team-player-block.animated.wow {
        width: calc(50% - 20px);
    }

    .news-image-wrapper {
        height: 220px;
        width: 220px;
    }

    .news-text-wrapper {
        width: calc(100% - 280px);
    }

    .news-title {
        font-size: 35px;
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .other-sports-content {
        height: 100vh;
    }

    .lineup-sec-wrapper .slider-match-details {
        width: 90%;
    }

    .one-skewed-timing {
        padding: 0 10px;
    }

    #clockdiv > div {
        padding: 5px;
        font-size: 20px;
    }

    #clockdiv div > span {
        padding: 5px;
    }

    #clockdiv div > span.dotta-dividor {
        top: -24px;
        right: -15px;
    }

    .one-skewed-timing.skew-wrapper.red-bg .white-color {
        font-size: 24px;
    }

    .nex-match-timing .one-skewed-timing:last-child .the-section-title {
        color: #bf484e;
        bottom: -60px;
        right: 60px;
    }

    h3.the-section-title {
        color: #eee;
        font-size: 65px;
    }

    .col-sm-6.one-skewed-timing.skew-wrapper.black-bg div.red-color {
        font-size: 24px;
    }

    .the-two-teams span {
        font-size: 28px;
    }

    .nex-match-timing .one-skewed-timing:first-child .the-section-title {
        bottom: -35px;
        left: 50px;
    }
}

@media (max-width: 900px) {
    .grid__item {
        padding: 20px 20px 30px;
        min-height: 150px;
    }

    .grid__item {
        padding: 20px 20px 30px !important;
    }

    .meta__avatar {
        margin: 10px auto;
    }
}

@media (max-width: 767px) {
    img.slider-image {
        -o-object-position: center;
        object-position: center;
    }

    .single-sport-link h3 {
        font-size: 18px;
        margin-top: 5px;
    }

    .other-sports-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-sport-link a .its-img-wrapper {
        height: 60px;
        width: 60px;
    }

    .its-img-wrapper img {
        width: 50px;
        height: 50px;
    }

    #grid3d .grid figure,
    .grid .placeholder {
        height: 200px;
    }

    #grid3d .grid figure img {
        display: block;
        width: 100%;
        height: 200px;
    }

    .slideshow figure {
        border: 30px solid #fff;
        overflow: auto;
    }

    .m-team-away,
    .m-team-home {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        font-size: 16px;
    }

    .m-link a {
        font-size: 15px;
        margin-left: 4px;
    }

    .lineup-sec-wrapper .time-table-wrapper .slider-match-details {
        width: 90%;
        margin: 60px auto 30px;
    }

    .single-match-row img {
        height: 40px;
        width: 30px;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 3px 5px;
    }

    .single-statistics-row .stati-name {
        font-size: 21px;
        width: 70px;
    }

    .single-statistics-row .mat-score,
    .single-statistics-row .stati-num {
        width: 30px;
        font-size: 18px;
    }

    .player .player__img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

    .lineup-sec-wrapper .single-side.team-l-wrapper img {
        width: 45px;
        height: 45px;
    }

    .lineup-sec-wrapper .single-side .the-two-teams span {
        font-size: 20px;
    }

    .lineup-sec-wrapper .world {
        margin-right: -50%;
        width: 100%;
    }

    .single-statistics-row {
        width: 94%;
    }

    .lineup-sec-wrapper .player {
        height: 70px;
        width: 50px;
        padding-bottom: 75px;
        margin-right: -25px;
    }

    .team-percent {
        width: calc(50% - 60px);
    }

    .lineup-sec-wrapper .some-previous-matches .slider-match-details {
        width: 50%;
        margin: auto;
        margin-top: 0;
        padding: 10px;
        height: 105px;
        margin-bottom: 30px;
    }

    .lineup-sec-wrapper .single-side .stadium-name {
        margin: 0px 0px;
    }

    .goal-scorer {
        width: 70px;
        margin-left: -5px;
    }

    .lineup-sec-wrapper .radial-switch.nav-tabs {
        width: 90%;
    }

    .lineup-sec-wrapper span.goal-s {
        display: none;
    }

    .content.content--layout {
        width: 98%;
        display: block;
    }

    .content-wrap {
        width: 100%;
        height: auto;
        min-height: unset;
        margin-top: 30px;
    }

    .content__img {
        margin-left: calc(50% - 75px);
    }

    .content--layout,
    .content--fixed a {
        pointer-events: none;
    }

    .content__title {
        font-size: 40px;
        height: 50px;
        margin-top: -45px;
    }

    .content__desc {
        padding-left: 150px;
        font-size: 18px;
    }

    .content__img {
        width: 150px;
        height: 150px;
    }

    .single-player-details > img {
        width: 190px;
        height: 190px;
        -webkit-box-shadow: 0px 5px 25px rgba(183, 32, 43, 0.4);
        box-shadow: 0px 5px 25px rgba(183, 32, 43, 0.4);
    }

    .single-section-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .single-section-padding.about-us-section {
        padding-top: 80px;
    }

    .the-above-title {
        font-size: 50px;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .imghvr-shutter-in-out-diag-1:before {
        -webkit-transform: skew(45deg) translateX(-145%);
        -ms-transform: skew(45deg) translateX(-145%);
        transform: skew(45deg) translateX(-145%);
    }

    .imghvr-shutter-in-out-diag-1:after {
        -webkit-transform: skew(45deg) translateX(145%);
        -ms-transform: skew(45deg) translateX(145%);
        transform: skew(45deg) translateX(145%);
    }

    figure.imghvr-shutter-in-out-diag-1.single-team-player-block.animated.wow {
        width: calc(50% - 20px);
    }

    #multimedia-slider .news-text-wrapper {
        height: 170px;
        width: 100%;
    }

    #multimedia-slider .news-image-wrapper {
        width: calc(100%) !important;
    }

    #multimedia-slider .news-text-wrapper a {
        margin-left: 0;
    }

    #multimedia-slider .owl-nav {
        right: 15px;
    }

    .row.nex-match-timing {
        width: 100%;
    }

    .one-skewed-timing {
        margin-left: 0px;
    }

    .one-skewed-timing.skew-wrapper.black-bg {
        z-index: 1;
        top: 20px;
        min-height: 125px;
        height: auto;
    }

    .nex-match-timing .one-skewed-timing:first-child .the-section-title {
        bottom: 0;
        left: 0;
    }

    .nex-match-timing .one-skewed-timing:last-child .the-section-title {
        bottom: 0;
        right: 0;
    }

    .col-sm-6.one-skewed-timing.skew-wrapper.black-bg {
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
        width: calc(100% - 40px);
        margin-left: 20px;
        font-size: 18px;
    }

    .col-sm-6.one-skewed-timing.skew-wrapper.black-bg .skew-inner {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
    }

    .one-skewed-timing.skew-wrapper.red-bg {
        z-index: 0;
        -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
        transform: skew(20deg);
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: 20px;
        height: 120px;
    }

    .one-skewed-timing.skew-wrapper.red-bg .skew-inner {
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
    }

    .col-sm-6.one-skewed-timing.skew-wrapper.black-bg div.red-color {
        font-size: 20px;
    }

    .the-two-teams > span {
        font-size: 23px;
    }

    .the-two-teams span.red-color {
        font-size: 18px;
        padding: 0 5px;
    }

    .news-image-wrapper {
        width: calc(100% - 120px) !important;
    }

    .news-text-wrapper {
        width: 100%;
    }

    ##news-slider {
        margin-top: 40px;
    }

    .news-image-wrapper img,
    .news-image-wrapper {
        height: 200px;
    }

    .news-title span {
        font-size: 16px;
    }

    .news-title {
        font-size: 26px;
        padding-bottom: 0;
        margin-top: 10px;
    }

    .news-text-wrapper p {
        padding-left: 0px;
        margin-bottom: 15px;
        max-height: 60px;
    }

    .news-text-wrapper a {
        margin-left: 0;
    }

    .some-title {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .slider-match-timer .the-top-sec > div:first-child > span:first-child {
        font-size: 26px;
    }

    .slider-match-timer
        .the-top-sec
        > div:first-child
        > span:last-child
        span:first-child {
        font-size: 18px;
    }

    .sin-middle {
        font-size: 28px;
    }

    .single-side .the-two-teams span {
        font-size: 22px;
    }

    .single-side .the-two-teams span.red-color {
        font-size: 16px;
    }

    .single-side.team-l-wrapper {
        width: 60px;
    }

    .single-side.team-l-wrapper img {
        width: 60px;
        height: 60px;
    }

    .slider-match-details {
        padding: 10px;
    }

    .bee3D--parent {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(0.75) !important;
        transform: translate3d(0px, 0px, 0px) scale(0.75) !important;
    }

    .bee3D--nav__prev {
        right: -80px;
    }

    .bee3D--nav__next {
        left: -80px;
    }

    .bee3D--nav {
        z-index: 99 !important;
        color: #7c1313;
        font-size: 38px !important;
        line-height: 45px;
    }

    .matches-slider {
        /* height: 120px; */
        margin-top: 140px;
    }

    #news-slider.owl-theme .owl-dots {
        padding-right: 30px;
    }

    .partners-title {
        height: 145px;
        font-size: 28px;
        width: 175px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
    }

    #partners-slider,#Supporters-slider {
        padding-left: 115px;
    }

    #partners-slider .item a img,
    #partners-slider .item a,
    #Supporters-slider .item a,
    #Supporters-slider .item a img {
        width: 80px;
        height: 80px;
    }

    .about-words {
        background: rgba(183, 32, 43, 0.6);
        width: calc(100% - 30px);
        padding: 20px;
        right: 15px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .the-section-title span {
        font-size: 45px;
        margin: 0 -5px;
    }

    .about-words div {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .about-words h1 {
        margin-top: 0;
    }

    .footer-contact {
        margin-top: 130px;
    }

    .about-words p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-single a img {
        width: 45px;
        margin: 0 5px;
    }

    .container-fluid.reserved-part {
        font-size: 14px;
    }

    .footer-social a {
        margin: 0 5px;
    }

    .the-footer-section .container {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .about-words p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-words {
        padding: 10px;
    }

    .some-previous-matches .single-side.team-l-wrapper .teaam-name {
        font-size: 16px !important;
    }

    .some-previous-matches .sin-middle {
        font-size: 20px;
    }

    .some-previous-matches .the-two-teams a {
        font-size: 14px;
    }

    span.goal-i {
        font-size: 16px;
        vertical-align: unset;
    }

    .lineup-sec-wrapper .some-previous-matches .slider-match-details {
        margin-top: 0;
        padding: 5px;
        height: 70px;
        margin-bottom: 0px;
    }

    .some-previous-matches {
        padding-bottom: 50px;
        padding-top: 15px;
    }

    .lineup-sec-wrapper .some-previous-matches .single-side.team-l-wrapper img {
        width: 35px;
        height: 35px;
    }

    .contact-single a img {
        width: 70px;
        margin: 15px;
    }

    .bee3D--parent {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(0.55) !important;
        transform: translate3d(0px, 0px, 0px) scale(0.55) !important;
    }

    #clockdiv div > span {
        font-size: 16px;
    }

    #clockdiv .smalltext {
        font-size: 12px;
    }

    .some-title {
        font-size: 25px;
    }

    .footer-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-single.info {
        text-align: center;
    }

    .contact-single.addrrress {
        text-align: center;
    }

    #partners-slider .item a img,
    #partners-slider .item a ,
    #Supporters-slider .item a,
    #Supporters-slider .item a img{
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 500px) {
    .single-player-details > img {
        width: 160px;
        height: 160px;
    }

    .grid__item {
        padding: 20px 25px 20px;
    }

    .dummy-text {
        width: 100%;
    }

    .single-player-details > h3 {
        font-size: 30px;
    }

    .news-title {
        font-size: 24px;
    }

    .skew-inner .the-section-title span {
        font-size: 50px;
        margin: 0 -5px;
    }

    #formation.the-shown-taab {
        display: block;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        margin-top: -125px;
        margin-bottom: -120px;
    }

    .field--alt {
        display: block;
        width: 100%;
        right: 0%;
    }

    .field {
        right: -50px;
        width: calc(100% + 100px);
    }

    .field__side {
        right: -50px;
        width: calc(100% + 100px);
    }

    #grid-gallery {
        margin-top: 85px;
    }

    #grid-gallery .grid figure {
        padding: 5px;
    }

    #grid-gallery .grid-wrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #grid-gallery .grid li {
        width: 100%;
    }

    .the-section-title span {
        font-size: 35px;
        margin: 0 -10px;
    }

    .content__img {
        width: 140px;
        height: 140px;
    }

    figure.imghvr-shutter-in-out-diag-1.single-team-player-block.animated.wow {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .content__title {
        font-size: 30px;
        height: 50px;
        margin-top: -40px;
    }

    .content__desc {
        padding-left: 15px;
        font-size: 16px;
    }

    .content__title {
        font-size: 30px;
        height: auto;
        margin-top: 0;
        margin-bottom: 10px;
        color: #1c2335;
        text-align: center;
    }
}

/* *******************End   Responsive **************/

#app {
    max-width: 100%;
    overflow-x: hidden !important;
    min-height: calc(100vh - 458px);
}

.report-downloader .first-site-btn {
    width: 150px;
}

.report-downloader {
    position: absolute;
    top: 110px;
    width: 150px;
    left: calc(50% - 60px);
}

.report-downloader .first-site-btn:hover {
    border-color: #fff;
}

.contact-single.addrrress,
.contact-single.info {
    width: calc(50% - 52.5px);
}

@media (max-width: 767px) {
    .report-downloader {
        top: 80px;
    }
}

/********************* Start Newsticker **************/
.bn-news {
    padding-left: 95px;
}

.bn-label {
    background-color: #9e7544;
}

.demo-section-box {
    border: 0 !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(198, 192, 192, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(198, 192, 192, 0.75);
}

.demo-box {
    margin: 0;
}

.breaking-news-ticker {
    border: 0 !important;
    background-color: #333;
    z-index: 9999;
    padding: 0 15px 0 0;
    border-radius: 5px !important;
}

.breaking-news-ticker:before {
    content: "Latest News";
    position: relative;
    left: 0;
    top: 0;
    width: 93px;
    height: 40px !important;
    background-color: #a5d6a7;
    z-index: 9;
    color: #fff;
    font-size: 15px;
    word-break: break-word;
    display: inline-block;
    text-align: center;
}

.bn-controls button {
    background-color: #a5d6a7;
    width: 28px;
    height: 30px !important;
    line-height: 28px !important;
    margin: 5px 0;
}

.bn-direction-rtl .bn-controls button {
    border-left: solid 1px rgba(184, 151, 111, 0.5);
}

.bn-direction-rtl .bn-controls {
    right: 10px;
}

.bn-arrow::after {
    border-color: #fff;
}

.bn-play {
    background: #fff;
}

.bn-play::after {
    border-right-color: #fff;
}

.bn-controls button:hover {
    background-color: rgba(189, 28, 69, 0.6);
}

.bn-controls button:hover .bn-arrow::after {
    border-color: #fff !important;
}

.bn-controls button:hover .bn-pause::before,
.bn-controls button:hover .bn-pause::after,
.bn-pause::before,
.bn-pause::after {
    background-color: #fff !important;
}

.bn-controls button:hover .bn-play::before {
    border-right-color: #fff !important;
}

.bn-news ul li a:hover {
    color: #a5d6a7;
}

.bn-direction-rtl .bn-label:hover,
.bn-direction-rtl .bn-label:focus {
    background-color: #f5c354;
    color: #fff;
}

/*
.bn-news ul li a {
    max-width: 600px;
}
*/
.bn-news ul li a {
    /*
    white-space: nowrap;
    text-overflow: ellipsis;
*/
    text-decoration: none;
    padding: 0 10px;
    color: #fff;
    position: relative;
    display: block;
    /*    overflow: hidden;*/
}

/*
.bn-effect-scroll .bn-news ul {
    margin: 0 auto !important;
}
*/
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

body {
    padding-top: 78px;
}

@media (max-width: 767px) {
    /********* End Navbar *********/
    .breaking-news-ticker:before {
        width: 70px;
        font-size: 12px;
        line-height: 3.5;
        text-align: center;
    }

    .bn-controls button {
        width: 22px;
        height: 27px !important;
        margin: 7px 0;
    }

    .bn-direction-rtl .bn-controls {
        right: 0px;
        display: none;
    }

    .breaking-news-ticker {
        padding: 0;
    }
}

/********************* End Newsticker **************/
img.the-f-team {
    width: 100%;
    height: auto;
    margin-left: -15px;
    border: 4px solid #7c1313;
    -webkit-box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.4);
    box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.4);
}

.fancybox-container {
    z-index: 99999999999;
}

p.othersParagraph.text-center {
    text-align: center;
    font-size: 25px;
    color: #7c1313;
}

li.nav-tab.hoverable-droppy-wrap {
    position: relative;
}

.hoverable-droppy {
    position: absolute;
    background: #a5d6a7;
    right: 0;
    text-align: center;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    top: 63px;
    z-index: 999;
}

li.nav-tab.hoverable-droppy-wrap > a:hover + .hoverable-droppy,
li.nav-tab.hoverable-droppy-wrap > a + .hoverable-droppy:hover {
    right: 0px;
    width: 100%;
    -webkit-transform: skew(-14deg) scale(1);
    -ms-transform: skew(-14deg) scale(1);
    transform: skew(-14deg) scale(1);
}

.hoverable-inner > a {
    border-bottom: 1px solid #ccc !important;
    margin-left: -15px !important;
}
.hoverable-inner > a:last-child {
    border-bottom: 0 !important;
}
.hoverable-inner > a {
    display: inline-block;
    width: 100%;
}

.hoverable-inner > a:hover {
    color: #7c1313 !important;
}

.hoverable-droppy {
    -webkit-transform: skew(-14deg) scale(0);
    -ms-transform: skew(-14deg) scale(0);
    transform: skew(-14deg) scale(0);
}

@media (min-width: 800px) {
    .hoverable-inner,
    .hoverable-droppy {
        width: 410px !important;
    }

    .hoverable-inner {
        -webkit-transform: skew(14deg);
        -ms-transform: skew(14deg);
        transform: skew(14deg);
    }
}

@media (max-width: 799px) {
    li.nav-tab.hoverable-droppy-wrap > a:hover + .hoverable-droppy,
    li.nav-tab.hoverable-droppy-wrap > a + .hoverable-droppy:hover {
        right: 0px;
        width: 100%;
        -webkit-transform: skew(0deg) scale(1);
        -ms-transform: skew(0deg) scale(1);
        transform: skew(0deg) scale(1);
        top: 0;
        top: 55px;
    }
}

.pdfs-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pdfs-new .first-site-btn {
    width: auto;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pdfs-new .first-site-btn:hover {
    color: #000;
}

@media (max-width: 425px) {
    .report-downloader .first-site-btn {
        padding: 0 4px;
        font-size: 14px;
    }
}

/*------------------------- 13/2/2020 ---------------------*/
.soical {
    padding: 60px 0;
}

article#images-video-slider {
    height: 400px;
    margin: 60px 0;
}

article#images-video-slider .content__img,
.content__title,
.content__author,
.content__desc {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.soical p.description- {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1;
}

.soical .bee3D--nav {
    padding: 10px;
}

.all-soical {
    margin-bottom: 50px;
}

.gallery-item {
    height: 300px;
}

.all-soical .whole-section-title-wrapper {
    position: relative;
    margin-top: 53px;
}

.wrap-grids {
    padding: 0;
}

.wrap-grids h3 {
    text-align: center;
    margin: 7px;
    font-weight: 500;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.wrap-grids:hover h3 {
    color: #7c1313;
}

.paginations {
    text-align: center;
    margin-bottom: 80px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #7c1313;
}

.heading {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 3.5rem 0;
    color: #1a1a1a;
}

.heading span {
    display: block;
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    -webkit-box-flex: 1;
    -ms-flex: 1 0 24rem;
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    -webkit-box-shadow: -0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    box-shadow: -0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    -o-transition: transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}

.gallery-image:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling.

*/

@supports (display: grid) {
    .gallery {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
        grid-gap: 2rem;
    }

    .gallery,
    .gallery-item {
        margin: 0;
    }
}

a.two-side-logos {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

a.two-side-logos img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 70px;
}

#multimedia-slider .owl-nav {
    position: absolute;
    left: 15px;
    bottom: 4px;
}

#changeLang a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    height: 40px;
    width: 65px;
    border-radius: 5px;
    /* margin-top: 21px; */
    color: #7c1313;
}
#changeLang a span {
    margin-top: -8px;
}
/* ========================= modfication ====================*/
.first-team {
    padding: 60px 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.content-img-txt h4 {
    font-weight: bold;
    margin-bottom: 0;
}
/* ======== 18 / 5 / 2022 ========*/
.fteam img {
    width: 100%;
    height: 235px;
    object-fit: contain;
}
.item.fteam {
    position: relative;
    margin-bottom: 20px;
}
.content-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7c1313;
    padding: 8px;
    color: #fff;
}
.fteam h4 {
    margin-top: 0;
}
section.first-team {
    background-image: url(../img/background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.content-img-txt {
    text-align: center;
}
@media (max-width: 767px) {
    .fteam h4 {
        font-size: 14px;
    }
    .fteam span {
        font-size: 12px;
    }
    .fteam img {
        height: 190x;
    }
    .item.fteam {
        margin-bottom: 14px;
    }
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    background: #1c9cea;
    border-radius: 5px;
    padding: 5px 7px;
    color: white;
    width: 150px;
}

.share-btn > i {
    margin-right: 5px;
}

.share-btn:hover {
    color: white;
}

.nav-pills > li > a {
    border-bottom: 1px solid #ddd;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
    font-size: 17px;
    transition: 0.3s ease all;
    background-color: #7c1313;
}

.nav-pills > li.active > a:hover {
    background-color: #a5d6a7;
}

.nav-tabs {
    border: 1px solid #ddd;
    border-radius: 5px;
}
