@import 'mukti/font.css';@import 'bangla/font.css';

body, .ticker-caption {
    font-family: bangla, sans-serif!important;
}
body {
    background: #f0f1f3;
}
.box-width {
    max-width: 1240px;
    background: #fff none repeat scroll 0% 0%;
    margin: 30px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: bangla, sans-serif;
    color: #343434;
    font-weight: 400;
}
h1 {
    font-size: 26px;
    font-weight: 700;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.clear-both {
    clear: both;
}
header {
    border-bottom: 1px solid #e1e1e2;
    background: #fff;
}
.top-header {
    background: #f9f9f9;
}
.hlbox {
    background: #8d1820;
    width: 140px;
    text-align: center;
    padding: 4px 10px;
    color: #fff;
    font-weight: 700;
}
.ticker-container {
    margin: 0;
}
.ticker-container .ticker-caption p {
    text-align: center;
}
.ticker-container .ticker-caption p, .ticker-container ul div li a {
    font-size: 16px;
    font-family: bangla, sans-serif!important;
}
.scroll-left {
    overflow: hidden;
    position: relative;
    margin-top: 8px;
    margin-left:  -30px;
}
.scroll-left a {
    color: #444;
}
.news-tickr-header .item a {
    color: #000;
    margin-top: 5px;
    display: block;
}
.htmnu {
    float: left;
}
.htmnu ul {
    margin-top: 7px;
}
.htmnu ul li {
    display: inline-block;
    border-left: 1px solid #e1e1e2;
}
.htmnu ul li span, .htmnu ul li a {
    color: #444;
    padding: 0 8px;
    display: block;
}
.htmnu ul li a.fb-color {
    color: #3b5998;
}
.htmnu ul li a.tw-color {
    color: #1da1f2;
}
.htmnu ul li a.gp-color {
    color: #dd4b39;
}
.htmnu ul li a.yt-color {
    color: red;
}
.htsearch {
    float: right;
}
.htsearch form {
    margin-top: 3px;
    margin-bottom: 4px;
}
.htsearch input {
    background-color: #f1f1f1;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 2px 10px;
}
.htsearch button {
    border: 0;
    background: #8d1820;
    color: #fff;
    padding: 2px 7px;
    margin-left: -4px;
    cursor: pointer;
}
.midheader {
    padding: 20px 0;
    background: #fff;
}
.advertisement {
    text-align: right;
    margin-top: 8px;
}
.navigation-area {
    background: #ced4da;
    transition: all .4s ease-in-out 0s;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: mukti, sans-serif!important;
}
#cssmenu:after, #cssmenu ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    line-height: 1;
   /* background: #3e454c;
    border: 1px solid #3e454c;*/
    z-index: 99999999;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 999;
}
#cssmenu ul li {
    float: left;
}
#cssmenu ul li.live a::before {
    content: "\f111";
    margin-right: 8px;
    font-family: FontAwesome;
}
#cssmenu ul li.live {
    background: #8d1e17;
}
#cssmenu ul li:hover {
    background: #585d62;
}
#cssmenu.align-center ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center ul li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right ul li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul li a {
    padding: 14px 20px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    letter-spacing: 1px;
}
#cssmenu ul li:hover a, #cssmenu ul li.active a {
    color: #fff;
}
#cssmenu .menu-main-container>ul>li.has-sub>a {
    padding-right: 25px;
}
#cssmenu .menu-main-container>ul>li.has-sub>a::after {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
#cssmenu .menu-main-container>ul>li.has-sub:hover>a::after {
    border-color: #fff;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu li:hover ul {
    left: auto;
}
#cssmenu.align-right li:hover ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover ul li {
    height: 32px;
}
#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 14px;
    background: #333;
    text-decoration: none;
    color: #ddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul li:hover a, #cssmenu ul ul li a:hover {
    color: #fff;
}
#cssmenu ul ul li a:hover {
    background: #292929;
}
#cssmenu ul ul li.has-sub a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
#cssmenu.align-right ul ul li.has-sub a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
#cssmenu ul ul li.has-sub:hover a::after {
    border-color: #fff;
}
@media all and (max-width:768px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px), only screen and (min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min-resolution:192dpi) and (max-width:1024px), only screen and (min-resolution:2dppx) and (max-width:1024px) {
    #cssmenu {
    width: 100%}
#cssmenu ul {
    width: 100%;
    display: none;
}
#cssmenu.align-center ul, #cssmenu.align-right ul ul {
    text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, .15);
}
#cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%}
#cssmenu ul li, #cssmenu.align-center ul li, #cssmenu.align-right ul li {
    float: none;
    display: block;
    background: #343434;
}
#cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 14px;
    color: #fff;
    background: 0 0;
}
#cssmenu ul ul li:hover a, #cssmenu ul ul li a:hover {
    color: #fff;
}
#cssmenu ul ul ul li a {
    padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
}
#cssmenu ul li.has-sub a::after, #cssmenu ul ul li.has-sub a::after {
    display: none;
}
#menu-line {
    display: none;
}
#cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}
#cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 16px;
    height: 3px;
    background: #fff;
}
#cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 3px solid #fff;
    border-bottom: 0 solid #fff;
    transform: rotate(90deg);
}
#cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, .15);
    height: 52px;
    width: 52px;
    cursor: pointer;
}
#cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
}
#cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
}
#cssmenu .submenu-button.submenu-opened:after {
    display: none;
}
}.featured-slider {
    margin-top: 1px;
}
.featured-slider .row {
    margin: 0;
}
.featured-slider .item .row {
    padding: 0 5px;
}
.featured-slider .item .row .col-md-3, .featured-slider .item .row .col-md-6 {
    padding: 1px;
}
.featured-slider .owl-carousel.owl-drag .owl-item {
    margin-right: 7px!important;
}
.featured-slider .item .row .ibox {
    margin-bottom: 2px;
}
.featured-slider .item .row .ibox span {
    padding: 5px 15px;
    background:fff;
    width: 100%;
    display: block;
    color: #000;
    font-size: 16px;
}
.featured-slider .item .row .ibox-big span {
    font-size: 22px;
    padding: 10px;
}
.featured-slider .item .row .ibox-big img {
    width: 100%;
    height: 24.69pc;
}
.img-container {
    display: block;
    overflow: hidden;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
}
.img-container:hover img {
    transform: scale(1.2) rotate(-5deg);
    opacity: .9;
}
.img-container img {
    transition: transform .3s ease-out 0s;
    width: 100%}
.featured {
    position: relative;
}
.featured-slider .owl-nav {
}
.featured-slider .owl-nav button.owl-prev, .featured-slider .owl-nav button.owl-next {
    position: absolute;
    font-size: 55px;
    color: #d7d7d7;
    top: 34%;
    transition: all .5s ease-in-out;
}
.featured-slider .owl-nav button.owl-prev:hover, .featured-slider .owl-nav button.owl-next:hover {
    background: 0 0;
    color: #939393;
}
.featured-slider .owl-nav button.owl-prev:focus, .featured-slider .owl-nav button.owl-next:focus {
    outline-style: none;
}
.featured-slider .owl-nav button.owl-prev {
    left: -46px;
}
.featured-slider .owl-nav button.owl-next {
    right: -46px;
}
.catcon {
    background: #fff;
    margin-bottom: 15px;
}
.dcatbox {
    padding: 15px 0;
}
.dcatboxs {
    margin-bottom: 15px;
}
.catile {
    background: url(../img/dot.png);
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 0;
    transition: all .5s ease-out;
    text-transform: uppercase;
  
}
.catile span {
    position: absolute;
    left: 0;
    top: 11px;
    display: none;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #8d1820;
}
.catile a {
    color: #fff;
    background: #8d1820;
    padding: 10px 15px;
}
.viewall {
    position: absolute;
    overflow: hidden;
    font-size: 11px;
    font-weight: 400;
    transition: all .5s ease-out;
    float: right;
    padding: 10px 10px 6px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    right: 0;
    top: 0;
}
.viewall a {
    color: #444;
    background: 0 0;
    padding: 0;
    font-size: 14px;
}
.catbox{
   
}

.catbox .catf {
    clear: both;
}
.catbox .catf a.title {
    margin: 15px 0;
    font-weight: 700;
}
a.title {
    font-size: 18px;
    color: #444;
    line-height: 18px;
    display: block;
    transition: all .25s ease-in-out;
}
a.title:hover {
    color: #8d1820;
}
.catf .thumb {
    position: relative;
}
.catbox .catf p.meta {
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    margin: 0;
}
.catbox p.excerpt {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.cato {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-top: 10px;
}
.catbox .cato p.meta {
    font-size: 12px;
    color: #888;
    margin: 10px 0;
}
.cat2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cat2 p.excerpt {
    border-bottom: 0;
}
.cat2con {
    position: relative;
}
.cat2con a.readmore {
    color: #f20;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.cato img, .cat2o img {
    margin-bottom: 10px;
    transition: all .25s ease-in-out;
}
.cato img:hover, .cat2o img:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .8;
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(.5px);
    border-radius: 10px;
}
.cat2o a.title {
    margin-bottom: 10px;
}
.cat2o p.meta, .cat2o p.meta a {
    font-size: 14px;
    color: #888;
}
.tabox {
    padding: 0;
}
.tabox .nav-tabs {
    padding: 15px 0 0 15px;
    border-radius: 4px 4px 0 0;
    background: #a73737;
    background: -webkit-linear-gradient(to bottom, #7a2828, #a73737);
    background: linear-gradient(to bottom, #7a2828, #a73737);
}
.tabox .nav-link:hover {
    border-color: #a23535 #a23535 #a23535;
    color: #fff;
    border-bottom: 0;
}
.tabox .nav-tabs li a {
    font-size: 18px;
    color: #fff;
}
.tabox .tab-content {
    padding: 15px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0 0 4px 4px;
}
.taboxcon {
    margin-top: 10px;
}
.taboxcon p.excerpt {
    border-bottom: 0;
}
.tabox ul li a.active {
    color: #8d1820!important;
}
.videocontainer {
    margin-top: 15px;
}
.vicon {
    clear: both;
    padding-top: 10px;
}
.vimg {
    position: relative;
}
.vimg span {
    position: absolute;
    top: 40%;
    left: 46%}
.vimg span i {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 8px #000;
}
.vimg a:hover span i {
    transition: all .25s ease-in-out;
}
.vimg a:hover span i, .vimg:hover a img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    border-radius: 10px;
}
.vimg:hover a img {
    opacity: .8;
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(.5px);
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.sidebar {
}
.sidebar .widget {
    margin-bottom: 10px;
}
.widget .wid-title {
    background: #fff;
    position: relative;
}
.widget .wid-title h2 {
    font-weight: 700;
    transition: all .5s ease-out;
    text-transform: uppercase;
    color: #8d1820;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    font-size: 18px;
    line-height: 28px;
    padding: 12px;
    text-align: center;
    margin: 0;
}
.widget .wid-title h2::before {
    content: " ";
    display: block;
    height: 2px;
    width: 60%;
    margin: 0 auto;
    margin-left: auto;
    background: #8d1820;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -30%}
.widget {
    background: #fff;
}
.sidebar .widget>ul, .rpwe-block ul {
    clear: both;
    overflow: auto;
    padding: 20px!important;
}
.widget>ul li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.textwidget p img {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
.widget-fot .textwidget p img {
    text-align: center;
    margin: 0;
    padding: 0;
}
.widget>ul li:last-child, ul.rpwe-ul li:last-child {
    border-bottom: 0;
}
.widget>ul li:first-child {
    padding-top: 0;
}
.widget>ul li img {
    float: left;
    margin: 0;
    margin-right: 10px;
}
.widget>ul li .item-title {
    padding-bottom: .2em;
    padding: 0 5px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.widget>ul li a, .rpwe-block a {
    color: #444;
    font-size: 18px;
}
.rpwe-time {
    color: #bbb!important;
    font-size: 14px!important;
}
footer {
    background: url(../img/footerbg.png) #2d2d2d;
    padding: 30px 0;
}
.widget-fot .wid-title h2 {
    color: #fff;
    font-weight: 700;
}
.textwidget {
}
.textwidget ul {
}
.textwidget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #383838;
}
.textwidget ul li:last-child {
    border-bottom: 0 solid #383838;
}
.textwidget ul li, .textwidget ul li a {
    color: #fff;
    font-size: 18px;
}
.textwidget ul li a img {
    float: left;
    margin-right: 15px;
    transition: all .25s ease-in-out;
}
.textwidget ul li a img:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .8;
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(.5px);
    border-radius: 10px;
}
.textwidget p {
    font-size: 18px;
    color: #fff;
}
.copyright {
    color: #fff;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #6b6b6b;
}
.developer {
    color: #fff;
    text-align: right;
}
.developer img {
    display: inline-block;
}
.postcon {
    padding: 30px;
}
.postcon .title {
}
.postcon .title h2 {
    font-size: 32px;
    border-left: 4px solid #8d1820;
    padding-left: 15px;
    margin-bottom: 25px;
    font-weight: 700;
}
.postcon .meta {
    margin-bottom: 30px;
    font-size: 18px;
}
.postcon .meta span {
    margin-right: 15px;
}
.postcon .meta span a {
    color: #444;
}
.postcon .content {
}
.postcon .content img {
    text-align: center;
    margin: auto auto 20px;
}
.postcon .content p {
    font-size: 20px;
}
.postcon .content ul {
}
.postcon .content ul li {
}
.postcon .content ul li a {
}
ul.scheduletab {
}
ul.scheduletab li {
}
ul.scheduletab li a {
    font-size: 20px;
    color: #111;
}
ul.scheduletab li a.active {
    background: #8d1e17!important;
}
ul.scheduledtable {
}
ul.scheduledtable li {
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border: 1px dashed #cbcbcb;
}
ul.scheduledtable li:nth-child(1) {
    background: #8d1e17!important;
    color: #fff;
}
ul.scheduledtable li:nth-child(even) {
    background: #eee;
}
ul.scheduledtable li:nth-child(odd) {
    background: #dedede;
}
ul.comments {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.comment {
    margin: 20px 0;
    display: block;
    overflow: hidden;
}
.comment-avatar img {
    border: 1px solid #d6d6d6;
    border-corner-shape: bevel;
    border-radius: 50% 50% 0% 50%;
    padding: 4px;
}
.comment_details, .comment-list {
    padding: 20px;
    background: #fcfcfc;
    position: relative;
    border: 1px solid #d6d6d6;
}
.comment_details h3, .comment-author {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.comment_details h3 a, .comment-author {
    color: #000;
}
.comment_details h4, .comment-meta a {
    font-size: 16px;
    font-style: italic;
    color: #646464;
    display: inline-block;
    padding-left: 13px;
    position: relative;
    text-transform: uppercase;
}
.comment_details p {
    margin: 10px 0 30px;
    font-size: 18px;
}
.comment_details>h4::before, .comment-meta a::before {
    content: "/";
    left: 0;
    position: absolute;
    top: -1px;
}
.comment-body p {
    display: block;
    clear: both;
    margin: 10px 0 30px;
    font-size: 18px;
}
a.comment-reply-link {
    color: #fff;
    margin-top: 18px;
    display: block;
    width: 80px;
    padding: 1px 10px;
    background: #343434;
    position: absolute;
    right: -1px;
    bottom: 0;
    text-align: center;
}
a.comment-reply-link:hover {
    background: #8d1820;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.comments-area ul.children li {
    margin-left: 10%}
.comment-respond {
    margin: 40px auto 20px;
    padding: 30px 30px 20px;
    background: #fff;
    font-family: bangla, sans-serif!important;
}
.comment-respond p {
    margin: 0;
}
.comment-reply-title {
    font-size: 20px!important;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.comment-reply-title::after {
    background-color: #ff2500;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 30px;
}
.comment-form-comment textarea {
    color: #343434;
    padding: 8px 20px;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #ddd;
    font-size: 18px;
    height: 150px;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 3px;
    line-height: 26px!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.comment-form input[type=text]:focus, .comment-form input[type=email]:focus, .comment-form input[type=url]:focus, .comment-form input[type=password]:focus, .comment-form input[type=search]:focus, .comment-form textarea:focus {
}
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url] {
    color: #343434;
    width: 47%;
    font-size: 18px;
    margin: 10px 0;
    margin-right: 0;
    background-color: #f1f1f1;
    border: 0;
    height: 40px;
    padding: 8px 11px!important;
    border-radius: 3px;
    line-height: 40px!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: bangla, sans-serif!important;
    float: left;
    margin-right: 20px;
}
.comment-form {
}
.comment-form .button, .comment-form button, .comment-form input[type=button], .comment-form input[type=reset], .comment-form input[type=submit] {
    display: inline-block;
    background-color: #444;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.comment-form .button:hover, .comment-form button:hover, .comment-form input[type=button]:hover, .comment-form input[type=reset]:hover, .comment-form input[type=submit]:hover {
    background: #8d1820;
}
.comment-form input[type=url], .comment-form-comment textarea {
    margin-bottom: 20px;
}
.section-title {
}
.section-title h4 {
    font-size: 25px;
    font-weight: 700;
    color: #8d1820;
    margin-top: 30px;
}
.section-title h4 span {
}
.scrollToTop {
    padding: 2px 12px 1px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    font-size: 30px;
    background: #920f0f none repeat scroll 0% 0%;
    border-radius: 6px;
    font-size: 22px;
    transition-property: background;
    transition-duration: .8s;
    z-index: 99999999999;
}
a.scrollToTop:hover, a.scrollToTop:focus, a.scrollToTop:focus {
    color: #fff;
    outline: none;
}
.scrollToTop:hover {
    text-decoration: none;
    color: #fff;
    background: #ff3f3f;
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100%!important;
}
.stick {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    background: #4967a2;
    transition: all .4s ease-in-out 0s;
}
.pagi-nav, .wp-pagenavi {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.pagination {
    margin: 30px 0 40px;
    display: inline-flex;
}
.pagination a, span.current {
    padding: 8px 16px;
    color: #343434;
    margin: 0 5px;
    transition-property: background;
    transition-duration: .3s;
    box-shadow: 0 3px 0 #e2e2e2;
    background: #f1f1f1;
    font-size: 18px;
}
span.current {
    background: #cecece;
    box-shadow: 0 3px 0 #a7a7a7;
}
.pagination a:hover {
    border: 1px solid #ff2500;
    background: #ff2500;
    color: #fff;
    box-shadow: 0 3px 0 #bf1c00;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0;
}
@media(max-width:640px) {
    .logo {
    text-align: center;
    margin: 0 auto;
    width: 120px;
    display: block;
}
.htsearch {
    float: none;
}
.htsearch input {
    width: 87%}
.owl-nav {
    display: none;
}
.navigation-area, #cssmenu {
}
.htmnu {
    margin: 0 auto;
    margin-bottom: 0;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    float: inherit;
}
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url] {
    width: 100%}
}



.header_ad,  .header_ad img{
	height: 80px;
}
/*.padding_ads {
	padding-left: 15px;
	padding-right: 15px;
}*/
.padding_ads_single {
	padding-bottom: 15px;
}
.padding_ads_single_double {
	padding-top: 15px;
	padding-bottom: 15px;
}
.wp-user-avatar-32{
	display: inline !important;
border-radius: 50%;
}
.postcon .content{
	text-align:justify;
}
.tagBox{
	border: 2px solid lightgrey;
    padding: 5px;
    border-radius: 5px;
}
.tagBox a{
	border: 1px solid seagreen;
    padding: 2px;
    border-radius: 8px;
    color: black;
}
.author-location img{
	display: inline !important;
	border-radius:45%;
}
.ccfic{
	border-bottom: 1px solid #888;
    margin-bottom: 25px;
    
}
.postcon .content img {
    text-align: center;
    margin: 0px !important;
	width:100%;
}
.ccfic-text{
	color:#888;
	font-weight: 600;
}
.ccfic-source{
	border-bottom: 1px solid;
    display: block;
}
.ccfic-source a{
	color:#888;
	font-weight: 600;
}

.ccfic-source a{
	color:#888;
	font-weight: 600;
}
.archive-title{
	padding-top: 10px;
}
.sub-title{
	color: #792626;
    font-weight: bold;
    background: #ece8f1;
    display: inline;
    padding: 5px;
}
.well{
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.codename em{
	color:#999;
}
.author-info{
	float: left;
}
.author-info h2{
	color: #000;
    font-size: 24px;
    font-weight: 600;
    padding-top: 24px;
}
.author-temp{
	background: #c7b5ab55;
    border-radius: 10px;
}
.author-info img{
	width:100%;
}

.rpwe-block ul{
    list-style:none!important;
    margin-left:0!important;
    padding-left:0!important;
    
}
.rpwe-block li{
    border-bottom:1px solid #eee;
    margin-bottom:10px;
    padding-bottom:10px;
    list-style-type: none;
    
}
.rpwe-block a{
    display:inline!important;
    text-decoration:none;
    
}
.rpwe-block h3{
    background:none!important;
    clear:none;
    margin-bottom:0!important;
    margin-top:0!important;
    font-weight:400;
    font-size:12px!important;
    line-height:1.5em;
    
}
.rpwe-thumb{
    border:1px solid #EEE!important;
    box-shadow:none!important;
    margin:2px 10px 2px 0;padding:3px!important;
    
}
.rpwe-summary{font-size:12px;}
.rpwe-time{color:#bbb !important;font-size:11px;}
.rpwe-comment{color:#bbb;font-size:11px;padding-left:5px;}
.rpwe-alignleft{
    display:inline;
    float:left;
    width: 70px;
    height: 50px; 
    object-fit: cover; 
    border-radius: 4px;
    
}
.rpwe-alignright{display:inline;float:right;}
.rpwe-aligncenter{
    display:block;
    margin-left: auto;
    margin-right: auto;
    
}
.rpwe-clearfix:before,.rpwe-clearfix:after{content:"";display:table !important;}
.rpwe-clearfix:after{clear:both;}.rpwe-clearfix{zoom:1;}

.copyright-text{
	color:#FFF;
}
.footer p{
	color:#FFF;
}
.footer-menu-wrap {
padding-left: 0;
list-style: none;
 color:#FFF;
}
.footer-menu-wrap ul li {
display: inline-block;
float: right;
}
.footer-menu-wrap ul li a {
display: inline-block;
font-size: 14px;
margin: 0 4px 10px;
padding: 4px 9px 6px 8px;
border: 1px solid #FFF;
color: #FFF;
}
