@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
}
/*==== COMMON CSS START ====*/
@font-face {
    font-family: "Potro Sans Bangla";
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf");
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Potro-Sans-Bangla-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Alinur Banglaborno";
    src: url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf");
    src: url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf?#iefix") format("embedded-opentype"), url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf") format("truetype");
}
@font-face {
    font-family: 'Ethnocentric Rg';
    src:url("../fonts/ethnocentric rg.otf");
}
p {
    text-align: left;
    margin: 0;
    color: #000;
    padding: 0;
}
.alinur {
    font-family: "Alinur Banglaborno", sans-serif;
}
button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
    font-family: "Jost", sans-serif;
}
form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
    /*float:left !important;*/
}
ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}


button,
button:focus,
button:active {
    text-decoration: none;
    outline: 1px;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 1px;
    border: 1px solid #ddd;
    box-shadow: 0 0 !important;
}
.parsley-errors-list {
    color: #01808c;
}
.parsley-error {
    border: 1px solid #01808c !important;
}
img {
    max-width: 100%;
    height: 100%;
}
button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    margin: 0;
}
.potro_font {
    font-family: Potro Sans Bangla;
}
svg {
    height: 16px;
    width: 16px;
}
.cursor {
    cursor: pointer;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.container_97 {
    max-width: 1200px;
}
.container {
   max-width: 1200px; 
   margin: 0 auto;
}
footer {
    padding: 0 0;
}
.meta-date.meta {
    color: #000;
}
/*----------master-page-design-start----------*/

/*header-top-start*/
.header_top {
    background: #fff;
    border-bottom: 2px solid #1f0554;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    padding: 2px 0;
}
.game_detai {
    text-align: center;
    color: red;
}
.header_main {
    display: grid;
    grid-template-columns: 40% 30% 7% 23%;
}
.contact_info li a {
    color: #000;
    font-size: 14px;
  
}
.contact_info li:hover a {
    color: #1057da;
}

.contact_info li a i{
   border: 1px solid #666;
    border-radius: 50%;
    padding: 3px;
    font-size: 9px;
}
    
.contact_info li {
    padding-left: 36px;
}
.name_info h4 {
    color: #1057da;
    margin-top: 6px;
    font-weight: 600;
    /*font-family: 'Ethnocentric Rg', sans-serif;*/
    font-size: 16px;
}
.social_midea {
    text-align: end;
}
li.icon_image img {
    height: 25px;
    width: 25px;
}
li.icon_image {
    margin-right: 2px;
    height: 30px;
    width: 30px;
    background: white;
    line-height: 27px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
    transition: 0.3s all;
}
li.icon_image:hover {
    background: #ddd;
}
.mobile-menu .nav li button.active {
    border-radius: 0;
    color: #83b735;
}

.main-search.mobile-search {
    margin: 0;
    padding: 0;
}

.main-search.mobile-search form {
    border: 1px solid #ddd;
}

.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.language {
    color: #fff;
    font-size: 14px;
}
.first-nav .parent-category {
    display: block;
    line-height: 33px;
}
.first-nav .menu-category-list {
    display: block;
}
.first-nav .menu-category-list .menu-category-link {
    padding: 10px 0;
    display: block;
    padding-left: 20px;
}
.first-nav .parent-category .menu-category-name {
    display: block;
    padding: 10px;
    padding-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}
.mobile-menu li.parent-category {
    position: relative;
}
.mobile-menu span.menu-category-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.mobile-menu span.menu-category-toggle.active i {
    transition: transform 0.3s ease;
}
.mobile-menu span.menu-category-toggle.active i {
    transform: rotate(180deg);
}
.second-nav {
    padding: 0 0px;
    background-color: #fff;
}
.second-nav.active {
    min-height: 15px;
}
.parent-subcategory {
    display: block;
    position: relative;
    padding: 0px;
}
.parent-subcategory .menu-subcategory-name {
    display: block;
    padding: 10px;
    padding-left: 40px;
}
span.menu-subcategory-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

span.menu-subcategory-toggle.active i {
    transition: transform 0.3s ease;
}
span.menu-subcategory-toggle.active i {
    transform: rotate(180deg);
}
li.childcategory {
    display: block;
}
ul.third-nav {
    padding: 0;
    background-color: #f2f2f2;
}
li.parent-category.active {
    background-color: rgba(0,0,0,.05);
}
li.parent-subcategory.active {
    background-color: #fff;
}

.menu-childcategory-name {
    display: block;
    padding: 10px 0;
    padding-left: 60px;
}
header .toggle {
    margin-top: 0;
    padding-left: 30px;
}

section.main-header {
    margin: 7px 0px;
}
/*search-start*/
.main-search {
    margin: 8px 0px;
    position: relative;
    /*border: 1px solid #1057da;*/
    border-radius: 5px;
    padding: 0 0 0 9px;
    
}
input#searchBar {
    padding: 0 0 0 14px;
    border: 1px solid #1057da;
}
.main-search form {
    height: 41px;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 5px;
    overflow: hidden;
}
.main-search form input {
    height: 100%;
    padding: 0 5px;
    font-size: 14px !important;
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 5px;
    color: #222;
}
.heder_mb_menu {
    display: none;
}
.main-search form input::placeholder {
    color: rgb(19, 12, 12);
    font-size: 14px;
}
.main-search form button {
    height: 100%;
    background: #1057da;
    width: 56px;
    float: left;
    font-size: 18px;
    font-weight: 800;
    margin-left: -56px;
    border-radius: 0px 1px 1px 0px;
}
.main-search form button{
    color: #fff !important;
}
.main-search form button svg {
    height: 20px;
    width: 35px;
}
/*search-end*/
.main-logo img {
    height: 57px;
}
.account {
    display: grid;
    grid-template-columns: 27% 63%;
    margin-left: -12px;
    margin-top: 7px;
    text-align: end;
    gap: 5px;
}
.scrolltop {
    position    : fixed;
    right       : 34px !important;
    bottom      : 50px !important;
    width       : 42px !important;
    height      : 42px !important;    
    background  : #1057da !important;
    line-height : 42px !important;
    border-radius: 50% !important;
    text-align  : center !important;
    color       : #ffff !important;
    font-size   : 25px !important;
    cursor      : pointer;
    z-index     : 9999;
}


.scrolltop:hover {
    background: red !important;
    color: white;
}    
    

.scroll i {
    color: white;
}
.account_logo i {
    border: 2px solid #1057da;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 19px;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    color: #ffffff;
    background: #1057da;
}
.account_name p {
    color: #1057da;
    font-weight: 700;
    font-size: 18px;
}
.account_type li a {
    color: #000000;
}
.account_type li:hover a {
    color: #1057da;
}
.account_logo {
    margin-top: 6px;
}
.account_type li a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.account_name {
    position: relative;
    margin-top: 9px;
}
.account_type {
    position: absolute;
    left: -27px;
    top: 40px;
    display: none;
    transition:ease 0.6s all;
}
.account:hover .account_type{
    display:block;
     top: 30px;
     transition:ease 0.6s all;
}
.account_type ul li {
    display: block;
    z-index: 999;
    padding: 3px 5px;
    /* border-radius: 5px; */
    text-align: center;
    line-height: 30px;
    
}

.border_top{
    border-top:1px solid #ddd;
}
.account_type ul {
    margin-top: 10px;
}
.account_type {
    background: #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    height: 95px;
    width: 95px;
    z-index: 999;
}
li.icon_image i {
    color: white;
}
.contact_us h4 {
    font-size: 15px;
}
h4.flow__us {
    padding: 18px 0px;
    font-weight: 700;
}

.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}
.topbar {
    padding: 5px;
    /* border-radius: 230px 0px; */
}
section.category_menu {
    background: #1057da;
}
.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.text-secondary {
    color: #ffb524 !important;
}
.text-white {
    color: #fff !important;
}
.main_menu li a {
    color: #fff;
    font-size: 17px;
    padding-right: 60px;
    text-transform: uppercase;
}
.main_menu {
    margin: 0 auto;
}
.main_menu li a:hover {
    color: #ff9e00;
    transition: 0.34s all ease;
}
.active{
    color: #ff9e00 !important;
}

.quick_link ul li {
    display: block;
    line-height: 46px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dotted #7a7777;
}
.quick_link ul li:hover a{
   color:#1057da;
   text-decoration:underline;
}
.payment_method {
    display: grid;
    grid-template-columns: 16% 80%;
    margin-top: 24px;
    gap: 6px;
}
.quick_link li a{
    color: #7a7777;
}
.quick_link i {
    color: #1057da;
    padding-right: 15px;
    font-weight: 900;
}
.contact_us ul li {
    display: block;
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dotted #7a7777;
}
.contact_us ul li:hover a{
   text-decoration  :underline;
   color            :#1057da;
}
.be_player {
    /* line-height: 42px; */
    background: #1057da;
    border-radius: 7px;
    margin-top: 2px;
}
.be_player p img {
    height: 37px;
}

.be_player p {
    text-align: left;
    color: #fff200;
    font-weight: 700;
    font-size: 18px;
    margin-top: 13px;
    margin-left: 5px;
    padding: 2px;
    line-height: 13px;
}
.be__players_btn img {
    height: 54px;
    padding: 8px 6px 7px 0;
    width: 100%;
}
.be__players_btn {
    display: grid;
    grid-template-columns: 75% 25%;
    gap: 5px;
}
.be__players_btn span {
    font-size: 12px;
    /* margin-top: 2px; */
    color: white;
}
.modify {
    margin-top: 18px;
}
.contact_us i {
    color: #1057da;
    padding-right: 15px;
}
.support-service h2 {
    font-size: 30px;
    padding-top: 51px;
    text-align: center;
    position: relative;
}
.support-service h2 span {
    color: red;
}
.support-service h2::after {
    content: "";
    position: absolute;
    background: red;
    width: 7%;
    height: 3px;
    top: 96px;
    left: 45%;
}
.support_contact ul li {
    display: block;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ddd;
    padding: 12px 0px;
    border-radius: 80px;
}
.support_contact ul li:hover {
    border: 1px solid #1057da;
   
}
.support_contact i {
    border-right: 1px solid;
    padding-right: 12px;
    height: 40px;
    line-height: 40px;
}
.support_contact li a {
    color: #1057da;
    padding: 0px 0px 0px 35px;
    font-size: 19px;
    /* width: 111%; */
}

.support_contact li {
    margin-top:13px;
}
.fd_tittle h3 {
    color: #1057da;
    font-size: 20px;
    margin: 17px 0px;
}
.footer_area {
    background: #edf6fd;
    /*border-top: 1px solid #c2e5c2;*/
}

.footer-bottom {
    background: #021d4e;
    padding: 10px 0;
}
.copyright p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.img-box img {
    object-fit  : cover;
    height      : 100%;
    width       : 100%;
}

.img-box img:hover {
  opacity: 0.6;
  transition: 0.3s;
}



.copyright span {
    color: orange;
}
.footer_social_midea {
    text-align: left;
    /*margin-left: 30px;*/
    margin-top: -7px;
}
.fixed-top {
    top: -30px;
    transform: translateY(30px);
    transition: transform 0.5s;
    background: #fff;
    box-shadow: 0px 0px 10px #c3c3c3;
    z-index: 999;
}
/*footer-end*/

.main-slider-section {
    margin-top: 22px;
}
.main_item img {
    height: 600px;
}


.gallery_carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: flex;
    transform: translateX(-50%);
    display: block !important;
}
.gallery_carousel button.owl-dot {
    width: 20px;
    height: 5px;
    background: white !important;
    margin: 3px;
}
.gallery_carousel button.owl-dot.active {
    background: red !important;
    border: 1px solid red;
    width: 50px;
}
.gallery_carousel .owl-dots .disabled {
    display: block !important;
}
/*fixture slider*/
.fixture_slider: hover .owl-next{
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}
.fixture_slider{
    position: relative;
}
.fixture_slider .owl-next {
    position: absolute;
    right: -5%;
    color: #fff !important;
    font-size: 28px !important;
    top: 40%;
    height: 35px;
    line-height: 29px !important;
    width: 35px;
    border-radius: 50% !important;
    background: #1057da !important;
}

.fixture_slider .owl-prev {
    position: absolute;
    left: -5%;
    font-size: 28px !important;
    top: 40%;
    height: 35px;
    line-height: 29px !important;
    width: 35px;
    border-radius: 50% !important;
    background: #1057da !important;
    color: #fff !important;
}
.fixture_slider .owl-nav.disabled {
    display: block !important;
}
.fixture_slider button i {
    font-size: 15px;
    line-height: 33px;
}
/*sponsor slider*/
.sponsor__slider: hover .owl-next{
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}
.sponsor__slider{
    position: relative;
}
.sponsor__slider .owl-next {
    position: absolute;
    right: -2%;
    font-size: 28px !important;
    top: 25%;
    height: 30px;
    line-height: 27px !important;
    width: 30px;
    border-radius: 50% !important;
    background: #1057da !important;
    color: #fff !important;
}

.sponsor__slider .owl-prev {
    position: absolute;
    left: -2%;
    font-size: 28px !important;
    top: 25%;
    height: 30px;
    line-height: 27px !important;
    width: 30px;
    border-radius: 50% !important;
    background: #1057da !important;
    color: #fff !important;
}
.sponsor__slider .owl-nav.disabled {
    display: block !important;
}
.sponsor__slider button i {
    font-size: 15px;
    line-height: 33px;
}
/*===============*/
.fixture_sliders: hover .owl-next{
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}
.fixture_sliders{
    position: relative;
}
.fixture_sliders .owl-next {
    position: absolute;
    right: -5%;
    color: #fff !important;
    font-size: 28px !important;
    top: 50%;
    height: 35px;
    line-height: 29px !important;
    width: 35px;
    border-radius: 50% !important;
    background: #1057da !important;
}

.fixture_sliders .owl-prev {
    position: absolute;
    left: -5%;
    font-size: 28px !important;
    top: 50%;
    height: 35px;
    line-height: 29px !important;
    width: 35px;
    border-radius: 50% !important;
    background: #1057da !important;
    color: #fff !important;
}
.fixture_sliders .owl-nav.disabled {
    display: block !important;
}

/*main-slider-end*/

.fixture {
    margin-top: 30px;
}
.fixture_btn {
    text-align: end;
}
.fixture_btn a {
    font-size: 14px;
    background: #ffd600;
    padding: 5px 17px;
    border-radius: 35px;
    color: #012c72;
    font-weight: 600;
}
.fixture_title h3 {
    color: #012c72;
    font-size: 22px;
    font-weight: 600;
}
/*fixture_title_end*/
/*fixture-section-start*/
.fixture_item {
    border: 2px solid #ddd;
    border-radius: 0px 0px 15px 15px;
    margin: 20px 0px;
}
.fixture_item.fixture_item_bottom {
    background: #fff;
}
.fixture_date {
    display: grid;
    grid-template-columns: 65% 35%;
    padding: 6px 12px;
    background: #e8e6e6;
    margin-bottom: 6px;
    border-radius: 0px 0px 15px 15px;
}
.play_time h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
}
.play_result p {
    color: #d11919;
    text-transform: uppercase;
    text-align: end;
    font-weight: 600;
    font-size: 15px;
}

.fixture_team {
    display: grid;
    grid-template-columns: 20% 50% 30%;
    padding: 0px 5px;
    align-items: center;
    margin-bottom: 15px;
}
.team_logo {
    width: 40%;
    height: 30px;
    margin: 0 auto;
    margin-top: 10px;
}
.team_scoure li {
    display: block;
    text-align: center;
}
.scoure_count {
    font-size: 14px;
    font-weight: 700;
    color: #6f6767;
}
.team_name h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.team_name p {
    text-align: center;
    color: #1057da;
}

.fixture_update p {
    text-transform: capitalize;
    color: #e31e1e;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.fixture_vs {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 0px 5px;
    text-align: center;
}
.team_vs p {
    background: #222;
    color: #fff;
    padding: 3px 25px;
    font-size: 12px;
    font-weight: 700;
}
.team_vs {
    font-size: 12px;
    font-family: "Jost",sans-serif;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    flex-basis: 16%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.team_vs :before {
    width: 65%;
    background: -webkit-linear-gradient(left, rgb(0, 36, 82) 0%, rgba(0, 36, 82, 0) 100%);
    background: -moz-linear-gradient(left, rgb(0, 36, 82) 0%, rgba(0, 36, 82, 0) 100%);
    background: -ms-linear-gradient(left, rgb(0, 36, 82) 0%, rgba(0, 36, 82, 0) 100%);
    background: -o-linear-gradient(left, rgb(0, 36, 82) 0%, rgba(0, 36, 82, 0) 100%);
    background: linear-gradient(left, rgb(0, 36, 82) 0%, rgba(0, 36, 82, 0) 100%);
    left: 0;
    right: auto;
}
.team_vs:before {
    content: "";
    background: -webkit-linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    background: -moz-linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    background: linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    width: 90%;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team_vs {
    height: 40px;
    flex-basis: 100%;
    justify-content: flex-start;
}
.team_matcentre a {
    background: #ffd600;
    padding: 5px 18px;
    border-radius: 19px;
    color: #0e04c1;
    font-size: 12px;
    font-weight: 500;
}



.team_matcentre a:hover {

    background: white;    
    color   : #0e04c1;
    border: 2px solid #ffd600;
}






.team_matcentre_f{
    text-align:center;
}
.team_matcentre_f a {
    background: #ffd600;
    padding: 5px 52px;
    border-radius: 54px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s all ease;
}




.team_matcentre_f:hover a {
    background: #1057da;
    transition: 0.5s all ease;
    color: white;
}
.team_matcentre {
    margin-top: 8px;
}
/*fixture-section-end*/

.latest-result-section {
    margin-top: 20px;
    height: 400px;
    background-size: cover;
    background: url('../images/background3.jpg')
    background-repeat: no-repeat;
    background-color: #edf6fd;
    padding-top: 15px;
}

.goal_count {
    display: grid;
    grid-template-columns: 35% 30% 35%;
    gap: 9px;
}
.goal_teams p {
    text-align: center;
    line-height: 80px;
    font-size: 25px;
}
.goal_teamss p {
    text-align: center;
    line-height: 114px;
    font-size: 25px;
}
.goal_team {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    border: 2px solid #ddd;
    text-align: center;
    margin: auto;
}
.goal_team p {
    text-align: center;
    margin-top: -5px;
}
.goal_team h3 {
    font-size: 40px;
    margin-top: 7px;
}
.latest_logo_team img {
    height: 80px;
    width: 80px;
}
.latest_logo_team{
    margin: 0 auto;
}
.latest_logo_teams img {
    height: 120px;
    width: 120px;
}
.container_fotter{
    width:1300px;
    margin:0 auto;
}
.latest_logo_teams{
    margin: 0 auto;
}
.game_details a {
    background: #ff9e00;
    padding: 8px 23px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
}
.game_details {
    text-align: center;
    margin-top: 34px;
}
.latest-item h5 {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.latest-item {
    background: #f8f8f8;
    padding: 31px;
    margin-top: 40px;
    border-radius: 15px;
}
.latest-items h5 {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.latest-items {
    background: #f8f8f8;
    padding: 31px;
    margin-top: 40px;
    border-radius: 15px;
    box-shadow: 1px 3px 15px #ddd;
    border: 3px solid #ddd;
}

.latest-team h4 {
    text-align: center;
    font-size: 38px;
    padding-top: 30px;
}
.latest-team span{
    color: red;
}

.team {
    padding: 46px 0px;

}
.team_btn {
    text-align: end;
}
.team_btn a {
    font-size: 14px;
    background: #ffd600;
    padding: 5px 17px;
    border-radius: 35px;
    color: #012c72;
    font-weight: 600;
}
.team_title h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

/*------------ipl-slider-start---------------*/
.ipl_slider: hover .owl-next{
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}
.ipl_slider{
    position: relative;
}
.ipl_slider .owl-next {
    position: absolute;
    right: -4%;
    color: #fff !important;
    top: 38%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    background: #1057da !important;
}

.ipl_slider .owl-prev {
    position: absolute;
    left: -4%;
    top: 38%;
    height: 40px;
    line-height: 44px !important;
    width: 40px;
    border-radius: 50% !important;
    background: #1057da !important;
    color: #fff !important;
}
/*=====================profile slider============*/
.profile_slider: hover .owl-next{
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}
.profile_slider{
    position: relative;
}
.profile_slider .owl-next {
    position: absolute;
    right: -5%;
    color: #1057da !important;
    top: 38%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    background: #ffffff !important;
}

.profile_slider .owl-prev {
    position: absolute;
    left: -5%;
    top: 38%;
    height: 40px;
    line-height: 44px !important;
    width: 40px;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #1057da !important;
}
/*------------ipl-slider-start---------------*/
.fixture_slider: hover .owl-next{
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}
.fixture_slider{
    position: relative;
}
.fixture_slider .owl-next {
    position: absolute;
    right: -4%;
    top: 44%;
}

.fixture_sliders: hover .owl-next{
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}
.fixture_sliders{
    position: relative;
}
.fixture_sliders button i {
    font-size: 15px;
    line-height: 38px;
}
/*====================*/
.ipl_team_section {
    background-image: url('../images/bg.jpeg');
    height: auto;
}

.ipl-item {
    background: darkblue;
    height: 305px;
    background-repeat: no-repeat;
    transition: transform .8s;
    transform-style: preserve-3d;
    text-align: center;
    border-radius: 42px 0;
    border-bottom: 4px solid yellow;
    /*overflow: hidden;*/
}
.main-ipl:hover .ipl-item {
    transform: rotateY(180deg);
}
.ipl_player {
    width: 249px;
}
.ipl_player img {
    padding-top: 15px;
}

.ipl_player_back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.rcb-player {
    width: 241px;
    height: 340px;
}
.players__img img {
    width: 90% !important;
    height: 275px;
    margin: 0 auto;
}
.players__img {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.sports_image {
    height: 386px;
}
span.rcb-plyer-img {
    background-position: center;
    display: block;
    width: 92%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 30px;
}
.rcb-flip-content {
    width: 195px;
    text-align: left;
    height: 182px;
}
.player-des {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-top: 15px;
}
.player_name a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.player_name span {
    font-size: 20px;
    font-weight: 700;
}
.player_name {
    border-left: 2px solid #ddd;
    padding-left: 25px;
    margin-bottom: 70px;
}

.player_logo {
    height: 35px;
    width: 35px;
}
/*------------ipl-slider-end---------------*/
.about_top {
    width: 26%;
    margin: 0 auto;
    color: #ff9e00;
    background: #1057da;
    padding: 5px 0px;
    border-radius: 5px 36px;
}
.topper_about{
    margin: 35px 0px;
}
.about_rcb_section{
    background-color: ghostwhite;
}
.about_main_image img {
    height: auto;
    margin-top: 75px;
}
.aboutrcb {
    display: grid;
    grid-template-columns: 70% 30%;
    margin-top: 29px;
    margin-bottom: -17px;
}
.about_name h4{
    color: #17479e;
}
.about_des li {
    color: black;
}
.about_des p {
    color: black;
    font-size: 16px;
    margin-top: 34px;
}
.about_des ul li {
    margin-top: 11px;
    font-size: 17px;
}
.about_des ul li i {
    margin-right: 15px;
    color: red;
}
.about_name h4 {
    font-size: 35px;
    font-weight: 600;
}
.about_name span {
    color: #e42323;
}
.about_logo {
    height: 54px;
    width: 100px;
    margin-bottom: -19px;
}

.main_count {
    display: grid;
    grid-template-columns: 35% 65%;
    background: #343437;
    margin: 50px 0px;
}
.count_number {
    color: #fff;
    padding: 22px;
}
.count_number p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.count_number h4 {
    font-size: 41px;
    font-weight: 600;
}
.count_des p {
    color: #fff;
    padding: 19px;
    border-left: 5px solid #c92727;
    margin-top: 10px;
}
.feature_background{
    background: #def1f5;
}
.support_item {
    background: #ffffff;
    text-align: center;
    padding: 9px;
    margin: 60px 0px;
    border-radius: 15px;
}
.support_logo {
    height: 70px;
    padding-top: 17px;
    margin-bottom: 14px;
}
.support_title {
    padding-top: 10px;
    padding-bottom: 10px;
}
.support_item a {
    color: #db3030;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.support_subtitle p {
    padding: 5px 13px;
    text-align: center;
    font-size: 16px;
}


.sports_service{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sport_background{
    background: #def1f5;
}
.sports_des h5 {
    font-size: 30px;
    font-weight: 600;
    margin: 27px 0px;
}
.sports_des h5 span {
    color: red;
}
.sports_des p {
    font-size: 15px;
    margin: 32px 0px;
}


/*team_page_start*/
.ipl_team_page_section {
    margin-top: 40px;
    background-image: url('../images/bg.jpeg');
    height: auto;
}
.main_menu h4 {
    font-size: 20px;
    font-weight: 600;
}

.team_btn_all {
    text-align: end;
}
.team_btn_all h4 {
    font-size: 14px;
    border: 2px solid #ffd600;
    padding: 5px 17px;
    border-radius: 35px;
    color: #fff;
    font-weight: 600;
    width: 144px;
    float: right;
}
.team_btn_all p {
    color: #fff;
    font-weight: 600;
}
/*team_page_end*/


/*=========================----------------------------=*/


.ritekhela-fixture-list-wrap {
    float: left;
    width: 100%;
    background-color: DarkSlateBlue;
    position: relative;
    margin-top: 72px;
    margin-bottom: 21px;
}
.ritekhela-fixture-list-vs span, .ritekhela-fixture-list-pool, .ritekhela-contact-list i {
    background-color: #3e454c;
}
.ritekhela-fixture-list-pool {
    position: absolute;
    left: 50%;
    top: -42px;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 0px -85px;
    padding: 7px 42px;
    color: #fff;
}
.ritekhela-fixture-list-pool:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0px;
    border-bottom: 42px solid #fff;
    border-left: 25px solid transparent;
}
.ritekhela-fixture-list-pool:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0px;
    border-bottom: 42px solid #fff;
    border-right: 25px solid transparent;
}
.ritekhela-fixture-list figure {
    margin-bottom: 0px;
    padding: 23px 25px 23px 25px;
}
.ritekhela-fixture-list figure, .ritekhela-fixture-list-vs {
    float: left;
    width: 33.333%;
}
.ritekhela-fixture-list figure a.ritekhela-fixture-list-thumb {
    float: left;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 100%;
    text-align: center;
    padding-top: 18px;
}
a.ritekhela-fixture-list-thumb ~ figcaption {
    margin-left: 125px;
    padding-top: 25px;
}
.ritekhela-fixture-list figure figcaption {
    line-height: 1.2;
}


.ritekhela-fixture-list figure figcaption h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.ritekhela-fixture-list figure figcaption h2 a {
    color: yellow;
}
.ritekhela-fixture-list figure figcaption span {
    color: white;
}
.ritekhela-fixture-list-vs, .ritekhela-error-section h2 {
    background-color: #ffdc11;
}
.ritekhela-fixture-list-vs {
    text-align: center;
    padding: 25px 0px 22px 0px;
}
.ritekhela-fixture-list-vs small {
    display: block;
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 13px;
}
.ritekhela-fixture-list-vs span, .ritekhela-fixture-list-pool, .ritekhela-contact-list i {
    background-color: #3e454c;
}
.ritekhela-fixture-list-vs span {
    display: inline-block;
    color: cyan;
    padding: 7px 20px;
    line-height: 1;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ritekhela-fixture-list-vs time {
    display: block;
    color: black;
}
.ritekhela-fixture-list figure {
    margin-bottom: 0px;
    padding: 23px 25px 23px 25px;
}
.ritekhela-fixture-list figure, .ritekhela-fixture-list-vs {
    float: left;
    width: 33.333%;
}
.ritekhela-fixture-list .ritekhela-fixture-list-right a.ritekhela-fixture-list-thumb {
    float: right;
}
.ritekhela-fixture-list figure a.ritekhela-fixture-list-thumb {
    float: left;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 100%;
    text-align: center;
    padding-top: 18px;
}
.ritekhela-fixture-list-right a.ritekhela-fixture-list-thumb ~ figcaption {
    margin-right: 125px;
    margin-left: 0px;
    padding-top: 25px;
    text-align: right;
}
.ritekhela-fixture-list figure figcaption h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.ritekhela-fixture-list figure figcaption h2 a {
    color: yellow;
}
.ritekhela-fixture-list figure figcaption span {
    color: white;
}
a.ritekhela-fixture-list-thumb img {
    margin-top: -8px;
}







.fixtures_section {
    background: #222;
}






/*news-section-start*/


h3.title {
    color: #003d9b;
    font-size: 20px;
    margin: 18px 0px;
    line-height: 30px;
    font-weight: 600;
}
.article-content {
    padding: 0px 25px;
}
.article-wrap {
    border          : 2px solid #1057da;
    margin-bottom   : 18px;
}


.article-wrap:hover {
    background: #F0F9FF;
}



.myBox {
    text-align: center;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(255 255 252), rgb(255 221 0), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.action {
    text-align: end;
    margin-bottom: 25px;
    margin-top: 16px;
}
.action a {
    border       : 2px solid;
    padding      : 5px 22px;
    font-size    : 18px;
    border-radius: 77px 0px 0px 15px;
    font-weight  : 600;
    background   : #1057da;    
    color        : white;
    border-right : none;
}

.action a:hover {
    background: white;
    color: #1057da;
}



/*news-section-end*/



.clearfix {
    margin-bottom: 27px;
}
.action_extra {
    text-align: end;
    margin-top: -6px;
}

.action_extra a {
    border       : 2px solid;
    padding      : 5px 22px;
    font-size    : 18px;
    border-radius: 77px 0px 0px 15px;
    font-weight  : 600;
    background   : #1057da;    
    color        : white;
    border-right : none;
}

.action_extra a:hover {
    background: white;
    color: #1057da;
}





h3.title_extra {
    color: #003d9b;
    font-size: 20px;
    margin: 10px 0px;
    line-height: 30px;
    font-weight: 600;
}
/*contact_us page_design start*/
.s-contacts {
    
    color: black;
}
.s-contacts {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
}
.title-decor {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.title-decor:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 4px;
    background-color: #f23849;
}
.title-decor span {
    color: #f23849;
}

.slogan {
    text-align: center;
    margin: 0 auto 40px;
    color: #9c9494;
    border-bottom: 2px solid #ddd;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
}
.sub_profile {
    text-align: left;
    margin: 30px 20px;
    margin-bottom: 20px;
    font-family:"Jost",sans-serif;
}
.contact__form form input {
    width: 100% !important;
    height: 40px !important;
    border-radius: 3px !important;
    padding: 0px 10px;
}
li.inp-text textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 62px !important;
    padding: 10px;
}
.contact-item {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    box-shadow: 1px 3px 15px #ddd;
    border-radius: 3px;
}
.main__contacts {
    box-shadow: 1px 3px 15px #ddd;
    padding: 20px;
    border-radius: 5px;
}
.contact-item-left h4 {
    text-transform: uppercase;
    margin-top: 3px;
    color: #a19999;
    padding-top: 5px;
    font-size: 16px;
}
.contact-item-left h4 {
    text-transform: uppercase;
    margin-top: 3px;
}
.contact-item-right {
    width: 60%;
    padding: 15px;
}
.contact-item-right li {
    color: #000000;
}
.contact-item-right a {
    color: #000000;
}
.form-cover li {
    margin-bottom: 19px;
    width: 100%;
}
.form-cover label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #877e7e;
}

.checkbox-wrap {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
}
.checkbox-cover {
    position: relative;
    display: inline-block;
}
.checkbox-cover input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}
.checkbox-cover p {
    position: relative;
    padding-left: 44px;
    color: #bebebe;
    font-family: "Jost", sans-serif;
}
.checkbox-cover p:before {
    content: '';
    display: inline-block;
    border: 1px solid #f23849;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
    color: #f23849;
    border-radius: 5px;
}
.btn-form-cover {
    text-align: right;
}
.btn {
    font-size   	: 16px;
    padding     	: 11px 40px 10px;
    border      	: 2px solid #f23849;
    background-color: #1057da;
    font-weight 	: 600;
    text-transform	: uppercase;
    text-decoration	: none;
    text-align  	: center;
    height      	: 50px;
    display     	: inline-block;
    transition  	: .25s ease-in;
    color       	: #fff;

}
.btn:hover {
    background      : white;
    color           : #1057da;
    border-color    : #1057da;
}
.contact-item-left {
    margin: 0 auto;
    width: 40%;
    border-right: 2px solid #f23849;
}
.checkbox-cover input:checked + p:before {
    content: '\f00c';
    background-color: #f23849;
    color: #fff;
}
.checkbox-cover p:before {
    content: '';
    display: inline-block;
    border: 1px solid #f23849;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
    color: #f23849;
    border-radius: 5px;
}
/*contact_us page_design end*/
/*gallery page_design start*/


.article-thumbnail{
    z-index: 0;
}
.content-wrap1 {
    margin-top: -19px;
    background: #5e9df2;
    height: 75px;
}
.gallery_title{
    color: #fff;
}
.gallery_date {
    color: #fff;
    font-size: 17px;
}
.mod-listing.widget-layout-48 .realted-list .article-title .title, .mod-listing.widget-layout-48 .realted-list .article-title .title {
    position: relative;
    color: #17479e;
    font-family: "Jost",sans-serif;
    font-size: 16px;
    line-height: 1.4;
    height: 46px;
    overflow: hidden;
}
.mod-listing.widget-layout-48 .realted-list .article-meta .meta, .mod-listing.widget-layout-48 .realted-list .article-meta .meta {
    color: #000;
    font-family: "Jost",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}
h3.title1 {
    color: #fff;
    font-size: 15px;
    margin: 18px 0px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}
.article-meta {
    text-align: center;
}
.meta-date.meta {
    color: #000;
}
.action-btn {
    background: #f9460b;
    padding: 6px 16px;
    font-size: 20px;
    border-radius: 10px;
    color: #fff;
}
.action.loadmorebutton {
    text-align: center;
}
.sponser_item {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 5px 6px;
    height: 84px;
    margin-bottom: 17px;
    box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.1);
}

/*gallery page_design end*/
/*records page_design start*/
.table_section{
    font-size: 16px;
    color: #444;
}
.result_header h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 18px 0px;
}
/*.record_box {*/
/*    border: 2px solid #ddd;*/
/*    border-radius: 14px;*/
/*    margin-bottom: 30px;*/
/*}*/
.recourd_top h3 {
    text-align: center;
    margin: 20px 10px;
    background: #1057da;
    color: #fff;
    font-size: 20px;
    padding: 6px 40px;
    border-radius: 5px;
    border: 2px solid #ff9e00;
}
.record_section {
    overflow-y: auto;
    background: #f5fcfc;
}
/*records page_design end*/
/*profile page_design start*/
.profile_des h4 {
    color: #3686f1;
    font-weight: 600;
    font-size: 27px;
    border-bottom: 2px solid;
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-top: 38px;
}
.profile_des_box {
    border: 2px solid #2d2d2d;
    border-radius: 0px 0px 25px 25px;
}

.profile_des p{
    font-size: 18px;
}
.des_name p span {
    padding: 0px 10px;
}

.david_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #080e3a;
    border-radius: 0px 0px 29px 30px;
}
.item_profile{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.sub_profile {
    margin: 35px 20px;
}
.des_name {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 5px;
}
.pro__borns span {
    color: #030202;
    font-weight: 500;
}
.pro__borns {
    position: relative;
}
.pro__borns::after {
    content: ":";
    position: absolute;
    right: 5px;
}
.pro__bornss{
    position: relative;
}
.pro__bornss::after {
    content: ":";
    position: absolute;
    right: 5px;
}
.pro_des_border {
    margin: 35px 0px;
    border-left: 1px solid #939090ba;
    padding: 0 0 0 20px;
    border-right: 1px solid #939090ba;
}
.pro__bornsss{
    position: relative;
}
.pro__bornsss::after {
    content: ":";
    position: absolute;
    right: 5px;
}
.david_header h3 {
    color: #fff;
    padding: 13px 0 0 15px;
    font-weight: 700;
    font-size: 28px;
    font-family: "Jost",sans-serif;
}
.david_header p {
    color: #fcaf17;
    font-size: 18px;
    padding: 0px 17px;
    font-family: "Jost",sans-serif;
}
.david_counter h5 {
    font-size: 29px;
    color: #fcaf17;
    font-weight: 600;
    text-align: center;
}
.david_counter p {
    font-size: 16px;
    color: white;
    text-align: center;
}
.profile_image {
    width: 100%;
    height: 219px;
    text-align: end;
    margin-top: -15px;
    position: relative;
}
.profile_image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e32a27 50%, rgba(255, 255, 255, 0) 100%);
   
}
.david_counter li {
    margin: 15px 0;
    text-align: center;
}
li.run__count {
    border-left: 0.1px solid #dddddd57;
    border-right: 0.1px solid #dddddd57;
}
/*profile page_design end*/
.lang-translate ul {
    border: 1px solid #1057da;
    border-radius: 13px;
    display: flex;
    height: 26px;
    align-items: center;
    overflow: hidden;
    margin-top: 2px;
}
.contact_info ul {
    margin-top: 3px;
}
.lang-translate li {
    width: 50%;
    text-align: center;
}
.lang-translate ul li a {
    color: #000;
    display: block;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 0;
    font-size: 10px;
    font-family: "Jost",sans-serif;
    font-weight: 700;
}
.lang-translate ul li.active a {
    background: #1057da;
    color: #fff;
    width: 40px;
    font-size: 10px;
    font-family: "Jost",sans-serif;
    font-weight: 700;
}
.about_des ul {
    padding-top: 10px;
}
.about_des ul li {
    display: list-item;
    list-style-position: inside;
    list-style-type: disc;
}
.login-card-container {
   width: 25%;
    margin: 0 auto !important;
}
.login-card-box {
    background: #1057da;
    padding: 14px;
    border-radius: 4px;
    margin: 30px 0;
}
.login-item-right {
    margin-bottom: 11px;
    color: white;
}
.login-forget-pass a {
    color: white;
}
h3.page-title {
    margin-top: 20px;
}
.login-form-submit {
    width: 150px;
    background: #f0f0f0;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}
.register-form-submit {
    background: white;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.3s ease;
}
.register-form-submit:hover {
    background: #ba6500;
}
.login-card-header h1 {
    text-transform: capitalize;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}
.service {
    margin: 8px;
}

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;

    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}


.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flip-box-front{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.flip-box-front {
/*    background-color: #fff;*/
    color: black;
    border-radius: 10px;
    backface-visibility: hidden;
}

.flip-box-back {
    background-color:#00411c;
    color: #000;
    transform: rotateY(180deg);
    border-radius: 0px 40px;
    padding: 16px;
    /*opacity: .6;*/
    /*border-bottom: 3px solid #f7d305;*/
}
.bnt-view a {
    color: #00411c;
}
.rcb-player-stats-info {
    font-size: 22px;
    color: white;
}
.bnt-view {
    background: white;
    padding: 5px 35px;
    text-align: center;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 20px;
    transition: 0.3s all;
    font-weight: 700;
}
.bnt-view:hover {
    background: #ffcf00;
}

.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
}

.login-form-wrapper {
    margin: 30px 0;
    background-color: #edf6fd;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    padding: 41px;
    font-family: "Jost",sans-serif;
}
.login-form-wrapper h2 {
    font-size: 30px;
    color: #17479e;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.form-group label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--heading-color);
}
input#flexCheckDefault {
    height: 19px;
    width: 17px;
}
.login-form-wrapper form input .active {
    border: 1px solid #ddd;
}
p.personal_info {
    text-align: center;
    color: #9b9898;
    font-size: 19px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 16px;
}
.login-form-wrapper form input[type="submit"] {
    height: 45px;
    width: 100%;
    padding: 5px;
    margin-top: 33px;
}
p.personal_infor {
    text-align: center;
    color: #9b9898;
    font-size: 19px;
    margin-bottom: 16px;
}
p.personal_infor span {
    color: black;
    font-size: 16px;
}
.social_midea ul li a {
    color: #fff;
}
.player__tag {
    position: absolute;
    top: 0;
    right: 0px;
    background: #1057da;
    padding: 1px 10px;
    border-radius: 2px;
    color: white;
}
li.icon_image.icon0 {
    background: #0c86ef !important;
}
li.icon_image.icon1 {
    background: #36D8ff !important;
}
li.icon_image.icon2 {
    background:rgb(10, 102, 194) !important;
}
li.icon_image.icon3 {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
li.icon_image.icon4 {
    background: #FF0000;
}

li.icon_image:hover {
    background: #1F0554 !important;
}
.select__blade {
    margin-top: 10px;
    padding: 12px;
}
.des_name p {
    font-family: "Jost", sans-serif;
}
section.topper_abouts {
    height: 140px;
}
.main_menus {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}
.main_menus h4 {
    color: #ffa81a;
    margin-top: 44px;
    font-weight: 700;
    font-size: 50px;
}
.team_btn_all select {
    background: #070606;
    border-radius: 30px;
    padding: 2px 16px;
    color: white;
    border: 2px solid #ff9e00;
    width: 275px;
    height:30px;
}
.custom_paginate {
    margin: 15px 0px;
}
.main_slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: flex;
    transform: translateX(-50%);
}
.main_slider button.owl-dot {
    width: 20px;
    height: 5px;
    background: white !important;
    margin: 3px;
}
.main_slider button.owl-dot.active {
    background:red !important;
    border:1px solid red;
}
.main_slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: flex;
    transform: translateX(-50%);
}
.main_slider button.owl-dot {
    width: 20px;
    height: 5px;
    background: white !important;
    margin: 3px;
}
.main_slider button.owl-dot.active {
    background:red !important;
    border:1px solid red;
}

.goal_teams::after {
    content: '';
    height: 3px;
    width: 108px;
    background: -webkit-linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    position: absolute;
    left: 163px;
    top: 154px;
}
.goal_teams::before {
    content: '';
    height: 3px;
    width: 108px;
    background: -webkit-linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    position: absolute;
    right: 145px;
    top: 154px;
}
.goal_counts{
    display: grid;
    grid-template-columns: 35% 30% 35%;
    gap: 9px;
    position: relative;
}
.goal_teamss::after {
    content: '';
    height: 3px;
    width: 215px;
    background: -webkit-linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    position: absolute;
    left: 260px;
    top: 62px;
}
.goal_teamss::before {
    content: '';
    height: 3px;
    width: 215px;
    background: -webkit-linear-gradient(left, rgba(0, 36, 82, 0) 0%, rgb(0, 36, 82) 50%, rgba(0, 36, 82, 0.2) 100%);
    position: absolute;
    right: 260px;
    top: 62px;
}
.login-form-wrapper form input, select {
    border: 1px solid #ddd;
    height: 37px;
    border-radius: 2px;
}
.login-form-wrapper select {
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 37px;
}
.login-form-wrapper form input[type="file" i] {
    width: 100%;
    height: 37px;
    line-height: 30px;
}

.gallery_box {
    height: 421px !important;
}
.img-boxs {
    height: 200px;
}
.img-boxs img {
    width: 100%;
    object-fit: fill;
}
.main-search form input[type="search"] {
    border: none;
}
.menu-bars {
    text-align: end;
    padding-right: 5px;
    margin-top: 10px;
}
a.toggles i {
    font-size: 17px;
    font-weight: bold;
}

.players__img img {
    width: 90%;
    height: 275px;
    margin: 0 auto;
}
.score__card {
    margin-top: 50px;
}
td.dnot_bat {
    width: 150px;
}
.nameout {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.scoreboard {
    font-family: "Jost",sans-serif;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.scoreline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.scoreboard button {
    background: #076516;
    width: 100%;
    border: 2px solid #ff9e00;
    padding: 5px;
    border-radius: 33px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    color:white;
}


button#team1-tab {
    color			: black;
    width			: 584px;
    padding     	: 7px;
    margin-bottom   : 7px;
    font-size		: 18px;
    border-radius	: 5px 5px 5px 5px;
    border			: 1px solid #1866db;
    background		: white;
    text-transform	: capitalize;
    font-weight     : 500;
}


button#team1-tab:hover {
    color           : white;
    background      : #1866db;
}


button#team2-tab {
    color			: black;
    width			: 584px;
    padding     	: 7px;
    margin-bottom   : 7px;    
    font-size		: 18px;
    border-radius	: 5px 5px 5px 5px;
    border			: 1px solid #1866db;
    background		: white;
    text-transform	: capitalize;
    font-weight     : 500;
}


button#team2-tab:hover {
    color           : white;
    background      : #1866db;
}



.latest-team_details {
    border: 2px #1057da;
}
.latest-item_details h5 {
    text-align: center;
    background: #1057da;
    padding: 9px 0;
    color: white;
    border-radius: 0 0 50px 50px;
}
.goal_counts_details {
    display: grid;
    grid-template-columns: 45% 10% 45%;
    margin: 25px 0;
    align-items: center;
}
.latest_logo_teams_details {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.latest_logo_teams_details p {
    font-size: 22px;
}
.latest_logo_teams_details img {
    width: 100px;
    object-fit: contain;
}

.game_detai_details {
    text-align: center;
    color: red;
    margin-bottom: 10px;
    font-size: 22px;
}
.goal_teamss_details p {
    text-align: center;
    background: black;
    line-height: 31px;
    margin-top: 35px;
    font-size: 18px;
    font-weight: 800;
    color: white;
}
.tab-description .match_info {
    display: block;
}
ul.dropdown_gallery {
    position: absolute;
    background: #1057da;
    z-index: 99;
    min-width: 198px;
    padding: 0;
    margin: 0;
    display: none;
    transition: all 0.3s ease;
}
li.dropdown_main i {
    font-size: 14px;
    margin-left: 4px;
}
li.dropdown_main {
    position: relative;
    transition:all 0.3s ease;
}
.dropdown_main:hover .dropdown_gallery{
    display:block;
    transition:all 0.3s ease;
}

ul.dropdown_gallery li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-transform: capitalize;
    display: block;
}
ul.dropdown_gallery li {
    padding: 5px;
    width: 100%;
}
ul.dropdown_gallery li:hover {
    background: #ffffff;
}
ul.dropdown_gallery li:hover a{
    color: black;
}
.news_details_container {
    width: 1000px;
    margin: 0 auto;
    background: white;
    box-shadow: 1px 3px 15px #ddd;
    padding: 18px;
    border-radius: 7px;
}
.news_imgs {
    height: 600px;
    width: 100%;
}
.news_imgs img {
    width: 100%;
    height: 100%;
}


section.news__details {
    margin-top: 30px;
}
.news__title_deta {
    margin-top: 10px;
}
.news__details_description {
    margin-top: 10px;
}


.play_inner a {
    display: block;
    height: 100%;
    width: 100%;
}
.play_btn {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #0A11D2;
    /* animation: play_effect 2s infinite; */
    -webkit-animation: play_effect 2s infinite;
    border-radius: 50%;
    line-height: 45px;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 99;
}
@keyframes play_effect {
    0% {
      -webkit-box-shadow: 0 0 0 0 #2684F9;
      box-shadow: 0 0 0 0 #2684F9;
    }
    70% {
      -webkit-box-shadow: 0 0 0 30px transparent;
      box-shadow: 0 0 0 30px transparent;
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 transparent;
      box-shadow: 0 0 0 0 transparent;
    }
  }
.main__video {
    position: relative;
}
.play_inner {
    cursor: pointer;
    position: relative;
}
.res-embed-container.play_inner{
    height: 250px;
    width:100%;
}
.res-embed-container.play_inner a img {
    height: 100%;
    width:100%;
}
.child__tab {
    margin-top: 10px;
}
section.news_page {
    margin-top: 30px;
}
section.gallery_section {
    margin-top: 30px;
}
section.video__gallery {
    margin-top: 30px;
}
.profie_section {
    margin-top: 95px;
}
ul.profile__data {
    display: grid;
    grid-template-columns: 28% 30% 28% 15%;
    text-align: center;
}

.search_result {
    position: relative;
}
.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}
.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 0;
}
.search_img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.search_img img {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 3px;
    border-radius: 50%;
}
input.date {
    width: 100%;
    padding: 0 0 0 14px;
}
section.profile__player {
    background-image: url(../images/bg.jpeg);
    margin-top:20px;
}
.new__player {
    margin-bottom: 20px !important;
}
.our__players {
    font-size: 30px;
    font-style: normal;
    font-family: "Jost",sans-serif;
    font-weight: 500;
    padding: 30px 0px;
    color: white;
}
.fixture__all {
    display: flex;
    justify-content: space-evenly;
}
.play_results p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
    color: red;
}


.game_detai {
    text-align: center;
    color: #e89900;
    /*background: #1057da;*/
    margin-top: 10px;
    padding: 5px 0px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 0px 0px 20px 20px;
}
ul#myTab {
    overflow: hidden;
}
.fixed_whats a {
    width       : 42px;
    height      : 42px;
    background  : #1057da;
    text-align  : center;
    line-height : 42px;
    font-size   : 25px;
    position    : fixed;
    bottom      : 50px;
    left        : 34px;
    border-radius: 50px;
    color       : #fff;
    z-index     : 9999;
}


.fixed_whats a:hover {
    background: green !important;
    color: white;
}  



.img-box-home {
    height: 275px;
}

.article-content-home {
    height: 150px;
}
.match_info_head {
    text-align: center;
    margin-top: 40px;
}
.match_info_head h2 {
    background: #1057da;
    color: #fff;
    font-size: 20px;
    padding: 6px 40px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #ff9e00;
}



.description .nav-item button {
    background: #1057da;
    color: #fff !important;
    padding: 8px 50px;
    font-size: 16px;
    border-radius: 5px;
}


.description .nav-item button:hover {
    background: orange;
}




.match_infos {
    text-align: left;
    margin-top: 15px;
}
.match_infos p {
    text-align: left;
}
.tab-description a {
    color: #1866db;
    font-weight: 500;
}



.tab-description a:hover {
    color: orange;
    text-decoration: underline;
    outline-offset: 0;
    outline: 0;
}
.latest_logo_teams_details .mobile {
    display: none;
}
.latest_logo_teams_details .desktop {
    display: block;
}
tr.background_c {
    background: #f1f1f1;
}
td.background_c {
    background: #f1f1f1;
}
img.team___img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.game_detai_details p {
    text-align: center;
    color: darkgreen;
    font-size: 16px;
}

.p_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    margin-right: 8px;
}
.p_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.cmn_flex {
    display: flex;
    align-items: center;
}
td.caret_btn {
    cursor: pointer;
}
a.record_details_btn img {
    width: 30px;
}


