* {
  padding: 0;
  margin: 0;
  font-family: "Karma", serif; }

body {
  font-size: 18px;
  line-height: 26px;
  background-color: #fcfcfc; }
  body .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc; }
  body textarea {
    border-color: #ccc; }
    body textarea:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-color: #ccc;
      outline: none; }
  body a {
    color: black; }
    body a:hover {
      text-decoration: none;
      color: #1c81c5; }
    body a:focus {
      outline: none; }
  body p {
    text-align: justify;
    line-height: 31px;
    color: black;
    font-size: 18px;
    margin: 0; }
  body ul {
    margin: 0;
    padding: 0; }
    body ul li {
      list-style-type: none; }
  body button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  body button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body input .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  body img {
    width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

.no-pad {
  padding: 0; }

.sec-padding {
  padding: 50px 40px; }

.sec-background {
  background-color: white; }

.sec-title {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sec-title h4 {
    font-size: 40px;
    font-weight: 700;
    color: #343434;
    position: relative;
    display: inline-block; }
    .sec-title h4::after {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #34343440;
      bottom: 5px;
      left: 0; }
  .sec-title span a {
    font-size: 20px;
    font-weight: 600; }

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 0px #00000063;
  background: #ff4e00;
  transition: 0.2s linear; }
  #myTopbtn img {
    height: 25px;
    width: 25px; }
  #myTopbtn:hover {
    cursor: pointer; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 40px !important;
  background-color: #343434 !important;
  transition: 0.6s linear;
  box-shadow: 0px 6px 14px 0px #00000045; }
  .fixed-header .bg-light {
    background-color: #343434 !important;
    padding: 0; }
  .fixed-header .header-bottom-nav .nav-submenu ul {
    background: #343434; }
  .fixed-header .slider:before {
    background-color: #343434; }
  .fixed-header .header-search i,
  .fixed-header .hbn-home i {
    color: #343434; }

.header-top {
  padding: 5px 40px 20px; }

.header-top-logo {
  display: flex;
  justify-content: center; }
  .header-top-logo a {
    width: 330px;
    display: block; }
  .header-top-logo img {
    height: 100px;
    object-fit: contain; }

.header-top-info ul {
  display: flex;
  justify-content: center;
  align-items: center; }
  .header-top-info ul li {
    padding-right: 10px;
    color: #ff4e00;
    font-weight: 600; }
    .header-top-info ul li i {
      margin-right: 5px; }
.header-top-info .social-icons li {
  padding: 0 5px i !important;
  padding-right: 0 !important; }
  .header-top-info .social-icons li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    margin-right: 0; }

.hti-btn a {
  cursor: pointer;
  font-style: normal;
  color: #ff4e00;
  border: 2px solid #ff4e00;
  background-color: #ffffff;
  line-height: 14px;
  padding: 4px 10px 0px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
  border-radius: 50px; }
  .hti-btn a:hover {
    border-color: #ff4e00;
    background: #ff4e00;
    color: white; }
  .hti-btn a i {
    margin-right: 5px; }

.hb-display {
  display: flex; }

.header-bottom {
  background-color: #ff4e00;
  padding: 0 40px; }

.header-bottom-nav #nav {
  list-style: none inside;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  .header-bottom-nav #nav li {
    display: block;
    position: relative;
    padding: 3px 20px 0;
    background: transparent;
    transition: 0.2s linear;
    text-align: left; }
    .header-bottom-nav #nav li a {
      display: block;
      padding: 0;
      text-decoration: none;
      line-height: 35px;
      color: #ffffff;
      font-weight: 600;
      margin-top: 4px; }
      .header-bottom-nav #nav li a img {
        width: 20px;
        height: 20px;
        margin-right: 3px; }
    .header-bottom-nav #nav li:hover {
      background-color: #26abe0; }
    .header-bottom-nav #nav li:hover.nav-submenu::after {
      color: transparent; }
.header-bottom-nav #nav ul {
  position: absolute;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: max-content;
  top: 41px;
  border-top: 2px solid #27abde;
  z-index: 2000; }
.header-bottom-nav #nav li:hover ul ul {
  display: none; }
.header-bottom-nav #nav li:hover ul {
  display: block; }
.header-bottom-nav #nav .nav-enq {
  background: #26abe0;
  margin-left: 20px; }
  .header-bottom-nav #nav .nav-enq i {
    font-weight: 600; }
.header-bottom-nav .nav-submenu ul {
  background: #ff4e00; }

.hbn-home {
  cursor: pointer;
  display: flex;
  align-items: center; }
  .hbn-home a {
    margin-top: 0 !important; }
  .hbn-home i {
    font-size: 16px;
    color: #ff4e00;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
    line-height: 35px; }
  .hbn-home:hover {
    background-color: transparent !important; }

.header-dark-mode {
  display: flex;
  align-items: center;
  margin: 0 25px; }
  .header-dark-mode strong {
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    text-transform: uppercase;
    font-family: sans-serif; }

.header-search {
  position: relative;
  margin: 0 10px;
  transition: 0.1s linear;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .header-search i {
    font-size: 16px;
    color: #ff4e00;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
    line-height: 35px; }
  .header-search .search-box {
    background: #e8e8e4;
    position: absolute;
    top: 56px;
    right: 0;
    width: 700px;
    height: 60px;
    padding: 10px 0;
    box-shadow: 0px 5px 11px #75757587;
    border-top: 4px solid #ff4e00;
    display: none;
    z-index: 1000; }
  .header-search .search-box:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #ff4e00; }
  .header-search .search-box input[type="text"] {
    width: 84%;
    padding: 5px 10px;
    margin-left: 10px;
    border: 1px solid white;
    outline: none; }
  .header-search .search-box input[type="submit"] {
    width: 93px;
    padding: 5px 0;
    font-weight: 600;
    background: #ff4e00;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #ff4e00;
    outline: none;
    cursor: pointer; }

.main-bigyapan {
  padding: 0 40px; }

.sidepanel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  background-color: #1a1a1a;
  overflow-x: hidden;
  padding: 40px 0 20px;
  transition: 0.5s;
  box-shadow: 4px 0px 11px 0px #1a1a1a8f;
  /* Handle on hover */ }
  .sidepanel span {
    background: #1a1a1a;
    display: block;
    padding-bottom: 10px;
    margin: 0 15px 10px; }
    .sidepanel span a img {
      height: 100px;
      object-fit: contain; }
  .sidepanel .sidepanel-nav {
    padding: 0 10px; }
    .sidepanel .sidepanel-nav li {
      width: 48%;
      display: inline-block; }
      .sidepanel .sidepanel-nav li a {
        padding: 5px;
        margin-bottom: 5px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        color: white;
        display: block;
        transition: 0.3s;
        border-radius: 3px;
        border-left: 5px solid transparent; }
        .sidepanel .sidepanel-nav li a:hover {
          margin-left: 10px;
          border-left: 5px solid #f27b21; }
    .sidepanel .sidepanel-nav li:nth-child(odd) {
      border-right: 1px solid #424242; }
  .sidepanel .sidepanel-address {
    padding: 0 20px;
    margin: 30px 0;
    text-align: center; }
    .sidepanel .sidepanel-address h4 {
      color: white;
      margin-bottom: 10px;
      border-bottom: 3px solid #f27b21;
      display: inline-block; }
    .sidepanel .sidepanel-address ul {
      text-align: center; }
      .sidepanel .sidepanel-address ul li {
        color: white; }
        .sidepanel .sidepanel-address ul li a {
          color: white; }
  .sidepanel .sidepanel-social {
    padding: 0 30px;
    justify-content: space-between; }
  .sidepanel .closebtn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: white;
    font-weight: 500;
    background: #f27b21;
    height: 30px;
    width: 30px;
    line-height: 34px;
    border: 1px solid #f27b21;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s linear; }
    .sidepanel .closebtn:hover {
      border-color: white;
      color: #26abe0;
      background-color: white; }
  .sidepanel::-webkit-scrollbar {
    width: 10px; }
  .sidepanel::-webkit-scrollbar-track {
    background: gray; }
  .sidepanel::-webkit-scrollbar-thumb {
    background: #26abe0;
    border-radius: 50px; }
  .sidepanel::-webkit-scrollbar-thumb:hover {
    background: #d3610b; }

.openbtn {
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: none; }
  .openbtn img {
    height: 35px;
    width: auto; }

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-bottom: 0; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #ff4e00;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #2196f3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3; }

input:checked + .slider:before {
  transform: translateX(13px); }

.slider.round {
  border-radius: 50px; }

.slider.round:before {
  border-radius: 50%; }

.dark-mode {
  filter: invert(100%);
  background-color: black; }

.dark-mode img {
  filter: invert(100%) !important; }

.dark-mode i {
  filter: invert(100%); }

.dark-mode .main-news-big {
  filter: invert(1); }

.social-icons {
  display: flex; }
  .social-icons li {
    padding: 0 5px; }
    .social-icons li i {
      width: 35px;
      height: 35px;
      color: #fff !important;
      border-radius: 50%;
      line-height: 35px;
      font-size: 18px;
      text-align: center; }
    .social-icons li i.fab.fa-facebook-f {
      background-color: #4267b2; }
    .social-icons li i.fab.fa-twitter {
      background-color: #55acee; }
    .social-icons li i.fab.fa-instagram {
      background-color: #cc377b; }
    .social-icons li i.fab.fa-youtube {
      background-color: #db1f27; }

.main-breaking {
  padding: 50px 40px; }

.main-breaking-single {
  border-radius: 5px;
  background-color: white;
  padding: 30px 40px;
  text-align: center;
  box-shadow: 0px 0px 9px 0px #62626257; }
  .main-breaking-single h2 {
    font-size: 60px;
    margin: 10px 0; }
  .main-breaking-single span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600; }
    .main-breaking-single span img {
      width: 30px;
      margin-right: 10px; }
  .main-breaking-single a:hover {
    color: black; }
  .main-breaking-single img {
    height: auto; }

.main-breaking-single:not(:last-child) {
  margin-bottom: 30px; }

.news-meta {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0; }
  .news-meta li {
    padding-right: 20px;
    color: #343434;
    font-weight: 600;
    font-size: 16px; }
    .news-meta li i {
      margin-right: 3px;
      font-size: 14px; }
    .news-meta li a {
      color: #343434; }

.main-news-big {
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }
  .main-news-big::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.49), #0000, #0000);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }

.msb-text {
  padding: 20px 30px;
  width: 100%;
  z-index: 200; }
  .msb-text h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3; }
    .msb-text h4 a {
      color: white; }
  .msb-text ul li {
    color: white; }
    .msb-text ul li a {
      color: white; }

.mnl-single {
  display: flex;
  padding-bottom: 25px; }

.mnl-single:last-child {
  padding-bottom: 0; }

.mnls-img img {
  height: 100px;
  width: 130px;
  object-fit: cover; }

.mnls-text {
  padding: 10px; }
  .mnls-text h4 {
    font-size: 20px;
    font-weight: 600; }

.main-news-small {
  margin-bottom: 20px; }
  .main-news-small .mns-img img {
    height: 200px;
    object-fit: cover; }
  .main-news-small .mns-text {
    padding: 10px 5px 0; }
    .main-news-small .mns-text h4 {
      font-size: 20px;
      font-weight: 600; }

.main-news-list ul {
  padding: 10px 15px; }
  .main-news-list ul li {
    padding: 0 0 10px 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    position: relative; }
    .main-news-list ul li a {
      font-size: 17px;
      font-weight: 600; }
    .main-news-list ul li::before {
      content: "\f111";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      left: 0;
      color: #ff4e00;
      font-size: 10px; }
  .main-news-list ul li:last-child {
    margin-bottom: 0;
    border-bottom: none; }

.main-latest-left .mns-img img {
  height: 260px; }

.main-trending .main-news-small {
  box-shadow: 0px 0px 9px 0px #62626257;
  background-color: white; }
  .main-trending .main-news-small img {
    height: 150px; }
  .main-trending .main-news-small .mns-text {
    padding: 20px 10px; }
    .main-trending .main-news-small .mns-text h4 {
      font-size: 18px; }

.main-politics-right .mns-img img {
  height: 150px; }
.main-politics-right .mns-text h4 {
  font-size: 17px; }

.main-featured {
  background-color: #343434; }
  .main-featured .sec-title h4 {
    color: white; }
    .main-featured .sec-title h4::after {
      background-color: white; }
  .main-featured .sec-title a {
    color: white; }

.main-featured-single {
  position: relative;
  margin: 0 10px;
  border: 2px solid white; }
  .main-featured-single:focus {
    outline: none; }

.main-featured-single:not(:last-child) {
  margin-bottom: 30px; }

.mfl {
  padding: 0; }

.main-featured-large .mfs-img img {
  height: 534px; }

.mfs-img img {
  height: 250px;
  width: 100%;
  object-fit: cover; }

.mfs-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  background-image: linear-gradient(to bottom, #00000008, #000000c7); }
  .mfs-text h4 a {
    font-size: 20px;
    font-weight: 600;
    color: white; }

.mpt-left .nav {
  display: block; }
.mpt-left .nav-pills .nav-link.active,
.mpt-left .nav-pills .show > .nav-link {
  border-right: 7px solid #ff4e00;
  color: #ff4e00;
  background-color: transparent; }
.mpt-left .nav-pills .nav-link {
  border-right: 7px solid #26abe0;
  border-radius: 0;
  font-weight: 700;
  padding: 25px 5px;
  text-align: center;
  font-size: 20px; }

.mpt-right .main-news-small {
  min-height: 260px;
  border-bottom: 1px solid #f3f3f3; }

.main-editorial .main-news-small {
  box-shadow: 0px 0px 9px 0px #62626257;
  margin-bottom: 0; }
.main-editorial .mns-text {
  padding: 20px;
  background-color: white; }

.main-videos {
  background-color: #343434; }
  .main-videos .sec-title h4 {
    color: white; }
    .main-videos .sec-title h4::after {
      background-color: white; }
  .main-videos .sec-title a {
    color: white; }
  .main-videos .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 99;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #ff4e00;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }
  .main-videos i.fas.fa-arrow-left.slick-arrow {
    left: 0; }
  .main-videos i.fas.fa-arrow-right.slick-arrow {
    right: 0; }

.main-video-single {
  margin: 0 15px;
  border: 2px solid white; }

.main-entertainment-single {
  position: relative; }
  .main-entertainment-single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.88)); }
  .main-entertainment-single:focus {
    outline: none; }

.mes-img img {
  height: 350px;
  width: 100%;
  object-fit: cover; }

.mes-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px; }
  .mes-text h4 a {
    font-size: 20px;
    font-weight: 600;
    color: white; }

.main-category-single .sec-title h4 {
  font-size: 28px; }
.main-category-single .sec-title span a {
  font-size: 18px; }

.footer-main {
  background: #343434;
  padding: 40px;
  border-top: 7px solid #ff4e00; }

.footer-main-top {
  text-align: center; }
  .footer-main-top img {
    width: 500px;
    height: 100px;
    object-fit: contain; }
  .footer-main-top ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .footer-main-top ul li {
      color: white;
      padding: 0 15px;
      border-right: 2px solid #27abde8f;
      font-weight: 600; }
      .footer-main-top ul li a {
        color: white; }
    .footer-main-top ul li:last-child {
      border: none; }

.footer-main-mid {
  padding-bottom: 20px; }
  .footer-main-mid ul {
    display: flex;
    justify-content: center; }
    .footer-main-mid ul li {
      color: white;
      padding: 0 15px;
      border-right: 2px solid #ef4c0482;
      font-weight: 600; }
    .footer-main-mid ul li:last-child {
      border: none; }

.footer-main-bottom ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10px; }
  .footer-main-bottom ul li {
    padding: 0 5px; }
    .footer-main-bottom ul li i {
      width: 40px;
      height: 40px;
      color: #fff !important;
      border-radius: 50%;
      line-height: 40px;
      font-size: 16px;
      text-align: center;
      background: #272727; }
.footer-main-bottom p {
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 15px; }
  .footer-main-bottom p a {
    color: #ff4e00; }

.inner-breadcrumb {
  padding: 40px 30px 0; }

.inner-breacrumb-text {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .inner-breacrumb-text h4 {
    padding-left: 20px;
    display: inline-block;
    padding: 10px 20px 10px 5px;
    color: black;
    font-size: 45px;
    font-weight: 600;
    z-index: 20;
    background: white; }
  .inner-breacrumb-text ul {
    z-index: 20;
    background: white;
    display: flex;
    align-items: center;
    padding: 0 20px; }
    .inner-breacrumb-text ul li {
      padding-right: 5px;
      color: black; }
    .inner-breacrumb-text ul .bread-link {
      position: relative; }
      .inner-breacrumb-text ul .bread-link a {
        color: black;
        font-weight: 600; }
      .inner-breacrumb-text ul .bread-link:after {
        content: " \f0da ";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 600;
        text-decoration: inherit;
        margin-left: 5px;
        color: black; }
  .inner-breacrumb-text::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #e7e7e7;
    top: 50%;
    transform: translateY(-50%); }

.inner-news-single {
  padding-top: 30px; }

.ins-title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 20px; }

.ins-meta {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  align-items: center; }
  .ins-meta span {
    color: #343434;
    font-size: 18px; }
    .ins-meta span i {
      margin-right: 5px; }
    .ins-meta span .fas {
      margin-left: 20px;
      font-weight: 400; }

.ins-meta-left img {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  margin-right: 10px; }
.ins-meta-left ul {
  display: flex;
  align-items: center; }
  .ins-meta-left ul li {
    padding-right: 15px; }
    .ins-meta-left ul li i {
      margin-right: 3px; }

.inner-news-single-content {
  padding-top: 25px; }
  .inner-news-single-content .main-latest-right {
    margin: 30px 0; }
    .inner-news-single-content .main-latest-right ul {
      background-color: white;
      padding: 10px;
      -webkit-box-shadow: 0px 0px 7px 0px #d6d6d6;
      box-shadow: 0px 0px 7px 0px #d6d6d6; }

.mt-30 {
  margin-top: 20px; }

.insd-img {
  margin: 30px 0; }
  .insd-img img {
    height: 550px;
    width: 100%;
    object-fit: cover; }

.insd-text {
  margin-top: 30px; }
  .insd-text p {
    font-size: 23px;
    line-height: 170%;
    margin: 0px 0px 1.04em;
    font-weight: 400; }
    .insd-text p img {
      width: 100% !important;
      height: auto !important; }
  .insd-text p:last-child {
    margin-bottom: 0; }

.insd-advert {
  margin-top: 30px;
  padding: 30px 20px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  text-align: center; }
  .insd-advert a {
    width: 100%;
    display: block; }
    .insd-advert a img {
      width: fit-content;
      max-width: 100%; }

.main-related-right {
  margin: 30px 0; }
  .main-related-right ul {
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 7px 0px #d6d6d6; }
    .main-related-right ul li {
      padding: 10px 0 10px 20px;
      border-bottom: 1px solid #d5d5d5;
      position: relative; }
      .main-related-right ul li:before {
        content: "\f0da";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        left: 10px; }
      .main-related-right ul li a {
        font-size: 15px;
        font-weight: 600; }
    .main-related-right ul li:last-child {
      border-bottom: none; }

.news-reaction {
  padding: 20px 0;
  background: #ececec;
  margin-top: 40px; }
  .news-reaction h4 {
    box-sizing: border-box;
    margin: 0px 0px 20px;
    font-weight: 500;
    line-height: 30.8px;
    font-size: 28px;
    clear: both;
    color: #404040;
    text-align: center; }

.reactions-toggle {
  display: none; }

.da-reactions-container {
  text-align: center;
  max-width: 100%; }

.da-reactions-container * {
  transition: all 400ms; }

.da-reactions-container .reactions .reaction {
  display: inline-block;
  margin: 4px;
  transition: all 100ms ease-out;
  position: relative;
  cursor: pointer; }

.da-reactions-container .reactions .reaction:hover:after {
  display: block;
  position: absolute;
  content: attr(data-title);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 4px 8px;
  border-radius: 20px;
  white-space: nowrap;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-130%); }

.da-reactions-container .reactions .reaction:hover {
  transform: scale(1.3) translate(0, -20%);
  z-index: 2; }

.da-reactions-container .reactions .reaction .count {
  position: absolute;
  right: -0.3em;
  bottom: -0.3em;
  background-color: rgba(255, 255, 255, 0.5);
  width: 2em;
  border-radius: 1em;
  line-height: 2em;
  height: 2em;
  text-align: center;
  font-weight: lighter;
  font-size: 1em;
  white-space: nowrap;
  cursor: help; }

.main-right-advert-single:not(:last-child) {
  margin-bottom: 30px; }

.main-missed-inner .mnl-single {
  margin-bottom: 30px; }

.ins-tags {
  margin-bottom: 20px; }
  .ins-tags ul {
    display: flex;
    justify-content: flex-end; }
    .ins-tags ul li {
      padding-right: 10px; }
      .ins-tags ul li a {
        padding: 8px 15px 3px 12px;
        border-radius: 50px;
        box-shadow: 0px 0px 8px 0px #0000001c;
        position: relative;
        font-weight: 600;
        color: #ff4e00;
        transition: 0.2s linear; }
        .ins-tags ul li a::before {
          content: "#";
          margin-right: 2px; }
        .ins-tags ul li a:hover {
          background-color: #ff4e00;
          color: white; }

.inner-category .main-news-small {
  margin-bottom: 30px; }

.inner-category-upper {
  margin-bottom: 30px; }

.inner-category-lower {
  margin-top: 30px; }

.main-bigyapan-three {
  margin: 10px 0;
  padding: 0; }

.inner-pagination {
  text-align: center;
  margin-top: 0; }
  .inner-pagination .pagination {
    display: inline-block; }
    .inner-pagination .pagination a {
      color: white;
      float: left;
      transition: background-color 0.3s;
      border: 2px solid #ff4e00;
      margin: 0 5px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border-radius: 50%;
      font-weight: 600;
      text-align: center;
      background-color: #ff4e00; }
    .inner-pagination .pagination a.active {
      background-color: #26abe0;
      border: 1px solid #26abe0;
      color: white; }

.inner-author-details {
  background-color: #343434;
  padding: 20px;
  margin-bottom: 50px;
  width: 75%; }

.iad-img img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid white; }

.iaddd {
  display: flex;
  align-items: center; }

.iad-details {
  border-left: 1px solid #ffffff4f;
  padding-left: 40px; }
  .iad-details h4 {
    color: white;
    font-size: 35px;
    font-weight: 600; }
  .iad-details span {
    font-size: 20px;
    font-weight: 600;
    color: white;
    display: block; }
  .iad-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
  .iad-details li {
    padding-right: 10px; }
  .iad-details i {
    width: 35px;
    height: 35px;
    color: #ff4e00;
    border-radius: 50%;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    background-color: white; }

.inner-about p {
  font-size: 23px;
  line-height: 170%; }

.inner-team-category:not(:last-child) {
  margin-bottom: 50px; }

.inner-team-single {
  position: relative;
  overflow: hidden;
  text-align: left;
  -webkit-box-shadow: 0px 0px 8px 0px #80808075;
  box-shadow: 0px 0px 8px 0px #80808075;
  margin: 20px 15px; }

.inner-team-single img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.inner-team-caption {
  position: absolute;
  bottom: 5%;
  padding: 10px 20px 10px 40px;
  overflow: hidden;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  min-width: 200px;
  background: #ffffff00; }

.inner-team-caption::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ff4e00;
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: -1; }

.inner-team-caption h4 {
  color: white;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.inner-team-caption p {
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.025em;
  font-size: 16px;
  font-weight: 500;
  text-align: left !important; }

.ibt-search {
  overflow: inherit; }

.ibt-search ul li {
  font-size: 30px; }

.ibt-search ul li span {
  font-size: 40px;
  font-weight: 600; }

/*for iframe in news description ckeditor*/
.insd-text iframe {
  width: 100%; }

/* trending css */
.header-trending {
  background-color: #f5f5f5;
  padding: 0 30px; }

.header-trending ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hmt-title {
  padding: 8px 20px 8px 10px;
  background-color: #26abe0;
  position: relative; }

.hmt-title a {
  color: white;
  font-weight: 600; }

.hmt-title a:hover {
  color: white; }

.hmt-title img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 7px; }

.hmt-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f5f5f5; }

.hmt-trends {
  padding-left: 20px; }

.hmt-trends a {
  padding-right: 20px;
  font-weight: 600;
  white-space: nowrap; }

.hmt-trends a::before {
  content: "#";
  margin-right: 3px; }

.hmt-trends a:last-child {
  padding-right: 0; }

.inner-bigyapan, .main-long-advert {
  text-align: center; }
  .inner-bigyapan img, .main-long-advert img {
    width: fit-content;
    max-width: 100%; }

/*# sourceMappingURL=style.css.map */
