
.feature-video p {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.feature-video .title-section {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.feature-video .title-section h1 {
  color: #222222;
  font-size: 1.25rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  margin-bottom: -1px;
}
    .feature-video .title-section h1 span {
        display: inline-block;
        color: #f7f8ea;
        padding-bottom: 16px;
        padding-right: 5px;
        border-bottom: 1px solid #f44336;
    }

/* =  home - default
/*-------------------------------------------------*/

/*features-today section*/
section.feature-video .owl-theme .owl-controls .owl-pagination {
  display: none !important;
}
section.feature-video .owl-carousel {
  width: auto;
}
section.feature-video .owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -64px;
  margin-right: 2px;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}
/*block wrapper section */
section.feature-video div.block-content {
  padding: 30px 0 60px;
  position: relative;
}
section.feature-video div.block-content .advertisement {
  margin-bottom: 30px;
}
section.feature-video div.block-content:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}
section.feature-video div.block-content.non-sidebar:after {
  display: none;
}
section.feature-video section.left-sidebar div.block-content:after {
  left: 0 !important;
  margin-left: -15px !important;
}
section.feature-video div.block-content:after {
  padding: 30px 0 60px;
}
section.feature-video .carousel-box {
  margin-bottom: 25px;
}
section.feature-video .carousel-box .news-post,
.carousel-box ul.list-posts {
  margin-bottom: 10px;
}
section.feature-video .block-content .owl-carousel {
  margin-left: -5px;
  margin-right: -5px;
}
section.feature-video .block-content .owl-carousel .item {
  margin: 0 5px 10px;
}

/* feature-video style */
section.feature-video {
  padding: 30px 0 45px;
  background: #222222;
  overflow: hidden;
}

section.white-bgc {
    background-color: white !important;
}

section.feature-video .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
section.feature-video .owl-carousel .item {
  margin: 0 15px;
}
section.feature-video .features-video-box {
  position: relative;
}
section.feature-video .features-video-box:before {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  right: 100%;
  top: 0;
  z-index: 2;
}
section.feature-video .features-video-box:after {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  left: 100%;
  top: 0;
}
section.feature-video .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
section.feature-video .owl-theme .owl-controls {
  margin-right: 12px;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div {
  color: #666666;
  border: 1px solid #666666;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  color: #999999;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #999999;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}

/* =  News posts style
/*-------------------------------------------------*/
/* news post general style */
section.feature-video .news-post {
  position: relative;
}
section.feature-video .news-post .post-gallery {
  position: relative;
}
section.feature-video .news-post img {
  width: 100%;
}
section.feature-video .news-post a.category-post {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section.feature-video a.read-more-button {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
section.feature-video a.read-more-button i {
  margin-right: 9px;
}
section.feature-video a.read-more-button:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}
/* image post3 style */
section.feature-video .image-post3,
.video-post {
  position: relative;
}
section.feature-video .image-post3 .hover-box,
section.feature-video .video-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(34, 34, 34, 0.8);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.feature-video .image-post3 .hover-box h2,
section.feature-video .video-post .hover-box h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
section.feature-video .image-post3 .hover-box h2 a,
section.feature-video .video-post .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
section.feature-video .image-post3 .hover-box h2 a:hover,
section.feature-video .video-post .hover-box h2 a:hover {
  opacity: 0.7;
}
section.feature-video .image-post3 .hover-box ul.post-tags li,
section.feature-video .video-post .hover-box ul.post-tags li {
  color: #ccc;
}
.image-post3 .hover-box ul.post-tags li a,
section.feature-video .video-post .hover-box ul.post-tags li a {
  color: #ccc;
}
section.feature-video .image-post3:hover .hover-box,
section.feature-video .video-post:hover .hover-box {
  background: rgba(244, 67, 54, 0.9);
}
section.feature-video .video-post {
  margin-bottom: 10px;
}
section.feature-video .video-post a.video-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 30px;
  padding: 1px;
  outline: none;
}
section.feature-video .video-post a:hover {
  opacity: 0.6;
}
section.feature-video button.mfp-close,
section.feature-video button.mfp-arrow {
  outline: none;
}

