@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap");

:root {
  --site-primary: #124f9f;
  --site-secondary: #e28118;
  /* --site-color-primary: #124f9f; old */
  --site-color-primary: #00937c;
  --site-color-secondary: #e28118;
  --primary-color: #d3232a;
  --secondary-color: #2c2b2b;
  --default-color: #00378f;
  --white-color: #ffffff;
  --border-radius: 6px;
  --transition: ease-in-out 0.3s;
  --border-color: #dadbdf;
  --font-family: "Mukta", sans-serif;
  --dark-color: #191c20;
  --dark-border: #5c5c5c;
}
/* * {
  outline: 1px solid red;
} */
body {
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  background: var(--white-color);
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
}

a {
  color: var(--primary-color);
  display: block;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
}

.header_bottom .nav-wrapper {
  /* padding: 0 40px; */
}

.toggleWrapper {
  position: absolute;
  top: 100%;
  z-index: 999;
  left: 0;
  /* border: 1px solid var(--site-color-primary); */
  overflow: hidden;
  /* height: 400px; */
  overflow-y: auto;
  width: 100%;
}

.toggleWrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.toggleWrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.toggleWrapper::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.toggleWrapper .card {
  border-radius: initial;
}
.headerWrapper {
  position: sticky;
  top: 0px;
  z-index: 1023;
}
.nav-wrapper.d-flex p {
  margin: 0;
}
.nav-wrapper.d-flex p button {
  line-height: 0;
}
.nav-wrapper.d-flex p button i {
  font-size: 22px;
  color: #fff;
}

/* 
.card-body{
  width: 100vw;
} */

.flexWrapper.d-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 50px;
}
.flexWrapper.d-grid ul li a {
  color: var(--dark-color);
  position: relative;
  display: inline;
}
.flexWrapper.d-grid ul li a:hover {
  color: var(--site-color-primary);
}

.flexWrapper.d-grid ul li a:hover:before {
  width: 100%;
}

.flexWrapper.d-grid ul li a:before {
  width: 0%;
  height: 1px;
  background: var(--site-color-primary);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease;
}

.flexWrapper.d-grid .item h4 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 2px;
  color: var(--site-color-primary);
}

.toggleWrapper p {
  margin: 0px;
}

/* .nav-wrapper {
  margin-left: 25px;
} */

.youtubeFixed {
  position: fixed;
  right: 10px;
  z-index: 99999;
  bottom: 15%;
  display: none;
}

.nav-wrapper ul li ul li a {
  font-size: 15px;
}

.nav-wrapper ul li ul li a:hover {
  color: var(--site-color-primary) !important;
}

.nav-wrapper ul li ul {
  padding: 0;
}

p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-color);
}

.mt {
  margin-top: 70px;
}

.mb {
  margin-bottom: 40px;
}

.pt {
  padding-top: 70px;
}

.pb {
  padding-bottom: 70px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  max-width: 1150px;
  /* padding-left: 0px; */
  /* padding-right: 0px; */
}

.wrapper {
  padding: 0 10px;
  padding-top: 10px;
}

.logo-wrap {
  /* width: 250px; */
  /* padding-left: 10px; */
}
.logo-wrap a img {
  object-fit: cover;
  width: 280px;
}

.flag {
  display: flex;
  justify-content: end;
}
.flag img {
  width: 90px;
  margin-left: 20px;
}

.bottom-sticky {
  position: fixed;
  bottom: 40%;
  right: 10px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(36px);
  border-radius: 8px;
  padding: 3px 12px;
}

.bottom-sticky .player {
  margin-top: 1px;
  display: flex;
  align-items: center;
}

.bottom-sticky.hidden {
  display: none !important;
}

.bottom-sticky .player .image {
  position: relative;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 8px;
  left: -9px;
}

.bottom-sticky .player .image img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 8px;
}

.bottom-sticky .player .channel-name p {
  margin-bottom: 0px;
  color: #fff;
}
.bottom-sticky .player i {
  color: #fff;
  cursor: pointer;
}

.volume .volume-range .customRangeSlider {
  display: block;
  width: 100%;
  margin: 0px;
  height: 14px;
  cursor: pointer;
  overflow: hidden;
}
.volume {
  position: relative;
}
.volume .volume-range {
  display: none;
  padding: 8px 10px;
  width: 150px;
  background: rgba(38, 38, 38, 0.8);
  position: absolute;
  top: -90px;
  right: -64px;
  transform: rotate(-90deg);
  z-index: 1023;
}
.volume:hover .volume-range {
  display: block;
}

.bottom-sticky .player .more {
  position: relative;
}
.bottom-sticky .player .more .more-content {
  display: none;
  position: absolute;
  width: 110px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(36px);
  top: -181px;
  left: -80px;
}

.bottom-sticky .player .more .more-content.active {
  display: block;
}

.bottom-sticky .player {
  gap: 20px;
}

.bottom-sticky .close-btn {
  position: relative;
}
.bottom-sticky .close-btn .button {
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

.bottom-sticky .close-btn .button i {
  color: #fff;
  background-color: #333;
  backdrop-filter: blur(36px);
  padding: 5px 6px;
  font-size: 10px;
  border-radius: 100%;
}

/* Top Header  */

.wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}

.top_header {
  background: var(--default-color);
  padding: 5px 0;
}

.th_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.th_left ul {
  display: flex;
}

.th_left ul li a {
  color: var(--white-color);
  font-size: 12px;
  display: block;
  transition: var(--transition);
  font-weight: normal;
}

.th_left ul li + li a {
  margin-left: 20px;
}

.th_left ul li a:hover {
  color: var(--primary-color);
}

.social_media ul {
  display: flex;
}

.social_media ul li a {
  display: block;
  color: var(--white-color);
  transition: var(--transition);
}

.social_media ul li + li a {
  margin-left: 10px;
}

.social_media ul li a:hover {
  color: var(--primary-color);
}

.social_media {
  display: flex;
  align-items: center;
}

.login_btn {
  margin-left: 15px;
}

.login_btn a {
  display: block;
  color: var(--secondary-color);
  font-size: 20px;
  transition: var(--transition);
}

.login_btn a:hover {
  color: var(--primary-color);
}

.login_btn a i {
  font-size: 20px;
  vertical-align: middle;
}

.th-_right_button {
  display: flex;
}

.podcast_wrapper audio {
  width: 100%;
}

.podcast_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.podcast_head h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.audio_list {
  margin-top: 25px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 20px;
}

.audio_list h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.close_this {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 100%;
  font-size: 16px;
  color: var(--white-color);
  cursor: pointer;
}

.top_fixed_ads .ads-col {
  margin-bottom: 20px;
}

.top_fixed_ads {
  position: relative;
  padding-top: 20px;
}

.top_fixed_ads span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
  border-radius: 100%;
}

.bottom_fixed_ads .ads-col {
  margin: 15px 0;
}

.bottom_fixed_ads .ads-col img {
  height: 55px;
  width: auto;
}

.bottom_fixed_ads {
  box-shadow: 0px -2px 20px rgb(0 0 0 / 10%);
  position: fixed;
  bottom: 0;
  z-index: 1015;
  width: 100%;
  left: 0;
  right: 0;
  background: var(--white-color);
  height: 85px;
}

.bottom_fixed_ads .row {
  justify-content: center;
  text-align: center;
}

.bottom_fixed_ads span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
  border-radius: 100%;
}

.footer.open {
  padding-bottom: 0;
}

/* Top Header End  */

/* Header  */
.h_wrap {
  position: relative;
  background-color: var(--site-color-primary);
}

.top-marquee {
  /* background-color: var(--site-color-primary); */
  padding: 0px;
  padding-top: 15px;
  border-bottom: 1px solid #f1f4ff;
}
.top-marquee a {
  color: black;
}
.top-marquee a:hover {
  color: var(--site-primary);
}

.youtube {
  /* padding: 0 0 20px 0; */
}

.tagline {
  padding: 8px;
  background-color: red;
  color: #fff;
  border-radius: 4px;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 15px;
}

.sub-heading {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  padding: 10px 0;
  font-weight: 600;
}

#myMarquee {
  background-color: #eee;
  color: #000;
  padding: 6px;
  margin-right: -20px;
  position: relative;
  z-index: -1;
}
/* .h_wrap .h_right .header_middle .top-navigation .metro-fm{
  width: 50px;
  height: 50px;
}

.h_wrap .h_right .header_middle .top-navigation .metro-fm img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

#audio {
  width: 380px;
  height: 45px;
  background-color: transparent;
  padding: 5px;
  display: flex;
  align-items: center;
}

.logo {
  padding-right: 20px;
}

.logo img {
  height: 40px;
  width: auto;
}

.logo span {
  display: block;
  font-size: 13px;
  text-align: right;
  margin-top: 3px;
}

.clock {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.header {
  /* border-top: 1px solid var(--border-color); */
  /* border-bottom: 1px solid var(--border-color); */
  position: relative;
  background: var(--white-color);
}

/* .header::before {
  position: absolute;
  content: '';
  top: 48%;
  bottom: 0;
  height: 1px;
  background: var(--border-color);
  left: 50%;
  right: 0;
} */

.header_middle {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  height: 48px;
}

.top_navigation ul {
  display: flex;
  width: 100%;
}

.top_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* .sticky {
  position: fixed;
  top: 0%;
  width: 100%;
  z-index: 1000;
  background-color: var(--site-primary);
} */

.h_right {
  width: 100%;
  position: relative;
  /* border-left: 1px solid var(--border-color); */
}

.top_navigation ul li a {
  display: block;
  font-size: 16px;
  color: var(--secondary-color);
  border-right: 1px solid var(--border-color);
  padding: 10px 15px;
  transition: var(--transition);
  height: 48px;
}

.top_navigation ul li a:hover {
  color: var(--primary-color);
}

.top_navigation ul li:first-child a {
  border-left: 1px solid var(--border-color);
}

.top_navigation ul li a i {
  margin-right: 3px;
  font-size: 19px;
}

.search-box {
  cursor: pointer;
}

.search-box img {
  height: 20px;
}

.search-box i {
  font-size: 22px;
  color: var(--secondary-color);
  transition: var(--transition);
  transform: rotate(-90deg);
  vertical-align: middle;
}

.search-box i:hover {
  color: var(--primary-color);
}

.header_bottom ul {
  display: flex;
  align-items: center;
}

.header_bottom ul i {
  font-size: 20px;
  color: #fff;
  line-height: inherit;
}

.header_bottom ul li a {
  font-size: 17px;
  display: block;
  color: var(--white-color);
  /* color: black; */
  padding: 10px 16px;
  transition: var(--transition);
  font-weight: 500;
  font-family: "Mukta", sans-serif;
}

.header_bottom ul li a:hover {
  color: var(--dark-color);
}

.header_bottom ul li.active a {
  color: var(--dark-color);
}

.header_bottom ul li {
  position: relative;
  z-index: 999;
}

.header_bottom ul li ul {
  position: absolute;
  top: 100%;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 999;
}

.header_bottom ul li ul li {
  width: max-content;
}

.header_bottom ul li:hover ul {
  display: block;
}

.btn:focus {
  box-shadow: none !important;
}

.dropdown-menu.show a {
  font-size: 15px;
  padding: 5px;
}

.dropdown-menu {
  padding: 0px !important;
}

.header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: sticky;
  top: 0;
  z-index: 99999; */
}

.header_utilities ul {
  display: flex;
}

.header_utilities ul li a {
  padding: 0;
  font-size: 18px;
  color: var(--white-color);
  transition: var(--transition);
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 100%;
  border: 1px solid var(--primary-color);
}

.header_utilities ul li + li a {
  margin-left: 7px;
}

.header_utilities ul li a:hover {
  background: #f1f1f1;
  color: var(--dark-color) !important;
  border-color: #e5e5e5;
}

.header_utilities ul li a:hover i {
  color: var(--primary-color);
}

/* .header_utilities ul li + li a {
  margin-left: 15px;
} */
.header_utilities ul .latest-ns {
  background-color: #d12229;
  border-right: 1px solid #ffffff2e;
}

.header_utilities ul .trending-ns {
  background-color: #d12229;
}

.header_utilities ul li a:hover {
  color: var(--white-color);
}

.header_utilities img {
  height: 20px;
  width: auto;
}

.login_btn img {
  height: 20px;
  width: auto;
}

.main_search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 200px;
  background: #f3f3f3;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: var(--transition);
  z-index: 9999;
}

.main_search.open {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 260px);
}

.main_search .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  height: 30px;
  color: var(--secondary-color);
  font-size: 13px;
}

.main_search .form-control::placeholder {
  color: var(--secondary-color);
}

.main_search .form-group {
  margin-top: 8px;
  padding-right: 45px;
}

.main_search button {
  background: transparent;
  border: none;
  font-size: 24px;
  color: var(--secondary-color);
  transform: rotate(-90deg);
}

.header-search-btn {
  position: absolute;
  top: -4px;
  right: 20px;
  bottom: 0;
  opacity: 0.5;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
  font-size: 15px;
}

.modal-header {
  border-bottom: none;
  padding: 30px 30px 0;
}

.modal-title {
  font-size: 22px;
  color: var(--secondary-color);
}

.modal-title {
  font-size: 22px;
  color: var(--secondary-color);
}

.popup_search .form-control {
  height: 50px;
  border-radius: 0;
  border-color: var(--border-color);
  font-size: 15px;
}

.popup_search .form-group {
  margin-bottom: 15px;
}

.modal-body {
  padding: 30px;
  padding-top: 20px;
}

.popup_search button {
  background: var(--primary-color);
  border: none;
  color: var(--white-color);
  font-size: 25px;
  padding: 5px 15px;
}

.popup_search button i {
  vertical-align: middle;
}

.header_utl_wrap {
  display: flex;
  align-items: center;
}

/* .header.active {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--white-color);
  z-index: 1021;
} */

/* Header End  */

/* Mobile Menu */

#mySidenav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1023;
  background: var(--white-color);
  width: 300px;
  height: 100%;
}

.sidenav {
  margin-left: -300px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}

.sidenav.active {
  margin-left: 0;
  box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
  opacity: 1;
  visibility: visible;
  border: none;
}

#menu1 li a {
  display: block;
  padding: 10px 20px;
  color: var(--secondary-color);
  border-bottom: 1px solid #f1f1f1;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}

#menu1 li a i {
  font-size: 19px;
  margin-right: 5px;
}

.no-bdr1 span {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #e7e7e7;
  border-radius: 100%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}

.trending-button-mobile span {
  display: grid;
  place-items: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 100%;
  font-size: 28px;
  color: var(--white-color);
}

span.trending_btn img {
  height: 24px;
  width: auto;
}

.trending-button-mobile {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1031;
  cursor: pointer;
  display: none;
}

#menu1 li a:hover {
  color: var(--primary-color);
}

.mobile-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: var(--white-color);
  box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
  position: sticky;
  top: 0;
  z-index: 10;
}

.mobile-logo img {
  height: 25px;
  width: auto;
}

#close-btn {
  background: var(--primary-color);
  color: var(--white-color);
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 25px;
  border-radius: 100%;
}

.no-bdr1::-webkit-scrollbar {
  width: 7px;
}

.no-bdr1::-webkit-scrollbar-track {
  background: var(--white-color);
  display: none;
}

.no-bdr1::-webkit-scrollbar-thumb {
  background: rgb(208 208 208);
  border-radius: 10px;
}

.toggle-btn {
  /* background-color: var(--primary-color); */
  cursor: pointer;
  padding: 10px 18px;
  border: none;
  height: 48px;
}

.toggle-btn span {
  display: block;
  height: 2px;
  background: #000;
  margin: 5px 0;
  width: 25px;
}

.toggle-btn span:nth-child(2) {
  width: 20px;
  margin-right: auto;
}

.sticky_toggle {
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1020;
  display: none;
}
/* 
.sticky_toggle.active {
  display: block;
} */

.sticky_toggle i {
  line-height: 40px;
  font-size: 24px;
  color: var(--white-color);
}

.dates.active {
  position: fixed;
  top: 0;
  z-index: 1020;
  background: var(--dark-color);
  padding: 3px 6px;
  color: var(--white-color);
  font-size: 12px;
  margin-top: 0;
}

.metismenu .has-arrow:after {
  width: 0.3em;
  height: 0.3em;
}

.sidenav ul ul {
  background: #f7f7f7;
}

.mobile_toggle {
  display: none;
}

.mobile_search {
  display: none;
}

body.active {
  position: relative;
  transition: ease-in-out 0.5s;
}

body.active:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 60%);
  z-index: 1022;
  transition: ease-in-out 0.5s;
}

.mobile-utl-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.mobile-utilities {
  width: 70px;
  background: #efefef;
  text-align: center;
  height: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.no-bdr1 {
  width: calc(100% - 70px);
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.mobile-utl-search i {
  font-size: 25px;
  transform: rotate(-90deg);
  cursor: pointer;
}

.mobile-utl-social ul li a {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin: auto;
  border: 1px solid var(--dark-color);
  border-radius: 100%;
  color: var(--dark-color);
  font-size: 17px;
}

.mobile-utl-social ul li + li a {
  margin-top: 15px;
}

.search-modals {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000099;
  z-index: 1025;
  display: none;
}

.search-modal-wrappers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 500px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 70px;
  z-index: 10;
  padding: 10px;
}

.search-modal-wrappers form {
  position: relative;
}

.search-modal-wrappers .btns {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  height: 35px;
  width: 35px;
  line-height: 37px;
  border: none;
  background: var(--primary-color);
  border-radius: 100%;
  font-size: 20px;
  color: var(--white-color);
}

.search-modal-wrappers .form-control {
  border-radius: 50px;
  border: none;
  font-size: 15px;
  padding: 10px 15px;
  height: 41px;
  padding-right: 45px;
}

/* Mobile Menu End */

/* Popup News  */
.popup_news {
  position: fixed;
  right: 0;
  top: 0;
  background: var(--white-color);
  width: 300px;
  height: 100%;
  z-index: 1024;
  padding-bottom: 50px;
}

.popup_news_title {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-color);
}

.popup_news_title h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white-color);
}

.popup_news_title i {
  font-size: 25px;
  color: var(--white-color);
  cursor: pointer;
}

.popup_news_col {
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.popup_news_col::-webkit-scrollbar {
  width: 7px;
}

.popup_news_col::-webkit-scrollbar-track {
  background: var(--white-color);
  display: none;
}

.popup_news_col::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 30px;
}

.popup_news_col .listing_news_wrap + .listing_news_wrap {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted var(--border-color);
}

.latest_news {
  margin-right: -300px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.latest_news.open {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: -5px 2px 10px rgb(0 0 0 / 20%);
}

.trending_newss {
  margin-right: -300px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.trending_newss.open {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: -5px 2px 10px rgb(0 0 0 / 20%);
}

/* Popup News End  */

/* Banner News  */
.banner_news_col {
  text-align: center;
}

.banner_news_col .meta {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  justify-content: center;
  margin-top: 20px;
  margin-right: 30px;
  position: relative;
}

.banner_news_col .meta_left ul {
  justify-content: center;
}

.banner_news_content h2 {
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}

.banner_news_content h2 a {
  color: var(--secondary-color);
  transition: var(--transition);
}

.banner_news_content h2 a:hover {
  color: var(--site-color-primary);
}

.banner_news {
  margin-top: 30px;
}

.banner_feature_img {
  margin-top: 30px;
}

.banner_feature_img img {
  max-height: 630px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.banner_news_content p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 20px;
  color: #585858;
  font-weight: normal;
}

.full-banner {
  margin-bottom: 30px;
  border-bottom: 1px dotted #cbcbcb;
  padding-bottom: 30px;
  position: relative;
}

.full-banner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: 1px dotted #cbcbcb;
}

.banner_news_head {
  text-align: center;
}

/* Banner News End  */

/* Followup News  */
.followup_large .thumbnail_news_media {
  height: auto;
}

.followup_large .thumbnail_news_content h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

.followup_news {
  margin-top: 30px;
}

.followup_news_wrap .insider_news_media {
  height: auto;
}

.followup_news_wrap .insider_news_media h3 {
  font-size: 34px;
  line-height: 1.3;
}

.followup_thumbnails {
  display: flex;
  margin: 0 -10px;
}

.followup_thumbnails .thumbnail_news_col + .thumbnail_news_col {
  margin-top: 0;
}

.followup_thumbnails .thumbnail_news_col {
  padding: 0 10px;
}

.followup_thumbnails .thumbnail_news_col {
  flex: 1;
}

.followup_thumbnails .thumbnail_news_media {
  height: 200px;
}

.followup_thumbnails.two .thumbnail_news_media {
  height: 350px;
}

.followupnews_col {
  border-bottom: 1px dotted #cbcbcb;
  padding-bottom: 30px;
  position: relative;
}

.followupnews_col::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: 1px dotted #cbcbcb;
}

.followup_news_wrap {
  margin-top: 25px;
}

.followup_news_wrap .thumbnail_news_content h3 {
  font-size: 20px;
  font-weight: 600;
}

.followup_thumbnails.two .thumbnail_news_content h3 {
  font-size: 24px;
  font-weight: 600;
}

.followup_news_wrap .thumbnail_news_content {
  margin-top: 15px;
}

/* Followup News End  */

/* Highlight News  */
.highlight_news {
  margin-top: 30px;
}

.highlight_news_content h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

.highlight_news_content h3 a {
  color: var(--secondary-color);
  transition: var(--transition);
}

.highlight_news_content h3 a:hover {
  color: var(--primary-color);
}

.highlight_news_content .meta {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.highlight_news_content p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.8;
}

.highlight_news_content p:last-child {
  margin-bottom: 0;
}

.highlight_news_media {
  overflow: hidden;
  height: 100%;
}

.highlight_news_media a {
  height: 100%;
  width: 100%;
}

.highlight_news_media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.highlight_news_col + .highlight_news_col {
  margin-top: 30px;
}

.highlight_news_content {
  padding: 30px;
  height: 100%;
}

.highlight_news_col {
  background: #f4f6f8;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.left-text-banner {
  margin-top: 30px;
}

.right-text-banner + .right-text-banner {
  margin-top: 30px;
}

.left-text-banner + .left-text-banner {
  margin-top: 30px;
}

/* Highlight News End  */

/* Breaking News  */
.breaking_news {
  margin-top: 30px;
}

.insider_news_media {
  height: 400px;
  overflow: hidden;
  border-radius: var(--border-radius);
  position: relative;
}

.insider_news_media a {
  height: 100%;
  width: 100%;
}

.insider_news_media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.insider_news_media:hover img {
  transform: scale(1.05);
}

.insider_news_media h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(5, 5, 5, 0) 0,
      rgba(0, 0, 0, 0) 0,
      rgba(71, 71, 71, 0) 0,
      rgba(102, 102, 102, 0) 0,
      rgba(28, 28, 28, 0) 0,
      rgba(20, 20, 20, 0.59) 32%,
      rgba(13, 13, 13, 1) 62%,
      rgba(3, 3, 3, 1) 100%
    )
    repeat scroll 0 0;
}

.insider_news_media h3 a {
  display: block;
  color: var(--white-color);
  transition: var(--transition);
}

.insider_news_media h3 a:hover {
  color: var(--primary-color);
}

.listing_news_wrap {
  display: flex;
}

.breaking_main .listing_news_wrap {
  margin-top: 12px;
  border-top: 1px dotted var(--border-color);
  padding-top: 12px;
}

.listing_news_media {
  flex: 2;
  height: 55px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.listing_news_content {
  flex: 5;
  margin-left: 15px;
}

.listing_news_media a {
  height: 100%;
  width: 100%;
}

.listing_news_media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.listing_news_wrap:hover .listing_news_media img {
  transform: scale(1.05);
}

.listing_news_content h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}

.category_sidebar .listing_news_media {
  margin-left: 20px;
}

.listing_news_content h3 a {
  color: var(--secondary-color);
  transition: var(--transition);
}

.listing_news_content h3 a:hover {
  color: var(--site-color-primary);
}

.h_right hr {
  margin: 0;
  border-top: 1px solid var(--border-color);
  opacity: 1;
  background-color: transparent;
  width: 100%;
}

.thumbnail_news_media {
  height: 100px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.thumbnail_news_media a {
  height: 100%;
  width: 100%;
}

.thumbnail_news_media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.thumbnail_news_content {
  margin-top: 10px;
}

.thumbnail_news_content h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}

.thumbnail_news_content h3 a {
  display: block;
  color: var(--secondary-color);
  transition: var(--transition);
}

.thumbnail_news_content h3 a:hover {
  color: var(--site-color-primary);
}

.thumbnail_news_col + .thumbnail_news_col {
  margin-bottom: 20px;
  margin-top: 12px;
  border-top: 1px dotted var(--border-color);
  padding-top: 12px;
}

.sidebar_ads .ads_col {
  margin-top: 15px;
}

.sidebar_ads {
  margin-top: -15px;
}

.ads_col img {
  border-radius: var(--border-radius);
}

.breaking_news .col-lg-7 {
  border-right: 1px dotted var(--border-color);
}

.breaking_news .col-lg-2 {
  border-right: 1px dotted var(--border-color);
}

.breaking_sidebar .sidebar_ads .ads_col {
  margin-bottom: 25px;
}

.breaking_news_sidebar_list .listing_news_wrap + .listing_news_wrap {
  margin-top: 25px;
}

.opinion_content_media {
  height: 200px;
  overflow: hidden;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.opinion_content_media a {
  height: 100%;
  width: 100%;
}

.opinion_content_media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Breaking News End  */

/* Trending News  */
.trending_news_wrap {
  display: flex;
  align-items: center;
}

.trending_news_wrap h3 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}

.trending_news_wrap h3 img {
  height: 13px;
  width: auto;
  margin-right: 5px;
}

.trending_news_wrap h3 i {
  font-size: 18px;
}

.trending_list {
  overflow: hidden;
}

.trending_news_wrap .item a {
  background: #f6f6f6;
  display: block;
  color: var(--secondary-color);
  font-size: 14px;
  border-radius: 40px;
  border: 1px solid #ededed;
  text-align: center;
  padding: 0px 10px;
  line-height: normal;
  margin-left: 10px;
  white-space: nowrap;
  transition: var(--transition);
}

.trending_news_wrap .item a:hover {
  color: var(--primary-color);
}

/* Trending News End  */

/* Main News  */
.main_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.main_title h3 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 36px;
  z-index: 0;
  font-family: "poppins", sans-serif;
}

.main_title h3::before {
  position: absolute;
  content: "";
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: rgb(0 147 125 / 30%);
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main_title h3::after {
  position: absolute;
  content: "";
  left: 10px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: rgb(255 251 176 / 80%);
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main_title a {
  display: block;
  font-size: 20px;
  color: var(--secondary-color);
  transition: var(--transition);
}

.main_title a:hover {
  color: var(--site-color-primary);
}

.light_title h3 {
  color: var(--white-color);
}

.light_title a {
  color: var(--white-color);
}

.section_top_ads .ads-col {
  margin-bottom: 25px;
}

.section_bottom_ads .ads-col {
  margin-top: 20px;
}

.main_news_wrap .listing_news_media {
  flex: 4;
  height: 90px;
}

.main_news_wrap .listing_news_wrap {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 1px dotted var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.category_news_wrap h3 {
  font-size: 17px;
  line-height: 1.4;
}

.category_news_wrap h3 a {
  display: block;
  color: var(--secondary-color);
  transition: var(--transition);
}

.category_news_wrap h3 a:hover {
  color: var(--primary-color);
}

.category_news .col-lg-6:first-child {
  border-right: 1px dotted var(--border-color);
}

.category_news .col-lg-3 + .col-lg-3 {
  border-left: 1px dotted var(--border-color);
}

/* Main News End  */

/* Entertainment  */
.entertainment_main .insider_news_media {
  height: 240px;
}

.entertainment_main .insider_news_media h3 {
  font-size: 18px;
}

.entertainment_main .thumbnail_news_col {
  margin-top: 25px;
}

.pointwiae_news {
  padding-left: 20px;
}

.pointwiae_news li {
  list-style: circle;
}

.pointwiae_news li a {
  display: block;
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 1.3;
  transition: var(--transition);
}

.pointwiae_news li a:hover {
  color: var(--primary-color);
}

.pointwiae_news li + li a {
  border-top: 1px dotted var(--border-color);
  padding-top: 10px;
  margin-top: 10px;
}

.entertainment_main_sidebar .thumbnail_news_content h3 {
  font-size: 17px;
  font-weight: normal;
}

.entertainment_main_sidebar .thumbnail_news_media {
  height: 75px;
}

.entertainment_main_sidebar .thumbnail_news_col {
  margin-top: 25px;
}

.entertainment_main_sidebar > .row {
  margin-top: -25px;
}

/* Entertainment End  */

/* Lifestyle  */
.lifestyle .listing_news_media {
  flex: 4;
  height: 150px;
}

.listing_news_content p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.lifestyle .listing_news_content h3 {
  line-height: 1.3;
  font-weight: 700;
}

.lifestyle .listing_news_wrap {
  margin-top: 25px;
}

.lifestyle .main_title {
  margin-bottom: 0;
}

/* Lifestyle End  */

/* Videos  */
.videos_wrap {
  background-image: url(../../../img/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: var(--border-radius);
  padding: 30px;
}

.videos_wrap .main_title h3 {
  color: var(--white-color);
}

.video_tabs_title {
  display: flex;
  align-items: center;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 17px;
  font-weight: 500;
  margin-right: 20px;
  color: var(--white-color);
  transition: var(--transition);
}

.nav-tabs .nav-link:hover {
  color: var(--primary-color);
}

.nav-tabs .nav-link.active {
  background: transparent;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.videos_wrap .thumbnail_news_content h3 a {
  color: var(--white-color);
}

.videos_wrap .thumbnail_news_content h3 a:hover {
  color: var(--site-color-primary);
}

.videos_wrap .thumbnail_news_content h3 {
  font-size: 18px;
}

.videos_wrap .thumbnail_news_col {
  margin-bottom: 25px;
  position: relative;
}

.videos_wrap .insider_news_media h3 {
  font-size: 24px;
}

.videos_wrap .insider_news_media {
  height: 350px;
}

.videos_wrap .main_title a {
  color: var(--white-color);
}

.videos_wrap .main_title a:hover {
  color: var(--primary-color);
}

.insider_news {
  position: relative;
}

.insider_news {
  position: relative;
}

.videos_wrap i {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--primary-color);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 100%;
  color: var(--white-color);
}

/* Videos End  */

/* Opinion  */
.opinion .slick-slide {
  padding: 12px;
}

.opinion_content_wrap {
  border: 1px solid var(--border-color);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  padding: 20px;
  height: 130px;
}

.opinion_content h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0;
}

.opinion_content h3 a {
  color: var(--secondary-color);
  display: block;
  transition: var(--transition);
}

.opinion_content h3 a:hover {
  color: var(--site-color-primary);
}

.opinion_content p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
}

.opinion_info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.opinion_media img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #e2e2e2;
}

.opinion_media {
  margin-right: 15px;
}

.opinion_meta span {
  display: block;
  font-weight: 500;
}

.opinion_col {
  margin: 0 -12px;
  margin-top: -12px;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button:before {
  border-color: var(--primary-color);
  background: var(--primary-color);
  opacity: 1;
}

/* Opinion End  */

/* International News  */
.international_news .insider_news_media {
  height: 230px;
}

.international_news .insider_news_media h3 {
  font-size: 18px;
  line-height: 1.4;
}

.international_news .listing_news_wrap {
  margin-top: 25px;
}

/* International News End  */

/* Bulk News  */
.bulk_section_news_wrap .insider_news_media {
  height: 220px;
}

.bulk_section_news_wrap .insider_news_media h3 {
  font-size: 18px;
  line-height: 1.4;
}

.bulk_section_news_wrap .insider_news {
  margin-bottom: 25px;
}

/* Bulk News End  */

/* Fichar News  */
.fichar-news-carousel .thumbnail_news_media {
  height: 185px;
}

.fichar-news-carousel .thumbnail_news_content h3 a {
  color: var(--white-color);
}

.fichar-news-carousel .thumbnail_news_content h3 a:hover {
  color: var(--site-color-primary);
}

.fichar-news-carousel .thumbnail_news_content {
  margin-top: 20px;
}

.fichar_news {
  background: #161a25;
}

/* Fichar News End  */

/* Business News  */
.business_main .insider_news_media {
  height: 250px;
}

.business_main .insider_news_media h3 {
  font-size: 18px;
}

.business_main .insider_news {
  margin-bottom: 25px;
}

/* Business News End  */

/* Visual News  */
.common_tabs .slick-slide {
  padding: 10px;
}

.common_tabs .insider_news_media h3 {
  font-size: 18px;
  line-height: 1.4;
}

.common_tabs_list .nav-tabs .nav-link {
  color: var(--secondary-color);
}

.nav-tabs .nav-link.active {
  color: var(--primary-color);
}

/* VIsual News End  */

/* Communication  */
.communication_news_main .insider_news_media {
  height: 270px;
}

.communication_news_main .insider_news_media h3 {
  font-size: 18px;
  line-height: 1.4;
}

.communication_news_main .thumbnail_news_col {
  margin-top: 25px;
}

.communication_sidebar .listing_news_wrap + .listing_news_wrap {
  margin-top: 25px;
}

/* Communication End  */

/* Photo Feature  */
.photo_feature_news .insider_news_media h3 {
  font-size: 18px;
  line-height: 1.4;
}

.photo_feature_news .insider_news i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--primary-color);
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 100%;
  color: var(--white-color);
}

.photo_feature_news .insider_news {
  position: relative;
}

/* Photo Feature End  */

/* Antarbarta News  */
.blog_sidebar {
  border: 1px solid var(--border-color);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.blog_head_media img {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.blog_head_media {
  position: relative;
}

.blog_head_media:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff);
  z-index: 10;
}

.blog_head_content {
  padding: 30px 15px;
  border-bottom: 1px solid var(--border-color);
}

.blog_head_content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.blog_head_content h3 a {
  display: block;
  color: var(--secondary-color);
  transition: var(--transition);
}

.blog_head_content h3 a:hover {
  color: var(--primary-color);
}

.blog_sidebar ul li a {
  color: var(--secondary-color);
  font-size: 18px;
  padding: 15px;
  transition: var(--transition);
  font-weight: 500;
}

.blog_sidebar ul li a:hover {
  color: var(--primary-color);
}

.blog_sidebar ul li + li a {
  border-top: 1px solid var(--border-color);
}

.blog_sidebar ul {
  height: 315px;
  overflow-y: scroll;
}

.blog_sidebar ul::-webkit-scrollbar {
  width: 5px;
}

.blog_sidebar ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

.blog_sidebar ul::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 20px;
}

.interview_wrap {
  position: relative;
  display: flex;
  z-index: 0;
  background: rgba(34, 96, 191, 0.08);
}

.special a {
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 13px;
}

.interview_content {
  width: 50%;
  padding: 40px 30px;
}

.interview_media {
  width: 50%;
  height: 380px;
  overflow: hidden;
}

.interview_media a {
  height: 100%;
  width: 100%;
}

.interview_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview_content h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}

.interview_content h3 a {
  color: var(--secondary-color);
  transition: var(--transition);
}

.interview_content h3 a:hover {
  color: var(--primary-color);
}

.interview_content p {
  color: #5a5a5a;
  font-size: 18px;
  margin-top: 20px;
}

.antarbarta_news .listing_news_wrap {
  margin-top: 25px;
}

.interview_content .meta {
  margin-bottom: 0;
}

/* Antarbarta News End  */

/* Footer  */
.footer {
  background: #f4f4f4;
  padding-top: 40px;
}

.footer h3 {
  font-size: 19px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 15px;
}

.footer-menu-wrap b {
  margin-bottom: 10px;
  display: block;
}

.footer-links li {
  /* width: 50%; */
}

.footer-links li a {
  display: block;
  color: #626262;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  transition: var(--transition);
}

.grid-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.spacing-section {
  margin-left: -70px;
}

.footer-links li a:hover {
  color: var(--site-color-primary);
}

.advertise-section {
  display: flex;
  justify-content: center;
  background: var(--white-color);
  padding: 15px 15px;
  border-radius: 60px;
  border: 1px solid var(--border-color);
  max-width: 550px;
  margin: auto;
}

.advertise-wrapper {
  position: relative;
  z-index: 0;
}

.advertise-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--border-color);
  margin: auto;
  z-index: -1;
}

.advertise-section h3 {
  font-size: 17px;
  margin-bottom: 0;
  margin-right: 20px;
}

.advertise-section ul {
  display: flex;
  align-items: center;
}

.advertise-section ul li {
  display: flex;
}

.advertise-section ul li + li {
  margin-left: 15px;
  border-left: 1px solid var(--border-color);
  padding-left: 15px;
}

.advertise-section ul li a {
  color: var(--text-color);
}

.advertise-section ul li a:hover {
  color: var(--primary-color);
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
}

.footer-logo {
  background-color: var(--white-color);
  border-radius: 5px;
}

.footer-logo img {
  height: 60px;
  width: auto;
}


.footer-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.footer-links-list li a {
  color: #626262;
  font-size: 15px;
  transition: var(--transition);
}

.footer-links-list li + li a {
  margin-top: 12px;
}

.footer-links-list li a:hover {
  color: var(--primary-color);
}

.advertise_details {
  display: flex;
  align-items: center;
}

.advertise_info {
  display: flex;
  align-items: center;
}

.advertise_details li {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.copyrights p {
  font-size: 18px;
  color: var(--white-color);
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.3;
}

.copyrights p a {
  display: inline-block;
  font-weight: 500;
  transition: var(--transition);
  margin-left: 5px;
}

.copyrights p a:hover {
  text-decoration: underline !important;
  color: var(--primary-color);
}

.adv-bg {
  background: #ebebeb;
}

.bl {
  border-left: 1px dotted #dbdbdb;
}

.footer_contact {
  padding: 30px;
  min-height: 365px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.footer_contact::before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  bottom: 0px;
  left: -5px;
  background: var(--primary-color);
  z-index: -1;
}

.footer_contact::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #ebebeb;
}

.footer_contact span {
  display: flex;
  justify-content: center;
  font-size: 15px;
}

.footer_wrap {
  padding-top: 30px;
  padding-left: 30px;
  min-height: 311px;
}

.left_padding {
  padding-left: 50px;
}

.padding-right {
  padding-right: 0;
}

.footer_contact img {
  height: 40px;
  width: auto;
}

.footer_contact p {
  margin-top: 25px;
  color: #626262;
  font-size: 14px;
}

.footer_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: underline;
}

.footer_wrap ul li a {
  display: block;
  color: #626262;
  transition: var(--transition);
  font-size: 15px;
}

.footer_wrap ul li + li a {
  margin-top: 10px;
}

.footer_wrap ul li a:hover {
  color: var(--primary-color);
}

.social_icons {
  display: flex;
  flex-wrap: wrap;
}

.social_icons li a {
  display: grid;
  place-items: center;
  place-content: center;
  height: 35px;
  width: 35px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  transition: var(--transition);
  background-color: var(--white-color);
}

.social_icons li.facebook a {
  /* border: 1px solid #1877f2; */
  color: #1877f2;
}

.social_icons li.twitter a {
  /* border: 1px solid #1da1f2; */
  color: #1da1f2;
}

.social_icons li.instagram a {
  /* border: 1px solid #c13584; */
  color: #c13584;
}

.social_icons li.youtube a {
  /* border: 1px solid #ff0000; */
  color: #ff0000;
}

.social_icons li.linkedin a {
  /* border: 1px solid #0077b5; */
  color: #0077b5;
}


.social_icons li + li a {
  margin-left: 8px;
}

.footer_bottom {
  border-top: 1px dotted #dbdbdb;
  padding: 15px 20px;
  border-bottom: 1px dotted #dbdbdb;
  border-left: 1px dotted #dbdbdb;
}

.footer_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.padding-left {
  padding-left: 0;
}

.footer_bottom ul li {
  color: var(--secondary-color);
  font-size: 15px;
}

.footer_bottom ul li a {
  display: inline-block;
  font-weight: 500;
  color: var(--primary-color);
}

.advertise_details li b {
  display: block;
  font-weight: normal;
}

.advertise_details li a {
  display: inline-block !important;
  margin-top: 0 !important;
  color: var(--text-color);
  transition: var(--transition);
}

.advertise_details li a:hover {
  color: var(--primary-color);
}

.advertise_details li p {
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: normal;
  font-size: 15px;
}

.footer_team {
  display: flex;
  flex-wrap: wrap;
}

.footer_team li {
  width: 50%;
  margin-bottom: 20px;
}

.footer_team li span {
  display: block;
  font-size: 15px;
  color: #626262;
}

.footer_team li b {
  display: block;
}

.subs {
  padding-left: 15px;
}

.subscribe_form {
  padding-right: 25px;
}

.subscribe_form .form-control {
  border-radius: 3px;
  border: 1px solid #dddfef;
  font-size: 13px;
  height: 40px;
  background: var(--white-color);
}

.subscribe_form .btn {
  margin-top: 15px;
  border: none;
  background: var(--secondary-color);
  border-radius: 3px;
  color: var(--white-color);
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
}

.subscribe_form .btn i {
  margin-left: 3px;
  vertical-align: middle;
}

.subscribe_form p {
  line-height: 1.5;
  color: #626262;
  margin-bottom: 25px;
}

/* Footer End  */

/* Details Page  */
.details_left_sidebar {
  position: sticky;
  top: 35px;
}

.breadcrumb {
  margin-top: 20px;
}

.details_main h1 {
  font-size: 42px;
  font-weight: 700;
  position: sticky;
  top: 50px !important;
  background: var(--white-color);
  margin-bottom: 0;
  z-index: 10;
  transition: all 0.3s ease;
}

.stick-heading {
  font-size: 22px !important;
  padding: 1rem 0 !important;
}

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}

.details_main .meta {
  margin-top: 0;
}

.meta_left ul {
  display: flex;
  align-items: center;
}

.meta_left ul li img {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  border-radius: 100%;
  border: 1px dashed var(--primary-color);
  box-shadow: 0 4px 12px #0000003d;
  padding: 4px;
}

.meta_left ul li a {
  display: block;
  color: var(--dark-color);
  font-weight: 600;
  transition: var(--transition);
}

.meta_left ul li + li {
  margin-left: 20px;
  position: relative;
}

.meta_left ul li i {
  font-size: 22px;
  margin-right: 3px;
  vertical-align: middle;
}

.meta_left ul li {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
}

.meta_left ul li a:hover {
  color: var(--default-color);
}

.meta_right ul li a {
  display: block;
  border: 1px solid var(--border-color);
  padding: 2px 8px;
  border-radius: var(--border-radius);
  font-size: 14px;
  transition: var(--transition);
  color: var(--secondary-color);
}

.meta_right ul li a:hover {
  background: var(--default-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.featured_img {
  text-align: center;
  font-style: italic;
}
.featured_img img {
  border-radius: var(--border-radius);
  margin-bottom: 10px;
}

.details_main_sidebar .listing_news_wrap + .listing_news_wrap {
  margin-top: 20px;
}

.details_main_sidebar .listing_news_content h3 {
  font-size: 15px;
  line-height: 1.3;
}

.details_main_sidebar .listing_news_content {
  margin-left: 10px;
}

.details_info {
  margin-top: 25px;
}

.inside_ads .ads-col {
  margin-bottom: 20px;
}

.ads-col img {
  border-radius: var(--border-radius);
}

.inside_ads h3 {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.details_sidebar {
  position: sticky;
  top: 0;
}

.details_main_sidebar {
  position: sticky;
  top: 15px;
}

.related_news .insider_news_media {
  height: 200px;
}

.related_news .insider_news_media h3 {
  font-size: 20px;
  line-height: 1.4;
}

.related_news .insider_news {
  margin-bottom: 20px;
}

.related_news .category_news_wrap h3 {
  font-size: 15px;
}

.share {
  text-align: center;
}

.share b {
  display: block;
  font-size: 50px;
  line-height: 45px;
  color: var(--secondary-color);
}

.share {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 0.3px;
}

.st-btn {
  display: block !important;
  height: 40px !important;
  width: 40px;
  line-height: 40px !important;
  text-align: center !important;
  padding: 0 !important;
  margin: auto !important;
}

#st-1 .st-btn > img {
  height: 18px !important;
  width: 18px !important;
  object-fit: contain !important;
}

#st-1 .st-total {
  margin-right: 15px !important;
  /* margin-bottom: 10px !important; */
}

.details_left_sidebar .st-btn + .st-btn {
  margin-top: 10px !important;
}

.mobile_share {
  display: none;
}

.details_main p {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-style: normal !important;
  font-weight: 600;
}

.details_main p img {
  object-fit: cover;
  height: auto;
  margin: 30px;
}

.details_main h3 span strong img {
  margin: 30px;
}

.details_sidebar .listing_news_wrap + .listing_news_wrap {
  margin-top: 25px;
}

.caption-title {
  font-style: italic;
  text-align: center;
}

/* Details Page End  */

/* Category Page  */
.category_main .listing_news_media {
  flex: 4;
  height: 200px;
}

.category_main .listing_news_content {
  margin-left: 25px;
}

.category_main .listing_news_content h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.category_main .listing_news_content p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 15px;
}

.category_main .listing_news_wrap + .listing_news_wrap {
  margin-top: 25px;
}

.category_page .col-lg-8 {
  border-right: 1px dotted var(--border-color);
}

.category_sidebar .listing_news_wrap {
  flex-direction: row-reverse;
}

.category_sidebar .listing_news_content {
  display: flex;
  align-items: flex-start;
  flex: 6;
}

.category_sidebar .listing_news_content span {
  display: block;
  margin-right: 15px;
  color: rgba(34, 96, 191, 0.24);
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.category_sidebar .listing_news_wrap + .listing_news_wrap {
  margin-top: 16px;
  border-top: 1px dotted var(--border-color);
  padding-top: 16px;
}

.category_sidebar {
  position: sticky;
  top: 15px;
}

.pagination {
  margin-top: 30px;
  overflow: hidden;
  overflow-x: auto;
  justify-content: center;
}

.page-link {
  height: 32px;
  width: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  border-radius: 3px !important;
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary-color);
  transition: var(--transition);
}

.page-item + .page-item {
  margin-left: 7px;
}

.page-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.active > .page-link,
.page-link.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.category_main .thumbnail_news_wrap {
  margin-bottom: 25px;
}

.category_main .thumbnail_news_media {
  height: 200px;
  border-radius: 0;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.category_main .thumbnail_news_content {
  border: 1px solid #ebeaea;
  padding: 15px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  margin-top: 0;
  border-top: none;
  text-align: center;
}

.photo_feature_news .thumbnail_news_content {
  margin-top: 15px;
}

.photo_feature_news .thumbnail_news_media {
  height: 250px;
}

.photo_feature_news .thumbnail_news_wrap {
  margin-top: 30px;
}

.photo-feature-page .main_title {
  margin-bottom: 0;
}

/* Category Page End  */

/* Team Page  */
.team_media img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #dddddd;
}

.team_wrap {
  text-align: center;
  margin-top: 25px;
}

.team_content {
  margin-top: 18px;
}

.team_content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 3px;
}

.team_content span {
  display: block;
  font-size: 13px;
  color: #626262;
}

.team_content ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.team_content ul li a {
  display: block;
  color: var(--secondary-color);
  font-size: 18px;
  transition: var(--transition);
}

.team_content ul li + li a {
  margin-left: 8px;
}

.team_content ul li a:hover {
  color: var(--primary-color);
}

.team_listing .row {
  justify-content: center;
}

.team_listing h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  position: relative;
  background: var(--white-color);
  display: inline-block;
  margin-bottom: 0;
  padding: 0px 20px;
}

.team_title {
  position: relative;
  text-align: center;
}

.team_title::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #eee;
  border-radius: 30px;
  margin: auto;
  width: 30%;
}

.team_listing + .team_listing {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
}

/* Team Page End  */

/* Scroll Top */
.go-top {
  position: fixed;
  cursor: pointer;
  transition: var(--transition);
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1021;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.pulse {
  z-index: 4;
  text-align: center;
  font-size: 27px;
  height: 30px;
  width: 30px;
  line-height: 35px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 14px;
  position: relative;
  z-index: 0;
  border-radius: 100%;
  display: grid;
  place-items: center;
}

.pulse:after {
  animation: ripple-white3 0.8s linear infinite;
  background: rgb(215 0 27 / 20%);
  content: "";
  height: 40px;
  left: -5px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  line-height: 40px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
  border-radius: 100%;
}

.pulse i {
  font-size: 18px;
}

@keyframes ripple-white3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}

/* Scroll Top End */

/* General Page  */
.general_page h1 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 25px;
  padding-bottom: 5px;
}

/* General Page End  */

/* Skip Ads */
.only-mobile {
  display: none;
}

.skip-ads {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: white;
  padding: 20px 0;
}

.skip-ads-wrap {
  height: 100vh;
  position: relative;
  max-width: 850px;
  margin: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.skip-ads-head {
  text-align: left;
  margin-bottom: 10px;
}

.skip-ads-head img {
  height: 40px;
  width: auto;
}

.skip-ads-head img {
  width: auto;
}

.skip-ads-wrap img {
  border-radius: var(--border-radius);
}

.skip-ads-head .btn {
  background: var(--primary-color);
  border: none;
  border-radius: 100%;
  font-weight: 500;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 27px;
  padding: 0;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 36px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 56%);
  z-index: 2;
}

.skip-ads-col {
  position: relative;
}

.skip-ads-wrap span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  text-align: center;
}

.skip-ads-head .btn:focus {
  outline: none !important;
  box-shadow: none !important;
  background: var(--secondary-color) !important;
}

.skip-ads.active {
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.5s;
}

/* Skip Ads End */

/* Login Page  */
.login_page_wrap {
  display: flex;
  max-width: 950px;
  margin: auto;
}

.login_content {
  flex: 1;
  background: #e9eff9;
  padding: 40px;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.login_form {
  flex: 1;
  background: #f3f7fc;
  padding: 40px;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.login_content h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 25px;
}

.login_content ul li {
  font-size: 18px;
  color: var(--secondary-color);
  line-height: 1.5;
  list-style: circle;
}

.login_content ul li + li {
  margin-top: 20px;
}

.login_content ul {
  padding-left: 15px;
}

.login_form .form-control {
  height: 50px;
  border-color: #e2eaf7;
  border-radius: var(--border-radius);
  font-size: 15px;
}

.login_form .form-control::placeholder {
  color: #cecece;
}

.login_form .form-group {
  margin-bottom: 20px;
}

.remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remember a {
  color: var(--secondary-color);
  text-decoration: underline !important;
  transition: var(--transition);
}

.remember a:hover {
  color: var(--primary-color);
}

.login_form button {
  margin-top: 30px;
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.login_form button:hover {
  background: var(--default-color);
}

.login_social_media {
  margin-top: 50px;
}

.login_social_media ul {
  display: flex;
  justify-content: center;
}

.login_social_media ul li a {
  display: block;
  padding: 10px 18px;
  color: var(--white-color);
  border-radius: var(--border-radius);
  font-size: 16px;
}

.login_social_media ul li a i {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

.login_social_media ul li + li a {
  margin-left: 10px;
}

.login_social_media ul li.facebook a {
  background: #1877f2;
}

.login_social_media ul li.twitter a {
  background: #1da1f2;
}

.login_social_media ul li.instagram a {
  background: #c13584;
}

.register_page {
  max-width: 100%;
}

/* Login Page End  */

/* Rotate Ads  */
.rotate_ads {
  width: 170px;
  height: 170px;
  perspective: 1000px;
  margin: 0 35px 50px;
}

.rotate_ads_col {
  width: 170px;
  animation: animate 30s linear infinite;
  transform-style: preserve-3d;
}

.rotate_ads_list {
  position: absolute;
  border-bottom: 3px solid #fff;
}

.part-one {
  transform: translateZ(70px) translateY(9px);
}

.part-two {
  transform: rotateY(180deg) translateZ(100px) translateY(9px);
}

.part-three {
  transform: rotateY(-90deg) translateX(-100px) translateY(9px);
  transform-origin: left;
}

.part-four {
  transform: rotateY(90deg) translateX(100px) translateY(9px);
  transform-origin: right;
}

@keyframes animate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* Rotate Ads End  */

/* Dashboard  */
.dashboard_wrap {
  display: flex;
}

.dash_sidebar {
  width: 250px;
  background: #f3f7fc;
  border-radius: var(--border-radius);
  border: 1px solid #e0e8f3;
}

.dashboard_main {
  width: calc(100% - 250px);
  padding: 30px;
  margin-left: 25px;
  border: 1px solid #e0e8f3;
  border-radius: var(--border-radius);
}

.dash_sidebar h3 {
  padding: 10px 20px;
  border-bottom: 1px solid #e0e8f3;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  background: var(--primary-color);
  color: var(--white-color);
}

.dash_sidebar ul {
  padding: 12px 0;
}

.dash_sidebar ul li a {
  display: block;
  color: var(--secondary-color);
  padding: 7px 20px;
  transition: var(--transition);
}

.dash_sidebar ul li a:hover {
  color: var(--primary-color);
}

.dash_sidebar ul li.active a {
  color: var(--primary-color);
  border-left: 4px solid var(--primary-color);
}

.profile_col img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100%;
  border: 5px solid #f3f7fc;
}

.profile_wrap {
  text-align: center;
}

.profile_content {
  margin-top: 15px;
}

.profile_content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile_content ul li {
  color: #646464;
}

.profile_content ul li + li {
  margin-top: 2px;
}

.profile_bg {
  background-image: url(../img/bg.png);
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: var(--border-radius);
}

.profile_col {
  margin-top: -50px;
}

.profile_wrap h2 {
  text-align: left;
  font-size: 25px;
  margin-top: -4px;
  margin-bottom: 15px;
  font-weight: bold;
}

.profile_form .form-group {
  display: flex;
  align-items: center;
  max-width: 550px;
  margin-bottom: 15px;
}

.profile_form label {
  width: 180px;
  text-align: left;
  margin-right: 10px;
  font-weight: 500;
  line-height: 1.3;
}

.profile_form .form-control {
  height: 30px;
  border-radius: var(--border-radius);
  border: 1px solid #e7edf5;
  font-size: 13px;
}

.profile_form .form-control::placeholder {
  color: #e3e3e3;
}

.submit_btn {
  border: none;
  background: var(--primary-color);
  padding: 7px 13px;
  font-size: 15px;
  font-weight: 500;
  color: var(--white-color);
  border-radius: var(--border-radius);
  text-transform: uppercase;
  margin-left: 143px;
}

/* Dashboard End  */

/* Slick Theme cs  */
@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: var(--white-color);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 15px;

  position: absolute;
  top: 0;
  left: 0;

  width: 15px;
  height: 15px;

  content: "•";
  text-align: center;

  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  border-radius: 100%;
  padding: 0;
  border: 1px solid var(--secondary-color);
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slick Theme End  */

/*Slick Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--secondary-color);
  font-size: 16px;
  opacity: 1;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

#trending_news {
  padding-right: 70px;
}

.slick-prev,
.slick-next {
  position: absolute;
  line-height: 0;
  font-size: 0;
  border: none;
  background: var(--white-color);
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  z-index: 10;
  border-radius: 100%;
}

#fichar {
  margin: 0 -12px;
}

.scroll-items {
  padding: 0 12px;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
}

.video-iframe {
  margin-right: 20px;
}

.photo-feature-page .insider_news {
  margin-bottom: 30px;
}

.details-share-right1 .st-btn {
  display: inline-block !important;
  margin: 0 !important;
  margin-left: 5px !important;
}

/* Slick Slider End  */

/* Mega Menu  */
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--white-color);
  z-index: 10;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: none;
}

.mega-menu-parent:hover .mega-menu {
  display: block;
}

.mega-menu-parent i {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 2px;
}

.mega-menu-col {
  display: flex;
  align-items: flex-start;
}

.mega-menu-col .nav-tabs {
  width: 200px;
  display: block;
  border-right: 1px solid var(--border-color);
  margin-right: 20px;
}

.mega-menu-col .tab-content {
  width: calc(100% - 200px);
}

.mega-menu-col .nav-tabs .nav-link {
  color: var(--text-color);
  font-size: 18px;
  transition: var(--transition);
}

.mega-menu-col .nav-tabs li + li {
  margin-top: 15px;
}

.mega-menu-col .nav-tabs .nav-link:hover {
  color: var(--primary-color);
}

.mega-menu-col .nav-tabs .nav-link.active {
  border: none;
  color: var(--primary-color);
}

.mega-menu-wrap .thumbnail_news_media a {
  padding: 0;
}

.mega-menu-wrap .thumbnail_news_content h3 a {
  padding: 0;
  font-size: 18px;
}

.mega-menu-wrap .thumbnail_news_media {
  height: 150px;
}

.thumbnail_news_content h3 {
  font-size: 18px;
  line-height: 1.4;
}

.mega-menu-wrap .thumbnail_news_media img {
  transition: var(--transition);
}

.mega-menu-wrap .thumbnail_news_media:hover img {
  transform: scale(1.05);
}

.mega-menu-more-news a {
  padding: 0 !important;
  font-size: 17px !important;
}

.mega-menu-more-news {
  margin-top: 25px;
  text-align: right;
}

.mobile-menus-only {
  display: none;
}

.active {
  border-bottom: none;
}

/* Mega Menu End  */

/* Team Page  */
.team {
  margin-top: 50px;
  margin-bottom: 20px;
}

.team-table-wrap table th {
  background: var(--primary-color);
  border-bottom: none;
  color: var(--white-color);
  font-weight: 500;
}

.team-position {
  font-size: 18px;
  font-weight: 500;
  padding: 14px 15px 8px !important;
  background: #f5f5f5;
}

.team-infos {
  display: flex;
  align-items: center;
}

.team-infos img {
  height: 48px;
  width: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 2px solid #e7e7e7;
}

.team-infos h3 {
  margin-bottom: 0;
  margin-left: 14px;
  font-size: 16px;
}

.team-table-wrap thead th,
.team-table-wrap tbody td {
  vertical-align: middle;
  padding: 5px 15px;
}

.team-table-wrap thead th {
  padding: 10px 15px;
}

.team-socail-media ul {
  display: flex;
}

.team-socail-media ul li a {
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  border-radius: 100%;
  background: #ebebeb;
  font-size: 17px;
  color: var(--primary-color);
  transition: var(--transition);
}

.team-socail-media ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.team-socail-media ul li + li a {
  margin-left: 5px;
}

.team-socail-media ul li a i {
  line-height: 30px;
}

/* Team Page End  */

/* Dark mode  */
.dark-mode label {
  white-space: nowrap;
  font-size: 15px;
  color: #747474;
  cursor: pointer;
  line-height: normal;
}

.dark-mode {
  margin-left: 10px;
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  cursor: pointer;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border-color: var(--primary-color);
}

[data-theme="dark"] body {
  background: var(--dark-color);
}

[data-theme="dark"] .header {
  background: var(--dark-color);
  /* border-top-color: var(--dark-border); */
  /* border-bottom-color: var(--dark-border); */
}

[data-theme="dark"] .logo span {
  color: var(--white-color);
}

[data-theme="dark"] .toggle-btn span {
  background: var(--white-color);
}

[data-theme="dark"] .search-box i {
  color: var(--white-color);
}

[data-theme="dark"] .dark-mode label {
  color: var(--white-color);
}

[data-theme="dark"] .h_right {
  border-left-color: var(--dark-border);
}

[data-theme="dark"] .h_right hr {
  border-top-color: var(--dark-border);
}
[data-theme="dark"] .header_bottom ul li ul {
  background-color: var(--dark-border);
}
[data-theme="dark"] .header_bottom ul li a {
  color: var(--white-color);
}

[data-theme="dark"] .sticky .h_right .header_bottom ul li a {
  color: var(--white-color) !important;
}

[data-theme="dark"] .header_utilities img {
  background: var(--white-color);
}

[data-theme="dark"] .login_btn img {
  background: var(--white-color);
  padding: 2px;
  border-radius: 100%;
}

[data-theme="dark"] .banner_news_content h2 a {
  color: var(--white-color);
}

[data-theme="dark"] .meta_left ul li a {
  color: var(--white-color);
}

[data-theme="dark"] .meta_left ul li {
  color: var(--white-color);
}

[data-theme="dark"] .banner_news_content p {
  color: var(--white-color);
}

[data-theme="dark"] .full-banner {
  border-bottom-color: var(--dark-border);
}

[data-theme="dark"] .full-banner::before {
  border-bottom-color: var(--dark-border);
}

[data-theme="dark"] .trending_news_wrap h3 {
  color: var(--white-color);
}

[data-theme="dark"] .trending_news_wrap h3 img {
  background: var(--white-color);
  padding: 2px;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
  color: var(--white-color);
}

[data-theme="dark"] .main_title a {
  color: var(--white-color);
}

[data-theme="dark"] .listing_news_content h3 a {
  color: var(--white-color);
}

[data-theme="dark"] .category_news_wrap h3 a {
  color: var(--white-color);
}

[data-theme="dark"] a {
  color: var(--white-color) !important;
}

[data-theme="dark"] .trending_news_wrap .item a {
  color: var(--secondary-color) !important;
}

[data-theme="dark"] p {
  color: var(--white-color) !important;
}

[data-theme="dark"] .common_tabs_list .nav-tabs .nav-link {
  color: var(--white-color);
}

[data-theme="dark"] * {
  color: var(--white-color) !important;
}

[data-theme="dark"] .card {
  background-color: var(--dark-color);
}

[data-theme="dark"] .footer {
  background: #222528;
}

[data-theme="dark"] .adv-bg {
  background: #2e3134;
}

[data-theme="dark"] .footer_contact::after {
  background: #2e3134;
}

[data-theme="dark"] .popup_news {
  background: #2e3134;
}

[data-theme="dark"] .popup_news_col .listing_news_wrap + .listing_news_wrap {
  border-top-color: var(--dark-border);
}

[data-theme="dark"] .details_main h1 {
  background: var(--dark-color);
}

[data-theme="dark"] .fb-comments {
  background: #d3d3d3;
  padding: 15px;
}

[data-theme="dark"] .page-link {
  background: #2e3134;
}

[data-theme="dark"] .page-item.disabled .page-link {
  background: #2e3134;
}

[data-theme="dark"] .main_search {
  background: #606060;
}

[data-theme="dark"] .main_search .form-control::placeholder {
  color: var(--white-color) !important;
}

[data-theme="dark"] .reporter-article {
  background: #2e3134;
  border-color: var(--dark-border);
}

[data-theme="dark"] .news-text {
  background: #2e3134;
}

[data-theme="dark"] .header_utilities ul li a {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

[data-theme="dark"] #myMarquee {
  background-color: var(--site-color-primary);
  color: #fff;
}

[data-theme="dark"] .fa-play {
  color: #000 !important;
}

[data-theme="dark"] #playPauseIcon {
  color: #000 !important;
}
[data-theme="dark"] .fa-pause:before {
  color: #000 !important;
}

/* Dark Mode End  */

#nepse,
.highcharts-data-table table {
  width: 100%;
}

/* .charts-table-wrapper {
  display: flex;
  gap: 30px;
} */

.charts-table {
  padding: 40px 0 0 0;
}

.box-card {
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.03);
}

#nepse {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.nepse-trends {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 20px;
}

.nepse-trends .trends-card {
  border: 1px solid rgb(189, 189, 189);
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.nepse-trends .trends-card h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #565656;
  font-weight: 600;
  margin-bottom: 0;
}

.nepse-trends .trends-card p {
  font-size: 20px;
  color: black;
  margin-bottom: 0;
  font-weight: 600;
}

.nepse-trends .trends-card.trend-up p {
  color: green;
}

.nepse-trends .trends-card.trend-down p {
  color: red;
}

.nepse-modal .modal-dialog {
  max-width: 630px;
}

.nepse-modal .modal-header {
  padding: 17px 17px 15px;
  background-color: green;
}

.nepse-modal .modal-header .modal-title {
  color: #ffffff;
}

.nepse-modal .modal-content {
  border: 0;
}

.nepse-modal .btn-close {
  filter: invert();
  opacity: 1;
}

.nepse-modal .modal-body {
  padding: 17px;
}

.charts-table-wrapper .table {
  border: none;
}

.charts-table-wrapper .table > :not(caption) > * > * {
  border: none;
}

.nepse-modal .table thead th {
  border-bottom: 0;
}

.charts-table-wrapper input {
  width: 40%;
  margin-bottom: 20px;
}

.charts-table-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 1;
  filter: invert(0);
}

.nepse-wrap marquee {
  background-color: #d3d3d3;
}

.nepse-wrap marquee .ns_news_listing {
  display: flex;
  gap: 38px;
  padding-top: 9px;
}

.nepse-wrap marquee .ns_news_listing li h4 {
  color: black;
  font-size: 14px;
}

@media only screen and (max-width: 425px) {
  .wrapper {
    padding: 0px;
    height: auto;
  }
  .logo-wrap a img {
    width: 115px;
  }
  .header-ad {
    display: none;
  }

  .flag img {
    width: 30px;
  }
  .dates {
    font-size: 10px;
  }
  .h_wrap {
    display: flex;
  }
  .nep-logo {
    flex-direction: column;
  }
  .clock {
    margin: 0px;
  }
  .header {
    display: none;
  }
  .nep-logo {
    align-items: flex-start !important;
    margin-left: 10px;
  }
}

/* HEADER-2 */

.menu-two {
  margin-top: 30px;
}

.menu-two .top-header {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  background-color: #e6e7e8;
}

.menu-two .top-header .wrapper-one {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-two .top-header .wrapper-one p {
  margin: 0;
}

.menu-two .top-header .wrapper-one ul {
  display: flex;
  gap: 5px;
  padding-left: 30px;
}
.menu-two .top-header .wrapper-two {
  display: flex;
  align-items: center;
}

.menu-two .top-header .wrapper-two .socials {
  display: flex;
  gap: 1px;
}

.menu-two .top-header .wrapper-two .socials i {
  font-size: 18px;
  height: 100%;
  background-color: var(--site-color-secondary);
  padding: 8px 14px;
  color: #fff;
}

.menu-two .middle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.menu-two .middle-header .logo {
  height: 165px;
  width: 300px;
}

.menu-two .middle-header .ad {
  width: 800px;
  height: 120px;
}

.menu-two .middle-header .ad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-two .middle-header .logo a {
  width: 100%;
  height: 100%;
}
.menu-two .middle-header .logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.menu-two .bottom-header {
  padding: 0 30px;
  background-color: #124f9f;
}

.menu-two .bottom-header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-two .bottom-header .menu ul {
  display: flex;
  gap: 1px;
}

.menu-two .bottom-header .menu ul li {
  padding: 10px 20px;
  padding-top: 13px;
  border-right: 1px solid #e6e7e8;
  color: #fff;
  vertical-align: middle;
}

.menu-two .bottom-header .menu ul li .fa-angle-down {
  font-size: 14px;
}

.menu-two .bottom-header .menu ul li i {
  font-size: 22px;
  color: #fff;
}

.menu-three {
  color: #fff;
}

.menu-three .header-wrapper .overlay {
  opacity: 0.8 !important;
}

.menu-three .header_bottom .nav-wrapper ul a i,
.menu-three .header_bottom .nav-wrapper ul li a {
  color: #000;
}

.d-flex .search .fa-search {
  opacity: 0.4;
}

hr {
  background-color: #000;
  margin: 30px 0;
}

.off-close.fas.fa-times {
  cursor: pointer;
  background: var(--border-color);
  position: absolute;
  right: 30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.fa-times:before {
  content: "\f00d";
}

.thumbnail_news_media {
  flex: 1;
  height: 100px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.thumbnail_news_media a {
  height: 100%;
  width: 100%;
}
.thumbnail_news_media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.thumbnail_news_content {
  flex: 3;
  margin-left: 15px;
}
.thumbnail_news_content h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.breaking_thumb .thumbnail_news_col .thumbnail_news_wrap {
  display: flex;
}
.footer-links-list li {
  display: block;
  color: #626262;
  font-size: 15px;
  margin-bottom: 12px;
  transition: var(--transition);
  font-weight: 600;
}
.thumbnail_news_sidebar {
  margin-bottom: 25px;
}
.thumbnail_news_sidebar .thumbnail_news_media {
  height: 130px;
}

.youtube_close_btn {
  background-color: var(--primary-color);
  height: 30px;
  width: 30px;
  cursor: pointer;
  color: var(--white-color);
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 100%;
  line-height: 32px;
}

span.dates p {
  margin: 0;
  font-size: 15px;
}

.bottomSocialLink {
  width: 50%;
}

.bottomSocialLink #st-3 {
  display: flex !important;
}

#st-3 .st-btn[data-network="facebook"] img,
#st-2 .st-btn[data-network="facebook"] img {
  width: 10px;
}

.published_date {
  font-size: 18px;
  font-weight: 600;
}

.grid-temp-col-8 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(8, 1fr);
}
.grid-temp-col-8 li a {
  color: var(--dark-color);
}
.grid-temp-col-8 li a:hover {
  color: var(--primary-color);
}

.e-service-listing-container .wrapper {
  margin: 0 auto;
}

.wrapper {
  /* max-width: 1156px; */
  margin: 0 auto;
}

.e-service-listing-container .side-by-side {
  flex-wrap: wrap;
}

.side-by-side {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 25px;
}

.e-service-listing-container .link-box-with-left-border {
  display: flex !important;
  align-items: center;
  transition: transform 0.3s ease-out;
  margin-bottom: 30px;
}

.link-box-with-left-border {
  background: #ffffff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
  padding: 18px 25px;
  border-left: 4px solid #2c69b8;
}

.link-box-with-left-border .logo {
  height: 75px;
  max-width: 150px;
  margin-right: -35px;
  padding-right: 60px;
  object-fit: contain;
}

.ok-cat-cards-wrap {
  display: flex;
  grid-gap: 15px;
}

.grid-item-8 {
  grid-template-columns: repeat(8, 1fr) !important;
}

.grid-item {
  display: grid !important;
}

.ok-cat-cards-wrap .ok-cat-card-item {
  display: block;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(180deg, #fff9f9 0%, #f2f9ff 100%);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: solid 1px transparent;
}

.ok-cat-cards-wrap .ok-cat-card-item .ok-cat-card-icon-wrap {
  height: 74px;
  width: 74px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: inline-block;
}

.ok-cat-cards-wrap .ok-cat-card-item > *:not(:last-child) {
  margin-bottom: 15px;
}

.ok-cat-cards-wrap .ok-cat-card-item .ok-cat-card-icon-wrap > img,
.ok-cat-cards-wrap .ok-cat-card-item .ok-cat-card-icon-wrap > svg {
  vertical-align: middle;
  height: 40px;
  width: 40px;
}

/* before after image css feature  */
/* 
#page {
  width: 100%;
  height: 100%;
  position: absolute;
}
#page .wrapper {
  width: 900px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#page .before,
#page .after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

#page .content-image {
  height: 100%;
}

#page .after {
  width: 125px;
}

#page .scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}

#page .scroller:hover {
  opacity: 1;
}

#page .scrolling {
  pointer-events: none;
  opacity: 1;
}

#page .scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}

#page .scroller:before,
#page .scroller:after {
  content: " ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}
#page .scroller:before {
  top: 100%;
}
#page .scroller:after {
  bottom: 100%;
}

#page .scroller {
  border: 5px solid #fff;
}
#page .scroller:before,
#page .scroller:after {
  background: #fff;
} */

/* end here before after image feature */

.slick-slide {
  height: auto !important;
  padding: 0 30px !important;
}

.photofeatureLink {
  width: initial !important;
}
.photofeature-flex {
  display: flex !important;
}
.photofeature-flex .sharethis-inline-share-buttons {
  display: flex !important;
  gap: 10px;
}

.st-sticky-share-buttons.st-left.st-toggleable.st-has-labels.st-show-total {
  display: none !important;
}
.photofeatureLink #st-2 {
  z-index: 1 !important;
}

.details_info table {
  width: 100% !important;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  padding: 16px 12px 20px;
  border-radius: var(--border-radius);
  font-size: 24px;
  font-weight: 500;
  line-height: 0;
}

.language-dropdown ul.language-dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 30%;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 215px;
  z-index: 10;
  list-style: none;
  padding-block: 10px;
  border-radius: 6px;
}

.language-dropdown ul.language-dropdown-menu li {
  width: 100%;
  padding: 10px;
}
.language-dropdown ul.language-dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.language-dropdown ul.language-dropdown-menu li:last-child {
  margin-bottom: 0;
}

.language-dropdown ul.language-dropdown-menu li a {
  background-color: transparent !important;
  color: var(--dark-color);
  border: none;
  margin: 0 !important;
  white-space: nowrap;
  text-align: start;
  height: initial;
  width: initial;
  font-size: 20px;
}

.language-dropdown ul.language-dropdown-menu li.selected {
  background-color: rgba(253, 200, 69, 0.5) !important;
}

/* .language-dropdown:hover .language-dropdown-btn {
  border-radius: 0;
} */
.language-dropdown:hover .language-dropdown-menu {
  display: flex;
  flex-direction: column;
}

.language-dropdown-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease;
}


.footer-last {
  background: var(--site-color-primary);
}

.designed_by {
  background-color:#008772;
}

.designed_by div {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 4px;
  padding-block: 2px;
  color: var(--white-color);
}

.designed_by div a {
  font-size: 22px;
  color: var(--white-color);
}

.designed_by div a:hover {
  color: var(--primary-color);
}


.padadhikari-img {
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}

.padadhikari-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.padadhikari-detail h2 {
  margin: 0;
  font-size: 20px;
  color: var(--primary-color);
  margin-top: 4px;
}
.padadhikari-detail h4 {
  margin: 0;
  font-size: 17px;
  margin-bottom: 4px;
}

.cgap-6  {
  column-gap: 6px;;
}
.contact-details a {
  color: #4d5258;
  font-weight: 600;
  font-size: 17px;
}
.contact-details .cgap-6 a {
  line-height: 21px;
  font-weight: 500;
}

.footer-slogan  {
  color: var(--white-color);
  font-size: 18px;
}