@charset "UTF-8";

/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}


/*--------------------------------------------------------------
# Extra css
--------------------------------------------------------------*/
.custom-container-01 {
  max-width: 1670px;
}


.section-title-style-01 {
  background-color: var(--bg-light-one);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-right: 15px;
}
.section-title-style-01::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--main-color-one);
}
.section-title-style-01 .title {
  display: inline-block;
  font-family: var(--heading-font-one);
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  color: var(--heading-color);
  text-transform: capitalize;
  padding: 12px 30px 13px;
}
.section-title-style-01.v-02 {
  background-color: transparent;
  padding-right: 0;
}


.section-title-style-01 .view-more,
.section-title-style-04 .view-more {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.section-title-style-01 .view-more .icon,
.section-title-style-04 .view-more .icon {
  padding-left: 5px;
  color: var(--main-color-one);
}
.section-title-style-01 .view-more:hover,
.section-title-style-04 .view-more:hover {
  color: var(--main-color-one);
}


.three-column .col-lg-4 {
  margin-top: 50px;
}
.three-column .col-lg-4:nth-child(1), .three-column .col-lg-4:nth-child(2), .three-column .col-lg-4:nth-child(3) {
  margin-top: 0;
}

.two-column .row .col-lg-6 {
  margin-top: 50px;
}
.two-column .row .col-lg-6:nth-child(1), .two-column .row .col-lg-6:nth-child(2) {
  margin-top: 0;
}

.one-column .row .col-lg-12 {
  margin-top: 50px;
}
.one-column .row .col-lg-12:nth-child(1) {
  margin-top: 0;
}

.font-size-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}

.font-size-18 {
  font-size: 18px !important;
  line-height: 26px !important;
}

.font-size-20 {
  font-size: 20px !important;
  line-height: 28px !important;
}

.font-size-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}

.font-size-24 {
  font-size: 24px !important;
  line-height: 32px !important;
}

.font-size-26 {
  font-size: 26px !important;
  line-height: 36px !important;
}

.font-size-32 {
  font-size: 32px !important;
  line-height: 46px !important;
}

.font-size-42 {
  font-size: 42px !important;
  line-height: 60px !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.play-icon.hide-x {
  opacity: 0;
}
.play-icon:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
          transform: translate(-50%, -50%) scale(1.1) !important;
}
.play-icon img.max-wh-60 {
  max-width: 60px !important;
  max-height: 60px !important;
}
.play-icon img.max-wh-120 {
  max-width: 120px !important;
  max-height: 120px !important;
}
.play-icon img.max-wh-132 {
  max-width: 132px !important;
  max-height: 132px !important;
}
.play-icon img.max-wh-160 {
  max-width: 160px !important;
  max-height: 160px !important;
}

.img-box:hover .play-icon.hide-x {
  opacity: 1;
}

.video-blog:hover .play-icon.hide-x {
  opacity: 1;
}

.live-news-update-area-wrapper {
  background-color: #F2F3F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.live-news-update-area-wrapper .title-box {
  height: 100%;
  padding-left: 20px;
  padding-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.live-news-update-area-wrapper .title-box .title {
  font-family: var(--heading-font-two);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #1a0606;
  text-transform: capitalize;
  width: 115px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.live-news-update-area-wrapper .title-box .background-style-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one);
}
.live-news-update-area-wrapper .title-box::after {
  width: 23px;
  height: 132%;
  background-color: #F2F3F5;
  content: "";
  position: absolute;
  right: -9px;
  top: -9px;
  -webkit-transform: rotate(334deg);
          transform: rotate(334deg);
}
.live-news-update-area-wrapper .news-box {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.live-news-update-area-wrapper .news-box .news-box-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation-name: news;
          animation-name: news;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.live-news-update-area-wrapper .news-box .news-box-list .single-news-item {
  position: relative;
  margin-right: 40px;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 500px;
}
.live-news-update-area-wrapper .news-box .news-box-list .single-news-item::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@-webkit-keyframes news {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes news {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.live-news-update-area-wrapper.style-02 .title-box {
  position: relative;
  padding-right: 18px !important;
}
.live-news-update-area-wrapper.style-02 .title-box .title {
  width: 135px;
}
.live-news-update-area-wrapper.style-02 .title-box::after {
  content: "";
  position: absolute;
  border-top: 10px solid #F2F3F5;
  border-bottom: 10px solid #F2F3F5;
  border-left: 10px solid var(--main-color-one);
  border-right: 20px solid transparent;
  right: -16px;
  top: 11px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  height: 0%;
  width: 0;
  z-index: 3;
}
.live-news-update-area-wrapper.style-02 .title-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  height: 100%;
  width: 14px;
  z-index: 2;
  background-color: #F2F3F5;
}
.live-news-update-area-wrapper.style-02 .single-news-item:first-child::after {
  display: none;
}
.live-news-update-area-wrapper.style-02 .single-news-item::after {
  position: absolute;
  content: "";
  width: 2px !important;
  height: 18px !important;
  border-radius: 50%;
  background-color: var(--main-color-one) !important;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.background-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hamburger-c {
  position: fixed;
  height: 100vh;
  background-color: #ebebeb;
  z-index: 9999;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.hamburger-c::-webkit-scrollbar {
  width: 3px;
  opacity: 0;
}
.hamburger-c::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 1px grey;
          box-shadow: 0 0 1px grey;
  border-radius: 10px;
  opacity: 0;
}
.hamburger-c::-webkit-scrollbar-thumb {
  background: #fc3c6842;
  border-radius: 10px;
  opacity: 0;
}
.hamburger-c .close-h {
  position: absolute;
  right: 0;
  color: #fff;
  background-color: #e73939;
  border: none;
  width: 25px;
  height: 25px;
}
.hamburger-c .main-content {
  width: 500px;
  padding: 30px 30px;
}
.hamburger-c .main-content .logo-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.hamburger-c .main-content .widget-title.style-01 {
  font-size: 20px;
}
.hamburger-c .main-content .news-heading-item .title {
  font-size: 18px;
}

.hamburger-menu-wrapper button {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*--------------------------------------------------------------
	## Widgets
--------------------------------------------------------------*/
.recent-blog-post-style-01 .single-blog-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.recent-blog-post-style-01 .single-blog-post-item:last-child {
  margin-bottom: 0;
}
.recent-blog-post-style-01 .single-blog-post-item .thumb img {
  max-width: 150px;
  max-height: 120px;
  border-radius: 10px;
}
.recent-blog-post-style-01 .single-blog-post-item .content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 20px;
}
.recent-blog-post-style-01 .single-blog-post-item .content .title {
  font-family: var(--heading-font-one);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.recent-blog-post-style-01 .single-blog-post-item .content .title:hover {
  color: var(--main-color-one);
}
.recent-blog-post-style-01 .single-blog-post-item .content .post-meta {
  padding-bottom: 5px;
}
.recent-blog-post-style-01.v-02 .single-blog-post-item .thumb img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 0;
}
.recent-blog-post-style-01.v-02 .single-blog-post-item .content .title {
  font-family: var(--heading-font-two);
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0px;
  margin-top: 20px;
}



/*---------------------------------------
    ## Index 01
---------------------------------------*/
.top-and-trendy-stories-area-wrapper .top-stories-and-trendy-stories-list .recent-blog-post-style-01 {
  margin-top: 60px;
}
.top-and-trendy-stories-area-wrapper .top-stories-and-trendy-stories-list .recent-blog-post-style-01 .single-blog-post-item {
  padding-top: 27px;
  border-top: 1px solid #DDDDDD;
}
.top-and-trendy-stories-area-wrapper .top-stories-and-trendy-stories-list .recent-blog-post-style-01 .single-blog-post-item:first-child {
  padding-top: 0;
  border-top: none;
}
.top-and-trendy-stories-area-wrapper .top-stories-and-trendy-stories-list .btn-wrapper {
  margin-top: 30px;
}
.top-and-trendy-stories-area-wrapper .top-stories-and-trendy-stories-list .btn-wrapper .btn-default {
  color: #666666;
}

.weekly-highlights-index-01-slider-inst .slick-arrow {
  position: absolute;
  top: -84px;
  z-index: 1;
  cursor: pointer;
  color: #999999;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.weekly-highlights-index-01-slider-inst .slick-arrow:hover {
  color: var(--main-color-one);
}
.weekly-highlights-index-01-slider-inst .next-arrow {
  right: 25px;
}
.weekly-highlights-index-01-slider-inst .prev-arrow {
  right: 65px;
}
.weekly-highlights-index-01-slider-inst .slick-arrow {
  top: -90px;
}

.latest-vieos-area-wrapper.index-01 .videos-blog-list li {
  padding-top: 19px;
  margin-bottom: 18px;
  border-top: 1px solid #DDDDDD;
}
.latest-vieos-area-wrapper.index-01 .videos-blog-list li:first-child {
  padding-top: 0;
  border-top: none;
}
.latest-vieos-area-wrapper.index-01 .videos-blog-list li:last-child {
  margin-bottom: 0;
}

.popular-stories-area-wrapper.index-01 .popular-stories-index-01-slider-inst .slick-arrow {
  position: absolute;
  top: -84px;
  z-index: 1;
  cursor: pointer;
  color: #999999;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.popular-stories-area-wrapper.index-01 .popular-stories-index-01-slider-inst .slick-arrow:hover {
  color: var(--main-color-one);
}
.popular-stories-area-wrapper.index-01 .popular-stories-index-01-slider-inst .next-arrow {
  right: 25px;
}
.popular-stories-area-wrapper.index-01 .popular-stories-index-01-slider-inst .prev-arrow {
  right: 65px;
}
.popular-stories-area-wrapper.index-01 .popular-stories-index-01-slider-inst .slick-arrow {
  top: -90px;
}



/*----------------------------
    Image blog
----------------------------*/

/*----------------------------
    Image blog
----------------------------*/
.image-blog-style-01 {
  position: relative;
}
.image-blog-style-01 .img-box {
  position: relative;
}
.image-blog-style-01 .img-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000cf), color-stop(#00000000), to(#0000));
  background-image: linear-gradient(to top, #000000cf, #00000000, #0000);
  left: 0;
  top: 0;
}
.image-blog-style-01 .img-box.border-radious {
  border-radius: 10px;
  overflow: hidden;
}
.image-blog-style-01 .img-box.border-radious img {
  border-radius: 10px;
}
.image-blog-style-01 .content {
  position: absolute;
  bottom: 0;
  padding: 0 40px 40px;
}
.image-blog-style-01 .content .title {
  font-family: var(--heading-font-one);
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: initial;
  margin: 15px 0 30px;
  color: #fff;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.image-blog-style-01 .content .title:hover {
  color: var(--main-color-one);
}
.image-blog-style-01.v-02 .title {
  font-family: var(--heading-font-two);
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
}
.image-blog-style-01.v-02.small .title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.image-blog-style-01.v-02.small .title.v-02 {
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
}
.image-blog-style-01.light .title:hover {
  color: var(--main-color-two);
}

/*---------------------------------------
    ## Video blog
---------------------------------------*/
.video-blog {
  position: relative;
}
.video-blog .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.video-blog .play-icon.icon-style-01 {
  color: #fff;
  font-size: 18px;
}
.video-blog .right-top {
  position: absolute;
  right: 0;
  top: 0;
}

.videos-blog-list img {
  max-width: 200px !important;
  max-height: 200px !important;
}

.video-grid-single-item {
  position: relative;
}
.video-grid-single-item .img-box {
  position: relative;
}
.video-grid-single-item .content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.video-grid-single-item .content .title {
  font-family: var(--heading-font-two);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.video-grid-single-item .content .title:hover {
  color: var(--main-color-one);
}
.video-grid-single-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000d6), color-stop(#0000001a), to(#0000));
  background-image: linear-gradient(to top, #000000d6, #0000001a, #0000);
  left: 0;
  top: 0;
}
.video-grid-single-item .play-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
