/*-----------------------------------------------------------------------------------

    Template Name: Newspark - News Magazine Template
    Template URI: http://html.quomodosoft.com/oifolio/
    Description: News Magazine Template
    Author: quomodotheme
    Author URI: http://html.quomodosoft.com/oifolio/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/

:root{
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
}

.home-2-bg
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body{
  font-family: var(--font-sans) !important;
  font-weight: 400;          /* normal okuma */
  font-size: 15px;           /* aynı kalsın */
  color: #515A60;            /* aynı kalsın */
  line-height: 24px;         /* aynı kalsın */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
/* genel başlık ölçülerini yumuşat */
h1{ font-size: 28px; line-height:1.2; }
h2{ font-size: 22px; line-height:1.25; }
h3{ font-size: 18px; line-height:1.25; }

.home-1-bg {
  background: #FCFCFC; }

.home-2-bg {
  background: #F2F6F8; }

.home-3-bg {
  background: #FAFAFA; }

.home-dark {
  background: #17222B; }

img {
  max-width: 100%; }

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  color: #17222B; }
  a:hover {
    color: #1091FF; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

 h1,h2,h3,h4,h5,h6,
.navbar, .btn, .badge, .dropdown-menu, .form-control{
  font-family: var(--font-sans) !important;
  font-weight: 500;
  color: #222;
  margin: 0px 0 15px;
  line-height: normal;
}

.title {
  text-transform: capitalize; }

p {
  margin: 0 0 15px; }

.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.slick-slide {
  outline: 0; }

.page-link:focus {
  box-shadow: none; }

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1260px !important; } }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute; }

.ad a {
  display: block; }
  .ad a img {
    width: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 55px;
  font-size: 26px;
  line-height: 75px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #FF5555; }
  .main-btn:hover {
    background-color: #fff;
    color: #FF5555;
    border-color: #fff; }
  .main-btn.main-btn-2 {
    width: 100%;
    line-height: 46px;
    background: #F2F9FF;
    color: #1091FF;
    border: 1px solid #BADFFF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400; }
    .main-btn.main-btn-2:hover {
      background: #1091FF;
      border-color: #1091FF;
      color: #fff; }

.main-btn-2 {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 4px solid #222;
  padding: 0 55px;
  font-size: 26px;
  line-height: 75px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #222; }
  .main-btn-2:hover {
    background-color: transparent;
    color: #222;
    border-color: #222; }

.section-title {
  margin-bottom: 15px; }
  .section-title .title {
    font-size: 30px;
    font-weight: 700;

    margin-bottom: 0; }
  .section-title a {
    font-size: 15px;
    font-weight: 700;
    color: rgba(23, 34, 43, 0.5); }
    .section-title a:hover {
      color: #1091FF; }
  .section-title.section-title-2 .title {
    color: #fff; }
  .section-title.section-title-2 a {
    color: rgba(255, 255, 255, 0.5); }
  .section-title.section-title-3 {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px; }
    .section-title.section-title-3::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 5px;
      width: 30px;
      background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }

.counter-post-main-item::-webkit-scrollbar,
.post_gallery_items::-webkit-scrollbar {
  width: 2px;
  /* width of the entire scrollbar */ }

.counter-post-main-item::-webkit-scrollbar-track,
.post_gallery_items::-webkit-scrollbar-track {
  background: #F6F7F7;
  /* color of the tracking area */ }

.counter-post-main-item::-webkit-scrollbar-thumb,
.post_gallery_items::-webkit-scrollbar-thumb {
  background-color: #A9ACB0;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 0px;
  /* creates padding around scroll thumb */ }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1091ff;
  z-index: 999; }

.preloader.dark-p {
  background: #17222b; }

.preloader.v4 {
  background: linear-gradient(90deg, #FF5555, #AB50EF); }

.preloader > div {
  width: 300px;
  height: 300px;
  flex: 0 0 25%;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: 0 0;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  animation: 1s spin linear infinite; }

.bt-spinner {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #222;
  border-top-color: #fff;
  animation: 1s spin linear infinite; }

.db-spinner {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #222;
  border-top-color: #009688;
  border-bottom-color: #009688;
  animation: 1s spin linear infinite; }

.double-spinner {
  position: relative; }

.dbl-spinner {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid transparent;
  border-top: 4px solid #222;
  border-left: 4px solid #222;
  animation: 2s spin linear infinite; }

.dbl-spinner--2 {
  border: 4px solid transparent;
  border-right: 4px solid #009688;
  border-bottom: 4px solid #009688;
  animation: 1s spin linear infinite; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.trending-area.pt-85 {
  position: relative;
  z-index: 0; }

/*===========================
   
/*===========================
    3.POST GALLERY css 
===========================*/
.post_gallery_play {
  height: 500px;
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end; }
  .post_gallery_play .bg-image {
    background-image: url(../images/gallery-post.jpg);
    left: 0;
    top: 0;
    z-index: -1; }
    .post_gallery_play .bg-image::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 300px;
      width: 100%;
      background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
      opacity: .85; }
  .post_gallery_play .post__gallery_play_content {
    padding-left: 40px;
    padding-bottom: 21px;
    color: #fff;
    font-weight: 400;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .post_gallery_play .post__gallery_play_content {
        padding-left: 20px;
        padding-bottom: 6px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .post_gallery_play .post__gallery_play_content {
        padding-left: 40px;
        padding-bottom: 21px; } }
    .post_gallery_play .post__gallery_play_content .post-meta {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .post_gallery_play .post__gallery_play_content .post-meta .meta-categories a {
        color: #fff;
        font-weight: 500;
        font-size: 14px; }
      .post_gallery_play .post__gallery_play_content .post-meta .meta-date {
        padding-left: 32px;
        position: relative;
        font-size: 14px; }
        .post_gallery_play .post__gallery_play_content .post-meta .meta-date::before {
          position: absolute;
          content: '';
          left: 15px;
          top: 50%;
          transform: translateY(-50%) rotate(40deg);
          width: 2px;
          height: 15px;
          background: #fff;
          border-radius: 30px; }
    .post_gallery_play .post__gallery_play_content .title {
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 3px;
      font-weight: 700; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post_gallery_play .post__gallery_play_content .title {
          font-size: 28px;
          line-height: 38px; } }
      @media (max-width: 767px) {
        .post_gallery_play .post__gallery_play_content .title {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .post_gallery_play .post__gallery_play_content .title {
          font-size: 24px;
          line-height: 34px; } }
      .post_gallery_play .post__gallery_play_content .title a {
        color: #fff; }
        .post_gallery_play .post__gallery_play_content .title a:hover {
          color: #1091FF; }
  .post_gallery_play .post_play_btn {
    position: absolute;
    right: 15px;
    top: 15px; }
    .post_gallery_play .post_play_btn a {
      height: 55px;
      width: 55px;
      text-align: center;
      line-height: 55px;
      background: #FF5555;
      color: #fff;
      border-radius: 50%;
      display: inline-block; }
  .post_gallery_play.post_gallery_play-2 {
    height: 450px;
    border-radius: 7px;
    overflow: hidden; }
    .post_gallery_play.post_gallery_play-2 .bg-image {
      background-image: url(../images/gallery-post-2.jpg); }
    .post_gallery_play.post_gallery_play-2 .post__gallery_play_content {
      padding-left: 30px;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .post_gallery_play.post_gallery_play-2 .post__gallery_play_content {
          margin-bottom: 30px; } }
      .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
        font-size: 30px;
        line-height: 40px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
            font-size: 22px;
            line-height: 30px; } }
        @media (max-width: 767px) {
          .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
            font-size: 20px;
            line-height: 26px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
            font-size: 24px;
            line-height: 30px; } }
      .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .post-meta {
        position: relative; }
        .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .post-meta::before {
          position: absolute;
          content: '';
          left: -30px;
          top: 50%;
          transform: translateY(-50%);
          width: 3px;
          height: 18px;
          background: #1091FF; }
  .post_gallery_play.post_gallery_play_dark .bg-image {
    background-image: url(../images/gallery-post-dark.jpg); }

.post-news-list {
  padding: 15px;
  background: #fff;
  border-radius: 7px; }
  .post-news-list .gallery_item.populer_item-style {
    margin-bottom: 16px; }
  .post-news-list .gallery_item .gallery_item_thumb {
    min-width: 75px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-news-list .gallery_item .gallery_item_thumb {
        min-width: 65px; } }
    .post-news-list .gallery_item .gallery_item_thumb img {
      border-radius: 4px; }

.post-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .post-meta .meta-categories a {
    color: #fff;
    font-weight: 500;
    font-size: 14px; }
  .post-meta .meta-date {
    padding-left: 32px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff; }
    .post-meta .meta-date::before {
      position: absolute;
      content: '';
      left: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(40deg);
      width: 2px;
      height: 15px;
      background: #fff;
      border-radius: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post_gallery_sidebar {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .post_gallery_sidebar {
    padding-top: 40px; } }
.post_gallery_sidebar .nav {
  justify-content: space-between;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .post_gallery_sidebar .nav {
      justify-content: center; } }
  @media (max-width: 767px) {
    .post_gallery_sidebar .nav {
      justify-content: center; } }
  .post_gallery_sidebar .nav li a {
    background: #fff;
    box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
    padding: 0 30px;
    line-height: 36px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(23, 34, 43, 0.85); }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post_gallery_sidebar .nav li a {
        padding: 0 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post_gallery_sidebar .nav li a {
        margin: 0 5px; } }
    @media (max-width: 767px) {
      .post_gallery_sidebar .nav li a {
        margin: 0 5px;
        padding: 0 18px; } }
    .post_gallery_sidebar .nav li a.active {
      background: #1091FF; }
.post_gallery_sidebar.post_gallery_sidebar_dark .nav li a {
  background: #233340;
  color: #fff; }
  .post_gallery_sidebar.post_gallery_sidebar_dark .nav li a.active {
    background: #1091FF; }

.gallery_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative; }
  .gallery_item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    border-bottom: 1px dashed #DADCDD;
    width: 100%; }
  .gallery_item .gallery_item_thumb {
    min-width: 100px;
    margin-right: 15px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .gallery_item .gallery_item_thumb {
        min-width: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gallery_item .gallery_item_thumb {
        min-width: 80px; } }
    @media (max-width: 767px) {
      .gallery_item .gallery_item_thumb {
        min-width: 80px; } }
    .gallery_item .gallery_item_thumb .icon {
      position: absolute;
      left: 5px;
      top: -13px; }
      .gallery_item .gallery_item_thumb .icon i {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background: #FF5555;
        font-size: 10px;
        color: #fff; }
  .gallery_item .gallery_item_content {
    position: relative; }
    .gallery_item .gallery_item_content .post-meta {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .gallery_item .gallery_item_content .post-meta .meta-categories a {
        color: #1091FF;
        font-weight: 500;
        font-size: 12px; }
      .gallery_item .gallery_item_content .post-meta .meta-date {
        padding-left: 32px;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: #515A60; }
        .gallery_item .gallery_item_content .post-meta .meta-date::before {
          position: absolute;
          content: '';
          left: 15px;
          top: 50%;
          transform: translateY(-50%) rotate(40deg);
          width: 2px;
          height: 15px;
          background: #515A60;
          border-radius: 30px; }
    .gallery_item .gallery_item_content .title {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
      .gallery_item .gallery_item_content .title a {
        color: #17222B; }
        .gallery_item .gallery_item_content .title a:hover {
          color: #1091FF; }
  .gallery_item:last-child {
    margin-bottom: 0; }
    .gallery_item:last-child::before {
      display: none; }
  .gallery_item.gallery_item-style-2 {
    margin-top: 5px; }
    .gallery_item.gallery_item-style-2 .gallery_item_thumb {
      min-width: 80px; }
      @media (max-width: 767px) {
        .gallery_item.gallery_item-style-2 .gallery_item_thumb {
          min-width: 60px; } }
    .gallery_item.gallery_item-style-2 .gallery_item_content {
      padding-right: 20px; }
      .gallery_item.gallery_item-style-2 .gallery_item_content > span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        font-weight: 500;
        color: #CED0D2; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .gallery_item.gallery_item-style-2 .gallery_item_content > span {
            position: static;
            font-size: 24px;
            display: inline-block;
            transform: translateY(0); } }
        @media (max-width: 767px) {
          .gallery_item.gallery_item-style-2 .gallery_item_content > span {
            position: static;
            font-size: 24px;
            display: inline-block;
            transform: translateY(0); } }
    .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .post-meta .meta-date span {
      color: #8B9195; }
    .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a {
      color: #fff; }
      .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a:hover {
        color: #1091FF; }
    .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content span {
      color: #495259; }
    .gallery_item.gallery_item-style-2.footer_gallery_item::before {
      border-bottom: 2px dashed #3A434B; }
  .gallery_item.populer_item-style {
    margin-bottom: 18px;
    margin-top: 8px; }
    .gallery_item.populer_item-style::before {
      display: none; }
    .gallery_item.populer_item-style .gallery_item_thumb {
      position: relative; }
      .gallery_item.populer_item-style .gallery_item_thumb span {
        position: absolute;
        left: 10px;
        top: -12px;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 16px;
        background: #FF5555;
        color: #fff;
        font-size: 12px;
        border-radius: 50%;
        background: #FF5555;
        font-weight: 500;
        border: 2px solid #fff; }
    .gallery_item.populer_item-style .gallery_item_content {
      padding-right: 0; }
      .gallery_item.populer_item-style .gallery_item_content .title {
        font-size: 15px;
        line-height: 21px; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .gallery_item.populer_item-style .gallery_item_content .title {
            font-size: 12px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .gallery_item.populer_item-style .gallery_item_content .title {
            font-size: 11px;
            line-height: 15px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .gallery_item.populer_item-style .gallery_item_content span {
          font-size: 12px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .gallery_item.populer_item-style .gallery_item_content span {
          font-size: 12px; } }
  .gallery_item.gallery_item_dark .gallery_item_content .title a {
    color: #fff; }
    .gallery_item.gallery_item_dark .gallery_item_content .title a:hover {
      color: #1091FF; }
  .gallery_item.gallery_item_dark .gallery_item_content .post-meta .meta-date {
    color: rgba(255, 255, 255, 0.75); }
  .gallery_item.gallery_item_dark .gallery_item_content > span {
    color: #A2A6AA; }
  .gallery_item.gallery_item_dark::before {
    border-bottom-color: #3A434B; }

.gallery_item_3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  position: relative; }
  .gallery_item_3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -11px;
    border-bottom: 1px solid #DADCDD;
    width: 100%; }
  .gallery_item_3 .gallery_item_thumb {
    min-width: 90px;
    margin-right: 15px;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .gallery_item_3 .gallery_item_thumb {
        min-width: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gallery_item_3 .gallery_item_thumb {
        min-width: 80px; } }
    @media (max-width: 767px) {
      .gallery_item_3 .gallery_item_thumb {
        min-width: 80px; } }
    .gallery_item_3 .gallery_item_thumb .icon {
      position: absolute;
      left: 5px;
      top: -13px; }
      .gallery_item_3 .gallery_item_thumb .icon i {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background: #FF5555;
        font-size: 10px;
        color: #fff; }
  .gallery_item_3 .gallery_item_content {
    position: relative; }
    .gallery_item_3 .gallery_item_content .post-meta {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .gallery_item_3 .gallery_item_content .post-meta .meta-categories a {
        color: #FF5555;
        font-weight: 500;
        font-size: 12px; }
      .gallery_item_3 .gallery_item_content .post-meta .meta-date {
        padding-left: 32px;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: rgba(23, 34, 43, 0.6); }
        .gallery_item_3 .gallery_item_content .post-meta .meta-date::before {
          position: absolute;
          content: '';
          left: 15px;
          top: 50%;
          transform: translateY(-50%) rotate(0deg);
          width: 2px;
          height: 15px;
          background: #B9BCBF;
          border-radius: 30px; }
    .gallery_item_3 .gallery_item_content .title {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .gallery_item_3 .gallery_item_content .title {
          font-size: 13px;
          line-height: 17px; } }
      .gallery_item_3 .gallery_item_content .title a {
        color: #17222B; }
        .gallery_item_3 .gallery_item_content .title a:hover {
          color: #FF5555; }
  .gallery_item_3:last-child {
    margin-bottom: 0; }
    .gallery_item_3:last-child::before {
      display: none; }
  .gallery_item_3.gallery_item-style-2 {
    margin-top: 5px; }
    .gallery_item_3.gallery_item-style-2 .gallery_item_thumb {
      min-width: 80px; }
      @media (max-width: 767px) {
        .gallery_item_3.gallery_item-style-2 .gallery_item_thumb {
          min-width: 60px; } }
    .gallery_item_3.gallery_item-style-2 .gallery_item_content {
      padding-right: 20px; }
      .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        font-weight: 500;
        color: #CED0D2; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
            position: static;
            font-size: 24px;
            display: inline-block;
            transform: translateY(0); } }
        @media (max-width: 767px) {
          .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
            position: static;
            font-size: 24px;
            display: inline-block;
            transform: translateY(0); } }
    .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .post-meta .meta-date span {
      color: #8B9195; }
    .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a {
      color: #fff; }
      .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a:hover {
        color: #1091FF; }
    .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content span {
      color: #495259; }
    .gallery_item_3.gallery_item-style-2.footer_gallery_item::before {
      border-bottom: 2px dashed #3A434B; }
  .gallery_item_3.populer_item-style {
    margin-bottom: 18px;
    margin-top: 8px; }
    .gallery_item_3.populer_item-style::before {
      display: none; }
    .gallery_item_3.populer_item-style .gallery_item_thumb {
      position: relative; }
      .gallery_item_3.populer_item-style .gallery_item_thumb span {
        position: absolute;
        left: 10px;
        top: -12px;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 16px;
        background: #FF5555;
        color: #fff;
        font-size: 12px;
        border-radius: 50%;
        background: #FF5555;
        font-weight: 500;
        border: 2px solid #fff; }
    .gallery_item_3.populer_item-style .gallery_item_content {
      padding-right: 0; }
      .gallery_item_3.populer_item-style .gallery_item_content .title {
        font-size: 15px;
        line-height: 21px; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .gallery_item_3.populer_item-style .gallery_item_content .title {
            font-size: 12px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .gallery_item_3.populer_item-style .gallery_item_content .title {
            font-size: 11px;
            line-height: 15px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .gallery_item_3.populer_item-style .gallery_item_content span {
          font-size: 12px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .gallery_item_3.populer_item-style .gallery_item_content span {
          font-size: 12px; } }

.post__gallery__area .slick-initialized .slick-slide {
  display: flex; }

.post_gallery_inner_slider .slick-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  text-align: center;
  background: #fff;
  line-height: 70px;
  z-index: 9;
  cursor: pointer;
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .post_gallery_inner_slider .slick-arrow.prev {
    left: 0; }
  .post_gallery_inner_slider .slick-arrow.next {
    right: 0; }
  .post_gallery_inner_slider .slick-arrow:hover {
    background: #1091FF;
    color: #fff; }

.single-play-post-area {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-play-post-area {
      padding-bottom: 60px;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .single-play-post-area {
      padding-bottom: 60px;
      padding-top: 50px; } }
  .single-play-post-area .single-play-box {
    padding: 30px;
    background: #FCFCFC;
    margin: 0 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .single-play-post-area .single-play-box {
        margin: 0 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-play-post-area .single-play-box {
        margin: 0 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-play-post-area .single-play-box {
        padding: 0;
        margin: 0 0; } }
    @media (max-width: 767px) {
      .single-play-post-area .single-play-box {
        padding: 0;
        margin: 0 0; } }
  .single-play-post-area .single-play-post-slider .slick-arrow {
    position: absolute;
    top: 50%;
    height: 70px;
    width: 30px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    box-shadow: -16px 8px 17px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-50%); }
    .single-play-post-area .single-play-post-slider .slick-arrow:hover {
      background: #1091FF;
      color: #fff; }
    .single-play-post-area .single-play-post-slider .slick-arrow.prev {
      left: 15px; }
    .single-play-post-area .single-play-post-slider .slick-arrow.next {
      right: 15px; }
  .single-play-post-area.single-play-post-dark-area .single-play-box {
    background: #17222B; }

.single-play-post-item {
  position: relative; }
  .single-play-post-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.85; }
  .single-play-post-item img {
    width: 100%; }
  .single-play-post-item .single-play-post-content {
    position: absolute;
    left: 25px;
    bottom: 5px; }
    .single-play-post-item .single-play-post-content .title {
      font-size: 30px;
      font-weight: 700;
      line-height: 36px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-play-post-item .single-play-post-content .title {
          font-size: 22px;
          line-height: 32px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-play-post-item .single-play-post-content .title {
          font-size: 22px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .single-play-post-item .single-play-post-content .title {
          font-size: 22px;
          line-height: 30px; } }
      .single-play-post-item .single-play-post-content .title a {
        color: #fff; }
        .single-play-post-item .single-play-post-content .title a:hover {
          color: #1091FF; }
  .single-play-post-item .play-btn {
    position: absolute;
    right: 10px;
    top: 10px; }
    .single-play-post-item .play-btn a {
      height: 45px;
      width: 45px;
      text-align: center;
      line-height: 45px;
      border-radius: 50%;
      color: #fff;
      font-size: 15px;
      background: #FF5555;
      display: inline-block; }
  .single-play-post-item .trending-btn {
    position: absolute;
    left: 10px;
    top: 10px; }
    .single-play-post-item .trending-btn a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      color: #fff;
      font-size: 13px;
      background: #FF5555;
      display: inline-block; }

/*===========================
    4.FEATURE css 
===========================*/
.feature-area {
  padding-top: 40px; }

.feature-post {
  position: relative;
  z-index: 10; }
  .feature-post::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.85;
    z-index: 1; }
  .feature-post .feature-post-thumb {
    overflow: hidden; }
    .feature-post .feature-post-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .feature-post .feature-post-content {
    position: absolute;
    left: 15px;
    bottom: 0px;
    z-index: 5; }
    .feature-post .feature-post-content .title {
      font-size: 16px;
      font-weight: 700;
      line-height: 22px; }
      .feature-post .feature-post-content .title a {
        color: #fff; }
        .feature-post .feature-post-content .title a:hover {
          color: #1091FF; }
  .feature-post:hover .feature-post-thumb img {
    transform: scale(1.1); }

.feature-post-slider .slick-arrow {
  position: absolute;
  top: -50px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #C1C4C6;
  font-size: 20px;
  color: #C1C4C6; }
  .feature-post-slider .slick-arrow.prev {
    right: 45px; }
  .feature-post-slider .slick-arrow.next {
    right: 0; }

/*===========================
    5.TRENDING NEWS css 
===========================*/
.trending-news-area {
  padding-top: 40px; 
}
.trending-news-renk1{
background: #fff;

}
  .trending-news-area .section-title {
    margin-bottom: 30px;
    background: #fff; }
}

.trending-news-item .trending-news-thumb {
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  border-radius: 8px;
  background: #fff;}
  .trending-news-item .trending-news-thumb .circle-bar {
    position: absolute;
    left: 10px;
    top: 10px; }
    .trending-news-item .trending-news-thumb .circle-bar .circle strong {
      position: absolute;
      left: 50%;
      top: 42%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
  .trending-news-item .trending-news-thumb .icon {
    position: absolute;
    left: 10px;
    top: 10px; }
    .trending-news-item .trending-news-thumb .icon a {
      height: 30px;
      width: 30px;
      background: #FF5555;
      color: #fff;
      line-height: 30px;
      display: inline-block;
      font-size: 14px;
      text-align: center;
      border-radius: 50%; }
  .trending-news-item .trending-news-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.trending-news-item .trending-news-content .post-meta {
  margin-bottom: 10px;
  background: #fff;
   }
  .trending-news-item .trending-news-content .post-meta .meta-categories a {
    color: #1091FF; }
  .trending-news-item .trending-news-content .post-meta .meta-date {
    color: #515A60; }
    .trending-news-item .trending-news-content .post-meta .meta-date::before {
      background: #B7BABD; }

      /*===========================
     font-size: 18px;  başlık yazı boyutu
===========================*/
.trending-news-item .trending-news-content .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  background: #fff;
  height:100px;
  padding: 10px 10px;
  border-bottom-left-radius: 8px;   /* Sol alt köşe */
  border-bottom-right-radius: 8px;  /* Sağ alt köşe */ }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .trending-news-item .trending-news-content .title {
      font-size: 18px; } }
  .trending-news-item .trending-news-content .title a {
    color: #17222B; }
    .trending-news-item .trending-news-content .title a:hover {
      color: #1091FF; }
.trending-news-item:hover .trending-news-thumb img {
  transform: scale(1.1); }
.trending-news-item.trending-news-item-dark .trending-news-content .post-meta .meta-date {
  color: rgba(255, 255, 255, 0.75); }
.trending-news-item.trending-news-item-dark .trending-news-content .title a {
  color: #fff; }
  .trending-news-item.trending-news-item-dark .trending-news-content .title a:hover {
    color: #1091FF; }
.trending-news-item.trending-news-item-dark .trending-news-content p {
  color: rgba(255, 255, 255, 0.85); }
.trending-news-item.trending-news-item-dark .trending-news-content > a {
  border-color: #C5C8CA !important;
  color: #fff !important; }
  .trending-news-item.trending-news-item-dark .trending-news-content > a:hover {
    border-color: #1091FF !important;
    background: #1091FF; }
.trending-news-item.technology-item {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden; }
  .trending-news-item.technology-item .trending-news-content {
    padding: 25px; }
    .trending-news-item.technology-item .trending-news-content .title {
      font-size: 24px;
      line-height: 30px;
      font-weight: 500; }

.trending-news-slider .slick-arrow {
  position: absolute;
  top: -55px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #C1C4C6;
  font-size: 20px;
  color: #C1C4C6; }
  .trending-news-slider .slick-arrow.prev {
    right: 45px; }
  .trending-news-slider .slick-arrow.next {
    right: 0; }

.trending-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .trending-social ul {
      justify-content: flex-start; } }
  @media (max-width: 767px) {
    .trending-social ul {
      justify-content: flex-start; } }
  .trending-social ul li {
    display: inline-block; }
    .trending-social ul li a {
      display: inline-block;
      background: #3B5998;
      width: 110px;
      height: 50px;
      position: relative;
      padding-left: 40px;
      padding-top: 4px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .trending-social ul li a {
          width: 92px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .trending-social ul li a {
          margin-right: 10px; } }
      @media (max-width: 767px) {
        .trending-social ul li a {
          margin-right: 10px;
          width: 90px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .trending-social ul li a {
          width: 110px; } }
      .trending-social ul li a i {
        position: absolute;
        list-style-type: 0;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #fff; }
      .trending-social ul li a span {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        line-height: 15px; }
      .trending-social ul li a p {
        font-size: 11px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        text-transform: capitalize;
        margin-bottom: 0;
        line-height: 15px; }
      .trending-social ul li a.item-2 {
        background: #1DA1F2; }
      .trending-social ul li a.item-3 {
        background: #FF5050; }
      .trending-social ul li a.item-4 {
        background: #9B45D5; }
      .trending-social ul li a.item-5 {
        background: #1AB7EA; }
      .trending-social ul li a.item-6 {
        background: #00AB6C; }

.trending-news-post-items {
  border-top: 2px dashed #DADCDD;
  padding-top: 25px;
  margin-top: 16px; }
  .trending-news-post-items.trending-news-post-items-dark {
    border-top-color: #3A434B; }

.trending-sidebar-slider .slick-arrow {
  position: absolute;
  top: -55px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #C1C4C6;
  font-size: 20px;
  color: #C1C4C6; }
  .trending-sidebar-slider .slick-arrow.prev {
    right: 45px; }
  .trending-sidebar-slider .slick-arrow.next {
    right: 0; }

.trending-3-area .trending-news-3 {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  padding: 30px; }
  .trending-3-area .trending-news-3 .post_gallery_items {
    max-height: 460px;
    overflow-y: scroll; }

.trending-news-3-item {
  border-radius: 8px;
  overflow: hidden; }
  .trending-news-3-item .trending-news-thumb {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative; }
    .trending-news-3-item .trending-news-thumb .icon {
      position: absolute;
      left: 10px;
      top: 10px; }
      .trending-news-3-item .trending-news-thumb .icon a {
        height: 36px;
        width: 36px;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        color: #fff;
        line-height: 32px;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        border-radius: 50%;
        border: 3px solid #fff; }
    .trending-news-3-item .trending-news-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .trending-news-3-item .trending-news-content {
    font-size: 17px;
    line-height: 27px; }
    .trending-news-3-item .trending-news-content .post-meta {
      margin-bottom: 10px;
      position: relative; }
      .trending-news-3-item .trending-news-content .post-meta .meta-categories a {
        color: #FF5555;
        font-size: 12px; }
      .trending-news-3-item .trending-news-content .post-meta .meta-date {
        color: #515A60;
        font-size: 12px; }
        .trending-news-3-item .trending-news-content .post-meta .meta-date::before {
          background: #B7BABD; }
      .trending-news-3-item .trending-news-content .post-meta .share-link {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .trending-news-3-item .trending-news-content .post-meta .share-link ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .trending-news-3-item .trending-news-content .post-meta .share-link ul li {
            display: inline-block; }
            .trending-news-3-item .trending-news-content .post-meta .share-link ul li a {
              color: rgba(23, 34, 43, 0.4);
              margin-left: 10px; }
              .trending-news-3-item .trending-news-content .post-meta .share-link ul li a:hover {
                color: #FF5555; }
    .trending-news-3-item .trending-news-content .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 6px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .trending-news-3-item .trending-news-content .title {
          font-size: 18px; } }
      .trending-news-3-item .trending-news-content .title a {
        color: #17222B; }
        .trending-news-3-item .trending-news-content .title a:hover {
          color: #FF5555; }
  .trending-news-3-item:hover .trending-news-thumb img {
    transform: scale(1.1); }

.trending-slider-item .trending-slider-3 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  border: 2px solid #DCDEDF;
  background: #fff; }
  .trending-slider-item .trending-slider-3 .slick-arrow.prev {
    left: -5px; }
  .trending-slider-item .trending-slider-3 .slick-arrow.next {
    right: -5px; }

.trending-image-post {
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .trending-image-post img {
    z-index: 1; }
    @media (max-width: 767px) {
      .trending-image-post img {
        width: 100%; } }
  .trending-image-post::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 0; }
  .trending-image-post .trending-image-content {
    padding: 25px 0 8px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6; }
    .trending-image-post .trending-image-content .title {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      padding-top: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .trending-image-post .trending-image-content .title {
          font-size: 17px;
          line-height: 22px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .trending-image-post .trending-image-content .title {
          font-size: 20px;
          line-height: 26px; } }
      .trending-image-post .trending-image-content .title a {
        color: #fff; }
        .trending-image-post .trending-image-content .title a:hover {
          color: #FF5555; }
    .trending-image-post .trending-image-content .post-meta .meta-categories {
      position: relative;
      padding-left: 11px; }
      .trending-image-post .trending-image-content .post-meta .meta-categories::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 19px;
        background: linear-gradient(180deg, #ff5555 0%, #ab50ef 100%); }
      .trending-image-post .trending-image-content .post-meta .meta-categories span {
        font-size: 15px; }
    .trending-image-post .trending-image-content .post-meta .meta-date::before {
      transform: translateY(-50%) rotate(0deg); }
  .trending-image-post.feature-item .trending-image-content .title {
    font-size: 20px;
    line-height: 26px; }

.trending-image-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  border: 2px solid #DCDEDF;
  background: #fff;
  font-size: 24px; }
  .trending-image-slide .slick-arrow.prev {
    left: -20px; }
  .trending-image-slide .slick-arrow.next {
    right: -20px; }

.trending-business-post {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  padding: 15px 15px 1px; }
  .trending-business-post .trending-business-items .populer_item-style {
    position: relative;
    border-bottom: 1px solid #E7E8E9;
    padding-bottom: 12px;
    margin-bottom: 12px; }
    .trending-business-post .trending-business-items .populer_item-style .gallery_item_thumb {
      min-width: 75px; }
    .trending-business-post .trending-business-items .populer_item-style .gallery_item_content .title a:hover {
      color: #FF5555; }
    .trending-business-post .trending-business-items .populer_item-style:last-child {
      padding-bottom: 1;
      margin-bottom: 0;
      border-bottom: 0; }

/*===========================
    5.VIDEO NEWS css 
===========================*/
.video-news-area {
  height: 765px;
  background: #17222B;
  margin-top: -263px;
  padding-top: 420px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-news-area {
      height: auto;
      margin-top: 0;
      padding-top: 167px; } }
  @media (max-width: 767px) {
    .video-news-area {
      height: auto;
      margin-top: 0;
      padding-top: 167px; } }
  .video-news-area.video-news-dark {
    background: #233340; }
    .video-news-area.video-news-dark .trending-sidebar-slider .populer-post-slider.populer-post-slider-dark .gallery_item_dark .gallery_item_content > span {
      font-weight: 400;
      color: #A2A6AA; }

.video-news-box {
  padding: 30px;
  background: #FCFCFC;
  margin: 0 30px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .video-news-box {
      margin: 0 0px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-news-box {
      margin: 0 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-news-box {
      margin: 0 0px; } }
  @media (max-width: 767px) {
    .video-news-box {
      padding: 0;
      margin: 0 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-news-box {
      padding: 30px; } }
  .video-news-box.video-news-box-dark {
    background: #17222B; }

.video-news-post {
  margin-top: -145px; }

.video-news-post-item {
  background: #E9EAEB; }
  .video-news-post-item .video-news-post-thumb {
    position: relative; }
    .video-news-post-item .video-news-post-thumb .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 60px; }
      .video-news-post-item .video-news-post-thumb .play-btn a {
        color: #FF5555; }
    .video-news-post-item .video-news-post-thumb img {
      width: 100%; }
  .video-news-post-item .video-news-post-content {
    padding: 23px 30px 26px; }
    @media (max-width: 767px) {
      .video-news-post-item .video-news-post-content {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .video-news-post-item .video-news-post-content {
        padding: 23px 30px 26px; } }
    .video-news-post-item .video-news-post-content .post-meta .meta-categories a {
      color: #1091FF; }
    .video-news-post-item .video-news-post-content .post-meta .meta-date {
      color: #17222B; }
      .video-news-post-item .video-news-post-content .post-meta .meta-date::before {
        background: #17222B; }
    .video-news-post-item .video-news-post-content .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 0;
      margin-top: 9px; }
      .video-news-post-item .video-news-post-content .title a {
        color: #17222B; }
        .video-news-post-item .video-news-post-content .title a:hover {
          color: #1091FF; }
  .video-news-post-item.video-news-post-item-dark {
    background: #1C2A35; }
    .video-news-post-item.video-news-post-item-dark .video-news-post-content .title a {
      color: #fff; }
      .video-news-post-item.video-news-post-item-dark .video-news-post-content .title a:hover {
        color: #FF5555; }
    .video-news-post-item.video-news-post-item-dark .video-news-post-content .post-meta .meta-date {
      color: #fff; }
      .video-news-post-item.video-news-post-item-dark .video-news-post-content .post-meta .meta-date::before {
        background: #fff; }

.video-style-post-2-area .video-style-box {
  background: #fff;
  border-radius: 7px;
  padding: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-play-item {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .video-play-item {
    margin-bottom: 40px; } }
.video-play-item .video-play-thumb {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
  z-index: 10; }
  .video-play-item .video-play-thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    content: '';
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.85;
    z-index: -1; }
  .video-play-item .video-play-thumb::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 195px;
    content: '';
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.85;
    transform: rotate(180deg);
    z-index: -1; }
  .video-play-item .video-play-thumb .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .video-play-item .video-play-thumb .play-btn a {
      font-size: 60px;
      color: #FF5555; }
  .video-play-item .video-play-thumb .share-item {
    position: absolute;
    right: 20px;
    top: 20px; }
    .video-play-item .video-play-thumb .share-item ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .video-play-item .video-play-thumb .share-item ul li {
        display: inline-block; }
        .video-play-item .video-play-thumb .share-item ul li a {
          color: #fff;
          font-size: 18px;
          margin-left: 18px; }
          .video-play-item .video-play-thumb .share-item ul li a:hover {
            color: #1091FF; }
  .video-play-item .video-play-thumb .post-meta {
    position: absolute;
    left: 20px;
    bottom: 20px; }
    @media (max-width: 767px) {
      .video-play-item .video-play-thumb .post-meta {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .video-play-item .video-play-thumb .post-meta {
        display: block; } }
  .video-play-item .video-play-thumb img {
    width: 100%;
    position: relative;
    z-index: -2; }
.video-play-item .video-play-content .title {
  font-size: 24px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .video-play-item .video-play-content .title {
      font-size: 18px;
      line-height: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-play-item .video-play-content .title {
      font-size: 22px;
      line-height: 28px; } }
.video-play-item .video-play-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .video-play-item .video-play-content ul li {
    display: inline-block; }
    .video-play-item .video-play-content ul li a {
      padding-right: 12px;
      margin-right: 12px;
      position: relative;
      font-size: 12px;
      font-weight: 500;
      color: rgba(23, 34, 43, 0.6); }
      .video-play-item .video-play-content ul li a::before {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 11px;
        background: #B9BCBF; }
      .video-play-item .video-play-content ul li a i {
        color: #70BDFF;
        padding-right: 6px; }
    .video-play-item .video-play-content ul li:last-child a {
      padding-right: 0;
      margin-right: 0; }
      .video-play-item .video-play-content ul li:last-child a::before {
        display: none; }

.post-style-tab-post {
  background: #fff;
  border-radius: 7px;
  overflow: hidden; }
  .post-style-tab-post .tab-btn ul {
    justify-content: center;
    flex-wrap: nowrap;
    box-shadow: 0px 15px 60px rgba(23, 34, 43, 0.15); }
    .post-style-tab-post .tab-btn ul li a {
      background: #fff;
      padding: 0 24px;
      display: inline-block;
      line-height: 45px;
      border-radius: 0;
      font-size: 12px;
      font-weight: 500; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-style-tab-post .tab-btn ul li a {
          padding: 0 16px;
          font-size: 10px; } }
  .post-style-tab-post .tab-pane {
    padding: 20px 15px 15px; }
    .post-style-tab-post .tab-pane .most-view-style-2 {
      margin-top: 0;
      margin-bottom: 23px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-style-tab-post .tab-pane .most-view-style-2 {
          margin-bottom: 15px; } }
      .post-style-tab-post .tab-pane .most-view-style-2:last-child {
        margin-bottom: 0; }
      .post-style-tab-post .tab-pane .most-view-style-2 .meta-post-categores a {
        color: rgba(23, 34, 43, 0.6); }

.opinion-post {
  background: #fff;
  padding: 25px 25px 30px;
  border-radius: 7px;
  overflow: hidden; }

.opinion-post-item .opinion-post-thumb {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .opinion-post-item .opinion-post-thumb img {
    width: 100%;
    transition: all linear 0.3s; }
  .opinion-post-item .opinion-post-thumb .circle {
    position: absolute;
    left: 10px;
    top: 10px; }
    .opinion-post-item .opinion-post-thumb .circle strong {
      position: absolute;
      left: 50%;
      top: 42%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
.opinion-post-item .opinion-post-content {
  line-height: 28px; }
  .opinion-post-item .opinion-post-content .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  .opinion-post-item .opinion-post-content .meta-post-2-style::before {
    left: -25px; }
.opinion-post-item:hover .opinion-post-thumb img {
  transform: scale(1.1); }

/*===========================
    6.ALL POST css 
===========================*/
.all-post-area {
  padding-top: 20px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .all-post-area {
      padding-top: 250px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .all-post-area {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .all-post-area {
      padding-top: 50px; } }
  .all-post-area.pt-55 {
    padding-top: 55px; }

.most-share-post-items .most-share-post-item {
  margin-bottom: 12px;
  position: relative;
  padding-left: 70px; }
  .most-share-post-items .most-share-post-item .post-meta .meta-categories a {
    color: #1091FF; }
  .most-share-post-items .most-share-post-item .post-meta .meta-date {
    color: #515A60; }
    .most-share-post-items .most-share-post-item .post-meta .meta-date::before {
      background: #B7BABD; }
  .most-share-post-items .most-share-post-item .title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px; }
  .most-share-post-items .most-share-post-item ul {
    margin: 0;
    padding: 0 0 12px;
    list-style-type: none;
    border-bottom: 2px dashed #DADCDD; }
    .most-share-post-items .most-share-post-item ul li {
      display: inline-block;
      color: #B7BABD;
      font-size: 14px;
      font-weight: 500;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 2px solid #C3C6C8;
      line-height: 14px; }
      .most-share-post-items .most-share-post-item ul li i {
        padding-right: 6px; }
      .most-share-post-items .most-share-post-item ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
  .most-share-post-items .most-share-post-item .count {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .most-share-post-items .most-share-post-item .count span {
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      background: #E9EAEB;
      border-radius: 50%;
      color: #B6B9BC;
      display: inline-block;
      font-size: 24px;
      font-weight: 400; }
  .most-share-post-items .most-share-post-item:last-child {
    margin-bottom: 0; }
    .most-share-post-items .most-share-post-item:last-child ul {
      padding-bottom: 0;
      border-bottom: 0; }
  .most-share-post-items .most-share-post-item.most-share-post-item-dark .post-meta .meta-date {
    color: rgba(255, 255, 255, 0.75); }
  .most-share-post-items .most-share-post-item.most-share-post-item-dark .title a {
    color: #fff; }
    .most-share-post-items .most-share-post-item.most-share-post-item-dark .title a:hover {
      color: #1091FF; }
  .most-share-post-items .most-share-post-item.most-share-post-item-dark ul {
    border-bottom-color: #3A434B; }
    .most-share-post-items .most-share-post-item.most-share-post-item-dark ul li {
      color: rgba(255, 255, 255, 0.3);
      border-right-color: rgba(255, 255, 255, 0.3); }
  .most-share-post-items .most-share-post-item.most-share-post-item-dark .count span {
    background: #29333C;
    color: #697076; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all-post-sidebar {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .all-post-sidebar {
    margin-top: 50px; } }

.upcoming-matches-post-items .upcoming-matches-post-item {
  width: 100%;
  border-bottom: 1px dashed #DADCDD;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content {
    margin-left: 9px;
    margin-right: 35px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content {
        margin-right: 10px; } }
    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span {
      font-size: 18px;
      font-weight: 500;
      color: #17222B; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span {
          font-size: 14px; } }
      .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span span {
        display: inline-block;
        padding: 0 6px;
        color: rgba(23, 34, 43, 0.5); }
    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.5);
        line-height: 14px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li {
            font-size: 12px; } }
        .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li:last-child {
          color: #1091FF;
          margin-left: 12px;
          padding-left: 12px;
          border-left: 2px solid rgba(23, 34, 43, 0.5); }
  .upcoming-matches-post-items .upcoming-matches-post-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark {
    border-bottom-color: #3A434B; }
    .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content span {
      color: #fff; }
      .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content span span {
        color: rgba(255, 255, 255, 0.5); }
    .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content ul li {
      color: rgba(255, 255, 255, 0.5); }
      .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content ul li:last-child {
        border-left-color: rgba(255, 255, 255, 0.5); }

.newsletter-box {
  background: #E9EAEB;
  padding: 22px;
  font-size: 17px; }
  .newsletter-box .title {
    font-size: 24px;
    margin-bottom: 5px; }
  .newsletter-box p {
    line-height: 27px; }
  .newsletter-box .input-box {
    position: relative; }
    .newsletter-box .input-box input {
      width: 100%;
      background: #fff;
      color: rgba(23, 34, 43, 0.5);
      border: 0;
      height: 50px;
      padding-left: 20px; }
      .newsletter-box .input-box input::placeholder {
        color: rgba(23, 34, 43, 0.5);
        opacity: 1; }
    .newsletter-box .input-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 90px;
      text-align: center;
      background: #1091FF;
      color: #fff;
      border: 0;
      font-size: 15px;
      font-weight: 400; }
  .newsletter-box span {
    padding-top: 15px;
    display: inline-block; }
  .newsletter-box.newsletter-box-dark {
    background: #29333C;
    color: #fff; }
    .newsletter-box.newsletter-box-dark .title {
      color: #fff; }

.Categories-post .section-title {
  padding-bottom: 5px; }
.Categories-post .Categories-item .item {
  position: relative;
  margin-bottom: 15px; }
  .Categories-post .Categories-item .item > img {
    width: 100%; }
  .Categories-post .Categories-item .item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #17222b;
    opacity: .6; }
  .Categories-post .Categories-item .item .Categories-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%; }
    .Categories-post .Categories-item .item .Categories-content a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      margin: 0 25px; }
      .Categories-post .Categories-item .item .Categories-content a span {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .Categories-post .Categories-item .item .Categories-content a:hover span {
        color: #1091FF; }

.sidebar-add a {
  display: block; }
  .sidebar-add a img {
    width: 100%; }

.sports-news-area {
  padding-top: 10px; }
  .sports-news-area .trending-news-item .trending-news-content > a {
    border: 2px solid #50585F;
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #222; }
    .sports-news-area .trending-news-item .trending-news-content > a:hover {
      background: #1091FF;
      border-color: #1091FF;
      color: #fff; }

.business-post-item .business-post-thumb {
  overflow: hidden; }
  @media (max-width: 767px) {
    .business-post-item .business-post-thumb {
      margin-bottom: 20px; } }
  .business-post-item .business-post-thumb img {
    width: 100%;
    transition: all linear 0.3s; }
.business-post-item .trending-news-item .trending-news-content > a {
  border: 2px solid #50585F;
  line-height: 40px;
  padding: 0 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-top: 15px; }
  .business-post-item .trending-news-item .trending-news-content > a:hover {
    background: #1091FF;
    border-color: #1091FF;
    color: #fff; }
.business-post-item.business-post-item-dark .trending-news-content .post-meta .meta-date {
  color: rgba(255, 255, 255, 0.75); }
.business-post-item.business-post-item-dark .trending-news-content .title a {
  color: #fff; }
  .business-post-item.business-post-item-dark .trending-news-content .title a:hover {
    color: #FF5555; }
.business-post-item.business-post-item-dark .trending-news-content p {
  color: rgba(255, 255, 255, 0.75); }
.business-post-item.business-post-item-dark .trending-news-content > a {
  border-color: #C5C8CA;
  color: #fff; }
  .business-post-item.business-post-item-dark .trending-news-content > a:hover {
    background: #1091FF;
    border-color: #1091FF; }
.business-post-item:hover .business-post-thumb img {
  transform: scale(1.1); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .populer-post {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .populer-post {
    padding-top: 40px; } }

.treding-post-news {
  background: #fff;
  padding: 30px;
  border-radius: 7px; }
  .treding-post-news .post-news-item-2 .post-news-content {
    padding: 20px 0 0; }
    .treding-post-news .post-news-item-2 .post-news-content .title {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.2px; }
    .treding-post-news .post-news-item-2 .post-news-content .meta-post-2-style::before {
      left: -30px; }

.post-gallery-style-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .post-gallery-style-2 .post-gallery-thumb {
    min-width: 100px;
    margin-right: 15px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-gallery-style-2 .post-gallery-thumb {
        min-width: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-gallery-style-2 .post-gallery-thumb {
        min-width: 80px; } }
    @media (max-width: 767px) {
      .post-gallery-style-2 .post-gallery-thumb {
        min-width: 60px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .post-gallery-style-2 .post-gallery-thumb {
        min-width: 100px; } }
    .post-gallery-style-2 .post-gallery-thumb span {
      position: absolute;
      left: 5px;
      top: -11px;
      height: 20px;
      width: 20px;
      text-align: center;
      line-height: 16px;
      background: #FF5555;
      color: #fff;
      border-radius: 50%;
      font-size: 12px;
      font-weight: 700;
      border: 2px solid #fff; }
    .post-gallery-style-2 .post-gallery-thumb img {
      width: 100%; }
  .post-gallery-style-2 .post-gallery-content {
    position: relative; }
    .post-gallery-style-2 .post-gallery-content::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -10px;
      height: 2px;
      width: 100%;
      border-bottom: 2px dashed #DCDEDF; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-gallery-style-2 .post-gallery-content::before {
          bottom: -5px; } }
    .post-gallery-style-2 .post-gallery-content .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
      letter-spacing: -0.5px;
      margin-bottom: 6px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .post-gallery-style-2 .post-gallery-content .title {
          font-size: 13px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-gallery-style-2 .post-gallery-content .title {
          font-size: 12px;
          line-height: 17px; } }
    .post-gallery-style-2 .post-gallery-content .meta-post-2-style::before {
      display: none; }
    .post-gallery-style-2 .post-gallery-content ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .post-gallery-style-2 .post-gallery-content ul li {
        display: inline-block; }
        .post-gallery-style-2 .post-gallery-content ul li a {
          padding-right: 12px;
          margin-right: 12px;
          position: relative;
          font-size: 12px;
          font-weight: 500;
          color: rgba(23, 34, 43, 0.6); }
          .post-gallery-style-2 .post-gallery-content ul li a::before {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 11px;
            background: #B9BCBF; }
          .post-gallery-style-2 .post-gallery-content ul li a i {
            color: #70BDFF;
            padding-right: 6px; }
        .post-gallery-style-2 .post-gallery-content ul li:last-child a {
          padding-right: 0;
          margin-right: 0; }
          .post-gallery-style-2 .post-gallery-content ul li:last-child a::before {
            display: none; }
  .post-gallery-style-2:last-child {
    margin-bottom: 0; }
    .post-gallery-style-2:last-child .post-gallery-content::before {
      display: none; }

.most-view-box {
  background: #fff;
  padding: 25px;
  border-radius: 7px; }

.post-gallery-style-2.most-view-style-2 {
  align-items: flex-start;
  margin-top: 12px; }
  .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
    min-width: 75px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
        min-width: 70px; } }
    @media (max-width: 767px) {
      .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
        min-width: 70px; } }

.finance-box {
  background: #fff;
  padding: 20px 25px;
  border-radius: 7px; }

.finance-item {
  border-bottom: 2px dashed #E8E9EA;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .finance-item .finance-thumb {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden; }
    .finance-item .finance-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
    .finance-item .finance-thumb .finance-date {
      position: absolute;
      top: 12px;
      left: 0px; }
      .finance-item .finance-thumb .finance-date span {
        background: #1091FF;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        padding: 0 16px 0 8px;
        display: inline-block;
        border-radius: 0 30px 30px 0; }
  .finance-item .finance-content .title {
    font-size: 18px;
    line-height: 22px; }
  .finance-item .finance-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .finance-item .finance-content ul li {
      display: inline-block; }
      .finance-item .finance-content ul li a {
        padding-right: 12px;
        margin-right: 12px;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.6); }
        .finance-item .finance-content ul li a::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 11px;
          background: #B9BCBF; }
        .finance-item .finance-content ul li a i {
          color: #70BDFF;
          padding-right: 6px; }
      .finance-item .finance-content ul li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .finance-item .finance-content ul li:last-child a::before {
          display: none; }
  .finance-item .finance-post-meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .finance-item .finance-post-meta .meta-user span {
      font-size: 12px;
      font-weight: 400;
      color: rgba(23, 34, 43, 0.75); }
      .finance-item .finance-post-meta .meta-user span i {
        font-size: 13px;
        color: #1091FF;
        padding-right: 4px; }
    .finance-item .finance-post-meta .meta-date span {
      font-size: 12px;
      font-weight: 400;
      color: rgba(23, 34, 43, 0.75); }
  .finance-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  .finance-item.finance-item-3 {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 20px; }
    .finance-item.finance-item-3 .finance-thumb .finance-date span {
      background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }
    .finance-item.finance-item-3 .finance-content .title a:hover {
      color: #FF5555; }
    .finance-item.finance-item-3 .finance-content ul li a i {
      color: #FF5555; }
    .finance-item.finance-item-3:last-child {
      margin-bottom: 0; }
  .finance-item:hover .finance-thumb img {
    transform: scale(1.1); }

.finance-3-style {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }

.feature-news-box .section-title {
  background: #fff;
  padding-left: 25px;
  border-radius: 7px;
  margin-bottom: 0; }
  .feature-news-box .section-title .title {
    line-height: 60px; }

.feature-news-item {
  position: relative;
  margin-top: 30px;
  background: #fff;
  border-radius: 7px; }
  .feature-news-item .feature-news-thumb {
    position: relative;
    overflow: hidden; }
    .feature-news-item .feature-news-thumb .meta-categores {
      position: absolute;
      left: 0;
      top: 12px; }
      .feature-news-item .feature-news-thumb .meta-categores span {
        background: #1091FF;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        padding: 0 16px 0 8px;
        display: inline-block;
        border-radius: 0 30px 30px 0; }
    .feature-news-item .feature-news-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .feature-news-item .feature-news-content {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    padding: 15px;
    color: #222; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .feature-news-item .feature-news-content {
        font-size: 16px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .feature-news-item .feature-news-content {
        font-size: 13px;
        line-height: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-news-item .feature-news-content {
        font-size: 15px;
        line-height: 24px; } }
  .feature-news-item:hover .feature-news-thumb img {
    transform: scale(1.1); }

.feature-slider .slick-arrow {
  position: absolute;
  top: -45px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #C1C4C6;
  font-size: 20px;
  color: #C1C4C6; }
  .feature-slider .slick-arrow.prev {
    right: 80px; }
  .feature-slider .slick-arrow.next {
    right: 35px; }

.bussiness-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 7px; }

.bussiness-post-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 46px; }
  @media (max-width: 767px) {
    .bussiness-post-item {
      display: block; } }
  .bussiness-post-item .bussiness-post-thumb {
    min-width: 320px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 8px; }
    @media (max-width: 767px) {
      .bussiness-post-item .bussiness-post-thumb {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 20px; } }
    .bussiness-post-item .bussiness-post-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .bussiness-post-item .bussiness-post-content {
    position: relative; }
    .bussiness-post-item .bussiness-post-content::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -20px;
      height: 2px;
      width: 100%;
      border-bottom: 2px dashed #EEEFEF; }
    .bussiness-post-item .bussiness-post-content .title {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.3px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .bussiness-post-item .bussiness-post-content .title {
          font-size: 18px;
          line-height: 24px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .bussiness-post-item .bussiness-post-content .title {
          font-size: 18px;
          line-height: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bussiness-post-item .bussiness-post-content .title {
          font-size: 17px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .bussiness-post-item .bussiness-post-content .title {
          font-size: 18px;
          line-height: 26px; } }
    .bussiness-post-item .bussiness-post-content p {
      line-height: 23px; }
    .bussiness-post-item .bussiness-post-content .meta-date-link {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 11px; }
      .bussiness-post-item .bussiness-post-content .meta-date-link span {
        font-size: 14px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.4); }
      .bussiness-post-item .bussiness-post-content .meta-date-link ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .bussiness-post-item .bussiness-post-content .meta-date-link ul li {
          display: inline-block; }
          .bussiness-post-item .bussiness-post-content .meta-date-link ul li a {
            color: #A2A7AA;
            font-size: 16px;
            margin-left: 16px; }
    .bussiness-post-item .bussiness-post-content > a {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: rgba(23, 34, 43, 0.6); }
      .bussiness-post-item .bussiness-post-content > a:hover {
        color: #1091FF; }
      .bussiness-post-item .bussiness-post-content > a img {
        padding-left: 6px; }
  .bussiness-post-item:last-child {
    margin-bottom: 30px; }
    .bussiness-post-item:last-child .bussiness-post-content::before {
      border-bottom: 0; }
  .bussiness-post-item:hover .bussiness-post-thumb img {
    transform: scale(1.1); }

.post-ad a {
  display: block; }
  .post-ad a img {
    width: 100%; }

.post-newsletter {
  background: #fff;
  border-radius: 7px;
  padding: 25px;
  font-size: 17px;
  line-height: 27px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-newsletter {
      font-size: 15px; } }
  .post-newsletter .title {
    font-size: 24px;
    margin-bottom: 10px; }
  .post-newsletter .input-box {
    position: relative; }
    .post-newsletter .input-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background: #1091FF;
      border: 0;
      color: #fff;
      border-radius: 5px;
      width: 110px;
      text-align: center; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-newsletter .input-box button {
          width: 90px; } }
    .post-newsletter .input-box input {
      width: 100%;
      height: 50px;
      background: #E4EDF0;
      border: 0;
      padding-left: 20px;
      border-radius: 5px;
      color: rgba(23, 34, 43, 0.5);
      font-size: 15px; }
      .post-newsletter .input-box input::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5); }
  .post-newsletter span {
    display: inline-block;
    padding-top: 12px;
    color: rgba(23, 34, 43, 0.5); }
  .post-newsletter.post-newsletter-3-style {
    background: rgba(23, 34, 43, 0.75);
    color: #fff; }
    .post-newsletter.post-newsletter-3-style .title, .post-newsletter.post-newsletter-3-style p, .post-newsletter.post-newsletter-3-style span {
      color: #fff; }
    .post-newsletter.post-newsletter-3-style .input-box input {
      background: #fff; }
    .post-newsletter.post-newsletter-3-style .input-box button {
      background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }

.post-btn {
  margin-top: 8px; }
  .post-btn .main-btn.main-btn-2 {
    line-height: 36px; }

.post-style-area .post-gallery-style-2 {
  margin-bottom: 23px; }

.post-sports-box {
  background: #fff;
  padding: 25px;
  border-radius: 7px; }

.post-sports-item {
  border-bottom: 2px dashed #EDEEEF;
  padding-bottom: 13px;
  margin-bottom: 20px; }
  .post-sports-item .post-sports-thumb {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px; }
    .post-sports-item .post-sports-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .post-sports-item .post-sports-content .title {
    font-size: 18px;
    line-height: 22px; }
  .post-sports-item .post-sports-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .post-sports-item .post-sports-content ul li {
      display: inline-block; }
      .post-sports-item .post-sports-content ul li a {
        padding-right: 12px;
        margin-right: 12px;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.6); }
        .post-sports-item .post-sports-content ul li a::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 11px;
          background: #B9BCBF; }
        .post-sports-item .post-sports-content ul li a i {
          color: #70BDFF;
          padding-right: 6px; }
      .post-sports-item .post-sports-content ul li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .post-sports-item .post-sports-content ul li:last-child a::before {
          display: none; }
  .post-sports-item:hover .post-sports-thumb img {
    transform: scale(1.1); }

.post-contact {
  background: #fff;
  padding: 25px;
  border-radius: 7px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-contact {
      padding: 25px 15px; } }
  .post-contact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-contact ul {
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .post-contact ul {
        justify-content: flex-start; } }
    .post-contact ul li {
      display: inline-block; }
      .post-contact ul li a {
        display: inline-block;
        background: #3B5998;
        width: 110px;
        height: 50px;
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .post-contact ul li a {
            width: 85px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .post-contact ul li a {
            margin-right: 10px; } }
        @media (max-width: 767px) {
          .post-contact ul li a {
            margin-right: 10px;
            width: 90px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .post-contact ul li a {
            width: 110px; } }
        .post-contact ul li a::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 35px;
          background: #334D82; }
        .post-contact ul li a i {
          position: absolute;
          list-style-type: 0;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 16px;
          color: #fff; }
        .post-contact ul li a span {
          font-size: 15px;
          font-weight: 500;
          color: #fff;
          line-height: 15px; }
        .post-contact ul li a p {
          font-size: 11px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.85);
          text-transform: capitalize;
          margin-bottom: 0;
          line-height: 15px; }
        .post-contact ul li a.item-2 {
          background: #1DA1F2; }
          .post-contact ul li a.item-2::before {
            background: #1B87CA; }
        .post-contact ul li a.item-3 {
          background: #FF5050; }
          .post-contact ul li a.item-3::before {
            background: #D04648; }
        .post-contact ul li a.item-4 {
          background: #9B45D5; }
          .post-contact ul li a.item-4::before {
            background: #803DB3; }
        .post-contact ul li a.item-5 {
          background: #1AB7EA; }
          .post-contact ul li a.item-5::before {
            background: #1999C3; }
        .post-contact ul li a.item-6 {
          background: #00AB6C; }
          .post-contact ul li a.item-6::before {
            background: #048F5E; }

.post-international {
  background: #fff;
  padding: 25px;
  border-radius: 7px; }

.international-item {
  border-bottom: 2px dashed #E7E8E9;
  padding-bottom: 16px;
  margin-bottom: 16px; }
  .international-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .international-item .meta-category {
    position: relative; }
    .international-item .meta-category::before {
      position: absolute;
      content: '';
      left: -25px;
      top: 50%;
      transform: translateY(-50%);
      width: 3px;
      height: 18px;
      background: #1091FF; }
    .international-item .meta-category span {
      font-size: 12px;
      font-weight: 500;
      color: #1091FF; }
  .international-item .title {
    font-size: 20px;
    line-height: 24px;
    padding-top: 9px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .international-item .title {
        font-size: 16px;
        line-height: 22px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .international-item .title {
        font-size: 15px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .international-item .title {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .international-item .title {
        font-size: 18px;
        line-height: 24px; } }
  .international-item .meta-user span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.75); }
    .international-item .meta-user span i {
      color: #1091FF;
      padding-right: 4px; }
  .international-item .text-thumb {
    padding-top: 6px; }
    .international-item .text-thumb .thumb {
      min-width: 100px;
      margin-left: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .international-item .text-thumb .thumb {
          min-width: 45px; } }
      @media (max-width: 767px) {
        .international-item .text-thumb .thumb {
          min-width: 85px; } }
  .international-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .international-item ul li {
      display: inline-block; }
      .international-item ul li a {
        padding-right: 12px;
        margin-right: 12px;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.6); }
        .international-item ul li a::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 11px;
          background: #B9BCBF; }
        .international-item ul li a i {
          color: #70BDFF;
          padding-right: 6px; }
      .international-item ul li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .international-item ul li:last-child a::before {
          display: none; }
  .international-item.international-3-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    padding: 25px;
    margin-bottom: 10px; }
    .international-item.international-3-item .meta-category {
      padding-left: 30px; }
      .international-item.international-3-item .meta-category::before {
        height: 4px;
        width: 20px;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        left: 0; }
      .international-item.international-3-item .meta-category span {
        font-size: 17px;
        font-weight: 500;
        color: #17222B; }
    .international-item.international-3-item .title a:hover {
      color: #FF5555; }
    .international-item.international-3-item ul li a i {
      color: #FF5555; }

.all-post-3-area {
  padding-top: 100px; }
  .all-post-3-area.pt-50 {
    padding-top: 115px; }

.international-news-area {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  border-radius: 5px; }

.international-news-items .international-news-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .international-news-items .international-news-item {
      display: block; } }
  .international-news-items .international-news-item .international-news-thumb {
    overflow: hidden;
    border-radius: 4px;
    min-width: 320px;
    margin-right: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .international-news-items .international-news-item .international-news-thumb {
        min-width: 240px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .international-news-items .international-news-item .international-news-thumb {
        min-width: 260px; } }
    @media (max-width: 767px) {
      .international-news-items .international-news-item .international-news-thumb {
        min-width: 100%;
        margin-bottom: 20px; } }
    .international-news-items .international-news-item .international-news-thumb img {
      transition: all linear 0.3s; }
      @media (max-width: 767px) {
        .international-news-items .international-news-item .international-news-thumb img {
          width: 100%; } }
  .international-news-items .international-news-item .international-news-content {
    width: 100%; }
    .international-news-items .international-news-item .international-news-content .international-meta {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-categories a {
        color: #FF5555;
        font-size: 12px; }
      .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-date::before {
        background: #B9BCBF;
        transform: translateY(-50%) rotate(0deg); }
      .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-date span {
        color: rgba(23, 34, 43, 0.6);
        font-size: 12px; }
      .international-news-items .international-news-item .international-news-content .international-meta .share-link ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li {
          display: inline-block; }
          .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li a {
            color: rgba(23, 34, 43, 0.4);
            margin-left: 10px; }
            .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li a:hover {
              color: #FF5555; }
    .international-news-items .international-news-item .international-news-content .title {
      font-size: 24px;
      line-height: 30px;
      padding-top: 6px;
      margin-bottom: 9px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .international-news-items .international-news-item .international-news-content .title {
          font-size: 22px;
          line-height: 26px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .international-news-items .international-news-item .international-news-content .title {
          font-size: 17px;
          line-height: 22px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .international-news-items .international-news-item .international-news-content .title {
          font-size: 20px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .international-news-items .international-news-item .international-news-content .title {
          font-size: 16px;
          line-height: 20px; } }
      .international-news-items .international-news-item .international-news-content .title a:hover {
        color: #FF5555; }
    .international-news-items .international-news-item .international-news-content p {
      font-size: 17px;
      line-height: 27px; }
    .international-news-items .international-news-item .international-news-content > a {
      font-size: 14px;
      font-weight: 500;
      color: #FF5555;
      position: relative; }
      .international-news-items .international-news-item .international-news-content > a::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -3px;
        height: 2px;
        width: 100%;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }
  .international-news-items .international-news-item:hover .international-news-thumb img {
    transform: scale(1.1); }
.international-news-items .international-btn a {
  border: 0;
  background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%);
  color: #FF5555;
  position: relative;
  overflow: hidden;
  z-index: 10; }
  .international-news-items .international-btn a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1; }
  .international-news-items .international-btn a:hover {
    background-color: transparent; }
    .international-news-items .international-btn a:hover::before {
      opacity: 1; }

.science-news-area {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  border-radius: 5px; }
  .science-news-area .science-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #DCDEDF;
    background: #fff;
    font-size: 24px; }
    .science-news-area .science-slide .slick-arrow.prev {
      left: -35px; }
    .science-news-area .science-slide .slick-arrow.next {
      right: -35px; }

.science-news-item {
  border-bottom: 1px solid #E7E8E9;
  padding-bottom: 26px;
  margin-bottom: 26px; }
  .science-news-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .science-news-item .title {
    font-size: 20px;
    line-height: 24px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .science-news-item .title {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .science-news-item .title {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .science-news-item .title {
        font-size: 16px;
        line-height: 22px; } }
    .science-news-item .title a:hover {
      color: #FF5555; }
  .science-news-item .post-text-thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .science-news-item .post-text-thumb .thumb {
      min-width: 100px;
      margin-right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .science-news-item .post-text-thumb .thumb {
          min-width: 60px; } }
      @media (max-width: 767px) {
        .science-news-item .post-text-thumb .thumb {
          min-width: 60px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .science-news-item .post-text-thumb .thumb {
          min-width: 100px; } }
    .science-news-item .post-text-thumb .text {
      font-size: 15px;
      line-height: 23px;
      margin-right: 10px; }
  .science-news-item .post-user {
    position: relative;
    padding-left: 40px; }
    @media (max-width: 767px) {
      .science-news-item .post-user {
        margin-top: 20px; } }
    .science-news-item .post-user a {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 28px;
      width: 28px;
      text-align: center;
      line-height: 24px;
      border-radius: 50%;
      border: 2px solid #FF9999;
      color: #F99; }
    .science-news-item .post-user span {
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 0; }
    .science-news-item .post-user p {
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 14px; }

.sports-post-3-area {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  border-radius: 5px; }
  .sports-post-3-area .finance-item-3 {
    border-bottom: 1px solid #E7E8E9;
    padding-bottom: 18px; }
  .sports-post-3-area .post-gallery-style-2 .post-gallery-content::before {
    border-bottom: 1px solid #E7E8E9; }
  .sports-post-3-area .post-gallery-style-2 .post-gallery-content ul li a i {
    color: #FF5555; }
  .sports-post-3-area .post-gallery-style-2 .post-gallery-content .title a:hover {
    color: #FF5555; }
  .sports-post-3-area .sports-btn a {
    border: 0;
    background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%);
    color: #FF5555;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    .sports-post-3-area .sports-btn a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: -1; }
    .sports-post-3-area .sports-btn a:hover {
      background-color: transparent; }
      .sports-post-3-area .sports-btn a:hover::before {
        opacity: 1; }

.counter-post-tab {
  background: #fff;
  margin-top: 40px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }
  .counter-post-tab .post-tab-btn {
    border-bottom: 1px solid #EFEFEF; }
    .counter-post-tab .post-tab-btn ul {
      justify-content: center; }
      .counter-post-tab .post-tab-btn ul li a {
        padding: 0 16px;
        background-color: transparent;
        line-height: 65px;
        font-size: 24px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.4); }
        .counter-post-tab .post-tab-btn ul li a.active {
          background-color: transparent;
          color: #17222B; }
  .counter-post-tab .counter-post-main-item {
    padding: 25px 8px 25px 25px;
    max-height: 735px;
    overflow-y: scroll; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .counter-post-tab .counter-post-main-item {
        max-height: 694px; } }
    @media (max-width: 767px) {
      .counter-post-tab .counter-post-main-item {
        max-height: 500px; } }
    .counter-post-tab .counter-post-main-item .counter-post-content {
      padding-left: 75px;
      position: relative; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .counter-post-tab .counter-post-main-item .counter-post-content {
          padding-left: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .counter-post-tab .counter-post-main-item .counter-post-content {
          padding-left: 0; } }
      .counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
        position: absolute;
        left: 0;
        top: 15px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
            position: static; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
            position: static; } }
      .counter-post-tab .counter-post-main-item .counter-post-content .counter-number span {
        border: 3px solid rgba(23, 34, 43, 0.1);
        display: inline-block;
        height: 55px;
        width: 55px;
        text-align: center;
        line-height: 50px;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        font-size: 36px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.2); }
      .counter-post-tab .counter-post-main-item .counter-post-content .title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .counter-post-tab .counter-post-main-item .counter-post-content .title {
            font-size: 18px;
            line-height: 22px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .counter-post-tab .counter-post-main-item .counter-post-content .title {
            font-size: 18px;
            line-height: 22px; } }
        .counter-post-tab .counter-post-main-item .counter-post-content .title a {
          display: block; }
          .counter-post-tab .counter-post-main-item .counter-post-content .title a:hover {
            color: #FF5555; }
      .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 20px;
        margin-bottom: 16px; }
        .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-date span {
          color: rgba(23, 34, 43, 0.4); }
        .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li {
            display: inline-block; }
            .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li a {
              color: rgba(23, 34, 43, 0.4);
              margin-left: 10px; }
              .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li a:hover {
                color: #FF5555; }
      .counter-post-tab .counter-post-main-item .counter-post-content:last-child .meta-date-share {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }

.all-post-sidebar-3 .post-contact {
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  border-radius: 5px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .all-post-sidebar-3 .post-contact {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .all-post-sidebar-3 .post-contact {
      margin-top: 40px; } }
.all-post-sidebar-3 .categories-list {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }
  .all-post-sidebar-3 .categories-list .categories-list-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .all-post-sidebar-3 .categories-list .categories-list-item ul li a {
      width: 100%;
      line-height: 60px;
      background: rgba(23, 34, 43, 0.05);
      border-radius: 3px;
      display: block;
      margin-bottom: 5px;
      padding-left: 20px;
      font-size: 20px;
      font-weight: 400;
      position: relative;
      z-index: 10;
      overflow: hidden; }
      .all-post-sidebar-3 .categories-list .categories-list-item ul li a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 0%;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        z-index: -1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .all-post-sidebar-3 .categories-list .categories-list-item ul li a i {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #fff;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover {
        color: #fff; }
        .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover::before {
          width: 100%; }
        .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover i {
          opacity: 1; }

.opinion-post {
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }
  .opinion-post .trending-news-item .trending-news-content .post-meta .meta-categories a {
    color: #FF5555; }
  .opinion-post .trending-news-item .trending-news-content .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500; }
    .opinion-post .trending-news-item .trending-news-content .title a:hover {
      color: #FF5555; }
  .opinion-post .trending-news-item .trending-news-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .opinion-post .trending-news-item .trending-news-content ul li {
      display: inline-block; }
      .opinion-post .trending-news-item .trending-news-content ul li a {
        padding-right: 12px;
        margin-right: 12px;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.6); }
        .opinion-post .trending-news-item .trending-news-content ul li a::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 11px;
          background: #B9BCBF; }
        .opinion-post .trending-news-item .trending-news-content ul li a i {
          color: #FF5555;
          padding-right: 6px; }
      .opinion-post .trending-news-item .trending-news-content ul li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .opinion-post .trending-news-item .trending-news-content ul li:last-child a::before {
          display: none; }
  .opinion-post .trending-news-item:last-child {
    margin-bottom: 0; }

/*===========================
    7.FOOTER css 
===========================*/
.footer-area {
  background: #17222B;
  padding-top: 60px;
  padding-bottom: 50px; }
  .footer-area.footer-dark {
    background: #233340; }

.footer-topbar {
  border-bottom: 2px dashed #3A434B;
  padding-bottom: 40px; }

@media (max-width: 767px) {
  .footer-logo {
    padding-bottom: 30px; } }
.footer-logo ul {
  margin: 35px 0 0;
  padding: 0;
  list-style-type: none; }
  .footer-logo ul li {
    display: inline-block; }
    .footer-logo ul li a {
      color: #fff;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      background: rgba(255, 255, 255, 0.07);
      display: inline-block; }
      .footer-logo ul li a:hover {
        background: #1091FF; }

.footer-newaletter {
  color: rgba(255, 255, 255, 0.4); }
  .footer-newaletter .input-box {
    position: relative;
    margin-bottom: 10px; }
    .footer-newaletter .input-box input {
      width: 100%;
      border: 0;
      background: #fff;
      height: 50px;
      padding-left: 20px;
      color: rgba(23, 34, 43, 0.5); }
      .footer-newaletter .input-box input::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5); }
    .footer-newaletter .input-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 110px;
      background: #1091FF;
      color: #fff;
      font-weight: 400;
      border: 0; }
  .footer-newaletter p {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .footer-widget-area .widget {
    margin-bottom: 30px; } }
.footer-widget-area .widget .section-title {
  margin-bottom: 25px; }
.footer-widget-area .footer-widget-right-border {
  border-right: 2px dashed #3A434B;
  margin-top: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-area .footer-widget-right-border {
      border-right: 0; } }
  @media (max-width: 767px) {
    .footer-widget-area .footer-widget-right-border {
      border-right: 0; } }

.widget-list {
  border-right: 2px dashed #3A434B;
  padding-right: 60px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-list {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .widget-list {
      padding-right: 20px;
      border-right: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .widget-list {
      padding-right: 100px;
      border-right: 0; } }
  .widget-list .list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .widget-list .list ul li {
      padding-bottom: 15px; }
      .widget-list .list ul li a {
        color: #fff;
        font-size: 16px; }
        .widget-list .list ul li a:hover {
          color: #1091FF; }
  .widget-list.widget-list-2 {
    border-right: 0; }

.wedget-service {
  border-top: 2px dashed #3A434B;
  margin-top: 40px;
  padding-top: 32px; }
  .wedget-service .service-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .wedget-service .service-item ul li a {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px;
      display: inline-block; }
      .wedget-service .service-item ul li a:hover {
        color: #1091FF; }
      .wedget-service .service-item ul li a i {
        font-size: 18px;
        padding-right: 16px; }

.footer-twitter-post {
  border-top: 2px dashed #3A434B;
  padding-top: 40px;
  margin-top: 40px;
  margin-right: 30px; }
  .footer-twitter-post .twitter-post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 2px dashed #3A434B;
    padding-bottom: 24px;
    margin-bottom: 25px; }
    .footer-twitter-post .twitter-post .icon {
      margin-right: 15px; }
      .footer-twitter-post .twitter-post .icon i {
        color: #1091FF; }
    .footer-twitter-post .twitter-post .twitter-content p {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-twitter-post .twitter-post .twitter-content p {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .footer-twitter-post .twitter-post .twitter-content p {
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-twitter-post .twitter-post .twitter-content p {
          font-size: 15px; } }
      .footer-twitter-post .twitter-post .twitter-content p a {
        color: #1091FF; }
    .footer-twitter-post .twitter-post .twitter-content span {
      color: rgba(255, 255, 255, 0.5); }
    .footer-twitter-post .twitter-post:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }

.footer-copyright {
  background: #232D36; }
  .footer-copyright .copyright-item {
    padding: 37px 0; }
    @media (max-width: 767px) {
      .footer-copyright .copyright-item {
        text-align: center; } }
    .footer-copyright .copyright-item p {
      font-size: 16px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.4);
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .footer-copyright .copyright-item p {
          margin-bottom: 10px; } }
    .footer-copyright .copyright-item ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer-copyright .copyright-item ul li {
        display: inline-block; }
        .footer-copyright .copyright-item ul li a {
          font-size: 14px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.4);
          margin-left: 35px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .footer-copyright .copyright-item ul li a {
              margin-left: 20px; } }
          @media (max-width: 767px) {
            .footer-copyright .copyright-item ul li a {
              margin: 0px 10px 0; } }
          .footer-copyright .copyright-item ul li a:hover {
            color: #1091FF; }
  .footer-copyright.footer-copyright-style-2 {
    background: #F2F6F8; }
    .footer-copyright.footer-copyright-style-2 .copyright-item p {
      color: rgba(23, 34, 43, 0.4); }
    .footer-copyright.footer-copyright-style-2 .copyright-item ul li a {
      color: rgba(23, 34, 43, 0.4); }
      .footer-copyright.footer-copyright-style-2 .copyright-item ul li a:hover {
        color: #1091FF; }
    .footer-copyright.footer-copyright-style-2.footer-copyright-style-3 .copyright-item ul li a:hover {
      color: #FF5555; }
  .footer-copyright.footer-copyright-dark {
    background: #2E3D4A; }

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999; }
  .go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #FF5555;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-right: 0; }
    .go-top-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .go-top-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; }
    .go-top-area .go-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: #FF5555;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
    .go-top-area .go-top:focus, .go-top-area .go-top:hover {
      color: #fff; }
      .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; }
      .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden; }
      .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; }
    .go-top-area .go-top.active {
      top: 98%;
      -webkit-transform: translateY(-98%);
      -moz-transform: translateY(-98%);
      -ms-transform: translateY(-98%);
      -o-transform: translateY(-98%);
      transform: translateY(-98%);
      opacity: 1;
      visibility: visible;
      border-radius: 0;
      right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .go-top-area .go-top.active {
          top: 93%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .go-top-area .go-top.active {
          top: 93%; } }

.go-top-wrap {
  position: relative; }
  .go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #FF5555; }
    .go-top-wrap .go-top-btn i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff; }
    .go-top-wrap .go-top-btn::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background: #FF5555; }
    .go-top-wrap .go-top-btn:hover {
      background-color: #222;
      color: #fff; }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
.footer-style-2-area {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 50px; }
  .footer-style-2-area.footer-style-3-area .footer-top-info .footer-info-item .title::before {
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }
  .footer-style-2-area.footer-style-3-area .widget-services .service-item ul li a i {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .widget-services .service-item ul li a:hover {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .meta-categories::before {
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }
  .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .meta-categories span {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .title a:hover {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item ul li a i {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .footer-download-store .text {
    position: relative;
    padding-left: 26px; }
    .footer-style-2-area.footer-style-3-area .footer-download-store .text::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 66px;
      width: 5px;
      background: linear-gradient(180deg, #ff5555 0%, #ab50ef 100%); }
  .footer-style-2-area.footer-style-3-area .footer-download-store .store-btn ul li a {
    border: 0;
    background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%); }
    .footer-style-2-area.footer-style-3-area .footer-download-store .store-btn ul li a i {
      color: #FF5555; }

.widget-about {
  font-size: 17px;
  line-height: 27px;
  padding-right: 10px;
  color: rgba(23, 34, 43, 0.85); }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-about {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .widget-about {
      text-align: center; } }
  .widget-about p {
    padding-top: 36px; }
    .widget-about p span {
      font-weight: 700; }

@media (max-width: 767px) {
  .widget-services {
    text-align: center; } }
.widget-services .section-title {
  display: inline-block; }
.widget-services .service-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .widget-services .service-item ul li a {
    color: #17222B;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block; }
    .widget-services .service-item ul li a:hover {
      color: #1091FF; }
    .widget-services .service-item ul li a i {
      font-size: 18px;
      width: 30px;
      display: inline-block; }

.widget-news-categories {
  border-top: 2px dashed #F0F0F1;
  padding-top: 38px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .widget-news-categories {
      text-align: center; } }
  .widget-news-categories .section-title {
    display: inline-block; }
  .widget-news-categories .categories-list {
    padding-top: 5px; }
    @media (max-width: 767px) {
      .widget-news-categories .categories-list {
        justify-content: center; } }
    .widget-news-categories .categories-list ul {
      margin: 0 90px 0 0;
      padding: 0;
      list-style-type: none; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .widget-news-categories .categories-list ul {
          margin-right: 40px; } }
      .widget-news-categories .categories-list ul li a {
        font-size: 16px;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 15px;
        display: inline-block; }
      .widget-news-categories .categories-list ul:last-child {
        margin-right: 0; }

.widget-twitter {
  border-top: 2px dashed #DCDEDF;
  padding-top: 38px;
  margin-top: 30px; }
  .widget-twitter .twitter-post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 2px dashed #DCDEDF;
    padding-bottom: 24px;
    margin-bottom: 25px; }
    .widget-twitter .twitter-post .icon {
      margin-right: 15px; }
      .widget-twitter .twitter-post .icon i {
        color: #1091FF; }
    .widget-twitter .twitter-post .twitter-content p {
      color: #17222B;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .widget-twitter .twitter-post .twitter-content p {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .widget-twitter .twitter-post .twitter-content p {
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .widget-twitter .twitter-post .twitter-content p {
          font-size: 15px; } }
      .widget-twitter .twitter-post .twitter-content p a {
        color: #1091FF; }
    .widget-twitter .twitter-post .twitter-content span {
      color: rgba(23, 34, 43, 0.5);
      font-size: 14px;
      font-weight: 400; }
    .widget-twitter .twitter-post:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }

.footer-top-info {
  border-bottom: 2px dashed #DCDEDF;
  padding-bottom: 36px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-info {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .footer-top-info .footer-info-item {
      text-align: center;
      margin-bottom: 20px; } }
  .footer-top-info .footer-info-item .title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.75);
    padding-left: 18px;
    position: relative;
    margin-bottom: 20px; }
    .footer-top-info .footer-info-item .title::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 6px;
      width: 6px;
      background: #4CACFF; }
      @media (max-width: 767px) {
        .footer-top-info .footer-info-item .title::before {
          display: none; } }
  .footer-top-info .footer-info-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer-top-info .footer-info-item ul li a {
      font-size: 15px;
      font-weight: 500;
      color: #17222B; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-top-info .footer-info-item ul li a {
          font-size: 14px; } }

.more-news-items {
  border-left: 1px solid #E7E8E9;
  padding-left: 16px; }
  @media (max-width: 767px) {
    .more-news-items {
      margin-bottom: 30px; } }
  .more-news-items .more-news-item {
    border-bottom: 2px dashed #DCDEDF;
    padding-bottom: 12px;
    margin-bottom: 12px; }
    .more-news-items .more-news-item:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .more-news-items .more-news-item .meta-categories {
      position: relative; }
      .more-news-items .more-news-item .meta-categories::before {
        position: absolute;
        content: '';
        left: -19px;
        top: 50%;
        transform: translateY(-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #1091FF; }
      .more-news-items .more-news-item .meta-categories span {
        font-size: 12px;
        font-weight: 500;
        color: #1091FF; }
    .more-news-items .more-news-item .title {
      font-size: 18px;
      line-height: 22px;
      padding-top: 13px;
      margin-bottom: 8px; }
    .more-news-items .more-news-item ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .more-news-items .more-news-item ul li {
        display: inline-block; }
        .more-news-items .more-news-item ul li a {
          padding-right: 12px;
          margin-right: 12px;
          position: relative;
          font-size: 12px;
          font-weight: 500;
          color: rgba(23, 34, 43, 0.6); }
          .more-news-items .more-news-item ul li a::before {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 11px;
            background: #B9BCBF; }
          .more-news-items .more-news-item ul li a i {
            color: #70BDFF;
            padding-right: 6px; }
        .more-news-items .more-news-item ul li:last-child a {
          padding-right: 0;
          margin-right: 0; }
          .more-news-items .more-news-item ul li:last-child a::before {
            display: none; }

.widet-newsletter .post-newsletter {
  background: #F2F6F8; }
  .widet-newsletter .post-newsletter .input-box input {
    background: #fff; }

.widget-social .post-contact {
  padding: 0; }
  .widget-social .post-contact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .widget-social .post-contact ul {
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .widget-social .post-contact ul {
        justify-content: flex-start; } }
    .widget-social .post-contact ul li {
      display: inline-block; }
      .widget-social .post-contact ul li a {
        display: inline-block;
        background: #3B5998;
        width: 120px;
        height: 50px;
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .widget-social .post-contact ul li a {
            width: 105px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .widget-social .post-contact ul li a {
            width: 92px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .widget-social .post-contact ul li a {
            margin-right: 10px;
            width: 100px; } }
        @media (max-width: 767px) {
          .widget-social .post-contact ul li a {
            margin-right: 10px;
            width: 100px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .widget-social .post-contact ul li a {
            width: 110px; } }
        .widget-social .post-contact ul li a::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 35px;
          background: #334D82; }
        .widget-social .post-contact ul li a i {
          position: absolute;
          list-style-type: 0;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 16px;
          color: #fff; }
        .widget-social .post-contact ul li a span {
          font-size: 15px;
          font-weight: 500;
          color: #fff;
          line-height: 15px; }
        .widget-social .post-contact ul li a p {
          font-size: 11px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.85);
          text-transform: capitalize;
          margin-bottom: 0;
          line-height: 15px; }
        .widget-social .post-contact ul li a.item-2 {
          background: #1DA1F2; }
          .widget-social .post-contact ul li a.item-2::before {
            background: #1B87CA; }
        .widget-social .post-contact ul li a.item-3 {
          background: #FF5050; }
          .widget-social .post-contact ul li a.item-3::before {
            background: #D04648; }
        .widget-social .post-contact ul li a.item-4 {
          background: #9B45D5; }
          .widget-social .post-contact ul li a.item-4::before {
            background: #803DB3; }
        .widget-social .post-contact ul li a.item-5 {
          background: #1AB7EA; }
          .widget-social .post-contact ul li a.item-5::before {
            background: #1999C3; }
        .widget-social .post-contact ul li a.item-6 {
          background: #00AB6C; }
          .widget-social .post-contact ul li a.item-6::before {
            background: #048F5E; }

.footer-download-store {
  border-top: 2px dashed #E7E8E9;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer-download-store .text .title {
    font-size: 24px;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .footer-download-store .text .title {
        font-size: 20px; } }
  .footer-download-store .text span {
    font-size: 17px;
    line-height: 27px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-download-store .store-btn {
      text-align: right; } }
  .footer-download-store .store-btn ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer-download-store .store-btn ul li {
      display: inline-block; }
      .footer-download-store .store-btn ul li a {
        background: #F2F6F8;
        position: relative;
        display: inline-block;
        height: 65px;
        width: 185px;
        border: 1px solid rgba(23, 34, 43, 0.75);
        border-radius: 5px;
        padding-left: 54px;
        padding-top: 8px;
        margin-left: 9px;
        text-align: left; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .footer-download-store .store-btn ul li a {
            margin: 5px 0; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-download-store .store-btn ul li a {
            width: 170px; } }
        @media (max-width: 767px) {
          .footer-download-store .store-btn ul li a {
            margin-left: 0;
            margin-right: 10px;
            margin-top: 15px; } }
        .footer-download-store .store-btn ul li a i {
          position: absolute;
          left: 18px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 26px;
          color: #1091FF; }
        .footer-download-store .store-btn ul li a p {
          margin-bottom: 0;
          font-size: 12px;
          font-weight: 400;
          color: rgba(23, 34, 43, 0.75);
          margin-bottom: -4px; }
        .footer-download-store .store-btn ul li a span {
          font-size: 15px;
          font-weight: 400;
          color: #17222B; }

/*===========================
    8.POST NEWS 2 css 
===========================*/
.post-news-item-2 {
  background: #fff;
  border-radius: 7px; }
  @media (max-width: 767px) {
    .post-news-item-2 {
      margin-bottom: 30px; } }
  .post-news-item-2 .post-news-thumb {
    overflow: hidden;
    border-radius: 8px; }
    .post-news-item-2 .post-news-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .post-news-item-2 .post-news-content {
    padding: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-news-item-2 .post-news-content {
        padding: 15px; } }
    .post-news-item-2 .post-news-content .title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      letter-spacing: -0.1px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .post-news-item-2 .post-news-content .title {
          font-size: 15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-news-item-2 .post-news-content .title {
          font-size: 16px; } }
    .post-news-item-2 .post-news-content p {
      margin-bottom: 20px; }
  .post-news-item-2:hover .post-news-thumb img {
    transform: scale(1.1); }

.meta-post-2-style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative; }
  .meta-post-2-style::before {
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 3px;
    background: #1091FF; }
  .meta-post-2-style .meta-post-categores a {
    font-size: 12px;
    color: #1091FF;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .meta-post-2-style .meta-post-categores a {
        font-size: 11px; } }
  .meta-post-2-style .meta-post-date {
    padding-left: 12px;
    margin-left: 12px;
    position: relative; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .meta-post-2-style .meta-post-date {
        padding-left: 9px;
        margin-left: 9px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .meta-post-2-style .meta-post-date {
        padding-left: 5px;
        margin-left: 5px;
        font-size: 12px; } }
    .meta-post-2-style .meta-post-date::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 2px;
      height: 11px;
      background: #B9BCBF; }

/*===========================
    9.HERO css 
===========================*/
.hero-area {
  position: relative;
  padding: 310px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
      padding: 200px 0; } }
  @media (max-width: 767px) {
    .hero-area {
      padding: 200px 0; } }
  .hero-area .bg-image {
    background-image: url(../images/hero-bg.jpg);
    left: 0;
    top: 0; }

.hero-content .title {
  color: #fff;
  font-size: 44px;
  line-height: 55px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  margin-bottom: 0;
  padding-top: 15px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-content .title {
      font-size: 38px;
      line-height: 48px; } }
  @media (max-width: 767px) {
    .hero-content .title {
      font-size: 30px;
      line-height: 36px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content .title {
      font-size: 36px;
      line-height: 46px; } }
.hero-content .hero-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .hero-content .hero-meta .meta-categories {
    position: relative;
    padding-left: 15px; }
    .hero-content .hero-meta .meta-categories::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: linear-gradient(#f55 0%, #ab50ef 100%);
      width: 4px;
      height: 19px; }
    .hero-content .hero-meta .meta-categories span {
      font-size: 15px;
      font-weight: 500;
      color: #fff; }
  .hero-content .hero-meta .meta-date {
    position: relative;
    padding-left: 15px;
    margin-left: 15px; }
    .hero-content .hero-meta .meta-date::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.75);
      width: 2px;
      height: 15px; }
    .hero-content .hero-meta .meta-date span {
      font-size: 15px;
      font-weight: 500;
      color: #fff; }

/*===========================
    10.SUB css 
===========================*/
.sub-area {
  position: relative;
  margin-top: -182px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-area {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .sub-area {
      margin-top: 50px; } }

.sub-item {
  background: #17222B;
  padding: 25px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item {
      padding: 25px 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-item {
      margin-bottom: 2px; } }
  @media (max-width: 767px) {
    .sub-item {
      margin-bottom: 2px;
      font-size: 15px; } }
  .sub-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 7px;
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  .sub-item span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  .sub-item:hover {
    background: #fff;
    color: #17222B; }
    .sub-item:hover::before {
      width: 100%; }
    .sub-item:hover span {
      color: #17222B; }
      .sub-item:hover span span {
        color: #FF5555; }

/*===========================
    11.POST PLAY css 
===========================*/
.post-play-area {
  padding: 70px 0;
  background: #17222B;
  margin-top: 100px; }
  .post-play-area.mt-100 {
    margin-top: 0;
    padding-top: 66px; }

.post-play-item {
  position: relative; }
  .post-play-item img {
    width: 100%;
    border-radius: 8px 0 0 8px; }
  .post-play-item .post-play-content {
    position: absolute;
    bottom: 40px;
    left: 50px; }
    @media (max-width: 767px) {
      .post-play-item .post-play-content {
        left: 20px;
        bottom: 20px; } }
    .post-play-item .post-play-content > .title {
      font-size: 44px;
      line-height: 54px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-play-item .post-play-content > .title {
          font-size: 36px;
          line-height: 44px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .post-play-item .post-play-content > .title {
          font-size: 41px;
          line-height: 48px; } }
      @media (max-width: 767px) {
        .post-play-item .post-play-content > .title {
          font-size: 24px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .post-play-item .post-play-content > .title {
          font-size: 30px;
          line-height: 36px; } }
      .post-play-item .post-play-content > .title a {
        color: #fff; }
        .post-play-item .post-play-content > .title a:hover {
          color: #FF5555; }
    .post-play-item .post-play-content .play-meta {
      position: relative;
      padding-left: 72px; }
      .post-play-item .post-play-content .play-meta a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        color: #fff;
        font-size: 16px; }
      .post-play-item .post-play-content .play-meta .title {
        color: #fff;
        font-size: 15px;
        margin-bottom: 10px; }
      .post-play-item .post-play-content .play-meta span {
        font-size: 14px;
        font-weight: 400;
        color: #fff; }

.post-play-list {
  background: #fff;
  padding: 25px 25px 6px; }
  @media (max-width: 767px) {
    .post-play-list {
      max-height: 375px;
      overflow-y: scroll; } }
  .post-play-list .post-play-list-item {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .post-play-list .post-play-list-item {
        margin-bottom: 5px; } }
    .post-play-list .post-play-list-item .play-meta {
      padding-left: 40px;
      position: relative; }
      .post-play-list .post-play-list-item .play-meta a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 26px;
        width: 26px;
        text-align: center;
        line-height: 26px;
        border: 1px solid #FE9898;
        color: #FE9898;
        border-radius: 50%;
        font-size: 12px; }
      .post-play-list .post-play-list-item .play-meta .title {
        font-size: 12px;
        font-weight: 500;
        color: #FF5555;
        margin-bottom: 0px; }
      .post-play-list .post-play-list-item .play-meta span {
        color: rgba(23, 34, 43, 0.5); }
    .post-play-list .post-play-list-item > .title {
      font-size: 20px;
      line-height: 24px;
      padding-top: 6px;
      margin-bottom: 13px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .post-play-list .post-play-list-item > .title {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 9px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-play-list .post-play-list-item > .title {
          font-size: 15px;
          line-height: 18px; } }
      .post-play-list .post-play-list-item > .title a:hover {
        color: #FF5555; }
    .post-play-list .post-play-list-item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }

/*===========================
    12.ABOUT AUTHOR css 
===========================*/
.about-author-area {
  background: #fff;
  padding: 20px 0px 40px;
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05); }

.about-author-content nav ol {
  margin: 0;
  padding: 0;
  background-color: transparent; }
  .about-author-content nav ol li {
    font-size: 13px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.5); }
    .about-author-content nav ol li a {
      font-weight: 500;
      color: rgba(23, 34, 43, 0.5); }
.about-author-content .author-content {
  padding-left: 145px;
  position: relative;
  margin-top: 46px; }
  @media (max-width: 767px) {
    .about-author-content .author-content {
      padding-left: 0; } }
  .about-author-content .author-content .thumb {
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .about-author-content .author-content .thumb {
        position: static;
        margin-bottom: 15px; } }
  .about-author-content .author-content .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px; }
  .about-author-content .author-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .about-author-content .author-content ul li {
      display: inline-block;
      color: rgba(23, 34, 43, 0.5);
      font-size: 16px;
      font-weight: 400;
      margin-right: 20px; }
      .about-author-content .author-content ul li span {
        font-size: 14px; }
      .about-author-content .author-content ul li:last-child {
        margin-right: 0; }
  .about-author-content .author-content .text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    padding-top: 22px; }

.about-item-area {
  padding-bottom: 100px; }
  .about-item-area .about-tab-btn ul {
    padding-bottom: 19px; }
    .about-item-area .about-tab-btn ul li > a {
      margin: 0;
      padding: 0;
      font-size: 24px;
      font-weight: 500;
      color: rgba(23, 34, 43, 0.4);
      margin-right: 30px; }
      @media (max-width: 767px) {
        .about-item-area .about-tab-btn ul li > a {
          margin-right: 15px;
          font-size: 20px; } }
      .about-item-area .about-tab-btn ul li > a.active {
        background-color: transparent;
        color: #17222B; }
  .about-item-area .about-tab-btn .archive-btn ul {
    margin: 0;
    padding: 0 0 30px;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    .about-item-area .about-tab-btn .archive-btn ul li {
      font-size: 24px;
      font-weight: 500;
      color: #17222B; }

.about-item-area .pagination-item nav ul li a {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: rgba(23, 34, 43, 0.1);
  border: 0;
  font-size: 24px;
  font-weight: 500;
  color: #17222B;
  margin-right: 5px; }
  @media (max-width: 767px) {
    .about-item-area .pagination-item nav ul li a {
      height: 50px;
      width: 50px;
      font-size: 20px;
      line-height: 50px; } }
  .about-item-area .pagination-item nav ul li a:hover, .about-item-area .pagination-item nav ul li a.active {
    background: #1091FF;
    color: #fff; }
.about-item-area .pagination-item nav ul li:first-child a {
  border-radius: 0 !important; }
.about-item-area .pagination-item nav ul li:last-child a {
  border-radius: 0 !important; }

/*===========================
    13.ARCHIVE css 
===========================*/
.archive-content {
  padding-top: 40px; }
  .archive-content .section-title .title {
    font-size: 20px;
    margin-bottom: 21px; }
  .archive-content .archive-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .archive-content .archive-list ul {
      margin: 0 60px 0 0;
      padding: 0;
      list-style-type: none; }
      @media (max-width: 767px) {
        .archive-content .archive-list ul {
          margin: 0 40px 0 0; } }
      .archive-content .archive-list ul li {
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 15px; }
      .archive-content .archive-list ul:last-child {
        margin-right: 0; }
  .archive-content .archive-items.border-left {
    padding-left: 30px;
    border-left: 2px dashed #E5E6E7 !important; }
    @media (max-width: 767px) {
      .archive-content .archive-items.border-left {
        padding-left: 0;
        border-left: 0 !important;
        padding-top: 20px; } }

/*===========================
    14.ERROR css 
===========================*/
.error-area {
  background: #fff;
  padding: 60px 0px 60px;
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05); }

.error-content {
  padding-top: 58px; }
  .error-content .title {
    font-size: 30px;
    font-weight: 500; }
  .error-content ul {
    margin: 40px 0 0;
    padding: 0;
    list-style-type: none; }
    .error-content ul li {
      display: inline-block; }
      .error-content ul li a {
        line-height: 60px;
        padding: 0 45px;
        background: #1091FF;
        border: 1px solid #1091FF;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 6px; }
        @media (max-width: 767px) {
          .error-content ul li a {
            margin-bottom: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .error-content ul li a {
            margin-bottom: 0px; } }
        .error-content ul li a:hover {
          border-color: #1091FF;
          background-color: transparent;
          color: #1091FF; }
        .error-content ul li a.btn-2 {
          background-color: transparent;
          color: #1091FF; }
          .error-content ul li a.btn-2:hover {
            background: #1091FF;
            color: #fff; }

.add-area {
  background: #F0F0F1;
  padding: 50px 0; }

/*===========================
    15.CONTACT css 
===========================*/
.contact-info-item {
  box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
  background: #fff;
  padding: 25px; }
  .contact-info-item .title {
    font-size: 20px;
    padding-left: 18px;
    position: relative; }
    .contact-info-item .title::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 8px;
      width: 8px;
      background: #1091FF; }
  .contact-info-item span {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(23, 34, 43, 0.5); }
    .contact-info-item span i {
      padding-right: 5px; }
  .contact-info-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .contact-info-item ul li {
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
      color: #17222B;
      padding-left: 18px; }

.map-area {
  margin-top: 60px; }
  .map-area iframe {
    width: 100%;
    height: 500px; }

.contact-box {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .contact-box {
      margin-right: 0; } }
  .contact-box .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 33px; }
  .contact-box .input-box {
    margin-right: -20px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .contact-box .input-box {
        margin-right: 0; } }
    .contact-box .input-box input {
      width: 100%;
      height: 60px;
      padding-left: 20px;
      border: 0;
      background: #E9EAEB;
      color: rgba(23, 34, 43, 0.5); }
      .contact-box .input-box input::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5); }
    .contact-box .input-box textarea {
      width: 100%;
      height: 180px;
      border: 0;
      background: #E9EAEB;
      padding-left: 20px;
      padding-top: 10px;
      resize: none;
      color: rgba(23, 34, 43, 0.5); }
      .contact-box .input-box textarea::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5); }
    .contact-box .input-box button {
      background: #1091FF;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: 10px;
      padding: 0 33px;
      border: 1px solid #1091FF; }
      .contact-box .input-box button:hover {
        background-color: transparent;
        color: #1091FF; }

.contact-sidebar .post-newsletter {
  box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
  border-radius: 0; }
  .contact-sidebar .post-newsletter .input-box input {
    border-radius: 0;
    background: #ECEDEE; }

.post-layout-1-area {
  padding-top: 17px; }
  .post-layout-1-area.post-layout-2-area {
    padding-top: 50px; }
    .post-layout-1-area.post-layout-2-area .about-author-content {
      margin-left: -30px;
      margin-right: -30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .post-layout-1-area.post-layout-2-area .about-author-content {
          margin-left: 0;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .post-layout-1-area.post-layout-2-area .about-author-content {
          margin-left: 0;
          margin-right: 0; } }

.post-layout-top-content {
  padding-top: 45px; }
  .post-layout-top-content .post-categories .categories-item span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1091FF; }
  .post-layout-top-content .post-categories .categories-share ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .post-layout-top-content .post-categories .categories-share ul li {
      display: inline-block;
      margin-left: 18px;
      font-size: 15px;
      font-weight: 500;
      color: rgba(23, 34, 43, 0.5); }
      .post-layout-top-content .post-categories .categories-share ul li i {
        padding-right: 6px; }
  .post-layout-top-content .post-content {
    padding-top: 11px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400; }
    .post-layout-top-content .post-content .title {
      font-size: 34px;
      line-height: 40px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .post-layout-top-content .post-content .title {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .post-layout-top-content .post-content .title {
          font-size: 27px;
          line-height: 33px; } }
    .post-layout-top-content .post-content .thumb {
      padding-top: 15px; }
      .post-layout-top-content .post-content .thumb img {
        width: 100%; }
  .post-layout-top-content .post-text {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .post-layout-top-content .post-text {
        font-size: 15px;
        line-height: 24px; } }
    .post-layout-top-content .post-text p {
      margin-bottom: 27px; }
      .post-layout-top-content .post-text p .user {
        display: inline-block;
        line-height: 28px;
        white-space: nowrap;
        background: #D9DADC;
        color: #353E46;
        padding: 0 7px; }
    .post-layout-top-content .post-text ul {
      margin-left: 16px;
      padding: 0;
      list-style-type: square; }
      .post-layout-top-content .post-text ul li {
        padding-bottom: 7px;
        color: #17222B; }
    .post-layout-top-content .post-text .title {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 22px; }
    .post-layout-top-content .post-text .quote-text {
      font-weight: 500; }
    .post-layout-top-content .post-text .thumb img {
      width: 100%; }
    .post-layout-top-content .post-text .thumb span {
      font-weight: 400;
      color: rgba(23, 34, 43, 0.5);
      display: inline-block;
      padding-top: 7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-layout-top-content .post-text .post-thumb {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .post-layout-top-content .post-text .post-thumb {
        margin-bottom: 35px; } }
    .post-layout-top-content .post-text .play-thumb {
      position: relative; }
      .post-layout-top-content .post-text .play-thumb::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
        opacity: .5; }
      .post-layout-top-content .post-text .play-thumb img {
        width: 100%; }
      .post-layout-top-content .post-text .play-thumb span {
        position: absolute;
        left: 30px;
        bottom: 20px;
        color: #fff; }
      .post-layout-top-content .post-text .play-thumb a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        background: #FF5555;
        color: #fff;
        border-radius: 50%;
        font-size: 24px;
        z-index: 10; }
        .post-layout-top-content .post-text .play-thumb a::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          border-radius: 50px;
          background: #FF5555;
          animation: 3s linear infinite pasle-border;
          z-index: -1; }
  .post-layout-top-content .post-tags {
    border-bottom: 2px dashed #DADCDD;
    padding-bottom: 50px; }
    .post-layout-top-content .post-tags ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .post-layout-top-content .post-tags ul li {
        display: inline-block; }
        .post-layout-top-content .post-tags ul li a {
          border: 1px solid #C2C5C7;
          display: inline-block;
          line-height: 40px;
          padding: 0 15px;
          font-weight: 500; }
        .post-layout-top-content .post-tags ul li:first-child a {
          background: #E4E5E6;
          border-color: #E4E5E6; }
  .post-layout-top-content.post-layout-top-content-2 {
    padding-top: 17px;
    margin-left: -30px;
    margin-right: -30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-layout-top-content.post-layout-top-content-2 {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .post-layout-top-content.post-layout-top-content-2 {
        margin-left: 0;
        margin-right: 0; } }
    .post-layout-top-content.post-layout-top-content-2 .post-author {
      margin-top: 25px; }
    .post-layout-top-content.post-layout-top-content-2 .post-content {
      padding-top: 30px; }
  .post-layout-top-content.post-layout-top-content-3 {
    padding: 30px;
    box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
    background: #fff;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .post-layout-top-content.post-layout-top-content-3 {
        padding: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .post-layout-top-content.post-layout-top-content-3 {
        padding: 30px; } }
    .post-layout-top-content.post-layout-top-content-3 .post-content .post-author {
      margin-bottom: 30px; }
    .post-layout-top-content.post-layout-top-content-3 .post-content .thumb {
      padding-top: 0; }
    .post-layout-top-content.post-layout-top-content-3 .post-categories .categories-share ul li {
      margin-left: 0;
      margin-right: 18px; }
    .post-layout-top-content.post-layout-top-content-3 .post-tags {
      padding-bottom: 0;
      border-bottom: 0; }

.post-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .post-author {
      display: block; } }
  .post-author .author-info {
    position: relative;
    padding-left: 60px; }
    @media (max-width: 767px) {
      .post-author .author-info {
        padding-left: 55px; } }
    .post-author .author-info .thumb {
      max-width: 45px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .post-author .author-info .title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 22px; }
    .post-author .author-info ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .post-author .author-info ul li {
        display: inline-block;
        font-size: 14px;
        font-weight: 400; }
  @media (max-width: 767px) {
    .post-author .author-social {
      margin-top: 15px; } }
  .post-author .author-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .post-author .author-social ul li {
      display: inline-block; }
      .post-author .author-social ul li a {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background: #E4E5E6;
        display: inline-block; }
        @media (max-width: 767px) {
          .post-author .author-social ul li a {
            height: 30px;
            width: 30px;
            line-height: 30px;
            font-size: 14px; } }

.post-quote {
  padding-top: 12px; }
  .post-quote .thumb {
    min-width: 255px;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .post-quote .thumb {
        min-width: 100%;
        margin-bottom: 20px; } }
  .post-quote .post-quote-content {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-quote .post-quote-content {
        font-size: 16px;
        line-height: 22px; } }
    .post-quote .post-quote-content p {
      color: #17222B;
      padding-top: 11px; }
    .post-quote .post-quote-content .user {
      position: relative;
      padding-left: 60px; }
      .post-quote .post-quote-content .user img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 45px; }
      .post-quote .post-quote-content .user .title {
        margin-bottom: -3px; }
      .post-quote .post-quote-content .user span {
        color: rgba(23, 34, 43, 0.6);
        font-size: 14px;
        font-weight: 400; }
  .post-quote.post-quote-2-style {
    background: #F0F0F1;
    padding: 22px 40px 33px; }
    .post-quote.post-quote-2-style p {
      font-size: 17px;
      line-height: 27px;
      font-weight: 400; }
  .post-quote.post-quote-3-style .post-quote-content p {
    padding: 0 60px 0; }
    @media (max-width: 767px) {
      .post-quote.post-quote-3-style .post-quote-content p {
        padding: 0; } }
  .post-quote.post-quote-3-style .post-quote-content .user {
    display: inline-block; }

.post-reader-text .post-reader-prev {
  position: relative;
  padding-left: 20px; }
  .post-reader-text .post-reader-prev::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background: #BDC0C2; }
  .post-reader-text .post-reader-prev span {
    font-size: 15px;
    font-weight: 500; }
  .post-reader-text .post-reader-prev .title {
    font-size: 20px;
    line-height: 24px;
    padding-top: 17px;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-reader-text .post-reader-prev .title {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .post-reader-text .post-reader-prev .title {
        font-size: 16px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .post-reader-text .post-reader-prev .title {
        font-size: 20px; } }
.post-reader-text.post-reader-text-2 .post-reader-prev {
  background: #E4E5E6;
  padding: 20px; }
  .post-reader-text.post-reader-text-2 .post-reader-prev::before {
    display: none; }
  .post-reader-text.post-reader-text-2 .post-reader-prev span {
    color: rgba(23, 34, 43, 0.5); }
    .post-reader-text.post-reader-text-2 .post-reader-prev span i {
      font-size: 20px;
      padding-left: 5px; }
.post-reader-text.post-reader-text-2.post-reader-text-3 {
  padding-top: 30px; }
  .post-reader-text.post-reader-text-2.post-reader-text-3 .post-reader-prev {
    box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
    background: #fff; }

.latest-news-area {
  background: #F0F0F1;
  padding-top: 92px;
  padding-bottom: 65px; }

.post-form-area {
  padding-top: 90px;
  padding-bottom: 70px; }

.post-form-box .input-box {
  margin-bottom: 20px; }
  .post-form-box .input-box input {
    width: 100%;
    background: #fff;
    padding-left: 20px;
    height: 60px;
    border: 1px solid #C4C7C9;
    color: rgba(23, 34, 43, 0.5); }
    .post-form-box .input-box input::placeholder {
      opacity: 1;
      color: rgba(23, 34, 43, 0.5); }
  .post-form-box .input-box textarea {
    width: 100%;
    background: #fff;
    padding-left: 20px;
    padding-top: 10px;
    resize: none;
    height: 130px;
    border: 1px solid #C4C7C9;
    color: rgba(23, 34, 43, 0.5); }
    .post-form-box .input-box textarea::placeholder {
      opacity: 1;
      color: rgba(23, 34, 43, 0.5); }
  .post-form-box .input-box button {
    line-height: 60px;
    background: #1091FF;
    border: 1px solid #1091FF;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px; }
    .post-form-box .input-box button:hover {
      background-color: transparent;
      color: #1091FF; }

.post-comments-list .post-comments-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 18px; }
  .post-comments-list .post-comments-item .thumb {
    min-width: 50px;
    margin-right: 20px; }
  .post-comments-list .post-comments-item .post {
    font-size: 17px;
    line-height: 27px;
    position: relative;
    border-bottom: 2px dashed #DADCDD;
    padding-bottom: 5px; }
    .post-comments-list .post-comments-item .post a {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 16px;
      font-weight: 400;
      color: #1091FF; }
    .post-comments-list .post-comments-item .post .title {
      font-size: 18px;
      margin-bottom: 7px; }
  .post-comments-list .post-comments-item:last-child .post {
    border-bottom: 0;
    padding-bottom: 0; }

.post-load-btn {
  margin-top: 23px; }
  .post-load-btn a {
    background: #1091FF;
    line-height: 60px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #1091FF; }
    .post-load-btn a:hover {
      background-color: transparent;
      color: #1091FF;
      border-color: #1091FF; }

@-webkit-keyframes pasle-border {
  0% {
    transform: scale(1);
    opacity: 0; }
  50% {
    transform: scale(1.3);
    opacity: 1; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
@keyframes pasle-border {
  0% {
    transform: scale(1);
    opacity: 0; }
  50% {
    transform: scale(1.3);
    opacity: 1; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }



/*# sourceMappingURL=style.css.map */

.category-title {
  font-size: 1.5rem;   /* Daha büyük font */
  font-weight: 800;     /* Extra bold */
  color: #1976d2;       /* Koyu mavi */
}

.category-link {
  font-size: 1.5rem;    /* Biraz daha büyük */
  font-weight: 700;
  color: #1976d2;
  text-decoration: none;
}

.line-divider {
  height: 6px; 
  background: linear-gradient(to right, #64b5f6 30%, #1976d2 30%);
  border-radius: 3px;
}




/* aşağısı yeniii */


/* 🔍 Arama Overlay */
/* Header */


/* Header */
.site-header .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e60000;
    padding: 10px 20px;
}

/* Mobil Menü İkonu */
.menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
}

/* Logo */
.logo {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}
.logo small {
    display: block;
    font-size: 12px;
    color: #fff;
}

/* Menü */
.main-nav ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

/* Sağ kısım */
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-right i {
    color: #fff;
    font-size: 18px;
}
.login-btn {
    background: #b50000;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

/* Alt haber alanı */
.breaking-news {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow-x: auto;
}
.breaking-title {
    font-weight: bold;
    color: #000;
    flex-shrink: 0;
}
.breaking-content {
    display: flex;
    gap: 20px;
    white-space: nowrap;
}
.breaking-content a {
    color: #222;
    text-decoration: none;
    font-size: 14px;
}
.breaking-content a b {
    color: #e60000;
}

/* Mobil Menü */
.main-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100%;
    background: #e60000;
    padding: 20px;
    flex-direction: column;
    transition: 0.3s;
    z-index: 999;
}
.main-nav.active {
    left: 0;
}
.main-nav ul {
    flex-direction: column;
    gap: 15px;
}
.close-menu {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

/* Arama overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.search-overlay.active {
    display: flex;
}
.search-overlay input {
    width: 80%;
    padding: 10px 15px;
    font-size: 16px;
}
.close-search {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

/* Responsive */
@media(min-width: 992px){
    .main-nav {
        position: static;
        flex-direction: row;
        width: auto;
        height: auto;
        background: none;
        padding: 0;
        display: flex !important;
        transition: none;
    }
    .main-nav ul {
        flex-direction: row;
        gap: 20px;
    }
    .close-menu {
        display: none;
    }
}
@media(max-width: 991px){
    .main-nav ul {
        gap: 15px;
    }
}

/* Mobilde header sabit */@media(max-width: 991px){
    /* Topbar sabit */
    .site-header .topbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    /* Mobil Menü */
    .main-nav {
        position: fixed;
        top: 0; /* topbar ile aynı hizada başlıyor */
        left: -100%;
        width: 250px;
        height: 100%; /* tüm ekranı kaplasın */
        background: #e60000;
        padding-top: 60px; /* topbar yüksekliği kadar iç boşluk */
        flex-direction: column;
        transition: 0.3s;
        z-index: 999;
    }

    /* Menü açıkken */
    .main-nav.active {
        left: 0;
    }

    /* Sayfa içeriği topbar’ın altına kaymasın */
    body {
        padding-top: 60px; /* sadece topbar yüksekliği kadar */
    }
}

.beyazarkarenk{

  background-color: #ffffff;
}


/* yazarlar başlangıç */

/* yazarlar bitiş */






/* panigation özel yapım   */
.pagination-area {
    text-align: center;
    margin: 20px 0;
}

.pagination-list {
    display: inline-flex;
    list-style: none;
    gap: 8px;
    padding: 0;
}

.pagination-list li a,
.pagination-list li span {
    display: block;
    padding: 8px 14px;
    border-radius: 6px;
    background: #f2f2f2;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: 0.2s;
}

.pagination-list li a:hover {
    background: #d32f2f;
    color: #fff;
}

.pagination-list .active span {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}

.pagination-list .disabled span {
    background: #e5e5e5;
    color: #999;
    cursor: not-allowed;
}

.pagination-list .dots span {
    background: transparent;
    border: none;
    color: #999;
}
 
.news-content img, .news-content iframe, .news-content video { max-width:100%; height:auto; }
.news-content table { max-width:100%; display:block; overflow-x:auto; }
html, body { overflow-x:hidden; }

/* ✅ Anasayfa Foto Galeri: 100x57 */
.home-photo-gallery-section .post-gallery-style-2 .post-gallery-thumb img{
  width: 100px !important;
  height: 57px !important;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* ✅ Galeri Detay (/galeri/{slug}) grid: 100x57 */
.mg-grid .mg-item img{
  width: 100px !important;
  height: 57px !important;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* Foto Galeri featured: 787x442 (16:9) desktop */
.photo-gallery-feature .video-play-thumb img{
  width: 787px;
  height: 442px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

/* Mobilde full width */
@media (max-width: 768px){
  .photo-gallery-feature .video-play-thumb img{
    width: 100%;
    height: auto; /* oranı korur */
  }
}
.photo-gallery-feature .video-play-thumb picture,
.photo-gallery-feature .video-play-thumb img{
  display:block;
}

.photo-gallery-feature .video-play-thumb img{
  width:100%;
  max-width:787px;
  height:auto;
  aspect-ratio:787/442;
  object-fit:cover;
  border-radius:10px;
}

/* Foto Galeri anasayfa bölümü arka plan */
.home-gallery-wrap{
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.06), rgba(59, 130, 246, 0.08), rgba(236, 72, 153, 0.06));
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

/* Üst başlık satırı biraz daha belirgin */
.home-gallery-wrap .home-gallery-head{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  margin-bottom: 14px;
}

/* İçteki kartların arkasını hafif beyaz yap (okunurluk) */
.home-gallery-wrap .video-play-item,
.home-gallery-wrap .post-gallery-style-2{
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 14px;
  padding: 12px;
}

/* Hover efekti (premium hissi) */
.home-gallery-wrap .video-play-item:hover,
.home-gallery-wrap .post-gallery-style-2:hover{
  transform: translateY(-2px);
  transition: all .18s ease;
}
/* Maraş Pusula tarzı: renkli zemin + okunaklı kartlar */
.home-gallery-wrap{
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
  background:
    radial-gradient(900px 420px at 12% 12%, rgba(255, 59, 99, .28), transparent 60%),
    radial-gradient(800px 380px at 88% 18%, rgba(255, 184, 0, .26), transparent 58%),
    radial-gradient(850px 450px at 50% 92%, rgba(0, 210, 255, .22), transparent 62%),
    linear-gradient(135deg, rgba(17,24,39,.06), rgba(255,255,255,.25));
}

/* Hafif “ışık” efekti */
.home-gallery-wrap::before{
  content:"";
  position:absolute;
  inset:-40px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.35), transparent 45%),
    linear-gradient(300deg, rgba(255,255,255,.18), transparent 55%);
  filter: blur(10px);
  opacity: .65;
  pointer-events:none;
}

/* Başlık şeridi */
.home-gallery-wrap .home-gallery-head{
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.55);
  margin-bottom: 14px;
}
.home-gallery-wrap .home-gallery-head h4{
  color:#111827;
}

/* İç kartlar: yarı beyaz cam efekti (okunurluk) */
.home-gallery-wrap .video-play-item,
.home-gallery-wrap .post-gallery-style-2{
  position: relative;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

/* Hover premium */
.home-gallery-wrap .video-play-item:hover,
.home-gallery-wrap .post-gallery-style-2:hover{
  transform: translateY(-2px);
  transition: all .18s ease;
  box-shadow: 0 16px 30px rgba(0,0,0,.10);
}

/* “FOTO GALERİ” etiketi renkli dursun */
.home-gallery-wrap .meta-categories a,
.home-gallery-wrap .meta-post-categores a{
  background: linear-gradient(90deg, rgba(255,59,99,.95), rgba(255,184,0,.95));
  color:#fff !important;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-block;
}
/* Maraş  tarzı: renkli zemin + okunaklı kartlar */
.home-gallery-wrap{
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
  background:
    radial-gradient(900px 420px at 12% 12%, rgba(255, 59, 99, .28), transparent 60%),
    radial-gradient(800px 380px at 88% 18%, rgba(255, 184, 0, .26), transparent 58%),
    radial-gradient(850px 450px at 50% 92%, rgba(0, 210, 255, .22), transparent 62%),
    linear-gradient(135deg, rgba(17,24,39,.06), rgba(255,255,255,.25));
}

/* Hafif “ışık” efekti */
.home-gallery-wrap::before{
  content:"";
  position:absolute;
  inset:-40px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.35), transparent 45%),
    linear-gradient(300deg, rgba(255,255,255,.18), transparent 55%);
  filter: blur(10px);
  opacity: .65;
  pointer-events:none;
}

/* Başlık şeridi */
.home-gallery-wrap .home-gallery-head{
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.55);
  margin-bottom: 14px;
}
.home-gallery-wrap .home-gallery-head h4{
  color:#111827;
}

/* İç kartlar: yarı beyaz cam efekti (okunurluk) */
.home-gallery-wrap .video-play-item,
.home-gallery-wrap .post-gallery-style-2{
  position: relative;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

/* Hover premium */
.home-gallery-wrap .video-play-item:hover,
.home-gallery-wrap .post-gallery-style-2:hover{
  transform: translateY(-2px);
  transition: all .18s ease;
  box-shadow: 0 16px 30px rgba(0,0,0,.10);
}

/* “FOTO GALERİ” etiketi renkli dursun */
.home-gallery-wrap .meta-categories a,
.home-gallery-wrap .meta-post-categores a{
  background: linear-gradient(90deg, rgba(255,59,99,.95), rgba(255,184,0,.95));
  color:#fff !important;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-block;
}



.manset-card { color: inherit; }

.manset-title{
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;

  display: -webkit-box;
  -webkit-line-clamp: 2;        /* 2 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.25em * 2); /* tüm kartlarda aynı yükseklik */
}

.manset-thumb{
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.manset-card:hover .manset-thumb{
  box-shadow: 0 10px 26px rgba(0,0,0,.14);
  transition: .2s ease;
}

.home-card { color: inherit; }

.home-thumb{
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: box-shadow .2s ease, transform .2s ease;
}
.home-card:hover .home-thumb{
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
  transform: translateY(-2px);
}

.home-title{
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.25em * 2); /* tüm kartlarda aynı yükseklik */
}

.home-content{
  padding-top: 4px;
}
.home-card{
  padding-bottom: 4px;
}

/* Kartlar biraz nefes alsın */
.manset-card, .home-card{
  padding-bottom: 2px;
  color: inherit;
}

/* Görsel gölge + hover */
.manset-thumb, .home-thumb{
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: box-shadow .2s ease, transform .2s ease;
}
.manset-card:hover .manset-thumb,
.home-card:hover .home-thumb{
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
  transform: translateY(-2px);
}

/* Başlık üst boşluğu (görsel ile başlık birbirine yapışmasın) */
.manset-content, .home-content{
  padding-top: 4px;
}

/* Başlık 2 satır sabit */
.manset-title, .home-title{
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.25em * 2);
}

/* Gözden kaçmasın kart */
.gc-thumb{
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: .2s ease;
}
.gc-card:hover .gc-thumb{
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
  transform: translateY(-2px);
}
.gc-content{ padding-top: 4px; }

.gc-title{
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.25em * 2);
}

/* Sağ tab: thumbnail sabit boy */
.sidebar-thumb{
  width: 96px;
  height: 64px; /* 3:2 gibi, çok temiz durur */
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

/* Sağ tab: başlık 2 satır sabit */
.sidebar-title{
  font-weight: 700;
  font-size: 13px;
  line-height: 1.25;
  color: #111827;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.25em * 2);
}

/* gallery item alt çizgi hafif */
.gallery_item{
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.gallery_item:hover .sidebar-title{
  text-decoration: underline;
}


.sidebar-title-head{
  font-weight: 800;
  font-size: 16px;
  color: #111827;
}

.sidebar-line{
  height: 2px;
  background: rgba(0,0,0,.08);
  border-radius: 99px;
}

.sidebar-popular-list{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popular-item{
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  color: inherit;
}
.popular-item:hover .popular-text{
  text-decoration: underline;
}

.popular-thumb-box{
  width: 96px;
  height: 64px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

.popular-text{
  font-weight: 700;
  font-size: 13px;
  line-height: 1.25;
  color: #111827;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.25em * 2);
}

.popular-meta{
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}

.sidebar-ad{
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sidebar-ad:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}
/* Tabs */
.sidebar-pills .nav-link{
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 13px;
  color: #111827;
  background: rgba(0,0,0,.04);
  margin-right: 8px;
}
.sidebar-pills .nav-link.active{
  background: #111827;
  color: #fff;
}

/* Item */
.gallery_item{
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  color: inherit;
}
.gallery_item:hover .sidebar-title{ text-decoration: underline; }

.sidebar-thumb{
  width: 96px;
  height: 64px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

.sidebar-title{
  font-weight: 800;
  font-size: 13px;
  line-height: 1.25;
  color: #111827;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.25em * 2);
}
.sidebar-meta{
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}

/* Strip */
.info-strip{
  background: linear-gradient(135deg, rgba(0,0,0,.04), rgba(0,0,0,.02));
  border: 1px solid rgba(0,0,0,.06);
}
.strip-card{
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 10px 12px;
}
.strip-head{
  font-weight: 900;
  font-size: 12px;
  color: #111827;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.strip-row{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.strip-pill{
  background: rgba(0,0,0,.06);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  color: #111827;
}
.strip-muted{
  font-size: 12px;
  color: #6b7280;
}




/* resim galeri */

/* ✅ TÜM BLOĞU KOYU YAP (p1 gibi) */
.photo-gallery-dark{
  background: linear-gradient(90deg, #244ea3 0%, #6b4aa3 100%) !important;
  padding: 18px 18px 10px !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.18) !important;
}

/* Bazı temalarda beyaz background video-style-box'tan geliyor */
.photo-gallery-dark .video-style-box,
.photo-gallery-dark .container.custom-container{
  background: transparent !important;
}

/* İç kartlar beyaz basıyor olabilir -> hepsini transparan yap */
.photo-gallery-dark .video-play-item,
.photo-gallery-dark .video-play-sidebar-items,
.photo-gallery-dark .post-gallery-style-2,
.photo-gallery-dark .post_gallery_sidebar,
.photo-gallery-dark .post_gallery_items{
  background: transparent !important;
}

/* Yazılar beyaz */
.photo-gallery-dark .section-title .title,
.photo-gallery-dark .video-play-content .title a,
.photo-gallery-dark .post-gallery-content .title a{
  color:#fff !important;
}

.photo-gallery-dark .video-play-content ul li a,
.photo-gallery-dark .meta-post-2-style span,
.photo-gallery-dark .meta-post-2-style a{
  color: rgba(255,255,255,.85) !important;
}

/* Başlık çizgisi (p1 efekti) */
.photo-gallery-dark .section-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 14px;
}
.photo-gallery-dark .section-title:after{
  content:"";
  height:1px;
  background: rgba(255,255,255,.35);
  flex:1;
  margin-left: 14px;
  border-radius: 99px;
}

/* Sağdaki liste ayırıcı */
.photo-gallery-dark .post-gallery-style-2{
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
}
.photo-gallery-dark .post-gallery-style-2:last-child{
  border-bottom: 0 !important;
}

/* Sağ thumb boyutu sabit */
.photo-gallery-dark .post-gallery-thumb img{
  width: 110px !important;
  height: 68px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* Resim altındaki meta şeridi (koyu okunur) */
.photo-gallery-dark .post-meta{
  background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0)) !important;
}
.photo-gallery-dark .post-meta a,
.photo-gallery-dark .post-meta span{
  color:#fff !important;
}

/* resim galeri bitiş


// video başlangıç

/* video bitiş

reklam alanları 
 =========================
   ADS (ad-zone) FINAL FIX
   ========================= */
/* =========================
   ADS (ad-zone) FINAL FIX
   ========================= */

.ad-zone .ad-card { width: 100%; }
.ad-zone .ad-img  { width: 100%; height: auto; display:block; max-width:100%; }

/* TWO: mobil */
.ad-zone .ad-two-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

/* 576px+ (daha erken yan yana) */
@media (min-width: 576px){
  .ad-zone .ad-two-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* 992px+ : sabit genişlik = 300px (recommended) */
@media (min-width: 992px){
  .ad-zone .ad-two-grid{
    grid-template-columns: repeat(2, var(--ad-two-w, 300px)) !important;
    justify-content: center !important;
    align-items: start !important;
  }

  /* asıl kilit: item ve img genişliğini sabitle */
  .ad-zone .ad-two-item{
    width: var(--ad-two-w, 300px) !important;
    max-width: var(--ad-two-w, 300px) !important;
  }

  .ad-zone .ad-two-item .ad-card{
    width: var(--ad-two-w, 300px) !important;
    max-width: var(--ad-two-w, 300px) !important;
  }

  .ad-zone .ad-two-item .ad-img{
    width: 100% !important;   /* kartın genişliği kadar */
    max-width: 100% !important;
  }
}


/* ===== admin Sidebar Skin ===== */
.teb-sidebar{
  background: #0b1220;
  border-right: 1px solid rgba(255,255,255,.06);
}

.teb-sidebar .sidebar-header{
  padding: 18px 18px 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.teb-sidebar .sidebar-brand{
  color:#fff;
  font-weight:800;
  letter-spacing:.2px;
}
.teb-sidebar .sidebar-brand span{ color:#7c3aed; }

.teb-sidebar .sidebar-body{
  padding: 14px 12px 18px;
}

.teb-sidebar .nav-category{
  color: rgba(255,255,255,.45);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 14px 10px 8px;
}

.teb-sidebar .nav-item{ margin: 4px 0; }

.teb-sidebar .nav-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255,255,255,.82);
  transition: .18s ease;
}

.teb-sidebar .nav-link:hover{
  background: rgba(124,58,237,.12);
  color:#fff;
}

.teb-sidebar .nav-link.active,
.teb-sidebar .nav-item.active > .nav-link{
  background: linear-gradient(135deg, rgba(124,58,237,.35), rgba(14,165,233,.18));
  color:#fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}

.teb-sidebar .nav-icon{
  width:18px; height:18px;
  opacity:.95;
}

.teb-sidebar .link-title{ font-size: 13.5px; font-weight: 650; }

.teb-sidebar .link-arrow{
  margin-left:auto;
  width:18px; height:18px;
  opacity:.7;
  transition: transform .2s ease, opacity .2s ease;
}

.teb-sidebar .nav-link[aria-expanded="true"] .link-arrow{
  transform: rotate(180deg);
  opacity: 1;
}

/* Sub menu */
.teb-sidebar .sub-menu{
  margin: 6px 0 4px;
  padding: 6px 8px 8px 34px;
  border-left: 1px dashed rgba(255,255,255,.12);
}

.teb-sidebar .sub-menu .nav-link{
  padding: 8px 10px;
  border-radius: 10px;
  color: rgba(255,255,255,.72);
  background: transparent;
}

.teb-sidebar .sub-menu .nav-link:hover{
  background: rgba(255,255,255,.06);
  color:#fff;
}

.teb-sidebar .sub-menu .nav-link.active{
  background: rgba(124,58,237,.18);
  color:#fff;
}


/* ===== Tebilişim-like Navbar (Dark) ===== */
.teb-navbar{
  background:#0b1220;
  border-bottom:1px solid rgba(255,255,255,.06);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.teb-navbar .navbar-content{
  padding: 10px 14px;
}

.teb-navbar .logo-mini-wrapper{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}

.teb-navbar .logo-mini{
  height: 28px;
  width: auto;
}

/* Search */
.teb-navbar .search-form{
  max-width: 520px;
  width: 100%;
  margin: 0 14px;
}

.teb-navbar .search-form .input-group{
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.teb-navbar .search-form .input-group-text{
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.75);
  padding-left: 14px;
  padding-right: 10px;
}

.teb-navbar .search-form .form-control{
  background: transparent;
  border: 0;
  color: #fff;
  padding: 11px 12px;
}

.teb-navbar .search-form .form-control::placeholder{
  color: rgba(255,255,255,.50);
}

.teb-navbar .search-form .form-control:focus{
  box-shadow: none;
}

/* Nav icons */
.teb-navbar .navbar-nav{
  gap: 6px;
  align-items: center;
}

.teb-navbar .navbar-nav .nav-link{
  color: rgba(255,255,255,.82);
  border-radius: 12px;
  padding: 10px 10px;
  transition: .18s ease;
  position: relative;
}

.teb-navbar .navbar-nav .nav-link:hover{
  background: rgba(124,58,237,.14);
  color: #fff;
}

.teb-navbar .navbar-nav .dropdown-toggle::after{
  display:none;
}

/* Indicator (notification dot) */
.teb-navbar .indicator{
  position:absolute;
  top: 8px;
  right: 8px;
}
.teb-navbar .indicator .circle{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#f43f5e;
  box-shadow: 0 0 0 3px rgba(244,63,94,.18);
}

/* Theme switcher nicer */
.teb-navbar .theme-switcher-wrapper label .box{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
}

/* Dropdown menus dark */
.teb-navbar .dropdown-menu{
  background: #0f172a;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.teb-navbar .dropdown-menu .dropdown-item{
  color: rgba(255,255,255,.85);
  border-radius: 10px;
  margin: 2px 6px;
  transition: .16s ease;
}

.teb-navbar .dropdown-menu .dropdown-item:hover{
  background: rgba(124,58,237,.18);
  color: #fff;
}

.teb-navbar .dropdown-menu .border-bottom,
.teb-navbar .dropdown-menu .border-top{
  border-color: rgba(255,255,255,.08) !important;
}

.teb-navbar .dropdown-menu p,
.teb-navbar .dropdown-menu .text-secondary{
  color: rgba(255,255,255,.70) !important;
}

/* Apps grid buttons */
.teb-navbar .dropdown-menu .w-70px.h-70px{
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  transition: .16s ease;
}

.teb-navbar .dropdown-menu .w-70px.h-70px:hover{
  background: rgba(124,58,237,.18);
  border-color: rgba(124,58,237,.28);
}

/* Profile image */
.teb-navbar img.rounded-circle{
  border: 2px solid rgba(255,255,255,.12);
}

/* Right sidebar toggler */
.teb-navbar .sidebar-toggler{
  margin-left: 6px;
  padding: 10px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  color: rgba(255,255,255,.85);
  transition: .18s ease;
}

.teb-navbar .sidebar-toggler:hover{
  background: rgba(124,58,237,.16);
  border-color: rgba(124,58,237,.24);
  color:#fff;
}

/* Responsive: hide search on very small screens */
@media (max-width: 768px){
  .teb-navbar .search-form{
    display:none;
  }
}





/* ====== ORTAK HABER KARTI (site geneli) ====== */
.haber-card{
  display:flex;
  flex-direction:column;
  height:auto; /* ✅ önemli */
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 0 !important;
  overflow:hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: box-shadow .2s ease, transform .2s ease;
}



.haber-card:hover{
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
  transform: translateY(-2px);
}

.haber-thumb{
  border-radius: 0 !important;
  overflow:hidden;
}

.haber-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius: 0 !important;
  transition: transform .25s ease;
}

.haber-card:hover .haber-img{
  transform: scale(1.02);
}



/* Üst üste binme garanti fix */
.haber-content{
  position: relative !important;
  top:auto !important; right:auto !important; bottom:auto !important; left:auto !important;
  background:#fff;
  padding: 14px 14px 16px;
}

.haber-title{
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25;
  font-size: 18px;
  margin: 0;
  color:#111;

  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
}


/* HABER GRID: satırlar arası boşluk GARANTİ */
.haber-grid{
  --bs-gutter-y: 1.5rem !important;
  --bs-gutter-x: 1.5rem !important;
  row-gap: 1.5rem; /* ek garanti (flex gap) */
}

/* Header-finans boşluk sıfırla */
/* ===== FINANS BAR (ticker yerine) ===== */
.header-finans-wrap{ margin:0; padding:0; }

.finans-bar{
  position: sticky;
  z-index: 8998;                 /* mobile-catbar(8999) altında, içerikten üstte */
  background:#f3f5f7;
  border-bottom:1px solid #e9e9e9;
}

/* Desktop’ta topbar altına */
@media (min-width: 992px){
  .finans-bar{ top: var(--topbar-h); }
}

/* Mobilde mobile-catbar altına */
@media (max-width: 991.98px){
  .finans-bar{ top: calc(var(--topbar-h) + var(--mobilecat-h)); }
}

/* Yatay kaydırma (tüm ekranlar) */
.finans-track{
  display:flex;
  align-items:center;
  gap:22px;
  padding:10px 16px;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width:none;
  white-space:nowrap;
}
.finans-track::-webkit-scrollbar{ display:none; }

.finans-item{
  flex:0 0 auto;
  min-width: 140px;
}

.finans-label{
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  color:#111;
  line-height:1.1;
}
.finans-value{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:16px;
  font-weight:900;
  color:#111;
  margin-top:4px;
  white-space:nowrap;
}
.finans-change{ font-size:12px; font-weight:900; }
.finans-change.up{ color:#0a8f3c; }
.finans-change.down{ color:#d00000; }
.finans-change.flat{ color:#666; }


@media (min-width: 992px){
  .h-fbar__track{
    justify-content: center;   /* ✅ desktop ortala */
  }
}

@media (max-width: 991.98px){
  .h-fbar__track{
    justify-content: flex-start; /* ✅ mobil kaydır için soldan başlasın */
  }
}

@media (min-width: 992px){
  .h-fbar__track{ gap: 32px; }
}
/* Mobilde: finans bar sticky olmasın, header akışında kalsın */
@media (max-width: 991.98px){
  .h-fbar{
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
  }
}
/* Desktop'ta: finans bar sabit kalmasın, sayfayla birlikte aksın */
@media (min-width: 992px){
  .h-fbar{
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
  }
}


/* Mobilde "Son Dakika" yazısı görünmesin (alan aç) */
@media (max-width:576px){
  .breakingbar-title{ display:none !important; }
  
  
  }
  /* canlı yyayın başlangıç */
  
  .youtube-box{
  border-radius:14px;
  overflow:hidden;
  background:#000;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.youtube-box iframe{ display:block; }


.livebox{
  position:relative;
  display:block;
  border-radius:14px;
  overflow:hidden;
  min-height:140px;
  padding:14px;
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(0,0,0,.22);
  transform: translateZ(0);
}
.livebox:hover{ color:#fff; }

.livebox__bg{
  position:absolute; inset:0;
  background: radial-gradient(1200px 300px at 20% 0%, rgba(255,255,255,.12), transparent 60%),
              linear-gradient(135deg, #a70000, #160000 68%);
  background-size:cover;
  background-position:center;
  filter:saturate(1.1);
  transform: scale(1.04);
}
.livebox__overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.75));
}
.livebox__top, .livebox__title, .livebox__bottom{
  position:relative; z-index:2;
}
.livebox__top{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
}
.livebox__title{
  margin-top:10px;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  text-shadow:0 10px 25px rgba(0,0,0,.35);
}
.livebox__bottom{
  margin-top:12px;
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  font-size:12px;
  opacity:.95;
}
.livebox__cta{
  font-weight:700;
  background: rgba(255,255,255,.12);
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
}

.livebadge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:900;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,0,0,.92);
  box-shadow:0 10px 25px rgba(255,0,0,.18);
}
.livebadge--soft{
  background: rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
}
.livebadge .dot{
  width:9px; height:9px; border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 0 rgba(255,255,255,.7);
  animation: livePulse 1.25s infinite;
}
@keyframes livePulse{
  0%{ box-shadow:0 0 0 0 rgba(255,255,255,.65); }
  70%{ box-shadow:0 0 0 10px rgba(255,255,255,0); }
  100%{ box-shadow:0 0 0 0 rgba(255,255,255,0); }
}

.livebox__hint{ font-size:12px; opacity:.9; }

  /* canlı yayın bitiş */
  
  /* yazarlarımız başlangıç */
  :root{
  --authors-accent:#E60000;
  --authors-accent-rgb:230,0,0;
  --authors-text:#111827;
  --authors-border:rgba(0,0,0,.06);
  --authors-gap:10px;
  --authors-radius:12px;
  --authors-shadow:0 8px 18px rgba(0,0,0,.06);
}

.authors-area .authors-title{ margin-bottom:10px; }
.authors-area .authors-title-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.authors-area .authors-title-row .title{ font-weight:900; letter-spacing:.6px; color:var(--authors-text); margin:0; }
.authors-area .authors-more{ font-weight:800; font-size:13px; text-decoration:none; color:var(--authors-text); opacity:.70; }
.authors-area .authors-more:hover{ opacity:1; }

.authors-area .authors-progress{
  height:4px;
  width:min(460px,100%);
  background:rgba(15,23,42,.10);
  border-radius:999px;
  overflow:hidden;
  margin-top:8px;
}
.authors-area .authors-progress .bar{ width:0%; height:100%; display:block; background:var(--authors-accent); border-radius:999px; }

.authors-area .authors-slider{ margin-left:calc(var(--authors-gap)*-1); margin-right:calc(var(--authors-gap)*-1); }
.authors-area .authors-slider .slick-slide{ padding-left:var(--authors-gap); padding-right:var(--authors-gap); }
.authors-area .authors-slider .slick-list{ padding-top:2px; padding-bottom:6px; }

.authors-area .author-card{
  display:block;
  background:#fff;
  border-radius:var(--authors-radius);
  border:1px solid var(--authors-border);
  box-shadow:var(--authors-shadow);
  text-decoration:none;
  padding:14px 12px 11px;
  height:100%;
  transition:transform .15s ease, box-shadow .15s ease;
}
.authors-area .author-card:hover{ transform:translateY(-2px); box-shadow:0 12px 26px rgba(0,0,0,.10); }

.authors-area .author-card-inner{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:10px; }

/* ✅ 3 satır clamp + sabit yükseklik */
.authors-area .author-post-title{
  font-size:16px;
  line-height:1.22;
  font-weight:850;
  color:var(--authors-text);
  margin:0;
  min-height:59px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  word-break:break-word;
}

.authors-area .author-avatar{
  width:160px; height:160px;
  border-radius:50%;
  overflow:hidden;
  background:#f3f4f6;
  border:1px solid rgba(0,0,0,.12);
}
.authors-area .author-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }

.authors-area .author-name{
  font-weight:900;
  font-size:13px;
  letter-spacing:.45px;
  text-transform:uppercase;
  color:var(--authors-text);
}
.authors-area .author-card:hover .author-name{ color:var(--authors-accent); }

.authors-area .author-line{
  width:52%;
  height:3px;
  background:var(--authors-accent);
  border-radius:999px;
  margin-top:6px;
  opacity:.95;
  transition:width .18s ease, opacity .18s ease, box-shadow .18s ease;
}
.authors-area .author-card:hover .author-line{
  width:82%;
  opacity:1;
  box-shadow:0 10px 22px rgba(var(--authors-accent-rgb), .20);
}

/* oklar kapalı */
.authors-area .slick-arrow{ display:none !important; }

/* Slick spacing (kompakt) */
.authors-area .authors-slider .slick-list { margin: 0 -6px; }
.authors-area .authors-slider .slick-slide { padding: 0 6px; }

/* Slide wrapper */
.author-slide { height: 100%; }

/* İstersen daha da sık: 6px -> 4px yap */


  /* yazarlarımız bitiş */

.haber-thumb img,
.haber-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}



/* sectionlar arası boşluk alma*/

/* Anasayfa section aralıklarını küçült */
.home-page .all-post-area{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* İç wrapper’lar extra boşluk veriyorsa */
.home-page .post-entertainment{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Başlık altındaki boşluk */
.home-page .yerel-haberler .category-title{
  margin-bottom: 0 !important;
}
.home-page .yerel-haberler .d-flex.mb-3{
  margin-bottom: 10px !important; /* 1rem yerine daha az */
}

.home-page .ad-gap{ margin-top: 10px !important; }

/* sectionlar ARASI BOŞLUK ALMA BİTİŞ*/

/* ✅ Anasayfa section aralarını küçült (home-2-bg için) */
body.home-2-bg .all-post-area{
  padding-top: 14px !important;
  padding-bottom: 18px !important;
}

/* ✅ Tema breakpoint padding-top override (250px / 50px fix) */
@media only screen and (min-width: 992px) and (max-width: 1200px){
  body.home-2-bg .all-post-area{ padding-top: 14px !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  body.home-2-bg .all-post-area{ padding-top: 14px !important; }
}
@media (max-width: 767px){
  body.home-2-bg .all-post-area{ padding-top: 14px !important; }
}

/* ✅ İç wrapper ek boşluk veriyorsa */
body.home-2-bg .post-entertainment{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* header üstü döviz bölümü başlangıç*/
/* =========================
   Header üstü Finans Bar
   ========================= */
.h-fbar{
  --fbar-h: 34px;
  --fbar-bg: #0b0f19;
  --fbar-fg: #e8eefc;
  --fbar-muted: rgba(232,238,252,.75);
  --fbar-up: #2fd07d;
  --fbar-down: #ff4d4f;

  background: var(--fbar-bg);
  color: var(--fbar-fg);
  height: var(--fbar-h);
  line-height: var(--fbar-h);
  font-size: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.h-fbar__inner{
  display: flex;
  align-items: center;
  gap: 10px;
  height: var(--fbar-h);
}

.h-fbar__left, .h-fbar__right{
  flex: 0 0 auto;
  display:flex;
  align-items:center;
  height: var(--fbar-h);
}

.h-fbar__title{
  font-weight: 700;
  letter-spacing: .2px;
  font-size: 12px;
  color: var(--fbar-muted);
  white-space: nowrap;
}

.h-fbar__more{
  color: var(--fbar-muted);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.h-fbar__more:hover{ color: var(--fbar-fg); }

.h-fbar__viewport{
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: var(--fbar-h);
  overflow: hidden;
}

/* Kenar fade (Sabah benzeri) */
.h-fbar__fade{
  position:absolute;
  top:0; bottom:0;
  width: 42px;
  pointer-events:none;
  z-index: 2;
}
.h-fbar__fade--l{
  left:0;
  background: linear-gradient(to right, var(--fbar-bg), rgba(11,15,25,0));
}
.h-fbar__fade--r{
  right:0;
  background: linear-gradient(to left, var(--fbar-bg), rgba(11,15,25,0));
}

.h-fbar__track{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: var(--fbar-h);
  white-space: nowrap;
  will-change: transform;
}

.h-fbar__item{ display:inline-flex; align-items:center; }
.h-fbar__sep{
  color: rgba(232,238,252,.35);
  margin: 0 2px;
}

.h-fbar__link{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  color: inherit;
  text-decoration:none;
  padding: 0 2px;
}

.h-fbar__label{
  font-weight: 700;
  letter-spacing: .2px;
  color: var(--fbar-muted);
}

.h-fbar__value{
  font-weight: 700;
  color: var(--fbar-fg);
}

.h-fbar__chg{
  display:inline-flex;
  align-items:center;
  gap: 4px;
  font-weight: 800;
  font-size: 11px;
  padding-left: 4px;
}
.h-fbar__chg.up{ color: var(--fbar-up); }
.h-fbar__chg.down{ color: var(--fbar-down); }
.h-fbar__icon{ font-size: 10px; line-height: 1; }

/* Hover’da “kart” hissi */
.h-fbar__link:hover{
  background: rgba(255,255,255,.06);
  border-radius: 6px;
}

/* Mobil: bar daha sıkı */
@media (max-width: 768px){
  .h-fbar{ --fbar-h: 32px; font-size: 12px; }
  .h-fbar__title{ display:none; } /* istersen gizle */
  .h-fbar__right{ display:none; } /* istersen gizle */
  .h-fbar__fade{ width: 30px; }
}

/* Hareket azaltma tercihine saygı */
@media (prefers-reduced-motion: reduce){
  .h-fbar__track{ animation: none !important; transform: none !important; }
}
/* header üstü döviz bölümü bitiş*/
