@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: #d32f2f;
  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 */

.text-grey {
  color: #d2d2d2;
}

.uppercase {
  text-transform: uppercase;
}

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

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

a:hover {
  color: #ee8311 !important;
}
.primary-bg {
  background: #eaeded;
}

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

.section-heading {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  margin: 30px 0;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.28em;
  color: white;
  text-align: center;
}
.section-heading:before {
  background-color: #43a047;
  background-image: linear-gradient(
    to right,
    #43a047 0%,
    #43a047 10%,
    #29a9e0 10%,
    #29a9e0 23%,
    #0a0a0a 23%,
    #0a0a0a 77%,
    #d32f2f 77%,
    #d32f2f 90%,
    #fdd835 90%,
    #fdd835 90%
  );
  background-image: -webkit-linear-gradient(
    right,
    #43a047 0%,
    #43a047 10%,
    #29a9e0 10%,
    #29a9e0 23%,
    #0a0a0a 23%,
    #0a0a0a 77%,
    #d32f2f 77%,
    #d32f2f 90%,
    #fdd835 90%,
    #fdd835 90%
  );
  transform: skewX(45deg);
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.section-heading .text {
  display: inline-block;
}
.side-heading {
  margin-bottom: 8px;
}

/* .article-heading {
} */

.carousel-indicators li {
  border-top: none !important;
  border-bottom: none !important;
}

/* 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: #29a9e0 !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;
}

hr {
  border-top: 1px solid black !important;
}
/* SEARCH */
.navbar-logo {
  height: 50px !important;
}
/* NAVIGATION BAR */
.header-date {
  cursor: default !important;
}

.header-date,
nav a {
  text-decoration: none;
  cursor: pointer;
}

.navbar .nav-item a {
  font-weight: 700;
  color: black !important;
  font-size: 1rem;
}

.navbar .nav-item a.nav-link:hover,
.nav-item.active a {
  font-weight: bold;
  color: #132d54 !important;
}

.navbar .dropdown-menu {
  background: white;
}

a.dropdown-item:hover {
  background: unset !important;
  color: #132d54 !important;
}
/* FOOTER */

.footer-logo {
  padding: 10px;
}

.footer-bg {
  color: black !important;
  background-color: #eaeded;
}
.footer-section-2 {
  background: #29b8d4;
}
.copyright {
  background: #212f3c;
}

/* NEWS LISTING */

/* FEATURED */

/* SIDE LISTING */
.list-breaker-bg {
  background: #132d54;
}
/* SIGN UP */
.subscribe-box {
  padding: 1rem;
  padding-top: 0px;
  background: transparent;
}

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

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

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

.wrap_featured {
  border-bottom: 4px solid;
}

.fa-0-5x {
  font-size: 0.6rem;
}

.fa-0-6x {
  font-size: 0.8rem;
}

.text-blue {
  color: blue !important;
}
/* RESPONSIVE */
@media (max-width: 995px) {
  body {
    font-size: 15px !important;
  }
  .navbar-toggler {
    background-color: #d32f2f !important;
  }
}

@media (max-width: 770px) {
  .col-10,
  .col-8,
  .col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

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

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

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

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