* {
   margin: 0;
   padding: 0;
}
.display_none {
  display: none;
}
.display_block {
  display: block;
}
.white_bg {
  background: white;
}
.vc_video-bg-container.video-bg:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: rgba(0, 0, 0, .8);
}
.clearfix {
   clear: both;
}
.vc_video-bg-container.video-bg .thw-title-shortcode {
   position: relative;
   z-index: 2;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.text-bold {
  font-weight: bold;
}
.text-danger {
    color: #e2030b !important;
}
.underlined {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.no_underlined .underlined {
  border-bottom: none;
}
.m0 {
  margin: 0;
}
.mt30 {
    margin-top: 30px !important;
}
.p5 {
    padding: 5px;
}
.p15 {
    padding: 15px;
}
.pt5 {
    padding-top: 5px;
}
.p10 {
  padding: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt30 {
  padding-top: 30px;
}
.pl30 {
  padding-left: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt15 {
  margin-top: 15px;
}
.img-circle {
    border-radius: 50%;
}
.box {
    height: 400px;
    overflow-y: scroll;
}
.bt1 {
  border-top: 1px solid #ddd;
} 
.bb1 {
  border-bottom: 1px solid #ddd;
}
::-webkit-input-placeholder { /* Edge */
  color: #757575;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #757575;
}

::placeholder {
  color: #757575;
}
/* Typography
================================================== */

body {
   background: #f8f8f8;
   color: #1d1d1d;
}

body,
p {
   font-family: 'Ek Mukta', sans-serif;
   line-height: 24px;
   font-size: 16px;
   text-rendering: optimizeLegibility;
   margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #1c1c1c;
   font-family: 'Ek Mukta', sans-serif;
   margin: 0;
}
h1 {
    font-size: 14px;
    line-height: 30px;
    color: #6d6d6d;
}

h1 a {
    color: #cbffdf;
    font-family: 'Poppins', 'Ek Mukta', sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
}
h1 a:hover, h1:hover a {
    color: #fff;
}

h2 {
   font-size: 28px;
   line-height: 36px;
}

h3 {
   font-size: 24px;
   margin-bottom: 0;
}

h4 {
   font-size: 18px;
   line-height: 28px;
}

h5 {
   font-size: 16px;
   line-height: 24px;
}

ul, ol, ul li, ol li {
   list-style: none;
}
.p_all4{
   padding: 4px;
}

.alert .icon {
   margin-right: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}

/* Global styles
================================================== */

html {
   overflow-x: hidden !important;
   width: 100%;
   height: 100%;
   position: relative;
}

body {
   border: 0;
   margin: 0;
   padding: 0;
}

.body-inner {
   position: relative;
   overflow: hidden;
}

a:link,
a:visited {
   text-decoration: none;
}

a {
   color: #313131;
}

a:hover {
   text-decoration: none;
   color: #e2030b;
}

a.read-more {
   color: #313131;
   font-weight: 700;
   text-transform: uppercase;
}

a.read-more:hover {
   color: #222;
}

section.block-wrapper, .section-padding {
}

.no-padding {
   padding: 0;
}

.p-top-0 {
   padding-top: 0;
}

.p-bottom-0 {
   padding-bottom: 0;
}

.m-top-0 {
   margin-top: 0 !important;
}

.m-bottom-0 {
   margin-bottom: 0;
}

.media>.pull-left {
   margin-right: 20px;
}

img.banner {
   display: inline-block;
}

.gap-60 {
   clear: both;
   height: 60px;
}

.gap-50 {
   clear: both;
   height: 50px;
}

.gap-40 {
   clear: both;
   height: 40px;
}

.gap-30 {
   clear: both;
   height: 30px;
}

.gap-20 {
   clear: both;
   height: 20px;
}

.mrb-30 {
   margin-bottom: 30px;
}

.mrb-80 {
   margin-bottom: -80px;
}

.mrt-0 {
   margin-top: 0 !important;
}

.pab {
   padding-bottom: 0;
}

a:focus {
   outline: 0;
}

img.pull-left {
   margin-right: 20px;
   margin-bottom: 20px;
}

img.pull-right {
   margin-left: 20px;
   margin-bottom: 20px;
}

ol,
ul {
   margin-bottom: 0;
}

.unstyled {
   list-style: none;
   margin: 0;
   padding: 0;
}

.ts-padding {
   padding: 60px;
}
.featured_img {
    margin-bottom: 10px;
}
.mb6 img.alignnone {
    width: 100%;
    height: auto;
}
.mb6 blockquote {
    position: relative;
    background: #f7f7f7;
    padding: 15px 30px;
    border: 0;
    width: 40%;
    color: #644d4d;
    margin: 30px 0;
    font-size: 18px;
    line-height: 34px;
    font-family: 'Ek Mukta', sans-serif;
    font-weight: normal;
    text-align: center;
    float: right;
    font-style: italic;
    margin-left: 15px;
    margin-top: 15px;
}
.solid-bg {
   background: #f9f9f9;
}

.solid-row {
   background: #f0f0f0;
}

/* Dropcap */

.dropcap {
   font-size: 44px;
   line-height: 50px;
   display: inline-block;
   float: left;
   margin: 0 12px 0 0;
   position: relative;
   text-transform: uppercase;
}

/* Video responsive */

.embed-responsive {
   padding-bottom: 56.25%;
   position: relative;
   display: block;
   height: 0;
   overflow: hidden;
}

.embed-responsive iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

/* Input form */

.form-control {
   box-shadow: none;
   border: 1px solid #dadada;
   padding: 5px 20px;
   height: 40px;
   background: none;
   color: #959595;
   font-size: 16px;
   border-radius: 0;
}

.form-control:focus {
   box-shadow: none;
   border: 1px solid #e2030b;
}

hr {
   background-color: #e7e7e7;
   border: 0;
   height: 1px;
   margin: 40px 0;
}

blockquote {
    position: relative;
    background: #f7f7f7;
    padding: 15px 30px;
    border: 0;
    color: #644d4d;
    margin: 30px 0;
    font-size: 18px;
    line-height: 34px;
    /* font-family: Arimo, sans-serif; */
    font-family: 'Ek Mukta', sans-serif;
    font-weight: normal;
    text-align: center;
}

/*blockquote:before {
   position: absolute;
   content: '\f10e';
   font-family: FontAwesome;
   font-size: 24px;
   padding: 8px 15px;
   top: -30px;
   left: 50%;
   margin-left: -44px;
   color: #fff;
   background: transparent;
}*/

cite {
   display: block;
   font-size: 16px;
   margin-top: 10px;
}

blockquote.pull-left {
   padding-left: 15px;
   padding-right: 0;
   text-align: left;
   border-left: 5px solid #eee;
   border-right: 0;
}

/* Button */

.btn-primary, .btn-dark {
   border: 0;
   border-radius: 0;
   padding: 12px 25px 10px;
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.btn-white.btn-primary {
   background: #fff;
   color: #313131;
}

.btn-primary {
   background: transparent;
}

.btn-dark {
   background: #242427;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
   background: #272d33;
   color: #fff;
}

.general-btn {
   clear: both;
   margin-top: 50px;
}

/* Ul, Ol */

.list-round,
.list-arrow,
.list-check {
   list-style: none;
   margin: 0;
   padding: 0;
}

.list-round li {
   line-height: 28px;
}

.list-round li:before {
   font-family: FontAwesome;
   content: "\f138";
   margin-right: 10px;
   color: #313131;
   font-size: 16px;
}

.list-arrow {
   padding: 0;
}

ul.list-arrow li:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   color: #313131;
   font-size: 16px;
}

ul.list-check li:before {
   font-family: FontAwesome;
   content: "\f00c";
   margin-right: 10px;
   color: #313131;
   font-size: 16px;
}

/* Bootstrap */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    background: none;
    color: #006331;
    float: right;
    font-size: 16px;
    padding: 4px;
    margin-right: 10px;
}

.trending .nav-link, .nav-tabs .nav-link {
    border-radius: 50%;
    padding: 3px 12px;
    font-size: 16px;
    height: auto;
    line-height: 30px;
    font-weight: 400;
    margin-top: 3px;
}

.trending .nav-link, .nav-tabs .nav-link:hover {
    /*background: #fff;*/
}

.nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link:hover {
  color: #e2030b;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
   border: 0;
   background: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
   background: none;
}

.pattern-bg {
   background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
   color: inherit;
   text-decoration: none;
}

/* Common styles
================================================== */

/*-- Block padding --*/

.col4_image {
    max-height: 137px;
    width: auto;
    overflow: hidden;
    display: block;
}
.single_view_page .col4_image {
    max-height: 160px;
}
@media (min-width: 992px) {
   .pad-0 {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
   }
   .pad-r {
      padding-right: 2px;
   }
   .pad-l {
      padding-left: 2px;
   }
   .pad-r-small {
      padding-right: 1.5px;
   }
   .pad-l-small {
      padding-left: 1.5px;
   }
   .pad-l-0 {
      padding-left: 0;
   }
   .pad-r-0 {
      padding-right: 0;
   }
}

/*-- Block title --*/
.color-red {
    /*margin-bottom: 30px;*/
}

.color-red.mb15 {
    border-bottom: 1px solid #d6cbcb;
    margin-bottom: 15px;
}
.block-title {
   font-size: 18px;
   line-height: 100%;
   text-transform: uppercase;
   margin: 0;
}
.block-title>span {
    background: none;
    line-height: 24px;
    padding: 5px 12px 0px 5px;
    position: relative;
}
.block-title>span>a {
    font-weight: normal;
    /* padding-left: 10px; */
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Ek Mukta',sans-serif;
    color: #000;
    font-size: 26px;
    text-align: left;
    padding: 0;
    height: auto;
    width: 100%;
}
.block-title>span:hover {
  border-color: #e0ffec;
   color: #fff;
}
.block-title>span:hover a, .block-title:hover>span a {
/*  border-color: #b2ffd0;
  color: #b2ffd0;
  text-shadow: 0px 10px 10px #000;*/
}
.block-title>span {
  position: relative;
}
.block-title>span>span.dot {
    position: absolute;
    height: 4px;
    width: 4px;
    top: 0px;
    left: 0px;
    z-index: 999;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    transform: rotate(180deg);
    z-index: 0;
    opacity: 1;
}
.div_bg .block-title>span>span.dot {
}
/*.block-wrapper.div_bg .block-title>span>span.dot {
    border-bottom-color: #313131;
    border-right-color: #313131;
}*/
.block-wrapper.div_bg .block-title>span>span.dot {
}
.block-title>span>span.triangle {
    /*position: absolute;
    height: 12px;
    width: 4px;
    top: 0;
    background: transparent;
    left: -4px;
    z-index: 999;*/
}
.screen-reader-text {
    border: 0;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative !important;
    width: auto;
    word-wrap: normal !important;
    color: #111;
    clip-path: none;

}
.nav-next{
    text-align: right;
}
.grid-img-content {
   width: 100%;
   clear: both;
}
.grid-img-content .img_left {
    width: 24%;
    padding-right: 1%;
    margin-right: 1%;
    float: left;
}
.grid-img-content .content_right {
   width: 75%;
   float: left;
}
.listpage .grid-img-content .img_left {
    width: 38%;
    padding: 0;
    float: left;
    margin: 1%;
}
.listpage .grid-img-content .img_left img {
    padding: 0;
    margin: 0;
}
.listpage .grid-img-content .content_right {
   width: 60%;
   float: left;
}
.pd3 {
   margin-bottom: 15px;
}
.pagination {
    display: inline;
    /*float: left;*/
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
}
.nav-links .page-numbers {
    border: 1px solid #ababab;
    float: left;
    border-radius: 16px;
    padding: 2px 12px;
    text-align: center;
    background: #e8e8e8;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.nav-links .current {
    background: transparent;
    border: 1px solid #e2030b;
    color: #e2030b;
    font-weight: bold;
}
.img-responsive {
   max-width: 100%;
}
.ad_section.sidebar_ad {
    margin-bottom: 19px;
}
.ad_section img {
   width: 100%;
}
.ad_section.long_ad{
  margin-bottom: 15px;
}
.sidebar_ad.ad_section img:first-child {
    margin-top: 0;
}
.interview_bg {
/*  background: #e0e0e0;
  margin-bottom: 30px;*/
}
.interview_bg blockquote {
    background: none;
    font-size: 28px;
    line-height: 42px;
    color: #d0e9ff;
    padding-top: 10%;
}
.interview_bg .fa-quote-left {
    color: #2f97f5;
}
.interview_row .post-block-style.post-float .post-thumb img {
    max-width: 100px;
    /* min-height: 75px; */
    margin-right: 30px;
    margin-bottom: 15px;
}
.interview_row .post-block-style.post-float .post-title {
  padding-top: 30px;
}
.read_more {
    color: #e2030b;
  clear: both;
  margin-top: 10px;
    font-size: 16px;
}
.more1 {
    background: #e2030b;
    padding: 4px 10px 2px;
    color: #fff;
    font-size: 16px;
}
.more1:hover, .read_more:hover {
    color: #e2030b;
    letter-spacing: 1px;
    font-size: 17px;
}
.main_mukhya_ad {
    margin-bottom: 30px;
    background: #fbfbfb;
    padding: 15px 0px;
    border-bottom: 1px solid #dde5f7;
}
.main_mukhya_ad:hover {
    background: #e8e8e8;
}
.copyright-info a {
   color: #87cfff;
}
.copyright-info a:hover {
   color: #fff;
}
.post-overaly-style.clearfix.mid_image.large_image {
  margin-bottom: 15px;
}
.post-title {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
}

h3.post-title {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
}

.trending h3.post-title {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    clear: both;
    display: flex;
    max-height: 56px;
    overflow: hidden;
}
.trending h3.post-title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #6f6f6f;
}
.trending h3.post-title a:hover {
    color: #e2030b;
}
h3.post-title span.number_listing {
    float: left;
    padding: 2px 12px;
    background: none;
    border-radius: 0px;
    margin-right: 8px;
    font-size: 48px;
    font-weight: 500;
    color: #6f6f6fa3;
    vertical-align: middle;
    line-height: 100%;
    padding-left: 10px;
}
.block-interview h3 a {
  font-size: 28px;
  color: #fff;
  line-height: 36px;
}
.block-interview h3 {
  margin-bottom: 20px;
}
.block-interview p {
  color: #cacad9;
  margin-bottom: 20px;
}
.single_view_page {
  background: #fff;
}
.single_view_page .mb6 img.img-circle {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.single-post .post-title {
  font-weight: normal;
}
.post-content .post-title {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 4px;
}
.samachar_row .col-md-3 .post-content .post-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.samachar_row .col-md-3 .post-overaly-style .post-title a {
  font-size: 16px;
}
.mb6 p {
    font-size: 18px;
    line-height: 1.4;
    color: #555;
    display: block;
    margin-bottom: 10px;
    /* text-align: justify; */
}
.post-content h3 {
    padding-bottom: 6px;
    font-size: 20px;
}
h3.sub_title {
    font-size: 20px;
    line-height: 24px;
    padding-top: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dde5f7;
    font-style: italic;
    color: #666;
}
.badge-warning {
    color: #ffd5d7;
    background-color: #e2030b;
    font-weight: normal;
}
.nav-links h2.screen-reader-text {
  display: none;
}
.nav-links .screen-reader-text {
  display: block;
}
.nav-links .screen-reader-text span {
    padding: 3px 12px 0;
    border: 1px solid #4c4c4c;
    background: #4c4c4c;
    color: #fff;
}
.content .nav-links .screen-reader-text {
    display: contents;
    float: left;
    height: auto !important;
    position: relative;
    -webkit-clip-path: inherit !important;
}
.featured-post-item .post-content .post-title {
   font-size: 48px;
   line-height: 64px;
   margin: 0 0 4px;
   font-weight: normal;
   padding-top: 15px;
}
.featured-post-area .featured-post-item {
    /* border-bottom: none; */
    margin-top: 30px;
}
.post-title a {
    color: #111;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
}
.video_gallery .post-title a {
  color: #fff;
}
.bichar .post-title a {
  font-size: 18px;
}
.featured-post-item  .post-title a {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 52px;
  line-height: 64px;
}

.overlay-post-content:hover .post-cat-title {
   background: #e2030b;
   color: #fff;
}

.post-title.title-extra-large {
   font-size: 26px;
   line-height: 30px;
   margin-top: 15px;
   margin-bottom: 10px;
}

.post-title.title-large {
   font-size: 22px;
   line-height: 28px;
   margin-top: 15px;
   margin-bottom: 5px;
}

.post-title.title-medium {
   font-size: 22px;
   line-height: 28px;
   margin-top: 15px;
   margin-bottom: 5px;
}
.post-title.title-small {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 10px 6px 3px;
}
.col-md-3 .post-title.title-small, .col-md-4 .post-title.title-small {
    font-size: 20px;
    line-height: 24px;
}
.last-3 .post-title.title-small a {
  color: #fff;
}
.post-title.title-small a {
  /*color: #424242;*/
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
}

.tab-content .large_image h3 {
    padding-top: 10px;
}
.news-box {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  /*min-height: 348px;*/
}
.col-md-4 .news-box {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  min-height: 420px;
}
.news-box .news-detail {
  padding: 10px;

}
.news_title_2 {
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 0;
    margin-bottom: 0;
}
.news_title_2 a {
    color: #424242;
    font-size: 18px;
    font-weight: 700;
}
.news-detail .fa {
  margin-right: 4px;
    color: #0e5dae;
}
.news-detail span {
  margin: 10px 0px;
    font-size: 15px;
    color: #aaa;
}
.small_image img {
    float: left;
    width: 24%;
    margin-right: 3%;
}
.row.mb30.samachar_row {
    padding-bottom: 30px;
}
.dristikon .small_image img {
    float: none;
    width: 80%;
    margin: 0 auto;
    border: #ccc 2px solid;
}
.dristikon .small_image img.icon {
    width: auto;
    border: none;
}
.dristikon .post-title a {
  color: #111;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
}
.dristikon h3.post-title {
  text-align: center;
}
.block.bichar_block {
    text-align: center;
    margin-bottom: 30px;
}
.bichar_block .small_image img {
    width: 60%;
    float: none;
}
.bichar_block .small_image img.icon {
    width: 8%;
    float: none;
}
.photo_news {
    /*background-color: #2d2d2d;*/
    padding: 0 30px;
    margin: 0 0 30px;
}
.photo_news h2.block-title a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.photo_news h2.post-title a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.last_one {
  /*color: #d0d0d0;*/
}
.world-news-grid h3 {
  padding-top: 16px;
  margin-bottom: 20px;
}
.world-news-grid h3.news_title_2 {
  padding-top: 0;
  margin-bottom: 10px;
}
.world-news-grid i.fa-angle-right {
    padding: 2px 8px;
    background: #d6dde2;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: #697075;
}
.photo_news_container .col-lg-4 .post-overaly-style {
  height: 206px;
}
.bg_black {
    background: #333;
}
.bg_black .photo_news {
    padding: 0;
}
.entertainment_glamour {
      background: #efeaea;
    padding: 30px 0;
}
.entertainment_glamour .color-red {
      background: #f2f2f2;
}
.bichar .video-grid {
    background: #f6f6f6;
    border-right: 5px solid white;
    text-align: center;
    min-height: 396px;
    padding: 10px;
}
.author_byline {
  color: #e2030b;
  font-size: 17px;
  z-index: 0;
  font-weight: bold;
  margin-top: 10px;
}
.author_byline i.fa.fa-pencil-square-o {
    padding-right: 5px;
}
.posted-date {
      margin: 10px 0px;
    font-size: 15px;
    color: #aaa;
}
.big_image.video_img {
    position: relative;
}
span.ytube_icon {
    position: absolute;
    top: 40%;
    left: 48%;
    color: rgb(0 0 0 / 71%);
}
.col-lg-3 span.ytube_icon {
    top: 28%;
    left: 44%;
}
.video_gallery .video_img:hover span.ytube_icon {
  color: red;
}

/*-- Post meta --*/

/*Sidebar*/
.newsbox {
    background: #fff;
    margin: 0 0 20px;
    padding: 20px 20px 5px;
    border: 1px solid #ede9e9;
}
.newsbox h3 {
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
}
.listpage .newsbox h3 {
    margin-top: 0;
}
.listpage .newsbox {
    margin: 0 0 20px;
    padding: 0;
}
.newsbox h3 a {
    color: #424242;
}
.newsbox h3:hover a, .newsbox h3 a:hover {
    color: #e2030b;
}
p.posted-date {
    margin: 0px 0px 10px;
    font-size: 15px;
    color: #aaa;
}
/*sidebar*/

a.post-cat {
   position: relative;
   font-size: 10px;
   padding: 0 5px;
   background: #1c1c1c;
   text-transform: uppercase;
   font-weight: 700;
   color: #23282d;
   height: 20px;
   line-height: 20px;
   display: inline-block;
}

.post-cat:before {
   content: '';
   position: absolute;
   left: 0;
   z-index: 0;
   bottom: -8px;
   border-top: 8px solid #1c1c1c;
   border-right: 8px solid transparent;
}

.post-cat a {
   color: #fff;
}
.color-red .p_all4 {
    /* background: transparent; */
    /* color: #23282d; */
    padding: 0;
    /* float: left; */
}

.post-meta .post-author a {
   color: #1c1c1c;
   font-weight: 700;
}

.post-meta span {
    font-size: 14px;
    color: #636363;
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #eee;
    line-height: 14px;
    display: inline-block;
}

.post-meta span:last-child {
   border-right: 0;
}

span.post-comment {
   border-right: 0;
   line-height: 24px;
   margin-right: 0;
   padding-right: 0;
}
.featured-post-area {
  /*border-bottom: 1px solid #f3f3f3;*/
}
.featured-post-area:last-child {
  border-bottom: none;
}
.trending_label {
    position: relative;
    padding: 14px 16px;
    line-height: 1em;
    font-weight: 700;
    color: rgba(0,0,0,.6);
    font-size: 1em;
    background-color: rgba(0,0,0,.06);
    margin-right: 30px;
    float: left;
}
.trending_label::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -22px;
    border-color: transparent transparent transparent rgba(0,0,0,.06);
    border-style: solid;
    border-width: .7em;
}

ul.item__lists.flex-box {
    float: left;
    margin-bottom: 0;
}
.trending_container ul.item__lists.flex-box li {
    float: left;
    padding-right: 15px;
    color: #313131;
    padding-top: 8px;
}
.trending-nav .item__lists li {
    position: relative;
    padding-left: .8em;
    margin-right: 2em;
    line-height: 43px;
    display: inline-block;
}
.trending-nav .item__lists li a {
    font-size: 1em;
    font-weight: 400;
    color: rgba(0,0,0,.8);
    transition: all .3s ease;
    text-decoration: none;
}
.trending-nav .item__lists li::after {
    content: '#';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: rgba(0,0,0,.24);
    font-weight: 400;
}
.trending_container li a {
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: 400;
    color: #757051;
    transition: all .3s ease;
    text-decoration: none;
    /* padding-top: 5px; */
    display: block;
}
.trending_container ul.item__lists.flex-box li:hover {
  color: #9a9a9a;
}
.trending_container li:hover a {
    color: #005f25;
}
.trending_div {
}
.trending_container ul.item__lists.flex-box.ordered_devnagari li {
    list-style: devanagari inside;
    padding: 30px;
    width: -moz-calc(50% - 2px);
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    background: #f1f1f1;
    margin: 1px;
    color: rgba(0,0,0,.65);
    color: #999;
}
.trending_container ul.item__lists.flex-box.ordered_devnagari li a {
  font-weight: bold;
  height: 76px;
  overflow: hidden;
  font-size: 18px;
  color: #696969;
}
.trending_container ul.item__lists.flex-box.ordered_devnagari li:hover a {
    color: #333;
}
.trending_container ul.item__lists.flex-box.ordered_devnagari li:hover {
    color: #333;
}
span.post-comment span {
   border-right: 0;
   line-height: 100%;
}

.post-meta span i {
   margin-right: 5px;
}

/*-- Post Overaly --*/

.post-overaly-style {
   position: relative;
   overflow: hidden;
}

/*.post-overaly-style:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}*/

.post-overaly-style .post-content {
   position: absolute;
   bottom: 0;
   padding: 25px;
}

.post-overaly-style .post-title a {
   color: #fff;
   text-shadow: 0 2px 5px #000;
}

.post-overaly-style .post-date {
   color: #fff;
}

.post-thumb {
   max-width: 100%;
   position: relative;
   overflow: hidden;
}

.post-thumb img {
   display: block;
   width: 100%;
   -webkit-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}
.province_list {
    background-color: transparent;
    padding: 15px 0;
    margin-bottom: 30px;
}
.province_list .block-title>span>a {
}
.province-blocks .provinces {
    padding: 6px;
    /*background-color: #313131;*/
}
.province-blocks .col-md-2 {
   flex: 0 0 14.28%;
   max-width: 14.28%;
}
.province-block img {
   box-shadow: 0 0 12px #d9d9d9;
}
.social-block .color-red {
}
.social-block .color-red .list-post-block {
   padding-left: 6px;
   padding-right: 6px;
   padding-bottom: 6px;
   background-color: #00436f;
   margin-top: 0;
   padding-top: 20px;
}
.province-block h3 {
   font-size: 18px;
   line-height: 22px;
   padding-top: 4px;
}
.province-block a, .social-block a {
   color: #a1d9ff;
   font-weight: normal;
}
.province-block a:hover, .social-block a:hover {
   color: #fff;
}
.province-block .p_all4 a {
    color: #d8e4ef;
}
.province-block .p_all4 a:hover {
   color: #fff;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
   -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   -ms-transform: scale(1.15);
   -o-transform: scale(1.15);
   transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
   transform: none;
}

.thumb-float-style .post-cat {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 1;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
   top: 0;
   bottom: auto;
}

.post-overaly-style.contentTop:before {
   top: 0;
   left: 0;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
   padding: 30px 30px 60px;
}

.post-overaly-style.text-center {
   margin-bottom: 30px;
}

.post-overaly-style.text-center:last-child {
   margin-bottom: 0;
}

.post-overaly-style.text-center .post-thumb img {
   min-height: 260px;
}

.post-overaly-style.text-center .post-meta span {
   padding: 0;
   margin: 0;
}

.post-overaly-style.text-center:before {
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Block style --*/

.post-block-style {
    position: relative;
    overflow: hidden;
    /* border-bottom: 1px solid #d6cbcb; */
    margin-bottom: 10px;
    box-shadow: 0 1px 1px 0 rgb(211 211 211 / 75%);
    background: #fff;
    margin-bottom: 20px;
}

.post-block-style:hover a, .post-block-style:hover p {
    
}

.br1 .post-block-style {
    padding-right: 15px;
    border-right: 1px solid #ddd;
}

.post-block-style:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.min_height_350 .post-block-style {
    min-height: 350px;
    margin-bottom: 30px;
}
.list-post li:last-child .post-block-style {
  border-bottom: 0;
}
.mt1em {
    border-top: 1px solid #dde5f7;
    padding-top: 15px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.post-block-style .post-content {
   padding: 0;
}

.post-block-style .post-content p {
   color: #636363;
}

/*.post-block-style .post-title a:hover {
   color: #e2030b;
}*/

.post-title a:hover, .post-title:hover a, .overlay-post-content:hover .post-content .post-title a, .news_title_2 a:hover, .post-block-style .post-title a:hover {
   color: #e2030b;
}

.post-overaly-style .post-title a:hover, .post-overaly-style .post-title:hover a {
    color: #fff;
}

.post-block-style .post-content p {
    font-size: 16px;
    line-height: 22px;
}
.post-block-style .post-cat {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 1;
}

.post-block-style .post-content .post-meta {
   margin: 3px 0;
}

/*-- Review box --*/

.review-box {
   background: #1c1c1c;
   color: #fff;
   position: absolute;
   top: 0;
   padding: 2px 7px;
   font-weight: 700;
}
.featured-post-area .row {
    /*margin-top: 15px;*/
}
.long-ad {
   /*margin-bottom: 25px;*/
}
.long-ad img{
   width: 100%;
}
/*-- Post list --*/

.list-post-block {
   margin-top: 0;
}
.list-post-block.mt0 {
   margin-top: 0;
}

.list-post {
   list-style: none;
   margin: 0;
   padding: 0;
}
ul.list-post li {
    /*margin-bottom: 15px;*/
}
.trending ul.list-post li {
    /* margin-bottom: 15px; */
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.list-post-block .list-post>li {
    /*margin-bottom: 20px;*/
    /* max-height: 75px; */
}
.list-post-block .list-post>li:last-child {
   margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
   float: left;
   position: relative;
   z-index: 1;
   margin-right: 15px;
}
.post-block-style.post-float .post-thumb img {
    max-width: 96px;
    margin-bottom: 0;
}
.hierarchy .post-block-style.post-float .post-thumb img {
    max-width: 84px;
}
.hierarchy .tab-content>.tab-pane {
    margin-top: 15px;
}
.post-block-style.post-float .post-title {
   margin-top: 0;
}
.bichar .post-block-style.post-float .post-title {
   margin-top: 30px;
}
.post-block-style.post-float .post-thumb img.img-circle {
    border-radius: 76%;
    max-width: 112px;
    /* height: 100px; */
}
.post-block-style.post-float .post-content {
   z-index: 0;
}

.post-block-style.post-float .post-cat {
   font-size: 8px;
   left: 0;
   top: 0;
}
.news_category_title {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    padding: 10px 10px 5px;
}
/*-- Review post list --*/

.review-stars i {
   color: #1c1c1c;
}

/* Different Color
================================================== */

/*-- Color Default --*/

.color-default a.post-cat {
   background: #1c1c1c;
}

.color-default .post-cat:before {
   border-top: 8px solid #1c1c1c;
}

/*-- Color Red --*/
.block.color-red {
    margin-bottom: 15px;
}
.province-blocks .color-red {
    margin-bottom: 15px;
}
.color-red .block-title {
  color: #111;
  margin: 0;
  /*color: #313131;
  font-size: 22px;
  line-height: 37px;
  font-family: 'Ek Mukta', sans-serif;
  margin: 0 0 30px;
  padding: 6px 0 0;
  background: #fff;
  display: block;
  padding: 8px 12px 7px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 0 0 5px;
  background: none;
  background: #e2030b;*/
}
.color-red .block-title:hover { 
  /*border-color: #f1f1f1;  */
}
.div_bg .color-red .block-title a {
  color: #fff;
}
.color-red .block-title:hover a, .div_bg .color-red .block-title a:hover {
    color: #e2030b;
    text-shadow: 0 0 10px #fff;
}
.post-overaly-style .post-title a:hover {
    /*color: #e2030b;*/
    text-shadow: 0 0 10px #27180c;
}
.color-red .block-title>span {
  display: inline-block;
  padding-bottom: 2px;
  padding-right: 0;
  border-bottom: 2px solid transparent;
  /* font-weight: normal; */
  padding-left: 0;
  border-radius: 0 0 12px;
  background: transparent;
  padding-top: 5px;
}
.color-red:hover .block-title>span {
    background: transparent;
}
.color-red li .block-title>span {
  border: none;
  padding-left: 10px;
}
.color-red li .block-title.active>span {
    color: #fff;
    border-bottom: 2px solid transparent;
}
.taja_lokpriya .color-red li .block-title>span {
  background: transparent;
  color:#e0ffec;
  font-weight: normal;
  border-bottom: 2px solid transparent;
  text-shadow: 0px 5px 5px #000;
}
.taja_lokpriya .color-red li .block-title.active>span, .taja_lokpriya .color-red li .block-title>span:hover {
  background: transparent;
  color:#fff;
  border-bottom: 2px solid transparent;
  text-shadow: 0px 10px 10px #000;
}

/*.color-red .post-cat:before {
   border-top: 8px solid #e2030b;
}*/

/*.color-red .block-title>span:after {
   border-color: #313131 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}*/

.color-red .owl-carousel.owl-theme .owl-nav>div:hover {
   background: transparent;
}

/*-- Color Blue --*/

.color-blue .block-title {
   border-bottom: 2px solid #1e88e5;
}

.color-blue .block-title>span,
.color-blue a.post-cat {
   background: #1e88e5;
}

.color-blue .post-cat:before {
   border-top: 8px solid #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active {
   color: #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}

.color-blue .block-title>span:after {
   border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Blue --*/

.color-dark-blue .block-title {
   border-bottom: 2px solid #4258fe;
}

.color-dark-blue .block-title>span,
.color-dark-blue a.post-cat {
   background: #4258fe;
}

.color-dark-blue .post-cat:before {
   border-top: 8px solid #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs>li>a.active {
   color: #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs>li>a.active:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.color-dark-blue .block-title>span:after {
   border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Orange --*/

.color-orange .block-title {
   border-bottom: 2px solid #ff7a09;
}

.color-orange .block-title>span,
.color-orange a.post-cat {
   background: #ff7a09;
}

.color-orange .post-cat:before {
   border-top: 8px solid #ff7a09;
}

.color-orange.featured-tab .nav-tabs>li.active>a {
   color: #ff7a09;
}

.color-orange.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0);
}

.color-orange .block-title>span:after {
   border-color: #ff7a09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Aqua --*/

.color-aqua .block-title {
   border-bottom: 2px solid #00bdb3;
}

.color-aqua .block-title>span,
.color-aqua a.post-cat {
   background: #00bdb3;
}

.color-aqua .post-cat:before {
   border-top: 8px solid #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a {
   color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
}

.color-aqua .block-title>span:after {
   border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Violet --*/

.color-violet .block-title {
   border-bottom: 2px solid #9401d3;
}

.color-violet .block-title>span,
.color-violet a.post-cat {
   background: #9401d3;
}

.color-violet .post-cat:before {
   border-top: 8px solid #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a {
   color: #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0);
}

.color-violet .block-title>span:after {
   border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* Trending Bar
================================================== */

.trending-bar {
   background: #272727;
   color: #fff;
   padding: 10px 0;
}

.trending-title {
   background: transparent;
   color: #fff;
   display: inline-block;
   font-size: 11px;
   padding: 5px 10px;
   line-height: 100%;
   text-transform: uppercase;
   float: left;
   margin: 0 20px 0 0;
}

.trending-bar .post-content,
.trending-light .post-content {
   padding: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
   position: absolute;
   right: 0;
   top: -3px;
   margin: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div {
   background: transparent;
   border: 0;
   color: #fff;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
   background: #fff;
   border: 0;
   color: #313131;
}

.trending-slide .post-title a {
   color: #fff;
}

.trending-slide .post-title.title-small {
   font-weight: 400;
   margin: 0;
}

/* Trending light */

.trending-light {
   color: #1c1c1c;
   margin: 30px 0;
}

.trending-light .trending-slide .post-title {
   font-weight: normal;
   margin-top: 3px;
   font-size: 16px;
}

.trending-light .trending-slide .post-title a {
   color: #1c1c1c;
}

.trending-light .trending-title {
   padding: 8px 10px 7px;
}

.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
   background: #333;
   color: #fff;
}

/* Top Bar
================================================== */

.top-bar {
   padding: 2px 0;
   border-bottom: 1px solid #eee;
   color: #a3a3a3;
   font-size: 12px;
   line-height: 10px;
}

/* Date */

.ts-date {
   display: inline-block;
   padding-right: 10px;
   line-height: 12px;
   color: #353535;
   padding-top: 6px;
}

.ts-date i {
   margin-right: 5px;
}

/* Top nav */

.top-nav {
   display: inline-block;
}

.top-nav li {
   display: inline-block;
   line-height: 12px;
   padding-left: 12px;
}

.top-nav li a {
   background: none;
   color: #353535;
   padding: 0;
   line-height: 100%;
}

.top-nav li a:hover {
   color: #313131;
}

/* Top social */

.top-social ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.top-social li {
   display: inline-block;
   padding: 0;
}

.top-social li a {
   color: #a3a3a3;
   margin-right: 15px;
   font-size: 16px;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.top-social li a:hover {
   color: #333;
}

/* Top bar border */

.top-bar-border {
   padding: 8px 20px 8px;
   border-bottom: 1px solid #dde5f7;
}

.top-bar-border ul.top-info {
   color: #7c7c7c;
   font-weight: 400;
}

.top-bar-border .top-social li a {
   color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
   color: #313131;
}

/* Header Default
================================================== */

div#sticky_block {
    background: #003319;
    height: 400px;
    width: 20%;
    /* z-index: 999; */
    float: left;
    display: none;
    position: sticky;
}
#close_this {
    cursor: pointer;
    padding: 2px 5px;
    color: #fff;
}
div#sticky_block #sticky_block_inner {
    position: fixed;
    /* margin: 15px; */
    width: 20%;
    margin: 0 auto;
}
a#a_sticky_block {
    background: rgba(0,0,0,.14);
    color: #fff;
    line-height: 40px;
    padding: 10px 15px;
}

#sticky_block .menu_here li {
    border-bottom: 1px solid #3a4146;
    padding:0 10px;
}
#sticky_block .menu_here li:hover {
    background: #c2cfd8;
}

#sticky_block .menu_here a {
    font-size: 18px;
    display: block;
    line-height: 32px;
    color: #b5bdc3;
}
#sticky_block .menu_here a:hover {
    color: #262f36;
}
.header_top {
    background: #f8f8f8;
    padding: 3px 0 0;
    border-bottom: 1px solid #dadada;
}
.header_top p {
    font-size: 14px;
    line-height: 24px;
}
.navbar-fixed {
   background: #fff;
   z-index: 99999;
   position: fixed;
   width: 100%;
   top: 0;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
   -webkit-animation: fadeInDown 800ms;
   -moz-animation: fadeInDown 800ms;
   -ms-animation: fadeInDown 800ms;
   -o-animation: fadeInDown 800ms;
   animation: fadeInDown 800ms;
   -webkit-backface-visibility: hidden;
}
.btn.btn-xs {
    font-size: 14px;
    padding: 2px 8px 1px;
}
.social_links .btn.btn-xs {
    font-size: 12px;
    padding: 0px 6px 0px;
    float: right;
        margin-right: 6px;
}
.main-nav {
    background: #656565;
    margin-bottom: 0;
}
.home .main-nav {
}
/*-- Logo --*/
.logo {
}
.logo span, .logo .fa {
  font-size: 14px;
  color: #2e353a;
}
.title_logo_text {
  vertical-align: middle;
      padding-top: 3rem;
}
/* header right */

.header-right {
   float: right;
}

/* Logo center */

.header.text-center {
   padding: 10px 0;
}

/*-- Search start --*/

ul.top-info-box>li.nav-search {
   cursor: pointer;
   padding-left: 30px;
   margin-left: 30px;
}

ul.top-info-box>li.nav-search:before {
   position: absolute;
   content: '';
   background: #dde5f7;
   left: 0;
   width: 1px;
   height: 40px;
   top: 50%;
   margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
   font-size: 20px;
   top: 10px;
   position: relative;
   cursor: pointer;
   color: #999;
}

.search-form input {
    background: none;
    border: none;
    color: #6d6d6d;
    border-bottom: 1px dotted #a9a9a9;
    outline: none;
    outline-offset: 0;
    font-size: 12px;
    margin-left: 10px
}
.search-form input:hover, .search-form input:focus-within {
    background: none;
    border: none;
    color: #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    outline: none;
    outline-offset: 0;
    font-size: 12px;
    margin-left: 10px
}
.search-form button, .search-form button:focus-within {
    background: none;
    border: none;
    color: #6d6d6d;
    outline: none;
    outline-offset: 0;
}

/* Main navigation */

.site-nav-inner {
   position: relative;
}

.main-nav>.container>.row {
}

.navbar {
   border-radius: 0;
   border: 0;
   margin-bottom: 0;
   padding: 0px;
}

.navbar-toggler {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 4px 0;
  border-radius: 0;
  margin-right: 5px;
  background: transparent;
  height: 30px;
  width: 35px;
}

.navbar-toggler-icon {
    display: block;
     width: 100%; 
    height: 1px;
    line-height: 3px;
    background: #fff;
    vertical-align: middle;
    /* content: ""; */
    /* padding-bottom: 4px; */
    margin-bottom: 6px;
    /* background-size: 100% 100%; */
}

.navbar-toggle .i-bar {
   background: #fff;
}

.navbar-collapse {
   padding-left: 0;
}

ul.navbar-nav {
   float: left;
   display: inline-block;
}
.social_links_inner {
    float: right;
}
ul.navbar-nav>li {
   float: none;
   display: inline-block;
}

ul.navbar-nav>li {
   padding: 0;
   position: relative;
}
ul.navbar-nav>li>a {
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
ul.navbar-nav>li.current-menu-item>a, ul.navbar-nav>li:hover>a {
    /*color: #fff;*/
    text-shadow: 4px 4px 10px #333;
}


#menu-mainmenu a[href~="trending"], #menu-item-25939 a {
    background: rgba(0,0,0,.34) url('../images/trendingicon.png') no-repeat 6px center;
    padding-left: 40px;
    color: #f4a100;
}

ul.navbar-nav>li:last-child button {
   background: #b70000;
   color: #fff;
   border: none;
   border-radius: 0;
   padding: 8px 15px;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/* Sets up our marquee, and inner content */
.marquee {
    float: right;
    -webkit-animation: caption 50s linear 0s infinite;
    -moz-transition: background-color 350ms;
    transition: background-color 350ms;
    marquee-direction: forward;
    marquee-style: loop;
    marquee-speed: slow;
    marquee-play-count: 5;
    padding-top: 4px;
    line-height: 16px;
}
.marquee marquee {
    color: #353535;
    font-size: 12px;
    line-height: 16px;
}
 /*marquee ....*/
ul.navbar-nav>li:hover>a:before,
ul.navbar-nav>li.active>a:before {
   border-color: #313131;
   opacity: 1;
   transform: scale(1) translateZ(0);
}
ul.navbar-nav>li:hover>a {
   /*color: #497fb5;*/
}
ul.navbar-nav>li:hover>a.red-color {
   /*color: #1c1c1c;*/
}
ul.navbar-nav>li.current-menu-item>a:before {
    border-color: #313131;
    /* border-color: #00458a; */
    opacity: 1;
    transform: scale(1) translateZ(0);
    /* background: linear-gradient(0deg, rgb(13 64 131) 0%, rgb(17 54 117) 100%); */
}
ul.navbar-nav>li>a:before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   transform: scale(0) translateZ(0);
   -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
   -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
   -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
   -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
   transition: transform 0.45s ease, opacity 0.55s ease;
}

ul.navbar-nav>li>a:hover, ul.navbar-nav>li>a:focus, ul.navbar-nav>li.current-menu-item>a {
    text-shadow: none;
    background: rgba(0,0,0,.14);
}

ul.navbar-nav>li>a i {
   /*font-weight: 700;*/
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
   background: transparent;
   border: 0;
}

/* Dropdown */

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
#today_date_div {
    padding-top: 3px;
}
#today_date_div span {
    font-size: 13px;
    display: inline-block;
    color: #6d6d6d;
}
#menu-mainmenu li a {
    font-family: 'Ek Mukta', sans-serif;
    font-size: 1em;
    font-weight: 500;
}

ul.navbar-nav>li:last-child {
   /*background: #e2030b;*/
}
#menu-mainmenu>li:last-child a {
    /*font-size: 16px;
    font-weight: 600;
    text-shadow: 4px 4px 16px #000;
    text-transform: uppercase;*/
}
#menu-mainmenu>li:last-child a:hover, #menu-mainmenu>li:last-child:hover a {
    text-shadow: 4px 4px 10px #fff;
}
ul.navbar-nav>li.mega-dropdown {
   position: static;
}

.dropdown-submenu, .menu-item-has-children {
   position: relative;
}

.dropdown-submenu>.dropdown-menu, .sub-menu {
   top: 0;
   left: 100%;
   margin-top: -2px;
   border-radius: 0;
}

.navbar-nav li:hover .sub-menu {
    display: block;
}
.navbar-nav li .sub-menu li {
    background: #f9fcff;
}
.navbar-nav li .sub-menu li:hover {
    background: #e5e5e5;
}
.dropdown-submenu>a:after, .menu-item-has-children>a:after {
   display: block;
   content: "\f078";
   font-family: FontAwesome;
   float: right;
   margin-top: 0;
   margin-right: 0;
   padding-left: 4px;
    font-size: 12px;
}

.dropdown-submenu:hover>a:after, .menu-item-has-children:hover>a:after {
   border-left-color: #fff;
}

.dropdown-submenu.pull-left {
   float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
   left: -100%;
   margin-left: 10px;
   -webkit-border-radius: 6px 0 6px 6px;
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
   display: none;
}

.dropdown-menu, .sub-menu {
   text-align: left;
   background: #fff;
   z-index: 100;
   min-width: 230px;
   border-radius: 0;
   border: 0;
   border: 0;
   padding: 0;
   box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.15);
   margin-top: 0;
   float: none;
}

.navbar-nav>li>.dropdown-menu, .navbar-nav>li>.sub-menu {
   border-top: 1px solid #eee;
}

.navbar-nav>li>.dropdown-menu.mega-menu-content {
   border-top: 0;
}

.dropdown-menu-large {
   min-width: 400px;
}

.dropdown-menu-large>li>ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
   padding-left: 0;
}

.dropdown-menu-large>li>ul>li.active>a {
   color: #313131;
}

.navbar-nav>li>.dropdown-menu>a, .navbar-nav>li>.sub-menu>a {
   background: none;
}

.dropdown-menu li a, .sub-menu li a {
   display: block;
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
   text-decoration: none;
   padding: 12px 15px 12px 10px;
   border-bottom: 1px solid #eee;
   color: #333333;
}

.dropdown-menu li:last-child>a, .sub-menu li:last-child>a {
   border-bottom: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
   background: none;
   color: #313131;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
   background: transparent;
   color: #fff;
}

.navbar-expand-lg .navbar-nav .sub-menu {
    position: absolute;
}

.navbar-nav>li>.sub-menu {
    border-top: 1px solid #eee;
}

@media (min-width: 767px) {
   ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
      left: 100%;
      top: 0;
      display: none;
   }
   ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
      display: block;
   }
   .navbar-expand-lg .navbar-nav .sub-menu {
       position: absolute;
       top: 50px;
      left: 0;
   }
}
.post-cat-title {
    cursor: pointer;
    opacity: 1;
    background: #e2030b;
    -webkit-box-shadow: -1px 1.8px 4px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 1.8px 4px 0 rgba(0,0,0,.1);
    box-shadow: -1px 1.8px 4px 0 rgb(0 0 0 / 10%);
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #f5f5f5;
    /* display: inline-block; */
    color: #fff;
    clear: both;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.mega-menu-content {
   width: 1110px;
   padding: 0;
}

.mega-menu-content .row{
    margin:0;
}

.mega-menu-content-inner {
   padding: 20px 10px;
}

.mega-menu-content .video-icon {
   border: 0;
   margin-top: -40px;
}

/*-- Dark bg style --*/

.main-nav.dark-bg>.container>.row {
   border: 0;
   background: #272727;
   margin-left: 0;
   margin-right: 0;
}

.dark-bg .navbar-toggler {
   margin-left: 6px;
}



.main-nav.dark-bg ul.navbar-nav>li>a {
   color: #fff;
}

.main-nav.dark-bg ul.navbar-nav>li>a:before {
   border: 0;
}

.main-nav.dark-bg ul.navbar-nav>li.active,
.main-nav.dark-bg ul.navbar-nav>li:hover {
   background: transparent;
}

.main-nav.dark-bg .nav-search i {
   color: #fff;
}

/*-- Nav Search start --*/

.main-nav>.container,
.search-area {
   position: relative;
}

.search-area {
   min-height: 70px;
   padding-right: 0;
}

.nav-search {
   float: right;
   display: inline-block;
   position: relative;
   cursor: pointer;
   top: 12px;
   right: 10px;
}

.search-block {
   background-color: #fff;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   display: none;
   padding: 10px;
   position: absolute;
   right: 15px;
   top: 100%;
   width: 300px;
   z-index: 10;
   margin-top: 0;
}

.search-block .form-control {
   background-color: #f7f7f7;
   border: none;
   color: #000;
   width: 100%;
   height: 40px;
   padding: 0 12px;
}

.search-block .search-close {
   color: #525252;
   position: absolute;
   top: -43px;
   right: 4px;
   font-size: 32px;
   cursor: pointer;
   background: #fff;
   padding: 5px;
}

.search-area .nav-search {
   top: 23px;
}

.search-area .search-block .search-close {
   top: -50px;
}

.search-area .search-block {
   right: 0;
}

/*-- Menu tab --*/

.menu-tab .nav.nav-tabs {
   background: #f6f6f6;
   border-right: 1px solid #eee;
   padding: 25px 20px 20px;
   padding-right: 0;
   min-height: 250px;
   margin-top: 0;
}

.menu-tab .nav.nav-tabs>li>a {
   border: 1px solid transparent;
   border-radius: 0;
   font-weight: normal;
   padding: 10px 15px;
}

.menu-tab .nav.nav-tabs>li>a.active {
   background: #fff;
   margin-right: -1px;
   border: 1px solid #eee;
   border-right: 0;
   color: #313131;
   cursor: pointer;
}

.menu-tab .tab-content>.tab-pane {
    padding: 25px 0;
    min-height: 250px;
}

.menu-tab .tab-content>.tab-pane .col-md-3 {
   padding-right: 10px;
   padding-left: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Header with Menu
================================================== */

.row.header_row .logo {
    padding: 20px 0 15px;
}

.header.header-menu {
   padding: 0;
}

.header.header-menu .logo {
   padding: 12px 0;
}

.header.header-menu>.container>.row {
   border-bottom: 1px solid #eee;
   margin-left: 0;
   margin-right: 0;
}

.header.header-menu ul.navbar-nav>li>a {
   line-height: 70px;
}

.header.header-menu ul.navbar-nav>li.mega-dropdown,
.site-nav-inner {
   position: static;
}

.header.header-menu .mega-menu-content {
   min-width: 1145px;
   left: -43%;
}
.logo_slide img {
  width: 60%;
    margin: auto;
    float: left;
    margin-left: 15px;
}

/* Featured Post area 
================================================== */

.featured-post-area {
    margin-bottom: 0;
    margin-top: 0;
}
/*.featured-post-item .overlay-post-content {
    margin-bottom: 30px;
    background: #fcfdfc;
    padding: 15px;
    border: 1px solid #eaf1ea;
    border-radius: 0;
}
.featured-post-item .overlay-post-content:hover {
    border-color: #bfbfbf;
}*/
.breaking_row {
  position: relative;
}
.featured-post-item {
  width: 100%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
  background: #fff;
  padding: 15px 0;
  transition: 0.3s ease-in-out;
  /*border: 1px solid #dde5f7;*/
  box-shadow: 0 5px 8px 0 rgb(0 0 0 / 4%);
}
.featured-post-item:hover {
    /*transition: 0.3s ease-in-out;*/
}

/*.btn*/
.footer-widget {
}
.overlay-post-content, .footer-widget {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    /* color: white; */
    /* font-size: 2.5rem; */
    /* --borderWidth: 2px; */
    /* background: #fcfcfc; */
    /* position: relative; */
    /* border-radius: var(--borderWidth); */
}
.footer-widget {
  padding: 0;
}
.footer-widget .white_bg {
    width: 100%;
    padding: 10px;
    height: 336px;
    overflow: hidden;
}
.footer-widget.half_box .white_bg {
    height: 151px;
    overflow: hidden;
}
.footer-widget-inner h3 {
    color: #216837;
    font-weight: 600;
}
.featured-post-item .overlay-post-content .post-content .img-responsive {
  margin-top: 15px;
}
.featured-post-item .overlay-post-content .post-content .icon {
    width: 20px;
    margin-right: 5px;
    margin-top: -5px;
}
.featured-post-item .overlay-post-content .post-content .author {
    width: 100%;
    float: left;
    display: inline;
    font-weight: 700;
    text-align: center;    
    color: rgba(0,0,0,.24);
    padding-top: 0;
    font-size: 80%;
}
.featured-post-item:hover .overlay-post-content {
  /*box-shadow: 0 0 12px #a7c7b3;*/
}


/*.btn*/

/*-- Owl slide common --*/

.owl-carousel.page-slider .owl-nav {
   margin: 0;
}

.owl-carousel.owl-theme.post-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -82px;
   right: 0;
}

.owl-carousel.owl-theme .owl-nav>div {
   margin: 0 3px;
   background: none;
   border: 1px solid #eee;
   color: #999;
   width: 20px;
   height: 20px;
   line-height: 20px;
   padding: 0;
   border-radius: 0;
   display: inline-block;
   text-align: center;
   font-size: 12px;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.owl-carousel.owl-theme .owl-nav>div:hover {
   background: #272d33;
   border: 1px solid transparent;
}

.owl-theme .owl-dots {
   text-align: center;
   position: absolute;
   z-index: 1;
   top: -67px;
   right: 0;
   margin: 0 !important;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
   width: 8px;
   height: 8px;
   margin: 5px 4px;
   display: inline-block;
   border-radius: 0;
   background: rgba(0, 0, 0, 0.5);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
   background: transparent;
}

/* Latest slider */

.owl-carousel.owl-theme.latest-news-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -40px;
   right: 0;
}

/* Featured slider */

.featured-slider .item {
   min-height: 465px;
   position: relative;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.featured-slider .item:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-content {
   padding: 0;
   z-index: 1;
   position: relative;
}
.bg-cover, .post-overaly-style .bg-cover {
    /*background: rgba(51, 51, 51, .4);*/
    padding: 10px;
}
.post-overaly-style .bg-cover {
    background: linear-gradient(0deg, #008934, transparent);
    
    /*padding: 10px;*/
    width: 100%;
}
.post-overaly-style:hover .bg-cover {
    background: rgb(0 0 0 / 55%);
    /*padding: 10px;*/
    width: 100%;
}
.post-content p {
   font-size: 20px;
   line-height: 32px;
   padding-top: 0;
}
.featured-post-item .post-content {
  padding: 0 15px;
}
.featured-post-item .post-content p, .featured-post-item .post-content p a {
    color: #444;
    font-size: 1.2em;
    line-height: 28px;
    padding: 40px 0 20px;
}
.featured-post-item .post-content:hover p {
  /*color: #1b1b1b;*/
}
.featured-slider.owl-theme .owl-nav>div {
   background: rgba(0, 0, 0, 0.65);
   border: 0;
   position: absolute;
   top: 50%;
   width: 34px;
   height: 40px;
   line-height: 38px;
   padding: 0;
   border-radius: 0;
   font-size: 24px;
   text-align: center;
   opacity: 0;
   margin: 0;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.featured-slider.owl-theme:hover .owl-nav>div {
   opacity: 1;
}

.featured-slider.owl-theme .owl-nav>.owl-prev {
   left: 0;
}

.featured-slider.owl-theme .owl-nav>.owl-next {
   right: 0;
}

.featured-slider.owl-theme .owl-nav>div:hover {
   background: transparent;
   color: #fff;
   border: 0;
}

.featured-post .post-date,
.featured-post .post-title a {
   color: #fff;
}
.ujuri button.btn-info {
    width: 100%;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2.2em;
    background: transparent;
    border-color: #c10101;
}
.modal-body form p {
   clear: both;
}
.modal-body form label {
   width: 20%;
   float: left;
   padding-right: 2%;
}
.modal-body form input[type="submit"], .modal-footer button[data-dismiss="modal"] {
   background: transparent;
   color: #fff;
   border: 0;
   padding: 4px 12px;
   font-size: 14px;
   border-radius: 0;
}
.modal-body form input[type="text"], .modal-body form textarea {
   width: 80%;
}
/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post {
   position: absolute;
   bottom: 0;
}

.featured-slider.content-bottom .item:before {
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

/* Trending post hot */
.trending-nav {
    border-bottom: solid 1px rgba(0,0,0,.14);
    min-height: 5px;
    background: #fff;
}

.hot-post-top {
   max-height: 280px;
   margin-bottom: 3px;
}

.hot-post-bottom,
.hot-post-bottom img {
   min-height: 182px;
}

.hot-post-top .post-content,
.hot-post-bottom .post-content {
   padding: 20px;
}

/*-- 4 News Box --*/

.fourNewsbox,
.fourNewsbox img,
.fourNewsboxTop,
.fourNewsboxTop img {
   min-height: 231px;
}

.fourNewsboxTop {
   margin-bottom: 3px;
}

/* Post overaly text center on Featured area */

.featured-post-area .post-overaly-style.text-center {
   max-height: 231px;
}

.featured-post-area .post-overaly-style.first {
   margin-bottom: 4px;
}

/* Block
================================================== */

.block {
   position: relative;
}
.block.block-interview {
    background: #333;
    margin-bottom: 20px;
}

/* Sidebar
================================================== */

.sidebar .widget.m-bottom-0 {
   margin-bottom: 0;
}

/*-- Social Icon --*/

.social-icon {
   list-style: none;
   margin: 0;
   padding: 0;
}

.social-icon li {
   display: inline-block;
   margin: 0 0px 0 0;
}

.social-icon li a i {
   background: transparent;
   color: #fff;
   font-size: 18px;
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   -webkit-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.social-icon li a i.fa-rss {
   background: #FA9B39;
}

.social-icon li a i.fa-facebook {
   background: #3B5998;
}

.social-icon li a i.fa-twitter {
   background: #00aced;
}

.social-icon li a i.fa-google-plus {
   background: #dd4b39;
}

.social-icon li a i.fa-vimeo-square {
   background: #7FC400;
}

.social-icon li a i.fa-youtube {
   background: #bb0000;
}

.social-icon li a i:hover {
   background: #1c1c1c;
}

/* Social icon box style */

.social-icon-box>li {
   width: 100%;
   background: #1c1c1c;
   padding: 12px;
   color: #fff;
   margin-bottom: 10px;
}

.social-icon-box>li>a {
   color: #fff;
}

.social-icon-box>li>a i {
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   float: left;
   margin-right: 20px;
   background: rgba(0, 0, 0, 0.2);
}

.social-icon-box .ts-social-title {
   font-size: 16px;
   margin-bottom: -5px;
}

.social-icon-box .ts-social-desc {
   display: block;
   font-size: 16px;
}

.social-icon-box>li.rss {
   background: #FA9B39;
}

.social-icon-box>li.facebook {
   background: #3B5998;
}

.social-icon-box>li.twitter {
   background: #00aced;
}

.social-icon-box>li.gplus {
   background: #c53942;
}

/* Featuted Tab
================================================== */

/*-- Common styles --*/

.featured-tab.taja_lokpriya {
  margin-top: 0;
}

.featured-tab, .color-red {
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    /* font-size: 26px; */
    /* font-weight: 600; */
    /* margin-bottom: 10px; */
    /* background: linear-gradient(
1deg, transparent, #ffffff); */
    /* padding-left: 10px!important; */
    /* padding-top: 2px; */
    /* padding-bottom: 0; */
    border-bottom: #ccc 2px solid;
    /* border-top: 3px solid #006331; */
}
.featured-post-item:hover .author {
  /*color: #1f1f1f;
  background: linear-gradient(1deg, transparent, #f4f7f4);*/
}

.featured-post-item:hover .fa {
  /*color: #6d6d6d;*/
}

.col-md-6 .mid_image {
  background: #fff;
}

.col-md-6 .mid_image h3.post-title {
  padding: 1rem 2rem;
}
.tourist .col-md-6 .mid_image h3.post-title {
    margin: 0;
    padding: 1rem 1.5rem;
}
.tourist .col-md-6 .mid_image h3.post-title a {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
}

.col-md-6 .mid_image h3.post-title a {
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 42px;
}

.author {
    /*background: url(../images/author.png) no-repeat left center;*/
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 15px;
    color: #848484;
    font-size: 17px;
    font-weight: normal;
}

.quote {
    background: url(../images/quote.png) no-repeat left top;
    padding-left: 48px;
    font-size: 42px;
    line-height: 56px;
}

.featured-tab.taja_lokpriya:hover {
  /*box-shadow: 0 0 12px #7d92a9;
  background: transparent;
  border: 1px solid #eee;*/
}

.featured-tab .nav-tabs, .color-red .nav-tabs {
   border: 0;
   position: absolute;
   top: 16%;
   right: 0;
}
.featured-post-area .featured-tab .nav-tabs {
    /*top: 0;*/
}
.featured-post-area .hierarchy .featured-tab .nav-tabs {
    top: 6px;
}
.featured-tab .nav-tabs .nav-item {
  /*padding-right: 15px;*/
  margin: 0;
}

.taja_lokpriya .nav-tabs {
   left: 0;
}
.featured-tab .nav-tabs>li>a {
    margin: 0;
    padding-top: 8px;
    margin-right: 10px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
    padding: 3px 12px;
    font-size: 16px;
    height: auto;
    line-height: 30px;
    font-weight: 400;
    margin-top: 3px;
    float: right;
}
.featured-tab .nav-tabs li a span i {
    font-size: 14px;
}
.hierarchy .featured-tab .nav-tabs>li>a {
    color: #006331;
}
.featured-tab .nav-tabs>li>a.active {
    color: #e2030b;
}
.hierarchy .featured-tab .nav-tabs>li>a.active {
    /*color: #e0ffec;*/
}

.featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item {
    padding: 0;
}
.featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item a {
    padding: 0 5px;
    margin-right: 5px;
    padding: 6px 15px;
    margin-right: 5px;
    /*background-color: #fff; */
    color: #444;
    border: 0px;
    margin-bottom: 5px;
}
.featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item a.active, .featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item a:hover {
    /*background: #e2030b;*/
}
.featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item a.nav-link span.tab-head, .featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item a.nav-link span.tab-head {
    /*border-bottom: 1px solid transparent;
    padding: 0 5px;*/
}
.featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item a.active.nav-link span.tab-head, .featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item a.nav-link:hover span.tab-head {
    /*border-color: #fff;*/
    /*color: #e0ffec;*/
}
.photo_featured {
    padding: 50px;
    background: #1f1f1f;
}
.photo_featured .color-red {
  margin-bottom: 20px;
}
.photo_featured .block-title>span>a {
    color: #fff;
}
.photo_featured .post-title a {
    color: #fff;
}
.taja_lokpriya .nav-tabs>li>a {
  font-size: 20px;
  line-height: 28px;
  padding: 3px;
}

.province_list .featured-tab .nav-tabs>li>a {
   color: #696969;
    padding: 2px 12px;
    border: 1px solid #dde5f7;
    margin-left: 10px;
}
.province_list .featured-tab .nav-tabs>li>a.active, .province_list .featured-tab .nav-tabs>li>a:hover {
    color: #fff;
    padding: 2px 12px;
    border: 1px solid #dde5f7;
    background: transparent;
    border-radius: 32px;
}
.province_list .color-red .block-title {
    /*background: none;*/
}

.taja_lokpriya .nav-tabs {
  background: #e2030b; 
  padding-top: 0;
}
.taja_lokpriya .nav-tabs:hover { 
  /*background-color: #fff;  */
}

.taja_lokpriya .nav-tabs>li {
  margin-bottom: -2px;
  margin-right: 10px;
}
/*
.taja_lokpriya .nav-tabs>li>a {
   padding: 0;
   font-weight: 100;
   border-bottom: 1px solid transparent;
}
.taja_lokpriya .nav-tabs>li>a>span {

}*/
.featured-tab .tab-content {
   border-top: 0;
   padding: 0;
   overflow: hidden;
}

.taja_lokpriya .tab-content {
    padding-top: 64px;
}

.widget.taja_lokpriya .tab-content {
    padding-top: 0;
}

.featured-tab .nav-tabs>li>a.active {
   /*color: #1c1c1c;*/
   position: relative;
   background: none;
}

/*.featured-tab .nav-tabs>li>a.active:after {
   position: absolute;
   content: " ";
   width: auto;
   height: auto;
   bottom: -9px;
   margin-left: 0;
   left: 50%;
   border-width: 7px;
   border-style: solid;
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0);
}*/
.taja_lokpriya .nav-tabs>li>a.active:after {
   display: none;
}
.featured-tab .list-post-block {
   margin-top: 0;
}

/* Ad Content area
================================================== */

.ad-content-area img {
   display: inline-block;
}

/* Video Block
================================================== */

.video-block .nav-tabs .nav-item.show .nav-link,
.video-block .nav-tabs .nav-link.active {
   background: transparent;
}

.video-block {
   background: #1c1c1c;
   color: #fff;
}

.video-tab-title {
   color: #fff;
   font-size: 18px;
   text-transform: uppercase;
   margin: 0 0 30px 15px;
}

.video-tab .post-overaly-style {
   min-height: 430px;
}

.video-tab .post-overaly-style .post-content {
   padding: 35px;
}

.video-tab .post-title {
   font-size: 24px;
   line-height: 30px;
   font-weight: normal;
}

.video-tab .nav-tabs>li {
   width: 100%;
   float: none;
   display: block;
   margin-bottom: -1px;
   border: 1px solid #393a3b;
   min-height: 149px;
   padding: 30px 30px 25px;
}

.video-tab .nav-tabs>li>a {
   background: none;
   border: 0;
   padding: 0;
}

.video-tab .nav-tabs>li>a .post-thumb img {
   max-width: 110px;
   min-height: 85px;
}

.video-tab .nav-tabs>li>a .post-thumb {
   float: left;
   margin-right: 20px;
   position: relative;
   overflow: hidden;
}

.video-tab .nav-tabs>li>a h3 {
   color: #fff;
   font-weight: normal;
   line-height: 28px;
   font-size: 16px;
   margin: 0;
}

.video-icon {
   text-align: center;
   color: #fff;
   display: block;
   top: 50%;
   margin-top: -50px;
   font-size: 32px;
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -40px;
   width: 80px;
   height: 80px;
   line-height: 65px;
   border: 7px solid #fff;
   display: inline-block;
   border-radius: 100%;
}

.video-icon i {
   margin-left: 5px;
}

/* More news
================================================== */

.post-block-style.post-float-half .post-thumb {
   float: left;
   position: relative;
   z-index: 1;
   margin-right: 30px;
}

.post-block-style.post-float-half .post-thumb img {
   max-width: 300px;
   min-height: 200px;
}

/* Twitter Widget */

.twitter-widget ul li {
   position: relative;
   padding-left: 35px;
}

.twitter-widget ul li:after {
   content: "\f099";
   position: absolute;
   top: 0;
   left: 0;
   font-family: 'FontAwesome';
   color: #a3a3a3;
   font-size: 16px;
}

.twitter-widget ul li .tweet-text {
   font-size: 13px;
   line-height: 20px;
}

.twitter-widget ul li .tweet-text span {
   display: block;
   color: #676767;
}

.twitter-widget ul li .tweet-text a {
   color: #313131;
   font-size: 16px;
}
.list-post-block ul li h4 a, ul.listing_news li h4 a {
    font-weight: normal;
    color: #111;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-top: 6px;
    margin-bottom: 8px;
    padding-left: 0;
}
.announcement ul.listing_news {
  background: #fff;
  padding: 1.8rem;
}
.announcement ul.listing_news li {
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.announcement ul.listing_news li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.announcement ul.listing_news li h4 a {
       border-bottom: none;
    padding: 0;
    font-size: 18px;
    margin: 0;
    line-height: 24px;
}
.list-post-block ul li h4 a:hover, ul.listing_news li h4 a:hover {
    color: #e2030b;
}

/*-- Gallery widget --*/

.gallery-widget a {
   overflow: hidden;
   margin: 0 2px 0px 0px;
   display: inline-block;
}

.gallery-widget a img {
   max-width: 80px;
   min-height: 65px;
}

/*-- Page title --*/

.breadcrumb {
   color: #777;
   margin: 30px 0 -10px 0;
   padding: 0;
   background: none;
}

.breadcrumb>li+li:before {
   content: "\f105";
   font-family: FontAwesome;
   padding: 0 8px;
   color: #777;
}
.breadcrumbs-area {
    text-align: left;
    padding: 33px 0;
    background: rgba(0,0,0,.06);
}
.breadcrumbs-content ul li {
    display: inline-block;
}
.breadcrumbs-content ul li a {
    padding: 0 5px;
    color: #242021;
    font-size: 18px;
}
.breadcrumbs-content ul li a span {
    padding: 0 5px;
    color: #252021;
    font-size: 14px;
    font-weight: 800;
}
.white_bg {
    background: #fff!important;
}
/* Category Listing
================================================== */

.category-listing .post-block-style .post-content p {
   font-size: 16px;
}

.category-listing .post-block-style .post-content .post-meta {
   margin: 7px 0;
}

.subCategory>li {
   display: inline-block;
   margin-bottom: 30px;
}

.subCategory>li>a {
   border: 1px solid #eee;
   padding: 2px 6px;
   margin-right: 6px;
   color: #515151;
   font-size: 11px;
   font-weight: normal;
   text-transform: uppercase;
}

.subCategory>li>a:hover {
   background: transparent;
   color: #fff;
   border: 1px solid transparent;
}

/* Post grid */

.post-grid {
   margin-bottom: 15px;
   min-height: 455px;
}

/* Post list */

.post-list {
   margin-bottom: 40px;
}

/* Top large post */

.top-larget-post {
   margin-bottom: 30px;
}

.top-larget-post .post-title.title-large {
   margin-top: 20px;
   font-size: 24px;
}

/*-- Category style2 --*/

.category-style2 .post-title {
   margin-top: 0;
}

/* Pagination */

.paging {
   position: relative;
   margin-top: 20px;
}

.pagination {
   margin: 0;
}

.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    border: 1px solid #dde5f7;
    position: relative;
    float: left;
    padding: 6px 12px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
   color: #fff;
   background: transparent;
   border: 1px solid transparent;
}

.paging .page-numbers {
   border: 0;
   color: #7c7c7c;
   position: absolute;
   right: 0;
   top: 3px;
}
.views_block .video {
  text-align: center;
}
.views_block .video .img-circle {
  width: 80%;
  margin: 0 auto;
}
.views_block .video-name h3 {
  text-align: center;
}
.views_block .video-name h3 a {
    font-size: 16px;
    padding: 2px 6px 0;
    background: #efefef;
    border: 1px solid #dcdcdc;
}
/* News Single
================================================== */
.post-template-default .post-title, .page-template-default .normal_page_template .post-title {
    font-size: 40px;
    line-height: 52px;
    padding: 0px 0 0 0;
    margin: 0;
    color: #313131;
}
.newspage .post-title {
    font-size: 3rem;
    line-height: 76px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}
.single-post .sidebar .post-title {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}
.single-post h4 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dde5f7;
    font-style: italic;
    color: #666;
}
.single-post p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: justify;
    color: #313131;
}
.single-post p i {
    font-size: 12px;
}
.single-post h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
    color: #000;
}
.single-post h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000;
}
.single-post .footer-widget-inner h3 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #383838;
    margin-bottom: 55px;
    text-transform: uppercase;
}
.single-post .footer-widget-inner h3:before {
    content: "";
    background-color: #e53935;
    height: 2px;
    width: 45px;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 5;
}
.single-post .tag_link {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 15px 0;
}
.single-post .tag_link h2 {
    float: left;
    font-size: 1.4rem;
    font-weight: 600;
    margin-right: 15px;
    line-height: 1;
}
.tag_link ul li{
    display: inline-block;
}
.tag_link ul li a {
    border: 1px solid #ddd;
    padding: 3px 8px 0;
    margin-right: 15px;
}
.single-post p.posted-date {
    margin: 0px;
    font-size: 15px;
    color: #aaa;
}
.single-post #footer p {
    text-align: inherit;
}
.header_row div.today_date {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 36px;
}
.single-post div.today_date {
    font-size: 15px;
  line-height: 38px;
    padding-top: 4px;
    margin-bottom: 0;
}
.post-content-area {
   margin: 20px 0;
}

.post-featured-image,
.post-media.post-video,
.post-media.post-audio {
   margin-bottom: 30px;
}

.entry-content h3 {
   margin: 0;
   padding: 20px;
   font-size: 18px;
   line-height: 24px;
}
.related_topics h3 {
    font-size: 18px;
    padding: 4px 0;
}
.inline-postdate {
    margin: 0;
}
.inline-postdate .site-logo {
    display: inline-block;
    max-width: 60px;
    vertical-align: middle;
    margin-right: 10px;
}
.inline-postdate .right {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #eee;
    padding-left: 16px;
}
.single-post p.author_byline {
    color: #e2030b;
    margin: 0;
    font-family: 'Ek Mukta';
    letter-spacing: 1px;
}
.single-post p.author_byline i {
  font-size: 12px;
}

p.short_content, .news-detail p.short_content {
    word-break: break-word;
    color: #636363;
    font-size: 16px;
    line-height: 22px;
}
.newspage .col-md-4 .news-box {
    min-height: 336px;
}
/* Post tags */

.tags-area {
   margin: 20px 0;
}

.post-tags>span {
   background: #1c1c1c;
   color: #fff;
   font-size: 16px;
   padding: 3px 6px;
   text-transform: uppercase;
   margin-right: 5px;
}

.post-tags a {
   border: 1px solid #eee;
   display: inline;
   list-style: none;
   padding: 2px 6px;
   margin-right: 5px;
   text-align: center;
   font-size: 16px;
   color: #1c1c1c;
}

.post-tags a:hover {
   background: #1c1c1c;
   color: #fff;
   border: 1px solid transparent;
}

/* Post social */
.post-share-area {
    padding: 20px;
    background-color: #f8f8f8;
    box-shadow: 0 1px 0 0 rgb(211 211 211 / 75%);
}
.share-items {
   border: 1px solid #eee;
   border-radius: 0;
   background: none;
   padding: 10px 20px;
   width: 100%;
   margin: 25px 0;
   display: inline-block;
}

.post-social-icons>li {
   display: inline-block;
   padding: 5px 12px;
   color: #fff;
   background: #1c1c1c;
   font-size: 16px;
   margin-right: 8px;
}

.post-social-icons a {
   color: #fff;
   text-align: center;
}

.post-social-icons a i {
   border-right: 1px solid rgba(255, 255, 255, 0.5);
   margin-right: 5px;
   padding-right: 8px;
   font-size: 16px;
   line-height: 16px;
}

.post-social-icons>li.facebook {
   background: #3B5998;
}

.post-social-icons>li.twitter {
   background: #00aced;
}

.post-social-icons>li.gplus {
   background: #c53942;
}

.post-social-icons>li.pinterest {
   background: #ce222b;
}

/* Post navigation */

.post-navigation {
   display: inline-block;
   margin: 0 0 40px;
}
.single .post-navigation {
  display: block;
}
.single .content .post-navigation {
}
.post-navigation span:hover,
.post-navigation h3:hover {
   color: #EC0001;
}

.post-navigation .post-previous,
.post-navigation .post-next {
   padding: 0 40px;
   width: 50%;
   border-left: 1px solid #e7e7e7;
   border-right: 1px solid #e7e7e7;
   display: table-cell;
   position: relative;
   vertical-align: middle;
}

.post-navigation i {
   margin: 0 5px;
}

.post-navigation span {
    font-size: 22px;
    color: #111;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 500;
}

.post-navigation .post-previous {
   text-align: left;
   float: left;
   border-left: 0 none;
   border-right: 0 none;
   padding: 0 40px 0 0;
}

.post-navigation .post-next {
   text-align: right;
   float: left;
   border-right: 0 none;
   padding: 0 0 0 40px;
}

.post-navigation h3 {
   font-size: 16px;
   margin: 8px 0 0;
}
.nav-previous, .nav-next {
  width: 49%;
  float: left;
  background: none;
  min-height: 80px;
  padding: 0;
  margin-bottom: 15px;
}
.nav-next {
    float: right;
}
.nav-previous a span, .nav-next a span {
    color: #0e5d2c;
}
.nav-previous a span:hover, .nav-next a span:hover {
    color: #000;
}
.nav-links span.nav-title {
    background: #f8f8f8;
    display: block;
    padding: 8px 10px;
    color: #333;
    min-height: 72px;
}
.nav-links span.nav-title:hover {
    background: #f3f0f0;
}
/* Author box */

.author-box {
   border: 1px solid #dadada;
   padding: 20px 20px 15px;
   margin: 0 0 40px;
}

.author-img img {
   margin-right: 30px;
   width: 100px;
   height: 100px;
   overflow-x: hidden;
   margin-bottom: 30px;
}

.author-url a {
   color: #1c1c1c;
   font-size: 13px;
}

.author-info h3 {
   margin-top: 0;
   margin-bottom: 5px;
   font-size: 18px;
}

.authors-social a {
   color: #999;
   margin-left: 10px;
}

.author-counter span {
   background: #1c1c1c;
   color: #fff;
   font-size: 16px;
   padding: 2px 8px;
}

/* Comments area */

.comments-area {
   margin: 40px 0;
}

.comments-list .comment-content {
   margin: 15px 0;
}

.comments-list .comment-reply {
   color: #303030;
   font-weight: 400;
}

.comments-list .comment-reply:hover {
   color: #313131;
}

.comments-counter {
   font-size: 18px;
}

.comments-counter a {
   color: #323232;
}

.comments-list {
   list-style: none;
   margin: 0;
   padding: 20px 0;
}

.comments-list .comment {
   border-bottom: 1px solid #e7e7e7;
   padding-bottom: 20px;
   margin-bottom: 30px;
}

.comments-list .comment.last {
   border-bottom: 0;
   padding-bottom: 0;
   margin-bottom: 0;
}

.comments-list img.comment-avatar {
   width: 84px;
   height: 84px;
   margin-right: 30px;
}

.comments-list .comment-body {
   margin-left: 110px;
}

.comments-list .comment-author {
   margin-bottom: 0;
   margin-top: 0;
   font-weight: normal;
   font-size: 16px;
   color: #303030;
}

.comments-list .comment-date {
   color: #959595;
   margin-bottom: 5px;
   font-size: 16px;
}

.comments-reply {
   list-style: none;
   margin: 0 0 0 70px;
}

.comments-form {
   margin-bottom: 0;
}

.comments-form .title-normal {
   margin-bottom: 20px;
}

.comments-form .comments-btn {
   margin-top: 20px;
   font-size: 16px;
}

/* Sidebar
================================================== */

.gotosingle {
   /* font-size: 32px;
   line-height: 40px; */
}

/* Widget common */

.sidebar .widget {
   margin-bottom: 50px;
}

.sidebar-left .widget {
   margin-right: 20px;
}

.sidebar-right .widget {
   margin-left: 20px;
}

/* Sidebar nav */

.sidebar ul.nav-tabs {
   /*border: 0;*/
}

.sidebar ul.nav-tabs li a {
   color: #303030;
   border-radius: 0;
   padding: 15px 0;
   padding-left: 0;
   font-weight: 400;
   border-bottom: 1px solid #dde5f7;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
   color: #313131;
}

.sidebar ul.nav-tabs li {
   color: #303030;
   line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
   border-bottom: 0;
}

/* Newsletter */

.ts-newsletter {
   background-color: #f1f1f1;
   background-image: url(../images/newsletter-icon.png);
   background-repeat: no-repeat;
   background-position: bottom right;
   padding: 30px;
}

.ts-newsletter .form-control {
   background: #fff;
}

.newsletter-form button {
   font-weight: 700;
   font-size: 16px;
   margin-top: 15px;
   padding: 10px 25px;
}

/* Widget tags */

.widget-tags ul>li {
   float: left;
   margin: 3px;
}

.ujuri_mulyasuchi ul>li {
   float: none;
   margin: 3px;
}

.sidebar .widget-tags ul>li a {
   border: 1px solid #dadada;
   color: #303030;
   display: block;
   font-size: 16px;
   padding: 3px 15px;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -ms-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
   background: transparent;
   color: #fff;
   border: 1px solid transparent;
}

.sidebar .ujuri_mulyasuchi ul>li a {
   display: block;
   font-size: 2em;
   padding: 1em 2em;
   text-align: center;
}

/*-- Review post --*/

.post-block-style.post-float.review-post-block {
   max-width: 140px;
   min-height: 105px;
}

.post-block-style.post-float.review-post-block .post-thumb img {
   max-width: 140px;
   min-height: 105px;
}

/*-- No sidebar --*/

.block-wrapper.no-sidebar,
.block-wrapper.no-sidebar>.container {
   max-width: 850px;
   margin: 0 auto;
}

.block-wrapper.solid-bg {
   background: #f7f7f7;
   background: rgba(247, 247, 247, 1);
}


/*-- Footer Info --*/

/* Footer
================================================== */

.footer {
  background-color: #f8f8f8;
  padding: 0 0 15px;
}

.footer-top {
  background-color: #113322;
  padding: 0;
}
.footer-top .footer-widget {
  background-color: #113322;
  margin: 0;
  border: 1px solid #25563e;
  margin: 15px 0;
}
.footer-top .footer-widget-inner {
  background-color: #113322;
  margin: 0;
  min-height: auto;
}
#footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer .color-red .block-title>span {
  background: transparent;
}
#footer .color-red {
  border-color: #8a8a8a;
}
.footer .widget-title {
   font-size: 16px;
   font-weight: 700;
   margin: 0 0 15px;
   text-transform: uppercase;
   color: #313131;
}
.footer-main {
}
.copyright {
    z-index: 1;
    background: #8fb9a3;
    margin-top: 30px;
    color: #fff;
    padding: 5px 0 5px;
    font-weight: 500;
    font-size: 13px;
}
.footer ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer ul li {
   margin-bottom: 6px;
}

.footer ul li a {
}
.editor_board_list {
    margin-bottom: 8px;
}
#footer h3 a {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
    display: block;
}
#footer p, #footer h4, #footer h5, #footer a {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
}
#footer h4 {
  margin-bottom: 8px;
  margin-top: 15px;
}
#footer h5 {
  color: #fff;
  font-size: 14px;
}
#footer p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 0;
    /*text-shadow: 4px 4px 10px #333;*/
}
#footer p.p_email {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 0;
}
#footer p a, #footer ul li a {
  font-size: 14px;
  /*text-shadow: 4px 4px 10px #333;*/
  line-height: 18px;
}
#footer .footer-social a {
    padding: 0 2px;
}
#footer .mb10 h4 {
    font-size: 20px;
    /*text-shadow: 4px 4px 10px #333;*/
}
#footer .mb10 h5 {
    font-size: 14px;
    color: #fff;
}
#footer .mb10 ul li a {
}
#footer .mb10:hover h4, #footer .mb10:hover h5 {
    /*text-shadow: 4px 4px 10px #c3e5fb;*/
}
#footer .mb10:hover p, #footer .mb10:hover p a, #footer .mb10:hover ul li a {
    text-shadow: 4px 12px 40px #000;
}
#footer .editor_board_list h5, #footer .editor_board_list span {
    font-size: 16px;
    color: #666;
    float: left;
    line-height: 20px;
    padding: 0 4px;
}
@keyframes animated-border {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  100% {
     box-shadow: 0 0 0 20px rgba(255,255,255,0);
  }
}
#footer .mb10 {
  border: 2px solid #bde5ff;
  padding: 15px 15px;
  display: inline-block;
  border-radius: 10px;
}
#footer .mb10:hover {
  animation: animated-border 1.5s infinite;
}
#footer .editor_board_list h5 {
    color: #333;
    font-weight: bold;
}
#footer .more1 {
  color: transparent;
}
#footer .copyright a, .copyright span {
    color: #113322;
}
.footer-info-content {
    /* box-shadow: 0 0 16px #fff; */
    padding: 10px;
    background: #d6d2d2;
    background: none;
    /* box-shadow: 0 0px 70px #ccc; */
    -moz-box-shadow: 0 0px 70px #ccc;
    /* -webkit-box-shadow: 0 0px 70px #ccc; */
}
#footer .our_team .editor_board_list h5, #footer .our_team .editor_board_list span, #footer .our_team .editor_board_list a {
  text-align: center;
  float: none;
  display: grid;
  font-size: 14px;
  line-height: 17px;
}
#footer .our_team .editor_board_list h5 {
  font-size: 12px;
  line-height: 15px;
}
.copyright-info {
    text-align: right;
}
#footer .copyright a:hover {
    color: #fff;
}
/* Trending */

.footer .post-title.title-small {
   font-weight: normal;
}

.footer-widget .post-block-style.post-float .post-thumb img {
   max-width: 95px;
   min-height: 75px;
}

.footer-widget .post-meta span.post-date {
   color: #676767;
}

/* Footer Widget Categories */

.footer-widget.widget-categories ul {
   padding-right: 0;
}

.footer-widget.widget-categories ul li .catCounter {
   float: right;
}
.bottom_footer {
    background-color: #032b46;
    padding: 20px 0 10px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.bottom_footer .bottom_footer_text, .bottom_footer .list-inline li a {
    font-size: 16px;
    line-height: 24px;
    color: white;
    margin: 0;
    padding: 0;
}
.bottom_footer .list-inline li {
  float: left;
}
/*footer*/

.footer-info-content p {
   margin-bottom: 2px;
   font-size: 13px;
}

.footer-logo img {
   display: inline-block;
   margin-bottom: 30px;
}
.footer-logo {
    margin-bottom: 0px;
}

.footer-info-phone,
.footer-info-email {
   display: inline-block;
   margin: 0 5px;
}

/* Footer social */

.footer .footer-social li {
   margin: 0;
}

.footer .footer-info-content .footer-social li {
   display: inline-block;
}

.footer-social li a {
   display: inline-block;
   margin: 0 3px;
}

.footer-social li a i {
   display: block;
   width: 32px;
   height: 32px;
   line-height: 32px;
   font-size: 16px;
   color: #fff;
   background: #b70000;
   text-align: center;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
   border-radius: 50%;
}

/*footer new css */


#footer .color-red .block-title>span {
  background: transparent;
}
#footer .color-red {
  border-color: #8a8a8a;
}
.footer .widget-title {
   font-size: 16px;
   font-weight: 700;
   margin: 0 0 15px;
   text-transform: uppercase;
   color: #e2030b;
}
.footer-main {
    border-radius: 4px;
    border: 1px solid #a9a7a7;
    padding: 30px 15px;
    background: #fff;
}
.footer ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer ul li {
   margin-bottom: 6px;
}

.footer ul li a {
}
.editor_board_list {
    margin-bottom: 8px;
}
#footer h3 a {
    font-size: 20px;
    line-height: 28px;
    color: #a2dabd;
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
    text-shadow: 4px 4px 10px #07150e;
}
#footer h3:hover a {
    text-shadow: 4px 4px 10px #000;
}
#footer p, #footer h4, #footer h5, #footer a {
    margin: 0;
    color: #95b9a7;
    font-size: 16px;
    line-height: 20px;
    padding: 0 4px;
}
#footer .footer-social a {
    padding: 0 2px;
}
#footer h4 {
    font-size: 11px;
    font-weight: 600;
    border: none;
    font-style: normal;
}
#footer h5 {
  font-size: 18px;
  color: #666;
}
#footer .editor_board_list h5, #footer .editor_board_list span {
    font-size: 16px;
    color: #95b9a7;
    float: left;
    line-height: 20px;
    padding: 0 4px;
}
#footer .editor_board_list h5 {
    color: #95b9a7;
    font-weight: bold;
}
#footer .more1 {
    color: #c52e16;
    background: #113322;
}
.footer-info-content {
    /* box-shadow: 0 0 16px #fff; */
    padding: 10px;
    background: #d6d2d2;
    background: none;
    /* box-shadow: 0 0px 70px #ccc; */
    -moz-box-shadow: 0 0px 70px #ccc;
    /* -webkit-box-shadow: 0 0px 70px #ccc; */
}
.copyright-info {
    text-align: right;
}
#footer .copyright a:hover {
    color: #fff;
}
/* Trending */

.footer .post-title.title-small {
   font-weight: normal;
}

.footer-widget .post-block-style.post-float .post-thumb img {
   max-width: 95px;
   min-height: 75px;
}

.footer-widget .post-meta span.post-date {
   color: #676767;
}

/* Footer Widget Categories */

.footer-widget.widget-categories ul {
   padding-right: 0;
}

.footer-widget.widget-categories ul li .catCounter {
   float: right;
}

/* Twitter Widget */

.twitter-widget ul li {
   position: relative;
   padding-left: 35px;
}

.twitter-widget ul li:after {
   content: "\f099";
   position: absolute;
   top: 0;
   left: 0;
   font-family: 'FontAwesome';
   color: #a3a3a3;
   font-size: 16px;
}

.twitter-widget ul li .tweet-text {
   font-size: 13px;
   line-height: 20px;
}

.twitter-widget ul li .tweet-text span {
   display: block;
   color: #676767;
}

.twitter-widget ul li .tweet-text a {
   color: #072989;
   font-size: 16px;
}

/*-- Gallery widget --*/

.gallery-widget a {
   overflow: hidden;
   margin: 0 2px 0px 0px;
   display: inline-block;
}

.gallery-widget a img {
   max-width: 80px;
   min-height: 65px;
}

/*-- Footer Info --*/

.footer-info-content p {
   margin-bottom: 2px;
   font-size: 13px;
}
.footer-logo img {
    display: inline-block;
    margin-bottom: 30px;
    /*background: radial-gradient(#666d695c, #006b28);*/
    padding: 30px;
}
.footer-logo {
    margin-bottom: 0px;
}

.footer-info-phone,
.footer-info-email {
   display: inline-block;
   margin: 0 5px;
}

/* Footer social */

.footer .footer-social {
   list-style: none;
   margin: 0;
   padding: 0;
   float: right;
}

.footer .footer-social li {
   margin: 0;
}

.footer .footer-info-content .footer-social li {
   display: inline-block;
}

.footer-social li a {
   display: inline-block;
   margin: 0 3px;
}

.footer-social li a i {
   display: block;
   width: 32px;
   height: 32px;
   line-height: 32px;
   font-size: 16px;
   color: #fff;
   background: #b70000;
   text-align: center;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.footer-social li a i.fa-facebook {
    background: #4267b2;
}

.footer-social li a i.fa-twitter {
    background: #55aded;
}

.footer-social li a i.fa-youtube {
    background: #f00;
}

.footer-social li a i:hover {
   background: #a20000;
}

.footer-social li a i.fa-facebook:hover {
    background: #4267b2;
    box-shadow: 0 0 12px #4267b2;
}

.footer-social li a i.fa-twitter:hover {
    background: #55aded;
    box-shadow: 0 0 12px #55aded;
}

.footer-social li a i.fa-youtube:hover {
    background: #f00;
    box-shadow: 0 0 12px #f00;
}
/*-- Copyright --*/

#footer .footer-menu {
  margin-top: 15px;
}

#footer .footer-menu ul li {
    margin-bottom: 0;
}
#footer .footer-menu ul li a {
  font-size: 14px;
  margin-top: 4px;
}

/*footer new css */

.footer-social li a i.fa-facebook {
    background: #4267b2;
}

.footer-social li a i.fa-twitter {
    background: #55aded;
}

.footer-social li a i.fa-youtube {
    background: #f00;
}

.footer-social li a i:hover {
   background: #a20000;
}

.footer-social li a i.fa-facebook:hover {
    background: #4267b2;
    box-shadow: 0 0 12px #4267b2;
}

.footer-social li a i.fa-twitter:hover {
    background: #55aded;
    box-shadow: 0 0 12px #55aded;
}

.footer-social li a i.fa-youtube:hover {
    background: #f00;
    box-shadow: 0 0 12px #f00;
}
/*-- Copyright --*/

#footer .footer-menu {
  margin-top: 16px;
}

#footer .footer-menu ul li {
}
#footer .footer-menu ul li a, #footer p, #footer h4, #footer h5, #footer a {
    font-size: 16px;
    color: #4c4c4c;
    padding: 3px 0;
}
#footer .read_more {
  font-size: 12px;
}
#footer .footer-menu ul li:hover{
    list-style: none;
}
/*
#footer .footer-menu ul li:hover a, #footer .editor_board_list span:hover, #footer .editor_board_list:hover span a, #footer .editor_board_list:hover span, #footer p:hover {
  font-weight: normal;
  color: #cae0d5;
}
*/
@media (max-width: 992px) {
   .footer-menu ul li {
      /*padding-top: 16px;*/
   }
}

.footer-menu ul.nav li a {
   background: none;
   padding: 0;
}

#back-to-top {
   position: fixed;
   right: 30px;
    bottom: 45px;
   z-index: 10;
   -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
   bottom: 54px;
}

#back-to-top .btn.btn-primary {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #4c4c4c;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  border: 1px solid #4c4c4c;
  color: #fff;
}

#back-to-top .btn.btn-primary:hover {
   color: #fff;
   background: #383838;
}

/* Sub Pages 
================================================== */

.fixed_height_180 img {
  height: 140px;
  width: 100%;
}

.fixed_height_250 img {
  height: 164px;
  width: 100%;
}

.fixed_height_180 .news_title_2 {
  height: 54px;
  overflow: hidden;
}

@media (min-width:992px) {
  .solid-bg .pad-r {
  padding-right: 4px;
  }
  .solid-bg .pad-l {
  padding-left: 4px;
  }

  .fixed_height_180 img {
    height: 150px;
    width: 100%;
  }

  .fixed_height_250 img {
    height: 180px;
    width: 100%;
  }

  .fixed_height_180 .news_title_2 {
    height: 56px;
    overflow: hidden;
  }
  .post-block-style {
  }
}

@media (min-width: 1200px){
  .container {
      max-width: 1170px;
  }

  .fixed_height_180 img {
    height: 156px;
    width: 100%;
  }

  .fixed_height_250 img {
    height: 200px;
    width: 100%;
  }

  .fixed_height_180 .news_title_2 {
    height: 58px;
    overflow: hidden;
  }
  .post-overaly-style.large_image .post-thumb {
    max-height: 308px;
    overflow: hidden;
  }
}

@media (min-width: 1350){
  .container {
      max-width: 1324px;
  }

  .fixed_height_180 img {
    height: 168px;
    width: 100%;
  }

  .fixed_height_250 img {
    height: 220px;
    width: 100%;
  }

  .fixed_height_180 .news_title_2 {
    height: 60px;
    overflow: hidden;
  }
  .post-overaly-style.large_image .post-thumb {
    max-height: 312px;
    overflow: hidden;
  }
}

@media (min-width: 1600px){
  .container {
      max-width: 94%;
  }

  .interview_bg blockquote {
      background: none;
      font-size: 40px;
      line-height: 60px;
      color: #d0e9ff;
      padding-top: 15%;
  }

  .fixed_height_180 img {
    height: 180px;
    width: 100%;
  }

  .fixed_height_250 img {
    height: 250px;
    width: 100%;
  }

  .fixed_height_180 .news_title_2 {
    height: 62px;
    overflow: hidden;
  }
}

/* Contact Us
================================================== */

.contact-info-box {
   margin-top: 20px;
}

.contact-info-box-content h4 {
   font-size: 16px;
   margin-top: 0;
   line-height: normal;
   font-weight: 700;
}

.contact-info-box-content p {
   margin-bottom: 0;
}

label {
   font-weight: 400;
}

/* Error page
================================================== */

.error-page .error-code h2 {
   display: block;
   font-size: 200px;
   line-height: 200px;
   color: #303030;
   margin-bottom: 20px;
}

.error-page .error-body .btn {
   margin: 30px;
   font-weight: 700;
}

/* Boxed Layout
================================================== */

.boxed-layout {
   background: #f7f7f7 url(../images/boxed-bg.jpg) no-repeat;
   background-position: center 0px;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
}

.boxed-layout .body-inner {
   background: #fff;
   max-width: 1240px;
   margin: 40px auto;
   overflow-x: hidden;
   box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
}
/*read_more*/
.read_more {
    /*color: white;
    background: red;
    padding: 2px 6px;*/
}
li.ytube_video_url {
    padding: 0 10px 0 0;
}
.ytube_video_url a {
  color: #e2030b;
  display: block;
}
.ytube_video_url:hover a {
  background: #e2030b;
  color: #fff;
}
.footer-widget {
}
.footer-widget-inner {
    padding: 10px;
}
.footer-widget-inner, .copyright {
}
.footer-widget-inner:hover, .copyright:hover {
}
.copyright:hover span {
    color: #0d2b1c;
    text-shadow: 0 0 20px #fff;
}
.footer-area-bottom {
    background: #4c4c4c;
    padding: 10px 0 5px!important;
}
.footer-bottom-nav {
    color: #fff;
    line-height: 30px;
}
.footer-bottom-nav li {
    display: inline-block;
    padding: 0;
}
.footer-bottom-nav li a, .footer-area-bottom p {
    color: #fff !important;
    font-size: 14px;
    margin:0;

}
.footer-bottom-nav li:before {
    content: "- ";
    padding: 0 3px;
}
.footer-bottom-nav li:first-child:before {
    content: none;
}
/* box effects */

/* Responsive css starts */
/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */

@media (min-width: 1400px) {
   /* Header */
   .container {
      width: 1400px;
      margin: 0 auto;
   }
  .long_image img {
    max-height: 368px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
   .navbar-nav li:hover .dropdown-menu {
      display: block;
   }
   .navbar-collapse {
      padding-right: 0;
   }
   .nav-style-boxed .navbar-collapse {
      padding-left: 15px;
   }
   .header.header-menu .mega-menu-content {
      min-width: 1095px;
      margin-left: -27px;
  }
  .long_image img {
    max-height: 348px;
    overflow: hidden;
  }
  .footer_info {
  }
}

/* Medium Devices, Desktops */

@media (min-width: 992px) and (max-width:1199px) {
   /* Header */
   .navbar-nav li:hover .dropdown-menu {
      display: block;
   }
   ul.navbar-nav>li {
      padding: 0;
   }
   ul.navbar-nav>li>a{
      padding: 0 6px;
   }
   ul.navbar-nav>li>a,
   .dropdown-menu li a {
      font-size: 16px;
   }
   .header.header-menu .mega-menu-content {
      min-width: 1095px;
      margin-left: -11px;
  }
   /* Projects */
   .project-item-title {
      font-size: 18px;
   }
   /* Clients */
   .clients-logo {
      margin-bottom: 20px;
   }
   /* Subscribe */
   .newsletter-form input {
      min-width: 340px;
   }
   /* Action box */
   .action-box-text {
      font-size: 13px;
   }
   /* Footer */
   .footer-social ul li {
      margin: 0 3px 0 0;
   }
   .footer-menu {
      float: none;
   }
   #back-to-top.affix {
      bottom: 35px;
   }
   #back-to-top {
      right: 15px;
   }
   .mega-menu-content {
      max-width: 940px;
   }
  .long_image img {
    max-height: 348px;
    overflow: hidden;
  }
}

/* Small Devices, Tablets */

@media (max-width: 991px) {
  .footer-widget {
      margin-top: 10px;
  }
  #footer .text-left, #footer .text-right {
    text-align: center !important;
  }
  #footer {
      position: relative;
      min-height: auto;
  }
  .editor_board_list {
    padding-bottom: 10px;
    text-align: center;
  }
  #footer .editor_board_list h5, #footer .editor_board_list span {
    float: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    text-align: center;
  }
  #footer .footer-menu ul li {
      margin-bottom: 0;
      text-align: center;
  }

  #footer h3 a {
      margin-bottom: 10px;
  }
  .footer .widget-title {
     font-size: 16px;
     font-weight: 700;
     margin: 0 0 15px;
     text-transform: uppercase;
     color: #3399ff;
  }
  .footer-main {
      /*background: #ffffff;*/
      padding: 15px;
      display: block;
      position: relative;
      max-width: 100%;
      margin: 0 auto;
      /*z-index: 2;*/
      /* box-shadow: 0 0 10px #e4e4e4; */
      /*border-radius: 4px;*/
      /*border: 1px solid #ffffff;*/
  }
  .copyright {
      z-index: 1;
      font-weight: 500;
      font-size: 13px;
      width: 100%;
      position: relative;
      bottom: 0;
     color: #fff;
     padding: 10px 0 5px;
     font-weight: 500;
     font-size: 12px;
  }
  .footer .text-left, .footer .text-left li, .footer .text-left h5, #footer .text-left a, .footer .text-right {
    text-align: center;
    display: block;
  }
  .editor_board_list {
    padding-bottom: 10px;
  }
  .footer-widget.half_box .white_bg, .footer-widget.half_box .white_bg {
    height: auto;
    overflow: visible;
  }
  .footer_about, .footer_about li, .bottom_footer .list-inline li, .bottom_footer .bottom_footer_text, .bottom_footer .list-inline li a {
    text-align: center;
    float: none;
  }
  #footer .copyright a, .copyright span {
    color: #ffffff;
    }
}

/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
   /* top info */
   ul.top-info li {
      padding-right: 12px;
   }
   /* Header */
   .navbar-fixed {
      position: relative;
      animation: none;
      box-shadow: none;
   }
   .logo {
      padding: 13px 0;
   }
   .logo img {
      height: 40px;
   }
   /* Navigation breakpoint */
   .navbar-toggle {
      display: block;
      z-index: 1;
   }
   .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
   }
   .navbar-collapse.collapse.show {
      display: block;
   }
   ul.navbar-nav {
      float: none !important;
      margin-top: 7.5px;
   }
   ul.navbar-nav>li {
      float: none;
      display: block;
   }
   .collapse.in {
      display: block !important;
   }
   .navbar-collapse.in {
      overflow-y: auto;
   }
   ul.nav li.dropdown:hover ul.dropdown-menu {
      display: none;
   }
   ul.nav li.dropdown.open ul.dropdown-menu {
      display: block;
   }
   .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   /* Navigation */
   .navbar-collapse {
      background: none;
      width: 100%;
   }
   ul.navbar-nav>li:hover>a:after,
   ul.navbar-nav>li.active>a:after {
      content: '';
   }
   ul.navbar-nav>li>a:before {
      border-bottom: 0;
   }
   .navbar-nav .open .dropdown-menu>li {
      padding-left: 0;
   }
   .navbar-nav .open .dropdown-menu>li>a,
   .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 10px 10px;
   }
   ul.navbar-nav>li,
   .nav-style-boxed ul.navbar-nav>li {
      display: block;
   }
   .navbar-nav .open .dropdown-menu>li>a {
      line-height: 30px;
   }
   ul.navbar-nav>li.nav-search,
   ul.navbar-nav>li.header-get-a-quote {
      display: none;
   }
   ul.navbar-nav {
      padding: 0 0 10px;
   }
   ul.navbar-nav li {
      float: none;
   }
   ul.navbar-nav li a {
      line-height: normal !important;
      color: #fff;
      border-top: 1px solid #f1f1f1 !important;
      border-bottom: 0;
      padding: 10px 0;
      display: block;
      min-width: 350px;
   }
   ul.navbar-nav .dropdown-menu {
      float: none;
      position: relative;
      border: 0;
      margin: 0;
      padding: 0;
   }
   ul.navbar-nav .dropdown-menu li a {
      padding-left: 20px !important;
   }
   ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
      left: 0;
      position: relative;
   }
   ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
      padding-left: 50px;
   }
   ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
      margin-top: -22px;
   }
   ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
      padding-left: 35px !important;
   }
   ul.navbar-nav .dropdown-menu {
      box-shadow: none;
      border-top: 0;
      background: none;
   }
   ul.navbar-nav li a i,
   .dropdown-submenu>a:after {
      background: #f5f5f5;
      float: right;
      width: 36px;
      height: 28px;
      line-height: 28px;
      margin-top: -5px;
      text-align: center;
      color:#000;
   }
   .dropdown-submenu>a:after {
      margin-right: 0;
   }
   .navbar-nav>li>.dropdown-menu.mega-menu-content {
      display: none !important;
   }
   /* Featured area */
   .featured-post-area .pad-r {
      padding-right: 15px;
   }
   .featured-post-area .pad-l {
      padding-left: 15px;
   }
   /* Sidebar */
   .sidebar-right {
      margin-top: 50px;
   }
   .sidebar-right .widget {
      margin-left: 0;
   }
   .block.color-aqua,
   .block.color-violet {
      margin-top: 40px;
   }
   /* Footer */
   .footer-widget {
      display: inline-block;
      margin-bottom: 30px;
   }
   .newsletter-form input {
      width: 90%;
   }
   .footer-info-content {
      padding: 50px 100px 0;
   }
   #back-to-top.affix {
      bottom: 78px;
   }
}

/* Small Devices Potrait */

@media (max-width: 767px) {
   .col-xs-12 {
      width: 100%;
   }
   .col-xs-9 {
      width: 75%;
   }
   .col-xs-6 {
      width: 50%;
   }
   .col-xs-3 {
      width: 25%;
   }
   .col-xs-2 {
      width: 16.66%;
   }
   .col-xs-4 {
      width: 33.33%;
   }
   .col-xs-8 {
      width: 66.66%;
   }
   .navbar {
      border-radius: 0;
      border: 0;
      margin-bottom: 0;
      padding: 0px;
   }
   .navbar-toggler {
      float: right;
      margin-right: 0;
   }
   .hidden-xs {
      display: none !important;
   }
   .header {
       padding: 0;
       /* box-shadow: none; */
       /* border-top: 0; */
   }
   .navbar-toggler-icon {
      width: 20px;
      height: 2px;
      background: #dae2e8;
      line-height: 4px;
      margin: 3px auto;
      display: block;
   }
   .navbar-nav>li>.sub-menu {
      display: none;
   }
   .dropdown-submenu>a:after, .menu-item-has-children>a:after {
      display: none;
   }
   ul.navbar-nav>li {
      float: none;
      text-align: center;
   }
   .boxed-layout .body-inner {
      margin: 0 auto;
   }
   /* Top bar */
   .ts-date {
      padding: 0;
      border-right: 0;
      display: block;
   }
   .top-nav {
      display: block;
      margin: 10px 0;
      border-bottom: none;
   }
   .top-bar {
      text-align: center;
   }
   .top-social {
      float: none;
      text-align: center;
      display: inline-block;
   }
   /* Header */
   .navbar-fixed {
      position: relative;
      animation: none;
      box-shadow: none;
   }
   .logo {
        padding: 10px 0 5px;
        text-align: center;
        width: 56%;
        margin: 0 auto;
        /* height: auto; */
    }
   .logo img {
      /*height: 40px;*/
   }
   .title_logo_text {
      vertical-align: middle;
      padding-top: 0rem;
  }
  h1 {
    text-align: center;
  }
  .interview_row .post-block-style.post-float .post-title {
      padding-top: 0;
  }
  .province_list {
      padding: 15px 0 0;
      margin-bottom: 0;
  }
   /* Navigation breakpoint */
   .navbar-toggle {
      display: block;
      z-index: 1;
   }
   .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
   }
   .navbar-collapse.collapse.show {
      display: block;
   }
   .navbar-collapse.collapse:after{
      display: block;
      content: "";
      clear: both;
   }
   .navbar-collapse,
   .site-nav-inner {
      width: 100%;
      padding: 0 15px;
   }
   ul.navbar-nav>li:hover>a:after,
   ul.navbar-nav>li.active>a:after {
      content: '';
   }
   ul.navbar-nav>li>a:before {
      border-bottom: 0;
   }
   .navbar-nav .open .dropdown-menu>li>a,
   .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 10px 15px 10px 10px;
   }
   ul.navbar-nav>li {
      display: block;
   }
   .navbar-nav .open .dropdown-menu>li>a {
      line-height: 30px;
   }
   ul.navbar-nav>li.nav-search,
   ul.navbar-nav>li.header-get-a-quote {
      display: none;
   }
   ul.navbar-nav {
      width: 100%;
      padding: 0 0 10px;
   }
   ul.navbar-nav>li {
      float: none;
   }
   ul.navbar-nav li a {
      line-height: normal !important;
      /*color: #333;*/
      border-top: 1px solid #689ec1 !important;
      border-bottom: 0;
      padding: 10px 0;
      display: block;
   }
   ul.navbar-nav .dropdown-menu>li>a {
      padding-left: 15px;
   }
   ul.navbar-nav .dropdown-menu {
      float: none;
      position: relative;
      border: 0;
      margin: 0;
      padding: 0;
   }
   ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
      left: 0;
      position: relative;
   }
   ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
      margin-top: -22px;
   }
   ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
      padding-left: 20px
   }
   ul.navbar-nav .dropdown-menu {
      box-shadow: none;
      border-top: 0;
      background: none;
      padding-left: 15px;
   }
   ul.navbar-nav li a i, .dropdown-submenu>a:after {
       background: #f5f5f5;
       color: #333;
       float: none;
       width: 36px;
       height: 28px;
       line-height: 28px;
       margin-top: -5px;
       text-align: center;
       /* display: block; */
   }
   .dropdown-submenu>a:after {
      margin-right: 0;
   }
   .navbar-nav>li>.dropdown-menu.mega-menu-content {
      display: none !important;
   }
   .post-content {
       padding: 0px 15px 15px;
       z-index: 1;
       position: relative;
       border-bottom: 1px solid #ddd;
   }
   .post-content h3 {
       padding-bottom: 10px;
       font-size: 20px;
   }
   .featured-post-item .post-content .post-title {
       font-size: 24px;
       line-height: 30px;
       margin: 10px 0 4px;
       font-weight: 600;
   }
   .featured-tab .nav-tabs>li>a {
      padding: 0 0 4px;
   }
   /* Dart bg */
   .main-nav.dark-bg {
      margin-bottom: 20px;
   }
   .main-nav.dark-bg>.container>.row {
      padding: 0 20px;
   }
   .main-nav.dark-bg ul.navbar-nav>li.active,
   .main-nav.dark-bg ul.navbar-nav>li:hover {
      background: none;
   }
   .main-nav.dark-bg ul.navbar-nav li a {
      color: #fff;
   }
   .views_block .video .img-circle {
        width: 50%;
        margin: 0 auto;
    }
   /* Search */
   .nav-search {
      position: absolute;
      top: 15px;
      right: 20px;
   }
   .search-block {
      width: 220px;
   }
   .header.header-menu {
      position: relative;
      margin-bottom: 20px;
   }
   .search-area {
      position: absolute;
      right: 0;
      top: 50px;
   }
   /* Featured area */
   .featured-post-area .pad-r,
   .pad-r-small {
      padding-right: 15px;
      padding-right: 15px;
   }
   .featured-post-area .pad-l,
   .pad-l-small {
      padding-left: 15px;
   }
   .post-title {
      font-size: 18px;
      line-height: 26px;
   }
   /* Block */
   .block.color-orange .post-overaly-style.last {
      margin-top: 40px;
   }
   /* Sidebar */
   .sidebar-right {
      margin-top: 50px;
   }
   .sidebar-right .widget {
      margin-left: 0;
   }
   .block.color-aqua,
   .block.color-violet {
      margin-top: 40px;
   }
   .social-icon li a i {
      margin-bottom: 10px;
   }
   .post-block-style.post-float-half .post-thumb img {
      max-width: 100%;
      min-height: 100%;
      margin-bottom: 20px;
   }
   /* Footer */
   .footer-widget {
      display: inline-block;
      margin-bottom: 15px;
   }
   .newsletter-form input {
      width: 90%;
   }
   .footer-info-content {
      padding: 50px 20px 0;
   }
   .footer-social li a i {
      margin-bottom: 10px;
   }
   #back-to-top.affix {
      bottom: 78px;
   }
   /* Copyright */
   .copyright-info {
      text-align: center;
   }
   .footer-menu {
      float: none;
      text-align: center;
   }
   .footer-menu .nav {
      display: inline-block;
   }
   #back-to-top {
      bottom: 0;
      right: 20px;
   }
   .interview_bg {
    background: #3399ff;
    margin-bottom: 15px;
  }
  .post-overaly-style {
    margin-bottom: 15px;
  }
   /* Block title */
   .block-title {
      font-size: 11px;
   }
   .block-title>span {
       padding: 6px 8px;
   }
   .featured-tab .nav-tabs>li>a {
      font-size: 12px;
      padding-left: 4px;
   }
   /* Category style */
   .category-style2 .post-thumb {
      margin-bottom: 20px;
   }
   .post-block-style .post-content {
       padding: 0;
       margin-bottom: 10px;
   }
   .list-post-block .list-post>li {
       margin-bottom: 0;
   }
   .color-red .block-title>span, .color-red a.post-cat {
       /*background: #0171bb;*/
       padding: 6px 8px 4px;
       padding-left: 0;
   }
   .color-red .block-title>span{
   }
      
   .post-content h3 {
       font-size: 18px;
   }
  .post-block-style.post-float .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 2%;
    margin-bottom: 0;
    display: block;
    width: 18%;
  }
   .post-block-style.post-float .post-content {
       z-index: 0;
       float: left;
       width: 72%;
      border-bottom: none;
   }
   .list-post li:last-child .post-block-style .post-thumb img {
    margin-bottom: 15px;
  }
  .mt1em {
    margin-bottom: 0;
}
   .post-block-style {
      position: relative;
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
   }
   .province-blocks .col-md-2 {
       flex: 0 0 100%;
       max-width: 100%;
       border-bottom: 1px solid #fff;
       padding: 15px;
   }
   .featured-tab .nav-tabs .nav-item {
        padding-right: 0;
    }
    .province_list .featured-tab .nav-tabs>li>a {
        padding: 15px 3px;
        margin: 0;
    }
   .province_list .featured-tab .nav-tabs>li>a.active, .province_list .featured-tab .nav-tabs>li>a:hover {
      background: none;
      border-radius: 0;
      border: none;
      color: #cc0000;
      padding: 15px 3px;
   }
   .min_height_350 .post-block-style {
      min-height: auto;
      margin-bottom: 0;
  }
  .mid_image.underlined {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }
  .sidebar_ad.ad_section img:first-child {
    margin-top: 0;
}
.color-red {
}
.interview_bg blockquote {
    background: none;
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    color: #d0e9ff;
    padding-top: 0;
    margin: 10px 0;
    padding-top: 10%;
    padding: 0 15px;
}
   .color-red .p_all4 {
       background: #0171bb;
       color: #c6e8ff;
       padding: 1px 10px 3px;
       float: none;
       text-align: center;
   }
   .province-blocks .mid_image {
       text-align: center;
       margin: 15px 0;
   }
   .province-blocks .provinces {
       padding: 0;
       background-color: #00436f;
   }
   .province-block h3 {
       font-size: 18px;
       line-height: 22px;
       padding-top: 10px;
   }
   .related_topics h3 {
       font-size: 20px;
       padding-top: 6px;
   }
   .margin_top {
       margin-top: 15px;
   }
   .block-title {
       font-size: 18px;
       line-height: 100%;
       text-transform: uppercase;
       margin-bottom: 15px;
       /*border-bottom: 2px solid #0171bb;*/
   }
/*   .block-title>span:after {
       border-color: #0171bb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
       position: absolute;
       content: " ";
       width: auto;
       height: auto;
       bottom: -20px;
       margin-left: -10px;
       left: 50%;
       border-width: 10px;
       border-style: solid;
   }*/
   .block-title>span {
       padding: 6px 8px;
       padding: 6px 8px 4px;
   }
   .sidebar .widget {
       margin-bottom: 15px;
   }
   .archive .grid-img-content .img_left {
       width: 100%;
       padding: 0;
       margin: 0;
       float: none;
   }
   .archive .grid-img-content .content_right {
       width: 100%;
       float: none;
   }
   img.pull-left {
       /* margin-right: 20px; */
       margin-bottom: 15px;
   }
   .grid-img-content {
      margin-bottom: 15px;
      padding-bottom: 0;
   }
   .post-meta span {
       font-size: 12px;
       color: #636363;
       margin-right: 8px;
       padding-right: 10px;
       border-right: 1px solid #dedede;
       line-height: 14px;
       display: inline-block;
   }
   .list-post-block {
       margin-top: 5px;
   }
   .pagination {
       display: block;
       /* float: left; */
       padding-left: 0;
       margin: 10px auto;
       border-radius: 0;
       width: 100%;
       text-align: center;
   }
   .footer {
       padding: 0;
       text-align: center;
   }
   #footer p, #footer h4 {
       font-size: 16px;
       line-height: 24px;
       padding: 0;
       margin: 0;
       text-align: center;
   }
   .footer .footer-social {
      float: none;
      text-align: center;
      display: inline-flex;
    }
   .footer .widget-title {
       font-size: 16px;
       font-weight: 700;
       position: relative;
       margin: 0 0 5px;
       text-transform: uppercase;
       color: #0171bb;
   }
   .owl-carousel.owl-theme.latest-news-slide .owl-nav {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    }
  blockquote {
    position: relative;
    background: #f7f7f7;
    padding: 10px;
    border: 0;
    color: #644d4d;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .fixed_height_180 img, .fixed_height_150 img, .fixed_height_250 img {
    height: auto;
  }
  .photo_news h2.post-title a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }
  .bg-cover, .post-overaly-style .bg-cover {
    /* background: rgba(51, 51, 51, .4); */
    padding: 0 10px;
  }
  .featured-post-area .hierarchy .featured-tab .nav-tabs .nav-item a {
    padding: 6px 4px 0;
    font-size: 12px;
    min-width: 32px;
  }
  .block-title>span>a {
    font-size: 16px;
  }
  .fixed_height_180 .news_title_2, .photo_news_container .col-lg-4 .post-overaly-style {
    height: auto;
  }
}