html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 17px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: "Noto Serif Bengali", serif;
}
body {
    color: #fff;
	background-color: #061e58;
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #d8d8d8;
	font-family: "Noto Serif Bengali", serif;
}
a:hover {
    color: #fff;
}
p {
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
}
.clearfix{
	clear: both;
}
h2, .xl_txt {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    line-height: 51px;
}
h3, .md_txt {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    line-height: 39px;
}
h4, .sm_txt {
    font-size: 20px;
    display: block;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.fnt_bold {
    font-weight: 600;
    font-family: "Noto Serif Bengali", serif;
}
.pl_space {
    padding-left: 5%;
}
.pr_space {
    padding-right: 5%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* // Global CSS */



/* Sticky Side Ad */
#side_ad_wrapper {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#side_ad_wrapper .side_ad {
    position: absolute;
    top: 0;
	transition: all 0.3s;
}
#side_ad_wrapper .side_ad.right_ad {
    position: absolute;
    right: 0;
}

#side_ad_wrapper.sticky_side_ad {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}
/* // Sticky Side Ad */



.ad_section a.mo_ad_view {
	display: none;
}
.ipl_wrapper {
    background: #19398a;
    padding: 1.6rem;
	max-width: 1040px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.main_site_link {
    display: block;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 25px;
}
.ipl_sponsored_bar {
    max-width: 580px;
    display: flex;
    align-items: center;
    justify-content: space-around;
	background: #fff;
    padding: 4px;
    width: 95%;
    margin: 20px auto 0;
}
.ipl_sponsored_bar .mainsite_score_board {
    color: #eb5050;
    font-size: 46px;
    margin: 0;
    line-height: 61px;
    font-weight: 600;
}
.ipl_top_team_list_wrap {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.ipl_top_team_list_wrap .desktop_team_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ipl_top_team_list_wrap .mobile_team_view {
    display: none;
    text-align: center;
}
.ipl_top_team_list_wrap .mobile_team_view .ipl_logo {
    margin-bottom: 10px;
}
.ipl_top_team_list_wrap .mobile_team_view img {
    width: auto !important;
}
.sponsored_bar {
    background: #fff;
    padding: 4px;
    width: 95%;
    margin: 20px auto 0;
}
.live_match_box {
    background: #061e58;
    border-radius: 10px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 1px solid;
}

.live_match_box h3.match_no {
    display: block;
    background: #ff9000;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    width: 90px;
    text-align: center;
    margin: auto !important;
    position: relative;
    z-index: 1;
}

.live_match_box ul.vs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.live_match_box ul.vs:after {
    width: 1px;
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    height: 66px;
}

.live_match_box .team_details .team_bar {
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: end;
}
.live_match_box ul.vs li {
    width: 50%;
    text-align: right;
    padding-right: 4%;
}

.live_match_box ul.vs li:last-child {
    text-align: left;
    padding-left: 4%;
    padding-right: 0;
}

.live_match_box ul.vs li:last-child .team_details .team_bar {
    justify-content: flex-start;
}

.live_match_box .team_details .team_bar img {
    width: 40px;
    margin: 0 5px;
}

.live_match_box .team_details .team_bar h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.live_match_box .team_details .team_bar .rw {
    font-size: 36px;
    margin: 0;
    color: #ff9920;
}

.live_match_box .team_details h4.over {
    margin: 0;
    line-height: 20px;
}

.live_match_box .team_details {
    margin-bottom: 10px;
}

.live_match_box li:first-child .team_details h4.over {
    text-align: right;
}
.ipl_news_list {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.ipl_news_list .vr_news li picture {
    max-width: 200px;
    display: block;
    float: left;
    margin-right: 15px;
}

.ipl_news_list .vr_news li {
    overflow: hidden;
    margin-top: 1.5rem;
}

.ipl_news_list .vr_news li:first-child {
    margin-top: 0;
}
.ipl_news_list .vr_news li h4.sm_txt {
    margin-top: 0;
}
.team_wise_news_listing_wrap .news_grid .hr_th {
    margin-top: 1.5rem;
}

.ipl_news_list {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.team_wise_news_listing_wrap select.form-select {
    width: 280px;
    margin: auto;
    font-size: 23px;
}


/* Top Result & Grid */
.ipl_result_sec h2.style_heading {
    text-align: center;
    margin: 25px 0 35px;
}
.ipl_result_sec .col-md-4 {
    width: 97%;
}
.ipl_result_sec .col-md-4 img.img-fluid {
    width: auto;
    margin: auto;
}
.ipl_result_sec .thumb_box {
    background: #fff;
    text-align: center;
    overflow: hidden;
    min-height: 320px;
}
.ipl_result_sec .thumb_box h5 {
    color: #db0ead;
    margin: 7px 0;
    font-size: 16px;
}

.ipl_result_sec .thumb_box h3 {
    font-size: 20px;
    background: #11235a;
    font-weight: 600;
    padding: 10px;
    margin: 0;
}

.ipl_result_sec .thumb_box .place {
    background: #f2f7ff;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #d0dff7;
}

.ipl_result_sec .thumb_box .place small {
    color: #181818;
    font-size: 15px;
    display: block;
}

.ipl_result_sec .thumb_box .place small.text-light {
    color: #585858 !important;
}

.ipl_result_sec .thumb_box.final h3 {
	background: linear-gradient(90deg, rgba(7,40,130,1) 0%, rgba(218,47,120,1) 100%);
    color: #fff;
}

.ipl_result_sec .team_result ul li {
    width: 33%;
}

.ipl_result_sec .thumb_box li h4 {
    font-weight: 600;
    margin: 10px auto;
    color: #000;
    font-size: 15px;
    line-height: 18px;
}

.ipl_result_sec .team_result {
    padding: 1.2rem 1.2rem 0.6rem 1.2rem;
    overflow: hidden;
}

.ipl_result_sec .team_result ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ipl_result_sec .team_result .win_msg {
    color: #323232;
    margin-top: 10px;
    font-size: 15px;
    border-top: 1px dashed #4c4c4c;
    padding-top: 10px;
}
.ipl_result_sec .owl-dots {
    display: none;
}
.ipl_result_sec .team_result ul li h3.run {
    color: #585858;
    background: none;
    font-size: 23px;
    padding: 0;
    margin-top: 15px;
    font-weight: 600;
    line-height: 23px;
}

.ipl_result_sec .team_result ul li.winner h3.run {
    color: #ef8b14;
}

.ipl_result_sec .team_result ul li p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.ipl_result_sec .team_result ul li .vs {
    font-size: 18px;
    font-weight: 600;
    background: #4d429d;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    color: #ffffff;
}
.ipl_result_sec .top_one_three_grid {
    margin-top: 35px;
}

.ipl_result_sec .top_one_three_grid .big_news_th img.img-fluid {
    width: 100%;
   height:100%;
}

.ipl_result_sec .top_one_three_grid .big_news_th {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
}

.ipl_result_sec .top_one_three_grid .big_news_th a.img_box .title {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    color: #fff;
    padding: 15px;
    align-items: end;
}

.ipl_result_sec .top_one_three_grid .big_news_th a.img_box .title p {
    font-size: 18px;
}

.ipl_result_sec .top_one_three_grid .sm_news_th {
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ddd;
    transition: all 0.3s;
}
.ipl_result_sec .top_one_three_grid .col-md-12:first-child .sm_news_th {
    margin-top: 0;
}
.ipl_result_sec .top_one_three_grid .sm_news_th .caption {
    float: left;
    margin-right: 8px;
    padding: 3px 3px;
}

.ipl_result_sec .top_one_three_grid .sm_news_th p.news_title {
    font-size: 16px;
    color: #000;
}

.ipl_result_sec .top_one_three_grid .sm_news_th a.img_box {
    display: block;
    overflow: hidden;
}
.ipl_result_sec a.hr_ad {
    display: none;
}
.ipl_result_sec .top_one_three_grid .sm_news_th:hover {
    border-color: #0b4297;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
/* Top Result slider */


/* IPL Upcoming Matches */
.ipl_upcoming_match {
    overflow: hidden;
}
.ipl_upcoming_match .col-md-6 {
    width: 97%;
    margin: auto;
}
.ipl_upcoming_match .match_box {
    background: #13183a;
    margin-top: 15px;
    padding: 20px;
    border-bottom: 1px solid #df12bc;
    min-height: 312px;
}
.ipl_upcoming_match h4 {
    background: linear-gradient(90deg, rgba(7,40,130,1) 0%, rgba(218,47,120,1) 100%);
    text-align: center;
    padding: 12px;
    color: #fff;
    font-size: 34px;
	margin: 0;
}


.ipl_upcoming_match .dp_wrap {
    padding: 6px 10px 3px 10px;
    display: flex;
}

.ipl_upcoming_match .dp_wrap > div {
    width: 50%;
}

.ipl_upcoming_match .dp_wrap > div span {
    display: block;
    font-size: 14px;
    color: #838080;
    line-height: 19px;
    font-family: poppins;
}

.ipl_upcoming_match .dp_wrap > div p {
    display: block;
    margin: 0;
    line-height: 19px;
    font-family: poppins;
    color: #ff1c98;
}
.ipl_upcoming_match .mat_between {
    display: flex;
    padding: 8px 0px;
    align-items: center;
    border-top: 1px solid #5f6189;
    border-bottom: 1px solid #5f6189;
    margin: 7px 0;
}

.ipl_upcoming_match .mat_between > div {
    width: 46.33%;
    text-align: center;
}

.ipl_upcoming_match .mat_between .cnt_logo {
    display: block;
    margin-bottom: 14px;
}
.ipl_upcoming_match .mat_between .cnt_logo img {
    width: auto;
    display: inline-block;
}
.ipl_upcoming_match .mat_between small {
    font-size: 20px;
    line-height: 23px;
    display: block;
}


.ipl_upcoming_match .mat_between div.vs {
    text-align: center;
    font-family: cursive;
    font-size: 24px;
    font-weight: 600;
    opacity: 0.6;
}

.ipl_upcoming_match .mat_result {
    text-align: center;
    padding: 6px 10px;
}

.ipl_upcoming_match .mat_result p {
    margin: 0;
    font-size: 16px;
    color: #7f8c9d;
    line-height: 25px;
}
/* //Upcoming matchs */


/* Run & Wicket Table */
.ipl_best_run_wicket_sec .table_wrap h4 {
    background: linear-gradient(90deg, rgba(7,40,130,1) 0%, rgba(218,47,120,1) 100%);
    font-size: 20px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}
.ipl_best_run_wicket_sec .table_wrap {
    border-radius: 6px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.ipl_best_run_wicket_sec .table_wrap table {
    background: #fff;
    margin: 0;
}

.ipl_best_run_wicket_sec .table_wrap table thead {
    background: #1d48c5;
    color: #c8d9f5;
}

.ipl_best_run_wicket_sec .table_wrap table thead th {
    box-shadow: none;
    font-size: 14px;
}

.ipl_best_run_wicket_sec .table_wrap table tbody {
    border: none;
}

.ipl_best_run_wicket_sec .table_wrap table tr {
    border-bottom: 1px solid #9595b9;
}
.ipl_best_run_wicket_sec .table_wrap table tr img {
    margin: 0 3px;
    width: 27px;
}
.ipl_best_run_wicket_sec .table_wrap table tr td, .ipl_best_run_wicket_sec .table_wrap table tr th {
    font-size: 18px;
    padding: 9px 5px;
    white-space: nowrap;
}
/* // Run & Wicket Table */


/*  Point Table */
.ipl_point_table h4 {
    background: linear-gradient(90deg, rgba(7,40,130,1) 0%, rgba(218,47,120,1) 100%);
    text-align: center;
    padding: 12px;
    color: #fff;
    font-size: 34px;
    margin: 0;
}
.ipl_point_table  table.table {
    background: #f7e0f3;
}

.ipl_point_table table.table tr {
    border-bottom: 1px solid #9d6e8a;
}

.ipl_point_table table.table tbody th {
    font-size: 20px;
    white-space: nowrap;
	font-weight: 600;
}

.ipl_point_table table.table tbody th img {
    margin-right: 5px;
    width: 50px;
}
/* // Point Table */


.footer {
    text-align: center;
    margin: 30px 0;
}
.footer p.copyright {
    font-family: arial;
    font-size: 14px;
    color: #c1c1c1;
}



/***** Team Details page ****/
.ipl_result_sec.fixtures .thumb_box {
    min-height: 376px;
}
.ipl_team_members_wrap {
    text-align: center;
}

.ipl_team_members_wrap .player_box {
    background: #ffffff;
    position: relative;
    border-radius: 4px;
}

.ipl_team_members_wrap .player_box .icons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}

.ipl_team_members_wrap .player_box .icons span {
    display: inline-block;
}

.ipl_team_members_wrap .player_box .title {
    background: #041640;
    padding: 6px 0;
}

.ipl_team_members_wrap .player_box .title h3 {
    font-size: 18px;
    color: #ff1c98;
    margin: 0;
    line-height: 28px;
    font-family: poppins;
    font-weight: 500;
}
.ipl_team_members_wrap .player_box .title span.role {
    font-size: 13px;
    font-family: poppins;
    opacity: 0.8;
}
.ipl_team_members_wrap  .col-md-3 {
    width: 94%;
}
/***** // Team Details page ****/
.ipl_live_update_box {
    text-align: center;
    margin-bottom: 10px;
}
.ipl_live_update_box span {
    background: #ff9000;
    font-size: 14px;
    padding: 1px 4px;
    color: #000;
    border-radius: 4px;
}
.ipl_live_update_box p {
    font-size: 17px;
    margin-top: 8px;
}
/***** IPL image Gallery section ****/
.ipl_image_grid {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.ipl_image_grid picture {
    position: relative;
    display: block;
}

.ipl_image_grid picture .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
/***** // IPL image Gallery section ****/