@charset "utf-8";
/* CSS Document */
@import url('https://fonts.maateen.me/kalpurush/font.css');

/*@font-face {
    font-family: 'kalpurushregular';
    src: url('../fonts/kalpurush-webfont.eot');
    src: url('../fonts/kalpurush-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kalpurush-webfont.woff2') format('woff2'),
         url('../fonts/kalpurush-webfont.woff') format('woff'),
         url('../fonts/kalpurush-webfont.svg#kalpurushregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}*/
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto-italic-webfont.eot');
    src: url('../fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('../fonts/roboto-italic-webfont.woff') format('woff'),
         url('../fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
	}
/*@font-face {
	font-family: 'Conv_Shorif Shishir ANSI V1';
	src: url('../fonts/Shorif Shishir ANSI V1.eot');
	src: local('☺'), 
		url('../fonts/Shorif Shishir ANSI V1.woff') format('woff'), 
		url('../fonts/Shorif Shishir ANSI V1.ttf') format('truetype'), 
		url('../fonts/Shorif Shishir ANSI V1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
	font-family: 'Conv_NotoSerifBengali-Bold';
	src: url('../fonts/NotoSerifBengali-Bold.eot');
	src: local('☺'), 
		url('../fonts/NotoSerifBengali-Bold.woff') format('woff'), 
		url('../fonts/NotoSerifBengali-Bold.ttf') format('truetype'), 
		url('../fonts/NotoSerifBengali-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

	

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;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
	}
html {
	overflow-y: scroll;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	}
body,
button,
input,
select,
textarea {
	color: #2f2f2f;
	font-family: 'Kalpurush', sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.5;
	}

a {color: #0083c1;text-decoration: none;}
a:focus {outline: none;}

a:hover,
a:active {outline: 0;text-decoration: none;}


/*a:active,
a:hover {color: #202b59;}*/

em {
    font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*margin: 36px 0 12px;*/
	}
dl {margin-bottom: 24px;}
dt {font-weight: bold;}
dd {margin-bottom: 24px;}
ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
	}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul,
li > ol {
	margin: 0 0 0 20px;
	}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width:100%;
	}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	}
button,
input {	line-height: normal;}

input,
textarea {	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	}
table,
th,
td { border: 1px solid #5c7b05;}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
	}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	}
td {border-width: 0 1px 1px 0;	}
del {color: #767676;}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
	}
b, strong{ font-weight:bold}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/************************************/
*{ margin:0; padding:0;}
.clear-fix:after{
	content: "";
	clear: both;
	display: table;
	}
.clear-fix:before{
	content: "";
	clear: both;
	display: table;
	}
.clear{ clear:both;}
h1{
	font-size:32px;
	
	}
h2{
	font-size:24px;
	
	}
h3{
	font-size:22px;
	
	}
h4{
	font-size:20px;
	
	}
h5{
	font-size:18px;
	
	}
h6{
	font-size:16px;
	}
p{
	font-size:14px;
	}
ul{
	margin-left:0;
	}
/*---- ----*/
.wrapper{
	width: 100%;
	position: relative;
	}
header{
	width: 100%;
	position:relative;
	z-index:99;
	}
.header-top{
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	border-top:5px solid #c82020;
	}
/*----logo----*/
.logo{
	width:241px;
	height:auto;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position:relative;
	z-index:9;
	margin:20px 0 10px;
	}
.logo img{ max-width:100%; }
.logo span {
    font-size: 11px;
    font-family: 'robotoregular';
    color: #000;
    text-decoration: none;
    letter-spacing: .2px;
}
.logo a{
	color: #000;
    text-decoration: none;
	}

.rightTopArea{ float:right; margin-top:15px; text-align:right}
.followIcon{ display:inline-block}
.followIcon ul{ margin:0; padding:0; list-style:none}
.followIcon ul li{
	width:30px;
	height:30px;
	background:url(../images/media-bg.png) no-repeat #c82020;
	border-radius:50%;
	display:inline-block;
	margin-left:1px;
	text-align:center;
	line-height:30px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
.followIcon ul li:hover{ background:#921717}
.followIcon ul li a{
	color:#fff;
	font-size:16px;
	display:block;
	}
.srcBTNArea{ display:inline-block; position:relative;z-index: 10;}
.srcBTN{
	width:30px;
	height:30px;
	background:url(../images/media-bg.png) no-repeat #c82020;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	line-height:30px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
.srcBTN:hover{ background:#921717}
.srcBTN a{
	color:#fff;
	font-size:16px;
	display:block;
	}
.srcArea {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 230px;
    display: none;
    z-index: -5;
    height: 32px;
	}
.txtFd10 {
    width: 100%;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 35px 0 10px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    background: #eee;
    border: 0px solid #bcbcb7;
    float: left;
    border-radius: 5px 15px 15px 5px;
	font-family: 'robotoregular';
	}
.txtFd10:focus{ outline:none;}
.dateArea {
    background: #c82020;
    font-size: 16px;
    min-height: 31px;
    padding: 1px 1px 1px 12px;
    line-height: 29px;
    margin-top: 8px;
    color: #fff;
    border-radius: 3px;
	}	
.dateArea span{ background:#000}	
.dateArea span {
    background: #000;
    height: 29px;
    display: inline-block;
    padding: 0px 10px 0 7px;
    border-radius: 3px 0 0 4px;
	}	
/*----menu----*/
.header-bottom {
    background: #4f0605;
    margin-top: 10px;
}

/*--sticky-head--*/
.top-hd {}

/*----banner----*/
.banner-main{ width:100%; position:relative; margin:20px 0}
.mainNewsSlider {
    width: calc(100% - 356px);
    display: inline-block;
    vertical-align: top;
	position:relative;
	}
.mainNewsSlider img{ width:100%}
/*.mainNewsSlider {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	}
/*.mainNewsSlider iframe,
.mainNewsSlider object,
.mainNewsSlider embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.vdo{
	width:100%;
	height:100%;
	background:red;
	}
.mainNewsSlider iframe{ width:100%; height:100%}
.mainBanner { background:#000}
.mainBanner img{ opacity:.85}
.mainBanner .owl-nav {
    position: absolute;
    top: calc(50% - 17px);
    width: 100%;
    z-index: 8;
	}
.mainBanner .owl-prev {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, .65);
    line-height: 35px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    left: 20px;
    float: left;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.mainBanner .owl-prev:hover{background: rgba(255, 255, 255, 1);}
.mainBanner .owl-prev:after {
    position: absolute;
    content: "\f053";
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #4f0605;
    display: block;
    text-align: center;
    line-height: 34px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	left:10px;
	}
.mainBanner .owl-next {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, .65);
    line-height: 35px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    right: 20px;
    float: right;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.mainBanner .owl-next:hover{background: rgba(255, 255, 255, 1);} 
.mainBanner .owl-next:after {
    position: absolute;
    content: "\f054";
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #4f0605;
    display: block;
    text-align: center;
    line-height: 34px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	right:10px;
	}


.bannerRightPnl {
    width: 338px;
    display: inline-block;
    float: right;
	}
.newsBnrText {
    background: rgba(248, 239, 239, .75);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px;
	}
.newsBnrText h2 {
    font-size: 32px;
    color: #4f0605;
    text-decoration: none;
    line-height: 1.2;
	}
/*------marqueeArea------*/	
.marqueeArea {
    width: 100%;
    background: #fcaf1a;
    color: #000;
    line-height: 1;
    border-top: 1px solid #fff;
    box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, .5);
	font-size:14px;
}
.marqueeArea marquee {
    padding-top: 10px;
    padding-bottom: 5px;
}
.marqueeArea ul{ margin:0; padding:0; list-style:none}
.marqueeArea ul li{
	display:inline-block;
	border-right:1px solid #000;
	margin-right:15px;
	padding-right:15px;
}
/*----section-1----*/
.section-1{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	padding:0 0 40px 0;
	position:relative;
	background:#fff;
	}
.newsBox01{
    background: #f8efef;
    border-bottom: 2px solid #c82020;
	height:100%;
	}
.newsBoxTxt01 {
    padding: 15px;
	width:100%;
	min-height: 118px;
	}
.newsBoxTxt01 h3, .newsBoxTxt01 h3 a {
    color: #4f0605;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.2;
	}
.flex-row{ display:flex; flex-wrap:wrap}
.newsBoxImg01 img{ width:100%}
.btnWrap{}
a.viewBtn01, .viewBtn01 {
    min-width: 149px;
    height: 46px;
    line-height: 44px;
    background: #f8efef;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #dd1515;
    border: 1px solid #dd1515;
    border-radius: 3px;
    font-size: 22px;
    position: relative;
	transition: all .5s ease-in-out;
	}
a.viewBtn01:hover, .viewBtn01:hover{ background:#dd1515; color:#fff}
.bothLine:after {
    position: absolute;
    content: "";
    width: 465px;
    height: 2px;
    background: #dd1515;
    left: -498px;
    top: 20px;
    display: block;
	}
.bothLine:before {
    position: absolute;
    content: "";
    width: 465px;
    height: 2px;
    background: #dd1515;
    right: -498px;
    top: 20px;
    display: block;
	}
.btnWrap{ width:100%; text-align:center}
.googleAdd02 {  margin: 20px auto 0;}

/*------section-2 ------*/
.section-2{
	width:100%;
	background:#c82020;
	padding:35px 0 25px;
	position:relative;
	}
.section-2:after{
	position:absolute;
	content:"";
	width:100%;
	height:32px;
	top:0;
	left:0;
	background:url(../images/shadow0.png) no-repeat;
	background-position:center top;
	}
.section-2 h2 {
    font-family: 'Conv_NotoSerifBengali-Bold';
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
	}

.playBanner { background:#000}
.playBanner img{ opacity:.85}
.playBanner .owl-nav {
    position: absolute;
    top: calc(50% - 17px);
    width: 100%;
    z-index: 8;
	}
.playBanner .owl-prev {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, .65);
    line-height: 35px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    left: 20px;
    float: left;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.playBanner .owl-prev:hover{background: rgba(255, 255, 255, 1);}
.playBanner .owl-prev:after {
    position: absolute;
    content: "\f053";
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #4f0605;
    display: block;
    text-align: center;
    line-height: 34px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	left:10px;
	}
.playBanner .owl-next {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, .65);
    line-height: 35px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    right: 20px;
    float: right;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.playBanner .owl-next:hover{background: rgba(255, 255, 255, 1);} 
.playBanner .owl-next:after {
    position: absolute;
    content: "\f054";
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #4f0605;
    display: block;
    text-align: center;
    line-height: 34px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	right:10px;
	}
	
.newsBnrText-02 {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px;
	}
.newsBnrText-02 h3 {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
	}
.border0{ border:0}

/*------section-3 ------*/
.section-3{
	width:100%;
	background:#fff;
	padding:35px 0 45px;
	position:relative;
	}
.section-3:after{
	position:absolute;
	content:"";
	width:100%;
	height:32px;
	top:0;
	left:0;
	background:url(../images/shadow0.png) no-repeat;
	background-position:center top;
	}
.section-3 h2{
	font-family: 'Conv_NotoSerifBengali-Bold';
	color:#8b1313;
	font-size:36px;
	margin-bottom:20px;
	}
.newsBox01-sml {
    width: 100%;
    background: #f8efef;
	}
.newsBoxImg01-sml{
    width: 168px;
    display: inline-block;
	}
.newsBoxImg01-sml img{ width:100%}
.newsBoxTxt01-sml {
    width: calc(100% - 174px);
    display: inline-block;
    vertical-align: top;
    padding: 15px;
	}
.newsBoxTxt01-sml h3, .newsBoxTxt01-sml h3 a {
    color: #4f0605;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.3;
	}	
	
	
/*------Video section-------*/	
.section-video{
	width:100%;
	background:#f8efef;
	padding:35px 0 45px;
	position:relative;
	}
.section-video:after{
	position:absolute;
	content:"";
	width:100%;
	height:32px;
	top:0;
	left:0;
	background:url(../images/shadow0.png) no-repeat;
	background-position:center top;
	}
.section-video h2{
	font-family: 'Conv_NotoSerifBengali-Bold';
	color:#8b1313;
	font-size:36px;
	margin-bottom:20px;
	}
a.viewBtn02, .viewBtn02 {
    min-width: 92px;
    background: #8b1313;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 16px;
    position: relative;
    transition: all .5s ease-in-out;
    padding: 6px 3px 3px;
	}
a.viewBtn02:hover, .viewBtn02:hover{ background:#dd1515}
.videoBox{
	background:#fff;
	padding:10px;
	border-bottom:2px solid #c82020;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .2);
	margin:5px;
	}
.videoBox a{ text-decoration:none}
.videoBoxImg{ position:relative; margin-bottom:15px;}
.videoBoxImg:after {
    position: absolute;
    content: "\f16a";
    font-size: 38px;
    font-family: 'FontAwesome';
    color: rgba(0, 0, 0, .7);
    left: calc(50% - 19px);
    top: calc(50% - 18px);
    line-height: 30px;
	}
.videoBoxImg img{ width:100%}
.videoBoxTxt{ min-height:100px;}
.videoBoxTxt h3{
	color:#4f0605;
	text-decoration:none;
	font-size:18px;
	line-height:1.5;
	}
	
.video-slide .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 8;
	}
.video-slide .owl-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    left: -70px;
    float: left;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.video-slide .owl-prev:hover{background: #c82020;}
.video-slide .owl-prev:after {
    position: absolute;
    content: "\f053";
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #4f0605;
    display: block;
    text-align: center;
    line-height: 50px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	left:15px;
	}
.video-slide .owl-next {
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    right: -70px;
    float: right;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.video-slide .owl-next:hover{background: #c82020;} 
.video-slide .owl-next:after {
    position: absolute;
    content: "\f054";
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #4f0605;
    display: block;
    text-align: center;
    line-height: 50px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	right:15px;
	}

/*------Podcast section-------*/	
.section-podcast{
	width:100%;
	background:#ffffff;
	padding:35px 0 45px;
	position:relative;
	}
.section-podcast:after{
	position:absolute;
	content:"";
	width:100%;
	height:32px;
	top:0;
	left:0;
	background:url(../images/shadow0.png) no-repeat;
	background-position:center top;
	}
.section-podcast h2{
	font-family: 'Conv_NotoSerifBengali-Bold';
	color:#8b1313;
	font-size:36px;
	margin-bottom:20px;
	}
	
/*------rashi section-------*/		
.section-rashi{
	width:100%;
	background:#c82020;
	padding:35px 0 45px;
	position:relative;
	text-align:center;
	}
.section-rashi:after{
	position:absolute;
	content:"";
	width:100%;
	height:32px;
	top:0;
	left:0;
	background:url(../images/shadow0.png) no-repeat;
	background-position:center top;
	}	
.section-rashi h2{
	font-family: 'Conv_NotoSerifBengali-Bold';
	color:#fff;
	font-size:46px;
	margin-bottom:20px;
	}
.rashi_icon {
    width: 125px;
    height: 125px;
    display: inline-block;
    background: #8b1312;
    border: 3px solid #dc7272;
    border-radius: 50%;
    text-align: center;
	line-height:115px;
	margin-bottom:25px;
	}	
.rashi_icon img {
    width: auto !important;
    display: inline-block !important;
	}
.rashi-slide h3{
	font-size:26px;
	color:#fff;
	}
.rashi-slide h3 a{color:#fff; text-decoration:none}		

.rashi-slide .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 8;
	}
.rashi-slide .owl-prev {
    width: 50px;
    height: 50px;
    background: #c82020;
    line-height: 50px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    left: -70px;
    float: left;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.rashi-slide .owl-prev:hover{color: #fc9999;}
.rashi-slide .owl-prev:after {
    position: absolute;
    content: "\f104";
    font-size: 58px;
    font-family: 'FontAwesome';
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	left:15px;
	}
.rashi-slide .owl-next {
    width: 50px;
    height: 50px;
    background: #c82020;
    line-height: 50px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    right: -70px;
    float: right;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.rashi-slide .owl-next:hover{color: #fc9999;} 
.rashi-slide .owl-next:after {
    position: absolute;
    content: "\f105";
    font-size: 58px;
    font-family: 'FontAwesome';
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	right:15px;
	}
		
	
/*------Others section-------*/	
.section-others{
	width:100%;
	padding:40px 0 50px;
	text-align:center;
	}
.section-others h2{
	font-family: 'Conv_NotoSerifBengali-Bold';
	color:#8b1313;
	font-size:46px;
	margin-bottom:20px;
	}
.categoryBox-2{
	width:100%;
	background:#000;
	position:relative;
	}
.categoryBox-2 img{
	opacity:.5;
	width:100%;
	}
.categoryBoxTxtWp{ 
	position:absolute;
	font-family: 'Conv_NotoSerifBengali-Bold';
	color:#fff;
	font-size:20px;
	}	
.categoryBoxTxtWp {
    position: absolute;
    font-family: 'Conv_NotoSerifBengali-Bold';
    color: #fff;
    z-index: 9;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #fff;
    left: 15px;
    top: 15px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
	background:rgba(0, 0, 0, .15);
	transition: all .5s ease-in-out;
	}
.categoryBoxTxtWp h3 {
    text-align: center;
    width: 100%;
    position: relative;
	padding-bottom:15px;
	font-size: 22px;
	}
.categoryBoxTxtWp h3:after{
	position:absolute;
	content:"";
	width:36px;
	height:2px;
	bottom:0;
	left:calc(50% - 18px);
	background:#fff;
	}
.categoryBox-2:hover .categoryBoxTxtWp{background:rgba(0, 0, 0, .5);}

.others-option .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 8;
	}
.others-option .owl-prev {
    width: 50px;
    height: 50px;
    background: #c82020;
    line-height: 50px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    left: -70px;
    float: left;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.others-option .owl-prev:hover{background: #4f0605;}
.others-option .owl-prev:after {
    position: absolute;
    content: "\f053";
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	left:15px;
	}
.others-option .owl-next {
    width: 50px;
    height: 50px;
    background: #c82020;
    line-height: 50px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    right: -70px;
    float: right;
    overflow: hidden;
    text-indent: -100px;
    border: 0px solid #fff;
    border-radius: 50%;
	}
.others-option .owl-next:hover{background: #4f0605;} 
.others-option .owl-next:after {
    position: absolute;
    content: "\f054";
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    top: 1px;
    text-indent: 0px;
    transition: all .5s ease-in-out;
	right:15px;
	}	
	
/*------footer-------*/
footer{
	background:#4f0605;
	width:100%;
	border-top:4px solid #fe0000;
	font-family: 'robotoregular';
	}
.topFooter{
	width:100%;
	padding:45px 0 40px;
	}	
.footBox1 {
    width: 380px;
    float: left;
    padding-right: 60px;
	}
.footLogo {
    width: 241px;
    margin-bottom: 25px;
	}
.footLogo span {
    font-size: 11px;
    font-family: 'robotoregular';
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    letter-spacing: .2px;
}
.footLogo a{
	color: rgba(255, 255, 255, .8);
    text-decoration: none;
	}
.footAbout p{
	font-size:14px;
	line-height:22px;
	color:#fff;
	font-family: 'robotoregular';
	}		
.footNewsletter {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #723837;
	}
.footNewsletter h3{
	font-family: 'robotobold';
	font-size:14px;
	font-weight:normal;
	line-height:1;
	margin-bottom:24px;
	color:#fff;
	text-transform:uppercase;
	}	
.newsletterWrap{
	width:285px;
	}	
.subscribeFld {
    width: calc(100% - 100px);
    background: #ae8d8c;
    border: 0;
    height: 33px;
    padding: 0 10px;
    float: left;
	color:#4f0605;
	font-size:14px;
	font-family: 'robotoregular';
	}
.subscribeFld::-webkit-input-placeholder {color: #4f0605; opacity:1; }
.subscribeFld:-moz-placeholder { color: #4f0605; opacity:1 ;}
.subscribeFld::-moz-placeholder { color: #4f0605;opacity:1;   }
.subscribeFld:-ms-input-placeholder {  color: #4f0605; opacity:1; }
.subscribeFld:focus{ outline:none}	
.subscribeBtn {
    border: 0;
    background: #fe0000;
    height: 33px;
    width: 100px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
	font-family: 'robotobold';
	transition: all .5s ease-in-out;
	}	
.subscribeBtn:focus{ outline:none}	
.subscribeBtn:hover{ background:#000}
.footBox2 {
    width: 240px;
    float: left;
    padding-right: 40px;
	}
.footBox2 h2{
	font-family: 'robotoblack';
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
	text-transform:uppercase;
	}
.footBox2 ul{ margin:0; padding:0; list-style:none}
.footBox2 ul li{
	display:block;
	border-bottom:1px solid #723837;
	padding-bottom:7px;
	margin-bottom:7px;
	}
.footBox2 ul li:last-child{border-bottom:0px solid #723837;}
.footBox2 ul li a{
	font-family: 'robotoregular';
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	transition: all .5s ease-in-out;
	}
.footBox2 ul li a:hover{ color:#ff5252;}
.footBox4 {
    float: left;
    width: 280px;
	}
.footBox4 h2{
	font-family: 'robotoblack';
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
	text-transform:uppercase;
	}
.foot-cnt-address {
    width: 100%;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
	}
.foot-cnt-address span{ position:absolute; left:0; top:-1px;}
.foot-cnt-address a{
	font-family: 'robotoregular';
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	}
.foot-cnt-address p{
	font-family: 'robotoregular';
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-bottom:25px;
	}
.footFollow {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #723837;
	max-width: 200px;
    margin-left: 25px;
	}
.footFollow h3 {
    font-family: 'robotobold';
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
	}
.footFollow .followIcon ul li{ margin-right:3px;}

.copyRightTxt{
	padding:20px 0 15px;
	font-size:12px;
	color:#bc8787;
	font-family: 'robotoregular';
	border-top: 1px solid #723837;
	text-align:center;
	width:100%;
	}


/*-----inner-section-1----------*/
.inner-section-1{
	width:100%;
	padding:20px 0 50px;
	}
.details-full-width-img{ width:100%;}
.details-full-width-img img{ width:100%;}
.tagline-txt {
    background: #f1f1f1;
    padding: 5px 10px;
    font-size: 16px;
	}
.details-full-width-cnt {
    width: 100%;
    margin-top: 20px;
	}
.details-full-width-cnt h1 {
    font-family: 'Conv_NotoSerifBengali-Bold';
    color: #000;
    font-size: 34px;
    margin-bottom: 20px;
}
.details-full-width-cnt h2{
    font-family: 'Conv_NotoSerifBengali-Bold';
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
}
.details-full-width-cnt h3{
    font-family: 'Conv_NotoSerifBengali-Bold';
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}
.details-full-width-cnt h4{}
.details-full-width-cnt h5{}
.details-full-width-cnt h6{}
.details-full-width-cnt p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333;
}
.details-full-width-cnt ul{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	}
.details-full-width-cnt ul li{
	font-size:18px;
	line-height:1.2;
	margin-bottom:7px;
	color:#333;
	position:relative;
	padding-left:22px;
	}
.details-full-width-cnt ul li a{color:#333; text-decoration:none}	
.details-full-width-cnt ul li:after{
	position:absolute;
	content:"\f10c";
	font-family:FontAwesome;
	font-size:12px;
	color:#302f2f;
	top:2px;
	left:0;
	}
.details-full-width-cnt a{ color:#c82020}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom:30px;
	}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.tag-div {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 10px 0;
    display: flex;
    margin-top: -1px;
	}
.tag-text {
    font-size: 22px;
    color: #c82020;
    margin-right: 15px;
	}
.tag-list ul{ margin:0; padding:0; list-style:none}
.tag-list ul li {
    display: inline-block;
    padding-left: 10px;
    margin-top: 7px;
	}
.tag-list ul li:after{ display:none}
.tag-list ul li a {
    background: #eee;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
	}

.category-inner h1{
    font-family: 'Conv_NotoSerifBengali-Bold';
    color: #8b1313;
    font-size: 36px;
    margin-bottom: 20px;
}




.xs .newsBoxImg01-sml{ width:125px;}
.xs .newsBoxTxt01-sml { width: calc(100% - 132px); padding: 10px;}
.xs .newsBoxTxt01-sml h3, .xs .newsBoxTxt01-sml h3 a{ font-size:16px;}


/*-----contact------*/
/*-------Contact Us Page-------*/
.txt-fd3 { 
	width: 100%; 
	height:37px; 
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding: 0 18px; 
	color: #4b4b4b;
	font-size: 14px; 
	font-weight: normal;	
	background:#fff; 
	border:1px solid #c3c3c3;
	font-family:'robotoregular';
	}
.txt-fd3:focus{ outline:none}
.txt-fd3::-webkit-input-placeholder {color: #4b4b4b; opacity:1}
.txt-fd3:-moz-placeholder { color: #4b4b4b; opacity:1 }
.txt-fd3::-moz-placeholder { color: #4b4b4b;opacity:1  }
.txt-fd3:-ms-input-placeholder {  color: #4b4b4b; opacity:1 }
.area-fd4{ 
	width: 100%; 
	height: 113px; 
	border: none; 
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding: 10px 18px; 
	color: #4b4b4b;
	font-size: 14px; 
	font-weight: normal;	
	resize:none; 
	background:#fff; 
	border:1px solid #c3c3c3;
	float:left;
	font-family:'robotoregular';
	}
.area-fd4:focus{ outline:none}
.area-fd4::-webkit-input-placeholder {color: #4b4b4b; opacity:1}
.area-fd4:-moz-placeholder { color: #4b4b4b; opacity:1 }
.area-fd4::-moz-placeholder { color: #4b4b4b;opacity:1  }
.area-fd4:-ms-input-placeholder {  color: #4b4b4b; opacity:1 }
/*--select--*/
.list-select4-capt{
	background:#fff; 
	border:1px solid #c3c3c3;
	position:relative;
	width: 100%;
	height: 37px;
	font-size: 14px;
	color: #4d4d4d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	overflow: hidden;
	float:right;
	
	}
.list-select4-capt:after{
	position:absolute;
	content:"\f107";
	font-family: 'FontAwesome';
	color:#4b4b4b;
	font-size:16px;
	right:13px;
	top:5px;
	line-height: 24px;
	}
.list-select4-capt select{
	height:35px;
	line-height:35px;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	border: 0px;
	font-size:14px;
	color: #4b4b4b;
	padding: 0 0px 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position:relative;
	z-index:9;
	font-family:'robotoregular';
	}
.list-select4-capt select:focus{outline:none;}
.list-select4-capt option{ color:#333}
.slt-ar3 {
    font-size: 12px;
    line-height: 16px;
    color: #000;
	font-family:'robotoregular';
	}
.slt-ar3 a{ color:#000}	
	
.sumitFrm{
	height:54px;
	line-height:54px;
	background:#8b1313;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 10px;
	width:100%;
	border:none;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
	 float:right;
	 font-family: 'robotoregular';
	 border-radius: 3px;
	}
.sumitFrm:hover{ background:#dd1515}
.sumitFrm:focus{ outline:none}	
.marginLR{ margin-left:-8px; margin-right:-8px;}
.paddingLR{ padding-left:8px; padding-right:8px;}
.marginB15{ margin-bottom:15px;}
.capture-img { float: right;}

.contact-page-cnt{
	font-family: 'robotoregular';
	}
.contact-page-cnt h1 {
    font-size: 32px;
    font-family: 'robotobold';
    font-weight: normal;
    color: #8b1313;
    line-height: normal;
    margin-bottom: 10px;
	}
.contactPgForm { margin-top: 35px;}
.contactRt h2 {
    font-size: 24px;
    font-family: 'robotobold';
    font-weight: normal;
    color: #8b1313;
    line-height: normal;
    margin-bottom: 15px;
	line-height:1.2;
	}
.contactRt p{ margin-bottom:20px; font-size:16px;}
.contactRt a{ color:#8b1313}
.contactRt h3 {
    font-family: 'robotoregular';
    font-size: 18px;
    color: #333;
    line-height: normal;
    margin-bottom: 5px;
	}
.contactRt {
    background: #f8efef;
    padding: 25px;
    margin-top: 35px;
	}
	
/*-----breaking-news-section----*/
.breaking-news-section { background: #fc001a;}
.breaking-news-img {  width: 225px;  margin: 10px 10px 10px 0;}
.breaking-news-text {
    width: calc(100% - 235px);
    display: flex;
    align-items: center;
	}
.breaking-news-text ul{ margin:0; padding:0; list-style:none}
.breaking-news-text ul li{
	display:inline-block;
	border-right:1px solid #fff;
	margin-right:15px;
	padding-right:15px;
	font-size:20px;
	color:#fff;
	}
.rashi-Detail-page-img {
    background: #c82020;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 30px 0;
	float:left;
	}
.rashi-page-cnt h3{ clear:none; margin-bottom:10px; font-size:20px;}
.rashi-page-cnt h3 span{ color:#666}

.not-found-page{ 
	text-align:center; 
	position:relative;
	padding:50px 0;
	font-family: 'robotoregular';
	}
.not-found-page h2{
	font-family: 'robotobold';
	position:relative;
	z-index:9;
	}
.not-found-page h1{
    font-family: 'robotobold';
    font-size: 112px;
	z-index:5;
	color:#c82020;
	opacity: .2;
	}
.not-found-page p{ font-size:14px;}
a.btn-not-found {
    background: #c82020;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
}


.animationTxt { 
	font-size: 18px; 
	font-family: 'robotobold';
	font-weight:bold; 
	color:#fff;
	background:#FF0000;
	text-align: center; 
	-webkit-animation:effect 2s infinite alternate;
	padding:3px 12px;
	line-height:1;
	text-transform:uppercase;
	margin:0 5px;
} 
.animationTxt.sm{ font-size:14px;}
@-webkit-keyframes effect { 
	0% { 
		background: #e30016; 
		color:#fff;
	} 

	100% { 
		color: #000; 
		background:#ffde00;
	} 
} 

.ourAdd { 
	margin-top: 17px;
	background:url(../images/covid-bg.jpg) no-repeat;
	width:100%;
	height:78px;
	padding:6px;
	}
.smallBanner{
	border:1px solid #fff;
	width:calc(100% - 12px);
	height:calc(78px - 12px);
	}
.covid-add {
    display: flex;
    align-items: center;
    height: calc(78px - 12px);
    padding: 6px 85px 6px 10px;
    flex-wrap: wrap;
	}
.covid-add h2{
	color:#edc836; 
	/*text-transform:uppercase;*/
	font-size:24px;
	font-family: 'robotoblack';
	text-decoration:none;
	width:100%;
	line-height:1;
	}
.covid-add h6{
	color:#fff; 
	text-transform:uppercase;
	font-size:14px;
	font-family: 'robotoregular';
	text-decoration:none;
	letter-spacing:2px;
	width:100%;
	line-height:1;
	}
.covid-add h3{
	color:#edc836; 
	text-transform:uppercase;
	font-size:16px;
	font-family: 'robotoblack';
	text-decoration:none;
	width:100%;
	line-height:1;
	}
.covid-add h4{
	color:#fff; 
	font-size:14px;
	font-family: 'robotobold';
	text-decoration:none;
	line-height:1;
	margin:3px 0;
	}	
.covid-add h4 label	{
	font-family: 'robotoregular';
	color:#fff; 
	font-size:14px;
	width:90px;
	}
.cvd-left-cl{ width:40%}
/*
.smallBanner {
  position: relative;
}
.slid-item-1,.slid-item-2,.slid-item-3,.slid-item-4,.slid-item-5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slid-item-1 {
    animation:fade 10s infinite;
-webkit-animation:fade 10s infinite;

} 
.slid-item-2 {
    animation:fade2 10s infinite;
-webkit-animation:fade2 10s infinite;
}
.slid-item-3 {
    animation:fade3 10s infinite;
-webkit-animation:fade3 10s infinite;
}
.slid-item-4 {
    animation:fade4 8s infinite;
-webkit-animation:fade4 8s infinite;
}
.slid-item-5 {
    animation:fade5 8s infinite;
-webkit-animation:fade5 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
@keyframes fade5
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
*/	

.mLR10 { margin-left: -10px; margin-right: -10px;}
.pLR10 { padding-left: 10px; padding-right: 10px;}
/*----marginB20----*/
.marginT10{ margin-top:10px;}
.marginT20{ margin-top:20px;}
.marginT30{ margin-top:30px;}
.marginB10{ margin-bottom:10px;}
.marginB20{ margin-bottom:20px;}
.marginB30{ margin-bottom:30px;}

/*=============================RESPONSIVE=============================*/
@media(min-width:1024px){
	}

@media only screen and (min-width:1200px) and (max-width:1365px){
	
	.video-slide .owl-prev{left: -25px;}
	.video-slide .owl-next{right: -25px;}
	.rashi-slide .owl-prev{left: -25px;}
	.rashi-slide .owl-next{right: -25px;}
	.others-option .owl-prev{left: -25px;}
	.others-option .owl-next{right: -25px;}
	.rashi-slide .owl-nav{top: calc(25% - 0px);}
	.rashi-slide .owl-next:after{ font-size:42px; line-height:46px;}
	.rashi-slide .owl-prev:after{ font-size:42px; line-height:46px;}
	
	}
@media only screen and (min-width:992px) and (max-width:1199px){
	
	.bothLine:before{width: 370px; right: -395px;}
	.bothLine:after{width: 370px; left: -395px;}
	.video-slide .owl-prev{ left: 15px;}
	.video-slide .owl-next{ right:15px;}
	.rashi-slide .owl-prev{ left: 0px;}
	.rashi-slide .owl-next{ right:0px;}
	.others-option .owl-next{ right:15px;}
	.others-option .owl-prev{ left:15px;}
	.rashi-slide .owl-prev:after{ font-size:38px; }
	.rashi-slide .owl-next:after{ font-size:38px}
	.rashi-slide .owl-nav{top: calc(50% - 50px);}
	.newsBnrText h2{ font-size:20px}
	.newsBoxTxt01 h3, .newsBoxTxt01 h3 a{ font-size:16px}
	.newsBoxTxt01{ min-height:105px}
	.newsBoxTxt01-sml h3, .newsBoxTxt01-sml h3 a{ font-size:18px}
	.rashi-slide h3{ font-size:20px}
	.footBox1 { width: 285px; padding-right: 30px;}
	.footBox4 { width: 235px;}
	.footBox2 { width: 210px; padding-right: 30px;}
	.newsletterWrap { width: 100%;}
	

	}
@media only screen and (min-width:768px) and (max-width:991px){
	
	.rightTopArea{ margin-top:10px;}
	.logo{/* width:200px;*/ margin:10px 0}
	.dateArea{ font-size:12px;}
	.newsBnrText{ position:static; min-height: 105px;}
	.newsBnrText h2{ font-size:22px; }
	.bothLine:before, .bothLine:after{ display:none}
	
	.video-slide .owl-prev{left: -20px;}
	.video-slide .owl-next{right: -20px;}
	.rashi-slide .owl-prev{left: -20px;}
	.rashi-slide .owl-next{right: -20px;}
	.others-option .owl-prev{left: -20px;}
	.others-option .owl-next{right: -20px;}
	.rashi-slide .owl-nav{top: calc(25% - 0px);}
	.rashi-slide .owl-next:after{ font-size:42px; line-height:46px;}
	.rashi-slide .owl-prev:after{ font-size:42px; line-height:46px;}
	.footBox1 { width: 100%; padding-right: 0px; margin-bottom:30px}
	.footBox4 { width: 270px;}
	.footBox2 { width: 225px; padding-right: 30px;}
	
	
	}
@media(max-width:767px){
	
	.bothLine:before, .bothLine:after{ display:none}
	
	.video-slide .owl-prev{left: -10px;}
	.video-slide .owl-next{right: -10px;}
	.rashi-slide .owl-prev{left: -10px;}
	.rashi-slide .owl-next{right: -10px;}
	.others-option .owl-prev{left: -10px;}
	.others-option .owl-next{right: -10px;}
	.rashi-slide .owl-nav{top: calc(25% - 0px);}
	.rashi-slide .owl-next:after{ font-size:42px; line-height:46px;}
	.rashi-slide .owl-prev:after{ font-size:42px; line-height:46px;}
	.mainNewsSlider{ width:100%; margin-bottom:20px}
	.newsBnrText h2{ font-size:24px}
	.bannerRightPnl{ width:100%; display:none}
	.newsBoxTxt01{ min-height:inherit}
	.playBanner{ margin-top:20px}
	.rightTopArea { width: 100%; text-align: center; margin-bottom:10px}
	.dateArea{ width:300px; margin:10px auto 0}
	.logo{ width:220px; margin-bottom:0; float:none; margin:10px auto 0; text-align:center}
	.logo span{ font-size:10px; letter-spacing:0; text-align:center}
	.section-2 h2{ margin-bottom:0}
	.footBox1 { width: 100%; padding-right: 0px; margin-bottom:30px}
	.footBox4 { width: 100%;}
	.footBox2 { width: 100%; padding-right: 0px;margin-bottom:30px}
	.newsBnrText{ position:static; background:#f8efef}
	.newsBnrText h2{ font-size:22px; }
	.dateArea{ float:left}
	.srcBTNArea{ display:none}
	.followIcon{ width:100%}
	
	.breaking-news-img{ width:120px;}
	.breaking-news-text{width: calc(100% - 130px);}
	.breaking-news-text ul li{ font-size:16px;}
	
	}
@media(max-width:599px){
	
	}
@media(max-width:479px){

	.dateArea{ width:235px; font-size: 12px;}
	.section-3 h2, .section-video h2, .section-rashi h2, .section-others h2, .section-2 h2, .category-inner h1{ font-size:26px}
	.newsBoxImg01-sml{ width:100%}
	.newsBoxTxt01-sml{ width:100%}
	.rashi-slide h3{ font-size:20px}
	}
@media(max-width:419px){

	
	}


