@font-face {
    font-family: 'Sutonnymjregular';
    src: url('../../fonts/sutonny/sutonnymj-webfont.woff2') format('woff2'),
         url('../../fonts/sutonny/sutonnymj-webfont.woff') format('woff'),
         url('../../fonts/sutonny/sutonnymj-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('../fonts/solaimanlipiNormal/solaimanlipi_20-04-07.eot');
    src: url('../fonts/solaimanlipiNormal/solaimanlipi_20-04-07.eot') format('embedded-opentype'),
    url('../fonts/solaimanlipiNormal/solaimanlipi_20-04-07.woff') format('woff'),
    url('../fonts/solaimanlipiNormal/solaimanlipi_20-04-07.ttf') format('truetype'),
    url('../fonts/solaimanlipiNormal/solaimanlipi_20-04-07.svg') format('svg');
}

@font-face {
    font-family: 'Robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'),
         url('roboto-regular-webfont.woff') format('woff'),
         url('roboto-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SolaimanLipiNormal','Segoe UI','Roboto','Helvetica Neue','Arial','sans-serif';
    background: #EEEEEE;
    /*font-family: 'robotoregular','sutonnymjregular','SolaimanLipiNormal';*/
}
.bangla {font-family: 'Sutonnymjregular','SolaimanLipiNormal'!important;}
.hide {display: none;}
a {
  font-weight: 700;
  color: #333;
}
a:hover {text-decoration: none;}

/* header style */
header{
  background: #fff;
  padding: 5px 0;
}
.logo {display: block;}
.logo img {max-width: 350px;}


/*.TEXT{font-size: 15px;}*/
/* nav style */
.navbar {
  padding: 0;
  transform: 0.3s;
}
.nav-fix {
  position: fixed;
  width: 100%;
  z-index: 111;
  top: 0;
}
.menu ul {
  margin: 0;
  width: 100%;
  padding: 0;
}
.menu ul li {
  display: inline-block;
  position: relative;
}
.menu ul li a {
  display: block;
  color: #fff;
  padding: 12px 8px 8px;
  font-size: 18px;
  font-weight: 100;
}
.menu ul li a:hover {
  text-decoration: none;
}
.menu li ul li:nth-of-type(1) a {
  /*padding: 15px 12px 3px;*/
  padding: 0;
}
.menu ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu ul li:hover a i.fa-home,
.menu ul li:hover a i.fa-search {
  transform:rotate(0deg);
}
.menu ul li:hover a i {
  transform:rotate(180deg);
}
.menu ul li ul {
  background: #fff;
  position: absolute;
  min-width: 185px;
  left: 0;
  top: 60px;
  clear: both;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 111;
}
.menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 49px;
}
.menu ul li ul li {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.menu ul li ul li a {
  color: #333;
  font-size: 18px;
 /*  height: 30px; */
  padding: 6px 12px 0;
}
.menu ul li ul li a:hover {  
  color: #fff;
}
.menu ul li ul li:nth-of-type(1) a {
  height: 30px;
  padding: 3px 12px 2px;
}
.menu ul li.right a:hover {
  background: rgba(179, 15, 15, 1);
}
.search-cover {
  position: relative;
}
.search-cover a {
  display: block;
  padding: 13px 5px;
  color: #fff;
}
form.search  {
  min-width: 262px;
  position: absolute;
  left: -235px;
  background: #fff;
  padding: 5px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 9999;
}
form.search input[type="text"]{
  max-width: 200px;
  margin-bottom: 0;
  height: auto;
  padding: 8px 5px 6px;
  border: 1px solid #ddd;
  width: 100%;
}
form.search input[type='text']:focus {
  border-bottom: 1px solid #9e9e9e !important;
  box-shadow: none !important
}
form.search button {
  padding: 9px 15px;
  color: #fff;
  border-radius: 2px;
  vertical-align: top;
}
form.search button:hover {
  background: #000;
  cursor: pointer;
}

/* marquee */
.ln_wrapper{
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid;
  margin: 10px auto 0;
}
.ln_left{
  width: 15%;
  min-width: 120px;
  float: left;
  text-align: center;
}
.flot-right{
  width: 4%;
  min-width: 46px;
  float: right;
  z-index: 99;
  position: relative;
}
.flot-right p .fa-times{color: #fff;}
.ln_left p{
  margin: 0;
  padding: 5px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.ln_left_arrow{
  width: 0;
  height: 0;
  border-top: 20.5px solid transparent;
  border-bottom: 16.5px solid transparent;
  border-left: 15px solid;
  position: absolute;
  left: 15%;
  z-index: 100;
}
.ln_right{
  width: 85%;
  overflow: hidden;
  /*background: rgba(0,0,0,0.1);*/
  position: absolute;
  right: 0;
}
.ln_right ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.ln_right ul li{
  display: inline-block;
  overflow: hidden;
  padding: 5px 0;
  font-size: 18px;
}
.ln_right i {
  font-size: 12px;
  padding: 0 5px 5px;
  position: relative;
  top: -3px;
}

.top-area-small-news img {
  max-height: 171px;
}

.card {
  margin: 10px 0 10px -15px;
  border-radius: 0; 
  min-height: 303px;
}
.card  h5 a {
  font-size: 16px;
}
.card-top-left .card-title {
  font-size: 1.8em;
}
.card-top-left .card-text {
    text-align: justify;
    font-size: 18px;
}
.card-footer {
  padding: 10px 10px 5px;
  font-size: 12px;
}
.card-footer a {
  color: rgba(0,0,0,0.5);
}
.card img {
  height: 171px;
  border-radius: 0;
}
.top-small-ad {
  margin-top: 20px;
}

.social-link {
  list-style-type: none;
  padding: 0;
  /*margin: 55px auto;*/
}
.social-link li {
  display: inline-block;
}
.social-link li a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
}
.facebook {
  background: #3b5998;
}
.twitter {
  background: #00aced;
}
.google-plus {
  background: #d34836;
}
.youtube {
  background: #c4302b;
}
.android {
  background: #8DB600;
}
.rss {
  background: #ee802f;
}
.social-link li a i {}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-activ{
  border: none;
  background: transparent;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
}
.ui-widget-header {
  border: none;
  background: transparent;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
  width: 100%;
  background: #d9d9d9;
}
.ui-tabs {
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  width: 50%;
  margin-right: 0;
}
.ui-tabs .ui-tabs-nav li a {
  display: block;
  text-align: center;
  width: 100%;
  color: #333;
  padding: 8px 0 !important;
  font-size: 20px;
}
.ui-state-active {
  background: #fff !important;
  margin: 0 !important;
}
.ui-state-active a {
  color: #333 !important;
}
.ui-widget.ui-widget-content {
  border: 1px solid rgba(0,0,0,.125);
}
.tabs {

}
.ui-tabs .ui-tabs-panel {
  max-height: 522px;
  overflow-y: scroll;
}
.tabs ul {
  list-style-type: none;
  padding: 0;
}
.tabs ul li {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  overflow: hidden;
}
.tabs ul li:nth-of-type(1) {
  padding-top: 0;
}
.tabs ul li:last-child {
  border-bottom: none;
}
.tabs ul li a {
  display: block;
  overflow: auto;
}
.tabs ul li a img {
  width: 40%;
  border: 2px solid #d9d9d9;
  float: left;
  max-height: 50px;
  object-fit: cover;
}
.tabs ul li a span {
  width: 60%;
  float: right;
  font-size: 14px;
  padding: 0 5px;
  overflow: hidden;
}

.top-right-ad {
  margin-top: 21px;
  overflow: hidden;
  max-height: 270px;
}

.article-area {
  background: #fff;
  margin-top: 20px;
  max-height: 526px;
}
.article-area h3 {
  margin-bottom: 0;
}
.article-area h3 a {
  display: block;
  padding: 15px 15px 0;
  text-align: center;
  color: #333;
  background: #ddd;
  margin-bottom: 10px;
}
.article-area ul {
  list-style-type: none;
  padding: 0;
}
.article-area ul li {
  border-bottom: 1px dotted #ddd;
  padding: 8px 0;
}
.article-area ul li:nth-of-type(1) {
  padding-top: 0;
}
.article-area ul li:last-child {
  border-bottom: none;
}
.article-area ul li a {
  display: block;
  overflow: auto;
}
.article-area ul li a img {
  width: 40%;
  border: 2px solid #d9d9d9;
  float: left;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: 15px;
  object-fit: cover;
}
.article-area ul li a span {
  width: 60%;
  float: right;
  font-size: 14px;
  padding: 0 5px;
  color: #333;
}
.article-area ul li a span b {
  display: block;
}

.top-double-ad {
  background: #fff;
}
.top-double-ad img {
  margin: 20px auto;
}

.news-area-title {}
.news-area-title h3 {
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.news-area-title h3 a {
  float: right;
  color: #333;
  font-size: 20px;
}

.middle-triple-ad {
  background: #fff;
}
.middle-triple-ad img {
  margin: 20px auto;
}

.double-big-news {
  min-height: 280px;
}
.double-big-news .col-md-6 .card {
  min-height: 280px;
}
.double-big-news .card {
  min-height: 280px;
}
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: static;
}
.vote-area {
  background: #fff;
  padding: 35px 20px;
  margin-top: 11px;
}
.vote-area p {
  margin-bottom: 0;
  font-size: 18px;
}
.vote-area .btn {
  padding: .5rem .75rem .1rem;
}
.vote-area .btn-vote {
  display: block;
  margin-top: 8px;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.after-vote-ad {
  width: 100%;
  height: 113px;
  overflow: hidden;
  margin-top: 20px;
}


.single-line-news h3,
.gallery-side-news h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.single-line-news ul,
.gallery-side-news ul {
  list-style-type: none;
  padding: 0;
  background: #fff;
}
.single-line-news ul li,
.gallery-side-news ul li,
.gallery-side-news ul li:nth-of-type(1) {
  height: 75px;
  overflow: hidden;
}
.single-line-news ul li:nth-of-type(1),
.single-line-news ul li:last-child,
.gallery-side-news ul li:last-child {
  height: auto;
}
.single-line-news ul li img:nth-of-type(1),
.single-line-news ul li img:last-child,
.gallery-side-news ul li img:last-child {
    max-height: inherit;
}
.single-line-news ul li a,
.gallery-side-news ul li a,
.gallery-side-news ul li:nth-of-type(1) a {
  display: block;
  overflow: auto;
  border-bottom: 1px dotted #ddd;
  padding: 10px;
}
.single-line-news ul li a,
.gallery-side-news ul li a{border-bottom: none;}
.single-line-news ul li,
.gallery-side-news ul li{border-bottom: 1px solid #ddd;}
.single-line-news ul li:nth-of-type(1) a {
  padding: 0;
  /*height: 190px;*/
  overflow: hidden;
}
.single-line-news ul li:nth-of-type(6) a,
.gallery-side-news ul li:nth-of-type(6) a {
  border-bottom: none;
}
.single-line-news ul li:last-child a,
.gallery-side-news ul li:last-child a {
  background: #f7f7f7;
  text-align: center;
}
.single-line-news ul li a img,
.gallery-side-news ul li a img,
.gallery-side-news ul li:nth-of-type(1) a img {
  max-width: 40%;
  border: 1px solid #ddd;
  float: left;
  max-height: 56px;
  object-fit: cover;
}
.single-line-news ul li:nth-of-type(1) a img {
  max-width: 100%;
  height: 170px;
}
.single-line-news ul li a h5,
.gallery-side-news ul li a h5 {
  max-width: 60%;
  float: right;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 8px;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  height: 62px;
}
.single-line-news ul li:nth-of-type(1) a h5 {
  padding: 10px;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.right-big-ad {
  margin-top: 43px;
  /*width: 270px;*/
  overflow: hidden;
}

.carousel-caption {
  font-size: 20px;
  background: rgba(0,0,0,0.4);
  padding-bottom: 0;
}
.carousel-item img {
  max-height: 494px;
}

.footer-link {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 25px;
}
.footer-link ul {
  list-style-type: none;
  padding: 0;
}
.footer-link ul li a {
  color: #fff;
  line-height: 35px;
  font-size: 18px;
  transition: 0.3s;
}
.footer {
  background: #2F2F2F;
  color: #fff;
  padding: 50px 50px 10px;
}
.footer p {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  color: #eee;
}
.footer a {
    font-weight: 500;
    width: 100%;
}
.footer ul {
  width: 100%;
  margin-bottom: 0;
}
.footer-text {
  padding: 50px 0 30px !important;
}
.footer-bottom {
  background: #222222;
  color: #fff;
  text-align: center;
  padding: 14px 0 10px;
  margin-bottom: 44px;
}

/* single page style */
.single-aside-left ul {
  list-style-type: none;
  padding: 0;
  background: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 15px;
}
.single-aside-left ul li {
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.single-aside-left ul li:last-child {
  border-bottom: none;
}
.single-aside-left ul li:last-child a {
  padding-top: 10px;
  padding-bottom: 0;
}
.single-aside-left ul li a {
  display: block;
  padding: 5px 0;
}
.single-aside-left ul li a i {}
.single-aside-left img {
  margin: 0 auto;
}

.single-news {
  margin: 20px 10px;
  background: #fff;
  padding: 20px 20px 15px;
}
.single-news h4 {
  font-weight: bold;
}
.single-news img {}
.single-news p {
  padding: 10px 0;
  font-size: 18px;
  text-align: justify;
}
.single-news-middle-ad {
  width: 100%;
  margin-bottom: 8px;
}
.sharethis-inline-share-buttons {
  padding: 12px 0 0;
}
.full-width-news-single {
  background: #fff; 
  padding: 25px 0 40px;
}
.full-width-news-single h5 {
  font-size: 16px;
}
.full-width-news-single .card-title {
  margin-bottom: 0;
}

.single-aside-right ul {
  list-style-type: none;
  padding: 0;
  background: #fff;
  margin-top: 20px;
}
.single-aside-right ul h3 {
  padding: 18px 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.single-aside-right ul li {
  height: 75px;
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
}
.single-aside-right ul li:last-child {
  height: auto;
}
.single-aside-right ul li a {
  display: block;
  overflow: auto;  
  padding: 10px;
}
.single-aside-right ul li:nth-of-type(6) a {
  border-bottom: none;
}
.single-aside-right ul li:last-child a {
  background: #f7f7f7;
  text-align: center;
}
.single-aside-right ul li a img {
  max-width: 40%;
  border: 1px solid #ddd;
  float: left;
}
.single-aside-right ul li a h5 {
  font-size: 1rem;
  max-width: 60%;
  float: right;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 8px;
  width: 100%;
}
.search-box{position: relative !important;}

form.search-item-box{
  width: 100%;
  background: #fff;
  padding: 5px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
form.search-item-box input[type="text"]{
  width: 100%;
  max-width: 799px;
  margin: 10px 0;
  height: auto;
  padding: 8px 5px 6px;
  border: 1px solid #ddd;
}
form.search-item-box button{
  background: #ff2d2d;
}
form.search-item-box button:hover{
  background: #000;
  color: #fff;
}




/*joy bangla family form*/
.family_form {
    background: #EEEEEE;
    padding: 65px 0;
}
.family_form input[type=text],
.family_form input[type=email],
.family_form input[type=date],
.family_form input[type=file],
.family_form input[type=password],
.family_form select {
    border-radius: 0;
    height: 42px;
    line-height: 42px;
    box-shadow: none;
    border-color: #ddd;
    color: #000;
}
.family_form textarea {
    border-radius: 0;
    box-shadow: none;
    border-color: #ddd;
    color: #000;
}
.family_form input[type=text]:focus,
.family_form input[type=email]:focus,
.family_form input[type=date]:focus,
.family_form input[type=file]:focus,
.family_form input[type=password]:focus,
.family_form select:focus {
    border-color: rgba(13,132,50, .5);
    box-shadow: none;
}
.family_form input[type=file] {
    line-height: 34px !important;
    padding: 0 !important;
}
.family_form .required label {
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.family_form .required label:after {
    content: " *";
    color: #F80305;
    font-weight: 600;
}
.family_form button[type=submit] {
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    background: #ff2d2d;
    color: #FFF;
    padding: 0 25px;
    font-weight: 500;
    transition: all .2s;
    border: none;
    cursor: pointer;
}
.family_form button:hover,
.family_form button:focus {outline: none;}





/*bijoy shop*/
.bijoy_shop {
    text-align: center;
    width: 100%;
}
.bijoy_shop img {
    max-width: 360px;
    width: 100%;
    height: auto;
}

/*single line news style*/
.single_line_title {
    background: rgba(13,132,50,.15);;
}
.single_line_title span {
    background: #ff2d2d;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 10px 15px 6px;
    font-weight: 400;
}
.single_line_title span::after {
    display: inline-block;
    content: '';
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background: #ff2d2d;
    position: absolute;
    width: 25px;
    height: calc(100% + 1px);
    top: 0;
    right: 1px;
    transform: translateX(100%);
}
.single_line_title a {margin: 9px 12px 0}


/*header style*/
.nav-bottom ul li:first-child a {padding-left: 0;}
.card img {object-fit: cover;} 
    
.sharethis-inline-share-buttons {z-index: 99 !important;}

