* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    --theme: #002261;
    --base: #FFD008;
    --color: #252525;
    --transition: .3s ease-in-out 0s;
    overflow-x: hidden;
    background: url('../images/main_bg.jpg');
    background-position: center;
    background-size: cover;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
    display: block;
}

img {
    /*  width: 100%;*/
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

ul li {
    list-style-type: none;
}

.white_font {
    color: #fff;
}

.sub_font {
    font-family: 'Clash Display';
}

.title_font {
    font-family: 'Sequel Sans Black Disp';
    color: #fff;
}

@font-face {
    font-family: 'Clash Display';
    src: url('fonts/ClashDisplay-Bold.woff2') format('woff2'),
        url('fonts/ClashDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('fonts/ClashDisplay-Light.woff2') format('woff2'),
        url('fonts/ClashDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Black Disp';
    src: url('fonts/SequelSans-BlackDisp.woff2') format('woff2'),
        url('fonts/SequelSans-BlackDisp.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('fonts/ClashDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('fonts/ClashDisplay-Extralight.woff2') format('woff2'),
        url('fonts/ClashDisplay-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Book Disp';
    src: url('fonts/SequelSans-BookDisp.woff2') format('woff2'),
        url('fonts/SequelSans-BookDisp.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('fonts/ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('fonts/ClashDisplay-Regular.woff2') format('woff2'),
        url('fonts/ClashDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Bold Body';
    src: url('fonts/SequelSans-BoldBody.woff2') format('woff2'),
        url('fonts/SequelSans-BoldBody.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.video_banner {
    /*height: 100vh;*/
    height: calc(100vh - 100px);
    width: 100%;
    /*  background: url('../images/banner.jpg');*/
    /*  background-size: cover;*/
    /*  background-position: center;*/
    position: relative;
}

.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.video_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 34, 97, .6);
}

.navigation {
    background: var(--theme);
    position: relative;
}

.top_bar .top_menu ul li {
    padding: 0 27px;
    border-right: 2px solid rgba(255, 255, 255, .2);
}

.top_bar .top_menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    transition: .3s;
}

.top_bar .top_menu ul li a:hover {
    color: var(--base);
}

.top_bar {
    padding: 20px 0 77px;
}

.br-none {
    border-right: none !important;
}

.follow_text {
    padding-right: 12px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
}

.list_social li a {
    line-height: 0;
}

.list_social li {
    margin: 0 8px;
}

.bar {
    width: 12px;
    height: 2px;
    background: rgba(255, 255, 255, .2);
}

.list_social {
    align-items: center;
}

.follow .d-flex {
    justify-content: end;
}

.menu_list {
    padding-left: 35px;
}

.menu_list ul {
    display: flex;

}

.menu_left {
    display: flex;
    align-items: center;
}

.menu_list ul li {
    padding-right: 50px;
    position: static;
    display: inline-block;
}

.menu_list ul li a {
    color: #222F5B;
    text-transform: capitalize;
    font-weight: 500;
    transition: .5s;
}

.menu_list ul li a:hover {
    font-weight: 600;
}

.member_button button {
    padding: 14.5px 16px;
    background: var(--base) !important;
    color: var(--theme);
    transition: .5s;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    background: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.member_button button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.member_button button:hover:before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.be_nm {
    z-index: 99;
}

.member_button button:hover {
    color: var(--base);
}

.menubar {
    background: #fff;
    border-radius: 20px;
    padding: 12px 30px;
    position: relative;
    transition: .4s !important;
    /*position: absolute;
  bottom: -45px;
  z-index: 99;*/
}

nav {
    position: absolute;
    z-index: 99;
    margin-top: -62px;
    width: 100%;
}

.banner_content {
    position: absolute;
    bottom: 70px;
    width: 100%;
}

.banner_content_1 {
    position: absolute;
    bottom: 70px;
    width: 50%;
}

.banner_title {
    font-weight: 500;
    font-family: 'Sequel Sans Black Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 76px;
    padding-bottom: 13px;
}

.banner_sub_title {
    font-weight: 500;
    font-family: 'Sequel Sans Black Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 76px;
    padding-bottom: 13px;
}

.banner_content {
    max-width: 626px;
    /* max-width: 100%; */
}

.banner_content_1 {
    max-width: 100%;
}

.banner_content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    word-spacing: 4px;
}


.banner_content_1 p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    word-spacing: 4px;
}

.about {
    padding-top: 70px;
    max-width: 1076px;
    margin: auto;
    text-align: center;
}

.abt_heading h1 {
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Black Disp';
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 21px;
}

.abt_heading p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /*font-weight: 300;*/
    padding: 0 40px;
    word-spacing: 4px;
}

.arrow_swipe {
    padding-top: 22px;
    display: inline-block;
    cursor: pointer;
}

.list_social li a svg path {
    transition: .3s;
}

.list_social li a:hover svg path {
    fill: var(--base) !important;
}

.high_box {
    border: none !important;
    background: transparent !important;
    cursor: pointer;
    transition: .3s;
}

.high_box:hover {
    /*  transform: scale(1.01);*/
}

.high_box .card-header {
    background: transparent;
    border: 0;
}

.high_box .card-header img,
.hig_image img,
.video_part img,
.blog_image img {
    width: 100%;
}

.high_box .card-body .high_content h3 {
    color: var(--base);
    font-size: 31px;
    line-height: 31px;
    padding-bottom: 14px;
}

.high_box .card-body .high_content p {
    font-size: 18px;
    line-height: 30px;
    word-spacing: 4px;
}

.high_box .card-body {
    background: #191e39;
    padding: 22px 35px 35px 35px;
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
}

.icon_high {
    width: 65px;
    height: 65px;
    background: var(--base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid var(--base);
    cursor: pointer;
    transition: .3s;
}

.icon_high:hover {
    background: transparent;
}

.icon_high svg {
    transition: .3s;
}

.icon_high:hover svg {
    fill: var(--base) !important;
}

.high_box_body .d-flex {
    column-gap: 20px;
}

.heightlite {
    padding-top: 43px;
}

.previous_match {
    padding: 67px 0 50px;
}

.left_heading h1 {
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Black Disp';
    font-size: 60px;
    line-height: 72px;
}

.left_heading h2 {
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Black Disp';
    font-size: 60px;
    line-height: 72px;
}

.sm_text {
    font-size: 16px;
    letter-spacing: 13px;
    line-height: 33px;
    font-weight: 300;
}

.card-highlates .hig_image {
    border-radius: 51px;
}

.hig_body {
    padding: 25px 22px 0;
}

.hig_body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
}

.hig_body h6 {
    font-size: 23px;
    line-height: 33px;
    /*font-weight: 600;*/
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 100% !important;
}

.highlights_row {
    padding-top: 38px;
}

.hig_image {
    position: relative;
}

.hig_image .icom_play {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 20px;
    right: 27px;
    z-index: 99;
    cursor: pointer;
    transition: .3s;
}

.icom_play svg {
    fill: #fff;
}

.custom_arrow,
.custom_arrows {
    display: flex;
}

.custom_arrow button,
.upcom_left .custom_arrows button,
.coache_block_left .custom_arrows button {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /*  border: 1px solid #aaaaaa36 !important;*/
    border: none;
    margin-right: 12px;
    transition: .3s;
    border-radius: 50%;
    transition: .5s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.custom_arrow button:before,
.upcom_left .custom_arrows button:before,
.coache_block_left .custom_arrows button:before,
.mb_upcnmng_sec .slick-dots li button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--base);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.upcom_left .custom_arrows button {
    position: relative;
}

.red_mor_link a {
    position: relative;
    overflow: hidden;
}

.red_mor_link a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--base);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.custom_arrow button:hover:before,
.upcom_left .custom_arrows button:hover:before,
.coache_block_left .custom_arrows button:hover:before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.red_mor_link a:hover:before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.red_mor_link a:hover {
    border-color: var(--base);
    color: var(--theme);
}

.red_mor_link a span svg {
    transition: .3s;
}

.red_mor_link a:hover span svg path {
    fill: var(--theme) !important;
}

.upcom_left .custom_arrows button:hover svg path,
.coache_block_left .custom_arrows button:hover svg path {
    fill: var(--theme) !important;
}

.custom_arrow button svg path,
.upcom_left .custom_arrows button svg path {
    transition: .5s;
}

.custom_arrow button:hover svg path {
    fill: var(--theme) !important;
}

.custom_arrow button i,
.upcom_left .custom_arrows button {
    color: var(--theme)
}

/*.custom_arrow button:hover,
.upcom_left  .custom_arrows button:hover
{
  background: var(--base);
  
}*/
.custom_arrow button:hover i,
.upcom_left .custom_arrows button:hover i {
    color: var(--base) !important;
}

.custom_arrow button:focus,
.upcom_left .custom_arrows button:focus {
    outline: none !important;
}

.card-highlates {
    /*  margin-right:22px;*/
}

.previous_match .slick-dots li button,
.up_inner_slick .slick-dots li button,
.mb_upcnmng_sec .slick-dots li button {
    width: 10.7px;
    height: 10.7px;
    border-radius: 50%;
    transition: .3s;
    background: rgba(255, 255, 255, .5);
}

.previous_match .slick-dots li.slick-active button,
.up_inner_slick .slick-dots li.slick-active button,
.mb_upcnmng_sec .slick-dots li.slick-active button {
    width: 32px;
    height: 10.7px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
}

.previous_match .slick-dots li,
.up_inner_slick .slick-dots li,
.mb_upcnmng_sec .slick-dots li {
    width: auto;
    height: auto;
}

.previous_match .slick-dots li button:before,
.up_inner_slick .slick-dots li.slick-active button:before,
.mb_upcnmng_sec .slick-dots li.slick-active button:before {
    display: none;
}

.mb_upcnmng_sec .slick-dots {
    line-height: 0;
    padding-top: 30px !important;
    position: relative;
    bottom: auto;
}

.previous_match .slick-dots,
{
line-height: 0;
padding-top: 42px !important;
position: relative;
bottom: auto;
}

.previous_match .slick-slider,
.player_row .slick-slider {
    margin-right: -15% !important;
}

.break_text {
    display: block;
}

.ply-link-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    transition: .3s;
    border-radius: 50%;
    transition: .5s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ply-link-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--base);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.ply-link-icon:hover:before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.ply-link-icon svg path {
    transition: .5s;
}

.ply-link-icon:hover svg path {
    fill: var(--theme) !important;
}

.player_name h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.player_name p {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.player_body {
    padding: 10px 29px 29px 29px;
}

.player_box {
    position: relative;
}

.player_box::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(70deg, rgba(23, 29, 56, .6), rgba(23, 29, 56, 1));
    z-index: -1;
    border-radius: 26px;
}

.player_row {
    padding-top: 58px;
}

.player_box {
    margin-right: 24px;
}

.mtop {
    margin-top: 73px !important;
}

.ply_no {
    font-size: 96px;
    line-height: 96px;
    color: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 15%;
    right: 15px;
}

.player_image {
    position: relative;
}

.video_header_para {
    max-width: 520px;
}

.video_header_para p {
    /*font-size: 17px;*/
    font-size: 18px;
    /*line-height: 32px;*/
    line-height: 30px;
    /*text-align: justify;*/
    word-spacing: 4px;
}

.video_player {
    padding-top: 37px;
}

.line {
    width: 106px;
    height: 3px;
    background: #4B6390;
}

.line-featured-videos {
    width: 40px;
    height: 3px;
    background: #4B6390;
}

.video_play_icon .play_icon {
    width: 63px;
    height: 63px;
    background: var(--base);
    border-radius: 50%;
    line-height: 63px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.video_part {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.play_icon {
    line-height: 0;
}

.video_play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video_play_icon::after {
    width: 73px;
    height: 73px;
    top: -10px;
    left: -10px;
}

.video_play_icon::before {
    top: -8px;
    left: -8px;
}

.video_play_icon::before {
    content: '';
    position: absolute;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    content: '';
    top: -9px;
    left: -9px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-name: video-animation;
    animation-timing-function: linear;
}

.video_play_icon::after {
    content: '';
    position: absolute;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    content: '';
    top: -9px;
    left: -9px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    transition: .3s;
}

.video_play_icon:hover::after {
    background: var(--theme);
}

@keyframes video-animation {
    0% {
        opacity: .5;
        transform: scale(1);
    }

    50% {
        opacity: .2;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.video-pulse:before {
    animation-delay: 1s;
}

.video_play_icon .play_icon:hover {
    background: #fff;
}

.match_result {
    position: relative;
    padding-top: 25px;
}

.match_results {
    padding: 40px 0 30px;
    /*  background: url('../images/bg_shade.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.bg_shade {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    filter: grayscale(1);
    z-index: -1;
    opacity: .5;
    mix-blend-mode: luminosity;
}

.match_result .center_heading h1,
.partners .center_heading h1,
.mbs_players .center_heading h1 {
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Black Disp';
    font-size: 60px;
    line-height: 72px;
    text-align: center;
}

.m_box_top {
    padding-bottom: 15px;
    margin-left: 44px;
    border-bottom: 2px solid rgba(255, 255, 255, .15);
    padding-top: 23px;
}

.team_logo {
    width: 69px;
    height: 69px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.m_ground {
    padding-right: 29px;
    font-size: 18px;
    word-spacing: 4px;
    font-weight: 400;
}

.team_logo img {
    /*  width: 27px;*/
}

.team_box .d-flex {
    column-gap: 13px;
}

.team_box_row {
    padding-top: 31px;
    padding-bottom: 42px;
    padding-left: 44px;
    max-width: 700px;
}

.match_8_left {
    border-right: 2px solid rgba(255, 255, 255, .15);
}

.match_item_box {
    background: linear-gradient(70deg, rgba(23, 29, 56, .6), rgba(23, 29, 56, 1));
    backdrop-filter: blur(4px);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 22px;
}

.team_box_detail h3 {
    /* font-weight: 600; */
    font-size: 18px;
    line-height: 30px;
    color: var(--base);
    padding-bottom: 6px;
    word-spacing: 4px;
}

.team_box_detail p {
    /* font-weight: 500; */
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    word-spacing: 2px;
}

.vs h2 {
    font-size: 30px;
    line-height: 50px;
    color: #7A85AA;
}

.m_date {
    font-weight: 400;
    word-spacing: 4px;
    font-size: 18px;
}

.match_4_right {}

.score_title h4 {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 12px;
    text-align: center;
}

.score_name {
    font-family: 'Sequel Sans Black Disp';
    font-size: 60px;
    height: 60px;
    color: #171D38;
    background: var(--base);
    width: 89px;
    height: 85px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.score_brd {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.score_divide {
    font-family: 'Sequel Sans Black Disp';
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.d_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_button {
    padding-top: 18px;
}

.view_button .viw_btn {
    padding: 24.5px 42.5px;
    background: transparent;
    color: var(--base);
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    line-height: 15px;
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;
    border: 3px solid var(--base);
    word-spacing: 4px;
}

.view_button .viw_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--base);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.view_button .viw_btn:hover:before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.view_button .viw_btn:hover {
    color: var(--theme);
}

.upcom_left h1 {
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Black Disp';
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 21px;
}

.upcom_left p,
.coache_block_left p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 26px;
    padding-right: 70px;
}

.coache_block_left p {
    padding-top: 10px;
}

.upcom_left .custom_arrow button {
    margin-left: 0;
    margin-right: 12px;
}

.upcoming_right .match_8_left {
    border-right: 0;
}

.upcoming_right .team_box_detail h3 {
    color: #fff;
    padding-bottom: 9px;
}

.upcoming_right .team_logo {
    margin: 0 auto 18px;
}

.upcoming_right .team_box_detail {
    text-align: center;
}

.upcoming_right .m_box_top {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.upcoming_right .team_box_row {
    max-width: 100%;
}

.upcoming_right .team_box_row {
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 43px;
    padding-bottom: 62px;
}

.upcoming_right .m_ground {
    padding-right: 0;
}

.upcoming_hom_box {
    padding: 30px 26px 62px;
    border-radius: 26px;
    margin-left: 50px;
    margin-bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.upcoming_hom_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 26px;
    padding: 1px;
    /* Border thickness */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    /* Glass gradient border */
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    /* Masking for inner area */
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    /* Excludes the inner area */
    -webkit-mask-composite: destination-out;
    /* Safari equivalent */
    z-index: -1;
}

.upcoming_hom_box:hover {
    box-shadow: 11px 13px 40px rgba(23, 29, 56, .4);
}

.vs h2 {
    color: rgba(255, 255, 255, .5);
}

.up_header {
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, .15);
}

.up_body {
    padding: 49px 30px 0;
}

.announcement_title {
    background: var(--base);
    text-align: center;
    padding: 15px 0 17px;
}

.announcement_title h6 {
    font-weight: 600;
    font-size: 23px;
    line-height: 21px;
}

.announcment_block {
    padding: 36px 0 46px;
    background: #fff;
}

.announcment_news .d-flex {
    column-gap: 20px;
}

.announcment_news {
    flex: none;
}

.ann_image {
    border-radius: 21px;
    overflow: hidden;
}

.ann_detail {
    max-width: 414px;
}

.ann_detail h2 {
    font-family: 'Sequel Sans Black Disp';
    /* font-weight: 500; */
    text-transform: capitalize;
    font-size: 28px;
    line-height: 30px;
    color: var(--theme);
    word-spacing: 4px;
}

.ann_detail p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    word-spacing: 4px;
}

.main_flex {
    column-gap: 90px;
}

.marquee {
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.our_blog {
    padding: 60px 0;
}

.blog_image {
    position: relative;
    border-radius: 51px;
    overflow: hidden;
}

.blog_date {
    position: absolute;
    bottom: -18px;
    right: 35px;
    border-radius: 25px;
    padding: 16px 37px 20px;
    background: #1B274F;
}

.blog_date h6 {
    font-size: 18px;
    line-height: 30px;
    color: var(--base);
    /* font-weight: 500; */
    word-spacing: 2px;
}

.blog_body {
    padding: 26px 6px 0 27px;
}

/*.blog_body h3*/
/*{*/
/*  color: #fff;*/
/*  font-size: 28px;*/
/*  line-height: 34px;*/
/*  font-weight: 500;*/
/*  padding-bottom: 12px;*/
/*}*/
.blog_body h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    word-spacing: 4px;
    font-weight: 500;
}

/*.blog_body p*/
/*{*/
/*  color: #fff;*/
/*  font-size: 17px;*/
/*  line-height: 32px;*/
/*  font-weight: 400;*/
/*  padding-bottom: 25px;*/
/*}*/
.blog_body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    word-spacing: 4px;
    padding-bottom: 20px;
}

.red_mor_link a {
    display: inline-block;
    padding: 15px 30px;
    background: transparent;
    transition: .3s;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 49px;
}

.red_mor_link a span {
    padding-left: 5px;
}

.blog_row {
    padding-top: 54px;
}

.blog_row .slick-slide {
    margin: 0 15px;
}

.footer {
    padding: 34px 0 43px;
}

.footer_menu ul li {
    display: inline-block;
}

.footer_menu {
    padding: 25px 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.footer_menu ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    padding: 0 26px;
    transition: .3s;
    /*text-transform: uppercase;*/
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.footer_menu ul li:last-child a {
    border-right: none;
}

.footer {
    padding: 20px 0;
}

.copyrights {
    font-size: 12px;
    line-height: 24px;
    word-spacing: 2px;
}

.footer_menu ul li a:hover {
    color: var(--base);
}

.copyrights {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    padding-top: 16px;
}

.footer_container {
    max-width: 954px;
    margin: auto;
    text-align: center;
}

.main-mega-menu {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    padding: 25px 20px 20px 20px;
    background: linear-gradient(135deg, rgb(255 255 255 / 90%), rgb(255 255 255 / 100%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /*  border: 1px solid rgba(0, 0, 0, .2);*/
}

.menu_list ul li:hover .main-mega-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.column-mega-menu a.Menu_main_links {
    display: block !important;
}

.column-mega-menu {
    text-align: left;
}

.column-mega-menu h6 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
    font-size: 14px;
}

.column-mega-menu a {
    padding: 7px 0 !important;
}

.column-mega-menu a:hover {
    background: transparent;
}

.mtop_21 {
    margin-top: 20px;
}

.col-memu-mega {
    width: 20%;
}

.sub_menu {
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 10px 20px;
    background: #fff;
    padding: 10px 0px;
    border-radius: 20px;
    min-width: 200px;
    max-width: 200px;
    background: linear-gradient(135deg, rgb(255 255 255 / 90%), rgb(255 255 255 / 57%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #dddddd;
    margin-top: 35px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
}

.sub_menu ul {
    display: block !important;
}

.sub_menu ul li {
    display: block;
    padding: 10px 15px;
}

.menu_list ul li:hover .sub_menu {
    opacity: 1;
    /*  margin-top: 15px;*/
    visibility: visible;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0);
}

.sub_menu ul li:hover {
    background: var(--base);
}

.arrow_down {
    padding-left: 5px;
}

.slide-nav {
    position: fixed;
    width: 70%;
    height: 100%;
    top: 0;
    left: -70%;
    background: var(--theme);
    /*  background: linear-gradient(135deg, rgb(255 255 255 / 90%), rgb(255 255 255 / 57%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
    overflow-y: auto;
    z-index: 99999;
    padding: 25px 18px;
    transition: .3s;
}

.bg_slide {
    background: rgba(0, 0, 0, .55);
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: .3s;
}

.bg_slide_open {
    right: 0;
}

.slide_m_open {
    left: 0;
}

.acc_dtl h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.acc_dtl p a {
    padding-right: 8px;
    font-size: 15px;
}

.slash {
    padding-right: 8px;
    font-size: 15px;
}

.top_bar {
    /*background: #f1f1f1;
  padding: 10px 10px 10px 18px;
  border-radius: 10px;*/
}

.flex_menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.middle_menu ul li:hover {
    background: linear-gradient(135deg, #ffffff36, rgb(43 86 164));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
}

.middle_menu ul li:hover {
    border: none;
}

.middle_menu ul li a span {
    padding-right: 0px;
}

.middle_menu ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #ffffff1a;
}

.middle_menu h5 {
    text-transform: uppercase;
    color: #cecece;
    font-size: 14px;
    padding-bottom: 10px;
}

.slide_inner_menu {
    /*  padding: 0 20px !important;*/
    /*  background: #f1f1f1;*/
    /*  margin-top: 14px !important;*/
    border-radius: 15px;
}

.slide_inner_menu li {
    border-color: 1px solid #ffffff1a !important;
}

.middle_menu {
    margin-top: 20px;
}

.slide_inner_menu {
    display: none;
}

.announcment_block {
    overflow: hidden;
}

.menu_icon {
    display: none;
}

.middle_menu li a {
    color: #fff;
}

.slide_close {
    text-align: right;
}

.slide_close svg path {
    fill: #fff;
}

.cl-gap {
    column-gap: 23px;
}

.middle_menu ul li a span {
    float: right;
}

.slide_member_button button {
    padding: 14.5px 16px;
    background: var(--base);
    color: var(--theme);
    transition: .5s;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    margin-top: 20px;
    border: 2px solid var(--base);
}

.slide_member_button button:hover {
    background: transparent;
    !important;
    color: var(--base);
    border: 2px solid var(--base);
}

.align_arrow i {
    color: rgba(255, 255, 255, .3);
}

.slick-slide {
    margin: 0 10px;
}

.upcoming_match {
    padding-bottom: 80px;
}

.blog_crad .blog_image {
    cursor: pointer;
}

.blog_inner_image {
    object-fit: cover;
    height: 350px;
}

.blog_crad:hover .blog_image img {
    transform: scale(1.1);
}

.blog_crad .blog_image img {
    transition: .3s;
    overflow: hidden;
}

.active_slide_drop i:before {
    content: "\f068" !important;
}

.stricky-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .5s;
    width: 100%;
    border-radius: 0;
    background: linear-gradient(135deg, #1e2b57, rgb(0 0 0 / 36%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.stricky-fixed .menu_list ul li>a {
    color: #fff;
}

.stricky-fixed .sub_menu ul li a {
    color: var(--theme) !important;
}

.stricky-fixed .arrow_down svg path {
    fill: #ffffff !important;
}

.inner__banner {
    height: 400px;
    width: 100%;
    position: relative;
    background: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.inner__banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 34 97 / 86%);
}

.inner__banner ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    padding-right: 8px;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
}

.inner__banner ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50px;
    transform: translateY(-50%);
    animation: pulse1 1s infinite;

}

.inner__banner ul li:last-child:before {
    display: none;
}

.inner__banner ul li a {
    text-decoration: none;
    color: #fff;
}

.inner__banner ul li {
    font-size: 14px;
}

.inner__banner .banner_title {
    font-weight: bold;
    font-family: 'Sequel Sans Bold Body';
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize;
}

.vison_mision {
    padding: 60px 0 80px;
}

.common_box h3 {
    font-weight: 500;
    font-style: normal;
    background: -webkit-linear-gradient(#FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 20px;
}

.common_box p {
    font-size: 17px;
    color: #fff;
    line-height: 37px;
    padding-bottom: 20px;
}

.mision_box .mision_img {
    /*  width: 60%;*/
    margin: auto;
}

.p_left {
    /*  padding-left: 55px;*/
}

.p_right {
    padding-right: 25px;
}

.vision_box {
    /*  text-align: center;*/
}

.mision_img img {
    overflow: hidden;
    border-radius: 46px;
    border: 5px solid rgba(255, 255, 255, .3);
}

.ptop_30 {
    padding-top: 60px;
}

.vis_title {
    color: #fff;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08)); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* display: inline-block; */
    padding: 10px 11px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 100px;
    position: relative;
    margin-bottom: 20px;
    width: 200px;
    border: 2px solid #8087a1;
    text-align: center;
    color: #8087a1;
}

.vis_title::before {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -200px;
    width: 100%;
    height: 2px;
    background: #8087a1;
    display: none;
}

.common_box .red_mor_link a {
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
}

.mission_box .vis_title {
    float: left;
}

.mission_box {
    padding-left: 25px;
}

.mission_box .vis_title {}

.mission_box .vis_title::before {
    left: initial;
    right: -200px;
}

.chairman_message {
    position: relative;
    background: var(--theme);
    margin-top: 60px;
}

.outer_container {
    position: relative;
}

.left_chairman_col {
    position: relative;
    /*  padding: 290px 0px;*/
    overflow: hidden;
}

.chairman_photo_space {
    float: left;
    width: 40%;
    overflow: hidden;
    min-height: 835px;
}

.right_chairman_col {
    position: absolute;
    top: 0;
    right: 0;
    /*  float: right;*/
    width: 60%;
    height: 100%;

}

.content_box {
    padding: 60px 150px 80px 50px;
}

.com_fnt {
    font-size: 18px;
    line-height: 30px;
    word-spacing: 4px;
}

.vison_mision {
    overflow: hidden;
}

.chairman_photo_space {
    background: url('../images/ceo.jpg');
    background-size: cover;
    background-position: center;
}

.sec_title>p {
    font-size: 18px;
    line-height: 30px;
    color: var(--base);
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    word-spacing: 4px;
}

.sec_title>h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    word-spacing: 4px;
}

.sec_own_msg p {
    text-align: justify;
}

.own_details h4 {
    color: #fff;
}

.own_details {
    text-align: right;
    padding-top: 25px;
}

.own_details p {
    color: var(--base);
}

.partners {
    padding: 20px 0 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.partners .center_heading p,
.mbs_players .center_heading p {
    /*max-width: 50%;*/
    margin: auto;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
    word-spacing: 4px;
}

.sponsor_row .first_row {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #4B6390;
}

.sponsor_row .first_row li {
    width: 25%;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 10px 0;
}

.sponsor_row .first_row li:last-child {
    /*  border-right: 0;*/
}

.sponsor_row .first_row li .part_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sponsor_row .first_row:last-child {
    border-bottom: none;
}

.sponsor_row {
    max-width: 1000px;
    margin: auto;
    padding-top: 34px;
}

.inner_footer {
    /*  padding-top: 45px;*/
}

.inner_video_player {
    margin-top: 20px;
}

.counter_num {
    position: relative;
}

.count_wrapper {
    display: block;
    text-align: center;
    align-items: center;
    column-gap: 15px;

}

.counter {
    background: -webkit-linear-gradient(#FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 60px;
}

.counter_text p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 1px;
    color: #fff;
}

.counter_section {
    max-width: 70%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.wrapper_container {
    padding: 80px 0 50px;
}

.coach_card {
    padding-bottom: 30px;
}

.left_sidebar ul li {
    padding: 15px 30px 15px 30px;
    /* border-bottom: 2px solid #ffffff26; */
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 11px;
    margin-right: 11px;
    border-radius: 60px;
    transition: .3s;
}

.left_sidebar ul li.active_leftbar {
    background: var(--base);
}

.left_sidebar ul li:hover {
    background: var(--base);
}

.left_sidebar ul li:hover a {
    color: var(--theme);
    font-weight: 600;
}

.left_sidebar ul li:hover a .right_arrow svg path {
    fill: var(--theme) !important;
}

.left_sidebar ul li.active_leftbar a {
    color: var(--theme);
    font-weight: 600;
}

.left_sidebar ul li.active_leftbar .right_arrow svg path {
    fill: var(--theme) !important;
}

.left_sidebar ul li:last-child {
    border: none;
}

.left_sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}


.left_sidebar ul li a.active_leftbar .right_arrow svg path {
    fill: var(--base) !important;
}

.left_sidebar ul li a.active_leftbar {
    font-weight: 600;
    color: var(--base);
}

.right_arrow svg path {
    fill: #ffffff26;
}

.vis_mis_container {
    position: relative;
}

.left_sidebar {
    /*  border-right: 2px solid #ffffff26;*/
    position: sticky;
    top: 0;
    height: 100%;
}

.right_tab_container {
    /*  padding-left: 30px;*/
}

.block_box h3 {
    font-weight: 500;
    font-style: normal;
    background: -webkit-linear-gradient(#FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 20px;
}

.block_box {
    padding-bottom: 25px;
}

.block_box video {
    width: 100%;
}

.block_box:last-child {
    padding-bottom: 0;
}

.big_text {
    font-size: 22px;
    line-height: 43px;
    color: #fff;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    background: linear-gradient(135deg, #1e2b57, rgb(0 0 0 / 36%));
    backdrop-filter: blur(10px);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.big_text::before {
    content: '';
    height: 100%;
    border-left: 2px solid rgba(255, 255, 255, .3);
    position: absolute;
    left: 0;
    top: 0;
}

.block_box h1 {
    color: #fff;
    padding-bottom: 10px;
}

ul.slide_inner_menu {
    margin: 0 !important;
}

.coache_block h1 {
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Book Disp';
    font-size: 44px;
    line-height: 54px;
}

.coache_block {}

.coach_detail {
    padding: 15px 0 0;
}

.coach_detail h3 {
    color: var(--base);
    padding-bottom: 5px;
    font-size: 22px;
}

.coach_detail p {
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    word-spacing: 4px;
}

.coach_image {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

.coach_card {
    cursor: pointer;
}

.coach_detail .d-flex {
    column-gap: 12px;
}

.c_num {
    font-size: 60px;
    color: #ffffff;
    line-height: 60px;
    /*  mix-blend-mode: soft-light;*/
    opacity: .2;
}


.expanding_leaders_block {
    display: flex;
}

.leader_ship_tab {
    padding: 60px 0 60px;
}

.leader_ship_tab .container {
    /*  max-width: 100%;*/
    /*  width: 100%;*/
    /*  margin: 0px 20px;*/
}

/*.container .topic{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
*/
.content input {
    display: none;
}

.content {
    display: flex;
    justify-content: space-between;
    /*  align-items: center;*/
}

.content .list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 30%;
    margin-right: 50px;
}

.content .list label .d-flex {
    column-gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.content .list label {
    cursor: pointer;
    /*  height: 60px;*/
    /*  line-height: 60px;*/
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    z-index: 10;
    /*  background: var(--base);*/
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 10px;
    /*  background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
    border: 2px solid rgb(255 255 255 / 18%);
}

#home:checked~.list label.home,
#blog:checked~.list label.blog,
#help:checked~.list label.help,
#code:checked~.list label.code,
#about:checked~.list label.about {
    color: #22272C;
}

/*.content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.5s ease;
  
  background: #BB86FC;
}*/

#home:checked~.list .slider {
    top: 0;
}

#blog:checked~.list .slider {
    top: 60px;
}

#help:checked~.list .slider {
    top: 120px;
}

#code:checked~.list .slider {
    top: 180px;
}

#about:checked~.list .slider {
    top: 240px;
}

.content .text-content {
    width: 70%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
}

.content .text {
    display: none;
}

.content .text .title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.chairman_content {
    padding-top: 40px;
}

.content .text-content .home {
    display: block;
}

#home:checked~.text-content .home,
#blog:checked~.text-content .blog,
#help:checked~.text-content .help,
#code:checked~.text-content .code,
#about1:checked~.text-content .about1 {
    display: block;
}

#blog:checked~.text-content .home,
#help:checked~.text-content .home,
#code:checked~.text-content .home,
#about1:checked~.text-content .home {
    display: none;
}

/*.content .list label:hover{
  color: #BB86FC;
}*/

.image_tab {
    width: 85px;
    height: 85px;
    background: #000;
    border-radius: 10px;
    flex: none;
    overflow: hidden;
}

.detail_tab h3 {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}

.detail_tab p {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    padding-top: 8px;
    font-weight: 300;
    word-spacing: 2px;
}

#home:checked~.list label.home,
#blog:checked~.list label.blog,
#help:checked~.list label.help,
#code:checked~.list label.code,
#about1:checked~.list label.about1,
#sienti:checked~.list label.sienti,
#boby:checked~.list label.boby,
#asist:checked~.list label.asist {
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /*  border: none !important;*/
}

.ceo_main_banner {
    border-radius: 40px;
    overflow: hidden;
}

.right_arrow {
    padding-right: 10px;
}

.tab_blck {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.icon_para svg {
    width: 400px;
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    fill: #212e5a;
    opacity: .1;
    mix-blend-mode: difference;
}

.chairman_content {
    position: relative;
}

.coach_section {
    /*padding: 60px 0;*/
    position: relative;
    overflow: hidden;
    /*background: #172041;*/
}

.coach_section .bg_shade {
    opacity: .2;
}

.coach_section .left_text_box h1 {
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.coach_section .left_text_box h2 {
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

.coach_section .left_heading_inner {
    padding-bottom: 50px;
}

.mtop_n {
    margin-top: 40px !important;
}

.team_box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.team_box:hover .player_detail {
    bottom: 0;
}

.player_detail {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 208, 8, .95), rgba(255, 208, 8, .95));
    padding: 20px 25px;
    z-index: 9;
    transition: .5s;
}

.player_detail ul li {
    border-bottom: 1px solid var(--theme);
    padding: 5px 15px;
}

.player_detail ul li:nth-child(even) {
    background: #fee67a;
}

.player_detail ul {
    border: 1px solid var(--theme);
    margin-top: 10px !important;
}

.player_detail ul li:last-child {
    border-bottom: 0;
}

.sp_name {
    position: relative;
}

.sp_name::after {
    content: ':';
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
}

.player_detail ul li span {
    width: 50%;
    display: inline-block;
}

.team_image {
    position: relative;
}

.team_image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgb(23 29 56 / 0%), rgba(23, 29, 56, 100));
}

.team_overlay_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.name_player {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding-left: 24px;
    z-index: 9;
    color: var(--base);

}

.name_player h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
}

.icon_number {
    width: 29px;
    height: 29px;
    background: var(--base);
    color: var(--theme);
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ov_name {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.top_ov_detail {
    /*display: flex;
  align-items: center;
  column-gap: 10px;*/
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    top: 90px;
    right: -25px;
}

.team_image img {
    width: 100%;
}

.sec_name {
    color: var(--theme) !important;
}

.name_ov_dtl {
    padding-bottom: 15px;
}

.name_ov_dtl h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;

}

.name_ov_dtl p {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.card_news_slider {
    max-width: 1024px;
    margin: auto;
}

.slide_content {
    max-width: 824px;
    background: #fff;
    margin: -160px auto 0;
    padding: 52px 60px;
    position: relative;
    z-index: 9;
}

.slide_tagline .tg_div {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #636363;
}

.slide_tagline {
    padding-bottom: 14px;
}

.slide_tagline .d-flex {
    column-gap: 10px;
    align-items: center;
}

.tg_line {
    width: 33px;
    height: 1px;
    background: #D9D9D9;
}

.slide_details h1 {
    font-size: 42px;
    line-height: 51px;
    color: var(--theme);
    padding-bottom: 14px;
    font-family: 'Sequel Sans Bold Body';
    text-transform: capitalize;
}

.splt_txt {
    display: block;
}

.slide_details p {
    font-size: 18px;
    line-height: 30px;
    color: #636363;
    padding-bottom: 34px;
    word-spacing: 4px;
}

.rd_more_btn_sl a {
    padding: 16px 46px;
    background: var(--base);
    color: var(--theme);
    border-radius: 70px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.rd_more_btn_sl a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.rd_more_btn_sl a:hover:before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.rd_more_btn_sl a:hover {
    color: var(--base) !important;
}

.card_news_slider .slick-dots li button,
.video_slider_row .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: .5;
}

.card_news_slider .slick-dots li button:before,
.card_news_slider .slick-dots li,
.video_slider_row .slick-dots li {
    width: 12px;
    height: 12px;
}

.slick-dots {
    line-height: 0;
}



.hap_slider .slick-dots li button:before,
.video_slider_row .slick-dots li button:before {
    display: none;
}

.card_news_slider .slick-dots li button,
.hap_slider .slick-dots li button,
.video_slider_row .slick-dots li button {
    width: 10.7px;
    height: 10.7px;
    border-radius: 50%;
    transition: .3s;
    background: rgba(255, 255, 255, .5);
}

.card_news_slider .slick-dots li.slick-active button,
.hap_slider .slick-dots li.slick-active button,
.video_slider_row .slick-dots li.slick-active button {
    width: 32px;
    height: 10.7px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    opacity: 1 !important;
}

.card_news_slider .slick-dots li,
.hap_slider .slick-dots li {
    width: auto;
    height: auto;
}

.card_news_slider .slick-dots li button:before,
.hap_slider .slick-dots li.slick-active button:before,
.video_slider_row .slick-dots li.slick-active button:before {
    display: none;
}

/*.slick-dots li.slick-active button:before*/


.card_news_slider .slick-dots,
.hap_slider .slick-dots,
.video_slider_row .slick-dots {
    line-height: 0;
    padding-top: 30px !important;
    position: relative;
    bottom: auto;
}

.left_heading_news h1 {
    font-size: 55px;
    line-height: 62px;
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Book Disp';
    text-transform: capitalize;
}

.left_heading_news h2 {
    font-size: 60px;
    line-height: 60px;
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Book Disp';
    text-transform: capitalize;
    word-spacing: 4px;
}


.right_heading_news p {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    padding-left: 40px;
    /* font-weight: 300; */
    word-spacing: 4px;
}

.block_first_new {
    padding-bottom: 75px;
}

.news_list .news_flex {
    display: flex;
    column-gap: 58px;
    align-items: center;
}

.news_left_det h3 {
    font-size: 30px;
    line-height: 40px;
    /* font-weight: 500; */
    max-width: 549px;
    padding-bottom: 15px;
    word-spacing: 4px;
}

.news_left_det p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 65px;
    /* text-align: justify; */
    word-spacing: 4px;
}

.news_right_imag {
    min-width: 523px;
    flex: none;
}

.news_footer_fst {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.icon.nws {
    line-height: 0;
    display: inline-flex;
    padding-right: 4px;
}

.nws_auth {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
}

.news_footer_scnd a {
    color: #fff;
}

.news_list_container {
    padding-top: 99px;
}

.news_list {
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 2px solid rgba(255, 255, 255, .15);
}

.news_list:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.top_head_headline {
    padding-bottom: 45px;
}

.top_head_headline h3 {
    font-size: 55px;
    line-height: 55px;
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Sequel Sans Book Disp';
}

.news_list:last-child {
    padding-bottom: 0;
}


.social_main_text {
    max-width: 1000px;
    margin: auto;
}

.social_main_text h1 {
    font-family: 'Sequel Sans Bold Body';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #fff, #FFD008);
    background: linear-gradient(to right, #FFD008, #fff, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 81px;
    padding-bottom: 20px;
    text-align: center;
}

.social_main_text h6 {
    font-size: 38px;
    line-height: 57px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}

.social_main_text p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /*font-weight: 300;*/
    padding: 0 40px;
    word-spacing: 4px;
    text-align: center;
}


.social_main_content p {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #fff !important;
    /*font-weight: 300;*/
    padding: 0 40px !important;
    word-spacing: 4px !important;
    text-align: center;
    padding-bottom: 20px !important;
}

.social_image,
.social_para_text,
.social_heighlated {
    max-width: 1020px;
    margin: auto;
}

.social_para_text p,
.socill_splt_right p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /* font-weight: 300; */
    word-spacing: 4px;
}

.socill_splt_right h2 {
    line-height: 40px;
    color: var(--base);
    padding-bottom: 22px;
    word-spacing: 4px;
}

.social_para_text {
    padding: 45px 28px;
}

.social_heighlated {
    padding: 43px 60px;
    background: linear-gradient(to right, rgba(23, 29, 56, .62), rgba(33, 46, 90, 1));
    position: relative;
}

.social_heighlated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #FFD008);
}

.heighltae_social h3 {
    font-size: 40px;
    line-height: 60px;
    text-align: justify;
    color: #fff;
    font-weight: 500;
    word-spacing: 4px;
}

.brad_image {
    padding: 55px 0 63px;
}

.brad_image .s_image {
    position: relative;
    overflow: hidden;
    border-radius: 218px;

}

.brad_image .s_image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #273460;
    mix-blend-mode: color;
}

.brad_image .video_play_icon .play_icon {
    background: var(--theme) !important;

}

.brad_image .video_play_icon .play_icon svg path {
    fill: var(--base) !important;
}

.social_splt_row h3,
.hap_heading h3 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: var(--base);
    font-weight: 500;
    word-spacing: 4px;
}

.social_splt_row {
    padding-bottom: 30px;
}

.mb_30 {
    padding-top: 60px;
}

.happiness_moment {
    padding-top: 40px;
}

.hap_heading h3 {
    text-align: left;
    padding-bottom: 10px;
}

.hap_heading p {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
    color: #fff;
    font-weight: 300;
    max-width: 957px;
}

.hap_heading {
    padding-bottom: 42px;
}

.sl_image_box img {
    width: 100%;
}



/*Image Sizes are Determined by the Column width*/
.masonry {
    columns: 400px;
    /*YOU ONLY NEED THIS LINE OF CODE TO MAKE THIS IMAGE CONTAINER TO A MASONRY-LAYOUT*/
    margin: 15px;
}

.masonry img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /*border-radius: 10px;*/
    display: block;

}

.masonary_image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.image_view {
    width: 60px;
    height: 60px;
    background: var(--base);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    opacity: 0;
    transition: .3s;
    z-index: 9;
}

.image_view:hover {
    background: var(--theme);
}

.image_view:hover svg line {
    stroke: var(--base) !important;
}

.masonary_image:hover .image_view {
    opacity: 1;
    transition: .3s;
}

.masonary_image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    transition: all 600ms linear;
    background-color: rgba(255, 255, 255, .3);
    z-index: 1;
}

.masonary_image:hover::after {
    height: 100%;
    /*transform: scale(1.1);*/
}


/*Mobile Image Sizes*/
@media (max-width: 768px) {
    .masonry {
        columns: 200px;
        cursor: pointer;
    }

    .masonry img {
        /*border-radius: 5px;*/

    }
}

/*Tablet Image Sizes*/
@media (min-width: 769px) and (max-width: 1024px) {
    .masonry {
        columns: 300px;
    }

    .masonry img {
        border-radius: 8px;
    }
}



.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: var(--base);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #000;
    opacity: 0.8;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--base);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

body[data-magic-cursor="hide"] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}


.cursor-inner {
    display: flex;
    align-items: center;
    color: var(--base) !important;
    justify-content: center;
    z-index: 99;
    opacity: 1;
    font-weight: 500;
}

.v_slide {
    position: relative;
    overflow: hidden;
}

.v_slide img {
    width: 100%;
}

.v_slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    transition: all 600ms linear;
    background-color: rgba(255, 255, 255, .3);
    z-index: 1;
}

.v_slide:hover::before {
    height: 100%;
    /*transform: scale(1.1);*/
}


.v_brd {
    border-radius: 45px;
}

.video_btm_detail {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
    border-radius: 23px;
    background: linear-gradient(70deg, rgba(23, 29, 56, .6), rgba(33, 46, 90, 1));
    backdrop-filter: blur(4px);
    border-radius: 26px;
    border: 1px solid #7A85AA;
    z-index: 10;
    padding: 25px 36px;
}

.video_btm_detail .v_dtl_clmns h3 {
    font-size: 29px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 6px;
}

.video_btm_detail .v_dtl_clmns p {
    font-size: 17px;
    line-height: 17px;
    color: var(--base);
    font-weight: normal;
}

.v_dtl_icon svg circle {
    position: relative;
    transition: .3s;
}

.v_dtl_icon:hover svg circle {
    fill: var(--base) !important;
}

.video_main_title h1 {
    font-weight: 500;
    font-family: 'Sequel Sans Book Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    line-height: 62px;
    text-align: center;
    text-transform: capitalize;
}

.video_main_title h2 {
    font-family: 'Sequel Sans Black Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
}

.video_main_title {
    padding-bottom: 44px;
}


.grid {
    display: flex;
    flex-wrap: wrap;
}

/*.grid-item {
  width: 30%;
  margin: 10px;
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
}*/

.filter-buttons {
    margin-bottom: 20px;
}

button {
    padding: 10px;
    margin: 5px;
    cursor: pointer;
}

.vid_filter_item {
    background: linear-gradient(70deg, rgba(23, 29, 56, .6), rgb(18 29 66)) !important;
    backdrop-filter: blur(4px) !important;
    border-radius: 45px !important;
}

.vid_filter_item .card-header img {
    width: 100%;
    transition: .4s;
}

.vid_filter_item .card-header {
    position: relative;
    border-radius: 45px !important;
    overflow: hidden;
}

.vid_filter_item:hover .card-header img {
    transform: scale(1.05);
}

.video_item_dtl .v_dtl_clmns h3 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    /* font-weight: 500; */
    padding-bottom: 6px;
    word-spacing: 4px;
}

.video_item_dtl .v_dtl_clmns p {
    font-size: 18px;
    line-height: 30px;
    color: var(--base);
    font-weight: normal;
    word-spacing: 2px;
}

.video_item_dtl {
    padding: 30px;
}

.box1 {
    width: 100%;
    height: 200px;
    background: red;
    margin-bottom: 20px;
}

.v_filter button {
    border: none;
    padding: 14px 50px;
    border-radius: 100px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 6px;
}

.v_filter button.active {
    background: linear-gradient(to right, #FFD008, #fff, #FFD008) !important;
    border-color: var(--base);
    color: var(--theme) !important;
    font-weight: 600 !important;
}

.v_filter {
    text-align: center;
    margin-bottom: 34px;
}


.filters ul {
    display: flex;
    justify-content: center;
    list-style: none;
    border-bottom: 2px solid #D9D9D9;
    margin: 30px 15px
}

.filters ul li {
    display: inlnie-block;
    text-align: center;
    margin-right: 12px;
    padding: 0 5px 8px 5px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: -2px;
    color: #777;
    transition: 0.3s;
    text-transform: uppercase;
}

.filters ul li:hover {
    color: #EB2D3A;
}

.filters ul li.is-checked {
    border-bottom: 2px solid #EB2D3A;
}

.filters ul li:last-child {
    margin-right: 0;
}


.grid .grid-item h1 {
    background: #EEEEEE;
    height: 150px;
    line-height: 150px;
    color: white;
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
}



.grid-item>div {
    margin-bottom: 25px;
}

.timeline_hist_item {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hist_date {
    text-align: right;
}

.hist_date span {
    align-items: center;
    background: var(--base);
    background: var(--base);
    border-radius: 50%;
    color: var(--theme);
    color: var(--color-1);
    display: inline-flex;
    font-size: 20px;
    height: 80px;
    justify-content: center;
    margin-right: -40px;
    position: relative;
    width: 80px;
    z-index: 1;
    font-weight: 500;
}

.hist_date span::after {
    background-image: url('../images/ar.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    right: -45px;
    top: 0;
    width: 60%;
    z-index: 9999;
}

.his_item_detail {
    border-left: 1px solid rgba(255, 255, 255, .15);
    padding-left: 120px;
}

.his_item_detail_image {
    margin: 0 30px;
}

.his_item_detail_content {
    background: #fff;
    background: linear-gradient(to right, rgba(23, 29, 56, .62), rgba(33, 46, 90, 1));
    box-shadow: 0 0 80px #0000001a;
    margin-top: -30px;
    padding: 60px 30px 30px;
    border: 1px solid #7A85AA;
}

.his_item_detail_content h3 {
    font-size: 30px;
    line-height: 30px;
    color: var(--base);
    padding-bottom: 14px;
    /* font-weight: 500; */
    word-spacing: 4px;
}

.his_item_detail_content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /* font-weight: normal; */
    /* text-align: justify; */
    word-spacing: 4px;
}

.timeline_hist_item:nth-child(2n) {
    direction: rtl;
    margin-right: -2px;
}

.timeline_hist_item:nth-child(2n) .hist_date {
    text-align: left;
}

.timeline_hist_item:nth-child(2n) .hist_date span:after {
    left: -45px;
    right: auto;
    transform: scaleX(-1);
}

.timeline_hist_item:nth-child(2n) .his_item_detail {
    border-left: 0;
    /*border-right: 1px solid ;*/
    border-right: 1px solid rgba(255, 255, 255, .15);
    direction: ltr;
    padding-left: 0;
    padding-right: 120px;
}

.timeline_hist_item:nth-child(2n) .hist_date span {
    margin-left: -40px;
    margin-right: 0;
}

.bld {
    font-weight: 600;
}

.vision_main_text {
    max-width: 1100px;
}

.vs_chair {
    font-size: 23px;
    line-height: 45px;
    color: #fff;
    /*font-weight: 300;*/
    text-align: center;
}

.vs_chair_auth {
    text-align: center;
    padding-top: 20px;
}

.vs_chair_auth h4 {
    color: #fff;
    font-weight: 500;
    font-size: 29px;
    line-height: 29px;
    padding: 5px 0;
}

.vis_card_body h2 {
    color: var(--base);
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 12px;
    text-transform: uppercase;
    word-spacing: 4px;
}

.vis_card_body p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /* font-weight: 300; */
    /* text-align: justify; */
    word-spacing: 4px;
}

.vis_card_body {
    padding: 32px 40px 30px 29px;
}

.sec_vison {
    padding: 70px 0 70px;
}

.pl_left {
    padding-left: 10px;
}

.pr_right {
    padding-right: 10px;
}

.quote_block_container {
    padding: 70px;
    background: var(--base);
    border-radius: 34px;
    position: relative;
}

.quote_icon {
    position: absolute;
    top: 42px;
    left: 30px;

}

.heading_quote h2 {
    font-size: 50px;
    line-height: 30px;
    color: var(--theme);
    font-family: 'Sequel Sans Black Disp';
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 20px;
}

.heading_quote {
    padding-bottom: 15px;
}

.qoute_para p {
    font-size: 18px;
    line-height: 30px;
    color: var(--theme);
    text-align: center;
    word-spacing: 4px;
}

.qoute_para>p {
    padding-bottom: 10px;
}

.qoute_para {
    padding: 0 30px;
}

.bldd {
    font-weight: 600;
}


.our_values {
    position: relative;
    /*padding: 200px 0 70px; */
}

.value_bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.content-column {
    position: relative;
}

.inner_clmn {
    /*padding-right: 70px;*/
    padding: 57px 0px 65px 56px;
}

.clmn_val_item {
    color: #fff;
}

.clmn_val_item h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 8px;
    font-weight: 500;
    word-spacing: 4px;
}

.clmn_val_item p {
    font-size: 18px;
    line-height: 30px;
    word-spacing: 4px;
}

.clmn_val_item {
    padding-bottom: 28px;
    border-bottom: 2px solid #4b639061;
    margin-bottom: 28px;
}

.clmn_val_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.our_values {
    /*  margin-top: 78px;*/
}

.val_heading .video_main_title h1 {
    font-weight: 500;
    font-family: 'Sequel Sans Black Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    line-height: 62px;
    text-align: center;
}

.val_heading .video_main_title h2 {
    font-weight: 500;
    font-family: 'Sequel Sans Black Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

.quote_block {
    margin-bottom: 50px;
}

.mis_object_headline {
    padding-bottom: 40px;
}

.mis_object_headline h1 {
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Sequel Sans Book Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    line-height: 62px;
    text-align: center;
}

.mis_object_headline h2 {
    text-transform: capitalize;
    font-family: 'Sequel Sans Black Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

.mis_obj_column {
    background: linear-gradient(70deg, rgba(23, 29, 56, .6), rgb(18 29 66)) !important;
    backdrop-filter: blur(4px) !important;
    border-radius: 45px !important;
    padding: 26px 26px;
    text-align: center;
    position: relative;
    /*max-width: 515px;*/
    max-width: 300px;
    height: 327px;
    margin: auto;
    border: 1px solid #7A85AA;
    margin-bottom: 25px;
}

.obj_icon {
    width: 90px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #FFD008, #FFF2BE);
    margin: auto;
}

.obje_detail {
    color: #fff;
    padding-top: 25px;
}

.obje_detail h3 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 10px;
    /* font-weight: 500; */
    word-spacing: 4px;
}

.obje_detail p {
    font-size: 18px;
    line-height: 30px;
    word-spacing: 4px;
}

.mis_object_row {
    /*max-width: 1045px;*/
    max-width: 1312px;
    margin: auto;
}

.mission_objective {
    position: relative;
    padding: 60px 0 70px;
}

.str_list h3 {
    font-size: 30px;
    line-height: 30px;
    color: var(--base);
    padding-bottom: 9px;
    word-spacing: 4px;
}

.str_list p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    word-spacing: 4px;
}

.str_list {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #4b639061;
}

.str_list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.str_detail {
    padding-left: 50px;
}

.d_cl {
    display: flex;
    align-items: center;
}

.inner_st_list {
    padding-top: 6px;
}

.inner_st_list ul li {
    font-size: 18px;
    line-height: 30px;
    /* font-weight: 300; */
    color: #fff;
    /* padding-bottom: 15px; */
    word-spacing: 4px;
}

.inner_st_list .d-flex {
    column-gap: 40px;
}

.inner_st_list ul li svg {
    margin-right: 5px;
}

.sec_st_cl .str_list {
    border: none;
    margin-bottom: 0;
}

.strategy_sec_sec {
    padding-top: 66px;
    padding-bottom: 180px;
}

.prc_left_col h1 {
    color: var(--theme) !important;
    background: none !important;
    -webkit-text-fill-color: var(--theme) !important;
    text-fill-color: var(--theme) !important;
}

.prc_left_col h2 {
    color: var(--theme) !important;
    background: none !important;
    -webkit-text-fill-color: var(--theme) !important;
    text-fill-color: var(--theme) !important;
    font-size: 50px;
    line-height: 60px;
    word-spacing: 4px;
}

.process_sec {
    background: var(--base);
    position: relative;
    overflow: hidden;
}


.image_prcss {
    position: absolute;
    top: -75px;
    right: 0;
}

.sec_fst_process {
    padding-top: 96px;
    padding-bottom: 26px;
}

.column_process {
    padding: 30px 25px;
    background: var(--theme);
    border-radius: 30px;
    min-height: 410px !important;
}

.column_process h3 {
    font-size: 30px;
    line-height: 30px;
    /* font-weight: 600; */
    color: #fff;
    padding-bottom: 15px;
    word-spacing: 4px;
}

.column_process ul li {
    font-size: 18px;
    line-height: 30px;
    /* font-weight: 300; */
    color: #fff;
    /* padding-bottom: 8px; */
    position: relative;
    padding-left: 18px;
    word-spacing: 4px;
    /* height: 118px; */
}

.column_process ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.sec_sec_process .slick-slider {
    margin-right: -15% !important;
}

.sec_sec_process {
    padding: 60px 0 85px;
}

.sec_fst_process .upcom_left .custom_arrows button {
    background: linear-gradient(135deg, rgb(23 29 56 / 83%), #4b63905e) !important;

}

.sec_fst_process .upcom_left .custom_arrows button:before {
    background: var(--theme) !important;
}

.sec_fst_process .upcom_left .custom_arrows button:hover svg path {
    fill: var(--base) !important;
}

.quadrents .video_main_title {
    max-width: 650px;
    margin: auto;
}

.quadrents {
    padding: 60px 0 100px;
}

.qd_item {
    position: relative;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #FFD008, #FFF2BE);
    margin: auto;
    text-align: center;
    flex-direction: column;
    padding: 20px;
}

.qd_number {
    width: 72px;
    height: 72px;
    background: #fff;
    font-weight: 700;
    color: var(--theme);
    border-radius: 50%;
    font-size: 29px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
}

.qd_dtl,
.qd_icon {
    flex: none;
}

.qd_dtl h3 {
    /* font-weight: 700; */
    color: var(--theme);
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.qd_dtl p {
    color: var(--theme);
    font-size: 16px;
    line-height: 30px;
    word-spacing: 4px;
}

.pr_l {
    position: relative;
}

.athletes_bg {
    right: 0 !important;
    left: initial !important;
}

.athlet_heading h3 {
    font-family: 'Sequel Sans Black Disp';
    font-style: normal;
    background: -webkit-linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    background: linear-gradient(to right, #FFD008, #FFD008, #FFD008);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 21px;
}

.athlete_clmn ul li {
    font-size: 18px;
    line-height: 30px;
    /* font-weight: 300; */
    color: #fff;
    /* padding-bottom: 15px; */
    position: relative;
    padding-left: 18px;
    word-spacing: 4px;
}

.athlete_clmn ul li:last-child {
    padding-bottom: 0;
}

.athlete_clmn ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.athlete_clmn {
    padding: 90px 30px 90px 0;
}

.affiliate_header {
    padding: 125px 0 155px;
    text-align: center;
}

.affiliate_header h1 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Sequel Sans Black Disp';
    text-transform: capitalize;
    word-spacing: 4px;
}

.affiliate_image {
    padding-top: 40px;
}

.wht_txt {
    color: #fff;
}

.ylw_txt {
    color: var(--base);
}

.register_btn {
    margin-top: 40px;
}

.register_btn button {
    text-transform: uppercase;
    border-radius: 100px !important;
    padding: 18px 33px;
    font-size: 18px;
}

.affiliate_header {
    position: relative;
}

.bg_aff {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
    width: 100%;
    opacity: .3;
}

.affiliate_colash {
    margin-top: -70px;
}

.affiliate_colash img {
    width: 100%;
}

.affiliate_content {
    padding: 70px 0 00px;
}

.heading_container h1 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    /*font-weight: 600;*/
    text-align: center;
    word-spacing: 4px;
}

.heading_container h2 {
    font-size: 50px;
    line-height: 40px;
    color: #fff;
    /* font-weight: 600; */
    text-align: center;
    word-spacing: 4px;
}

.heading_container p {
    font-size: 32px;
    line-height: 36px;
    color: var(--base);
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    word-spacing: 4px;
}

.heading_para p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    /* font-weight: 300; */
    word-spacing: 4px;
}

.our_speaker {
    padding: 55px 0;
}

.heading_spk h1 {
    color: #fff;
    text-align: center;
    font-size: 47px;
    line-height: 56px;
}

.heading_spk {
    padding-bottom: 30px;
}

.our_speaker {
    /*background: url('../images/sp_bg.png');*/
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.heading_spk {
    padding-bottom: 40px;
}

.our_speaker::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 47, 91, .49);
    z-index: -1;
}

.sp_image {
    position: relative;
    border-radius: 85px;
}

.sp_image img {
    width: 100%;
    border-radius: 85px;
}

.sp_image::before {
    width: 100%;
    height: 100%;
    background: var(--base);
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    border-radius: 85px;
    z-index: -1;
}

.speakers_row {
    position: relative;
    z-index: 9;
}

.sp_content h3 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    text-transform: capitalize;
}

.speaker_column {
    margin-bottom: 60px;
    padding: 0 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.aim_left_image {
    border-radius: 32px;
    overflow: hidden;
    margin-top: 20px;
}

.left_aim h1 {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    /* font-weight: 500; */
    text-transform: capitalize;
    word-spacing: 4px;
}

.left_aim .clr_text {
    color: var(--base);
}

.aim_section {
    padding: 70px 0 86px;
}

.aim_list h3 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 4px;
    word-spacing: 4px;
}

.aim_list p {
    color: #fff;
    /* font-weight: 300; */
    font-size: 18px;
    line-height: 30px;
    word-spacing: 4px;
}

.aim_list {
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-left: 30px;
}

.aim_list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.right_aim {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.ben_bfr {
    position: relative;
    background: var(--base);
    z-index: 9;
}

.ben_image {
    border-radius: 32px;
    overflow: hidden;
}

.ben_image img {
    width: 100%;
}

.ben_bfr::before {
    width: 100%;
    height: 60%;
    background: #284EA3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.benefit_left_col h1 {
    font-size: 40px;
    line-height: 40px;
    color: var(--theme);
    font-weight: 500;
    text-transform: capitalize;
    word-spacing: 4px;
}

.blktxt {
    display: block;
}

.benefit_pgm {
    padding: 4rem;
    background: var(--base);
}

.right_left_col p {
    font-size: 18px;
    line-height: 30px;
    color: var(--theme);
    /* font-weight: 300; */
    padding-left: 80px;
    word-spacing: 4px;
}

.ben_text {
    font-size: 37px;
    line-height: 44px;
    color: var(--theme);
}

.benefit_colmn {
    position: relative;
    /*padding-left: 58px;*/
    padding-bottom: 36px;
    padding-top: 36px;
}

/*.benefit_colmn .ben_icon
{
  position: absolute;
  top: 5px;
  left: 0;
}*/
.brd {
    border-bottom: 2px solid var(--theme);
    border-right: 2px solid var(--theme);
}

.ben_text h1 {
    text-transform: capitalize;
    font-size: 26px;
    word-spacing: 4px;
}

.benefit_colmn .d-flex {
    column-gap: 17px;
}

.pl_20 {
    padding-left: 40px;
}

.br_none {
    border-right: none !important;
}

.b_btm {
    border-bottom: none !important;
}

@media screen and (min-width: 768px) {
    .b_btm .benefit_colmn {
        padding-bottom: 0 !important;
    }

    .bt_none .benefit_colmn {
        padding-top: 0 !important;
    }
}

.benefit_sc_row {
    padding-top: 35px;
}

.ben_icon {
    margin-top: 5px;
}

.more_info {
    padding: 60px 0;
}

.more_info .more_content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /* font-weight: 300; */
    text-align: center;
    word-spacing: 4px;
}

.more_detail .info_head h4 {
    font-size: 35px;
    /*line-height: 45px;*/
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-family: 'Sequel Sans Book Disp';
}

.more_detail .info_head {
    background: rgba(255, 255, 255, .15);
    padding: 14px 50px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    margin: auto;
    position: relative;
}

.more_detail .info_head::before {
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, .15);
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -200px;
}

.more_detail .info_head::after {
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, .15);
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -200px;
}

.more_detail {
    text-align: center;
    margin-top: 30px;
}

.more_numbers p {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
    /*text-align: left !important;*/
}

.name_info {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300 !important;
}

.more_numbers {
    padding-top: 15px;
    /*max-width: 300px;*/
    margin: auto;
}

.become_member {
    position: relative;
}

.become_content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--base);
    padding: 50px 50px 50px 80px;
    max-width: 580px;
}

.member_button_new button {
    padding: 14.5px 16px;
    background: var(--theme) !important;
    color: var(--base);
    transition: .5s;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    background: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 99;
    word-spacing: 4px;
}

.member_button_new button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--base);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.member_button_new button:hover:before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.member_button_new button:hover {
    color: var(--theme);
    border: 1px solid var(--theme);
}

.become_content h1 {
    font-size: 60px;
    line-height: 60px;
    color: var(--theme);
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: capitalize;
    word-spacing: 4px;
}

.become_content p {
    font-size: 18px;
    line-height: 30px;
    color: var(--theme);
    /* font-weight: 400; */
    word-spacing: 4px;
}

.registr_btn_bcm {
    margin-top: 20px;
}

.registr_btn_bcm button {
    background: var(--theme);
    color: var(--base);
    transition: .5s;
    border: none;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    z-index: 99;
    text-transform: uppercase;
    border-radius: 100px !important;
    padding: 18px 33px;
    font-size: 18px;
}

.registr_btn_bcm button::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25%;
    right: 0;
    width: 0;
    height: 106%;
    background: #fff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.registr_btn_bcm button:hover {
    color: var(--theme);
}

.registr_btn_bcm button:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.become_image img {
    width: 100%;
}

.become_member {
    margin-bottom: 40px;
}

.register_form label,
.register_form select {
    font-size: 13px;
    color: #fff;
}

.register_form label {
    padding-bottom: 5px;
}

.register_input {
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    height: 50px;
    outline: 0;
    border-radius: 12px !important;
    font-size: 15px;
    font-weight: 300;
    border-color: #ffffff57 !important;
    background-color: #27426b !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
}

.register_input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.register_page {
    /*height: 100vh;*/
    /*overflow: hidden;*/
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.aflt_right {
    background: var(--theme);
    /*  padding: 50px !important;*/
}

.register_detail {
    max-width: 90%;
    margin: 135px auto 0;
    padding-bottom: 50px;
    position: relative;
}


.register_page ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.register_page ::-webkit-scrollbar-track {
    background: #ffffff17;
}

/* Handle */
.register_page ::-webkit-scrollbar-thumb {
    background: #ffffff47;
}

/* Handle on hover */
.register_page ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.register_form {
    padding-right: 15px;
}


.reg_headline {
    text-align: center;
    padding-bottom: 20px;
}

.reg_headline h6 {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}

.reg_headline h3 {
    text-transform: uppercase;
    font-weight: normal;
    color: var(--base);
    font-weight: 600;
}

.reg_headline p {
    color: #fff;
    /* font-weight: 300; */
    font-size: 18px;
    line-height: 30px;
    padding: 35px 0 0px;
    word-spacing: 4px;
}

.clr {
    /*color: var(--base) !important;*/
    color: #fff;
    opacity: .5;
    padding: 0 10px;
}

.reg_logo_section {
    text-align: center;
    padding-bottom: 10px;
}

.reg_logo_section {
    padding-bottom: 15px;
}

.register_form {
    padding-top: 20px;
    max-width: 90%;
    margin: auto;
}

.aflt_right {
    max-width: 80%;
    margin: 30px auto;
    background: linear-gradient(135deg, #1e2b57, rgb(0 0 0 / 36%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #ffffff57 !important;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.aff_banner {
    position: absolute;
    top: 0;
    opacity: .2;
    filter: grayscale(1);
}

.affiliate_bg {
    background: linear-gradient(rgba(0, 34, 97, .7), rgba(0, 34, 97, .7)), url('../images/v_main.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.hosting_dtl {
    text-align: center;
    color: #fff;
    max-width: 90%;
    margin: auto;
}

.hosting_dtl {
    padding: 25px 25px;
    margin-top: 10px;
    background: #ffffff14;
    border-radius: 35px;
}

.fees {
    /*max-width: 80%;
  margin: auto;*/
    margin-top: 10px;
}

.clr_txts {
    color: var(--base);
}

.fac_ p {
    padding: 2px 0;
}

.fees h2 {
    color: var(--base);
    font-size: 25px;
}

.fees .d-flex {
    column-gap: 10px;
}

.fees {
    background: #ffffff14;
    border-radius: 20px;
    padding: 10px 0;
}

.fee_dtl {
    padding: 0 15px;
}

.form_sbmt {
    margin-top: 20px !important;
}

.form_sbmt button {
    /*  width: 100%;*/
    margin: auto;
    text-align: center;
}

.form_sbmt .member_button {
    text-align: center;
}

select {
    /*  background: red !important;*/
}

.player,
.previous_match {
    overflow: hidden;
}

.fllll {
    padding-top: 30px;
}

.arow_blog {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 35px;
    bottom: 35px;
    transition: all 0.4s ease 0s;
    padding: 20px;
}

.blog_image:hover .arow_blog {
    background: #fff;
    transform: rotate(-45deg);
}

.blog_image {
    overflow: hidden;
}

.blog_card {
    cursor: pointer;
    padding: 0 20px;
    margin-bottom: 20px;
}

.blog_card:hover .blog_image img {
    transform: scale(1.1) !important;
}

.blog_card .blog_image img {
    transition: .5s;
}

.arow_blog img {
    display: inline-block;
    transition: all 0.4sease 0s;
}

.blog_content {
    padding: 25px 0;
}

.blog_content h3 {
    font-size: 30px;
    color: var(--base);
    line-height: 40px;
    padding-bottom: 10px;
    word-spacing: 4px;
}

.blog_content p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
    word-spacing: 4px;
}

.blog_content h3 a {
    color: var(--base);
}

.blog_dtl_content {
    padding-top: 30px;
}

.blog_dtl_content h3 {
    color: var(--base);
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 15px;
}

.blog_dtl_content h4 {
    color: var(--base);
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.blg_dtl_para p {
    color: #fff;
    line-height: 33px;
    font-size: 17px;
    font-weight: normal;
    text-align: justify;
}

.blg_dtl_para ul {
    padding-top: 15px !important;
}

.blg_dtl_para ul li {
    color: #fff;
    line-height: 33px;
    font-size: 17px;
    font-weight: normal;
    text-align: justify;
}

.blg_dtl_para ul li i {
    padding-right: 8px;
    color: var(--base);
}

.ul_li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
    padding-top: 5px !important;
}

.item_tags li:not(:last-child),
.item_category li:not(:last-child) {
    margin-right: 5px;
    padding-right: 3px;
}

.item_tags a,
.item_category a {
    color: #fff;
}

.share_social_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social_bordered a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    margin: 0 5px;
    transition: .3s;
}

.social_bordered a:hover {
    background: var(--base);
    color: var(--theme);
    border-color: var(--base);
}

.blog_date_wrap .d-flex {
    justify-content: space-between;
}

.blog_date_wrap .col h3 {
    font-size: 18px;
    color: #fff;
    padding-right: 5px;
}

.blog_date_wrap {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.widget {
    /*    box-shadow: rgba(49, 67, 139, 0.08) 0px 20px 30px;*/
    margin-bottom: 25px;
    padding: 15px 30px;
}

.form_item input {
    height: 60px;
    width: 100%;
    display: block;
    box-shadow: none;
    padding: 0px 20px;
    outline: none;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 235, 242);
    border-image: initial;
}

.sb_search .btn {
    min-width: auto;
    height: 60px;
    flex: 0 0 120px;
    position: absolute;
    top: 0;
    right: 0;
}

.btn.btn_danger {
    color: var(--theme);
    background-color: var(--base);
    border-color: var(--base);
    border-radius: 0px !important;
}

.btn.btn_danger:hover {
    background: var(--theme);
    color: var(--base);
}

.form_item {
    position: relative;
}

.sb_widget_title {
    line-height: 1;
    font-size: 15px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    opacity: .8;
}

.sb_widget_title::before {
    left: 0px;
    bottom: 0px;
    content: "";
    height: 2px;
    width: 48px;
    position: absolute;
    background-color: #fff;
    opacity: .5;
}

.follow_widget .social_bordered a {
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    transition: .5s;
}

.follow_widget .social_bordered a:hover {
    color: var(--theme) !important;
    background: var(--base) !important;
}

.recent_post_group>li {
    margin-bottom: 20px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 20px;
}

.recent_post_group>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.sidebar {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.ul_li_block {
    display: block;
    margin: 0px;
    padding: 0px;
}

.recent_post_item {
    display: flex;
    align-items: center;
}

.recent_post_item .item_image {
    flex: 0 0 95px;
}

.recent_post_item .item_image img {}

.item_image img {
    width: 100%;
}

.item_content {
    padding-left: 15px;
}

.recent_post_item .item_title {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 22px;
}

.item_content a {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.post_date {
    color: var(--base);
    font-size: 13px;
    padding-top: 5px;
}

.blog_dtl_left {
    padding-right: 15px;
}

.image_grid_blg img {
    transition: .5s;
}

.image_grid_blg {
    overflow: hidden;
}

.image_grid_blg:hover img {
    transform: scale(1.1);
}

.test_tag {
    padding-bottom: 10px !important;
    color: var(--theme);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 26px !important;
    line-height: 26px !important;
}

.testimonial_container .social_main_text h1 {
    text-transform: capitalize;
}

.testimonial_block {
    border: 1px solid rgba(255, 255, 255, .25);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.testimonial_icon svg {
    width: 80px;
    height: 80px;
}

.testimonial_icon {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .25);
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_icon svg path {
    fill: #222f5b !important;
}

.testimonial_content {
    padding: 60px 30px 30px 150px;
}

.testimonial_content p {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    line-height: 30px;
}

.test_image {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, .25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}

.testimonial_row {
    max-width: 80%;
    margin: 60px auto 0;
}

.test_contnt h4 {
    color: var(--base);
}

.test_contnt p {
    font-size: 18px;
    line-height: 18px;
    padding-top: 5px;
}

.testimonial_author .d-flex {
    column-gap: 10px;
}

.testimonial_content h3 {
    color: var(--base);
    font-size: 30px;
    word-spacing: 4px;
    line-height: 30px;
}

.testimonial_author {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.heading_match h3 {
    color: var(--base);
}

.heading_match {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}

.heading_match::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 2px;
    background: rgba(255, 255, 255, .5);
}

.heading_match::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(255 255 255 / 9%);
}

.point_table_tb thead {
    background: var(--base);
}

.point_table_tb thead th {
    font-weight: 600;
    color: var(--theme) !important;
}

.point_table_tb {
    /* background: linear-gradient(70deg, rgba(23, 29, 56, .6), rgba(23, 29, 56, 1));
    backdrop-filter: blur(4px);*/
    /*border-radius: 26px;*/
    border: 1px solid rgb(255 255 255 / 31%) !important;
    background: transparent;
}

.point_table_tb>:not(caption)>*>* {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 15px !important;
}

.point_table_tb tbody tr {
    border-bottom: 1px solid rgb(255 255 255 / 31%) !important;
}

.clmngap {
    column-gap: 10px;
}


.match_report_item .upcoming_hom_box {
    margin-left: 0;
    background: linear-gradient(70deg, rgba(23, 29, 56, .6), rgba(23, 29, 56, 1));
    backdrop-filter: blur(4px);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 5px;
    border: none !important;
    padding-bottom: 10px;
    padding-top: 20px;
}

.match_report_item .up_body {
    padding: 30px 15px 30px;
}

.match_report_item .team_logo {
    margin: 0 auto 18px;
}

.upcoming_hom_box::before {
    display: none;
}

.match_report_item .up_match_box {
    text-align: center;
}

.match_reports {
    padding-top: 60px;
}

.match_report_left {
    margin-top: 30px;
}

.ml_left {
    margin-left: 20px;
}

.ml_right {
    margin-right: 20px;
}

.inner_page_rslts .match_results {
    overflow: hidden;
    padding-bottom: 30px !important;
}

.inner_page_rslts {
    overflow: hidden;
}

.btop {
    border-top: 2px solid rgba(255, 255, 255, .15);
}

.view_match_btn {
    padding: 15px 15px 17px;
    text-align: center;
}

.view_match_btn button {
    padding: 14.5px 36px;
    background: var(--base) !important;
    color: var(--theme);
    transition: .5s;
    border: 2px solid var(--base);
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    background: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 99;
    text-transform: uppercase;
}

.view_match_btn button:hover {
    background: transparent !important;
    color: var(--base) !important;
}


.iconbox {
    border: 1px solid #ffffff40;
    padding: 32px;
    border-radius: 35px;
    /*    min-height: 270px;*/
    margin-bottom: 25px;
}

.iconbox .icon-box-flex .icon span {
    height: 80px;
    width: 80px;
    display: block;
    border-radius: 50px;
    line-height: 80px;
    text-align: center;
    background: var(--base);
    margin-right: 24px;
    transition: 0.3s;
}

.iconbox .icon-box-flex .icon span svg {
    width: 40px;
    height: 40px;
}

.iconbox .icon-box-flex {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.iconbox .icon-box-flex .icon-content .para {
    padding-bottom: 8px;
    color: #fff;
    font-size: 18px;
    word-spacing: 4px;
}

.iconbox .icon-box-flex .icon-content .title {
    color: #fff;
    font-size: 30px;
    word-spacing: 4px;
}

.iconbox .contact-number {
    padding-top: 32px;
    border-top: 2px solid #ffffff40;
    position: relative;
    z-index: 1;
}

.iconbox .contact-number:after {
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    height: 2px;
    width: 100px;
    background: var(--base);
}

.contact-number a {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    word-spacing: 4px;
}

.vl-form-inner input {
    border: 1px solid #17234d;
    background: #17234d;
    padding: 12px;
    margin-bottom: 20px;
    color: #fff;
}

.vl-form-inner textarea {
    border: 1px solid #17234d;
    background: #17234d;
    margin-bottom: 20px;
    height: 150px;
}

::placeholder {
    color: #ffffff40 !important;
    font-size: 14px;
}

.section-title h4 {
    font-size: 18px;
    color: var(--base);
    /* font-weight: 300; */
    padding-bottom: 10px;
    word-spacing: 2px;
}

.section-title h2 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    word-spacing: 4px;
}

.section-title p {
    padding: 15px 0 25px;
    color: #fff;
    line-height: 30px;
    opacity: .5;
    font-size: 18px;
    word-spacing: 4px;
}

.contact_container {
    /*  padding: 80px 0 45px;*/
}

.btn-area button {
    padding: 14.5px 16px;
    background: var(--base) !important;
    color: var(--theme);
    transition: .5s;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    background: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 99;
    width: 250px;
}

.form-control:focus,
.accordion-button:focus {
    box-shadow: none !important;
}

.contact_right {
    padding-left: 30px;
}

.accordion-button:not(.collapsed) {
    background: var(--base) !important;
    font-weight: 600;
}

.accordion-body {
    font-size: 16px;
    line-height: 32px;
    background: var(--theme);
    color: #fff;
}

.accordion-item {
    margin-bottom: 20px;
    /*  border: 1px solid rgba(255, 255, 255, .5) !important;*/
    border: none !important;
}




.shop_banner_carousel .slick-dots li button {
    width: 10.7px;
    height: 10.7px;
    border-radius: 50%;
    transition: .3s;
    background: rgba(255, 255, 255, .5);
}

.shop_banner_carousel .slick-dots li.slick-active button {
    width: 32px;
    height: 10.7px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
}

.shop_banner_carousel .slick-dots li {
    width: auto;
    height: auto;
}

.shop_banner_carousel .slick-dots li button:before {
    display: none;
}

.shop_banner_carousel .slick-dots {
    line-height: 0;
    position: relative;
    bottom: auto;
    bottom: 30px;
}



.navigation_shop_nav {
    padding: 20px 0;
    background: var(--base);
}

.shop_menu ul,
.shop_icons ul {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.shop_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_menu ul li a:hover {
    font-weight: 600;
}

.shop_menu ul li a,
.shop_icons ul li a {
    color: #000;
    font-weight: 500;
    transition: .3s;
}

.shop_menu ul {
    column-gap: 0 !important;
}

.shop_menu ul li a {
    text-transform: uppercase;
    padding: 0 25px;
    border-right: 1px solid #000;
}

.shop_menu ul li:last-child a {
    border: none;
}

.shop_icons ul li a img {
    width: 25px;
    height: 25px;
}

.section_title {
    padding-bottom: 25px;
}

.section_title h1 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    /*  letter-spacing: 5px;*/
    font-weight: 400 !important;
    font-family: 'Sequel Sans Book Disp';
}

.prod_box {
    cursor: pointer;
}

.pdct_image {
    overflow: hidden;
    position: relative;
}

.pdct_image img {
    transition: .3s;
}

.hid-img {
    display: none !important;
}

.prod_box:hover .def-img {
    display: none;
}

.prod_box:hover .hid-img {
    display: block !important;
}

.product_name .pdct_name {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 100% !important;
}

.product_name {
    padding-top: 20px;
}

.price_sec {
    color: var(--base);
    font-weight: 600;
}

.shop_banner_carousel .slick-slide {
    margin: 0 !important;
}


.product_section .slick-dots li button {
    width: 10.7px;
    height: 5px;
    border-radius: 50%;
    transition: .3s;
    background: rgba(255, 255, 255, .5);
}

.product_section .slick-dots li.slick-active button {
    width: 32px;
    height: 5px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
}

.product_section .slick-dots li {
    width: auto;
    height: auto;
}

.product_section .slick-dots li button:before {
    display: none;
}

.product_section .slick-dots {
    line-height: 0;
    position: relative;
    bottom: auto;
    bottom: 0;
    padding-top: 40px !important;
}

.prod_box {
    padding: 0 10px;
}

.act_icon {
    width: 45px;
    height: 45px;
    background: var(--base);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 8px;
    transition: .3s;
}

.act_icon:hover {
    background: var(--theme);
}

.act_icon:hover i {
    color: var(--base);
}

.act_icon i {
    font-size: 18px;
}

.pdct_actn_icon {
    position: absolute;
    top: 20px;
    right: -200px;
    transition: .5s;
}

.prod_box:hover .pdct_actn_icon {
    right: 20px;
}

.pd_Arrow button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .25);
    width: 50px;
    height: 50px;
    line-height: 0;
    margin-right: 10px;
}

.pd_Arrow button:hover {
    background: var(--base);
    border-color: var(--base);
}

.pd_Arrow button:hover svg path {
    fill: var(--theme) !important;
}

.pd_Arrow button svg path {
    fill: rgba(255, 255, 255, .25) !important;
}

.image_lft_shp img {
    width: 100%;
}

.image_rgt_shp .heading_cont h1 {
    color: #fff;
    padding-bottom: 15px;
}

.image_rgt_shp .heading_cont p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
}

.product_section {
    padding: 30px 0;
}

.shop_by_cat {
    /*  padding-top: 0px;*/
    background: var(--base);
    padding-bottom: 60px;
    padding-top: 60px;
    margin: 30px 0;
    overflow: hidden;
}

.section_titles h1 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    /*  letter-spacing: 5px;*/
    font-weight: 400 !important;
    font-family: 'Sequel Sans Book Disp';
}

/*.shop_by_cat .section_titles 
{
  padding-bottom: 35px;
}*/

.product_section .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.shop_by_cat .slick-dotted.slick-slider {
    margin-right: -10%;
}

.mobile_menu_bar {
    display: none;
}

.desk-img {
    display: block;
}

.mob-img {
    display: none !important;
}

.sc_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
}

.social_media {
    padding-top: 15px;
}

.social_media ul li a {
    text-decoration: none;
    position: relative;
    color: var(--base);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #2f4c81;
}

.social_media ul {
    text-align: center;
    line-height: 0;
}

.social_media ul li {
    display: inline-block;
    margin: 0 2px;
}

.footer_sc a {
    width: 45px !important;
    line-height: 45px !important;
    height: 45px !important;
}

.footer_sc i {
    font-size: 20px;
}

.footer_sc .sc_title {
    padding-bottom: 0 !important;
    padding-right: 10px;
    font-size: 13px !important;
}

.pdct_crss .prod_box {
    margin-bottom: 25px;
}

.active_in {
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.srt_name {
    flex: none;
    color: #fff;
    padding-right: 10px;
}

.srt_sel {
    font-size: 16px !important;
    width: 200px !important;
}

.inner_shp_container .pdct_crss .prod_box {
    padding: 0 !important;
}

.cnt_nmbr {
    color: #fff;
}

.filtr_row {
    padding-bottom: 25px;
}

.left-sidebar .widget,
.left-sidebar .accordion-item {
    margin-bottom: 0 !important;
}

.left-sidebar .widget {
    padding-bottom: 0;
    padding-right: 0;
}

.left-sidebar .accordion-body,
.left-sidebar .accordion-item {
    background: none !important;

}

.left-sidebar {
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.left-sidebar .accordion-button:not(.collapsed) {
    background: none !important;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}


.sort_section {
    background: #fff;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 100000;
    padding: 0 10px;
    transition: .5s;
}

.sort_section ul li {
    padding: 10px;
    font-size: 15px;
}

.sort_heading {
    padding: 15px 10px 15px;
    border-bottom: 1px solid #f1f1f1;
}



.breadcrumbs_nav {
    padding-top: 20px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumbs li a {
    color: #fff;
}

.breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    padding: 0 10px;
    opacity: .3;
}

.breadcrumbs .breadcrumb-item {
    color: #fff !important;
}

.product_grid_details {
    display: grid !important;
    grid-gap: 1rem;
    margin-bottom: 2rem !important;
    grid-template-columns: repeat(2, 1fr);
}

.product-detail-right .heading-product h1 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #fff;
}

.product-detail-right .prdct_title_block p {
    color: #fff;
    padding-top: 6px;
}

.product-detail-right .heading-product {
    display: flex;
    column-gap: 30px;
}

.product-detail-right .heading-product {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 20px;
}

.product-detail-right {
    padding-left: 10px;
}

.div-detail-price-row {
    padding-bottom: 3px;
}

.prd-offer-price {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: var(--base);
}

.div-detail-price-row span {
    margin-right: 5px;
}

del {
    color: #fff;
    display: inline-block;
}

.prd-span-text-off {
    color: #fff;
}

.inclusive {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.size-guide a {
    font-size: 15px;
    padding-bottom: 0px;
    color: #fff;
}

.size-custom-label {
    padding: 25px 0;
}

.size-first-block {
    margin-bottom: 12px;
}

.size-custom-label ul {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
    grid-row-gap: 12px;
}

.size_block-div input[type="radio"] {
    display: none;
}

.size_block-div label {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: transparent;
    width: 42px;
    height: 50px;
    width: 85px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.size_block-div input[type=radio]:checked+label {

    border-width: 2px;
    background: var(--base);
    color: var(--theme);
    font-weight: 600;
    border: 1px solid var(--base);
}

.sp_line {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.size-chart-block p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding-bottom: 25px;
}

.size-chart-block p a {
    text-decoration: underline !important;
    text-transform: uppercase;
    padding-left: 5px;
    font-weight: 500 !important;
    font-size: 15px;
    color: #fff;
}


.quantity_name {
    padding-bottom: 8px;
    color: #fff;
}

.quantity-control {
    display: flex;
    width: fit-content;
    /*background: #eaeaea;*/
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    padding: .7rem 0.4rem;
    min-width: 130px;
    justify-content: space-between;
    height: 50px;
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 8px;
    cursor: pointer;
}

.quantity-btn svg {
    width: 10px;
    height: 10px;
    fill: #fff;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #fff;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity {
    display: flex;
    /*  align-items: end;*/
    column-gap: 20px;
    padding: 25px 0;
}

.qty_flex {
    /* display: flex;
  align-items: center;
  column-gap: 15px;*/
}

.select_player select {
    font-size: 15px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.select_player label {
    color: #fff;
    font-size: 16px;
    padding-bottom: 8px;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

.product-detail-button {
    margin: 0 0 15px 0;
    /*    display: flex;*/
    /*    align-items: center;*/
}

.bg-button {
    background: var(--base);
    border: 1px solid var(--base) !important;
    color: #fff;
}

.bg-button:hover {
    background: transparent;
    color: var(--base);
}

.bg-button:hover svg path {
    fill: var(--base) !important;
}

.prdct-button {
    border-width: 2px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .2s;
    /*    border: none !important;*/
    width: 100%;
    padding: 15px;
    color: var(--theme);
    border-radius: 6px;
}

.bg-button svg {
    padding-right: 5px;
}

.bg-button svg path {
    fill: var(--theme);
}

.delivery_option label {
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 17px;
    color: #fff;
}

.delivery_option {
    /*  padding: 25px 0;*/
    width: 100%;
}

.delivery_option .picode-form input {
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    background: transparent;
    height: 50px;
}

.check {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, .2) !important;
    z-index: 99;
    cursor: pointer;
    transition: .3s;
}

.delivery_option .picode-form {
    position: relative;
    max-width: 100%;
}

.delivery_option p {
    padding-top: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
}

.image_grid img {
    width: 100%;
}

/*.product-details-collpase .accordion-button
{
  background: transparent !important;
}*/
.product-details-collpase .accordion-button {
    background: transparent !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 20px 0 !important;
    font-size: 14px;
}

.product-details-collpase .accordion-item {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;

}

.product-details-collpase .accordion-item:last-child {
    border-bottom: none !important;
}

.product-details-collpase .accordion-body {
    background: transparent;
    /*  border-top: 1px solid  rgba(255, 255, 255, .2) !important;*/
    padding: 0 0 15px 0 !important;
}

.product-details-collpase .accordion-button::after {
    background: none !important;
    font-size: 14px;
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b" !important;
    transition: .5s;
    transform: initial !important;
}

.product-details-collpase .accordion-button:not(.collapsed)::after {
    background: none !important;
    font-size: 14px;
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "-" !important;
    transition: .5s;
    transform: initial !important;
}

.product-details-collpase .accordion-body h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
}

.mtop_12 h4 {
    padding-bottom: 8px;
}

.sp_table-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mtop_12 {
    margin-top: 12px;
}

.sp_table-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.sp_table-index .sp-row:nth-child(odd) {
    margin-right: 10%;
}

.sp_table-index .sp-row {
    position: relative;
    border-bottom: 1px solid #ffffff1f;
    margin: 0 0 12px;
    padding-bottom: 10px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.index-rowKey {
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

.index-rowValue {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

.product-details-collpase .accordion-body p,
.sp_list li {
    font-size: 14px;
}

.sp_list li {
    list-style-type: disc !important;
}

.heading-txt {
    color: #fff;
    padding-bottom: 30px;
}

.similiar_product {
    padding: 30px 0;
}

.about_long_image {
    padding-bottom: 35px;
    padding-top: 15px;
}

.about_left p {
    color: #fff;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    word-spacing: 4px;
}

.p_le {
    padding-left: 15px;
}

.bg_abt p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /* font-weight: 300; */
    padding: 0 40px;
    padding-bottom: 25px;
    word-spacing: 4px;
}

.mbs_players {
    padding: 60px 0;
}

.cmn_header {
    text-align: center;
}

.cmn_header h1 {
    color: var(--base);
    text-transform: capitalize;
}

.mbs_players .player_row {
    padding-top: 35px;
}

/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
  display: block !important;
}*/

.mbs_players .owl-dots button,
.similiar_product .owl-dots button {
    width: 10px !important;
    height: 10px !important;
    background: #ffffff3d !important;
    margin: 0 5px;
    border-radius: 50%;
    transition: .3s;
}

.mbs_players .owl-dots button.active,
.similiar_product .owl-dots button.active {
    width: 30px !important;
    border-radius: 20px !important;
    background: #fff !important;
}

.mbs_players .owl-dots,
.similiar_product .owl-dots {
    text-align: center;
    padding-top: 25px;
}

.mbs_coaches .coach_card {
    padding-bottom: 0 !important;
}

.or_tam {
    padding-top: 30px;
    background: var(--base);
    margin-top: 80px;
}

.or_tam .center_heading h1,
.up_mb .center_heading h1 {
    color: var(--theme) !important;
    -webkit-text-fill-color: initial !important;
}

.mbs_players .center_heading p {
    color: var(--theme);
}

.up_mb .center_heading p {
    color: var(--theme) !important;
}

.mr_partners {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
}

.mbs_coaches {
    padding-top: 25px !important;
}

.bg_shade img {
    width: 100%;
}

.up_mb {
    background: var(--base);
}

.up_mb .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.up_mb {
    padding-top: 40px !important;
}

.mbs_coaches .center_heading p {
    color: #fff;
}

.mbs_ftr .social_media ul li a {
    background: #007fba;
    color: #fff;
}

.social_media ul li a:hover {
    background: var(--base) !important;
    color: var(--theme) !important;
}

.move_btn_wishlist button {
    padding: 8px 15px;
    background: var(--base);
    display: block;
    color: var(--theme);
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    margin-top: 8px;
    border: 2px solid var(--base);
    transition: .3s;
    font-size: 14px;
}

.move_btn_wishlist svg {
    padding-right: 5px;
}

.move_btn_wishlist svg path {
    fill: var(--theme);
}

.delete_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

.delete_icon i {
    font-size: 20px;
}

.Wishlist_page .col-md-3 {
    width: 20%;
}

.Wishlist_page .prod_box {
    padding: 0 5px;
    margin-bottom: 40px;
}

.move_btn_wishlist button:hover {
    background: transparent;
    color: var(--base);
}

.move_btn_wishlist button:hover svg path {
    fill: var(--base) !important;
}

.cart_count-title {
    margin-bottom: 15px;
}

.cart_count-title h6 {
    color: #fff;
    text-transform: uppercase;
}

.item--cart-block {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    position: relative;
    padding: 15px 15px 0;
    margin-bottom: 20px;
    background: transparent;
}

.cart--box--image {
    position: absolute;
}

.cart--prdct-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

.br-right {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.cart--prdct-checkbox input[type="checkbox"] {
    display: none;
}

.cart--prdct-checkbox input[type="checkbox"]+label span.check_mark_icon {
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 2px 10px 0 0;
    background: #fff;
    border: 2px solid #ced4da;
    /*border-radius: 4px;*/
    cursor: pointer;
    vertical-align: middle;
    float: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.cart--prdct-checkbox input[type="checkbox"]:checked+label span.check_mark_icon {
    background: #000000 no-repeat center;
    border: 2px solid #000000;
    background-size: 12px 12px;
    /*border-radius: 0 !important;*/
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.cart--content--box-text {
    padding-left: 16px;
    position: relative;
    min-height: 174px;
    margin-left: 140px;
    /* margin-bottom: 12px; */
}

.cart_prd-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.item--brand--text .product-detail h5 {
    font-size: 16px;
    padding: 0px 0 6px 0;
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #fff;
}

.item--brand--text .product-detail .product-features p {
    padding: 0 0 4px 0 !important;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
}

.size_qty--cart {
    padding-top: 10px;
}

.size_qty--cart .qty_flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.ret-text {
    color: #fff;
}

.return-block {
    padding-top: 10px;
}

.item--footer-cart {
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    /* padding-top: 12px; */
}

.item--footer_list-block {
    width: 50%;
    padding: 10px 0;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}

.item--footer_list-block i {
    padding-right: 3px;
}

.cart_item_container {
    padding-right: 20px;
}

.billing-details h5 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 16px !important;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 15px;
}

.fl-r {
    float: right;
}

.price-list-row {
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 15px;
    color: #fff;
}

.price-list-row.btop {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 22px;
    padding-top: 17px;
}

.place-order {
    display: block;
    padding: 10px;
    width: 100%;
    border: 2px solid var(--base) !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--theme);
    font-size: 15px;
    background: var(--base);
    margin-top: 20px;
    transition: .3s;
    height: 50px;
    border-radius: 10px;
}

.place-order:hover {
    background: transparent;
    color: var(--base);
}

.price-list-row.btop h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--base);
}

.cart_right_sidebar {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 25px 25px;
    border-radius: 20px;
}

.price-list-val {
    float: right;
}

.cart_left_container {
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.checkout_contain {
    padding-right: 20px;
}

.checkout_contain input {
    border: 1px solid rgba(255, 255, 255, .2);
}

.checkout-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.checkout-heading h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

.payment_option {
    padding-top: 50px;
}

.check_content {
    line-height: 0;
}

.text_change {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check_content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.text_body p {
    font-size: 14px;
    line-height: 14px;
    padding-top: 5px;
    color: #fff;
}

.check_content input[type="radio"] {
    display: none;
}

.check_content input[type="radio"]:checked,
.check_content input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.check_content [type="radio"]:checked+label,
.check_content [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    width: 100%;
}

.check_content [type="radio"]:checked+label:before,
.check_content [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--base);
    border-radius: 100%;
    background: transparent;
}

.check_content [type="radio"]:checked+label:after,
.check_content [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--base);
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.check_content [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.check_content [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment_iem_block {
    padding: 25px;
    background: #2f4c81;
    margin-top: 30px
}

.card-input {
    padding: 10px 14px;
    /*    border: 1px solid #17234d !important;*/
    margin-bottom: 12px;
    border-radius: 5px;
    background: #00000021;
}

.card-input-col {
    position: relative;
}

.card-input-col label {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 6px;
}

.card-input-col input {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    color: #fff !important;
}

.card-frm-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.card-number-flex {
    column-gap: 8px;
}

.card-input-col label {
    color: #fff;
}

.payment_card_detail {
    padding-top: 25px;
}

.update_profile {
    padding: 10px 20px;
    border: none !important;
    color: var(--theme) !important;
    background: var(--base);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    border: 2px solid var(--base) !important;
    transition: .3s;
    margin-top: 8px;
    width: 100%;
    display: inline-block;
    /* min-width: 160px; */
}

.update_profile:hover {
    color: var(--base) !important;
    background: transparent;
}

.card-number-flex .card-input {
    width: 33.33%;
}

.checkout-header {
    background: var(--theme);
    padding: 15px 0;
}

.back_btn_label {
    color: #fff;
}

.save_info {
    display: flex;
    align-items: center;

}

.save_info p {
    color: #fff;
}

.login_content {
    padding: 45px 35px;
    background: #fff;
    max-width: 40%;
    margin: auto;
    text-align: center;
}

.logo_login {
    padding-bottom: 15px;
}

.login_frm_dtl h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
}

.login_frm_dtl p {
    font-size: 15px;
    color: #000;
}

.login_frm_block {
    padding-top: 20px;
}

.login_input input {
    padding: 12px 14px;
    border: 1px solid #00000021 !important;
    margin-bottom: 12px;
    border-radius: 0px;
    background: #4b6390;
}

.product_detail_page.login_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bg_login {
    /*  position: relative;*/
    background: url('../images/banner.jpg');
}

.bg_login::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
}

.log_diff {
    padding-top: 10px;
    color: #000;
}




.af_pg_tab_container .af_pg_left_tab .nav-link.active {
    background: var(--base) !important;
    color: var(--theme) !important;
    /*font-weight: bold !important;*/
}

.af_pg_tab_container .af_pg_left_tab .nav-link {
    text-align: left;
    padding: 17px 22px !important;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 0 !important;
    color: var(--base);
    /* border-bottom: 1px solid rgba(0, 0, 0, .125) !important; */
    background: var(--theme);
    margin: 5px 0;
}

.af_pg_left_tab {
    width: 30%;
}

.af_pg_right_tab {
    width: 70%;
}

.affiliate_content .heading_container h2 {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
}

.affiliate_content .heading_container p {
    text-align: left;
    padding-top: 0;
}

.text_left {
    text-align: left !important;
}

/* .af_pg_tab_container .aim_section {
    padding: 40px 0 50px;
}

.af_pg_tab_container .right_aim {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .9rem));
    grid-auto-flow: dense;
    grid-gap: .9rem;
} */

.af_pg_right_tab {
    padding-left: 30px;
}

.af_pg_tab_container {
    padding: 60px 0;
}