@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

.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);
}

.vc_video-bg-container.video-bg .thw-title-shortcode {
   position: relative;
   z-index: 2;
}

/* Typography
================================================== */

body {
   background: #fff;
   color: #333;
}

body,
p {
   font-family: 'Open Sans', sans-serif;
   line-height: 24px;
   font-size: 14px;
   text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #1c1c1c;
   font-weight: 700;
   font-family: 'Arimo', sans-serif;
}

h1 {
   font-size: 36px;
   line-height: 48px;
}

h2 {
   font-size: 28px;
   line-height: 36px;
}

h3 {
   font-size: 24px;
   margin-bottom: 20px;
}

h4 {
   font-size: 18px;
   line-height: 28px;
}

h5 {
   font-size: 14px;
   line-height: 24px;
}

.alert .icon {
   margin-right: 15px;
}

/* 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: #ec0000;
}

a:hover {
   text-decoration: none;
   color: #000;
}

a.read-more {
   color: #ec0000;
   font-weight: 700;
   text-transform: uppercase;
}

a.read-more:hover {
   color: #222;
}

section,
.section-padding {
   padding: 50px 0;
   position: relative;
}

.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: 20px;
}

.unstyled {
   list-style: none;
   margin: 0;
   padding: 0;
}

.ts-padding {
   padding: 60px;
}

.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: 12px;
   border-radius: 0;
}

.form-control:focus {
   box-shadow: none;
   border: 1px solid #ec0000;
}

hr {
   background-color: #e7e7e7;
   border: 0;
   height: 1px;
   margin: 40px 0;
}

blockquote {
   position: relative;
   background: #f7f7f7;
   padding: 45px 50px 30px;
   border: 0;
   margin: 50px 0 40px;
   font-size: 22px;
   line-height: 34px;
   font-family: Arimo, sans-serif;
   font-weight: 400;
   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: #ec0000;
}

cite {
   display: block;
   font-size: 14px;
   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: #ec0000;
}

.btn-primary {
   background: #ec0000;
}

.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: #ec0000;
   font-size: 12px;
}

.list-arrow {
   padding: 0;
}

ul.list-arrow li:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   color: #ec0000;
   font-size: 16px;
}

ul.list-check li:before {
   font-family: FontAwesome;
   content: "\f00c";
   margin-right: 10px;
   color: #ec0000;
   font-size: 14px;
}

/* Bootstrap */

.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 --*/

@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 --*/

.block-title {
   font-size: 14px;
   line-height: 100%;
   text-transform: uppercase;
   margin: 0 0 40px;
   border-bottom: 2px solid #1c1c1c;
}

img.img-fluid.heh {
   height: 198px;
   object-fit: cover;
}

.m-bottom-50 {
   margin-top: 41px;
}

.block.color-orange {
   margin-bottom: 40px;
}

.block-title>span {
   background: #1c1c1c;
   color: #fff;
   height: 30px;
   line-height: 30px;
   padding: 8px 15px;
   position: relative;
   font-size: 18px;
}

.block-title>span:after {
   border-color: #272727 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;
}

/*-- Post title --*/

.post-title {
   font-size: 18px;
   line-height: 24px;
   margin: 15px 0 0;
}

.post-title a {
   color: #ffffff;
}

.post-title.title-extra-large {
   font-size: 26px;
   line-height: 30px;
   margin-top: 15px;
   margin-bottom: 10px;
}

.post-title.title-large {
   font-size: 20px;
   line-height: 26px;
   margin-top: 15px;
   margin-bottom: 5px;
}

.post-title.title-medium {
   font-size: 16px;
   line-height: 24px;
   margin-top: 15px;
   margin-bottom: 5px;
}

.post-title.title-small {
   font-size: 14px;
   line-height: 20px;
   margin-top: 15px;
   margin-bottom: 5px;
}

/*-- Post meta --*/

a.post-cat {
   position: relative;
   font-size: 10px;
   padding: 0 5px;
   background: #1c1c1c;
   text-transform: uppercase;
   font-weight: 700;
   color: #fff;
   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;
}

.post-meta .post-author a {
   color: #efcfcf;
   font-weight: 500;
   letter-spacing: 1px;
}

.post-meta span {
   font-size: 12px;
   color: #a3a3a3;
   margin-right: 8px;
   padding-right: 10px;
   border-right: 1px solid #dedede;
   line-height: 12px;
   display: inline-block;
}

.post-meta span.post-date {
   border-right: 0;
}

span.post-comment {
   border-right: 0;
   line-height: 24px;
   margin-right: 0;
   padding-right: 0;
}

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;
}

.container-fluid-video {
   max-width: 1400px;
   margin: 0 auto;
}

a.iframe_item_title {
   color: #fff;
   font-size: 16px;
   padding: 10px 0;
   display: inline-block;
}

.video_gallery_area {
   margin-left: 40px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 15px;
   flex-wrap: wrap;
}

.video_item {
   flex: 0 0 46%;
}

.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;
}

.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;
}

.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;
}

.post-block-style .post-content {
   padding: 0;
}

.post-block-style .post-title a:hover {
   color: #ec0000;
}

.post-block-style .post-content p {
   font-size: 13px;
}

.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;
}

/*-- Post list --*/

.list-post-block {
   margin-top: 30px;
}

.list-post {
   list-style: none;
   margin: 0;
   padding: 0;
}

.list-post-block .list-post>li {
   margin-bottom: 30px;
   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: 20px;
}

.post-block-style.post-float .post-thumb img {
   max-width: 100px;
   min-height: 75px;
}

.post-block-style.post-float .post-title {
   margin-top: 0;
}

.post-block-style.post-float .post-content {
   z-index: 0;
}

.post-block-style.post-float .post-cat {
   font-size: 8px;
   left: 0;
   top: 0;
}

/*-- 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 --*/

.color-red .block-title {
   border-bottom: 2px solid #ec0000;
}

.color-red .block-title>span,
.color-red a.post-cat {
   background: #ec0000;
}

.color-red .post-cat:before {
   border-top: 8px solid #ec0000;
}

.color-red .block-title>span:after {
   border-color: #ec0000 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: #ec0000;
}

/*-- 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: #ec0000;
   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: #ec0000;
   border: 0;
   color: #fff;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
   background: #fff;
   border: 0;
   color: #ec0000;
}

.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: 600;
   margin-top: 3px;
   font-size: 15px;
}

.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: 8px 0;
   border-bottom: 1px solid #dedede;
   color: #a3a3a3;
   font-size: 13px;
}

/* Date */

.ts-date {
   display: inline-block;
   border-right: 1px solid #acacac;
   padding-right: 10px;
   line-height: 12px;
   color: #000;
   font-size: 15px;
}

.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: #a3a3a3;
   padding: 0;
   line-height: 100%;
}

.top-nav li a:hover {
   color: #ec0000;
}

/* Top social */

.top-social ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.whitespace-nowrap {
   white-space: nowrap;
}


@keyframes marquee {
   0% {
      transform: translateX(100%);
   }

   100% {
      transform: translateX(-100%);
   }
}

.animate-marquee {
   animation: marquee 20s linear infinite;
}

.marque_area_section {
   background: #1e2939;
   padding: 10px;
   margin-bottom: 30px;
}

.marque_area_section a {
   color: #fff;
   font-size: 16px;
}


.top-social li {
   display: inline-block;
   padding: 0;
   color: #000;
   font-size: 17px;
}

.top-social li a {
   color: #a3a3a3;
   margin-right: 15px;
   font-size: 14px;
   -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 #ddd;
}

.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: #ec0000;
}

/* Header Default
================================================== */

.header {
   padding: 0px 0;
}

.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;
}

/*-- Logo --*/

.logo {
   padding: 28px 0;
}

.logo img {
   width: 100%;
}

.single_post_add {
   text-align: center;
   margin: 27px 0;
}

.post-media.post-featured-image img {
   width: 100%;
}

/* 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: #ddd;
   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;
}

/* Main navigation */

.site-nav-inner {
   position: relative;
}

.main-nav>.container>.row {
   border-top: 3px solid #ec0000;
   border-bottom: 1px solid #dedede;
   margin-left: 0;
   margin-right: 0;
}

.navbar {
   border-radius: 0;
   border: 0;
   margin-bottom: 0;
   padding: 0px;
}

.navbar-toggler {
   float: left;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 0;
   border-radius: 0;
   margin-right: 5px;
   /*background: #ec0000;*/
   height: 30px;
   width: 35px;
}

.navbar-toggler-icon {
   width: 30px;
   height: 35px;
   background-image: url("../images/toggle_bar.png");
}

.navbar-toggle .i-bar {
   background: #fff;
}

.navbar-collapse {
   padding-left: 0;
}

ul.navbar-nav {
   float: left;
   display: inline-block;
}

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: 16px;
   font-weight: 700;
   text-transform: uppercase;
   color: #1c1c1c;
   margin: 0;
   position: relative;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

ul.navbar-nav>li:hover>a:before,
ul.navbar-nav>li.active>a:before {
   border-color: #ec0000;
   opacity: 1;
   transform: scale(1) translateZ(0);
}

ul.navbar-nav>li>a:before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   border-bottom: 3px solid;
   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 {
   background: none;
}

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 */

ul.navbar-nav>li.mega-dropdown {
   position: static;
}

.dropdown-submenu {
   position: relative;
}

.dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -2px;
   border-radius: 0;
}

.dropdown-submenu>a:after {
   display: block;
   content: "\f105";
   font-family: FontAwesome;
   float: right;
   margin-top: 3px;
   margin-right: -5px;
}

.dropdown-submenu: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 {
   text-align: left;
   background: #fff;
   z-index: 100;
   min-width: 230px;
   border-radius: 0;
   border: 0;
   border: 0;
   padding: 20px;
   box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
   margin-top: 0;
}

.navbar-nav>li>.dropdown-menu {
   border-top: 1px solid #dedede;
}

.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: #ec0000;
}

.navbar-nav>li>.dropdown-menu>a {
   background: none;
}

.dropdown-menu li a {
   display: block;
   font-size: 14px;
   font-weight: 400;
   line-height: normal;
   text-decoration: none;
   padding: 12px 15px 12px 10px;
   border-bottom: 1px solid #e5e5e5;
   color: #333333;
}

.dropdown-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: #ec0000;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
   background: #ec0000;
   color: #fff;
}

@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;
   }
}

.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: #ec0000;
}

.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 #dedede;
   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: 600;
   padding: 10px 15px;
}

.menu-tab .nav.nav-tabs>li>a.active {
   background: #fff;
   margin-right: -1px;
   border: 1px solid #dedede;
   border-right: 0;
   color: #ec0000;
   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;
}

/* Header with Menu
================================================== */

.header.header-menu {
   padding: 0;
}

.header.header-menu .logo {
   padding: 12px 0;
}

header#header .container {
    padding: 16px 16px 0;
}

.header.header-menu>.container>.row {
   border-bottom: 1px solid #dedede;
   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%;
}

/* Featured Post area 
================================================== */

.featured-post-area {
   margin-bottom: -10px;
}

/*-- 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 #dedede;
   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: #ec0000;
}

/* Latest slider */

.owl-carousel.owl-theme.latest-news-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -82px;
   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: 30px;
   z-index: 1;
   position: relative;
}

.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: #ec0000;
   color: #fff;
   border: 0;
}

.featured-post .post-date,
.featured-post .post-title a {
   color: #fff;
}

/* 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 */

.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;
}

/* 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: #ec0000;
   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: 14px;
   margin-bottom: -5px;
}

.social-icon-box .ts-social-desc {
   display: block;
   font-size: 13px;
}

.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 {
   position: relative;
}

.featured-tab .nav-tabs {
   border: 0;
   position: absolute;
   top: 0;
   right: 0;
}

.featured-tab .nav-tabs>li>a {
   color: #999999;
   text-shadow: none;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 12px;
   border-radius: 0;
   margin: 0 1px 0;
   padding: 0 0 0 15px;
   border: 0 !important;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}

.featured-tab .tab-content {
   border-top: 0;
   padding: 0;
   overflow: hidden;
}

.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);
}

.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;
}

/* Footer
================================================== */

.footer {
   background-color: #1c1c1c;
   color: #969696;
   padding: 70px 0;
}

.footer .widget-title {
   font-size: 16px;
   font-weight: 700;
   position: relative;
   margin: 0 0 35px;
   text-transform: uppercase;
   color: #fff;
}

.footer ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer ul li {
   margin-bottom: 18px;
}

.footer ul li a {
   color: #a3a3a3;
}

/* 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: 30px;
}

.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: #ec0000;
   font-size: 12px;
}

/*-- 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 {
   border-top: 1px solid #606060;
   margin-top: 50px;
   padding: 50px 250px 0;
}

.footer-info-content p {
   margin-bottom: 2px;
   font-size: 13px;
}

.footer-logo img {
   display: inline-block;
   margin-bottom: 30px;
}

.footer-info-phone,
.footer-info-email {
   display: inline-block;
   margin: 0 5px;
}

/* Footer social */

.footer .footer-social {
   list-style: none;
   margin: 15px 0 0 0;
   padding: 0;
}

.footer .footer-social li {
   margin: 0;
}

.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: 12px;
   color: #fff;
   background: #282828;
   text-align: center;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.footer-social li a i:hover {
   background: #ec0000;
}

/*-- Copyright --*/

.copyright {
   background: #ec0000;
   color: #fff;
   padding: 15px 0;
   position: relative;
   z-index: 1;
   font-weight: 500;
   font-size: 13px;
}

.footer-menu {
   float: right;
}

.footer-menu ul li {
   display: inline-block;
   line-height: 20px;
   padding-left: 12px;
}

@media (max-width: 992px) {
   .footer-menu ul li {
      padding-top: 12px;
   }
}

.footer-menu ul.nav li a {
   background: none;
   color: #fff;
   padding: 0;
}

#back-to-top {
   position: fixed;
   right: 55px;
   bottom: 54px;
   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: rgba(0, 0, 0, 0.9);
   font-weight: 700;
   font-size: 16px;
   padding: 0;
}

#back-to-top .btn.btn-primary:hover {
   color: #fff;
   background: #ec0000;
}

/* Sub Pages 
================================================== */

/*-- Page title --*/

.breadcrumb {
   color: #777;
   margin: 0px 0 -10px 0;
   padding: 0;
   background: none;
}

.breadcrumb>li+li:before {
   content: "\f105";
   font-family: FontAwesome;
   padding: 0 8px;
   color: #777;
}

/* Category Listing
================================================== */

.category-listing .post-block-style .post-content p {
   font-size: 14px;
}

.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 #dedede;
   padding: 2px 6px;
   margin-right: 6px;
   color: #515151;
   font-size: 11px;
   font-weight: normal;
   text-transform: uppercase;
}

.subCategory>li>a:hover {
   background: #ec0000;
   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 #ddd;
   position: relative;
   float: left;
   padding: 6px 12px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
   color: #fff;
   background: #ec0000;
   border: 1px solid transparent;
}

.paging .page-numbers {
   border: 0;
   color: #7c7c7c;
   position: absolute;
   right: 0;
   top: 3px;
}

/* News Single
================================================== */

.single-post .post-title {
   font-size: 30px;
   line-height: 40px;
   padding: 15px 0 8px 0;
   margin: 0;
}

.also-read {
   padding: 20px 0;
}

.single_post_content h2.post-title.title-medium {
   font-size: 15px;
   line-height: 20px;
}

ol.breadcrumb li {
    font-size: 25px;
    color: #2196F3;
    font-weight: 600;
}

ol.breadcrumb {
   background: #f4f4f4;
   padding: 12px 15px;
}

ol.breadcrumb li a {
   /* color: #ffffff; */
}

.single_details_page_images img {
   width: 105px;
}

.single_details_page_images h2 {
   font-size: 16px;
   line-height: 25px;
}

.single_details_page_images {
   border: 1px solid #ddd;
   padding: 20px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.single-post p {
   font-size: 15px;
   line-height: 26px;
   margin-bottom: 15px;
}

.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: 22px;
   line-height: 30px;
}

/* Post tags */

.tags-area {
   margin: 20px 0;
}

.post-tags>span {
   background: #1c1c1c;
   color: #fff;
   font-size: 12px;
   padding: 3px 6px;
   text-transform: uppercase;
   margin-right: 5px;
}

.post-tags a {
   border: 1px solid #dedede;
   display: inline;
   list-style: none;
   padding: 2px 6px;
   margin-right: 5px;
   text-align: center;
   font-size: 12px;
   color: #1c1c1c;
}

.post-tags a:hover {
   background: #1c1c1c;
   color: #fff;
   border: 1px solid transparent;
}

/* Post social */

.share-items {
   border: 1px solid #dedede;
   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: 12px;
   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: 14px;
   line-height: 12px;
}

.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;
}

.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: 14px;
   color: #ccc;
   margin-bottom: 10px;
}

.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;
}

/* 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: 12px;
   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: #ec0000;
}

.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: 600;
   font-size: 16px;
   color: #303030;
}

.comments-list .comment-date {
   color: #959595;
   margin-bottom: 5px;
   font-size: 12px;
}

.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: 12px;
}

/* Sidebar
================================================== */

/* 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 #ddd;
   -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: #ec0000;
}

.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: 12px;
   margin-top: 15px;
   padding: 10px 25px;
}

/* Widget tags */

.widget-tags ul>li {
   float: left;
   margin: 3px;
}

.sidebar .widget-tags ul>li a {
   border: 1px solid #dadada;
   color: #303030;
   display: block;
   font-size: 14px;
   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: #ec0000;
   color: #fff;
   border: 1px solid transparent;
}

/*-- 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);
}

@media (min-width:992px) {
   .solid-bg .pad-r {
      padding-right: 4px;
   }

   .solid-bg .pad-l {
      padding-left: 4px;
   }
}

/* 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-top: 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);
}


/*new part*/

.container {
   max-width: 1280px;
   margin: 0 auto;
   padding: 16px;
   font-family: 'SolaimanLipi', sans-serif;
}

.section-title {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 24px;
}

.grid-container {
   display: grid;
   gap: 24px;
}

.featured-story {
   display: flex;
   flex-wrap: wrap;
   background-color: #f1f1f1;
   border-radius: 4px;
   overflow: hidden;
}

.featured-left,
.featured-middle,
.featured-right {
   width: 100%;
}

.featured-right {
   position: relative;
}

@media(min-width: 768px) {
   .featured-left {
      width: 50%;
      position: relative;
   }

   .featured-right {
      width: 20%;
      position: relative;
   }

}

.featured-middle {
   width: 30%;
   background-color: #111;
   color: #fff;
   padding: 16px;
}

.featured-image,
.featured2-image {
   width: 100%;
   object-fit: cover;
}


.dot {
   width: 8px;
   height: 8px;
   background: white;
   border-radius: 50%;
   margin-top: 10px;
   margin-right: 10px;
}

.featured-title {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 16px;
   color: #fff;
}

.latest-posts .latest-item {
   margin-bottom: 0px;
}

.time-info {
   display: flex;
   align-items: center;
   margin-bottom: 4px;
}

.dot.red {
   background: red;
}

.dot.white {
   background: white;
}

.latest-title {
   margin-left: 16px;
   color: #fff;
   margin-bottom: 0;
}

.more-updates {
   display: block;
   color: #f87171;
   margin-top: 24px;
   margin-left: 16px;
   text-decoration: underline;
}

.breaking-badge {
   position: absolute;
   top: 16px;
   right: 16px;
   background: yellow;
   color: #000;
   font-weight: bold;
   padding: 4px 8px;
   border-radius: 4px;
   font-size: 12px;
}

.overlay-gradient {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
   color: #fff;
   padding: 16px;
}

.overlay-title {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 8px;
   color: #fff;
}

.overlay-info {
   font-size: 12px;
   color: #ccc;
}

.overlay-info .category {
   color: #60a5fa;
}

.secondary-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
   margin-top: 24px;
}

@media(min-width: 768px) {
   .secondary-grid {
      grid-template-columns: repeat(4, 1fr);
   }
}

.secondary-item {
   border-bottom: 2px solid #ddd;
   border-radius: 4px;
   overflow: hidden;
}

.secondary-image-wrapper img {
   width: 100%;
   height: 200px;
   object-fit: cover;
}

.secondary-content {
   padding: 16px;
}

.secondary-title {
   margin-top: 8px;
   font-size: 18px;
   font-weight: bold;
   line-height: 23px;
}

span.category {
   color: #ca0402;
}

img.featured2-image {
   height: 100%;
   object-fit: cover;
}

.minutes-ago {
   margin-top: 12px;
   font-size: 14px;
   color: #f2f2f2;
}


.container {
   max-width: 1280px;
   margin: 0 auto;
   padding: 16px;
   font-family: 'SolaimanLipi', sans-serif;
}

.section-title {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 24px;
}

.grid-container {
   display: grid;
   gap: 24px;
}

.featured-story {
   display: flex;
   flex-wrap: wrap;
   background-color: #f1f1f1;
   border-radius: 4px;
   overflow: hidden;
}

.featured-left,
.featured-middle,
.featured-right {
   width: 100%;
}

@media(min-width: 768px) {
   .featured-left {
      width: 50%;
      position: relative;
   }

   .featured-middle {
      width: 30%;
      background-color: #111;
      color: #fff;
      padding: 16px;
   }

   .featured-right {
      width: 20%;
      position: relative;
   }
}

.featured-image,
.featured2-image {
   width: 100%;
   object-fit: cover;
   height: 100%;
}

.live-badge {
   /*position: absolute;*/
   bottom: 16px;
   left: 16px;
   background: red;
   color: #fff;
   padding: 4px 12px;
   border-radius: 4px;
   display: flex;
   align-items: center;
   gap: 8px;
}

.dot {
   width: 8px;
   height: 8px;
   background: white;
   border-radius: 50%;
}

.featured-title {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 16px;
}

.latest-posts .latest-item {
   margin-bottom: 12px;
}

.time-info {
   display: flex;
   align-items: center;
   margin-bottom: 4px;
}

.dot.red {
   background: red;
}

.dot.white {
   background: white;
}

.latest-title {
   margin-left: 16px;
   color: #fff;
}

.more-updates {
   display: block;
   color: #f87171;
   margin-top: 24px;
   margin-left: 16px;
   text-decoration: underline;
}

.breaking-badge {
   position: absolute;
   top: 16px;
   right: 16px;
   background: yellow;
   color: #000;
   font-weight: bold;
   padding: 4px 8px;
   border-radius: 4px;
   font-size: 12px;
}

.overlay-gradient {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
   color: #fff;
   padding: 16px;
}

.overlay-title {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 8px;
}

.overlay-info {
   font-size: 12px;
   color: #ccc;
}

.overlay-info .category {
   color: #60a5fa;
}

.secondary-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
   margin-top: 24px;
}

@media(min-width: 768px) {
   .secondary-grid {
      grid-template-columns: repeat(4, 1fr);
   }
}

.secondary-item {
   border-bottom: 2px solid #ddd;
   border-radius: 4px;
   overflow: hidden;
}

.secondary-image-wrapper img {
   width: 100%;
   height: 200px;
   object-fit: cover;
}

.secondary-content {
   padding: 16px;
}

.secondary-title {
   margin-top: 8px;
   font-size: 16px;
   font-weight: bold;
}

.header-section {
   display: flex;
   /*flex-wrap: wrap;*/
   justify-content: space-between;
   align-items: center;
   border-bottom: 1px solid #d1d5db;
   padding-bottom: 16px;
   margin-bottom: 24px;
   gap: 200px;
}

.district-box {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   background: #e5e7eb;
   padding: 16px;
   border-radius: 4px;
   width: 100%;
   margin-bottom: 16px;
   flex: 1;
}

.district-title {
   font-size: 28px;
   color: #111827;
   margin-bottom: 16px;
}

.upazila-news {
   margin-left: auto;
   background: #d1d5db;
   padding: 8px 16px;
   border-radius: 4px;
   cursor: pointer;
   color: #111827;
}

.crime-section {
   background: #e5e7eb;
   text-align: center;
   padding: 16px;
   border-radius: 4px;
   color: #111827;
   font-size: 24px;
}

.news-grid {
   display: grid;
   grid-template-columns: 1fr;
   gap: 24px;
}

.news-grid.home_sec {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.main-news img {
   width: 100%;
   height: auto;
   object-fit: cover;
   border-radius: 4px;
}

.news-title {
   font-size: 24px;
   font-weight: bold;
   margin: 16px 0;
   color: #111827;
}

.news-desc {
   color: #4b5563;
}

.news-meta {
   margin-top: 16px;
   border-top: 1px solid #374151;
   padding-top: 16px;
   color: #6b7280;
   font-size: 14px;
}

.latest-label {
   color: #3b82f6;
   font-weight: bold;
}

.side-list .side-item {
   display: flex;
   gap: 16px;
   margin-bottom: 16px;
}

.side-item img {
   width: 96px;
   height: 96px;
   object-fit: cover;
   border-radius: 4px;
}

.side-item h3 {
   color: #111827;
   font-weight: 500;
   font-size: 15px;
}

.big-news-text p {
   line-height: 16px;
}

.small-news h3 {
   font-size: 14px;
   padding-top: 12px;
}

.right-section img {
   width: 100%;
   height: auto;
   object-fit: cover;
   border-radius: 4px;
}

.big-news-text {
   margin-top: 8px;
}

.big-news-text h3 {
   font-size: 14px;
   font-weight: 500;
   color: #111827;
}

.big-news-text p {
   font-size: 12px;
   color: #6b7280;
}

.small-news {
   margin-top: 32px;
}

.small-news img {
   width: 100%;
   height: auto;
   object-fit: cover;
}

.bottom-list {
   margin-top: 0px;
}

.bottom-list .crime-section {
   background: #2563eb;
   color: #fff;
   padding: 12px;
   text-align: center;
   border-radius: 4px;
   margin-bottom: 16px;
}

.news-box {
   background: #f3f4f6;
   padding: 16px;
   border-radius: 4px;
}

.list-item {
   display: flex;
   border-bottom: 1px solid #d1d5db;
   padding-bottom: 16px;
   margin-bottom: 16px;
}

.list-item img {
   width: 80px;
   height: 80px;
   object-fit: cover;
   margin-right: 16px;
}

.list-item h4 {
   color: #111827;
   cursor: pointer;
   font-size: 14px;
   line-height: 17px;
}

/* Responsive */
@media (min-width: 768px) {
   .district-title {
      margin-bottom: 0;
   }

   .upazila-news.mobile {
      display: none;
   }

   .upazila-news.desktop {
      display: block;
   }

   .crime-section.mobile {
      display: none;
   }

   .crime-section.desktop {
      display: block;
   }

   .news-grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
   }
}

.main-news {
   grid-column: span 4 / span 4;
}

.side-list {
   grid-column: span 3 / span 3;
}

.right-section {
   grid-column: span 2 / span 2;
}

.bottom-list {
   grid-column: span 3 / span 3;
}

.ad-banner {
   width: 100%;
   max-width: 464px;
   height: 60px;
   background: #e5e7eb;
   /* Light Gray */
   text-align: center;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
}

.ad-text {
   font-size: 14px;
}

/* Responsive for Medium Devices */
@media (min-width: 768px) {
   .ad-banner {
      max-width: 970px;
      height: 90px;
   }
}


.video-section {
   background: #a21016;
   color: #fff;
   padding: 24px;
   /* max-width: 1200px; */
   margin: 40px auto;
}

.video-header {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin-bottom: 24px;
   position: relative;
}

.video-header h2 {
   font-size: 28px;
   margin-right: 16px;
   color: #fff;
}

.live-badge {
   background: red;
   color: white;
   padding: 4px 8px;
   border-radius: 4px;
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
   font-size: 12px;
}

.live-badge .bold {
   font-weight: bold;
}

.live-badge .stream-text {
   margin-top: -4px;
   font-size: 10px;
}

.video-content {
   display: flex;
   flex-direction: column;
   gap: 24px;
}

.video-slider {
   display: flex;
   overflow-x: auto;
   gap: 16px;
   padding-bottom: 8px;
}

.video-item {
   min-width: 200px;
   flex: 0 0 auto;
}

.video-wrapper {
   position: relative;
   margin-bottom: 8px;
}

.video-wrapper video {
   width: 100%;
   height: 120px;
   object-fit: cover;
   border-radius: 8px;
}

.play-overlay {
   position: absolute;
   bottom: 8px;
   left: 8px;
   background: rgba(0, 0, 0, 0.7);
   padding: 4px 6px;
   border-radius: 4px;
   display: flex;
   align-items: center;
}

.play-icon {
   width: 0;
   height: 0;
   border-top: 5px solid transparent;
   border-bottom: 5px solid transparent;
   border-left: 8px solid white;
}

.video-item h3 {
   font-size: 14px;
   line-height: 1.3;
   color: #fff;
}

.video-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
   max-width: 260px;
}

.grid-item {
   width: 100%;
}

.grid-item video {
   width: 100%;
   height: 120px;
   object-fit: cover;
   border-radius: 8px;
}

.grid-item h4 {
   font-size: 12px;
   line-height: 1.3;
   margin-top: 4px;
   color: #fff;
}

/* Responsive Adjustments */
@media (min-width: 640px) {
   .video-header h2 {
      font-size: 36px;
   }

   .video-slider video {
      height: 150px;
   }

   .grid-item video {
      height: 150px;
   }

   .video-item {
      min-width: 260px;
   }
}

@media (min-width: 1024px) {
   .video-content {
      flex-direction: row;
      justify-content: space-between;
   }

   .video-grid {
      max-width: none;
      width: 260px;
      grid-template-columns: 1fr 1fr;
   }
}


.opinion-section {
   background: #0a4588;
   padding: 40px 0 0;
   color: #fff;
}

.opinion-container {
   max-width: 1200px;
   margin: 0 auto;
   text-align: center;
}

.opinion-container h1 {
   font-size: 32px;
   margin-bottom: 24px;
   color: #fff;
}

.opinion-wrapper {
   position: relative;
   overflow: hidden;
   padding: 0 50px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.opinion-content {
   /*background: #e5e7eb;*/
   padding: 16px;
   border-radius: 8px;
   /*box-shadow: 0 0 8px rgba(0,0,0,0.2);*/
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.card-image {
   margin-bottom: 20px;
}

.card-left p {
   color: #fff;
}

.card-left {
   text-align: center;
}

@media (min-width: 768px) {
   .opinion-content {
      flex-direction: row;
      align-items: center;
   }
}

.opinion-card {
   /*display: flex;
  flex-direction: column*/
   ;
   align-items: center;
   flex: 1;
   gap: 8px;
   text-align: center;
}

@media (min-width: 768px) {
   .opinion-card {
      /*flex-direction: row;*/
      text-align: left;
      gap: 16px;
   }
}

.card-left {
   flex: 1;
}

.title {
   font-size: 16px;
   margin-bottom: 8px;
   color: #111827;
}

@media (min-width: 768px) {
   .title {
      font-size: 20px;
   }
}

.author {
   color: #4b5563;
   font-size: 12px;
}

@media (min-width: 768px) {
   .author {
      font-size: 14px;
   }
}

.card-image img {
   width: 80px;
   height: 80px;
   object-fit: cover;
   border-radius: 50%;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
   .card-image img {
      width: 192px;
      height: 192px;
   }
}

.divider {
   height: 1px;
   width: 100%;
   background: #d1d5db;
}

@media (min-width: 768px) {
   .divider {
      height: auto;
      width: 1px;
   }
}

.arrow-btn {
   position: absolute;
   background: #dc2626;
   color: #fff;
   border: none;
   border-radius: 50%;
   padding: 10px;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
   cursor: pointer;
   transition: background 0.3s;
   top: 50%;
   transform: translateY(-50%);
}

.arrow-btn:hover {
   background: #b91c1c;
}

.left-arrow {
   left: 0;
}

.right-arrow {
   right: 0;
}

.editor-section {
   width: 100%;
   background: #0a4588;
   padding: 40px 0;
   color: #fff;
}

.editor-container {
   max-width: 1200px;
   margin: 0 auto;
   text-align: center;
}

.editor-container h1 {
   font-size: 32px;
   margin-bottom: 24px;
   color: #fff;
}

.ad-banner.bottom {
   margin: 22px auto;
}


.editor-wrapper {
   position: relative;
   overflow: hidden;
   padding: 0 50px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.editor-content {
   display: flex;
   background: #d1d5db;
   padding: 16px;
   border-radius: 8px;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
   flex-direction: column;
   gap: 16px;
   width: 100%;
   height: auto;
}

@media (min-width: 768px) {
   .editor-content {
      flex-direction: row;
      height: 240px;
   }
}

.editor-card {
   flex: 1;
   background-size: cover;
   background-position: center;
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
}

.overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 32px;
   background: rgba(239, 68, 68, 0.5);
   /* red with opacity */
}

.card-info {
   background: rgba(0, 0, 0, 0.6);
   padding: 12px;
   text-align: center;
   color: #fff;
   position: relative;
   z-index: 1;
}

@media (min-width: 768px) {
   .card-info {
      text-align: left;
      padding-left: 16px;
   }
}

.card-info .title {
   font-size: 18px;
   margin-bottom: 8px;
   color: #fff;
}

.card-info .author {
   font-size: 14px;
   color: #d1d5db;
}

.divider {
   height: 1px;
   width: 100%;
   background: #d1d5db;
}

@media (min-width: 768px) {
   .divider {
      height: auto;
      width: 1px;
   }
}

.arrow-btn {
   position: absolute;
   background: #dc2626;
   color: #fff;
   border: none;
   border-radius: 50%;
   padding: 10px;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
   cursor: pointer;
   transition: background 0.3s;
   top: 50%;
   transform: translateY(-50%);
}

.gallery-section {
   max-width: 1200px;
   margin: 0 auto;
   padding: 20px 15px;
}

.gallery-header {
   background: #e2e2e2;
   padding: 15px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: 30px;
}

.gallery-header h2 {
   margin: 0;
   font-size: 24px;
   color: #111;
}

.gallery-header .ad-box {
   background: #ccc;
   padding: 8px 15px;
   font-size: 14px;
   color: #111;
   text-align: center;
}

.owl-carousel .item img {
   width: 100%;
   height: 200px;
   object-fit: cover;
   border-radius: 5px;
}

.gallery-caption {
   background: rgba(255, 255, 255, 0.9);
   padding: 10px;
   margin-top: 5px;
   font-size: 14px;
   text-align: center;
}

@media (min-width: 768px) {
   .gallery-header h2 {
      font-size: 28px;
   }

   .owl-carousel .item img {
      height: 300px;
   }
}


.latest-update {
   width: 100%;
   background: #e5e5e5;
   border-radius: 8px;
   padding: 16px;
   box-sizing: border-box;
}

.latest-update h3 {
   text-align: center;
   font-size: 22px;
   font-weight: bold;
   margin-bottom: 16px;
   color: #333;
}

.update-item {
   display: flex;
   align-items: flex-start;
   gap: 12px;
   margin-bottom: 16px;
   cursor: pointer;
   transition: color 0.3s ease;
}

.update-item img {
   width: 96px;
   height: 96px;
   object-fit: cover;
   border-radius: 6px;
}

.update-item h4 {
   font-size: 15px;
   font-weight: 500;
   color: #333;
   margin: 0;
   transition: color 0.3s ease;
   line-height: 20px;
}

.update-item:hover h4 {
   color: #007bff;
}

@media (max-width: 600px) {
   .update-item img {
      width: 72px;
      height: 72px;
   }

   .update-item h4 {
      font-size: 14px;
   }
}

.ad-box img {
   width: 100%;
}

.footer-text-box {
   position: relative;
   padding: 16px;
   font-size: 16px;
   background: rgba(243, 244, 246, 0.7);
   /* গ্রে ব্যাকগ্রাউন্ড 70% অপাসিটি */
   color: #111827;
   /* ডার্ক টেক্সট কালার */
   width: 100%;
   box-sizing: border-box;
}

.footer-text-box p {
   margin: 0;
   line-height: 1.5;
}

.subcategory-wrapper {
    border-bottom: 1px solid #D1D5DB; /* border-gray-300 */
    padding-bottom: 20px;
}
.subcategory-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* space between items */
    padding: 0 16px 8px;
    list-style: none;
    margin: 0;
}
.subcategory-list a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.subcategory-list li {
    color: #111827; /* text-gray-900 */
    cursor: pointer;
    transition: color 0.3s;
}
.subcategory-list li:hover {
    color: #4B5563; /* hover:text-gray-600 */
}

.left-section, .right-section {
    width: 100%;
    padding: 16px;
}
.right-section img {
    width: 100%;
    height: 100%;
}
.ad-box {
    width: 100%;
    background-color: #E5E7EB; /* bg-gray-200 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px auto;
    text-align: center;
}
.ad-text {
    font-size: 14px;
    color: #111827; /* text-gray-900 */
}
.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #111827;
    transition: color 0.2s;
    text-decoration: none;
}
.title:hover {
    color: #3B82F6; /* blue hover */
}
.desc {
    font-size: 14px;
    margin-bottom: 16px;
    color: #111827;
}

/* Responsive for large screens */
@media (min-width: 1024px) {
    .container {
        flex-direction: row;
    }
    .left-section {
        /*width: 66.66%;*/
    }
    .right-section {
        /*width: 33.33%;*/
    }
    .ad-desktop {
        display: flex;
    }
}
@media (max-width: 1023px) {
    .ad-desktop {
        display: none;
    }
}

.catagroy_main_box_content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catagroy_main_left {
    width: 100%;
    background: #E5E7EB;
    padding: 8px;
    box-sizing: border-box;
}

.catagroy_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.catagroy_card {
    background: #F3F4F6;
    padding: 8px;
    display: flex;
    /*flex-direction: column;*/
    gap: 8px;
    border-radius: 4px;
}

.catagroy_card_content {
    flex: 0 0 63%;
}

.catagroy_card_content p {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    margin: 0;
    transition: color 0.2s;
}

.catagroy_card_content p:hover {
    color: #3B82F6;
}

.catagroy_img {
    width: 100%;
    height: auto;
}

/* Responsive Grid */
@media (min-width: 640px) {
    .catagroy_grid {
       grid-template-columns: repeat(3,minmax(0,1fr));
   }
}

.catagroy_ad.catagroy_ad_large img {
    width: 100%;
}

@media (min-width: 1024px) {
    .catagroy_main_box_content {
        flex-direction: row;
    }
    .catagroy_ad_large {
        display: flex;
        height: 350px;
    }
}
@media (max-width: 1023px) {
    .catagroy_ad_large {
        display: none;
    }
}

.single_post_text_all__container {
    max-width: 960px;
    margin: 0px auto;
    padding: 16px;
  }
  .single_post_text_all__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .single_post_text_all__lead {
    font-size: 1.125rem;
    color: #888;
    margin-bottom: 16px;
  }
  .single_post_text_all__image-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .single_post_text_all__image-wrapper img {
    width: 100%;
    display: block;
    height: auto;
  }
  .single_post_text_all__ad-banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 970px;
    height: 90px;
    background-color: rgba(31, 41, 55, 0.4);
    color: #ccc;
    text-align: center;
    line-height: 90px;
    font-size: 0.875rem;
  }
  .single_post_text_all__ad-banner button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .single_post_text_all__author-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .single_post_text_all__author {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .single_post_text_all__avatar {
    width: 48px;
    height: 48px;
    background-color: #1e40af;
    border-radius: 50%;
  }
  .single_post_text_all__details p {
    margin: 0;
  }
  .single_post_text_all__name {
    font-weight: 600;
  }
  .single_post_text_all__date {
    font-size: 0.75rem;
    color: #666;
  }
  .single_post_text_all__social-links {
    display: flex;
    gap: 8px;
  }
  .single_post_text_all__social-links a, 
  .single_post_text_all__social-links button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #2563eb;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    cursor: pointer;
  }
  .single_post_text_all__social-links button {
    background-color: #84cc16;
  }
  .single_post_text_all__content p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgba(0,0,0,0.8);
    font-style: italic;
    margin-bottom: 24px;
  }
  .single_post_text_all__content h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .single_post_text_all__comment-section {
    max-width: 600px;
    margin-top: 32px;
  }
  .single_post_text_all__comment-section h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .single_post_text_all__comment-section input,
  .single_post_text_all__comment-section textarea {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.875rem;
    box-sizing: border-box;
  }
  .single_post_text_all__comment-section textarea {
    resize: vertical;
  }
  .single_post_text_all__comment-section button {
    background-color: #2563eb;
    color: white;
    padding: 8px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .single_post_text_all__comment-section button:hover {
    background-color: #1e40af;
  }
  .single_post_text_all__recent-comments {
    margin-top: 24px;
    max-width: 600px;
  }
  .single_post_text_all__recent-comments h4 {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .single_post_text_all__recent-comments p {
    font-size: 0.875rem;
    color: #888;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .single_post_text_all__author-info {
      flex-direction: column;
      gap: 12px;
    }
    .single_post_text_all__ad-banner {
      max-width: 385px;
      height: 60px;
      line-height: 60px;
    }
  }

  .related-news {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
}

.related-news h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.news-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.news-content h3 {
    font-size: 16px;
    margin: 0;
    transition: color 0.3s ease;
}

.news-content h3:hover {
    color: #3498db;
}

.advertisement img {
    width: 100%;
    margin: 23px 0 0;
}

.video-section {
    background: rgba(0, 0, 255, 0.1);
    padding: 10px;
    border-radius: 5px;
}

.video-header {
    background: #0055aa;
    color: white;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.video-header .live {
    background: red;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
}

.video-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-item {
    position: relative;
}

.video-item video {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border: 1px solid #0055aa;
    border-radius: 5px;
}

.video-title {
    color: #000;
    font-size: 15px;
    padding: 3px;
    text-align: center;
    margin-top: 2px;
}


.popular-news-section {
    padding: 15px;
}

.popular-news-container {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

@media (min-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.news-item {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
}

.popular-news-container .news-item {
       display: block;
   }

.news-rank {
    font-size: 24px;
    font-weight: 300;
    color: #777;
    text-align: center;
    margin-bottom: 10px;
}

.news-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 8px;
}

.news-category {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}

.news-title {
    font-size: 14px;
    color: #222;
    text-align: center;
    margin: 0;
    transition: color 0.3s;
}

.news-title:hover {
    color: #3498db;
}
.subcategory-wrapper {
    background: #f8f9fa;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.district-title {
    color: #007bff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.subcategory-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.subcategory-list li {
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.subcategory-list li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.subcategory-list li:hover {
    background-color: #007bff;
}

.subcategory-list li:hover a {
    color: white;
}
