* {
  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; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-details-page .main-news.withborder {
    margin-top: 0; }

  .cool-nav {
    padding: 0;
    margin: 0;
    width: 100%; }

  .showing-main-menu {
    padding: 0; }

  .navbar-nav > li > a {
    font-size: 14px; }

  .google-map iframe {
    width: 100%; }

  .showing-main-menu {
    z-index: 9998 !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-details-page .main-news.withborder {
    margin-top: 0; }

  .navbar {
    height: 100vh;
    overflow: auto;
    width: 230px !important; }
    .navbar li {
      width: 100%; }

  .navbar-nav > li > a {
    width: 100%; }

  .dropdown-menu > li > a {
    padding: 10px 20px !important; }

  .dropdown-menu > li > a:hover {
    background: #333 !important; }

  .dropdown-menu > li > a:focus {
    background: #333 !important; }

  .navbar-nav > li > .dropdown-menu li {
    list-style: none;
    border: 0; }

  .navbar li {
    border-right: 0; }

  .show-social-button {
    padding: 15px; }

  .cool-nav {
    width: 100%;
    padding: 0; }

  .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%; }

  .dropdown-submenu > .dropdown-menu {
    position: relative !important;
    left: 0; }

  .navbar {
    left: -260px; }

  .showing-main-menu {
    z-index: 998; }

  .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 {
    margin-left: 30px; }
    .marquee-sibling li.has-box-shadow a {
      background: none !important; }

  .google-map iframe {
    width: 100%; }

  .nav-bottom .marquee-sibling {
    text-align: center;
    width: 100% !important; }
    .nav-bottom .marquee-sibling li {
      float: none !important;
      margin: 0 !important; }
      .nav-bottom .marquee-sibling li span {
        font-size: 14px !important; }

  .showing-main-menu {
    z-index: 9999 !important; } }
@media only screen and (max-width: 767px) {
  .news-details-page .main-news.withborder {
    margin-top: 0; }

  .navbar {
    height: 100vh;
    overflow: auto;
    width: 230px !important; }

  .navbar-nav > li > a {
    width: 100%; }

  .dropdown-menu > li > a {
    padding: 10px 20px !important; }

  .dropdown-menu > li > a:hover {
    background: #333 !important; }

  .dropdown-menu > li > a:focus {
    background: #333 !important; }

  .navbar-nav > li > .dropdown-menu li {
    list-style: none;
    border: 0; }

  .navbar li {
    border-right: 0; }

  .show-social-button {
    padding: 15px; }

  .navbar {
    left: -260px; }

  .showing-main-menu {
    z-index: 998; }

  .main-news-list .mn-header h4 {
    font-size: 36px !important;
    line-height: 52px; }

  .main-news.withborder .main-news-list .col-md-12 .main-data-content .news-details-data {
    margin-top: 30px; }

  .google-map iframe {
    width: 100%; }

  .nav-bottom .marquee-sibling {
    width: 100% !important;
    text-align: center; }

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

  .rochak-box .box.vertical.sm.with-text {
    height: auto; } }
@media only screen and (max-width: 480px) {
  .news-details-page .main-news.withborder {
    margin-top: 0; }

  .show-social-button {
    padding: 15px; }

  .navbar {
    left: -260px; }

  .showing-main-menu {
    z-index: 998; }

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

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