/*
Theme Name: Gurung Foundation
Theme URI: http://www.gurunfoundatin.com
Author: Appharu
Author URI: http://appharu.com
Description: Description
Version: 79.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appharu
*/
* {
  font-family: 'Mukta', sans-serif;
}

a {
  color: #040707;
  text-decoration: none !important;
  font-family: 'Mukta', sans-serif;
  transition: all .3s ease 0s;

}

img {
  max-width: 100%;
}

a:hover {
  color: #E85442 !important;
  transition: all .3s ease 0s;
}

.post-entry p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #111;
  text-align: justify;
}

.html-body {
  margin-top: 0px !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mukta', sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Mukta', sans-serif;
}

p {
  font-size: 1.2em;
  line-height: 1.5;
}

.border-custom {
  border-bottom: 1px solid #0000001a;
}

/* universal-part */
.uk-heading-line>::after,
.uk-heading-line>::before {
  border-bottom: calc(0.2px + 0.2em) solid #ed1c24;
}
.bansu-video-section{
  background: #ddd;
  padding: 0px 30px;
}
.cat-title h2 span a {
  font-size: 45px;
  color: #f1b80e !important;
  font-weight: 600;
  padding: 0px 24px;
  display: flex;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}
.model-btn {
    background: #ff3640;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}
.container {
  max-width: 1639px !important;
}

body {
  font-family: "Mukta", sans-serif;
}

.fw-bold {
  font-weight: 600 !important;
}

a {
  color: #09255f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #004a7b;
}
.skip-ads .widget img {
    width: 100%;
    object-fit: cover;
    margin: 0px !important;
    border-radius: 0 !important;
    opacity: 1;
}

.skip-ads .widget img:hover {
    opacity: 1;
}

.skip-ads .widget:before {
    position: absolute;
}

.np-model-title {
    position: absolute !important;
    right: 0;
    background: #ec1b30;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid;
    top: 0;
    cursor: pointer;
}
.modal-footer {
  justify-content: space-between !important;
}
.uk-navbar-nav>li>a{
  min-height: 40px !important;
}
.uk-offcanvas-bar{
  background: #2647af;
}
.side-nav .nav-link{
  color: #fff !important;
}
.modal-footer form {
  width: 100%;
}
.ah-close {
  width: 45px;
  height: 45px;
  border: none;
  font-size: 0;
  font-weight: 500;
  background: #f5c518;
  position: relative!important;
  border-radius: 50%;
  cursor: pointer!important;
  transition: all ease-in-out .7s;
}
.ah-close:hover {
  background: #f51818;
  color: #fff;
  transition: all ease-in-out .7s;
  transform: rotate(180deg);
}
.single-heading {
  margin: 0 0 15px;
  font-family: mukta, sans-serif;
  font-size: 65px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all .3s ease;
}
.about-section{
  background: #ddd;
  padding: 50px 0px;
}
.nav-item a,
.search-icon i {
  text-decoration: none;
  color: #09255f !important;
  font-weight: 600;
  font-size: 18px;
}

.search-icon:hover {
  cursor: pointer;
}

.cat-title>div {
  border-bottom: 2px solid rgba(101, 29, 50, 1) !important;
  ;
  width: 100%;
  margin-bottom: 10px;
}

.view-class {
  margin-bottom: 6px;
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #4e4848;
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #796b6b;
}

/* nav-bar */

.nav-border {
  border-bottom: 1px solid #4948489f !important;
}

/* tending */

.trending {
  width: 195px;
  background-color: #004a7b;
}

.trending::after {
  position: absolute;
  background-color: #004a7b;
  content: "";
  padding: 10px;
  top: 19%;
  right: -5px;
  transform: rotate(45deg);
  z-index: -1;
}

/* headlines */

.divider-col {
  border-right: 1px solid #0000001a;
}

.overlay {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(45deg, #000000, #00000021);
  /* padding: 19px; */
  width: 100%;
  height: 100%;
}

.headlines-inside-img {
  left: 2% !important;
  bottom: 4% !important;
}

.headlines-color {
  background-color: #eff3fa !important;
}

.sub-headliness-last-child :last-child,
.opinion-last .divider-col:last-child {
  border: 0;
}


.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.the-carsoul img {
  width: 100%;
  height: 40rem;
}

.carousel-indicators {
  bottom: -50px !important;
  /* margin-right: 10px !important; */
}

.carousel-indicators button {
  padding: 6px !important;
  height: 0px !important;
  border-radius: 50% !important;
  width: 0px !important;
  margin-left: 10px !important;
}

.carousel-caption {
  right: 0% !important;
  left: 0% !important;
  bottom: 0 !important;
}

.carousel-caption {
  background-color: #47474688;
}

/* banner */

.box-shadow-banner {
  box-shadow: 0 0 6px 0 #e9eef3;
}

/* .opinion-last .divider-col:last-child {
    border: 0;
} */

/* opinion */

.opinion-img img {
  object-fit: cover;
  border-radius: 9px;
}

.the-clock p {
  font-size: 13px;
  color: #5c5c5c94;
}

/* culture */

.culture-pic img {
  height: 100%;
}

.culture-anchore::hover .the-clock p {
  text-decoration: none;
}

.culture-sub img {
  height: 12rem;
}

.background-culture {
  background-color: #212529bb;
}

/* lifestyle */

.lifestyle-sub img {
  height: 13rem;
}

.lifestyle>.divider-col:last-child {
  border: 0 !important;
}

/* most viewed */

.most_pic img {
  height: 5rem;
}

.most-v-last>div:last-child {
  border: 0;
}

/* footer */

.footer-bg {
  background-color: #ffc107;
}

.footer-bg .uk-navbar-container {
  background: #ffc107;
}

.footer-border {
  border-bottom: 3px solid #c00c00;
  /* width: 100%; */
}

/* .icons-border {   
    border: 1px solid white;
    border-radius: 50%;
    padding: 3px;
} */

.icons-border i {
  font-size: 23px;
}

.footer-last {
  background-color: #0d0d0d;
}

.footer-last,
.footer-last>div>a {
  color: #ccc;
}

/* related news */

.related-img img {
  height: 10rem;
}
.navbar-mobile{
  display: none ;
}
@media (max-width: 575px) {
  .single-heading{
    font-size: 40px;
    letter-spacing: -.4px;
    line-height: 1.2;
  }
  .mobile-slider-item{
    min-height: 430.286px !important;
  }
}