<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*common css styles*/
.force_space_hoder{
	width:1px !important;
	height:0px !important;
	display:inline-block !important;
	overflow:hidden !important;
	float:left !important;
	}
.pngfix{}
.hide{ position:absolute; left:-9999px; }
.cp{ cursor:pointer; }
.nobg{ background:none; }
.center,.tac{ text-align:center; }
.left,.tal{ text-align:left; }
.right,.tar{ text-align:right; }
.justify,.taj{ text-align:justify; }
.uppercase,.ttu{ text-transform:uppercase; }
.underline {text-decoration: underline;}
/*common font size*/
.extralarge{ font-size:24px; line-height:26px; }
.large{ font-size:18px; line-height:20px; }
.medium{ font-size:14px; line-height:16px; }
.small{ font-size:13px; line-height:15px; }
.tiny{ font-size:11px; line-height:13px; }
/*borders*/
.bbAsh{ border-bottom:1px solid #dcdbdb; }
.bAsh{ border-top:1px solid #dcdbdb; }
.nob{ border:0 none !important; }
.nobt{ border-top:0 none !important; }
.nobr{ border-right:0 none !important; }
.nobb{ border-bottom:0 none !important; }
.nobl{ border-left:0 none !important; }

.spacer{
	height:0px;
	overflow:hidden;
	}

/*float*/
.fl{ float:left; }
.fr{ float:right; }
.fn{ float:none; }
/*overflowHidden*/
.oh{ overflow:hidden; }
.ohf{ overflow:hidden !important; }
/*clear both*/
.cb{ clear:both; }
/*margins*/
.m0{ margin:0px !important; }

.ml0{ margin-left:0px !important; }
.ml10{ margin-left:10px; }
.ml20{ margin-left:20px; }
.mr0{ margin-right:0px !important; }
.mr5{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }
.mr30{ margin-right:30px; }
.mr40{ margin-right:40px; }
.mt0{ margin-top:5px !important; }
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mb0{ margin-bottom:0px !important; }
.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb50{ margin-bottom:50px; }
/*paddings*/
.p0{ padding:0px !important; }
.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.p20{ padding:20px; }
.pb0{ padding-bottom:0px !important; }
.pb1{ padding-bottom:1px !important; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }
.pt0{ padding-top:0px !important; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }
.pl5{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pr20{ padding-right:20px; }
.plr10{ padding-left:10px; padding-right:10px; }
.plr20{ padding-left:20px; padding-right:20px; }

.mr8{ margin-right:8px; }
.mb8{ margin-bottom:8px; }
.mb16{ margin-bottom:16px; }
.mb24{ margin-bottom:24px; }
.mb32{ margin-bottom:32px; }

.pb8{ padding-bottom:8px; }
.pb16{ padding-bottom:16px; }
.pb24{ padding-bottom:24px; }
.pb32{ padding-bottom:32px; }

.error{ color:#c00; }
/*display*/
.dn{ display:none; }
.di{ display:inline; }
.dib{ display:inline-block; }
.db{ display:block; }
.pr{position:relative; }
/*flexible widths*/
.fw{ width:99%; }
.hw{ width:49%; }
.qw{ width:24%; }
.three_qw{ width:74%; }
.h100p{ height:100%; }
.w100p{ width:100%; }

/*global editor content specific css */


/* Alignment */
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
.alignfull {text-align: justify;}
/* image, table and other tag specific alignment */
img.alignleft, table.alignleft, span.alignleft, a.media_image.alignleft,.content span.ds_media_holder.alignleft{
	display: inline;
	float: left;
	margin-right: 10px;
	text-align: inherit;
	max-width:60%!important;
	}
img.alignright, table.alignright, span.alignright, a.media_image.alignright,.content span.ds_media_holder.alignright{
	display: inline;
	float: right;
	margin-left: 10px;
	text-align: inherit;
	max-width:60%!important;
	}
img.aligncenter, table.aligncenter, span.aligncenter, a.media_image.aligncenter{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
	}

img.aligncenter, span.aligncenter, a.media_image.aligncenter{
	display:table !important;
	margin: 0 auto;
	max-width:100%!important;
	}

.media_image:hover{
	text-decoration:none;
	}



table[align=left]{
	float: left;
	margin-right: 10px;
	}
table[align=right]{
	float: right;
	margin-left: 10px;
	}
table[align=center]{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}

.color_red{ color:#c00; }
.color_blue{ color:#00c; }
.color_green{ color:#0c0; }

.tablerow_even {
	background-color: #BBBBBB;
}
.tablerow_odd {
	background-color: #E5EFFD;
}

.content{
	font-size:20px;
	line-height: 26px;
	color:#000;
	}
.content img, .content table, .content span.ds_media_holder, a.ds_media_holder{
	max-width:100% !important;
	display: block;
	}
.content table td{
	padding:5px 10px;
	margin:auto;
	}

.content ul, .content ol{
	padding-left:30px;
	}

.content h6{
	font-size:14px;
	line-height:22px;
	}
.content h5{
	font-size:16px;
	line-height:24px;
	}
.content h4{
	font-size:18px;
	line-height:26px;
	}
.content h3{
	font-size:20px;
	line-height:28px;
	}
.content h2{
	font-size:22px;
	line-height:30px;
	}
.content h1{
	font-size:24px;
	line-height:32px;
	}
.content p,.content div,p{
	overflow: hidden;
	}
.content p{
	margin-bottom:16px;
	}

.content pre{
	font-size:16px;
	}


.flex{
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	flex-wrap: wrap;
	width:100%;
	}

/*.default-image{
    content:url('images/default_thumbnail_800x450.png')!important;
}*/
.jwembed{
	width:100%!important;
	}

@media only screen and (max-width: 800px){
	.content .ds_media_holder .ds_media_caption{
		position:relative !important;
		display:block !important;
		clear:both !important;
		}
	.mb24{ margin-bottom:12px; }
	img.alignleft, table.alignleft, span.alignleft, a.media_image.alignleft,.content span.ds_media_holder.alignleft{
    	max-width:60%!important;
    	}
    img.alignright, table.alignright, span.alignright, a.media_image.alignright,.content span.ds_media_holder.alignright{
    	max-width:60%!important;
    	}
    .jwembed{
        width:100%!important;
        }
	}
@media only screen and (max-width: 500px){

	img.alignleft, table.alignleft, span.alignleft, a.media_image.alignleft,.content span.ds_media_holder.alignleft{
    	max-width:100%!important;
    	display:table!important;
    	float: none!important;
        margin: 0 auto!important;
    	}
    img.alignright, table.alignright, span.alignright, a.media_image.alignright,.content span.ds_media_holder.alignright{
    	max-width:100%!important;
    	display:table!important;
    	float: none!important;
        margin: 0 auto!important;
    	}
    }
/*common css styles*/

.contents .content_type:before {
	color: #2d6dc8!important;
	}
	.live .tag_title_holder .displaytag{
	color:red!important;
	margin-left:30px;
	margin-right:5px;
	}
	.euro .widget_color_green .titlebar {
	 background-image: url(images/header.jpg); 
	background-size: cover;
	background-repeat: round;
	}
	.euro .widget_color_green .titlebar a{
	color:black;
	}
	.live .tag_title_holder .displaytag:before {
	content:"";
	position: absolute;
	left: -22px;
	top: 4px;
	width: 15px;
	height: 15px;
	background:red;
	border-radius:50%;
	}
	.live .tag_title_holder .displaytag:after {
	z-index: -1;
	content: "";
	position: absolute;
	left: -22px;
	top: 4px;
	width: 15px;
	height: 15px;
	-webkit-animation: ripple 1.6s ease-out infinite;
	-moz-animation: ripple 1.6s ease-out infinite;
	-o-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	opacity: 0;
	background: red;
	border-radius: 50%;
	}
	@keyframes ripple {
	0%, 35% {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 1; }
	50% {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0.8; }
	100% {
	opacity: 0;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2); } }
	@-webkit-keyframes ripple {
	0%, 35% {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 1; }
	50% {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0.8; }
	100% {
	opacity: 0;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2); } }
	.top-ad-mb{
	display:none;
	}
	@media only screen and (min-width: 801px) {
	.contents.round_image .image_left .image, .contents.round_image .image_right .image {
	height: 100px;
	}
	}
	@media only screen and (min-width: 800px) and (max-width: 992px) {
	.top-ad-responsive{
	width:785px!important;
	height: 90px;
	}
	.top-ad-responsive img {
	height: 75px;
	}
	}
	@media only screen and (min-width: 600px) and (max-width: 799px) {
	.top-ad-responsive{
	width:580px!important;
	height: 85px!important;
	}
	.top-ad-responsive img{
	height: 75px;
	}
	}
	@media only screen and (min-width: 280px) and (max-width: 599px) {
	.top-ad{
	display:none;
	}
	.top-ad-mb{
	display:block;
	}
	.top-ad-mb img{
	margin: 0px auto;
	margin-top:5px!important;
	}
	.top-ad-responsive img{
	height: 65px;
	}
	}
	@media only screen and (min-width: 280px) and (max-width: 800px) {
	div#widget_1228 {
	margin-top: 10px;
	}
	.sidebar-ad{
	width:90%!important;
	margin-bottom:0px!important;
	}
	}
	div#widget_202 .title_holder h2 {
	font-size: 18px;
	}



	.show_more_link .headbar_more_link {
		background: #2d6dc8;
		}
		.header_wrap {
		border-bottom: 1px solid #b2b2b2;
		}
		div#widget_1354 .title_holder h2 {
		font-weight: bold;
		}
		body{
		background:white!important;
		}
		.more_main_menu:after {
		font-size: 25px;
		}
		.info.has_ai span{
		color:white;
		}
		#div_175 .titlebar {
		margin-bottom: 0px;
		}
		@media only screen and (max-width: 800px) {
		div#div_170 h2, div#div_166 h2, div#div_179 h2, div#div_275 h2, div#div_1340 h2, div#widget_1357 h2, div#div_930 h2, div#div_927 h2, div#widget_936 h2, div#div_377 h2, div#div_375 h2, div#wrapper_1378 h2,{
		font-size: 18px;
		}
		div#widget_1354 h2 {
		font-size: 22px;
		}
		div#widget_172 h2, div#widget_1341 h2, div#widget_1356 h2, div#widget_931 h2, div#widget_379 h2, div#widget_1256 h2 {
		font-weight: bold;
		font-size: 22px;
		}
		div#widget_321 .image_top h2, div#widget_322 .image_top h2, div#widget_323 .image_top h2, div#widget_160 .image_top h2, div#widget_156 .image_top h2, div#widget_158 .image_top h2, div#div_318 .image_top h2, div#div_155 .image_top h2    {
		font-size: 22px!important;
		font-weight: bold!important;
		}
		div#widget_872 h2 {
		font-weight: bold;
		font-size: 22px;
		}
		div#div_175 .titlebar a, div#div_175 h2 {
		font-weight: normal;
		}
		div#widget_284 h2 {
		font-weight: bold;
		font-size: 22px;
		}
		.contents .col_in {
		margin-bottom: 8px;
		}
		#div_175 .contents .listing .image_no .title_holder::before{
		display:none;
		}
		div#wrapper_117, #wrapper_317, #wrapper_174, #wrapper_274 {
		padding-bottom: 0px!important;
		}
		#div_169 .summery, #div_169 .contents .col_in{
		margin-bottom:0px;
		}
		.contents .listing .each, .listing .col_in {
		border-bottom: none!important;
		border-top: 1px solid lightgray;
		}
		.tabbed_conents .tabs_content {
		margin-bottom: 10px;
		}
		.opinion h2{
		font-weight:normal!important;
		}
		.sp-news .contents .each {
		padding: 0!important;
		}
		div#div_884 .bottom {
		margin-top: 5px;
		}
		.contents .title_holder h2 {
		font-weight: normal;
		}
		.footer_top_menu ul {
		border-bottom: 1px solid gray;
		}
		#div_170 .contents .each{
		border-top: .5px solid lightgray;
		padding: 0px;
		}
		div#div_166 .each {
		padding: 0;
		}
		div#div_166 .contents .each{
		border-top: .5px solid lightgray;
		padding: 0;
		}
		#div_166 .contents.white_bg, #div_167 .contents.white_bg{
		padding-left:0px;
		padding-bottom:0px;
		padding-top:0px;
		}
		div#div_179 .contents.white_bg, div#div_884 .contents.white_bg {
		padding: 0;
		}
		div#div_179 .contents .each, div#div_884 .contents .each, div#div_1379 .contents .each, div#div_127 .contents .each, div#div_128 .contents .each  {
		border-top: .5px solid lightgray;
		padding: 0px;
		}
		div#div_179  .contents.ash_bb .each, div#div_884  .contents.ash_bb .each, div#div_1379  .contents.ash_bb .each{
		border-bottom: none!important;
		padding-bottom:0px!important;
		}
		div#div_275 .each, div#div_1340 .each, div#div_913 .each, #wrapper_373 .each {
		border-top: .5px solid lightgray;
		}
		div#div_275 .contents.white_bg, div#div_1340 .contents.white_bg, div#div_913 .contents.white_bg, #wrapper_373 .each .contents.white_bg {
		padding: 0px;
		}
		.single_album_gallery .widget-wrapper {
		border-bottom: none;
		padding-bottom: 0px;
		}
		.footer_top_menu {
		margin-bottom:5px;
		}
		.footer_top_menu li {
		display: inline-block;
		}
		.lifestyle .contents .has_image.image_featured .info {
		padding-top: 8px!important;
		background: rgba(0,0,0,.5)!important;
		border-top: 1px solid white;
		}
		}
		@media only screen and (max-width: 800px) {
		/* .contents .has_image.image_featured .info.has_ai {
		padding-top: 8px!important;
		background: rgba(0,0,0,.5)!important;
		border-top: 1px solid white;
		} */
		.potrait .has_image.image_featured .info {
		padding-top: 8px!important;
		background: rgba(0,0,0,.5)!important;
		border-top: 1px solid white;
		}
		}
		.contents .title_holder, .title, .contents .title_holder ,  .title  {
		color: #3c3c3c;
		}
		.contents .summery, .single_album_gallery .caption {
		font-size: inherit;
		font-family: 'Bangla', Arial, Helvetica, sans-serif;
		}
		.main_menu a:hover, .main_menu a.active {
		border-bottom: 4px solid #ffa800!important;
		}
		.more_main_menu {
		color: #2d6dc8!important;
		}
		.contents .listing .image_no .title_holder::before{
		color:#2d6dc8!important;
		}
		.contents .title_holder .subtitle {
		color: #212121!important;
		}
		.total_vote_container {
		background: #2d6dc8!important;
		}
		.contents .additional .aitm {
		color: #212121;
		}
		.blue_text{
		color:#0000cc;
		}
		.light-font .info h2{
		font-weight:normal;
		}
		.custom-title .titlebar{
		border-bottom: 2px solid #ccc;
		}
	.page{
		background-color: #f6f6f6;
		text-align:center;
		font-size: 1.64em;
		line-height: 1.45;
		margin: 0;
		border-top: 2px solid #f4511e;
		display: block;
		margin-block-start: 1em;
		margin-block-end: 1em;
		margin-inline-start: 40px;
		margin-inline-end: 40px;
		}
.custom-wrap{
		margin-left:5%;
		margin-right:5%;
		}
		.custom-bottom-border{
		border-bottom:2px solid #2d6dc8;
		}
		.custom-widget .widget{
		margin-right:0px!important;
		}
		.big_menu_all a:hover {
		color: #2d6dc8!important;
		}
		.contents .each .additional .aitm:hover, .contents .has_image.image_featured .additional .aitm:hover {
		color: #ffa800;
		}
		.big_menu_all &gt; ul &gt; li &gt; a::before {
		content: ' ';
		width: 8px!important;
		height: 8px!important;
		border-radius: 50%;
		margin-right: 10px;
		margin-top: 10px!important;
		background: #ffa700 !important;
		margin-left: 10px!important;
		}
		a:link {
		background-color: transparent;
		text-decoration: none;
		}
		.ajp_web_box1 {
		display: grid;
		grid-template-columns: 5fr 2fr;
		margin-bottom: 1.6rem;
		border: 1px solid black;
		align-items: flex-start;
		padding:1.6rem 2.4rem;
		grid-gap:2.4rem;
		color:black;
		}
		.contents.ash_bb .each:not(:last-child){
		border-bottom: 1px solid lightgray!important;
		padding-bottom: 5px!important;
		}
		#div_1379 .contents.ash_bb .each:not(:nth-child(n+5)){
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px
		}
		.opinion .contents.ash_bb .each:not(:nth-child(n+5)){
		border-bottom: 1px solid lightgray!important;
		padding-bottom: 5px!important;
		}
		.opinion .contents .additional{
		margin-top:0px!important;
		}
		.sp-news .contents .each {
		padding-left: 10px;
		padding-right: 10px;
		border-left: 1px solid lightgray;
		border-right: 1px solid lightgray;
		border-bottom:1px solid lightgray;
		background: #47fa1a1a;
		padding-top: 4px;
		}
		.tabs_content ul li a{
		border-bottom:1px solid lightgray!important;
		margin: 0px 10px;
		}
		.tabs_content ul li a span{
		font-weight:normal!important;
		}
		.contents .each:hover .title_holder, .contents .each:hover .title_holder h2 {
		text-decoration: none;
		color: #000!important;
		}
		.foot_wrap_bg {
		border-top: 3px solid #2d6dc8;
		margin-top: 25px;
		}
	.result_button a {
		color: #284a65
		}
		.footer_copyright{
		color:grey;
		}
		.footer_top_menu li a {
		padding-right: 25px!important;
		float: left;
		color: darkgrey;
		font-weight: normal;
		font-size: 16px;
		}
		.footer_bottom_menu li a {
		color:darkgrey;
		}
		.footer_social_links .social_links a.facebook {
		background: none!important;
		color:darkgray;
		font-size: 20px;
		}
		.footer_social_links .social_links a.facebook:hover {
		background: #4267a5!important;
		color:white;
		font-size: 20px;
		}
		.footer_social_links .social_links a.twitter {
		background: none!important;
		color:darkgray;
		font-size: 20px;
		}
		.footer_social_links .social_links a.twitter:hover {
		background: #1da1f2!important;
		color:white;
		font-size: 20px;
		}
		.footer_social_links .social_links a.pinterest {
		background: none!important;
		color:darkgray;
		font-size: 20px;
		}
		.footer_social_links .social_links a.pinterest:hover {
		background: #bd081c!important;
		color:white;
		font-size: 20px;
		}
		.footer_social_links .social_links a.youtube {
		background: none!important;
		color:darkgray;
		font-size: 20px;
		}
		.footer_social_links .social_links a.youtube:hover {
		background: #cf3427!important;
		color:white;
		font-size: 20px;
		}
		.footer_social_links .social_links a.linkedin {
		background: none!important;
		color:darkgray;
		font-size: 20px;
		}
		.footer_social_links .social_links a.linkedin:hover {
		background: #0078ba!important;
		color:white;
		font-size: 20px;
		}
		.footer_social_links .social_links a.instagram {
		background: none!important;
		color:darkgray;
		font-size: 20px;
		}
		.footer_social_links .social_links a.instagram:hover {
		background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)!important;
		color:#fff;
		font-size: 20px;
		}
.footer_social_links .social_links a.googlenews {
		background: none!important;
		color:darkgray;
		font-size: 20px;
		}
		.footer_social_links .social_links a.googlenews:hover {
		background: #4285F4!important;
		color:white;
		font-size: 20px;
		}
		.adcontainer{
			max-width:100%;
			margin:0 auto;
			text-align:center;
			margin-bottom:20px;
			}
			body{font-family: Bangla;}
			.header_seach_form .search_input{font-family: Bangla;}
			.secondary_header{background:#2d6dc8;}
			@media only screen and (max-width: 800px){
			}#ds-popup{
			position:fixed;
			z-index:10000;
			top:0;left:0;right:0;bottom:0;
			background:#000000a1;
			display:none;
			}
			#ds-popup .content{
			max-height:90%;
			overflow:auto;
			width:90%;
			max-width:800px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			padding:30px;
			position:relative;
			}
			#ds-popup .cancel{
			position: absolute;
			text-align: center;
			width: 30px;
			height: 30px;
			top: 0;
			right: 0;
			}
			#ds-popup .cancel:before{
			content: 'X';
			position: absolute;
			display: inline-block;
			width: 100%;
			line-height: 30px;
			height: 100%;
			color: #fff;
			}
			#ds-popup .ds-ring-circle{
			transform: rotate(-270deg);
			transform-origin: 50% 50%;
			}
			#ds-popup .img{
			width:100%;
			}
			#ds-popup .mobile{
			display:none;
			}
			#ds-popup .desktop{
			display:block;
			}
			.dsshare span.c{text-indent: -9999px;}

			.live .tag_title_holder .displaytag{
				color:red!important;
				margin-left:30px;
			   margin-right:5px;
			   }



			   .live .tag_title_holder .displaytag:before {
				 content:"";
				 position: absolute;
				   left: -22px;
				   top: 4px;
				   width: 15px;
				   height: 15px;
				   background:red;
				   border-radius:50%;
			   }
			   .live .tag_title_holder .displaytag:after {
				   z-index: -1;
				   content: "";
				   position: absolute;
				   left: -22px;
				   top: 4px;
				   width: 15px;
				   height: 15px;
				   -webkit-animation: ripple 1.6s ease-out infinite;
				   -moz-animation: ripple 1.6s ease-out infinite;
				   -o-animation: ripple 1.6s ease-out infinite;
				   animation: ripple 1.6s ease-out infinite;
				   opacity: 0;
				   background: red;
				   border-radius: 50%;
			   }
			   @keyframes ripple {
			   0%, 35% {
			   -webkit-transform: scale(0);
			   -moz-transform: scale(0);
			   -ms-transform: scale(0);
			   -o-transform: scale(0);
			   transform: scale(0);
			   opacity: 1; }
			   50% {
			   -webkit-transform: scale(1.5);
			   -moz-transform: scale(1.5);
			   -ms-transform: scale(1.5);
			   -o-transform: scale(1.5);
			   transform: scale(1.5);
			   opacity: 0.8; }
			   100% {
			   opacity: 0;
			   -webkit-transform: scale(2);
			   -moz-transform: scale(2);
			   -ms-transform: scale(2);
			   -o-transform: scale(2);
			   transform: scale(2); } }
			   @-webkit-keyframes ripple {
			   0%, 35% {
			   -webkit-transform: scale(0);
			   -moz-transform: scale(0);
			   -ms-transform: scale(0);
			   -o-transform: scale(0);
			   transform: scale(0);
			   opacity: 1; }
			   50% {
			   -webkit-transform: scale(1.5);
			   -moz-transform: scale(1.5);
			   -ms-transform: scale(1.5);
			   -o-transform: scale(1.5);
			   transform: scale(1.5);
			   opacity: 0.8; }
			   100% {
			   opacity: 0;
			   -webkit-transform: scale(2);
			   -moz-transform: scale(2);
			   -ms-transform: scale(2);
			   -o-transform: scale(2);
			   transform: scale(2); } }

			   .top-ad-mb{
				  display:none;
				  }
			   @media only screen and (min-width: 801px) {
				.contents.round_image .image_left .image, .contents.round_image .image_right .image {
				   height: 100px;
			   }
			   }

			   @media only screen and (min-width: 800px) and (max-width: 992px) {
				.top-ad-responsive{
				   width:785px!important;
				   height: 90px;
				  }
			   .top-ad-responsive img {
					height: 75px;
				  }
			   }
			   @media only screen and (min-width: 600px) and (max-width: 799px) {
				.top-ad-responsive{
				   width:580px!important;
				   height: 85px!important;
				  }

			   .top-ad-responsive img{
				   height: 75px;
				  }

				}

			   @media only screen and (min-width: 280px) and (max-width: 599px) {
				.top-ad{
				   display:none;
				  }
				 .top-ad-mb{
				  display:block;
				  }
			   .top-ad-mb img{
				   margin: 0px auto;
				   margin-top:5px!important;
			   }
			   .top-ad-responsive img{
				   height: 65px;
				  }

				}
			   @media only screen and (min-width: 280px) and (max-width: 800px) {
			   div#widget_1228 {
				   margin-top: 10px;
			   }
				.sidebar-ad{
				   width:90%!important;
				   margin-bottom:0px!important;
				  }
			   }
			   @media only screen and (min-width: 801px) {
				li.menu_page_id_1184.menu_color_ {
				   display: none;
			   }
			   }
			   li.menu_page_id_1184.menu_color_ a {
				   color: #2d6dc8;
				   font-weight: bold;
			   }
			   div#widget_202 .title_holder h2 {
				   font-size: 18px;
			   }


			   .custom-bg {
				background: #eaeaea;
			}

			.custom-bg img {
				margin-bottom: 10px;
			}



			.show_more_link .headbar_more_link {
				background: #2d6dc8;
			}

			.header_wrap {
				border-bottom: 1px solid #b2b2b2;
			}

			div#widget_1354 .title_holder h2 {
				font-weight: bold;
			}

			body {
				background: white !important;
			}

			.more_main_menu:after {
				font-size: 25px;
			}

			.info.has_ai span {
				color: white;
			}

			#div_175 .titlebar {
				margin-bottom: 0px;
			}

			@media only screen and (max-width: 800px) {

				div#div_170 h2,
				div#div_166 h2,
				div#div_179 h2,
				div#div_275 h2,
				div#div_1340 h2,
				div#widget_1357 h2,
				div#div_930 h2,
				div#div_927 h2,
				div#widget_936 h2,
				div#div_377 h2,
				div#div_375 h2,
				div#wrapper_1378 h2,
					{
					font-size: 18px;
				}

				div#widget_1354 h2 {
					font-size: 22px;
				}

				div#widget_172 h2,
				div#widget_1341 h2,
				div#widget_1356 h2,
				div#widget_931 h2,
				div#widget_379 h2,
				div#widget_1256 h2 {
					font-weight: bold;
					font-size: 22px;
				}

				div#widget_321 .image_top h2,
				div#widget_322 .image_top h2,
				div#widget_323 .image_top h2,
				div#widget_160 .image_top h2,
				div#widget_156 .image_top h2,
				div#widget_158 .image_top h2,
				div#div_318 .image_top h2,
				div#div_155 .image_top h2 {
					font-size: 22px !important;
					font-weight: bold !important;
				}

				div#widget_872 h2 {
					font-weight: bold;
					font-size: 22px;
				}

				div#div_175 .titlebar a,
				div#div_175 h2 {
					font-weight: normal;
				}

				div#widget_284 h2 {
					font-weight: bold;
					font-size: 22px;
				}

				.contents .col_in {
					margin-bottom: 8px;
				}

				#div_175 .contents .listing .image_no .title_holder::before {
					display: none;
				}

				div#wrapper_117,
				#wrapper_317,
				#wrapper_174,
				#wrapper_274 {
					padding-bottom: 0px !important;
				}

				#div_169 .summery,
				#div_169 .contents .col_in {
					margin-bottom: 0px;
				}

				.contents .listing .each,
				.listing .col_in {
					border-bottom: none !important;
					border-top: 1px solid lightgray;
				}

				.tabbed_conents .tabs_content {
					margin-bottom: 10px;
				}

				.opinion h2 {
					font-weight: normal !important;
				}

				.sp-news .contents .each {
					padding: 0 !important;
				}

				div#div_884 .bottom {
					margin-top: 5px;
				}

				.contents .title_holder h2 {
					font-weight: normal;
				}

				.footer_top_menu ul {
					border-bottom: 1px solid gray;
				}

				#div_170 .contents .each {
					border-top: .5px solid lightgray;
					padding: 0px;
				}

				div#div_166 .each {
					padding: 0;
				}

				div#div_166 .contents .each {
					border-top: .5px solid lightgray;
					padding: 0;
				}

				#div_166 .contents.white_bg,
				#div_167 .contents.white_bg {
					padding-left: 0px;
					padding-bottom: 0px;
					padding-top: 0px;
				}

				div#div_179 .contents.white_bg,
				div#div_884 .contents.white_bg {
					padding: 0;
				}

				div#div_179 .contents .each,
				div#div_884 .contents .each,
				div#div_1379 .contents .each,
				div#div_127 .contents .each,
				div#div_128 .contents .each {
					border-top: .5px solid lightgray;
					padding: 0px;
				}

				div#div_179 .contents.ash_bb .each,
				div#div_884 .contents.ash_bb .each,
				div#div_1379 .contents.ash_bb .each,
				div#div_641 .contents.ash_bb .each {
					border-bottom: none !important;
					padding-bottom: 0px !important;
				}

				div#div_275 .each,
				div#div_1340 .each,
				div#div_913 .each,
				#wrapper_373 .each {
					border-top: .5px solid lightgray;
				}

				div#div_275 .contents.white_bg,
				div#div_1340 .contents.white_bg,
				div#div_913 .contents.white_bg,
				#wrapper_373 .each .contents.white_bg {
					padding: 0px;
				}

				.single_album_gallery .widget-wrapper {
					border-bottom: none;
					padding-bottom: 0px;
				}

				.footer_top_menu {
					margin-bottom: 5px;
				}

				.footer_top_menu li {
					display: inline-block;
				}

				.lifestyle .contents .has_image.image_featured .info {
					padding-top: 8px !important;
					background: rgba(0, 0, 0, .5) !important;
					border-top: 1px solid white;
				}

			}

			@media only screen and (max-width: 800px) {

				/* .contents .has_image.image_featured .info.has_ai {
	padding-top: 8px!important;
	background: rgba(0,0,0,.5)!important;
	border-top: 1px solid white;
	} */
				.potrait .has_image.image_featured .info {
					padding-top: 8px !important;
					background: rgba(0, 0, 0, .5) !important;
					border-top: 1px solid white;
				}
			}

			.contents .title_holder,
			.title,
			.contents .title_holder,
			.title {
				color: #3c3c3c;
			}

			.contents .summery,
			.single_album_gallery .caption {
				font-size: 17px !important;
			}

			.main_menu a:hover,
			.main_menu a.active {
				border-bottom: 4px solid #ffa800 !important;
			}

			.more_main_menu {
				color: #2d6dc8 !important;
			}
			.more_main_menu.opened {
				color: #ffa800 !important;
			}

			.contents .listing .image_no .title_holder::before {
				color: #2d6dc8 !important;
			}

			.contents .title_holder .subtitle {
				color: #212121 !important;
			}

			.total_vote_container {
				background: #2d6dc8 !important;
			}

			.contents .additional .aitm {
				color: #212121;
			}

			.blue_text {
				color: #0000cc;
			}

			.light-font .info h2 {
				font-weight: normal;
			}

			.custom-title .titlebar {
				border-bottom: 2px solid #ccc;
			}

				.page {
				background-color: #f6f6f6;
				text-align: center;
				font-size: 1.64em;
				line-height: 1.45;
				margin: 0;
				border-top: 2px solid #f4511e;
				display: block;
				margin-block-start: 1em;
				margin-block-end: 1em;
				margin-inline-start: 40px;
				margin-inline-end: 40px;


			}
			.custom-wrap {
				margin-left: 5%;
				margin-right: 5%;
			}

			.custom-bottom-border {
				border-bottom: 2px solid #2d6dc8;
			}

			.custom-widget .widget {
				margin-right: 0px !important;
			}

			.big_menu_all a:hover {
				color: #ffa800 !important;
			}

			.contents .each .additional .aitm:hover,
			.contents .has_image.image_featured .additional .aitm:hover {
				color: #ffa800;
			}

			.big_menu_all&gt;ul&gt;li&gt;a::before {
				content: ' ';
				width: 8px !important;
				height: 8px !important;
				border-radius: 50%;
				margin-right: 10px;
				margin-top: 10px !important;
				background: #ff0 !important;
				margin-left: 10px !important;
			}
			.big_menu_all&gt;ul&gt;li a:hover {
				color:#ff0 !important;
				}
				
			/*.big_menu_all&gt;ul&gt;li.haschild a {color:#FF0 !important}
			.big_menu_all&gt;ul&gt;li.haschild ul&gt;li a {color:#fff !important}*/

			a:link {

				background-color: transparent;
				text-decoration: none;
			}

			.ajp_web_box1 {
				display: grid;
				grid-template-columns: 5fr 2fr;
				margin-bottom: 1.6rem;
				border: 1px solid black;
				align-items: flex-start;
				padding: 1.6rem 2.4rem;
				grid-gap: 2.4rem;
				color: black;


			}

			.contents.ash_bb .each:not(:last-child) {
				border-bottom: 1px solid lightgray !important;
				padding-bottom: 5px !important;
			}

			#div_1379 .contents.ash_bb .each:not(:nth-child(n+5)) {
				border-bottom: 1px solid #ccc;
				padding-bottom: 5px
			}

			.opinion .contents.ash_bb .each:not(:nth-child(n+5)) {
				border-bottom: 1px solid lightgray !important;
				padding-bottom: 5px !important;
			}

			.opinion .contents .additional {
				margin-top: 0px !important;
			}

			.sp-news .contents .each {
				padding-left: 10px;
				padding-right: 10px;
				border-left: 1px solid lightgray;
				border-right: 1px solid lightgray;
				border-bottom: 1px solid lightgray;
				background: #47fa1a1a;
				padding-top: 4px;
			}

			.tabs_content ul li a {
				border-bottom: 1px solid lightgray !important;
				margin: 0px 10px;
			}

			.tabs_content ul li a span {
				font-weight: normal !important;
			}

			.contents .each:hover .title_holder,
			.contents .each:hover .title_holder h2 {
				text-decoration: none;
				color: #ffa800 !important;
			}

			.foot_wrap_bg {
				border-top: 3px solid #2d6dc8;
				margin-top: 25px;
			}
			.result_button a {
				color: #284a65
			}

			.footer_copyright {
				color: grey;
			}
			.footer_copyright span {
				font-size: inherit;
			}

			.footer_top_menu li a {
				padding-right: 25px !important;
				float: left;
				color: darkgrey;
				font-weight: normal;
				font-size: 16px;
			}

			.footer_bottom_menu li a {
				color: darkgrey;
			}

			.footer_social_links .social_links a.facebook {
				background: none !important;
				color: darkgray;
				font-size: 20px;
			}

			.footer_social_links .social_links a.facebook:hover {
				background: #4267a5 !important;
				color: white;
				font-size: 20px;
			}

			.footer_social_links .social_links a.twitter {
				background: none !important;
				color: darkgray;
				font-size: 20px;
			}

			.footer_social_links .social_links a.twitter:hover {
				background: #1da1f2 !important;
				color: white;
				font-size: 20px;
			}

			.footer_social_links .social_links a.pinterest {
				background: none !important;
				color: darkgray;
				font-size: 20px;
			}

			.footer_social_links .social_links a.pinterest:hover {
				background: #bd081c !important;
				color: white;
				font-size: 20px;
			}

			.footer_social_links .social_links a.youtube {
				background: none !important;
				color: darkgray;
				font-size: 20px;
			}

			.footer_social_links .social_links a.youtube:hover {
				background: #cf3427 !important;
				color: white;
				font-size: 20px;
			}

			.footer_social_links .social_links a.linkedin {
				background: none !important;
				color: darkgray;
				font-size: 20px;
			}

			.footer_social_links .social_links a.linkedin:hover {
				background: #0078ba !important;
				color: white;
				font-size: 20px;
			}

			.footer_social_links .social_links a.instagram {
				background: none !important;
				color: darkgray;
				font-size: 20px;
			}

			.footer_social_links .social_links a.instagram:hover {
				background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)!important;
				color: #fff;
				font-size: 20px;
			}

			.pinterest.processed .i-amphtml-layout-size-defined .i-amphtml-fill-content {
																				position: relative;
																			}

																			.pinterest.processed .-amp-pinterest-embed-pin-responsive .-amp-pinterest-embed-pin-image,
																			.pinterest .-amp-pinterest-embed-pin-image {
																				width: 100%;
																			}

																			.pinterest.processed .i-amphtml-built i-amphtml-sizer {
																				position: absolute;
																			}

																			.pinterest.processed .i-amphtml-built .i-amphtml-fill-content {
																				max-height: none;
																				min-height: 0;
																				height: auto;
																			}

																			.jwembed .i-amphtml-built iframe {
																				width: 100%;
																			}</pre></body></html>