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;
    background: #201d18;
}
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;
}

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


.style_bg {
    background: #876302;
	background: linear-gradient(180deg, rgba(135, 99, 2, 1) 0%, rgba(32, 29, 24, 1) 34%, rgba(32, 29, 24, 1) 100%);
}


/*  Side ad sec */
#side_ad_wrapper {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#side_ad_wrapper .side_ad_160 {
    position: absolute;
    top: 29px;
}
#side_ad_wrapper .side_ad_160.right_ad {
    position: absolute;
    right: 0;
}
#side_ad_wrapper.sticky_side_ad .side_ad_160 {
    top: 76px;
}
#side_ad_wrapper.sticky_side_ad {
    position: sticky;
    top: 17px;
    left: 0;
    right: 0;
}
/* //  Side ad sec */



/* Start Inner page */

		/*** Inner page header ***/
.headbanner_sec {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.headbanner_sec .container {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
.headbanner_sec img.innerpg_top_banner {
    width: 100%;
}
.headbanner_sec img.mobileview_innerpg_top_banner {
    width: 100%;
    display: none;
}

.headbanner_sec .innerpg_header .header_element {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 65px;
    overflow: hidden;
}

.headbanner_sec .innerpg_header .header_element a.innerpg_hum_menu {
    display: block;
}

.headbanner_sec .innerpg_header .innerpg_header_logo {
    overflow: hidden;
}
.headbanner_sec .innerpg_header .innerpg_header_logo a.innerpg_logo {
    max-width: 400px;
    display: block;
    margin: auto;
}
.headbanner_sec .innerpg_header .header_element a.fixed_header_logo {
    display: none;    width: 110px;    margin: 15px 0 12px 0px;    border-radius: 8px;    box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}
.headbanner_sec .header {
    z-index: 9;
    top: -21px;
    position: relative;
    left: 0;
    right: 0;
    transition: all 0.3s;
}
.headbanner_sec .header.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    transform: translateY(20px);
    background: #443a04;
    height: 95px;
}
.headbanner_sec .header.fixed-top .container {
    position: relative;
}

	/**** scroll to sticky header ****/
	.header.fixed-top .header_element #debipakho_humberger_menu {
		margin-top: 31px;
		width: 30px;
	}
	.header.fixed-top .header_element a.sp_logo {
		width: 40px;
		margin-top: 28px;
	}
	.header.fixed-top .innerpg_header .header_element a.fixed_header_logo {
		display: block;
	}

	.header.fixed-top img.innerpg_top_banner {
		display: none;
	}

	.header.fixed-top .header_element {
		margin-top: 0;
	}

	.header.fixed-top .innerpg_header .innerpg_header_logo {
		display: none;
	}

	/**** // Scroll to sticky header ***/
			
	/**** // Inner page Header ****/
	
	

.jac_box a {    display: block;    width: 260px;    margin: auto;    text-align: center;    border-radius: 10px;    margin-top: -160px;    z-index: 1;    position: relative;
}

.wrapper {
    max-width: 1180px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

.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;    min-height: 110px;
}
.wrapper a.block_th:hover h3 {
    color: #ff0000;
}

.wrapper h2.heading {
    margin-bottom: 15px;
}
.ad_space {
    width: 90%;
    margin: auto;
}

.wrapper a.block_th picture {
    position: relative;
    display: block;
}

.wrapper a.block_th picture .category {
    position: absolute;    bottom: 10px;    right: 10px;    background: #fff;    padding: 2px 10px;    border-radius: 4px;    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}.wrapper a.block_th picture .category span {    font-size: 14px;}
/* End Inner page */


/**  Mobile view Sidebar menu sec **/
#mobile_sidebar_menu.m_nav_menu {
    background: #726107;
    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 #c6ab12;
    background: #4c4105;
}
#mobile_sidebar_menu.m_nav_menu a.pro_logo img.img-fluid {
    width: 50px;
}
#mobile_sidebar_menu.m_nav_menu a.nav-link {
    display: block;
    padding: 13px 15px 13px 20px;
    font-size: 17px;
    color: #fff;
    border-bottom: 1px solid #c6ab12;
}

.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: #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 **/

.mobile_ad{
		display: none;
	}



/* Start Footer */
.footer {
    background: #626262;
    padding: 25px;
    margin-top: 50px;
    position: relative;
}
.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;
    background: #fff;
    position: relative;
}

.copyright p {
    font-size: 11px;
    font-family: arial;
    text-align: center;
}
/* End Footer */
.wrapper a.block_th picture .categoryphoto {    position: absolute;    right: 10px;    top: 10px;}




/****************** MEDIA SCREEN CSS ***************/

@media (max-width: 1500px) {
    .wrapper {
        max-width: 1090px;
    }
}



/* 1400px */
@media (max-width: 1400px){
	.wrapper {
		max-width: 1020px;
	}
	
}


/* 1200px */
@media (max-width: 1200px){
	#side_ad_wrapper {
		display: none;
	}
	
	
}


/* 992px */
@media (max-width: 992px){
	
	
	
	/**** Inner page with header****/
	.headbanner_sec .innerpg_header .header_element a.innerpg_hum_menu {
		width: 25px;
	}
	.headbanner_sec .innerpg_header a.sp_logo {
		width: 35px;
	}
	.headbanner_sec .innerpg_header .innerpg_header_logo a.innerpg_logo {
		max-width: 150px;
	}
	.col_grid_two .col-md-6, .col_grid_three .col-md-4 {
		width: 100%;
	}
	/**** // Inner page with header****/
	
	
}




/* 768px */
@media (max-width: 768px){
	h2 {
		font-size: 30px;
	}
	
	/**** fixed Header ***/
	.headbanner_sec .header.fixed-top {
		height: 65px;
	}
	.header.fixed-top .header_element #debipakho_humberger_menu {
		margin-top: 18px;
		width: 20px;
	}
	.header.fixed-top .header_element a.sp_logo {
		width: 30px;
		margin-top: 18px;
	}
	
	.headbanner_sec .innerpg_header .header_element a.fixed_header_logo {		display: none;		width: 110px;		margin: 15px 0 12px 0px;		border-radius: 8px;		box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	}
	/**** // fixed Header ***/
	
	.jac_box a {
		width: 250px;
		padding: 10px 30px;
		margin-top: -125px;
		margin-bottom: 20px;
	}
	
	/**** Inner page with Header ***/
	
	.headbanner_sec .innerpg_header .header_element {
		width: 90%;
		margin: 35px auto 0;
	}
	.headbanner_sec .header.fixed-top .innerpg_header .header_element {
		margin: auto;
	}
	.headbanner_sec .innerpg_header .innerpg_header_logo {
		margin-top: 125px;
	}
	.headbanner_sec .innerpg_header .innerpg_header_logo a.innerpg_logo {
		max-width: 220px;
		margin: auto;
	}
	.wrapper {
		width: 90%;
	}
	#mobile_sidebar_menu.m_nav_menu {
		width: 260px;
	}
	.headbanner_sec img.innerpg_top_banner {
		display: none;
	}
	.headbanner_sec img.mobileview_innerpg_top_banner{
		display: block;
	}
	.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;		min-height: 110px;
	}
	section.quote_border {
		margin: 30px 0;
	}
	.ad_space {
		width: 82%;
		margin: auto;
	}
	.wrapper .col-md-6:first-child a.block_th, .wrapper .col-md-4:first-child a.block_th {
		margin-top: 0;
	}
	.wrapper .col-md-4:first-child a.block_th.mt_25 {
		margin-top: 25px;
	}
	/**** // Inner page with Header ***/
	
	
	
	.footer  .col-md-8, .footer  .col-md-4 {
		width: 100%;
	}
	.footer .link_list li {
		width: 23%;
	}
	.footer .download_app, .footer .follow {
		text-align: center;
	}
	
	
}




/* 574px */
@media (max-width: 574px){
	
	.desktop_ad{
		display: none;
	}
	.mobile_ad{
		display: block;
	}
	h2.heading {
		margin: 35px 0;
	}
	.headbanner_sec .innerpg_header .innerpg_header_logo a.innerpg_logo {
		max-width: 150px;
		margin: auto;
	}
	.headbanner_sec .innerpg_header .innerpg_header_logo {
		margin-top: 55px;
	}
	.footer .link_list li {
		display: none;
	}
	.footer .link_list li:last-child {
		width: 100%;
		float: none;
		display: block;
		text-align: center;
		margin-left: auto;
	}
	.footer .link_list li:last-child a {
		display: inline-block;
		padding: 7px 10px;
	}
	.footer .download_app {
		margin-top: 20px;
	}
	.footer .download_app li, .footer .follow p {
		color: #bbb;
	}
}

