@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap");
body {
  font-family: "Mukta", sans-serif;
  font-size: 1rem;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
}

ul,
ol {
  padding-left: 0;
}

a {
  text-decoration: none;
}
a:hover {
  transition: all linear .3s;
  color: #c20000;
}

custom Scrollbar
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #E7ECEF;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #E7ECEF;
}

h1 {
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    line-height: 1.3;
  }
}

h2 {
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  h2 {
    line-height: 1.3;
  }
}

h3 {
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  h3 {
    line-height: 1.3;
  }
}

h4 {
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  h4 {
    line-height: 1.3;
  }
}

h5 {
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  h5 {
    line-height: 1.3;
  }
}

h6 {
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  h6 {
    line-height: 1.3;
  }
}

.container {
  max-width: 95%;
}

.m2 {
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .m2 {
    margin: 1.5rem auto;
  }
}

/***** text limit on linr row *****/
.lc-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.lc-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.m-style {
  margin: 2.5rem auto;
}
@media (max-width: 991px) {
  .m-style {
    margin: 2rem auto;
  }
}
@media (max-width: 767px) {
  .m-style {
    margin: 1.5rem auto;
  }
}

.top-ad {
  padding: .5rem 0;
  border-bottom: 1px solid #E7ECEF;
}
.top-ad .wp-block-image {
  margin: 0;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.header {
  display: flex;
  grid-gap: 1.5rem;
  padding: .7rem 1rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .header {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .header {
    grid-gap: 0;
  }
}
.header__logo-area {
  margin: 0 auto;
}
.header__logo-area .custom-logo-link {
  display: block;
}
@media (max-width: 991px) {
  .header__logo-area .custom-logo-link {
    display: none;
  }
}
.header__logo-area time {
  margin-top: .3rem;
  display: block;
  text-align: center;
}
.header__time-area {
  display: flex;
  justify-content: space-between;
}

.social-links {
  display: flex;
  grid-gap: .7rem;
}
.social-links-item {
  color: rgba(206, 216, 223, 0.6);
}
.social-links-item:hover {
  color: #fff;
}

.custom-logo-link {
  display: block;
  height: 6rem;
}
@media (max-width: 1199px) {
  .custom-logo-link {
    height: 5rem;
  }
}
@media (max-width: 991px) {
  .custom-logo-link {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .custom-logo-link {
    height: 3rem;
  }
}
.custom-logo-link img.custom-logo {
  max-height: 100%;
  width: auto;
}

/***** menu_wrap *****/
.menu_wrap {
  z-index: 5;
  box-shadow: 1px 1px 3px rgba(58, 58, 58, 0.4);
  background-color: #0101ff;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .menu_wrap {
    background-color: #fff;
    padding: .5rem 0;
  }
}
@media (min-width: 992px) {
  .menu_wrap .custom-logo-link {
    display: none;
  }
}
.menu_wrap .navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
}
.menu_wrap .navbar-toggler:focus {
  box-shadow: none;
  border-color: 0;
}
.menu_wrap .navbar-toggler .svg-inline--fa {
  transition: all linear .3s;
}
.menu_wrap .navbar-toggler[aria-expanded="true"] .svg-inline--fa {
  transform: rotate(45deg);
  transition: all linear .3s;
}
.menu_wrap .main-nav {
  flex: 1;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .menu_wrap .main-nav {
    height: 250px;
    overflow-y: auto;
    display: block;
    padding-bottom: 1rem;
  }
}
.menu_wrap .main-nav .nav-item.current-menu-item .nav-link, .menu_wrap .main-nav .nav-item.current_page_item .nav-link {
  color: #E7ECEF;
  font-weight: 600;
}
.menu_wrap .main-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.menu_wrap .main-nav .nav-link {
  font-family: "Mukta", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  padding: .7rem;
}
@media (max-width: 991px) {
  .menu_wrap .main-nav .nav-link {
    font-size: 1rem;
    padding: 0.3rem 1rem;
    color: #3A3A3A;
  }
}
.menu_wrap .main-nav .nav-link:hover {
  color: #CED8DF;
}
.menu_wrap.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  z-index: 5;
  background-color: #fff;
}
.menu_wrap.fixed-header .nav-link {
  color: #3A3A3A;
}
.menu_wrap.fixed-header .nav-link:hover {
  color: #c20000;
}
.menu_wrap.fixed-header .current-menu-item .nav-link, .menu_wrap.fixed-header .current_page_item .nav-link {
  color: #c20000 !important;
}
.menu_wrap.fixed-header .custom-logo-link {
  height: 2rem;
  display: block;
  margin-right: 4rem;
}
.menu_wrap.fixed-header .custom-logo-link img {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .menu_wrap .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
  }
}

.dropdown-menu {
  min-width: 8rem;
  margin: 0;
  border-radius: 0;
  padding: 0;
}
.dropdown-menu[data-bs-popper] {
  margin: 0;
}
@media (max-width: 991px) {
  .dropdown-menu.show {
    display: inline-block;
    border: 0;
    margin-left: 1rem;
  }
}
.dropdown-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #E7ECEF;
}
.dropdown-menu .dropdown-item {
  padding: .4rem .7rem;
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-item {
    font-size: .9rem;
    padding: .3rem .5rem;
  }
}
.dropdown-menu .dropdown-item:hover {
  background-color: #c20000;
  color: #fff;
}

.widget_media_image img {
  width: 100%;
  height: auto;
}

.post_link {
  color: #3A3A3A;
}

.reporter_name {
  font-size: .875rem;
  color: #9aaebd;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.7rem;
}

div:empty {
  margin: 0 !important;
}

.banner {
  padding: 1.2rem;
  border: 1px solid #E7ECEF;
  box-shadow: 1px -1px 1px -1px rgba(58, 58, 58, 0.4);
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .banner {
    padding: 1rem;
  }
}
.banner:not(:last-child) {
  margin-bottom: 1.5rem;
}
.banner_post {
  position: absolute;
  left: 50%;
  top: -10px;
  font-size: .7rem;
  line-height: 1;
  transform: translate(-50%, 0);
  padding: .2rem .5rem;
  border: 1px solid #c20000;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #ff1010;
  background-color: #fff;
}
.banner_post:empty {
  display: none;
}
.banner--img_wrap {
  margin-bottom: 1rem;
}
.banner--img_wrap img {
  max-width: 100%;
  height: auto;
}
.banner_title {
  font-size: 4rem;
}
@media (max-width: 991px) {
  .banner_title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .banner_title {
    font-size: 2rem;
  }
}
.banner p {
  max-width: 85%;
  margin: 0 auto;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .banner p {
    font-size: 1.1rem;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ad-col-2 {
    margin: .5rem 0 !important;
  }
}

.nav-tabs {
  border-bottom: 1px solid rgba(58, 58, 58, 0.2);
}
.nav-tabs .nav-link {
  text-transform: uppercase;
  padding: 0.5rem .7rem;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid transparent;
  font-size: 1.4rem;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #c20000;
}

.popular__tabs-link {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  padding: .7rem 0;
  display: block;
  border-bottom: 1px dashed rgba(58, 58, 58, 0.2);
  color: #3A3A3A;
}

.img_wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: .5rem;
}
.img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all linear .4s;
}
.img_wrap img:hover {
  transition: all linear .4s;
  transform: scale(1.01);
}

.main__post:first-child {
  margin-bottom: .7rem;
}
@media (max-width: 767px) {
  .main__post:first-child {
    margin-top: 1.2rem;
  }
}
.main__post:first-child .img_wrap {
  height: 21rem;
}
@media (max-width: 576px) {
  .main__post:first-child .img_wrap {
    height: auto;
  }
}
.main__post:first-child .main__post_title {
  font-size: 1.6rem;
}
.main__post:not(:first-child) {
  float: left;
  width: calc( 50% - .5rem );
}
@media (max-width: 576px) {
  .main__post:not(:first-child) {
    float: none;
    width: 100%;
    margin-bottom: .7rem;
  }
}
.main__post:not(:first-child) .img_wrap {
  height: 10rem;
}
@media (max-width: 576px) {
  .main__post:not(:first-child) .img_wrap {
    height: auto;
  }
}
.main__post:not(:first-child) .main__post_title {
  font-size: 1.3rem;
}
.main__post:last-of-type {
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .main__post:last-of-type {
    margin-left: 0;
  }
}
.main_news .news-all {
  cursor: not-allowed;
  pointer-events: auto;
}

.ad-wrap img {
  width: 100%;
}

/***** sanghiya-bichar *****/
.img_wrap {
  overflow: hidden;
}
.img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-block__post .img_wrap {
  margin-bottom: 0;
}
.news-block__text {
  padding: 1rem;
  background-color: rgba(206, 216, 223, 0.2);
}
.news-block.sanghiya-khabar .news-block__post {
  float: left;
}
.news-block.sanghiya-khabar .news-block__post:first-child {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .news-block.sanghiya-khabar .news-block__post:first-child {
    flex-direction: column;
  }
}
.news-block.sanghiya-khabar .news-block__post:first-child .img_wrap {
  width: 40%;
  height: 16rem;
}
@media (max-width: 576px) {
  .news-block.sanghiya-khabar .news-block__post:first-child .img_wrap {
    height: auto;
    width: 100%;
  }
}
.news-block.sanghiya-khabar .news-block__post:first-child .news-block__text {
  width: 60%;
}
@media (max-width: 576px) {
  .news-block.sanghiya-khabar .news-block__post:first-child .news-block__text {
    width: 100%;
  }
}
.news-block.sanghiya-khabar .news-block__post:first-child p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  margin-bottom: 0;
}
.news-block.sanghiya-khabar .news-block__post:not(:first-child) {
  float: left;
  width: calc( 33.33% - .7rem );
}
@media (max-width: 576px) {
  .news-block.sanghiya-khabar .news-block__post:not(:first-child) {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.news-block.sanghiya-khabar .news-block__post:not(:first-child) .img_wrap {
  height: 11rem;
}
.news-block.sanghiya-khabar .news-block__post:not(:first-child) .news-block__post_title {
  font-size: 1.2rem;
}
.news-block.sanghiya-khabar .news-block__post:not(:first-child) p {
  display: none;
}
.news-block.sanghiya-khabar .news-block__post:nth-child(3), .news-block.sanghiya-khabar .news-block__post:nth-child(4) {
  margin-left: 1.05rem;
}
@media (max-width: 576px) {
  .news-block.sanghiya-khabar .news-block__post:nth-child(3), .news-block.sanghiya-khabar .news-block__post:nth-child(4) {
    margin-left: 0;
  }
}

.block-title {
  line-height: 1;
  transition: all linear .3s;
  position: relative;
  z-index: 1;
}
.block-title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #CED8DF;
  top: 50%;
  transition: all linear .4s;
  z-index: -1;
}
.block-title .news-all {
  font-size: 1.7rem;
  display: inline-block;
  color: #3A3A3A;
  padding: .5rem 1.2rem .5rem 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .block-title .news-all {
    font-size: 1.2rem;
  }
}
.block-title .news-all:hover {
  color: #c20000;
}
.block-title .news-all:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc( 50% - 5px );
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #CED8DF;
  border-radius: 3px;
}

/***** bichar *****/
.bichar__post {
  display: flex;
}
.bichar__post:not(:last-of-type) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #CED8DF;
}
.bichar__post .img_wrap {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .bichar__post .img_wrap {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.bichar__post .bichar__text {
  flex: 1;
  padding: .5rem;
}
.bichar__post .bichar__text_title {
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .bichar__post .bichar__text_title {
    font-size: 1rem;
  }
}

/***** small news common style *****/
.news__post {
  display: flex;
}
.news__post .img_wrap {
  margin-bottom: 0;
}
.news__post:first-of-type {
  float: left;
  width: calc( 50% - .5rem );
  flex-direction: column;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .news__post:first-of-type {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.news__post:first-of-type .img_wrap {
  height: 23rem;
}
@media (max-width: 767px) {
  .news__post:first-of-type .img_wrap {
    height: auto;
  }
}
.news__post:first-of-type .news__post_title {
  font-size: 1.4rem;
}
.news__post:not(:first-of-type) {
  flex: 1;
  float: right;
  width: calc( 50% - .5rem );
  margin-bottom: 1rem;
}
.news__post:not(:first-of-type) .img_wrap {
  width: 7.5rem;
  height: 6rem;
}
.news__post:not(:first-of-type) .news__text {
  flex: 1;
}
.news__post:not(:first-of-type) .news__post_title {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .news__post {
    width: 100% !important;
    float: none;
  }
}
.news__text {
  background-color: rgba(206, 216, 223, 0.1);
  padding: .7rem;
}

/***** pradesh-khabar *****/
.pradesh-khabar .news__post:first-of-type {
  float: right;
  margin-left: 1rem;
  margin-right: 0;
}
.pradesh-khabar .news__post:not(:first-of-type) {
  float: left;
}

/***** khel Section *****/
.full-col .news__post {
  width: 100% !important;
}
.full-col .news__post:first-of-type {
  margin-bottom: 1rem;
}

.full-col .news__post:first-of-type .img_wrap {
  height: 16rem;
}
@media (max-width: 767px) {
  .full-col .news__post:first-of-type .img_wrap {
    height: auto;
  }
}

.one-fourth .news__post:first-of-type .img_wrap {
  height: 13rem;
}
@media (max-width: 767px) {
  .one-fourth .news__post:first-of-type .img_wrap {
    height: auto;
  }
}

.audvid_item:before, .audvid_item:after {
  content: "";
  display: table;
}
.audvid_item:after {
  clear: both;
}
.audvid_item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.audvid_item-img-wrap {
  display: block;
  height: 20rem;
  width: 100%;
}
.audvid_item-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.audvid_item-title {
  font-size: 1.2rem;
  color: #3A3A3A;
  margin-top: .2rem;
}

/***** listing page *****/
.content_listing {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .content_listing {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.content_listing .post_listing-cat-title {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E7ECEF;
  font-weight: 700;
  color: #0101ff;
}
.content_listing .post_listing .item {
  float: left;
  box-shadow: 0 0 2px 0 rgba(58, 58, 58, 0.5);
}
.content_listing .post_listing .item:hover img {
  transform: scale(0.99);
}
.content_listing .post_listing .item .text_area a {
  color: #3A3A3A;
}
.content_listing .post_listing .item .text_area a:hover {
  color: #c20000;
}
.content_listing .post_listing .item .text_area .list_title {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .content_listing .post_listing .item .text_area .list_title {
    font-size: 1.2rem;
  }
}
.content_listing .post_listing .item img {
  transition: all linear .3s;
  object-fit: cover;
}
.content_listing .post_listing .item:first-child {
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
@media (max-width: 576px) {
  .content_listing .post_listing .item:first-child {
    flex-direction: column;
  }
}
.content_listing .post_listing .item:first-child img {
  width: 22rem;
  height: 17rem;
}
@media (max-width: 576px) {
  .content_listing .post_listing .item:first-child img {
    height: auto;
    width: 100%;
    margin-bottom: .5rem;
  }
}
@media (max-width: 480px) {
  .content_listing .post_listing .item:first-child img {
    width: 100%;
    margin-bottom: .5rem;
  }
}
.content_listing .post_listing .item:first-child .text_area {
  flex: 1;
  padding: 0 1rem;
}
@media (max-width: 576px) {
  .content_listing .post_listing .item:first-child .text_area {
    padding: 0;
  }
}
.content_listing .post_listing .item:first-child .text_area .short_content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  margin-bottom: 0;
}
.content_listing .post_listing .item:not(:first-child) {
  width: calc( 50% - .5rem );
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .content_listing .post_listing .item:not(:first-child) {
    min-height: 16rem;
  }
}
@media (max-width: 480px) {
  .content_listing .post_listing .item:not(:first-child) {
    width: 100%;
    min-height: 0;
  }
}
.content_listing .post_listing .item:not(:first-child) img {
  width: 100%;
  height: 15rem;
}
@media (max-width: 576px) {
  .content_listing .post_listing .item:not(:first-child) img {
    height: 9rem;
  }
}
@media (max-width: 480px) {
  .content_listing .post_listing .item:not(:first-child) img {
    height: auto;
  }
}
.content_listing .post_listing .item:not(:first-child) .text_area {
  padding: 1rem;
}
@media (max-width: 767px) {
  .content_listing .post_listing .item:not(:first-child) .text_area {
    padding: 0.5rem;
  }
}
.content_listing .post_listing .item:not(:first-child) .text_area .short_content {
  display: none;
}
.content_listing .post_listing .item:nth-child(2n+2) {
  margin-right: 1rem;
}
.content_listing .reporter_name {
  margin-bottom: 0;
}

.right-item {
  padding-bottom: .7rem;
}
.right-item:not(:last-child) {
  margin-bottom: .7rem;
  border-bottom: 1px dotted #CED8DF;
}
@media (max-width: 767px) {
  .right-item:last-child {
    margin-bottom: 1rem;
  }
}
.right-item__link {
  display: flex;
  align-items: center;
}
.right-item__link .img-outer {
  flex: 0 0 6rem;
  height: 4rem;
  margin-right: .6rem;
}
.right-item__link .img-outer:hover {
  transform: scale(1.02, 1.02);
  transition: all linear .3s;
}
.right-item__link .img-outer .img-for-zoom {
  transition: all linear .3s;
  height: 100%;
  width: 100%;
}
.right-item__link .img-outer .img-for-zoom img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.right-item__link:hover .right-item__title {
  color: #c20000;
}
.right-item__title {
  font-size: 1.1rem;
  color: #3A3A3A;
  transition: all linear .3;
}

/***** detail page *****/
.content_detail .reporter_name {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .content_detail .reporter_name {
    font-size: 1rem;
  }
}

.detail {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: justify;
}
@media (max-width: 767px) {
  .detail {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.detail-title {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .detail-title {
    font-size: 1.7rem;
  }
}
.detail-content img {
  max-width: 100%;
  margin: .5rem auto;
  height: auto;
}
.detail-content p {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .detail-content p {
    margin-bottom: 1rem;
  }
}
.detail-content .pub-date {
  display: block;
  color: #a0b3c1;
}

/***** social share style *****/
.sharethis-inline-share-buttons {
  margin: .5rem auto;
}

#st-1 {
  text-align: left !important;
}
#st-1 .st-btn {
  min-width: 5rem !important;
}

.popular_news,
.related_outer {
  margin-bottom: 2rem;
}

/***** pagination-wrap *****/
nav.navigation {
  clear: both;
  padding-top: .5rem;
}

.pagination-wrap {
  margin: 1.5rem 0;
  clear: both;
}
.pagination-wrap .pagination {
  margin: 0;
}
.pagination-wrap .pagination .page-item:not(:last-child) {
  margin-right: 5px;
}
.pagination-wrap .pagination .page-item .page-link {
  padding: 3px 12px;
  color: #3A3A3A;
  background-color: #E7ECEF;
  border: 0;
}
.pagination-wrap .pagination .page-item .page-link:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.pagination-wrap .pagination .page-item .page-link:hover {
  background-color: #c20000;
  color: #fff;
}
.pagination-wrap .pagination .page-item .current {
  background-color: #c20000;
  color: #fff;
}

.footer_wrapper {
  padding: 1.5rem 0;
  background-color: #0101ff;
  color: #fff;
}
@media (max-width: 767px) {
  .footer_wrapper {
    padding: 1rem 0;
  }
}
.footer_wrapper .footer {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 5rem;
  padding-bottom: 1rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_wrapper .footer {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer_wrapper .footer .foot-col:not(:first-of-type) {
    margin-top: 1.3rem;
  }
}
.footer_wrapper .footer__title {
  color: #E7ECEF;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.footer_wrapper .footer__title:not(:first-of-type) {
  margin-top: .7rem;
}
.footer_wrapper .footer__text {
  display: block;
  font-size: .875rem;
  font-weight: 400;
  color: #CED8DF;
}
.footer_wrapper .copyright {
  padding-top: .6rem;
  color: #307dcf;
  border-top: 1px solid #307dcf;
  font-size: .8rem;
}
.footer_wrapper .copyright p {
  margin-bottom: 0;
}
.footer_wrapper .copyright a {
  color: #2c70ba;
  border-bottom: 0;
  display: inline-block;
  margin-left: 3px;
  font-family: "Mukta", sans-serif;
}
.footer_wrapper .copyright a:hover {
  color: #307dcf;
}

/*# sourceMappingURL=front.css.map */
