* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: 'Ek Mukta', sans-serif;
  color: #222222; }

body {
  background-color: #fff1e0; }

ul,
li,
ol {
  margin: 0;
  list-style-type: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: #f6412d;
    text-decoration: none; }

a:visited,
a:acitve {
  text-decoration: none; }

a:active {
  color: #0066b3; }

a:focus {
  text-decoration: none;
  outline: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }

a:visited,
a:acitve {
  text-decoration: none; }

a:active {
  color: #222; }

a:focus {
  text-decoration: none;
  outline: 0; }

.content-header {
  background-color: #eddbc5;
  margin-top: -4px; }
  .content-header.withoutsubtitle .header-item {
    padding: 70px 0; }
    .content-header.withoutsubtitle .header-item h2 {
      font-size: 56px;
      font-weight: 500; }
      .content-header.withoutsubtitle .header-item h2:after {
        height: 4px;
        width: 100px;
        bottom: -14px; }
    @media (max-width: 992px) {
      .content-header.withoutsubtitle .header-item {
        padding: 20px 15px; }
        .content-header.withoutsubtitle .header-item h2 {
          font-size: 30px; } }
  .content-header.withsubtitle .header-item {
    padding: 30px 0 70px 0; }
    @media (max-width: 992px) {
      .content-header.withsubtitle .header-item {
        padding: 30px 0; } }
    .content-header.withsubtitle .header-item h4 {
      font-size: 56px;
      line-height: 60px;
      font-weight: 600;
      padding-top: 12px; }
      @media (max-width: 992px) {
        .content-header.withsubtitle .header-item h4 {
          margin: 15px 0;
          font-size: 25px;
          line-height: 36px; } }

.kd-ad-vertical {
  width: 100%;
  overflow: hidden;
  margin: 30px 0; }
  @media (max-width: 992px) {
    .kd-ad-vertical {
      margin: 15px 0; } }
  .kd-ad-vertical a {
    display: inline-block; }
    .kd-ad-vertical a img {
      width: 100%; }

.kd-ad-horizontal {
  background-color: #323232; }
  .kd-ad-horizontal .row {
    padding: 40px 0; }
    @media (max-width: 992px) {
      .kd-ad-horizontal .row {
        padding: 15px 0; } }
    .kd-ad-horizontal .row a {
      display: inline-block; }
      .kd-ad-horizontal .row a img {
        width: 100%; }
  .kd-ad-horizontal.small .col-lg-12 {
    text-align: center; }
    .kd-ad-horizontal.small .col-lg-12 a {
      width: 75%; }

.header-item h2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px; }
  .header-item h2:after {
    content: ' ';
    position: absolute;
    background-color: #b21118;
    width: 35px;
    height: 1px;
    bottom: 2px;
    left: 0; }

.owl-wrapper-outer {
  z-index: 98; }

.owl-buttons {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 4px 12px;
    padding-top: 6px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%); }
    .owl-buttons div i {
      color: #ffffff; }
  .owl-buttons .owl-prev {
    left: 20px; }
  .owl-buttons .owl-next {
    right: 20px; }

.box {
  width: 100%; }
  .box.md.vertical .img-holder {
    width: 100%;
    height: 465px; }
    @media (max-width: 992px) {
      .box.md.vertical .img-holder {
        height: auto; } }
  .box.md.vertical .text-holder {
    height: auto; }
    .box.md.vertical .text-holder p {
      font-size: 30px;
      line-height: 43px;
      font-weight: 600; }
      @media (max-width: 992px) {
        .box.md.vertical .text-holder p {
          font-size: 18px;
          line-height: 32px;
          padding-bottom: 10px; } }
  .box.md.min-height, .box.md.md-height {
    margin-bottom: 50px; }
    .box.md.min-height .img-holder, .box.md.md-height .img-holder {
      height: 250px; }
      @media (max-width: 992px) {
        .box.md.min-height .img-holder, .box.md.md-height .img-holder {
          height: auto; } }
    .box.md.min-height .text-holder p, .box.md.md-height .text-holder p {
      font-size: 22px;
      line-height: 30px; }
  .box.md.md-height .img-holder {
    height: 350px; }
    @media (max-width: 992px) {
      .box.md.md-height .img-holder {
        height: auto; } }
  .box.sm {
    margin-bottom: 30px; }
    .box.sm.vertical .img-holder {
      width: 100%;
      height: 170px; }
      @media (max-width: 992px) {
        .box.sm.vertical .img-holder {
          height: auto; } }
    .box.sm.horizontal .img-holder {
      width: 170px;
      height: 115px;
      display: table-cell;
      vertical-align: top;
      padding-right: 15px; }
      @media (max-width: 992px) {
        .box.sm.horizontal .img-holder {
          height: auto;
          width: 100%;
          display: block; } }
    .box.sm.horizontal .text-holder {
      display: table-cell;
      vertical-align: top; }
      @media (max-width: 992px) {
        .box.sm.horizontal .text-holder {
          display: block; } }
    .box.sm .text-holder {
      height: auto; }
      .box.sm .text-holder p {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600; }
  .box .img-holder {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center; }
    .box .img-holder img {
      height: 100%; }
      @media (max-width: 992px) {
        .box .img-holder img {
          height: auto;
          width: 100%; } }
  .box.long.vertical .img-holder {
    height: 420px; }
    @media (max-width: 992px) {
      .box.long.vertical .img-holder {
        height: auto; } }

.row.withbg {
  padding: 25px 30px 50px 30px;
  background-color: #f6412d;
  margin: 30px 0; }
  .row.withbg p {
    font-size: 20px;
    color: #fff1e0;
    line-height: 30px; }
    .row.withbg p a:hover {
      color: #eddbc5; }

.gap {
  padding: 40px 15px; }
  @media (max-width: 992px) {
    .gap {
      padding: 20px 15px; } }

.play-button a {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  transition: all 0.3s; }
  .play-button a:hover {
    border: 1px solid #000; }
  .play-button a i {
    font-size: 20px;
    color: #ffffff; }

.row.gap {
  padding: 40px 0; }

.row.tools .panel {
  padding: 30px 10px 10px 10px; }
  .row.tools .panel .icons {
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    font-size: 60px; }
  .row.tools .panel .content {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 0; }
    .row.tools .panel .content h4 {
      font-size: 18px; }
    .row.tools .panel .content p {
      font-size: 14px;
      line-height: 24px;
      color: #888888;
      margin-bottom: 0; }

.panel {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #a5a6a6;
  border-radius: 0; }

.pagination li a {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  color: #222222 !important; }
.pagination li:hover a {
  background-color: #e9e9e3 !important; }
.pagination li.active a {
  color: #ffffff !important;
  background-color: #f4b733 !important; }

.btn.btn-inverse {
  border-radius: 0;
  background-color: #222222;
  color: #888888;
  border: 0 solid #000; }
  .btn.btn-inverse:hover {
    background-color: #444444; }

.right_panel .panel-body {
  padding: 25px; }
  .right_panel .panel-body .header-item {
    margin-bottom: 30px; }
  .right_panel .panel-body .heading {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3dede; }
    .right_panel .panel-body .heading h4 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 0; }
  .right_panel .panel-body .box.sm {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3dede; }
    .right_panel .panel-body .box.sm .text-holder p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      margin: 0; }
    .right_panel .panel-body .box.sm .img-holder {
      overflow: hidden;
      padding: 0;
      width: 85px;
      height: 60px;
      margin-right: 25px; }
      .right_panel .panel-body .box.sm .img-holder a {
        display: inline-block;
        padding-right: 25px; }
        .right_panel .panel-body .box.sm .img-holder a img {
          width: 100%; }

.mobile-show {
  display: none; }
  @media (max-width: 992px) {
    .mobile-show {
      display: block; } }

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 992px) {
  .blocknews {
    margin-bottom: 20px; } }

.header {
  background-color: #fff1e0; }
  .header .brand {
    padding-top: 20px; }
    .header .brand img {
      width: 225px;
      height: 50px; }
      @media (max-width: 992px) {
        .header .brand img {
          width: 125px;
          height: auto; } }
    .header .brand a.logo {
      display: inline-block;
      border-right: 1px solid #b21118; }
    .header .brand a.language {
      font-size: 26px;
      color: #222222;
      padding-left: 20px;
      padding-top: 10px;
      font-family: 'Ek Mukta', sans-serif;
      font-weight: 300; }
      .header .brand a.language b {
        font-weight: 600; }
      @media (max-width: 992px) {
        .header .brand a.language {
          font-size: 18px; } }
    @media (max-width: 992px) {
      .header .brand {
        padding: 15px;
        display: flex;
        justify-content: space-between; }
        .header .brand a.language {
          padding-top: 2px;
          padding-left: 0; }
        .header .brand a.logo {
          border-right: 0; } }
  .header .brand-rightside img {
    width: 255px;
    height: 85px; }
  @media only screen and (max-width: 768px) {
    .header .brand-rightside {
      display: none; } }
  .header .container {
    height: 150px;
    display: table;
    table-layout: fixed;
    padding: 0; }
    .header .container .row {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    @media (max-width: 992px) {
      .header .container {
        height: auto;
        padding: 15px 0;
        width: 100%; } }

.nav li.button .btn {
  padding: 0 10px;
  background-color: #b21118;
  color: #fff1e0;
  border-radius: 0;
  font-size: 12px; }
  .nav li.button .btn:hover {
    background-color: #93060c; }
.nav li.no-right-bar:after {
  content: ""; }

.navbar {
  background-color: #b21118;
  width: 100%;
  border-radius: 0 !important;
  border-bottom: 4px solid #93060c !important;
  margin-bottom: 0 !important; }
  .navbar li {
    border-right: 1px solid #93060c;
    cursor: pointer;
    font-family: 'Ek Mukta', sans-serif;
    transition: all 0.3s; }
    .navbar li a {
      color: #e9e9e3;
      font-size: 17px; }
    .navbar li:hover, .navbar li.active {
      background-color: #b21118; }
      .navbar li:hover a:hover, .navbar li.active a:hover {
        color: #ffffff;
        background-color: transparent; }
    .navbar li.active a {
      background-color: #93060c; }
      .navbar li.active a:hover {
        background-color: #93060c; }
    .navbar li:last-child {
      border-right: 0; }
    .navbar li.diff a {
      color: #fff1e0; }
  @media (max-width: 992px) {
    .navbar {
      width: 75vw;
      position: fixed;
      z-index: 999;
      top: 0;
      left: -82vw;
      height: 100vh;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      transition: all 0.3s; } }

.nav-top {
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .nav-top {
      display: none; } }
  .nav-top .navbar-nav li {
    position: relative; }
    .nav-top .navbar-nav li a {
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #8c8c8c; }
      .nav-top .navbar-nav li a i {
        padding-right: 6px; }
    .nav-top .navbar-nav li.diff a {
      color: #fff1e0; }
    .nav-top .navbar-nav li:not(:last-child):after {
      content: "|";
      position: absolute;
      right: 0;
      top: 10px;
      color: #8c8c8c; }

.nav-bottom {
  background-color: #ffffff;
  overflow: hidden; }
  .nav-bottom li.has-box-shadow {
    box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.2); }

.nav-bottom {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer; }

.marquee-sibling {
  width: 335px; }
  .marquee-sibling span.btn {
    background-color: #000 !important;
    color: #ffffff; }

marquee {
  width: calc(100% - 335px); }
  marquee ul {
    display: flex;
    white-space: nowrap; }

.nav-top .navbar-nav li a span, .nav-top .navbar-nav li a i {
  color: #8c8c8c; }
.nav-top .navbar-nav li a:hover {
  color: #ffffff; }
  .nav-top .navbar-nav li a:hover span, .nav-top .navbar-nav li a:hover i {
    color: #ffffff; }

@media (max-width: 992px) {
  .nav-bottom {
    height: auto;
    padding: 15px; }
    .nav-bottom .marquee-sibling {
      width: 100%;
      margin: 0; }
      .nav-bottom .marquee-sibling .has-box-shadow {
        box-shadow: none;
        border-top: 1px solid #e9e9e3;
        border-bottom: 1px solid #e9e9e3; }
      .nav-bottom .marquee-sibling a {
        padding: 15px 0; }
    .nav-bottom marquee {
      width: 100%; }
    .nav-bottom .nav-collapse {
      display: flex;
      flex-direction: column;
      padding: 0; } }
.search-bar input[type="text"] {
  text-align: right;
  background-color: transparent;
  border: 0;
  color: #fff1e0;
  box-shadow: none;
  font-weight: 400;
  letter-spacing: 0.045em;
  font-size: 18px; }
  .search-bar input[type="text"]::-webkit-input-placeholder {
    color: #fff1e0; }
  .search-bar input[type="text"]::-moz-placeholder {
    color: #fff1e0; }
  .search-bar input[type="text"]:-ms-input-placeholder {
    color: #fff1e0; }
  .search-bar input[type="text"]:-moz-placeholder {
    color: #fff1e0; }
.search-bar .btn.btn-default {
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 18px;
  padding: 0; }
  .search-bar .btn.btn-default i {
    color: #fff1e0 !important; }

.show-social-button {
  padding: 15px; }
  .show-social-button * {
    color: #eddbc5;
    font-weight: 600; }
  .show-social-button .nav-collapse i {
    line-height: 20px; }

@media (max-width: 992px) {
  .show-main-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #b21118;
    border: 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    .show-main-menu i {
      font-size: 25px;
      color: #fff1e0; } }
.main-content {
  height: auto;
  padding: 0;
  background-color: #fff1e0; }

.taja-khabar {
  background-color: #eddbc5;
  padding-bottom: 48px; }
  .taja-khabar-list {
    position: relative; }
    .taja-khabar-list .media {
      cursor: pointer;
      margin-right: 30px;
      height: 100px; }
      .taja-khabar-list .media-left img {
        width: 100px;
        height: 100px; }
      .taja-khabar-list .media-body {
        padding: 15px; }
        .taja-khabar-list .media-body h4 {
          font-size: 14px;
          color: #b21118;
          font-weight: 600;
          font-style: italic;
          margin-bottom: 10px; }
        .taja-khabar-list .media-body p {
          font-size: 17px;
          font-weight: 600;
          line-height: 24px; }
      .taja-khabar-list .media:hover {
        background-color: #ffffff; }

.main-news-list {
  padding: 60px 0; }
  @media (max-width: 992px) {
    .main-news-list {
      padding: 30px 0; } }
  .main-news-list:not(:last-child) {
    border-bottom: 1px solid #b21118; }
  .main-news-list .mn-header,
  .main-news-list .mn-text {
    margin: 0 auto;
    width: 90%;
    text-align: center; }
    @media (max-width: 992px) {
      .main-news-list .mn-header,
      .main-news-list .mn-text {
        width: 100%; } }
    .main-news-list .mn-header h4,
    .main-news-list .mn-text h4 {
      font-size: 60px;
      line-height: 72px;
      color: #222222; }
      @media (max-width: 992px) {
        .main-news-list .mn-header h4,
        .main-news-list .mn-text h4 {
          font-size: 32px;
          line-height: 36px; } }
    .main-news-list .mn-header p,
    .main-news-list .mn-text p {
      font-size: 19px;
      line-height: 30px;
      font-weight: 400;
      color: #88898a; }
      @media (max-width: 992px) {
        .main-news-list .mn-header p,
        .main-news-list .mn-text p {
          font-size: 16px;
          line-height: 28px; } }
  .main-news-list .mn-media {
    width: 100%;
    text-align: center; }
    .main-news-list .mn-media img {
      margin: 60px auto 30px auto;
      max-width: 100%; }
.main-news.withborder .main-news-list {
  margin-bottom: 30px;
  padding: 0;
  border-bottom: 0; }
  .main-news.withborder .main-news-list .col-md-12 {
    padding: 0; }
    .main-news.withborder .main-news-list .col-md-12 .mn-comment-count {
      display: flex;
      font-size: 12px;
      margin: 20px 0;
      margin-bottom: 8px; }
      .main-news.withborder .main-news-list .col-md-12 .mn-comment-count .views {
        margin-right: 50px; }
      .main-news.withborder .main-news-list .col-md-12 .mn-comment-count i {
        margin-right: 5px; }
    .main-news.withborder .main-news-list .col-md-12 .mn-media img {
      margin: 0; }
    .main-news.withborder .main-news-list .col-md-12 * {
      text-align: left; }
    .main-news.withborder .main-news-list .col-md-12 .main-data-content {
      border: 2px solid #eddbc5;
      padding: 45px 0;
      margin: 0;
      border-top: 0; }
      @media (max-width: 992px) {
        .main-news.withborder .main-news-list .col-md-12 .main-data-content {
          padding: 20px 0; } }
      .main-news.withborder .main-news-list .col-md-12 .main-data-content p {
        color: #444444;
        font-weight: 400; }
      .main-news.withborder .main-news-list .col-md-12 .main-data-content h4 a {
        font-size: 48px; }
      @media (max-width: 992px) {
        .main-news.withborder .main-news-list .col-md-12 .main-data-content h4 {
          margin: 30px 0; }
          .main-news.withborder .main-news-list .col-md-12 .main-data-content h4 a {
            font-size: 30px; } }
      .main-news.withborder .main-news-list .col-md-12 .main-data-content .news-details-data {
        border-left: 1px solid #eddbc5;
        padding: 0 45px; }
        @media (max-width: 992px) {
          .main-news.withborder .main-news-list .col-md-12 .main-data-content .news-details-data {
            padding: 0px 15px; } }
        .main-news.withborder .main-news-list .col-md-12 .main-data-content .news-details-data .mn-header,
        .main-news.withborder .main-news-list .col-md-12 .main-data-content .news-details-data .mn-text {
          width: 100%; }
        .main-news.withborder .main-news-list .col-md-12 .main-data-content .news-details-data .mn-social-share {
          display: inline-block;
          padding: 15px 0; }
          .main-news.withborder .main-news-list .col-md-12 .main-data-content .news-details-data .mn-social-share img {
            width: 100%; }
      .main-news.withborder .main-news-list .col-md-12 .main-data-content .author-details * {
        text-align: center; }
      .main-news.withborder .main-news-list .col-md-12 .main-data-content .author-details .avatar-holder {
        width: 60px;
        height: 60px;
        background-color: #eddbc5;
        font-size: 40px;
        text-align: center;
        line-height: 60px;
        margin: 0 auto;
        margin-bottom: 20px; }
        .main-news.withborder .main-news-list .col-md-12 .main-data-content .author-details .avatar-holder i {
          color: #ffffff; }
      .main-news.withborder .main-news-list .col-md-12 .main-data-content .author-details .author-name {
        text-align: center;
        line-height: 36px;
        font-size: 18px;
        font-weight: 600;
        color: #111;
        border-bottom: 1px solid #eddbc5;
        margin-bottom: 15px;
        padding-bottom: 4px; }
      .main-news.withborder .main-news-list .col-md-12 .main-data-content .author-details .date-time {
        font-size: 12px; }
        .main-news.withborder .main-news-list .col-md-12 .main-data-content .author-details .date-time i {
          padding-right: 5px; }

.full-width-slider {
  margin: 0; }
  .full-width-slider .news-carousel.with-overlay {
    padding: 0; }
    .full-width-slider .news-carousel.with-overlay .media {
      position: relative; }
      .full-width-slider .news-carousel.with-overlay .media-left {
        padding-right: 0; }
        .full-width-slider .news-carousel.with-overlay .media-left img {
          width: 100%; }
      .full-width-slider .news-carousel.with-overlay .media-body {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 15px; }
        .full-width-slider .news-carousel.with-overlay .media-body .mini-btn {
          padding: 0 15px;
          background-color: #f6412d;
          color: #ffffff;
          border-radius: 0;
          font-size: 14px;
          font-style: italic;
          line-height: 30px;
          letter-spacing: 0.07em;
          font-weight: 400;
          margin-bottom: 30px; }
          .full-width-slider .news-carousel.with-overlay .media-body .mini-btn a {
            color: #ffffff; }
          .full-width-slider .news-carousel.with-overlay .media-body .mini-btn:hover {
            background-color: #b21118; }
        .full-width-slider .news-carousel.with-overlay .media-body p {
          color: #e5dcdc;
          font-size: 24px;
          line-height: 30px;
          text-align: center;
          width: 85%; }
  .full-width-slider .owl-buttons {
    height: 100%; }
  .full-width-slider.light-weight p {
    font-weight: 400;
    font-weight: 300; }
  .full-width-slider.light-weight .date-info {
    border-top: 1px solid #ffffff;
    width: 85%;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px; }
    .full-width-slider.light-weight .date-info span {
      color: #ffffff;
      font-size: 14px;
      line-height: 32px;
      font-style: italic; }
  .full-width-slider.light-weight .media-body {
    opacity: 0;
    transition: all 0.3s; }
  .full-width-slider.light-weight .media img {
    transform: scale(1);
    transition: all .3s ease-in-out; }
  .full-width-slider.light-weight .media:hover img {
    transform: scale(1.1); }
  .full-width-slider.light-weight .media:hover .media-body {
    opacity: 1; }
    .full-width-slider.light-weight .media:hover .media-body p a:hover {
      color: #fff1e0; }

.blocknews.with-overlay .media {
  position: relative;
  height: 270px; }
  @media (max-width: 992px) {
    .blocknews.with-overlay .media {
      height: auto !important; } }
  .blocknews.with-overlay .media-left {
    padding-right: 0; }
    .blocknews.with-overlay .media-left img {
      width: 100%; }
  .blocknews.with-overlay .media-body {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 15px; }
    .blocknews.with-overlay .media-body p {
      color: #e5dcdc;
      font-size: 24px;
      line-height: 30px;
      text-align: left; }
.blocknews.with-overlay.large .media {
  height: 545px;
  margin-bottom: 30px; }
  .blocknews.with-overlay.large .media-body p {
    font-size: 30px;
    line-height: 43px;
    color: #ffffff;
    margin-bottom: 0; }
    .blocknews.with-overlay.large .media-body p a:hover {
      color: #fff1e0; }
    @media (max-width: 992px) {
      .blocknews.with-overlay.large .media-body p {
        font-size: 20px;
        line-height: 32px; } }
  .blocknews.with-overlay.large .media-body .play-button a {
    width: 75px;
    height: 75px;
    line-height: 85px; }
.blocknews.with-overlay.large.block-mid .media {
  height: 475px; }
  .blocknews.with-overlay.large.block-mid .media p {
    width: 100%;
    padding: 10px 20px; }
    .blocknews.with-overlay.large.block-mid .media p a {
      text-align: left; }
.blocknews.with-overlay.small .media-body {
  padding: 35px; }
  .blocknews.with-overlay.small .media-body p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0; }
    .blocknews.with-overlay.small .media-body p a:hover {
      color: #fff1e0; }

.rates .panel {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #a5a6a6;
  border-radius: 0; }
  .rates .panel-body {
    padding: 0; }
    .rates .panel-body .text {
      margin: 25px 0;
      color: #888888;
      font-size: 14px; }
    .rates .panel-body .tab-content {
      padding: 15px; }
      .rates .panel-body .tab-content .table > thead > tr > th {
        border-bottom: 1px; }
    .rates .panel-body .nav-tabs li {
      background-color: #fff1e0;
      width: calc(100% / 3); }
      .rates .panel-body .nav-tabs li a {
        border: 1px solid transparent;
        border-bottom-color: #a5a6a6;
        margin-right: 0;
        border-radius: 0; }
      .rates .panel-body .nav-tabs li:nth-child(2n) a {
        border-right-color: #a5a6a6;
        border-left-color: #a5a6a6; }
      .rates .panel-body .nav-tabs li.active a {
        border-bottom-color: transparent; }
@media (max-width: 992px) {
  .rates .box.sm .text-holder p {
    font-size: 16px;
    font-weight: 500; } }

.container-fluid.withdarkbg {
  background-color: #222222; }
  .container-fluid.withdarkbg p {
    color: #eddbc5; }
  .container-fluid.withdarkbg .header-item {
    text-align: center; }
    .container-fluid.withdarkbg .header-item h2 {
      display: inline-block;
      color: #ffffff; }

.footer {
  background-color: #222222;
  text-align: center; }
  .footer h4 {
    color: #eddbc5;
    font-size: 30px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.01em; }
  .footer p {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 20px 0 25px 0;
    letter-spacing: 0.01em; }
  .footer .subscribe input,
  .footer .subscribe .input-group-btn,
  .footer .subscribe button {
    background-color: transparent;
    border-radius: 0;
    color: #8c8c8c;
    border-color: #5f5e5e; }
  .footer .subscribe button {
    border: 0;
    width: 100%;
    height: 32px;
    padding: 0 30px;
    outline: none;
    margin-left: 0; }
    .footer .subscribe button:active, .footer .subscribe button:focus, .footer .subscribe button:hover {
      background-color: #93060c;
      color: #ffffff; }
  .footer .subscribe .input-group-btn:last-child > .btn,
  .footer .subscribe .input-group-btn:last-child > .btn-group {
    margin-left: 0; }
  .footer .subscribe .input-group-btn {
    border: 1px solid #5f5e5e;
    border-left: 0;
    text-transform: uppercase; }
    .footer .subscribe .input-group-btn i {
      color: #8c8c8c;
      padding-left: 25px; }
  .footer .social {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #2f2f2f; }
    .footer .social .icons-holder a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 42px;
      text-align: center;
      font-size: 14px;
      border-radius: 50%;
      margin-right: 10px; }
      .footer .social .icons-holder a i {
        color: #ffffff; }
      .footer .social .icons-holder a.facebook-icon {
        background-color: #3b5998; }
      .footer .social .icons-holder a.google-plus-icon {
        background-color: #dd4b39; }
      .footer .social .icons-holder a.twitter-icon {
        background-color: #00aced; }
      .footer .social .icons-holder a.rss-icon {
        background-color: #f58e49; }

.news-details-page .main-news.withborder {
  margin-top: -90px; }

.news-details-page .main-data-content,
.details-page .main-data-content {
  padding: 60px 0; }
.news-details-page .date-time,
.news-details-page .mn-comment-count,
.details-page .date-time,
.details-page .mn-comment-count {
  padding-bottom: 15px;
  border-bottom: 1px solid #eddbc5; }
.news-details-page .mn-comment-count,
.details-page .mn-comment-count {
  justify-content: center; }
.news-details-page .social-share-vertical,
.details-page .social-share-vertical {
  margin-top: 65px; }
  @media (max-width: 992px) {
    .news-details-page .social-share-vertical,
    .details-page .social-share-vertical {
      margin-top: 0; } }
  .news-details-page .social-share-vertical h4,
  .details-page .social-share-vertical h4 {
    font-size: 18px;
    line-height: 36px; }
  .news-details-page .social-share-vertical .share-link-data,
  .details-page .social-share-vertical .share-link-data {
    width: 120px;
    margin: 0 auto; }
    .news-details-page .social-share-vertical .share-link-data img,
    .details-page .social-share-vertical .share-link-data img {
      width: 100%; }
.news-details-page .mn-header,
.details-page .mn-header {
  margin-bottom: 40px; }
  .news-details-page .mn-header h4,
  .details-page .mn-header h4 {
    font-size: 22px !important;
    line-height: 36px !important;
    font-weight: 600; }
    .news-details-page .mn-header h4 a,
    .details-page .mn-header h4 a {
      font-size: 22px !important;
      line-height: 36px !important; }
.news-details-page .mn-comment-section,
.details-page .mn-comment-section {
  width: 100%; }
.news-details-page .mn-text p,
.details-page .mn-text p {
  font-weight: 300 !important;
  margin-bottom: 30px; }
.news-details-page .mn-text ul,
.details-page .mn-text ul {
  padding-left: 50px; }
  .news-details-page .mn-text ul li,
  .details-page .mn-text ul li {
    list-style-type: disc;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 300; }
.news-details-page .mn-text img,
.details-page .mn-text img {
  width: 100%;
  margin: 20px 0; }
.news-details-page .mn-text blockquote,
.details-page .mn-text blockquote {
  font-size: 22px;
  line-height: 36px;
  border-left: 0;
  position: relative;
  border-top: 5px solid #eddbc5;
  border-bottom: 5px solid #eddbc5;
  padding: 35px 0;
  padding-left: 85px;
  margin: 30px 0; }
  .news-details-page .mn-text blockquote:before,
  .details-page .mn-text blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 50px;
    color: #eddbc5;
    position: absolute;
    left: 0px; }

.extra-news.withborder {
  border: 2px solid #eddbc5;
  padding: 30px 20px;
  margin: 0; }
  .extra-news.withborder > .row {
    margin-right: 0px;
    margin-left: 0px; }

.main-news.withborder > .row {
  margin-right: 0px;
  margin-left: 0px; }

.photogallery .media {
  height: 475px !important; }
.photogallery .blocknews.with-overlay .media-body {
  justify-content: center;
  align-items: center; }
  .photogallery .blocknews.with-overlay .media-body p {
    width: 80%;
    text-align: center; }
.photogallery .box.sm.vertical .img-holder {
  width: 100%;
  height: 275px !important;
  overflow: hidden; }
  @media (max-width: 992px) {
    .photogallery .box.sm.vertical .img-holder {
      height: 255px !important; } }
  .photogallery .box.sm.vertical .img-holder a {
    display: inline-block;
    width: 100%; }
    .photogallery .box.sm.vertical .img-holder a img {
      height: auto;
      width: 100%; }

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 10%;
  text-align: center;
  overflow: hidden; }
  .overlay span {
    color: #eddbc5;
    font-size: 20px; }

.box {
  position: relative; }
  .box i.fa {
    position: absolute;
    right: 15px;
    top: -30px;
    color: #eddbc5;
    font-size: 20px;
    transition: .3s ease; }
  .box:hover i.fa {
    top: 15px; }
  .box:hover span {
    opacity: 1;
    transition: opacity 2s; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.text-listing {
  margin-bottom: 30px; }
  .text-listing .text-holder p {
    font-size: 28px !important;
    line-height: 40px !important; }
  .text-listing .mn-text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.025em; }

.header .brand img {
  width: auto;
  height: 60px; }

marquee {
  width: calc(100% - 300px);
  margin-top: 14px; }

.marquee-sibling {
  width: 300px; }

.taja-khabar-list .media-left img {
  object-fit: cover; }

.navbar-nav > li.button a {
  padding-left: 0;
  text-transform: uppercase; }
.navbar-nav > li.button .btn {
  font-size: 11px;
  line-height: 11px;
  padding: 5px 10px; }

.main-news-list .mn-header h4 {
  font-size: 4.4em !important;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em; }
.main-news-list .mn-text p {
  color: #444; }

.no-right-bar:after {
  display: none; }

.news-carousel.with-overlay .media-left {
  display: table;
  width: 100%; }
  .news-carousel.with-overlay .media-left img {
    height: 300px;
    object-fit: cover; }

.full-width-slider .news-carousel.with-overlay .media-body:hover {
  background-color: rgba(0, 0, 0, 0.4); }

.blocknews.with-overlay .media-body {
  justify-content: left; }
.blocknews.with-overlay .media-left img {
  height: 270px;
  object-fit: cover; }

.rates .panel-body .nav-tabs li {
  text-align: center; }

.box.sm.with-text .img-holder img {
  width: 172px;
  object-fit: cover; }

.box.vertical.with-text .img-holder img {
  width: 100%;
  object-fit: cover; }

.kala-carousel .media-left {
  display: table;
  width: 100%; }
  .kala-carousel .media-left img {
    height: auto !important; }
.kala-carousel .media-body p {
  display: table;
  width: 100%;
  text-align: center !important;
  margin-bottom: 30px !important; }

.block-mid.large img {
  height: auto !important; }

.footer .subscribe .input-group-btn {
  border: 0; }
.footer #mc_embed_signup input {
  border-radius: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  border-color: #5e5e5e !important;
  box-shadow: none; }
.footer #mc_embed_signup .btn-default {
  border-left: 0;
  border-radius: 0;
  height: 40px;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase; }
  .footer #mc_embed_signup .btn-default:hover {
    background: #b21118;
    color: #fff;
    border-color: #b21118 !important; }

.navbar li a :focus {
  background: none; }
.navbar li a :active {
  background: none; }

.navbar-nav .open a {
  color: #fff;
  background-color: #93060c; }
  .navbar-nav .open a:focus {
    color: #fff;
    background-color: #93060c; }
  .navbar-nav .open a:hover {
    color: #fff;
    background-color: #93060c; }

.navigation_box {
  background: #b24d18;
  display: table;
  width: 100%;
  height: 50px;
  padding: 0; }

.navbar-nav > li > a {
  color: #ddd;
  font-size: 18px;
  padding: 15px 18px;
  text-decoration: none;
  display: inline-block; }
  .navbar-nav > li > a .caret {
    color: #e9e9e3; }

.dropdown-menu > li > a {
  padding: 10px 20px !important;
  background: #93060c !important;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #954013 !important; }

.dropdown-menu {
  background: none;
  padding: 0; }

.dropdown-menu > li > a:hover,
.dropdown--submenu.open > a,
.dropdown--submenu.open a:hover {
  background: #93060c !important;
  color: #fff !important; }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active,
.navbar-nav > li > a.selected {
  color: #fff;
  background: #93060c !important; }

.navbar-nav > .open > a {
  background: #93060c !important;
  color: #fff; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

.overflow-hidden {
  overflow: hidden; }

.marquee-sibling li.button .btn {
  padding: 5px 10px !important; }
.marquee-sibling li.button a {
  background: none !important;
  padding: 12px 0 0 0; }
.marquee-sibling li.has-box-shadow a {
  background: none !important; }

.nav-bottom {
  float: left; }

.taja-khabar {
  padding-top: 30px;
  display: table;
  width: 100%; }
  .taja-khabar .taja-khabar-list .media {
    margin-right: 0; }

.main-news-list .mn-media img {
  margin-top: 15px; }

.kd-ad-horizontal {
  background-color: #e7d6bf !important; }

.content-header.withsubtitle .header-item {
  display: table;
  width: 100%; }
.content-header.withoutsubtitle .header-item {
  display: table;
  width: 100%; }

.main-news.withborder .main-news-list .col-md-12 .mn-media img {
  width: 100%; }

.marquee-sibling {
  width: 300px !important; }
  .marquee-sibling marquee {
    width: calc(100% - 300px) !important; }

.nav-top .navbar-nav li.diff a:hover {
  background: none !important; }
.nav-top .navbar-nav li.diff a:active {
  background: none !important; }
.nav-top .navbar-nav li.diff a:focus {
  background: none !important; }

.showing-social-button .navbar-nav li a:hover {
  background: none !important; }
.showing-social-button .navbar-nav li a:active {
  background: none !important; }
.showing-social-button .navbar-nav li a:focus {
  background: none !important; }

.taja-khabar {
  display: inline-block; }

.contact-btn {
  color: #fff !important; }
  .contact-btn .right-icon {
    color: #fff !important;
    position: relative;
    top: 1px;
    margin-left: 10px;
    border: 0 !important; }

.contact-page .mn-text h4 {
  font-size: 26px;
  line-height: 32px; }

.main-form .form-group {
  margin-top: 15px; }
.main-form .textfield, .main-form .textarea, .main-form .submit-btn, .main-form .select {
  border: 1px solid #eee;
  background: none;
  padding: 7px 20px;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff; }
.main-form .textfield:focus, .main-form .textarea:focus, .main-form .submit-btn:focus, .main-form .select:focus {
  border-color: #d13938; }
.main-form .textarea {
  height: 223px; }
.main-form .submit-btn {
  width: auto;
  color: #222; }
.main-form .submit-btn:hover {
  background: #222;
  color: #fff;
  border-color: #222; }
.main-form .right-icon {
  margin-left: 15px; }
.main-form .select {
  height: 35px;
  text-transform: none;
  font-size: 16px;
  color: #777;
  background: #fff url(../../layouts/images/icon-select.png) no-repeat 96% 50%; }
.main-form .right-icon {
  top: 0;
  position: relative; }
.main-form label {
  color: #222;
  margin-bottom: 10px; }

.header-fixed {
  top: 0;
  left: 0;
  z-index: 9998;
  position: fixed;
  box-shadow: 0 3px 3px #666; }

.box.md.vertical {
  position: relative; }
  .box.md.vertical .text-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 13px; }
    .box.md.vertical .text-holder p {
      color: #fff;
      font-weight: 400;
      margin: 0; }

.kharobar-section .img-holder {
  height: 300px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .kharobar-section .img-holder .media-heading {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0; }
  .kharobar-section .img-holder:hover .media-heading {
    background: rgba(178, 17, 24, 0.8); }
  .kharobar-section .img-holder img {
    max-width: 100%; }

.pagination {
  margin-left: 15px; }
  .pagination .active a {
    background: #b21118 !important;
    border-color: #b21118 !important; }
    .pagination .active a:hover {
      background: #b21118 !important;
      border-color: #b21118 !important; }
    .pagination .active a:focus {
      background: #b21118 !important;
      border-color: #b21118 !important; }
  .pagination .active span {
    background: #b21118 !important;
    border-color: #b21118 !important; }
    .pagination .active span:hover {
      background: #b21118 !important;
      border-color: #b21118 !important; }
    .pagination .active span:focus {
      background: #b21118 !important;
      border-color: #b21118 !important; }

.more-kharobar {
  margin-bottom: 30px !important; }

.showing-main-menu {
  z-index: 9999 !important; }

.side-ad .box.sm.vertical .img-holder {
  width: 100%;
  height: auto;
  overflow: visible; }
  .side-ad .box.sm.vertical .img-holder img {
    width: 100%;
    height: auto; }

.latest-kharobar {
  margin-top: 42px; }
  .latest-kharobar .box.sm {
    margin-bottom: 0; }
    .latest-kharobar .box.sm .img-holder {
      margin-bottom: 0; }

.showing-main-menu {
  z-index: 9998 !important; }

.modalbox.animated {
  animation-duration: 4s; }

.rochak-box .box.vertical.sm.with-text {
  height: 280px; }

.kd-ad-vertical .img-holder a {width:100%;}
/*# sourceMappingURL=KD-style.css.map */


/*---<Edited CSS>---*/
.main-data-content p img {
    width: 100% !important;
	object-fit: contain;
}
table {
    width: 100% !important;
}
.video-box{
	
}
