@font-face{
    font-family: 'Glacial Indifference';
    src: url(../fonts/GlacialIndifference-Bold.otf);
    font-weight: 700;
}
@font-face{
    font-family: 'Glacial Indifference';
    src: url(../fonts/GlacialIndifference-Italic.otf);
    font-style: italic;
    font-weight: 400;
}
@font-face{
    font-family: 'Glacial Indifference';
    src: url(../fonts/GlacialIndifference-Regular.otf);
    font-weight: 400;
}
@font-face{
    font-family: 'Varsity';
    src: url(../fonts/varsity_regular.ttf);
    font-weight: 400;
}
html {
    font-size: 10px;
    overflow-x: hidden;
    margin: 0 !important;
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-style: normal;
    font-family: 'Glacial Indifference';
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    color: #334452;
}

a {
    color: #D24D29;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}

a:hover {
    color: #942C1F;
}

body.admin-bar {
    min-height: calc(100vh - 32px);
}

:hover {
    text-decoration: none !important;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-style: normal;
    font-family: 'Glacial Indifference';
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0 10px;
    color: #000000
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
}

h2.secondary {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 38px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
}


/* utility css */

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.bg-white {
    background-color: #fff !important;
}
.text-white{
    color: #fff !important;
}
.text-brown{
    color: #942C1F !important;
}
.text-light-brown{
    color: #D24D29 !important;
}
.font-vr{
    font-family: 'Varsity' !important;
}
.font-gib{
    font-family: 'Glacial Indifference';
    font-weight: 700;
}
.font-gir{
    font-family: 'Glacial Indifference';
    font-weight: 400;
}
/* Header css */

#top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: transparent;
}

#top.sticky {
    position: fixed;
    background: #000;
}

.p_menu_wrap {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.primary-menu-wrap {
    width: 100%;
}

.menu-col-wrapper {
    padding: 18px 0;
}

.p_menu_wrap>li {
    margin: 0 2px;
}

.p_menu_wrap>li.home-icon-link {
    margin-right: 16px;
}

.p_menu_wrap li a {
    padding: 10px 18px;
    text-decoration: none;
    line-height: 1.1;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 500;
}

.logo-wrap {
    max-width: 117px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.logo-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.p_menu_wrap li.button-link>a {
    margin: 0;
    display: inline-block;
    padding: 14px 28px 10px;
    color: #2A2763;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #fff;
}

.p_menu_wrap li.button-link>a:hover {
    background: #151423;
    color: #fff;
}

.p_menu_wrap li.button-link {
    margin-left: 35px;
}

.p_menu_wrap>li >a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    height: 2px;
    display: block;
    background: #D24D29;
    max-width: 60%;
    max-width: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.p_menu_wrap>li>a:hover:after,
.p_menu_wrap>li.current-menu-item>a:after {
    max-width: 60%;
    opacity: 0;
}

/* .p_menu_wrap>li.current-menu-item:not(.home-icon-link)>a,
.p_menu_wrap>li:not(.home-icon-link)>a:hover {
    background: #D24D29;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
    border-radius: 166px;
} */

.p_menu_wrap>li:last-child {
    margin-right: 0;
}

.admin-bar header#top {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #top {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .menu-col-wrapper {
        padding: 18px 0;
    }
    .admin-bar #top.sticky {
        top: 0;
    }
}

@media screen and (max-width: 1199px) {
    .p_menu_wrap>li {
        margin: 0;
    }
    .p_menu_wrap li a {
        padding: 10px 14px;
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    #nav-icon {
        line-height: 0;
    }
    #header-Navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999;
        display: none;
        /* transform: translateX(100%); */
        opacity: 0;
        visibility: hidden;
        /* transition: all .3s linear; */
    }
    svg.hamburger {
        width: 30px;
        fill: #ffffff;
    }
    .menu.p_menu_wrap>li {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p_menu_wrap li a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff;
    }
    .menu.p_menu_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .desktop-menu {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: #0d1c26;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 32px 0;
    }
    .menu.p_menu_wrap>li a {
        padding: 12px 22px;
        display: block;
    }
    .p_menu_wrap li.button-link>a {
        padding: 14px 28px 10px;
        text-align: center;
    }
    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-menu-overlay {
        background: rgb(217 217 217 / 50%);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 999999;
    }
    .header-nvigation {
        z-index: 99999;
    }
    #mobile-menu-close button {
        width: 40px;
        height: 40px;
        border-radius: 25px;
        background: rgb(255 255 255);
        color: #0d1c26;
        text-align: center;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1;
        padding: 0;
        right: 260px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        position: absolute;
        top: 18px;
        outline: none;
        cursor: pointer;
        font-size: 22px;
        z-index: 9999;
        opacity: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header-Navigation.active {
        /* transform: translateX(0); */
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-overlay {
        display: block;
    }
    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }
    .menu-wrap {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: #000;
    }
    .p_menu_wrap>li.current-menu-item a {
        background: #D24D29;
        color: #fff;
    }
    .p_menu_wrap>li>a:after {
        opacity: 0;
        visibility: hidden;
    }
    .has-mobile-menu #wpadminbar {
        z-index: 9;
    }
    .header-wrap {
        position: relative;
    }
    .menu-col-wrapper {
        position: relative;
    }
    .p_menu_wrap>li.current-menu-item:not(.home-icon-link)>a,
    .p_menu_wrap>li:not(.home-icon-link)>a:hover {
        color: #fff;
        background: rgb(217 217 217 / 30%);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .p_menu_wrap li.button-link>a {
        margin: 10px;
    }
}


/* Submenu CSS */

.sub-menu,
.sub-menu li {
    list-style: none;
}

@media screen and (min-width:992px) {
    /* Home Icon Link */
    .p_menu_wrap>li.home-icon-link>a {
        font-size: 0;
        background-image: url(../images/fi-ss-home.svg);
        width: 22px;
        height: 22px;
        padding: 0;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        position: relative;
        top: -2px;
    }
    .p_menu_wrap>li.home-icon-link>a:after {
        opacity: 1;
        bottom: -10px;
    }
    /* Mobile Sub Menu Design */
    .p_menu_wrap>li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    ul.sub-menu {
        width: 270px;
        position: absolute;
        background: #ffffff;
        list-style: none;
        padding: 0px 0;
        top: 100%;
        margin: 0;
        -webkit-box-shadow: 0px 0px 6px #ddd;
        box-shadow: 0px 0px 6px #ddd;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 0;
        visibility: hidden;
        display: block;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    li.menu-item-has-children:hover ul.sub-menu {
        /* display: block; */
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    ul.sub-menu li>a {
        color: #000;
        padding: 12px 18px;
        line-height: 1.2;
        font-size: 12px;
        display: block;
    }
    ul.sub-menu li>a:hover {
        color: #676767;
    }
    ul.sub-menu li+li>a {
        border-top: 1px solid #f3f3f3;
    }
    ul.sub-menu>li>ul.sub-menu {
        display: none;
    }
    ul.sub-menu>li {
        position: relative;
    }
    ul.sub-menu>li:hover ul.sub-menu {
        display: block;
        left: 100%;
        top: 0;
        border-left: 2px solid #112771;
    }
}

@media screen and (max-width: 991px) {
    .menu.p_menu_wrap .sub-menu li>a {
        font-size: 14px;
    }
    .drop-arrow {
        cursor: pointer;
        padding: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 46px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid rgba(189, 189, 189, 0.3);
    }
    .down-arrow {
        width: 12px;
        height: 12px;
        background: 0 0;
        display: block;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #ffffff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: -2px;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }
    span.drop-arrow.active span.down-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    ul.sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(189, 189, 189, 0.3);
        display: none;
        background: rgba(0, 0, 0, 0.4);
    }
    .sub-menu>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }
    ul.sub-menu>li {
        width: 100%;
    }
}


/* Footer CSS */

#footer {
    background-color: #000;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    background-image: url(https://shore.football/wp-content/uploads/2022/07/Mask-group.jpg);
    background-size: cover;
    background-position: center;
}

.footer-logo-image {
    max-width: 117px;
}

.ft-text-block {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 370px;
}

.footer-copy-right-sec {
    color: #fff;
}

.footer-copyright p:last-child {
    margin-bottom: 0;
}

h6.fs-widget-title,
.widget_block h6 {
    color: #ffffff;
    text-transform: capitalize;
    margin: 22px 0 18px;
    font-weight: 600;
    font-size: 20px;
}

.footer-top-sec {
    padding: 44px 0 30px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-menu ul>li {
    margin: 0 14px 14px;
}

.footer-menu ul li>a {
    color: #FFFFFF;
    line-height: 1;
    background: transparent;
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}

.footer-menu ul li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: #fff;
    max-width: 90%;
    max-width: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}

.footer-menu ul li>a:hover:after {
    max-width: 90%;
}

.row.fc-row {
    margin: 0 -4px;
}

.fc-col {
    padding: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 98px;
}

.fc-col img {
    width: 100%;
    padding: 5px;
    max-width: 90px;
    margin: 0;
}
.ft-widget-col figure {
    text-align: center;
    display: flex;
    justify-content: center;
}
.footer-menu-col {
    margin-top: 30px;
}
.footer-social-media ul {
    margin: 18px 0px 10px;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.footer-social-media ul>li {
    margin: 10px;
    line-height: 1;
}

.footer-social-media ul>li>a {
    background: #fff;
    font-size: 20px;
    width: 38px;
    height: 38px;
    background: #1D1E20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 0;
}

.footer-social-media ul>li>a:hover {
    color: #fff;
    background: #D24D29;
}

.footer-copyright {
    position: relative;
}

.footer-logo-image {
    clear: both;
}

.footer-logo-image figure {
    float: none !important;
}

.footer-logo-image img {
    width: 90px;
}

.footer-social-media {
    padding: 0;
    margin: 0;
}

.oh-block {
    margin-bottom: 7px;
}

.oh-block>span:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}

.cf-block {
    margin: 0 0 18px;
}

.footer a {
    color: #fff;
    font-weight: 400;
}

.footer a:hover,
.footer-menu ul li>a:hover {
    color: #D24D29;
}

.ft-col:first-child .widget_block {
    max-width: 350px;
    line-height: 2.5;
}

.footer-bottom-copy {
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.site-credit-text-col {
    text-align: right;
}

.cnt-box {
    font-weight: 600;
}

.cnt-info>span {
    font-weight: 500;
    margin-bottom: 9px;
}

.cnt-icon {
    display: block;
    margin-right: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #263643;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background-size: 20px;
}

.home-market-icon {
    background-image: url('../images/fi-rr-home.svg');
}

.phone-icon {
    background-image: url('../images/fi-rr-smartphone.svg');
}

.mail-icon {
    background-image: url('../images/fi-rr-envelope.svg');
}

.cnt-box+.cnt-box {
    margin-top: 32px;
}

.cnt-box address {
    font-style: normal;
    margin: 0;
}

.cnt-box.mail-box {
    margin-top: 27px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media screen and (max-width: 991px) {
    .footer-top-sec {
        padding: 40px 0 30px;
    }
    .footer-bottom-copy,
    .site-credit-text-col {
        text-align: center;
    }
    .site-credit-text-col {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .ft-col:first-child .widget_block {
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .footer-social-media ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 575px) {
    .ft-col:first-child .widget_block {
        margin: 0;
        text-align: left;
    }
    .footer-social-media ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}



/* Page CSS */
.fs-page-banner.home-banner {
    padding: 80px 0 0;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.fs-page-banner.home-banner:before {
    content: '';
    position: absolute;
    background: rgba(148, 44, 31, 0.69);
    height: 100%;
    width: 53%;
    top: 0;
    bottom: 0;
    transform: skewX(15deg);
    left: -10%;
}
.banner-logo {
    margin-bottom: 80px;
}
.banner-text-col {
    padding-bottom: 20%;
}
span.title-border-line.white-border {
    background-image: url(../images/border-white.png);
}
span.title-border-line {
    background-image: url(../images/border.png);
    height: 12px;
    width: 123px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: auto;
    margin-top: 5px;
}
p.sub-headline {
    display: inline-block;
    margin-bottom: 0;
}
.banner-description {
    font-size: 18px;
}
span.sub-title {
    color: #942C1F;
    font-size: 16px;
}
.sec-padding {
    padding: 60px 0;
}

.hoc-section {background-size: cover;background-position: center;position: relative;}

.hoc-section:before {
    content: '';
    position: absolute;
    background: rgba(73, 19, 12, 0.9);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hoc-sec-inner {
    position: relative;
}

/* Tabs design */
.hoc-tabs {
    margin-top: 30px;
}
.hoc-tabs .tab-hoc-content{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hoc-tabs .tab-menu {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 15px;
    overflow: hidden;
    overflow-y: auto;
}
.hoc-tabs .tab-main-box {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 15px;
}
.hoc-tabs ul.tab-title-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 200px;
    max-width: 90%;
}
.hoc-tabs ul.tab-title-list li {
    width: 100%;
}
.hoc-tabs .tab-menu ul li a {
    color: #fff;
    padding: 10px 26px;
    display: block;
    font-size: 30px;
    text-decoration: none;
    transition: 0.5s all;
    border-bottom: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    position: relative;
}
.hoc-tabs .tab-menu ul li a span{
    z-index: 1;
    position: relative;
}
.hoc-tabs .tab-menu ul li a:before {
    content: '';
    background-image: url(../images/football-icon.svg);
    background-size: contain;
    height: 20px;
    width: 20px;
    background-position: center;
    display: inline-block;
    margin-right: 15px;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

.hoc-tabs .tab-menu ul li a:hover:after,
.hoc-tabs .tab-menu ul li a.active:after {
    content: '';
    position: absolute;
    left: 0%;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D24D29;
    color: #fff;
    text-decoration: none;
    transform: skew(16deg, 0deg);
    border-left: 5px solid;
    -webkit-transform: skew(16deg, 0deg);
    -moz-transform: skew(16deg, 0deg);
    -ms-transform: skew(16deg, 0deg);
    -o-transform: skew(16deg, 0deg);
}
.hoc-tabs .tab-menu ul li a.active:before {
    content: '';
    background-image: url(../images/football-icon-white.svg);
    background-size: contain;
    height: 20px;
    width: 20px;
    background-position: center;
    display: inline-block;
    margin-right: 15px;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    z-index: 2;
    position: relative;
}
.hoc-tabs .tab-menu ul li a:hover:before{
    background-image: url(../images/football-icon-white.svg);
    z-index: 1;
    position: relative;
}
.hoc-tabs .tab-box {
    display: none;
}
.hoc-tabs .tab-title-list li+li {
    padding-top: 40px;
    position: relative;
}
.hoc-tabs ul.tab-title-list li+li:before {
    content: '';
    position: absolute;
    height: 90%;
    width: 2px;
    background-image: url(../images/Line.svg);
    top: -27px;
    left: 34px;
    background-repeat: repeat;
    background-size: cover;
    z-index: 1;
}

.hoc-info {
    position: absolute;
    bottom: 0;
    width: 70%;
    padding: 6%;
    z-index: 1;
}
.hoc-box-info {
    position: relative;
}
.year-of-member {
    z-index: 1;
    position: absolute;
    right: 10px;
    /* width: 30%; */
    display: block;
    background: #D24D29;
    padding: 24px 20px;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.year-of-member:before {
    content: '';
    position: absolute;
    left: -10px;
    background: #D24D29;
    height: 100%;
    width: 40px;
    top: 0;
    transform: skew(-20deg, 0deg);
}
.year-of-member span {
    position: relative;
}
.member-img img {
    width: 100%;
    line-height: 0;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.member-img {
    line-height: 0;
    position: relative;
}

.team-name {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

p.fr-title {
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
}

p.fr-title span {
    display: block;
    font-weight: 700;
}

.manager-name {
    margin-top: 8px;
}

.member-img:before {
    content: '';
    height: 50%;
    width: 70%;
    position: absolute;
    background: #fff;
    z-index: 0;
}
.member-img:after {
    content: '';
    height: 50%;
    width: 70%;
    position: absolute;
    background: #fff;
    z-index: 0;
    right: 0;
    bottom: 0;
}
.hoc-section:after {
    content: '';
    background-image: url(../images/brown-american-soccer-ball.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    bottom: -50px;
    width: 135px;
    height: 227px;
    background-repeat: no-repeat;
    left: 0;
}   

/* Record Book */
.record-book-sec {
    padding: 80px 0;
}
.rb-slides-inner {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 80px;
    margin-top: 30px;
}
.rb-slides-inner .slick-list{
    margin: 0 -15px;
}
.rb-slides-inner .slick-track{
    display: flex;
}
.rb-slides-inner .slick-slide {
    display: flex;
    height: auto;
    margin: 0 15px;
}
.rb-slides-inner button.slick-arrow {
    position: absolute;
    bottom: 0;
    background: transparent;
    border: 0 solid;
    font-size: 0;
    outline: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s linear;
}
.rb-slides-inner button.slick-arrow.slick-prev {
    right: 52px;
}
.rb-slides-inner button.slick-arrow.slick-next {
    right: 0;
}
.rb-slides-inner ul.slick-dots {
    position: absolute;
    bottom: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.rb-slides-inner ul.slick-dots li button {
    padding: 0;
    background: transparent;
    border: 0;
    margin-right: 15px;
    cursor: pointer;
    font-size: 0;
    margin-right: 14px;
    display: flex;
    align-items: center;
}
.rb-col {
    background: #000;
    color: #fff;
    padding: 20px;
    position: relative;
    padding-bottom: 100px;
    display: flex !important;
    height: 100%;
    overflow: hidden;
}

.champions-details {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding-right: 18%;
    width: 100%;
}
.champions-details h5 {
    padding: 20px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
}
.champions-details h5 >span{
    position: relative;
    z-index: 1;
}
.champions-details h5:after {
    position: absolute;
    content: '';
    left: -25px;
    background: #fff;
    height: 100%;
    width: 104%;
    z-index: 0;
    transform: skewX(-24deg);
    border-right: 4px solid #942C1F;
    top: 0;
}
h4.rb-col-title {
    color: #fff;
    text-transform: uppercase;
}
.rb-slides-inner .slick-current .rb-col {
    background: #D24D29;
}
.rb-slides-inner ul.slick-dots li button:before {
    content: "0" counter(list-item);
    font-size: 16px;
    display: inline-block;
}
.rb-slides-inner ul.slick-dots li.slick-active button:before {
    font-weight: 700;
    color: #942C1F;
}
.rb-slides-inner button.slick-arrow.slick-prev:before {
    content: '';
    background-image: url(../images/gray-arrow-left.svg);
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: center;
    margin: auto;
}
.rb-slides-inner button.slick-arrow.slick-prev:hover:before{
    background-image: url(../images/arrow-brown-left.svg);
}
.rb-slides-inner button.slick-arrow.slick-next:before {
    content: '';
    background-image: url(../images/arrow-blck-right.svg);
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: center;
    margin: auto;
}
.rb-slides-inner button.slick-arrow.slick-next:hover:before {
    background-image: url(../images/brown-arrow-right.svg);
}
.rb-col-img {
    background: #fff;
    display: inline-block;
    padding: 10px;
}

.rb-col-img img {
    height: 80px;
    object-fit: contain;
}
.rb-slides-inner ul.slick-dots li button:after {
    content: '';
    width: 0;
    background: #942C1F;
    height: 1px;
    display: inline-block;
    transition: .2s linear;
    margin-left: 2px;
}
.rb-slides-inner ul.slick-dots li button:hover:after {
    width: 60px;
}
.rb-slides-inner ul.slick-dots li.slick-active button:after{
    width: 60px;
}


/* Rules Book */
.rules-section-inner {
    background-image: url(../images/lib.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.rules-tab-box { display:none; }

a.accr-title {
    line-height: 1.4;
    display: block;
    padding: 0;
    border: 0;
    font-weight: 700;
    position: relative;
    color: #fff;
    padding-right: 40px;
    font-size: 18px;
    text-decoration: none;
}

.accordion-box {
    margin-bottom: 24px;
}

.accordion-content {
    display: none;
    padding: 0;
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
    padding-right: 40px;
}
a.accr-title span.plus-icon {
    background-image: url(../images/plus.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(45deg);
}
a.accr-title.active span.plus-icon {
    background-image: url(../images/close.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(0deg);
}
.accordion-box+.accordion-box {
    padding-top: 24px;
}

.accordion-content p {
    line-height: 1.4;
}
.rules-tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.rules-tab-menu ul:after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.22);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: '';
}
.rules-books-sec {
    padding: 60px 0;
    background-size: cover;
    background-position: top right;
    position: relative;
    overflow: hidden;
    min-height: 480px;
}
.rules-corner-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
figure.rl-corner-img {
    margin: 0;
    line-height: 0;
    text-align: right;
}
.rules-tab-menu ul li a {
    padding: 10px 0;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    opacity: 0.9;
}

.rules-tab-menu ul li {
    margin-right: 30px;
}
.rules-col-inner .tab-main-box {
    padding: 20px 0;
}
.rules-tab-menu .tab-title-list a.active {
    border-bottom: 2px solid #fff;
    opacity: 1;
}

/* Prizes Sec */
.prizes {
    padding: 60px 0;
    position: relative;
}
.prizes:before {
    content: '';
    background-image: url(../images/blank-brown-american-soccer-ball.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    top: -70px;
    width: 135px;
    height: 165px;
    left: 0;
}
.fp-list-inner {
    background: #942C1F;
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fp-list-inner img {
    height: 80px;
    width: auto;
    line-height: 0;
}

p.pn-title {
    margin-top: 4px;
    margin-bottom: 5px;
}

h4.prize {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.fp-list {
    margin: 15px 0;
    display: flex;
}
.fp-list-inner:after {
    content: '';
    height: 80px;
    width: 80px;
    background: #fff;
    position: absolute;
    right: -40px;
    top: -40px;
    transform: rotate(45deg);
}
.sp-col {
    margin: 15px 0;
    display: flex;
}
.sp-col-inner {
    background-image: url(../images/finger-conference.jpg);
    background-size: cover;
    background-position: center;
    padding: 15px;
    position: relative;
    background-color: #000;
    width: 100%;
    overflow: hidden;
}
.sp-col-inner:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.87);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.sp-col-inner:after {
    content: '';
    position: absolute;
    right: -50px;
    height: 100px;
    width: 100px;
    background: #fff;
    top: -50px;
    transform: rotate(45deg);
}
.sp-col-inner-wrap {
    position: relative;
    color: #fff;
}
.sp-list-wrap+.sp-list-wrap {
    border-top: 1px solid #181818;
}

.sp-list-wrap {
    display: flex;
    padding: 20px 0;
}

.payouts-name-wrap {
    flex: 1;
}

h5.pp-text {
    color: #D24D29;
    margin: 0;
    font-size: 28px;
}

/* Score Points */
.score-points-sec {
    padding-bottom: 60px;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}
.score-points-sec:after {
    content: '';
    background-image: url(../images/score-point-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    bottom: -50px;
    width: 140px;
    height: 195px;
    right: 0;
    z-index: -1;
}
.table-header,
.table-data-list {
    display: flex;
    flex-wrap: wrap;
}
.table-header{
    background-color: #000;
    color:#fff;
}
.table-header span.th-value {
    flex: 0 0 150px;
    text-align: center;
    max-width: 150px;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
}

.table-header span.th-name {
    flex: 1;
    padding: 15px;
    font-size: 18px;
}

p.th-name {
    flex: 1;
    padding: 12px 15px;
}

p.th-value {
    flex: 0 0 140px;
    text-align: center;
    max-width: 140px;
    padding: 12px 15px;
    font-weight: 700;
}
.table-data-list:nth-child(odd) {
    background: rgba(232, 122, 93, 0.36);
}

.table-data-list p {
    margin-bottom: 0;
}
.sc-notes{
    font-size: 12px;
    color: #131313;
}
.table-data-list:nth-child(even) {
    background: #FFF7F5;
}
.table-data-row {
    max-height: 306px;
    overflow: hidden;
    overflow-y: auto;
}

/* Inner Page CSS */
.fs-page-header-banner {
    padding: 300px 0 80px;
    background: #000;
    background-image: url(../images/page-static-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 72%;
    position: relative;
    color: #fff;
}
.fs-page-header-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    left: 0;
    opacity: .4;
}
.title-text-block-side{
    position: relative;
    z-index: 1;
}
.page-content-wrap {
    padding: 60px 0;
}
.single #top{
	background: #000000;
}
.single #primary{
	margin-top: 110px;
}
@media screen and (max-width:1200px) {
    .hoc-tabs .tab-menu {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .hoc-tabs  .tab-main-box {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .hoc-section:after{
        width: 85px;
        height: 147px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .fp-list-inner,
    .sp-col-inner{
        overflow: unset;
    }
    .fp-list-inner:after {
        content: '';
        height: 30px;
        width: 30px;
        background: #fff;
        position: absolute;
        right: -20px;
        top: -20px;
        transform: rotate(45deg);
    }
    .sp-col-inner:after {
        height: 80px;
        width: 80px;
        top: -40px;
    }
    .banner-text-col {
        padding-bottom: 7%;
    }
    .banner-logo {
        margin-bottom: 40px;
    }
	p.fr-title{
		margin-top:0;
	}
}
@media screen and (max-width:991px) {
    .hoc-tabs .tab-menu {
        flex: 0 0 40%;
        max-width: 40%;
        padding: 0 15px;
    }
    .hoc-tabs  .tab-main-box {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0 15px;
    }
    .fs-page-banner.home-banner:before {
        width: 100%;
        transform: none;
        left: 0;
        right: 0;
    }
    .rules-content {
        position: relative;
        z-index: 11;
    }
    .rules-corner-img {
        z-index: 0;
        opacity: .5;
    }
}
@media screen and (max-width:767px) {
    .hoc-tabs .tab-menu {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .hoc-tabs .tab-main-box {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .hoc-tabs ul.tab-title-list{
        justify-content: center;
    }
    .hoc-tabs ul.tab-title-list li{
        width: auto;
        margin: 5px 0;
    }
    .hoc-tabs ul.tab-title-list li+li:before{
        display: none;
    }
    .hoc-tabs .tab-title-list li+li{
        padding-top: 0;
    }
    .hoc-tabs ul.tab-title-list {
        justify-content: center;
        margin: 20px auto;
        max-width: 100%;
    }
    .fs-page-banner.home-banner:before {
        width: 100%;
        transform: none;
        left: 0;
        right: 0;
    }
    .banner-text-col {
        padding-bottom: 7%;
    }
    .banner-logo {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .about-img-inner {
        margin-bottom: 15px;
    }
    .manager-name {
        font-size: 22px;
    }
    p.fr-title {
        font-size: 20px;
        margin-top: 20px;
    }
    .hoc-tabs .tab-menu ul li a:before,
    .hoc-tabs .tab-menu ul li a.active:before{
        height: 14px;
        width: 14px;
        margin-right: 8px;
    }
    .hoc-tabs .tab-menu ul li a {
        padding: 5px 20px;
        font-size: 18px;
    }
    .year-of-member{
        font-size: 22px;
    }
    .rules-tab-menu ul li {
        margin-right: 15px;
    }
    .rules-books-sec{
        padding-bottom: 0;
    }
    .rules-corner-img {
        position: relative;
        opacity: 1;
        padding-left: 50px;
    }
    .accordion-box+.accordion-box {
        padding-top: 0px;
    }  
    .hoc-tabs {
        margin-top: 10px;
    } 
    .prizes {
        padding-bottom: 30px;
    }
    .prizes:before {
        top: -50px;
        width: 86px;
        height: 105px;
    }
}
