@charset "UTF-8";
/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Mukta", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #4d515b;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-thumb {
  background-color: #112344;
  outline: 1px solid slategrey;
}

html {
  font-size: 16px;
}

strong {
  color: #1a1d1f;
}

/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Mukta", sans-serif;
  color: #393e49;
  font-weight: 500;
}

h1,
.h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.625rem;
  }
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.2188rem;
}

h4,
.h4 {
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

/*custom*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1e2a3a;
}

a:hover h2,
a:hover h3,
a:hover h4 {
  color: #224587;
  text-decoration: none;
}

h3 a:hover {
  text-decoration: none;
  color: #224587;
}

a {
  color: #1e2a3a;
}
a:hover {
  color: #224587;
  text-decoration: none;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* #Lists================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

::focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/* #text color================================================== */
.text-primary {
  color: #224587 !important;
}

.text-accent {
  color: #f58d1e !important;
}

/* #bg color================================================== */
.bg-white {
  background: #fff !important;
}

.bg-primary {
  background: #224587 !important;
}

.bg-accent {
  background: #f58d1e !important;
}

/* #border color================================================== */
.border-white {
  border: 1px solid #fff;
}

/* #spaceing================================================== */
.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 0.3125rem;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem !important;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-60 {
  margin-top: 3.75rem;
}

.m-t-70 {
  margin-top: 4.375rem;
}

.m-t-80 {
  margin-top: 5rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem;
}

.m-b-40 {
  margin-bottom: 2.5rem;
}

.m-b-50 {
  margin-bottom: 3.125rem;
}

.m-b-60 {
  margin-bottom: 3.75rem;
}

.m-b-70 {
  margin-bottom: 4.375rem;
}

.m-b-80 {
  margin-bottom: 5rem;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-tb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-tb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.m-tb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-tb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.m-tb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-tb-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.m-tb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 0.3125rem;
}

.p-t-10 {
  padding-top: 0.625rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-60 {
  padding-top: 3.75rem;
}

.p-t-70 {
  padding-top: 4.375rem;
}

.p-t-80 {
  padding-top: 5rem;
}

.p-t-100 {
  padding-top: 6.25rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-10 {
  padding-bottom: 0.625rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-b-30 {
  padding-bottom: 1.875rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

.p-b-50 {
  padding-bottom: 3.125rem;
}

.p-b-60 {
  padding-bottom: 3.75rem;
}

.p-b-70 {
  padding-bottom: 4.375rem;
}

.p-b-80 {
  padding-bottom: 5rem;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-tb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-tb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-tb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-tb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p-tb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-tb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.p-tb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-all {
  padding: 0;
}

.p-all-15 {
  padding: 0.9375rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

/* #block ================================================== */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.font-bold {
  font-weight: bold;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

:root {
  --box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}

::placeholder {
  color: #9d9d9d !important;
}

input:focus::placeholder {
  color: #fff !important;
}

.bg-none {
  background: none !important;
}

.bg-darkest {
  background: #040912 !important;
}

.badge-primary {
  background: #2c5ab0 !important;
}

.fs-20 {
  font-size: 1.5rem !important;
  line-height: 30px !important;
}

.fs-32 {
  font-size: 2rem !important;
  line-height: 40px !important;
}

.fs-26 {
  font-size: 26px !important;
  line-height: 32px !important;
}

.fs-40 {
  font-size: 40px !important;
  line-height: 52px !important;
}

.t-title {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 767px) {
  .grid {
    display: grid;
    grid-gap: 30px;
    align-items: start;
  }
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--1 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid .colspan2 {
    grid-column: span 2;
  }
  .grid .colspan3 {
    grid-column: span 3;
  }
  .grid .colspan4 {
    grid-column: span 4;
  }

  .grid--suchana {
    grid-gap: 20px;
    grid-template-columns: 477px 225px;
  }

  .grid--monoranjan {
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--monoranjan .grid-item-8 {
    grid-column: span 8;
  }
  .grid--monoranjan .grid-item-4 {
    grid-column: span 4;
  }

  .grid--nogap.grid {
    gap: 0;
  }

  .grid__item-img-h1 img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.manoranjan-caption img {
  height: 540px;
  object-fit: cover;
}

/*overlay*/
.overlay {
  overflow: hidden;
  position: relative;
}
.overlay img {
  width: 100%;
  object-fit: cover;
}

.overlay-img-1 {
  height: 513px;
  width: 100%;
}

.overlay-img-2 img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.overlay-img-3 img {
  height: 427px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.overlay-img-4 img {
  height: 640px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.overlay-img-5 img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.grid-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    black 0%,
    rgba(0, 0, 0, 0) 60%
  );
  color: #fff;
  padding: 60px 15px;
  height: 100%;
}

.grid-caption-title {
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 2.5rem;
  line-height: 52px;
  font-weight: bold;
}
.grid-caption-title a {
  color: #fff;
}

.overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    black 0%,
    rgba(0, 0, 0, 0) 60%
  );
  color: #fff;
  padding: 60px 15px;
  height: 100%;
}

.overlay-caption-title {
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 2.5rem;
  line-height: 52px;
  font-weight: bold;
}
.overlay-caption-title a {
  color: #fff;
}

/*overlay end*/
.grid.no-gap {
  gap: 0;
}

.grid-item figure {
  height: 100%;
}
.grid-item figure img {
  width: 100%;
  object-fit: cover;
}

.grid-item-center {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
}

.list .row {
  margin-top: 1.5rem;
}

.grid-item--body {
  padding: 2rem;
  background: #f4f5f9;
}

.media--sahitya + .media--sahitya {
  margin-top: 20px;
}
.media--sahitya .media-body {
  background: #e6e7e8;
  height: 105px;
  padding: 1.25rem;
  text-align: center;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
}
.media--sahitya .media-body h3 {
  margin-bottom: 0;
  color: #224587;
}

.media-list--sahitya img {
  max-width: 140px;
  width: 100%;
  height: 105px;
}

.header {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .header {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  }
}
.header__btn {
  margin-left: 2em;
  text-transform: uppercase;
  padding: 0 1.5625em !important;
  font-size: 0.8125rem !important;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: none !important;
  }
}

.english-date {
  font-size: 13px;
  font-weight: 500;
  margin-right: 1rem;
  padding-left: 0.5rem;
  position: relative;
}
.english-date::before {
  content: "|";
  display: inline-block;
  position: absolute;
  left: 0;
}

.trending-outer {
  flex: 1;
}

.logo {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 767px) {
  .logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 270px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 20px 0 !important;
  background: #fff;
  margin-bottom: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.fixed .logo {
  margin-bottom: 0;
}

.gyan-time {
  position: relative;
  left: 30px;
  top: 0;
}

.header__right {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__right {
    display: block;
  }
}

.contact-info {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
}
.contact-info li {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
}
.contact-info li i {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  height: 45px;
  width: 45px;
  border: 1px solid #cdcfd1;
  margin-right: 15px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  color: #224587;
}
@media screen and (max-width: 767px) {
  .contact-info li i {
    height: 25px;
    width: 25px;
    font-size: 12px;
    display: none;
  }
}
.contact-info li strong {
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-info li strong {
    font-size: 0.875rem;
  }
}
.contact-info li a {
  font-size: 0.8125rem;
}
.contact-info li + li {
  margin-left: 2em;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-info li + li {
    margin-left: 0.875rem;
    padding-left: 0.875rem;
  }
}
.contact-info li + li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #cdcfd1;
  left: 0;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.contact-info .email-text,
.contact-info .phone-text {
  line-height: 1.4;
}

#scrollTop {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #0c060f;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 80px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #scrollTop {
    bottom: 60px;
  }

  .calculate_btn {
    right: 10px;
  }
}
.menu.sticky {
  position: sticky;
  -ms-position: sticky;
  top: 0;
  z-index: 100;
  bottom: inherit;
  left: 0;
  width: 100%;
  transform: inherit;
  background: #224587 !important;
}

.hero__text {
  font-size: 20px;
}
.hero__editor {
  margin-top: 20px;
}
.hero__editor span {
  font-weight: bold;
}
.hero__editor-inner {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  border: 1px solid #ccc;
  margin: 0 auto;
  margin-right: 0.5rem;
}
.hero__editor-inner img {
  height: 20px;
}

.header-top {
  background: #112344;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.social-media--header a {
  color: #fff;
  margin-right: 8px;
  font-size: 14px;
}

.header-top-left {
  display: flex;
  align-items: center;
}

.time {
  position: relative;
  display: flex;
  align-items: center;
}
.time svg {
  color: #fff;
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.usefull-links {
  display: flex;
  justify-content: flex-end;
}
.usefull-links a {
  display: block;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #344e7e;
}
.usefull-links a img {
  margin-right: 8px;
}

.list .post-media + .post-media {
  margin-top: 30px;
}

.menu-bar {
  color: #fff;
  height: 100%;
  padding: 0 0.5rem;
  cursor: pointer;
}

.menu {
  background-color: #224587 !important;
  position: relative;
}

.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
  flex: 1;
}

.bg-dark {
  background-color: #224587 !important;
}

.navbar {
  padding: 0;
  flex: 1;
}

.navbar-nav {
  line-height: 50px;
}

.nav-list li {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 15px;
  line-height: 50px;
  font-weight: 500;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
}

@media screen and (min-width: 800px) {
  .nav-list > li.active a,
  .nav-list > li:hover > a,
  .sub-menu > li:hover > a,
  .sub-menu .sub-menu > li:hover > a {
    color: #f58d1e !important;
  }

  .sub-menu li:last-child {
    border-bottom: 0 !important;
  }

  .sub-menu a,
  .sub-menu .sub-menu a {
    background: #0b1933 !important;
    border-bottom: 1px solid #183262;
  }

  .sub-menu {
    position: absolute;
    min-width: 140px;
    z-index: 1000;
    top: 160%;
    background: #224587;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .sub-menu .sub-menu {
    top: 0;
    left: 140%;
  }

  .sub-menu-full {
    left: 0;
    width: calc(100% + 180px);
    background: #0b1933 !important;
    padding: 2rem;
  }

  .sub-menu-full a h3 {
    color: #fff;
  }

  .sub-menu-full a {
    padding: 0;
  }

  .sub-menu-full h3 {
    font-size: 1rem;
  }

  .sub-menu-full .card:hover .submenu-title {
    background: #f58d1e;
  }

  .submenu-title {
    padding: 0.1rem 0.5rem;
    color: #fff;
    font-size: 11px;
    background: #224587;
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 1rem;
    border-radius: 4px;
  }

  .sub-menu-full.sub-menu a,
  .sub-menu-full.sub-menu .sub-menu a {
    background: #0b1933 !important;
  }

  .nav-list li {
    position: initial;
  }

  .nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }

  .nav-list li .sub-menu a {
    line-height: 40px !important;
  }

  .sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }

  .navbar-toggle {
    display: none;
  }

  .navClose {
    display: none;
  }

  .nav-list a:focus {
    outline: none;
  }

  .sub-menu-toggle .fa {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
  }

  .sub-menu li {
    line-height: 2.5;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nav-list a {
    font-size: 16px;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-info li {
    font-size: 11px;
  }

  .mobile-menu {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  .navbar-toggle:focus {
    outline: none;
  }

  .nav-list {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }

  .sub-menu-toggle .fa {
    margin-top: 15px;
    margin-left: 0;
  }

  .nav-list {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0;
  }

  .menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar-toggle:focus {
    outline: none;
  }

  .nav-list > li.active a {
    background: transparent;
  }

  .navbar-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    border: none;
    background: none;
    font-size: 20px;
  }

  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    margin-left: 1em;
    display: none;
    width: 100%;
  }

  .sub-menu.active {
    display: block;
  }

  .sub-menu a {
    padding-right: 1.8em;
  }

  .sub-menu .sub-menu a {
    padding-right: 2.6em;
  }
}
.navbar {
  display: block;
}

@media screen and (max-width: 767px) {
  .navbar-toggler {
    border: none;
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }

  .navbar-toggler .navbar-toggler-icon {
    top: 10px;
  }

  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #333;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 100px;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }

  .navbar-toggler.toggler-spin .navbar-toggler-icon {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navbar-toggler.toggler-spin .navbar-toggler-icon::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }

  .navbar-toggler.toggler-spin .navbar-toggler-icon::after {
    transition: bottom 0.1s 0.25s ease-in,
      transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navbar-toggler.toggler-spin.active .navbar-toggler-icon {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navbar-toggler.toggler-spin.active .navbar-toggler-icon::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }

  .navbar-toggler.toggler-spin.active .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,
      transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navbar-toggler.toggler-elastic .navbar-toggler-icon {
    top: 0;
    transition-duration: 275ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .navbar-toggler.toggler-elastic .navbar-toggler-icon::before {
    top: 10px;
    transition: opacity 125ms 275ms ease;
  }

  .navbar-toggler.toggler-elastic .navbar-toggler-icon::after {
    top: 20px;
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .navbar-toggler.toggler-elastic.active .navbar-toggler-icon {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 75ms;
  }

  .navbar-toggler.toggler-elastic.active .navbar-toggler-icon::before {
    transition-delay: 0s;
    opacity: 0;
  }

  .navbar-toggler.toggler-elastic.active .navbar-toggler-icon::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 75ms;
  }

  .navbar-toggler.toggler-spring .navbar-toggler-icon {
    top: 0;
    transition: background-color 0s 0.13s linear;
  }

  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }

  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }

  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }

  .bsnav-overlay .nav-item.dropdown > .navbar-nav:not(.in),
  .bsnav-overlay-light .dropdown.dropdown-horizontal > .navbar-nav:not(.in) {
    transition: clip 0s;
  }

  .navbar-toggler.active,
  .navbar-toggler.active.btn,
  .navbar-toggler.active.focus.btn,
  .navbar-toggler.btn:active,
  .navbar-toggler.btn:active:focus,
  .navbar-toggler.btn:active:hover,
  .navbar-toggler.btn:focus,
  .navbar-toggler.btn:hover,
  .navbar-toggler.btn:not(:disabled):not(.disabled).active,
  .navbar-toggler.btn:not(:disabled):not(.disabled):active,
  .navbar-toggler.focus.btn,
  .navbar-toggler:active,
  .navbar-toggler:active:focus,
  .navbar-toggler:focus,
  .navbar-toggler:hover,
  .navbar-togglerbutton.active,
  .navbar-togglerbutton.active.focus,
  .navbar-togglerbutton.focus,
  .navbar-togglerbutton:active,
  .navbar-togglerbutton:active:focus,
  .navbar-togglerbutton:active:hover,
  .navbar-togglerbutton:focus,
  .navbar-togglerbutton:hover,
  .navbar-togglerbutton:not(:disabled):not(.disabled).active,
  .navbar-togglerbutton:not(:disabled):not(.disabled):active {
    background: 0 0 !important;
    border: transparent !important;
  }
}
@media (max-width: 767px) {
  .nav-link .fa {
    float: right;
    margin-top: 17px;
  }

  .sub-menu-toggle .fa {
    float: right;
    margin-top: 17px;
  }

  .sub-menu {
    display: none;
  }

  .fa.fa-angle-right::before {
    content: "";
  }

  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-lg,
  .navbar .container-md,
  .navbar .container-sm,
  .navbar .container-xl {
    display: block;
  }

  .navbar.bsnav .top_brand_back {
    background: none;
  }

  .navbar.bsnav .top_brand_back .navbar-brand img {
    width: 10rem;
  }

  .navbar-toggler {
    display: block;
  }

  .navbar-expand-md .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }

  .navdiv {
    position: absolute;
    left: -130%;
    width: 60%;
    z-index: 100;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    height: 100vh;
  }

  .navdiv.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }

  .navbar.navbar-expand-md.bsnav-brand-top {
    display: flex;
    background: #fff;
  }

  .bsnav-mobile-overlay {
    display: none;
  }

  .bsnav-mobile-overlay.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .top_brand_back .navbar-brand {
    padding: 1rem 0 0.6rem 0;
  }
}
.user-icon {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #18305e;
  cursor: pointer;
  height: 100%;
  width: 50px;
  height: 50px;
}

.user-icon {
  background: #dd7f1b;
  position: relative;
}
.user-icon::after {
  content: "ताजा";
  position: absolute;
  top: 100%;
  padding: 0.25rem 1rem;
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 1000;
  font-size: 13px;
  left: 0;
  transform: translateX(-20px);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  opacity: 0;
  visibility: hidden;
}
.user-icon:hover::after {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.login-name {
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  border: 2px solid #fff;
  line-height: 2rem;
  text-align: center;
}

#dropdownMenuButton .dropdown-menu.show {
  left: -110px !important;
}

.login-condition span {
  font-size: 2rem;
}

.after-login {
  background: #0d1b36;
}

.taja-icon::after {
  content: "ताजा";
}

.trending-icon::after {
  content: "ट्रेन्डिङ";
}

.users-icon::after {
  content: "";
  display: none;
}

.trending-icon {
  background: #f58d1e;
}

.users-icon {
  background: darkent(#f58d1e, 10%);
}

.trend {
  fill: #f4a100;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  background: #6990d9;
  cursor: pointer;
  text-transform: uppercase;
  color: #f4a100;
}
.trend svg {
  margin-right: 10px;
}

.nav-right {
  position: relative;
}

.forgot-pw {
  opacity: 0 !important;
  display: none !important;
}

#js-show {
  display: none;
  margin-bottom: 0;
}

.back-to-login {
  cursor: pointer;
}
.back-to-login svg {
  margin-right: 4px;
  font-size: 0.75rem;
}

/*dropdown*/
.dropdown .dropdown-item svg {
  width: 1rem;
  margin-right: 4px;
}
.dropdown .dropdown-item:hover {
  color: #224587;
}
.dropdown .dropdown-item:hover svg {
  color: #224587;
}

/*search*/
.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  position: relative;
}

.search-form input[type="search"] {
  border: none;
  background: #fff;
  height: 40px;
  padding-left: 1rem;
  border-radius: 30px;
  width: 250px;
}

.search-form input[type="submit"] {
  position: absolute;
  z-index: 100;
  right: 0.25rem;
  border: none;
  height: 38px;
  background: #224587;
  color: #fff;
  background: url("../assets/images/search-icon.png") no-repeat center center;
  z-index: 1;
}

.navigation {
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  z-index: 10000;
  transition: all 0.2s ease;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  transform: translateX(120%);
  visibility: hidden;
}
.navigation.active {
  transform: translateX(0);
  visibility: visible;
}
.navigation ul {
  padding: 2rem;
  height: 80vh;
  overflow: auto;
}
.navigation li {
  margin-bottom: 1rem;
}
.navigation .logo {
  padding: 20px 40px;
  border-block: 1px solid #cdcfd1;
}
.navigation a:hover {
  color: #f58d1e;
}

.navigation-close {
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #f58d1e;
  color: #fff;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.navigation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
}

.navigation ul::-webkit-scrollbar {
  width: 0.1 0.5em;
}

.navigation ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.navigation ul::-webkit-scrollbar-thumb {
  background-color: #112344;
  outline: 1px solid slategrey;
}

.logo-nav {
  display: none;
}
z .navigation ul li:hover i {
  border-color: #f58d1e;
  background: #f58d1e;
  color: #fff;
}
.navigation ul li i {
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  border: 1px solid #224587;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  color: #224587;
}
.navigation ul li a {
  display: block;
  transition: all 0.2s ease;
}

.trending {
  height: 56px;
  line-height: 56px;
  background: #e9ecf3;
  border-bottom: 1px solid #d3dae7;
}
.trending__title {
  background: #f58d1e;
  padding: 0 1rem;
  margin-right: 1.5rem;
  position: relative;
  border-radius: 30px;
  line-height: 32px;
  color: #393e49;
  font-weight: 600;
}
.trending-list__item {
  margin-right: 20px;
  position: relative;
}
.trending-list__item::after {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
.trending-list__link {
  padding-left: 1rem;
}

.hero__title {
  font-size: 62px;
  line-height: 80px;
  font-weight: bold;
}

.hero__text {
  font-size: 20px;
  line-height: 32px;
}

.hero__editor img {
  margin-right: 4px;
}
.hero__editor span {
  font-size: 1rem;
}

.hero + .hero {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #cdcfd1;
}

.grid--nogap .grid-item {
  height: 100%;
}

.grid-item-inner {
  background: #112344;
  height: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 64px;
}
.grid-item-inner h2 {
  color: #fff;
  line-height: 56px;
  font-size: 2.5rem;
}
.grid-item-inner .hero__editor {
  color: #cdd3e0;
}

.main-news__title {
  font-size: 32px;
}

.c h3 {
  margin-bottom: 0;
}

.pradesh-menu {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.pradesh-menu li {
  margin-right: 1rem;
}
.pradesh-menu a {
  display: block;
  background: #e6e7e8 !important;
  border-radius: 30px;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 0.5rem 0 2rem;
  font-weight: 500;
  color: #224587;
}
.pradesh-menu span {
  height: 24px;
  width: 24px;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border: 1px solid #cdcfd1;
}

.post-media__body--custom {
  padding: 2rem;
  background: #e7e7e7;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.no-gap {
  gap: 0 !important;
  align-items: inherit !important;
}

.post-media__title-fs {
  font-size: 2rem;
}

.interview h3 {
  font-style: italic;
}

.quote-icon {
  font-size: 2.5rem;
}

.interview .post-media a {
  display: block;
}

.interview .quote-icon {
  margin-bottom: 20px;
}

.interview--bg {
  background: #112344;
}

.interview-body {
  padding: 1.5rem 2rem;
}
.interview-body h2 {
  font-size: 2rem;
  line-height: 42px;
  font-weight: bold;
  color: #fff;
}
.interview-body a:hover h2 {
  color: #fff;
}

.trendings-list li {
  margin-bottom: 20px;
}
.trendings-list li:hover span {
  background: #224587;
  color: #fff;
}
.trendings-list a {
  display: flex;
}
.trendings-list span {
  display: inline-block;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #224587;
  background: #e9ecf3;
  border-radius: 100%;
  margin-right: 1.5rem;
}
.trendings-list h3 {
  flex: 1;
}

.manoranjan--bg {
  background: #040912;
}
.manoranjan .card {
  background: none;
}

.grid-item-4 figure + figure {
  margin-top: 20px !important;
}

.manoranjan .grid-caption-title a:hover {
  color: #fff;
}

.manoranjan .section-title::after {
  background: #2b3c4e !important;
  z-index: 1;
}

.manoranjan .section-title h2 {
  z-index: 2;
}

.manoranjan .section-title a {
  z-index: 2;
}

.monoranjan-list .card a h3 {
  color: #fff !important;
}

.news-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.news-list li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  color: #64748b;
}
.news-list li:hover::before {
  color: #224587;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.photo-feature {
  padding: 40px 0;
}
.photo-feature--bg {
  background: #e7e7e7;
}
.photo-feature .card {
  background: none;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.sidebar-title {
  background: #112344;
  height: 50px;
  line-height: 50px;
  padding: 0 1rem;
}
.sidebar-title h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.sidebar-title h2 img {
  margin-right: 8px;
}

.trendings-list--sidebar li {
  border-bottom: 1px solid #cdcfd1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.trendings-list--sidebar li:hover span {
  background: #224587;
  color: #fff;
}
.trendings-list--sidebar h3 {
  margin-bottom: 0;
}

.media h3 {
  font-weight: 600;
}

.form-control,
.form-control input {
  border-radius: 0;
}

.form-control {
  height: 45px;
  border: none;
  border-radius: 4px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

.module label {
  font-size: 0.9375rem;
}

.modal-body {
  padding: 1.5rem;
}
.modal-body---bg {
  background: #e9ecf3;
}

button,
button[type="submit"],
input[type="submit"] {
  height: 45px;
  border-radius: 4px;
}

.forgot-password {
  margin-bottom: 0;
  color: #224587;
}

.meta-h-account {
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
  border-top: 1px solid #cdcfd1;
}
.meta-h-account a {
  text-decoration: underline;
  color: #224587;
}

.forgot-password {
  color: #224587;
}

.meta-r {
  text-align: center;
  margin-top: 40px;
}
.meta-r a {
  text-decoration: underline;
}

.form-check-input {
  border-radius: 0 !important;
  height: 1rem;
  width: 1rem;
  border: 0;
  border: 1px solid #cdcfd1 !important;
}

.form-check-label {
  margin-left: 0.25rem;
}

.login-with-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.login-with-social a {
  display: inline-block;
  border-radius: 4px;
  line-height: 34px;
  padding: 3px 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  flex: 1 1 auto;
  margin: 0 5px;
}
.login-with-social a i {
  margin-right: 10px;
}
.login-with-social a.google {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 14px;
  color: #e06044;
}
.login-with-social a.facebook {
  background-color: #2260bf;
  color: #fff;
}
.login-with-social a.twitter {
  background-color: #4ecaee;
  color: #fff;
}

.error {
  color: #cd1212;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto;
  }
}
.footer {
  background: #224587;
  padding: 40px 0 20px 0;
  color: #000;
}
.footer h2 {
  font-size: 26px;
}

.footer,
.footer h2,
.footer h3,
.footer a,
.footer p,
.footer strong {
  color: #fff;
}

.footer h3 {
  margin-bottom: 0;
}

.footer .col-md-6 {
  margin-bottom: 20px;
}

.darta h3 {
  margin-bottom: 4px;
}
.darta p {
  margin-bottom: 0;
}

.team {
  padding-left: 20px;
}
.team p {
  margin-bottom: 0;
}

.footer-links a:hover {
  color: #eeba0b;
  text-decoration: underline;
}

.designby {
  text-align: right;
}
.designby a {
  color: #eeba0b;
}
.designby a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .designby {
    text-align: left;
  }

  .footer-links,
  .footer-contact {
    margin-top: 20px;
  }
}
.footer_col h2 {
  margin-bottom: 24px;
}

/* #social_media  Styles */
.social_media a {
  font-size: 15px;
  border-color: #78737e;
  margin-left: 10px;
  display: inline-block;
  line-height: 30px;
  margin-left: 2px;
  text-align: center;
}

.footer__social-media a {
  font-size: 25px !important;
  margin-right: 10px;
}

.footer-bottom {
  border-top: 1px solid #3e5d96;
  margin-top: 40px;
  padding: 10px 0;
  color: #fff;
  font-size: 0.875rem;
}

/*footer contact form*/
.footer-contact-info svg {
  color: #f58d1e;
}

.footer-contact-info p {
  position: relative;
}

.footer-contact-info p svg {
  vertical-align: top;
}

.footer-contact-info a,
.footer-contact-info span {
  padding-left: 1rem;
  display: inline-block;
}

/* #btn================================================== */
.btn {
  padding: 0 1rem;
  line-height: 2.3;
  display: inline-block;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
}

.btn--primary {
  background: #224587;
}
.btn--primary:hover {
  background: #2c5ab0;
  color: #fff;
}

.btn--accent {
  background: #f58d1e;
}
.btn--accent:hover {
  color: #fff;
  background: #f7a64f;
}

/*btn size*/
.btn--small {
  padding: 0 1.25em;
}

.btn--medium {
  padding: 0 1.56em;
  line-height: 1.8;
}

.btn--large {
  padding: 0 1.88em;
  line-height: 3;
}

.btn:focus,
button:focus {
  outline: 0;
}

.section-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #cdcfd1;
  z-index: -1;
}
.section-title h2 {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #224587;
  position: relative;
  margin-bottom: 0;
  background: #fff;
  padding-right: 1rem;
}
.section-title h2::before {
  content: "";
  background: url("../assets/images/softix-logo.png") no-repeat left top;
  height: 33px;
  width: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.section-title a {
  background: #fff;
  padding-left: 8px;
}
.section-title a:hover {
  color: #5673ab;
}
.section-title a i {
  margin-left: 4px;
}

.section-title--bordernone::after {
  display: none;
}

.card-list-vertical .card + .card {
  margin-top: 20px;
}

.card-list-vertical--1 .card h3 {
  margin-bottom: 5px;
}

.post-media-list--1 .post-media__img {
  width: 100px;
}

.post-media--1 .post-media__img {
  width: 400px;
  height: 300px;
}

.post-media--2 .post-media__img {
  width: 400px;
  height: 330px;
}

.card {
  border: 0;
  padding: 0;
}

.post-custom {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  gap: 20px;
  align-items: flex-start;
}

.post-media a {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  gap: 20px;
  align-items: flex-start;
}
.post-media__img {
  width: 100px;
  margin-bottom: 0;
  height: 80px;
}
.post-media__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-media__img--round {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  overflow: hidden;
}
.post-media__body {
  flex: 1;
}
.post-media__title {
  margin-bottom: 5px;
}

.post-media-list .row + .row {
  margin-top: 24px;
}

.bichar-name {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
}

.pagination .page-item .page-link.pren {
  color: #8b8b8b;
  background: transparent;
}

.pagination .page-item .page-link.pren.prev:hover {
  transform: translateX(-5px);
  background: none;
  color: #224587;
}

.pagination .page-item .page-link.pren.next:hover {
  transform: translateX(5px);
  background: none;
  color: #224587;
}

.pagination .page-item .page-link {
  background: none;
  border: none;
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
  border-radius: 30px;
  font-family: "domine";
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  margin-right: 0.6rem;
  background: #e9ecf3;
  color: #224587;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #224587;
  color: #fff;
}

.pagination-outer {
  text-align: center;
}

.pagination {
  display: inline-flex;
}

.advertise-list img + img {
  margin-top: 10px;
}

/* #home page ================================================== */
.main .content {
  font-size: 20px;
  color: #333333;
}

.map-small iframe,
.map-wrap iframe {
  width: 100%;
}

.samp .media img {
  height: 50px;
  width: 50px;
}

.samp {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.title h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
}

.title-borderBtm {
  border-bottom: 1px solid #ddd;
}

.media--author h5 {
  margin-bottom: 0;
}

.post-media-list--bharkhar {
  padding: 20px;
  background: #f6f2f8;
  border: 1px solid #f6f2f8;
}

.section-title--1 {
  background: #fff;
  border-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  border-top: 3px solid #224587;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.ban img {
  width: 100%;
  margin-bottom: 20px;
}

.box {
  background: #e9ecf3;
  background: #fff;
  animation: slide-down 0.7s;
  position: fixed;
  z-index: 100000;
  width: 100%;
  display: none;
}
.box .container {
  position: relative;
  padding: 3rem 0;
}
.box .taja-close {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
.box .taja-close svg {
  height: 2rem;
  width: 2rem;
  color: #224587;
}
.box h2 {
  font-size: 2.25rem;
  border-bottom: 1px solid #cdcfd1;
  font-weight: bold;
}
.box h2 span {
  display: inline-block;
}
.box h2 span::after {
  content: "";
  display: block;
  position: relative;
  left: -40px;
  height: 2px;
  background: #224587;
  width: 120%;
}
.box .post-media__title {
  font-size: 17px;
}
.box .col-md-6.col-lg-4 + .col-md-6.col-lg-4 {
  border-left: 1px solid #cdcfd1;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.taja-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(17, 35, 68, 0.6);
  z-index: 10000;
  display: none;
}

.popup-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10000;
  display: none;
}

.popup {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.skip {
  position: absolute;
  right: 0;
  top: -40px;
  background: #e60023;
  color: #fff;
  padding: 0.25rem 1rem;
  cursor: pointer;
  border-radius: 30px;
}

.pradesh .post-media-list .post-media {
  margin-bottom: 30px;
}

.post-media-list--mb .post-media {
  margin-bottom: 30px;
}

.post-media-list--mb20 .post-media {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .grid--2 .grid-img {
    height: 365px;
    width: 100%;
  }
  .grid--2 .grid-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .hero .grid--2 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .suchana-img img {
    width: 100%;
    height: 385px;
    width: 100%;
  }

  .card-list-img1 img {
    height: 152px;
    width: 100%;
    width: 100%;
  }

  .prabash-list .overlay img {
    height: 220px;
    object-fit: cover;
  }

  .bichar-img img {
    height: 224px;
    object-fit: cover;
    width: 100%;
  }

  .mon-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }

  .arthik-img img {
    height: 370px;
    width: 100%;
    object-fit: cover;
  }

  .card-list-vertical img {
    height: 172px;
    width: 100%;
    object-fit: cover;
  }

  .pradesh .card__img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }

  .samachar-img img {
    height: 171px;
    width: 100%;
    object-fit: cover;
  }

  .hero--extra-news img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }

  .hero .hero__editor img {
    width: auto;
  }

  .sub-menu-full img {
    height: 90px;
    object-fit: cover;
    width: 100%;
  }
}
.modal-header {
  padding: 1.25rem 1.5rem !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent;
  color: #fff;
  background: #224587;
}

.nav-tabs .nav-link {
  border-color: transparent !important;
  border-radius: 4px !important;
}

.nav-tabs {
  border-color: transparent !important;
}

.bahas li + li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #cdcfd1;
}

.categories-page .bahas .card {
  margin-bottom: 0;
}

.categories-page .card {
  margin-bottom: 30px;
}

.media-list li + li {
  margin-top: 30px;
}

.categories-page .card__title {
  margin-bottom: 0;
}

.media-list a:hover .media-body {
  color: #4d515b;
}

.categories h2.card__title,
.categories h3.card__title {
  font-weight: 600;
}

.media-list.media-list--cat .media img {
  height: 250px;
  width: 350px;
  max-width: 350px;
  object-fit: cover;
}

.media-list.media-list--cat .media-sm img {
  height: 160px;
  width: 250px;
  max-width: 350px;
  object-fit: cover;
}

.error-title {
  font-size: 80px;
  margin-bottom: 10px;
  position: relative;
  color: #224587;
}
.error-title::before {
  content: "";
  margin-right: 10px;
  font-family: "font awesome 6 free";
  font-weight: 400;
}

.error-content {
  padding: 20px 0;
}
.error-content p {
  margin-bottom: 4px;
  text-align: center !important;
}

.error-link {
  text-decoration: underline;
}
.error-link:hover {
  text-decoration: none;
}

.error-content h2 {
  font-size: 28px;
}

.card-result {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;
  border-radius: 8px;
}

.election-head {
  background-color: #224587;
  color: #fff;
  padding: 15px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0.5rem;
}
.election-head-bg1 {
  background-color: #f58d1e;
}
.election-head h3 {
  color: #fff;
}

.card-result ul.nav {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.card-result .nav-link {
  padding: 0.1rem 0.5rem !important;
  font-size: 13px;
}
.card-result .btn {
  background: #f8b267;
}
.card-result .btn:hover {
  background: #f69936;
}

.election-table td {
  padding: 12px;
  border-bottom: 1px solid #d0d2d3;
}

.election-media-img {
  height: 34px;
  width: 34px;
  min-width: 34px;
}
.election-media-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.election-media h4 {
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: normal;
}
.election-media h4 a {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.party-name a {
  font-size: 12px;
  color: #6d7179 !important;
  font-weight: normal !important;
}

.vote-calculate {
  padding-left: 10px;
  padding-right: 3px;
}

.received-vote {
  font-size: 18px;
  font-weight: bold;
}

.party-sign {
  max-width: 22px;
  margin-left: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding-right: 0 !important;
}

.winner {
  background: #fde4c9 !important;
}

.badge-pill--1 {
  background: #5481d4;
  padding: 0.5rem;
}

.badge-pill--2 {
  background: #c86b09;
  padding: 0.5rem;
}

.election-title {
  font-size: 36px;
  font-weight: bold;
}

.election-list .col-md-4.col-lg-4 {
  margin-bottom: 30px;
}

.election-list .nav-tabs .nav-item.show .nav-link,
.election-list .nav-tabs .nav-link.active {
  border-color: transparent;
  color: #224587;
  background: #cfd4dd;
  font-weight: 600;
}

.media--author h3 {
  font-weight: 600;
}
.media--author .media-date {
  font-size: 15px;
}

.samp-text {
  margin-top: 30px;
}

.share {
  display: flex;
  justify-content: flex-end;
}

.share-numbers {
  display: flex;
  align-items: center;
}
.share-numbers span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-weight: 24px;
}

.share-numbers-text {
  line-height: 1;
}

.samp-read {
  margin-right: 2rem;
  font-weight: 500;
}

.inside-banner {
  background: url("../images/inside-banner.jpg") no-repeat left top;
  height: 170px;
  width: 100%;
  background-size: cover;
  padding: 30px 0;
}
.inside-banner h1 {
  color: #fff;
  font-size: 2.625rem;
  margin-bottom: 0;
}
.inside-banner .breadcrumb {
  background: none;
  text-align: center;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.inside-banner .breadcrumb li {
  color: #fff;
}
.inside-banner .breadcrumb a {
  color: #fff;
}

.inside-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.contact-text {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 26px;
}

.contact-form label {
  display: block;
}
.contact-form input {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.contact-form textarea {
  border: 1px solid #e0e0e0;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  height: 110px;
}
.contact-form .btn {
  text-transform: uppercase;
}

.contact-icons {
  margin-top: 40px;
  text-align: center;
}

.contact-icon i {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #224587;
  color: #224587;
  font-size: 1.25rem;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .map-wrap {
    margin-top: 40px;
  }
}
/* #Media Queries For Responsive================================================== */
@media screen and (max-width: 1200px) {
  .search-form {
    display: none !important;
  }

  .header-top {
    height: auto;
  }

  .grid--nogap img {
    height: 100%;
  }

  .grid--suchana {
    grid-gap: 20px;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-list .media img {
    width: 200px;
  }

  .navbar {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .box .col-md-6.col-lg-4 + .col-md-6.col-lg-4 {
    border-left: none;
  }

  .categories-page .bahas .card {
    margin-bottom: 20px !important;
  }

  .sidebar {
    margin-top: 30px;
  }

  .navdiv {
    display: none !important;
  }

  .grid--suchana {
    grid-gap: 20px;
    grid-template-columns: 2fr 1fr;
  }

  .trending {
    display: none;
  }

  .header-top-left {
    justify-content: center;
  }

  .usefull-links {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  h3,
  .h3 {
    line-height: 1.3;
  }

  .advertise-list {
    display: none;
  }

  .news-section-a .col-md-9,
  .arthik .col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .fs-32 {
    font-size: 26px !important;
    line-height: 40px !important;
  }

  .rajniti-bichar .col-md-8,
  .rajniti-bichar .col-md-4,
  .anterbarta-trending .col-md-8,
  .anterbarta-trending .col-md-4,
  .khelkud-sahitya .col-md-8,
  .khelkud-sahitya .col-md-4,
  .suchana-prabash .col-md-8,
  .suchana-prabash .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .media-list--sahitya {
    margin-bottom: 30px;
  }

  .overlay-img-3 img {
    height: 345px;
  }

  .overlay-img-4 img {
    height: 540px;
  }

  .card__img img {
    width: 100%;
  }

  .overlay-img-5 img {
    height: 260px;
  }

  .footer-contact-info span {
    padding-left: 1.5rem;
  }

  .fs-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .fs-20 {
    font-size: 1.3rem !important;
    line-height: 24px !important;
  }

  .trendings {
    margin-top: 30px;
  }

  .bichar .post-media-list,
  .media-list--sahitya {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .media--sahitya + .media--sahitya {
    margin-top: 0 !important;
  }

  .navdiv {
    display: none;
  }

  .bichar .card a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
  }

  .pradesh .section-title {
    display: block;
  }
  .pradesh .pra-link {
    display: none;
  }

  .pradesh-menu {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .pradesh .post-media-list .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid--suchana {
    grid-gap: 20px;
    grid-template-columns: 2fr 1fr;
  }

  .hero__title {
    font-size: 42px;
    line-height: 50px;
  }

  .grid-item-inner h2 {
    line-height: 42px;
    font-size: 2rem;
  }

  .grid--nogap .grid-item img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }

  .m-t-40 {
    margin-top: 1.25rem;
  }

  .samp {
    display: block !important;
  }

  .menu-bar {
    font-size: 24px;
  }

  .title h2 {
    font-size: 38px;
  }

  .categories-page .bahas .card {
    margin-bottom: 20px;
  }

  .hero__title {
    font-size: 40px;
    line-height: 50px;
  }

  .header-top {
    height: auto;
  }

  .header__right img {
    margin-top: 20px;
  }

  .header-top-left {
    border-bottom: 1px solid #344e7e;
  }

  .usefull-links li:first-child a {
    border-left: 1px solid #344e7e;
  }

  .hero--extra-news .card {
    margin-bottom: 20px;
  }

  .khelkud-sahitya .overlay {
    margin-bottom: 30px !important;
  }

  .categories-page .media {
    display: block !important;
  }

  .categories-page .media img {
    margin-right: 0 !important;
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
  }

  .team {
    padding-left: 0;
  }

  .footer_col {
    margin-bottom: 30px;
  }

  .overlay-img-1 {
    height: auto;
  }

  .overlay-img-2 img,
  .overlay-img-3 img,
  .overlay-img-4 img,
  .overlay-img-5 img {
    height: auto;
  }

  .fs-40 {
    font-size: 1.5rem !important;
    line-height: 30px !important;
  }

  .grid-item-inner {
    padding: 2rem;
  }

  .overlay-caption-title {
    line-height: 40px;
    font-size: 2rem;
  }

  .pradesh .section-title {
    flex-direction: column;
    margin-bottom: 0;
  }

  .pradesh .pradesh-menu {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pradesh-menu li {
    display: inline-block;
    margin-bottom: 8px;
  }

  .pradesh .card {
    margin-bottom: 20px;
  }

  .usefull-links a {
    text-align: center;
    line-height: 2.5;
  }

  .usefull-links a img {
    margin-right: 0;
  }

  .trending {
    display: none;
  }

  .card-list-vertical {
    margin-top: 20px;
  }

  .bichar {
    margin-top: 20px;
  }

  .desh {
    margin-top: 20px;
  }

  .desh .custom-nav li {
    margin-bottom: 10px;
  }

  .post-custom {
    display: block;
  }

  .column {
    margin-bottom: 10px;
  }

  .post-media {
    margin-bottom: 20px;
  }

  .advertise-list {
    text-align: center;
    margin-top: 20px;
  }

  .card__img img,
  .grid__item-img img {
    width: 100%;
  }

  .p-t-60 {
    padding-top: 30px;
  }

  .sidebar {
    margin-top: 30px;
  }

  .box {
    padding: 2rem;
  }

  .notification-icon {
    display: none;
  }

  .box-overflow {
    height: 80vh;
    overflow: auto;
  }

  .banner-mb {
    margin-top: 20px;
  }

  .pra-link {
    display: none;
  }

  .pradesh-menu li {
    margin-right: 6px;
  }

  .section-title a {
    background: #fff;
    padding-left: 10px;
  }

  .login-with-social .twitter {
    margin-top: 20px;
  }

  .footer-bottom .col-md-6 {
    margin-bottom: 0;
  }
}
@media (min-width: 410px) and (max-width: 767px) {
  .login-with-social .twitter {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .media-list.media-list--cat .media img {
    height: 250px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 319px) {
  .header-top {
    display: none;
  }
}
@media screen and (max-width: 281px) {
  .post-media__img {
    width: 60px;
    margin-bottom: 0;
    height: 50px;
  }

  .hero__title {
    font-size: 26px;
    line-height: 32px;
  }

  .grid-item-inner h2 {
    line-height: 36px;
    font-size: 26px;
  }

  .section-title h2 {
    font-size: 18px;
  }

  .overlay-caption-title {
    line-height: 25px;
    font-size: 1.3rem;
  }

  .pradesh-menu li {
    margin-right: 0px;
  }

  .media-list--sahitya img {
    max-width: 110px;
    width: 100%;
    height: 105px;
  }

  .fs-20 {
    font-size: 1.25rem !important;
    line-height: 26px !important;
  }

  .fs-32 {
    font-size: 1.5rem !important;
    line-height: 26px !important;
  }

  .fs-26 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .interview-body h2 {
    font-size: 1.5rem;
    line-height: 32px;
  }

  h2,
  .h2 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .hero__text {
    font-size: 18px;
    line-height: 26px;
  }

  #dropdownMenuButton .dropdown-menu.show {
    position: absolute !important;
    left: initial !important;
    margin-left: 20px;
  }

  .navigation {
    width: 200px;
  }

  .media-list.media-list--cat .media img {
    height: 160px;
    width: 100%;
    max-width: 100%;
  }

  .title h2 {
    font-size: 20px;
  }
}

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