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: #000;
}


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: #000;
	font-family: "Noto Serif Bengali", serif;
}
a:hover {
    color: #cf0000;
}
p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}
.clearfix{
	clear: both;
}
h2 {
    font-size: 45px;
    margin-bottom: 12px;
    color: #975f0a;
    font-weight: 600;
}
h3 {
    font-size: 33px;
    margin-bottom: 12px;
	color: #111;
}
.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 */


/* Start Header */
.header.fixed-top {
    position: relative;
}

.navbar_wrapper nav.navbar.navbar-expand-lg {
    width: 100%;
}
.header .container {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}

.header .navbar_wrapper {
    position: relative;
    background: #d7b165;
}
.header nav.navbar.navbar-expand-lg {
    padding: 0;
}
.header .navbar_wrapper a.nav-link {
    color: #ffffff;
    padding: 24px 16px;
    font-size: 17px;
    position: relative;
}
.header .navbar_wrapper a.nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    bottom: 0px;
    left: 0;
    background-color: #ffcb08;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.header .navbar_wrapper a.nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.navbar_wrapper .collapse.navbar-collapse {
    justify-content: space-between;
}
.navbar_wrapper a.sp_logo {
    display: block;
}



/* After scroll fixed Header */
.header.fixed-top .scroll_fixed_header {
    opacity: 1;
    z-index: 9;
    transform: translateY(40px);
    height: 100px;
}
.scroll_fixed_header .fixed_head_pp_logo {
    margin-top: 10px;
    overflow: hidden;
    display: block;
    width: 110px;
}
.scroll_fixed_header {
    background: #d7b165;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    top: -40px;
    transition: transform .3s;
    opacity: 0;
    z-index: -9;
}
.scroll_fixed_header #fixed_header_hum_menu {
    float: left;
    max-width: 45px;
    margin-top: 40px;
}
.scroll_fixed_header .fixed_head_sp_logo {
    display: block;
    margin-top: 29px;
}
.scroll_fixed_header .sponsored_list {
    float: left;
    margin-left: 25px;
    position: absolute;
    left: 30px;
    top: 0;
}


.scroll_fixed_header .sponsored_list ul li {
    width: 70px;
    float: left;
    margin: 7px 6px 0 10px;
    text-align: center;
}

.scroll_fixed_header .sponsored_list ul li a img {
    max-width: 100%;
}

.scroll_fixed_header .sponsored_list ul li p {
    font-size: 11px;
    line-height: 10px;
    font-family: arial;
}

.scroll_fixed_header .sponsored_list ul li a {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    padding: 4px;
    border-radius: 4px;
    margin-top: 5px;
    float: left;
}

/* // After scroll fixed Header */

/* End Header */



/**  Mobile view Sidebar menu sec **/
#mobile_sidebar_menu.m_nav_menu {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    text-align: left;
    width: 300px;
    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.nav-link {
    display: block;
    padding: 13px 15px 13px 20px;
    font-size: 17px;
    color: #1c1c1c;
    border-bottom: 1px solid #c6ad50;
}

.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: 8px;
    right: 12px;
    background: #d7b165;
    width: 35px;
    padding: 8px;
    text-align: center;
    border: none;
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    color: #fefefe;
}
#mobile_sidebar_menu.m_nav_menu li .dropdown-menu {
    background: none;
    padding: 0;
}
	/*** when side menu open no scroll ***/
	body.no-scroll { 
		overflow:hidden; 
	}
	/*** // when side menu open no scroll ***/
	
/** // Mobile view Sidebar menu sec **/



/**  Banner slider sec **/
.banner_wrap {
    position: relative;
}
.banner_wrap  .logo_area {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 288px;
    bottom: -50px;
    z-index: 1;
}
.banner_wrap .slide_img {
    width: 100%;
}
.banner_wrap .logo_area .jis {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
}

.banner_wrap .logo_area .sss_logo {
    position: relative;
}

#mview_banner_slider{
	display: none;
}
/** // Banner slider sec **/




/* sponsored list */
.sponsor_wrap {
    margin: 85px 0 60px;
}
.sponsor_wrap .sponsored_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}
.sponsored_list .sponsored_box_a {
    flex: 0 0 100px;
}

.sponsored_list .sponsored_box_c {
	flex: 0 0 300px;
}

.sponsored_list .sponsored_box_b {
    flex: 1;
}

.sponsored_list .sponsored_heading {
    position: relative;
    margin-bottom: 5px;
}

.sponsored_list .sponsored_heading p {
    margin: 0;
    font-size: 14px;
    background: #fff;
    padding: 0 4px;
    z-index: 1;
    position: relative;
    display: inline-block;
}

.sponsored_list .sponsored_heading:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #8d8d8d;
    left: 0;
    right: 0;
    top: 14px;
}

.sponsor_wrap .sponsored_list ul {
    display: flex;
    gap: 15px;
    justify-content: space-around;
    margin-top: 13px;
}

.sponsored_list .sponsored_box_a a {
    display: block;
    text-align: center;
}
/* // sponsored list */





/* Start Content wrapper */

.content_wrapper .ltcolor_box_wrap {
    background: #fbefd7;
    padding: 50px;
    border-radius: 20px;
    margin: 40px 0;
}
.intro_sec {
    text-align: center;
}

.intro_sec p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.hr_separator {
    height: 1px;
    background: #656363;
    margin: 40px 0;
}

.event_form_sec {
    background: #b07b2b;
    max-width: 1060px;
    margin: auto;
    padding: 30px;
    border-radius: 30px;
}

.event_form_sec h2.heading_fnt {
    color: #fff;
}

.event_form_sec .eventform {
    padding: 0 20px;
}

.event_form_sec .eventform label {
    font-size: 21px;
    color: #fff;
    margin-top: 5px;
}

.event_form_sec .eventform .form-control {
    border: 0;
}

.event_form_sec .form-group {
    margin-top: 20px;
}

.event_form_sec .form-group ul.selection {
    display: flex;
    align-items: center;
    gap: 35px;
}

.event_form_sec .form-group ul.selection label {
    margin: 0;
}

.event_form_sec .form-group .form-check {
    margin: 0;
}

.event_form_sec .eventform .submit {
    background: #fbefd7;
    font-size: 25px;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 13px;
    margin: auto;
    display: block;
}

.event_form_sec .eventform .submit:hover {
    background: #fff;
}

.event_rules {
    max-width: 1060px;
    margin: 50px auto;
    background: #d7b165;
    padding: 30px;
    text-align: center;
    border-radius: 30px;
}
.event_rules h2.heading_fnt {
    color: #fff;
}
.event_rules li {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 500;
    color: #fff;
}
.bestpuja_sec .sq_box a.th_link {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.bestpuja_sec .sq_box a.th_link h4 {
    font-size: 30px;
    margin-top: 15px;
    font-weight: 600;
}
.bestpuja_sec .sq_box a.th_link img {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}
.best_two_col h2.heading_fnt {
    margin-top: 20px;
    line-height: 44px;
}
.best_value_wrap {
    padding: 30px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 20px;
    margin: auto;
    max-width: 1060px;
    background: #b07b2b;
}

.best_value_wrap h2 {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.best_value_wrap .element .value {
    margin-top: 15px;
}
.best_value_wrap .element .value p {
    font-size: 28px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 36px;
}
.best_value_wrap .element .value p span {
    font-size: 28px;
    color: #ffeb0d;
}
.best_value_wrap .element .value h3 {
    font-weight: 600;
    background: #fbefd7;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 9px;
    font-size: 25px;
    margin-bottom: 0;
}




/************** FOOTER ***************/
.footer {
    background: #000;
    text-align: center;
    padding-bottom: 16px;
    overflow: hidden;
}

.footer a {
    font-size: 11px;
    color: #fff;
    display: block;
    font-family: arial;
}

.footer .link_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 10px 16px 6px 16px;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 6px;
}

.footer .copyright p {
    margin: 0;
    color: #fff;
    font-size: 11px;
	 font-family: arial;
}

.footer a:hover {
    color: #ed1a3b;
}
/************** // FOOTER ***************/






