@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');

/* You can add global styles to this file, and also import other style files */
img {
  max-width: 100%;
  height: auto;
}

.full-height {
  min-height: 80vh;
}

/* LOADER */
.hidden {
  visibility: hidden;
}
.loader-overlay {
  position: fixed;
  width: 100%;
  z-index: 500000;
  top: 0;
}
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.loader:before {
  display: block;
  position: absolute;
  content: '';
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #02003e;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

/* GENERAL */
.primary-bg {
  background: #09709b;
}

.text-grey {
  color: #d2d2d2;
}

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.uppercase {
  text-transform: uppercase !important;
}

.border-none {
  border: none !important;
  outline: 0;
}

html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.full-height {
  min-height: 80vh;
}

a {
  color: unset;
  text-decoration: none !important;
  cursor: pointer !important;
}

.section-2 {
  background-color: #d83331;
}

.sm-font {
  font-size: 0.8rem;
}

.z-index-50 {
  z-index: 50;
}

.right-0 {
  right: 0;
}

.normal-img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  cursor: pointer;
}
.error-img {
  width: 100%;
  height: auto;
  cursor: pointer;
  filter: grayscale(100%);
}

.mobile-bg {
  background-color: #2597b1;
}

.heading {
  color: #fff;
  background-color: #09709b;
  border-radius: 0 15px;
  font-size: 1.5rem;
}

.heading-2 {
  font-size: 1.5rem;
  color: white;
}

.side-heading {
  font-size: 1.5rem;
  color: #09709b;
  border-bottom: 5px solid #09709b;
}

.dark-grey-text {
  color: #000000cb;
}

/* .article-heading {
} */

/* CONTACT FORM */
.is-invalid,
.box-is-invalid > label > div.mat-checkbox-inner-container {
  border: 1px solid rgba(232, 0, 0, 0.72) !important;
}
.contact-input,
.contact-textarea {
  padding: 8px;
}
.contact-input {
  background: #f2f2f2;
  border: none;
}

/* .btn-contact, .btn-search, .btn-subscribe {
  background: #cf4578 !important;
  color: #fff !important;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  font-weight: 700;
  box-shadow: -2px 2px 5px 0px #00000059;
} */

/* SEARCH */

.form-inline {
  background-color: white;
  border-radius: 50px;
}

.btn-search {
  border-radius: 0 !important;
  padding-left: 1.5rem !important;
}

.time-date {
  color: #2597b1 !important;
}

.form-control {
  border: none;
}

/* NAVIGATION BAR */
/*nav a {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}

.navbar .nav-item a.nav-link {
  font-weight: bold;
}

.navbar .nav-item.active a.nav-link:after {
  transition: none !important;
  width: 100% !important;
  left: 0 !important;
}

.navbar .nav-item a.nav-link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.navbar .nav-item a.nav-link:after
{    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar .nav-item a.nav-link:hover:after { 
  width: 100%; 
  left: 0; 
}*/

.nav-item {
  position: relative;
  z-index: 5;
  padding: 0.5rem 0;
}

.header-date {
  cursor: default !important;
}

/* NEWS LISTING */

/* FEATURED */

/* SIDE LISTING */
.headline {
  color: #111;
}

.headline:hover {
  color: #09709b !important;
  transition: 0.3s;
}

.white-space-break {
  white-space: break-spaces !important;
}

.nav-section {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* SIGN UP */

/* ARTICLE */
.font-weight-bold {
  font-weight: bold;
}

.grey.lighten-5 {
  background-color: #fafafa;
}

.category-title {
  text-transform: capitalize;
}

/* RESPONSIVE */
@media (max-width: 995px) {
  body {
    font-size: 15px !important;
  }
  .navbar-toggler {
    box-shadow: none;
    background-color: transparent !important;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 535px) {
  body {
    font-size: 14px !important;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 13px !important;
  }
}

@media (max-width: 370px) {
  .heading {
    border-bottom: none;
  }
}

@media (max-width: 1229px) {
  .search-bar {
    display: none !important;
  }
}
