/*Helpers*/
:root {
  --primary-color: #0e5dae;
  --secondary-color: #df042c;
  --white-color: #ffffff;
  --black-color: #000000;
  --active-color: #df042c;
  --title-color: #333;
  --font-color: #424242;
  --section-color: #dfe2ef;
  --bg-color: #fff;
  --heading-color: #292922; }

[data-theme="dark"] {
  --primary-color: #0e5dae;
  --secondary-color: #818cab;
  --font-color: #e1e1ff;
  --bg-color: #161625;
  --heading-color: #818cab; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.333rem;
  font-family: "Mukta", sans-serif;
  color: #202020;
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }

p {
  margin-top: 0; }

a {
  color: #202020; }
  a:hover {
    text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

/*======================
Common style
======================*/
.clearfix {
  content: '';
  display: block;
  clear: both; }

.posted-on .far,
.posted-on svg {
  color: var(--primary-color); }

/* =============================Section Header======================= */
.section-header {
  border-bottom: 2px solid #909090c2;
  padding-bottom: 9px;
  position: relative; }
  .section-header .section-title {
    font-weight: 600;
    flex: 1 0 0;
    font-size: 22px;
    color: var(--primary-color); }
  .section-header .v-all a {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 50px; }
  .section-header:after {
    content: '';
    background: var(--primary-color);
    height: 2px;
    width: 188px;
    position: absolute;
    top: 50px;
    left: 0; }

/* =============================News======================= */
.md-news-title {
  font-size: 28px;
  line-height: 44px;
  font-weight: 700; }
  @media (max-width: 500px) {
    .md-news-title {
      font-size: 26px;
      line-height: 43px; } }
  .md-news-title a {
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s; }

.md-content p {
  font-size: 19px;
  line-height: 34px; }
  @media (max-width: 500px) {
    .md-content p {
      font-size: 17px;
      line-height: 34px; } }

.img-holder img {
  width: 100%; }

.md-box .entry-header .posted-on {
  font-size: 16px;
  line-height: 25px;
  color: var(--title-color);
  font-weight: 600; }
  @media (max-width: 500px) {
    .md-box .entry-header .posted-on {
      font-size: 17px;
      line-height: 34px; } }

/* =============================SM News======================= */
.sm-box .img-holder {
  height: 100px;
  width: 154px;
  max-width: 135px;
  object-fit: cover; }
  @media (max-width: 768px) {
    .sm-box .img-holder {
      width: 100%;
      max-width: 100%; } }

.sm-box .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.sm-news-title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600; }
  @media (max-width: 500px) {
    .sm-news-title {
      font-size: 16px;
      line-height: 29px; } }
  .sm-news-title a {
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s; }

/* =============================XS News======================= */
.xs-box .img-holder {
  height: 80px;
  width: 100%;
  object-fit: cover; }

.xs-box .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.xs-news-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 4px; }
  .xs-news-title a {
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.page-numbers {
  padding: 9px 16px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid var(--primary-color);
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  transition: ease 0.3s; }
  .page-numbers:hover {
    background: transparent;
    color: var(--primary-color); }

.current {
  background: transparent;
  color: var(--primary-color); }

.site-header .custom-logo-link img {
  width: 100px; }
.site-header .head-social-link {
  flex: 1 0 0; }
  .site-header .head-social-link ul {
    list-style: none; }
    .site-header .head-social-link ul li {
      margin-right: 14px; }
      .site-header .head-social-link ul li a {
        width: 34px;
        height: 34px;
        display: flex;
        justify-content: center;
        background: var(--primary-color);
        align-items: center;
        color: var(--white-color);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: ease 0.4s;
        -moz-transition: ease 0.4s;
        transition: ease 0.4s; }
        .site-header .head-social-link ul li a:hover {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0; }

.header-b .main-nav {
  background: var(--primary-color); }
  @media (max-width: 1024px) {
    .header-b .main-nav {
      padding: 10px 0; } }
  .header-b .main-nav .navbar-light .navbar-toggler {
    border: 0;
    flex: 1 0 0;
    text-align: left; }
  .header-b .main-nav button:focus {
    outline: none; }
.header-b .navbar {
  padding: 0; }
  @media (max-width: 1024px) {
    .header-b .navbar .navbar-collapse {
      padding: 28px 0px; } }
  .header-b .navbar .nav-item {
    margin-right: 19px;
    font-size: 19px;
    line-height: 26px; }
    @media (max-width: 1024px) {
      .header-b .navbar .nav-item {
        margin-right: 0; } }
    .header-b .navbar .nav-item a {
      color: var(--white-color);
      -webkit-transition: ease 0.3s;
      -moz-transition: ease 0.3s;
      transition: ease 0.3s; }
      @media (max-width: 1024px) {
        .header-b .navbar .nav-item a {
          padding: 12px 10px; } }
      .header-b .navbar .nav-item a:hover, .header-b .navbar .nav-item a:focus {
        background: var(--active-color);
        color: var(--white-color); }
    .header-b .navbar .nav-item:first-child a {
      position: relative;
      padding-left: 40px; }
      @media (max-width: 1024px) {
        .header-b .navbar .nav-item:first-child a {
          padding-left: 60px; } }
      .header-b .navbar .nav-item:first-child a:after {
        content: '\f015';
        font-family: FontAwesome;
        position: absolute;
        top: 2px;
        font-size: 27px;
        right: 40px;
        line-height: 38px;
        display: inline-block;
        width: 35px;
        margin-right: 14px;
        height: 30px; }
        @media (max-width: 1024px) {
          .header-b .navbar .nav-item:first-child a:after {
            left: 12px;
            right: unset; } }
    .header-b .navbar .nav-item .dropdown-menu {
      margin: 0;
      border-radius: 0;
      padding: 0; }
      .header-b .navbar .nav-item .dropdown-menu .menu-item {
        margin-right: 0; }
        .header-b .navbar .nav-item .dropdown-menu .menu-item:first-child a:after {
          display: none; }
      .header-b .navbar .nav-item .dropdown-menu .dropdown-item {
        color: var(--white-color);
        background: var(--primary-color);
        padding: 10px 18px;
        box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2); }
        .header-b .navbar .nav-item .dropdown-menu .dropdown-item:hover, .header-b .navbar .nav-item .dropdown-menu .dropdown-item:focus {
          background: var(--active-color);
          color: var(--white-color); }
  .header-b .navbar .nav-item.active a,
  .header-b .navbar .nav-item.show a {
    color: var(--white-color);
    background: var(--active-color); }
  @media (max-width: 1024px) {
    .header-b .navbar .nav-form.form-inline {
      display: none; } }
  .header-b .navbar .nav-form.form-inline .form-control {
    border-radius: 0;
    border: 0;
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    transition: ease 0.4s;
    visibility: hidden; }
  .header-b .navbar .nav-form.form-inline .btn {
    border: 0;
    margin: 0;
    border-radius: 0;
    background: var(--white-color);
    color: var(--primary-color);
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    transition: ease 0.4s;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2);
    position: relative; }
  .header-b .navbar .nav-form.form-inline:hover .form-control {
    right: 39px;
    width: 250px;
    visibility: visible; }
  .header-b .navbar .nav-form.form-inline:hover .btn {
    background: var(--primary-color);
    color: var(--white-color); }
.header-b .out.form-inline {
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  transition: ease 0.4s;
  overflow-x: hidden; }
  .header-b .out.form-inline .form-control {
    border-radius: 0;
    border: 0;
    width: 100%;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    transition: ease 0.4s; }
  .header-b .out.form-inline .btn {
    z-index: 99;
    border: 0;
    margin: 0;
    border-radius: 0;
    background: var(--white-color);
    color: var(--primary-color);
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    transition: ease 0.4s;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2); }
    @media (max-width: 768px) {
      .header-b .out.form-inline .btn {
        padding: 7px 14px; } }
.header-b .trend-nav {
  padding: 12px 0 9px;
  background: #e2e0e0;
  box-shadow: -2px 2px 9px 2px rgba(0, 0, 0, 0.27); }
  @media (max-width: 768px) {
    .header-b .trend-nav {
      overflow-x: scroll; } }
  .header-b .trend-nav ul {
    display: flex;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 768px) {
      .header-b .trend-nav ul {
        white-space: nowrap;
        font-size: 17px;
        line-height: 26px; } }
    .header-b .trend-nav ul li {
      margin-right: 30px; }
      @media (max-width: 768px) {
        .header-b .trend-nav ul li {
          margin-right: 20px; } }
      .header-b .trend-nav ul li a {
        color: var(--primary-color); }
      .header-b .trend-nav ul li:first-child a {
        padding: 10px;
        border-bottom: 3px solid var(--secondary-color);
        color: var(--black-color);
        font-weight: 700; }

.site-footer {
  background: linear-gradient(45deg, #1da1f2, #3b5998); }
  .site-footer .footer-t {
    padding: 70px 0 60px; }
    .site-footer .footer-t .holder .title {
      font-size: 30px;
      font-weight: 700;
      line-height: 46px;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 52px; }
      .site-footer .footer-t .holder .title:after {
        content: '';
        position: absolute;
        top: 69px;
        left: 0;
        background: var(--white-color);
        width: 90px;
        height: 2px; }
    .site-footer .footer-t .holder .below.title:after {
      display: none; }
    .site-footer .footer-t .holder .logo .custom-logo {
      width: 125px; }
    .site-footer .footer-t .holder p {
      font-size: 17px;
      line-height: 28px; }
    .site-footer .footer-t .holder ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .site-footer .footer-t .holder ul li {
        margin-bottom: 12px; }
        .site-footer .footer-t .holder ul li a {
          display: flex;
          align-items: center;
          font-size: 21px;
          line-height: 30px;
          text-transform: capitalize;
          color: var(--white-color); }
          .site-footer .footer-t .holder ul li a svg {
            color: var(--white-color);
            display: flex;
            border-radius: 50%;
            height: 50px;
            padding: 14px 5px;
            width: 50px;
            justify-content: center;
            align-items: center;
            background: var(--primary-color); }
  .site-footer .footer-b {
    border-top: 1px solid var(--white-color);
    padding: 24px 0 2px; }

.page-header {
  margin: 40px 0; }
  .page-header .page-title {
    position: relative;
    font-size: 40px;
    line-height: 58px;
    color: var(--black-color);
    font-weight: 700;
    text-align: center; }
    .page-header .page-title:after {
      content: '';
      position: absolute;
      top: 74px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      background: var(--primary-color);
      width: 90px;
      height: 3px; }

.ad-section .widget {
  margin-bottom: 28px; }

.widget-area .widget {
  margin-bottom: 38px; }

.widget .widget-title {
  margin-bottom: 28px; }

.widget_search .search-form {
  display: flex;
  border: 1px solid #efefef; }
  .widget_search .search-form label {
    width: 100%;
    margin: 0; }
    .widget_search .search-form label .screen-reader-text {
      display: none; }
    .widget_search .search-form label .search-field {
      border: 0;
      width: 100%;
      height: 100%;
      padding: 6px 18px; }
      .widget_search .search-form label .search-field:focus, .widget_search .search-form label .search-field:active {
        outline: none; }
  .widget_search .search-form input.search-submit {
    padding: 0 9px;
    border: 0;
    font-size: 15px;
    background: var(--primary-color);
    color: #fff; }

.widget_recent_entries {
  padding: 10px 20px  10px 28px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .widget_recent_entries ul {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    list-style: devanagari; }
    .widget_recent_entries ul li {
      margin-bottom: 24px; }

/* PAGES */
.flash-section .holder {
  padding: 40px 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  @media (max-width: 500px) {
    .flash-section .holder {
      padding: 16px 16px; } }
  .flash-section .holder .title {
    font-size: 56px;
    line-height: 80px;
    font-weight: 700; }
    @media (max-width: 1024px) {
      .flash-section .holder .title {
        font-size: 45px;
        line-height: 61px;
        font-weight: 700; } }
    @media (max-width: 500px) {
      .flash-section .holder .title {
        font-size: 28px;
        line-height: 47px; } }
    .flash-section .holder .title a {
      color: var(--title-color);
      -webkit-transition: ease 0.3s;
      -moz-transition: ease 0.3s;
      transition: ease 0.3s; }
      .flash-section .holder .title a:hover {
        color: var(--primary-color); }
  .flash-section .holder .content {
    font-size: 24px;
    line-height: 48px; }
    @media (max-width: 500px) {
      .flash-section .holder .content {
        font-size: 19px;
        line-height: 41px; } }

.mukhya-section {
  background: var(--section-color); }
  .mukhya-section .md-box .md-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    background: #c7c7c7c7; }
    @media (max-width: 500px) {
      .mukhya-section .md-box .md-content {
        padding: 14px 20px;
        position: unset; } }
  .mukhya-section .xs-box {
    border-bottom: 1px solid #afacac;
    padding-bottom: 23px; }

.politics-section .md-box .md-content {
  bottom: 0;
  left: 0;
  padding: 25px;
  background: #c7c7c7c7; }
.politics-section .md-box .img-holder {
  height: 350px; }
.politics-section .md-box .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.politics-section .sidebar .content {
  border-bottom: 1px solid #afacac;
  padding-bottom: 23px; }
  @media (max-width: 500px) {
    .politics-section .sidebar .content {
      padding-bottom: 8px; } }

.samachar-section .md-news-title {
  font-size: 28px;
  line-height: 48px;
  font-weight: 700; }
.samachar-section .md-box .entry-header .posted-on {
  font-size: 17px;
  line-height: 22px; }
.samachar-section .sm-box .img-holder {
  height: 184px;
  width: 100%;
  max-width: 100%;
  object-fit: cover; }

.samaj-section {
  background: var(--section-color); }
  .samaj-section .sm-box .img-holder {
    height: 110px;
    width: 100%;
    max-width: 100%;
    object-fit: cover; }

.bichar-section {
  background: var(--section-color); }
  .bichar-section .holder {
    padding: 15px 18px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    background: var(--white-color); }
    .bichar-section .holder .img-holder {
      width: 90px;
      height: 90px;
      margin: 0 auto; }
      .bichar-section .holder .img-holder img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover; }
    .bichar-section .holder .text .title {
      font-size: 20px;
      line-height: 36px;
      font-weight: 800; }
      .bichar-section .holder .text .title a {
        -webkit-transition: ease 0.3s;
        -moz-transition: ease 0.3s;
        transition: ease 0.3s; }
    .bichar-section .holder .text .writer {
      font-size: 16px;
      line-height: 28px;
      font-weight: 600; }
      .bichar-section .holder .text .writer .fas {
        color: var(--primary-color); }

.artha-section .md-box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .artha-section .md-box .md-news-title {
    font-size: 20px;
    line-height: 36px; }
  .artha-section .md-box .posted-on {
    font-size: 15px;
    line-height: 23px; }
  .artha-section .md-box .md-content {
    padding: 0px 14px; }
  .artha-section .md-box .img-holder img {
    width: 100%;
    height: 230px;
    object-fit: cover; }

.interview-section {
  background: var(--section-color); }
  .interview-section .md-box .img-holder {
    height: 330px; }
    @media (max-width: 768px) {
      .interview-section .md-box .img-holder {
        height: 295px; } }
    .interview-section .md-box .img-holder img {
      height: 100%;
      object-fit: cover; }
    .interview-section .md-box .img-holder:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to bottom, transparent, var(--font-color)); }
  .interview-section .md-box .md-content {
    padding: 8px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 768px) {
      .interview-section .md-box .md-content .md-news-title {
        font-size: 18px;
        line-height: 30px; }
      .interview-section .md-box .md-content .posted-on {
        font-size: 15px;
        line-height: 18px; } }
    .interview-section .md-box .md-content a,
    .interview-section .md-box .md-content .posted-on {
      color: var(--white-color); }

.sport-section .sm-box .img-holder {
  height: 130px;
  width: 100%;
  max-width: 100%; }
.sport-section .md-box .img-holder {
  height: 270px; }
  .sport-section .md-box .img-holder img {
    height: 100%;
    object-fit: cover; }

.pradesh-section {
  background: var(--section-color); }
  .pradesh-section .section-header {
    border: 0; }
    .pradesh-section .section-header:after {
      top: 124px; }
      @media (max-width: 768px) {
        .pradesh-section .section-header:after {
          top: 234px; } }
  .pradesh-section .tab-holder .nav-tabs {
    border-bottom: 2px solid #909090c2;
    padding-bottom: 34px; }
    .pradesh-section .tab-holder .nav-tabs li {
      margin-right: 20px; }
      @media (max-width: 768px) {
        .pradesh-section .tab-holder .nav-tabs li {
          margin-bottom: 16px; } }
      .pradesh-section .tab-holder .nav-tabs li a {
        display: inline-block;
        padding: 7px 24px;
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        background: #007bff; }
        @media (max-width: 768px) {
          .pradesh-section .tab-holder .nav-tabs li a {
            font-size: 16px;
            line-height: 24px;
            padding: 5px 13px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0; } }
        .pradesh-section .tab-holder .nav-tabs li a:focus, .pradesh-section .tab-holder .nav-tabs li a:hover {
          color: var(--primary-color);
          background: var(--white-color); }
      .pradesh-section .tab-holder .nav-tabs li .active {
        color: var(--primary-color);
        background: var(--white-color); }
  .pradesh-section .tab-holder .tab-content .sm-box,
  .pradesh-section .tab-holder .tab-content .md-box {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .pradesh-section .tab-holder .tab-content .md-box {
    padding: 8px; }
  .pradesh-section .tab-holder .tab-content .more {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1px; }
    .pradesh-section .tab-holder .tab-content .more a {
      background: var(--primary-color); }
  .pradesh-section .sm-box {
    padding: 7px; }
  .pradesh-section .right-header.section-header {
    margin-bottom: 98px; }
    @media (max-width: 768px) {
      .pradesh-section .right-header.section-header {
        margin-bottom: 56px; }
        .pradesh-section .right-header.section-header:after {
          top: 56px; } }
  .pradesh-section .right.sm-box .img-holder {
    max-width: 100%;
    height: 120px;
    width: 100%; }

.manoranjan-section .sub-title,
.jiwan-section .sub-title {
  font-size: 21px;
  line-height: 28px;
  padding-left: 50px;
  position: relative;
  color: var(--primary-color); }
  .manoranjan-section .sub-title:after,
  .jiwan-section .sub-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    background: var(--primary-color);
    width: 32px;
    height: 4px; }
.manoranjan-section .sm-box .img-holder,
.jiwan-section .sm-box .img-holder {
  height: 130px;
  width: 100%;
  max-width: 100%;
  object-fit: cover; }
.manoranjan-section .read-all a,
.jiwan-section .read-all a {
  padding: 10px 14px;
  background: var(--primary-color);
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  transition: ease 0.3s;
  border: 1px solid var(--primary-color);
  font-weight: 600;
  letter-spacing: 1px; }
  .manoranjan-section .read-all a:hover,
  .jiwan-section .read-all a:hover {
    background: transparent;
    color: var(--primary-color); }

.jiwan-section {
  background: var(--section-color); }

.video-two-section {
  padding: 80px 0;
  background: var(--black-color); }
  @media (max-width: 768px) {
    .video-two-section {
      padding: 80px 0 137px; } }
  .video-two-section .section-header {
    border-bottom: 3px solid #909090c2;
    position: relative;
    margin-bottom: 77px; }
    .video-two-section .section-header .section-title {
      letter-spacing: 1px;
      font-size: 28px;
      line-height: 40px; }
    .video-two-section .section-header::after {
      height: 3px;
      top: 57px; }
  .video-two-section .left .item .frame-holder {
    width: 40%; }
  .video-two-section .left .item .txt {
    width: 58%;
    align-self: center; }
    .video-two-section .left .item .txt h3 {
      font-size: 22px;
      line-height: 36px;
      color: var(--white-color);
      margin-left: 16px; }
  .video-two-section .right {
    border: 10px solid #3b648e;
    border-radius: 24px; }
    .video-two-section .right iframe {
      height: 450px;
      width: 100%; }
  .video-two-section .over-visible {
    overflow: visible; }
  .video-two-section .synch-carousels {
    position: relative; }
  .video-two-section .synch-carousels > * {
    width: 100%; }
  .video-two-section .synch-carousels .right {
    order: -1; }
  .video-two-section .synch-carousels .left {
    overflow: hidden; }
  .video-two-section .synch-carousels .gallerys {
    display: none; }
  .video-two-section .synch-carousels .gallerys2 {
    overflow: hidden; }
    .video-two-section .synch-carousels .gallerys2 img {
      width: 100%; }
  .video-two-section .synch-carousels .slick-slide {
    outline: none; }
  .video-two-section .synch-carousels .slick-vertical .slick-slide {
    border: none; }
  .video-two-section .synch-carousels .gallerys .slick-list {
    height: auto !important;
    margin: 0 -20px; }
  .video-two-section .synch-carousels .gallerys .slick-slide {
    cursor: pointer; }
  .video-two-section .synch-carousels .gallerys .slick-slide {
    margin: 0 20px; }
  .video-two-section .synch-carousels .nav-arrows {
    display: flex;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%); }
  .video-two-section .synch-carousels .nav-arrows svg {
    fill: white; }
  .video-two-section .synch-carousels .arrow-left {
    margin-right: 35px; }
  @media screen and (min-width: 968px) {
    .video-two-section .synch-carousels .right {
      margin-bottom: 20px; }
    .video-two-section .synch-carousels .gallerys {
      display: block; } }
  .video-two-section .synch-carousels .right {
    overflow: hidden; }
    .video-two-section .synch-carousels .right img {
      width: 100%; }
  @media screen and (min-width: 1024px) {
    .video-two-section .synch-carousels .gallerys .slick-slide {
      margin: 0 0 20px 0; }
    .video-two-section .synch-carousels .gallerys .slick-list {
      margin: 0; } }
  @media (max-width: 768px) {
    .video-two-section .nav-arrows {
      bottom: -98px !important; } }
  .video-two-section .nav-arrows .slick-arrow {
    display: block;
    padding: 14px 14px;
    border-radius: 24px;
    border: 0;
    background: var(--primary-color); }
    .video-two-section .nav-arrows .slick-arrow:focus {
      outline: none; }

.blog-listing-page .listed {
  padding: 70px 0; }
  .blog-listing-page .listed .holder {
    padding: 10px;
    background: var(--white-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); }
    .blog-listing-page .listed .holder .title {
      font-size: 19px;
      font-weight: 700;
      line-height: 36px; }
    .blog-listing-page .listed .holder .img-holder {
      height: 230px; }
      .blog-listing-page .listed .holder .img-holder img {
        height: 100%;
        object-fit: cover; }
    .blog-listing-page .listed .holder .posted-by,
    .blog-listing-page .listed .holder .posted-on {
      font-size: 15px;
      line-height: 20px;
      font-weight: 700; }
      .blog-listing-page .listed .holder .posted-by img,
      .blog-listing-page .listed .holder .posted-on img {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px; }
    .blog-listing-page .listed .holder .posted-on {
      padding-top: 4px;
      font-weight: 600; }

.detail-page .detail-section {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .detail-page .detail-section {
      padding: 40px 0; } }
  .detail-page .detail-section .title {
    font-size: 35px;
    line-height: 64px;
    font-weight: 600;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .detail-page .detail-section .title {
        font-size: 25px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 20px; } }
  .detail-page .detail-section .posted-by,
  .detail-page .detail-section .posted-on {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700; }
    .detail-page .detail-section .posted-by .fas,
    .detail-page .detail-section .posted-on .fas {
      color: var(--primary-color); }
  .detail-page .detail-section .entry-content {
    font-size: 20px;
    line-height: 40px;
    padding: 10px; }
    @media (max-width: 768px) {
      .detail-page .detail-section .entry-content {
        font-size: 18px;
        line-height: 36px;
        padding: 0px; } }
    .detail-page .detail-section .entry-content p {
      margin-bottom: 20px; }

.archive-listing-page .listed {
  padding: 70px 0; }
  .archive-listing-page .listed .holder {
    padding: 10px 0;
    background: var(--white-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); }
    .archive-listing-page .listed .holder .title {
      font-size: 26px;
      font-weight: 700;
      line-height: 42px; }
    .archive-listing-page .listed .holder .img-holder {
      height: 230px; }
      .archive-listing-page .listed .holder .img-holder img {
        height: 100%;
        object-fit: cover; }
    .archive-listing-page .listed .holder .content {
      font-size: 16px;
      line-height: 33px; }
    .archive-listing-page .listed .holder .posted-by,
    .archive-listing-page .listed .holder .posted-on {
      font-size: 15px;
      line-height: 20px;
      font-weight: 700; }
      .archive-listing-page .listed .holder .posted-by img,
      .archive-listing-page .listed .holder .posted-on img {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px; }
    .archive-listing-page .listed .holder .posted-on {
      padding-top: 4px;
      font-weight: 600; }

.thought-detail .bichar-section {
  background: var(--white-color); }
  .thought-detail .bichar-section .holder {
    padding: 30px 16px 60px 16px; }
    .thought-detail .bichar-section .holder .title {
      font-size: 51px;
      line-height: 78px;
      font-weight: 800; }
    .thought-detail .bichar-section .holder .writer {
      font-size: 20px;
      line-height: 32px;
      font-weight: 600;
      margin-bottom: 40px; }
    .thought-detail .bichar-section .holder .img-holder {
      width: auto;
      height: auto;
      margin: 0; }
      .thought-detail .bichar-section .holder .img-holder img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: auto; }
    .thought-detail .bichar-section .holder .meta-info {
      border-top: 1px solid #c1c1c1;
      padding: 9px 7px;
      border-bottom: 1px solid #c1c1c1;
      margin-bottom: 41px; }
      .thought-detail .bichar-section .holder .meta-info .author .posted-by {
        font-size: 19px;
        line-height: 28px;
        font-weight: 700; }
      .thought-detail .bichar-section .holder .meta-info .posted-on {
        font-size: 15px;
        line-height: 27px;
        font-weight: 600; }
      .thought-detail .bichar-section .holder .meta-info .social {
        flex: 1 0 0;
        text-align: right;
        align-self: center; }
    .thought-detail .bichar-section .holder .content {
      font-size: 18px;
      line-height: 34px; }

.interview-listing-page .interview-section .img-holder {
  height: 300px; }
  .interview-listing-page .interview-section .img-holder img {
    height: 100%;
    object-fit: cover; }
.interview-listing-page .interview-section .md-box .md-content {
  padding: 8px 18px 0 18px;
  top: 168px; }
  .interview-listing-page .interview-section .md-box .md-content .md-news-title {
    font-size: 21px;
    line-height: 34px;
    font-weight: 700; }

.interview-detail .interview-section {
  background: var(--white-color); }
  .interview-detail .interview-section .holder {
    padding: 30px 16px 60px 16px; }
    .interview-detail .interview-section .holder .title {
      font-size: 41px;
      line-height: 58px;
      font-weight: 700; }
    .interview-detail .interview-section .holder .img-holder {
      width: auto;
      height: auto;
      margin: 0; }
      .interview-detail .interview-section .holder .img-holder img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: auto; }
    .interview-detail .interview-section .holder .meta-info {
      border-top: 1px solid #c1c1c1;
      padding: 9px 7px;
      border-bottom: 1px solid #c1c1c1;
      margin-bottom: 41px; }
      .interview-detail .interview-section .holder .meta-info .author .posted-by {
        font-size: 19px;
        line-height: 28px;
        font-weight: 700; }
      .interview-detail .interview-section .holder .meta-info .posted-on {
        font-size: 15px;
        line-height: 27px;
        font-weight: 600; }
      .interview-detail .interview-section .holder .meta-info .social {
        flex: 1 0 0;
        text-align: right;
        align-self: center; }
    .interview-detail .interview-section .holder .content {
      font-size: 19px;
      line-height: 38px; }
      .interview-detail .interview-section .holder .content .wp-block-embed {
        margin-bottom: 1em;
        width: 100%;
        padding: 15px;
        background: #000; }
        .interview-detail .interview-section .holder .content .wp-block-embed iframe {
          width: 100%;
          height: 400px; }
        .interview-detail .interview-section .holder .content .wp-block-embed figcaption {
          margin-bottom: 0;
          text-align: center;
          color: #fff;
          line-height: 28px;
          font-size: 20px; }

.video-page .video-two-section .holder {
  border: 8px solid var(--primary-color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }
  .video-page .video-two-section .holder iframe {
    height: 340px;
    width: 100%; }

#notfound {
  position: relative;
  height: 100vh; }
  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.notfound {
  max-width: 560px;
  width: 100%;
  padding-left: 160px;
  line-height: 1.1; }
  @media (max-width: 768px) {
    .notfound {
      max-width: 100%; } }
  .notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url("../images/emoji.png");
    background-size: cover; }
    .notfound .notfound-404:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(2.4);
      -moz-transform: scale(2.4);
      transform: scale(2.4);
      border-radius: 50%;
      background-color: #f5f5f5;
      z-index: -1; }
      @media (max-width: 768px) {
        .notfound .notfound-404:before {
          height: 90px;
          width: 90px; } }
  .notfound h1 {
    font-size: 90px;
    line-height: 93px;
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase; }
  .notfound h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px; }
  .notfound a {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 26px;
    background: var(--primary-color);
    border-radius: 40px;
    text-decoration: none;
    color: var(--white-color);
    font-size: 16px; }

/*# sourceMappingURL=style.css.map */
