* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.search-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
body{
	overflow-x: hidden;
}
.search-box h3 {
  font-family: georama, sans-serif;
  font-size: 1.375rem;
  color: #000;
  line-height: 1.68;
  font-weight: 500;
  margin: 0 0 1.5rem;
}
.search-box .form-control {
  border: 0;
  border-radius: 0;
  background: 0 0;
  border-bottom: 1px solid #000;
  padding-left: 0;
  font-family: georama, sans-serif;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.68;
  font-weight: 500;
  padding-right: 35px;
}
section.search-top {
  margin: 4rem 0;
}
.search-box .form-control:focus {
  outline: none;
  box-shadow: none;
}
.n-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s ease-in-out;
}
.n-card-bg:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: 0;
  left: 0;
}
.n-card-link {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: #fff;
  padding: 5px;
  width: 95%;
}
.n-card-link h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.n-card-link a {
  color: #fff;
  text-decoration: none;
}
.date {
  margin-top: 40px;
}

.date em {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  padding-right: 16px;
  font-weight: 500;
}
.date em:last-child {
  padding-right: 0;
}
.icon-img {
  position: absolute;
  bottom: 2%;
  right: 10%;
}
.n-card-bg {
  width: 100%;
  height: 60vh;
}
time.time-font{
	font-size: 0.75rem !important;
}

@media (max-width: 991px) {
  .n-card-bg {
    width: 100%;
    height: 50vh;
  }
  /* .search-box {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
  } */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
