:root{
    --main-color:#000;
    --main-red:#ad0000;
    --main-light: #f0f0f0;
}

body{
    /* font-family: "europa", Arial, Helvetica, sans-serif; */
    font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-content{
    flex: 1 0 auto;
}

.main-footer{
    flex-shrink: 0;
}

.ft-12p{
   font-size: 12px;
}


.bg-black{
    background-color: var(--main-color);
}

.btn-red{
    background-color: var(--main-red);
    color: white;
}

.color-black{
    color: var(--main-color);
}

.color-red{
    color: var(--main-red);
}

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

.explore-menu-icon{
    cursor: pointer;
}

.explore-menu-text{
    visibility: hidden;
    transition: all .2s ease;
}

.explore-menu-icon:hover .explore-menu-text{
    visibility: visible;
}

.banner-holder{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-holder-content{
    height: 400px;
    position: relative;
    overflow: hidden;
}

.ob-fit{
    object-fit: cover;
    object-position: center center;
}

.img-size{
    height: 100%;
    width: 100%;
}

.banner-title{
   font-size: 3rem;
}

.pad-100{
    padding: 100px 0;
}

.pad-t-50{
   padding-top:50px
 }

.pad-50{
    padding: 50px 0;
}

.bord-rad-0{
    border-radius: 0;
}

.bord-0{
    border: none;
}

.all-space-lr{
    padding: 0 3.75rem;
}

.letter-space{
    letter-spacing: 0.2rem;
}

.big-sect-card .card-img{
    transition: all 0.5s ease-in-out;
}

.big-sect-card:hover .card-img{
    transform: scale(1.1);
}

.card-height .card-img{
    transition: all 0.5s ease-in-out;
}

.card-height:hover .card-img{
    transform: scale(1.1);
}

.sidebar-img-holder{
    position: relative;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.thumb-img-holder{
    position: relative;
    overflow: hidden;
    height: 200px;
}

.thumb-ft{
    font-size: 1.8rem;
}

.card-height{
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.card-height:hover{
  background-color: #fcfcfc;
}

.view-content-body{
    display: flex;
    flex-direction: column;
}

.view-content-body .view-content-title{
    flex-grow: 1;
}


.sidebar-list{
    border-bottom: 1px solid var(--main-color);
}

.sidebar a, .view-card-list a{
    text-decoration: none;
    color: #333;
}

.horz-bar{
    border-bottom: 1px solid #333;
}

.horz-bar-wht{
    border-bottom: 1px solid #fff;
}

.location {
    background-color: #151515 !important;
}

.location .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    background-color: #151515;
    background-clip: padding-box;
    border: transparent;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.col-count-3{
 column-count: 3;
}

.col-count-2{
 column-count: 2;
}

.main-footer li a{
    color: #fff;
    padding-bottom: 10px;
}

.main-footer li{
    padding-bottom: 5px;
}

.main-footer h5{
    padding-bottom: 15px;
}

.sidebar-sticky{
   position: sticky;
   position: -webkit-sticky;
   top:5px
}

.footer-list ul li{
    text-decoration: none;
    list-style: none;
    font-size: 0.8rem;
    color: rgb(184, 184, 184);
    padding-bottom: 5px;
}

.sidebar-list:last-child {
    border-bottom: none;
}

.list-space li{
   padding: 0 15px
}

.list-space li:first-child{
   padding-left: 0;
}

.list-space li:last-child{
   padding-right: 0;
}

.footer-last a{
   color: skyblue;
}

.module-card {
  width: 300px;
  overflow: hidden;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.view-card-sect a{
   color: #333;
}

.view-card-sect .card{
   border: none;
   border-right: 2px solid #ccc;
   border-radius: 0;
}

.view-card-sect a:hover{
   text-decoration: none;
   color: #000;
}

.view-card-sect .card{
   height: 100%;
}

.view-card-sect .card h6{
   line-height: 25px;
}
.flex-row-nowrap{
    flex-wrap: nowrap;
    overflow-x: auto;
}

.top-info-sect a{
  color: #000;
}

.top-info-sect a:hover{
  text-decoration: none;
}

.top-info-col{
  border-right: 1px solid #333;
}

.top-info-col:last-child{
  border-right: none;
}

.info-sect{
   display: flex;
   flex-direction: column;
   height: 100%;
}

.info-sect p{
  flex-grow: 1;
}

/***Read More***/

.readmore {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  width:100%;
  padding: 10px 0;
  margin-bottom: 20px;
  transition:max-height 1s ease-out;
}

.readmore.expand{
  max-height: fit-content !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link{
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width:100%;
  height: 60px;
  text-align: center;
  color: black;
  font-weight:bold;
  font-size:16px;
  padding-top:40px;
  padding-bottom:40px;
  background-image: linear-gradient(to bottom, transparent, white);
  cursor: pointer;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top:10px;
  height:20px;
}

.readmore-link:after {
  content:"Read more";
  height: auto;
  border: 1px solid #333;
  padding: 15px 10px;
  background-color: #fff;
}
.readmore-link.expand:after{
  content:"Read less";
  height: auto;
  border: 1px solid #333;
  padding: 15px 10px;
}

.big-sect a{
   color: #000;
   text-decoration: none;
}

.big-sect a:hover{
   color: #000;
}

.logo-name a{
   color: #fff;
   text-decoration: none;
}

.search-p .page-link{
   border: 0;
   color: #333;
}

.img-logo{
   width: 250px;
}

.toggle-form-search{
   display: none;
}

#toggle-search{
  cursor: pointer;
}

.apply-white-space {
   white-space: nowrap;
}

.hidden-sect {
    display: none;
}

.category-column-count {
    column-count: 2;
}


/***End of Read More***/


/* ::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
} */


@media (min-width: 992px){
    .pro-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    /* #st-2{
        display: none !important;
    } */
    .ft-3{
       font-size: 3rem;
    }
    .cat-p{
      font-size: 1.2rem;
    }
    .action-btn {
      order: 1;
    }
}

@media screen and (max-width:768px){
    .col-count-3 {
        column-count: 2;
    }
    .col-count-2{
        column-count: 1;
    }
    .banner-title {
        font-size: 2rem;
    }

    .justify-sm{
        justify-content: space-between;
    }
    .logo-name{
       font-size: 1.5rem;
    }
   .nav-logo {
      margin-right: auto;
    }
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 94035; /* Stay on top */
  top: 0px; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


@media screen and (max-width: 768px){
    .all-space-lr{
        padding: 0;
    }
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 94036; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.95); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


.overlay-content{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 0px;
    right: 0px;
  }
}

.form-search-1 .form-group{
   margin-bottom: 0;
}

.main-nav-bar .container-fluid{
   position: relative;
}

.form-search-1{
   position: absolute;
   right:35px;
   background-color:var(--main-color);
}



.blog-login{
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100vh;
   align-items: center;
}

.apply-ellipsis{
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   width: 300px;
}
