html, body, div, span, 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: 18px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: "Noto Serif Bengali", serif;
}
body {
    font-size: 18px;
    color: #111;
}
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: #111;
	font-family: "Noto Serif Bengali", serif;
}
a:hover {
    color: #ff0000;
}
p {
    font-family: "Noto Serif Bengali", serif;
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
}
.clearfix{
	clear: both;
}
h2 {
    font-size: 45px;
    margin-bottom: 12px;
	color: #111;
}
h3 {
    font-size: 33px;
    margin-bottom: 12px;
	color: #111;
}
h5.sh {
    font-size: 16px;
    font-weight: 600;
	color: #828282;
	text-transform: uppercase;
}

.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 */



/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}
ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}
.dropdown-menu > li:last-child > a, ul.dropdown-menu li:last-child a:hover, ul.dropdown-menu li:last-child a:active, ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}
ul.dropdown-menu li a:hover, 
ul.dropdown-menu li a:active, 
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}
/* Dropdown Popup Effect */



h2.heading {
    text-align: center;
    margin: 50px 0;
    font-weight: 600;
    color: #ad1e1e;
}
/* Start Header */
.header {
    overflow: hidden;
    z-index: 9;
    top: -20px;
    position: absolute;
    left: 0;
    right: 0;
}
.header .navbar-nav.ml-auto {
    margin: auto;
}
.navbar_wrapper nav.navbar.navbar-expand-lg {
    width: 100%;
}
.header a.navbar-brand {
    display: block;
    margin: auto;
}

.header .container {
    position: relative;
}

.header .navbar_wrapper {
    background: #c3161c;
    position: relative;
    margin-top: 50px;
}
.header nav.navbar.navbar-expand-lg {
    padding: 0;
}
.header a.nav-link {
    color: #ffe5a8;
    padding: 15px 8px;
}
.header a.nav-link:hover {
    color: #fff;
}
.header .th_head {
    margin-top: 45px;
}
.debipakho25_banner_area .th_head .fixed_header_logo {
    width: 130px;
    margin: 10px 0;
	display:none;
}


/* After scroll fixed Header */
.header.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    transform: translateY(20px);
    background: #ad1e1e;
}
.header.fixed-top .th_head {
    margin-top: 0px;
}
.header.fixed-top a.navbar-brand {
    display: block;
    margin: auto;
    padding-top: 7px;
}
.debipakho25_banner_area .header.fixed-top .fixed_header_logo {
    display: block;
}
.header.fixed-top .th_head a.nav-link {
    color: #fff;
}
/* // After scroll fixed Header */

.mobile_left_menu {
    display: none;
}
/* End Header */


.desktopvideo {
    display:block;
}
.mobilevideo {
    display:none;
}

/* Start Banner */
section.debipakho25_banner_area {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* section.debipakho25_banner_area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}*/
section.debipakho25_banner_area .header_banner_content_wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    justify-content: end;
    display: flex;
    flex-direction: column;
}
.debipakho25_banner_area #myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.debipakho25_banner_area #myVideomobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.debipakho25_banner_area .container {
    position: relative;
    z-index: 1;
    text-align: center;
}
.debipakho25_banner_area p {
    color: #fff;
    font-size: 23px;
    line-height: 34px;
}
.debipakho25_banner_area p {
    color: #fff;
    font-size: 23px;
    line-height: 34px;
}

.debipakho25_banner_area .social {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 70px;
}

.debipakho25_banner_area .social a {
    margin: 0 7px;
}
/* End  Banner */


/*  Sponsored sec */
section.debipakho25_sponsor_area {
    padding: 25px 0;
}

.debipakho25_sponsor_area .sponsored_list ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.debipakho25_sponsor_area .sponsored_list ul p {
    text-align: center;
    font-size: 15px;
    color: #707070;
    margin: 0;
}
.debipakho25_sponsor_area .sponsored_list li img {
	width: auto;
	display: inline-block;
}
.debipakho25_sponsor_area .sponsored_list ul a {
	display: block;
	text-align: center;
}
.debipakho25_sponsor_area .sponsored_list ul a {
    display: block;
}
/* //  Sponsored sec */


/*  Event thumb sec */
.debipakho25_event_thumb_area {
    background: #e9e9e9;
    padding-bottom: 35px;
    border-top: 1px solid #ad1e1e;
    border-bottom: 1px solid #ad1e1e;
}
.debipakho25_event_thumb_area a {
    display: block;
    margin-top: 35px;
    transform: scale(1);
    transition: all .5s;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}
.debipakho25_event_thumb_area a:hover {
    transform: scale(1.08);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* //  Event thumb sec */


/*  Ektukro thumb sec */
.debipakho25_tukro_block_area .pic_box a {
    display: block;
    position: relative;
    border: 1px solid transparent;
}

.debipakho25_tukro_block_area .pic_box a .text_overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    top: 210px;
}
.debipakho25_tukro_block_area .pic_box a:hover .text_overlay {
    top: 0;
}

.debipakho25_tukro_block_area .pic_box a .text_overlay h3.title {
    color: #ffedad;
    margin: 0;
    padding: 10px 5px;
}
.debipakho25_tukro_block_area .pic_box a:hover .text_overlay h3.title {
    color: #fff;
}


.debipakho25_tukro_block_area .pic_box {
    display: block;
    margin-top: 25px;
}

.debipakho25_tukro_block_area h2.heading {
    margin-bottom: 20px;
}
/* // Ektukro thumb sec */


/* Ektukro reel thumb sec */
.debipakho25_reel_th_area, .debipakho25_video_picture_area {
    margin-top: 70px;
    padding-top: 15px;
    position: relative;
}

.debipakho25_reel_th_area:before, .debipakho25_video_picture_area:before {
    position: absolute;
    content: "";
    height: 8px;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("../images/quote_border.png");
}
.debipakho25_reel_th_area .item {
    width: 95%;
	margin: auto;
}
.debipakho25_reel_th_area .tukro_reels {
    padding: 40px 40px 10px 40px;
    background: #e9e9e9;
    border: 1px solid #ad1e1e;
    border-radius: 20px;
}
.debipakho25_reel_th_area .tukro_reels a.slide_link {
    position: relative;
    display: block;
}
.debipakho25_reel_th_area .tukro_reels .overlay {
    position: absolute;
    bottom: 0;
    padding: 9px 11px 25px 13px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    color: #fff;
}
.debipakho25_reel_th_area .tukro_reels .overlay h4 {
    line-height: 28px;
}
.debipakho25_reel_th_area .col-md-3 {
    width: 94%;
    margin: auto;
}
.debipakho25_video_picture_area .owl-nav, .debipakho25_reel_th_area .owl-nav {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.debipakho25_reel_th_area .owl-carousel .owl-nav button.owl-next, .debipakho25_reel_th_area .owl-carousel .owl-nav button.owl-prev, .debipakho25_video_picture_area .owl-carousel .owl-nav button.owl-next, .debipakho25_video_picture_area .owl-carousel .owl-nav button.owl-prev {
    padding: 5px 10px !important;
    display: inline-block;
    background: #fff;
    margin: 25px 10px 13px 10px;
    border: 1px solid #a9a9a9;
    font-size: 30px;
    border-radius: 3px;
}
.debipakho25_reel_th_area .owl-carousel .owl-nav button:hover i {
    color: #ad1e1e;
}
.debipakho25_video_picture_area .owl-carousel .owl-nav button:hover i {
    color: #ad1e1e;
}
.debipakho25_reel_th_area .tukro_reels .overlay .icon img {
    width: auto;
    display: block;
    margin-bottom: 5px;
}
		/** // Reel popup modal css **/
		#videoModal {
			display: none;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.8);
			justify-content: center;
			align-items: center;
			z-index: 1000;
		}
		#videoModal #videoContainer {
			position: relative;
			width: 90%;
			max-width: 600px;
		}
		#videoModal .close-btn {
			position: absolute;
			bottom: -44px;
			right: 0;
			background: #fff;
			color: #000;
			width: 40px;
			height: 36px;
			text-align: center;
			line-height: 41px;
			font-weight: bold;
			cursor: pointer;
			z-index: 1001;
			left: 0;
			margin: auto;
			font-size: 36px;
		}
		#videoModal iframe {
			width: 295px;
			height: 510px;
			border: 8px solid #fff;
			border-radius: 8px;
			display: block;
			margin: auto;
		}
		/** // Reel popup modal css **/
		
/* // Ektukro reel thumb sec */


/* Video & Picture sec */
.debipakho25_video_picture_area {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 70px;
}

.debipakho25_video_picture_area ul.nav.nav-tabs {
    align-items: center;
    justify-content: center;
    border: none;
    margin: 55px 0;
}

.debipakho25_video_picture_area ul.nav.nav-tabs .nav-link {
    border: none;
    font-size: 45px;
    font-weight: 600;
    color: #626262;
    background: #d9d9d9;
    margin: 0 15px;
    border-radius: 0;
    padding: 10px 20px 0px 20px;
}

.debipakho25_video_picture_area ul.nav.nav-tabs .nav-link.active {
    background-color: #ad1e1e;
    color: #fff;
}

.debipakho25_video_picture_area .tab_content {
    background: #e9e9e9;
    padding: 30px 30px 15px 30px;
    border: 1px solid #ad1e1e;
    border-radius: 20px;
}

.debipakho25_video_picture_area .tab_content iframe {
    width: 98%;
    height: 550px;
}

.debipakho25_video_picture_area .thumb_block p, .debipakho25_video_picture_area .picture_thumb p {
    font-size: 28px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 38px;
}
.debipakho25_video_picture_area .picture_thumb img.img-fluid {
    width: 98%;
    margin: auto;
}
/* // Video & Picture sec */



/* Start Footer */
.footer {
    background: #626262;
	padding: 25px;
	margin-top: 50px;
}
.footer .link_list li a {
    display: block;
    color: #fff;
    padding: 6px 0px;
    font-family: arial;
    font-size: 14px;
    border-left: 2px solid transparent;
    line-height: 24px;
}

.footer .link_list li {
    width: 20%;
    float: left;
    margin-left: 29px;
}

.footer .link_list li a:hover {
    color: #a8a6a6;
    border-left: 2px solid #ed1a3b;
    padding-left: 7px;
}
.footer .download_app, .footer .follow {
    text-align: right;
}

.footer .download_app li, .footer .follow p {
    font-size: 14px;
    font-family: arial;
    color: #fff;
}

.footer .download_app li a {
    display: block;
    margin-top: 7px;
}

.footer .follow {
    margin-top: 30px;
}

.footer .follow li {
    display: inline-block;
    margin: 0 1px;
}
.copyright.site_wrapper {
    margin-top: 0;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    padding: 10px;
}

.copyright p {
    font-size: 11px;
    font-family: arial;
    text-align: center;
}
/* End Footer */



/* Start Inner page */

		/*** Inner page header ***/
.debipakho25_innerpg_headbanner_sec {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.debipakho25_innerpg_headbanner_sec .container {
    position: relative;
    z-index: 1;
}
.debipakho25_innerpg_headbanner_sec img.innerpg_top_banner {
    position: absolute;
    top: 0;
    height: 580px;
    width: 100%;
}
.debipakho25_innerpg_headbanner_sec img.mobileview_innerpg_top_banner{
    width: 100%;
	display: none;
}

.debipakho25_innerpg_headbanner_sec .innerpg_header .header_element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    overflow: hidden;
}

.debipakho25_innerpg_headbanner_sec .innerpg_header .header_element a.innerpg_hum_menu {
    display: block;
    width: 35px;
}

.debipakho25_innerpg_headbanner_sec .innerpg_header .innerpg_header_logo {
    overflow: hidden;
}
.debipakho25_innerpg_headbanner_sec .innerpg_header .innerpg_header_logo a.innerpg_logo {
    max-width: 400px;
    display: block;
    margin: auto;
}
.debipakho25_innerpg_headbanner_sec .innerpg_header .header_element a.fixed_header_logo {
    display: none;
    width: 130px;
    filter: brightness(0) invert(1) sepia(0);
}

	/**** scroll to sticky header ****/
	section.debipakho25_innerpg_headbanner_sec.fixed-top {
		position: fixed;
		background: #ed1a3b;
		/* padding-top: 10px; */
		height: 96px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.debipakho25_innerpg_headbanner_sec.fixed-top .innerpg_header .header_element a.fixed_header_logo {
		display: block;
	}

	section.debipakho25_innerpg_headbanner_sec.fixed-top img.innerpg_top_banner {
		display: none;
	}

	section.debipakho25_innerpg_headbanner_sec.fixed-top .header_element {
		margin-top: 0;
	}

	section.debipakho25_innerpg_headbanner_sec.fixed-top .debipakho25_innerpg_sponsored_list, section.debipakho25_innerpg_headbanner_sec.fixed-top .innerpg_header .innerpg_header_logo {
		display: none;
	}

	/**** // Scroll to sticky header ***/
			
	/**** // Inner page Header ****/
	
	
	
.debipakho25_innerpg_sponsored_list {
    max-width: 570px;
    background: #fff;
    padding: 7px;
    border-radius: 10px;
    margin: 50px auto;
}
.debipakho25_innerpg_sponsored_list li {
    text-align: center;
}

.debipakho25_innerpg_sponsored_list li a {
    display: inline-block;
}

.debipakho25_innerpg_sponsored_list li p {
    font-size: 15px;
    line-height: 20px;
}
.debipakho_innerpg_wrapper a.block_th {
    padding: 15px;
    background: #e9e9e9;
    display: block;
    border: 1px solid #ff0000;
    border-radius: 20px;
    margin-top: 28px;
}

section.quote_border {
    background-image: url("../images/quote_border.png");
    height: 8px;
    margin: 50px 0;
    width: 100%;
    display: block;
}

.debipakho_innerpg_wrapper a.block_th .content h3 {
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    margin-top: 11px;
    line-height: 34px;
    margin-bottom: 0;
    transition: all 0.3s;
}
.debipakho_innerpg_wrapper a.block_th:hover h3 {
    color: #ff0000;
}

.debipakho_innerpg_wrapper h2.heading {
    margin-bottom: 15px;
}
.debipakho_innerpg_ad_space {
    width: 90%;
    margin: auto;
}
/* End Inner page */


/**  Mobile view Sidebar menu sec **/
#mobile_sidebar_menu.m_nav_menu {
    background: #9c161b;
    position: fixed;
    left: 0;
    top: 0;
    text-align: left;
    width: 360px;
    bottom: 0;
    padding-bottom: 50px;
    z-index: 9999;
    overflow-y: scroll;
    display: block;
    box-shadow: 0 0 14px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,0.7);
    transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    transition: all .6s cubic-bezier(.77,0,.175,1);
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .6s cubic-bezier(.77,0,.175,1);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#mobile_sidebar_menu.m_nav_menu.show {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}
#mobile_sidebar_menu.m_nav_menu a.pro_logo {
    display: block;
    padding: 9px 15px 10px 20px;
    font-size: 18px;
    color: #fff;
    border-bottom: 4px solid #d57272;
    background: #7a090e;
}
#mobile_sidebar_menu.m_nav_menu a.pro_logo img.img-fluid {
    width: 80px;
}
#mobile_sidebar_menu.m_nav_menu a.nav-link {
    display: block;
    padding: 9px 15px 9px 20px;
    font-size: 17px;
    color: #fff;
    border-bottom: 1px solid #d57272;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
#mobile_sidebar_menu.m_nav_menu li.nav-item.dropdown .arrow_box {
    position: absolute;
    right: 8px;
    top: 0px;
    padding: 14px;
}
#mobile_sidebar_menu.m_nav_menu li.nav-item .dropdown-menu a.dropdown-item {
    background: #ac8e1f;
    color: #fff;
    font-size: 17px;
    padding-left: 30px;
}
#mobile_sidebar_menu.m_nav_menu a.m_close_menu {
    position: absolute;
    top: 16px;
    right: 12px;
    background: #ffffff;
    width: 35px;
    padding: 8px;
    text-align: center;
    border: none;
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    color: #000000;
}
#mobile_sidebar_menu.m_nav_menu li .dropdown-menu {
    background: none;
    padding: 0;
}

/** // Mobile view Sidebar menu sec **/

.debipakho25_event_thumb_area .container {
    width: 100%;
    max-width: 1024px;
}






