@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
/* @import url('https://fonts.googleapis.com/css?family=Domine&display=swap');
@import url('https://fonts.googleapis.com/css?family=Literata:400,400i,700,700i'); */

/* You can add global styles to this file, and also import other style files */
:host {
  font-family: 'Roboto';
  font-size: 16px;
}

/* 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: #fdeb3b;
  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: #fff;
}

.text-grey {
  color: #d2d2d2;
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

img {
  max-width: 100%;
  height: auto;
}

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

.section-heading {
  position: relative;
  z-index: 1;
  padding: 8px 12px 20px;
  display: block;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.28em;
  background: #fff;
  color: #fff;
}

.section-heading:before {
  border-top: 4px solid #fdec3b;
  content: '';
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.section-heading .text {
  border-radius: 8px;
  transform: none;
  color: #fdeb3b;
  background: #2076d2;
  display: inline-block;
  padding: 5px 13px;
}

.side-heading {
  margin-bottom: 8px;
}

/* .article-heading {
} */

.wrap-body a {
  color: black !important;
}

.wrap-body a:hover {
  color: #2076d2 !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: #2076d2 !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 */

/* NAVIGATION BAR */
.header-date {
  cursor: default !important;
  font-weight: bold;
  color: #ffffff !important;
}

nav a {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif !important;
}

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

.navbar .nav-item a.nav-link:hover,
.nav-item.active a {
  background-color: #2076d2;
  font-weight: bold;
  color: #fff !important;
}

.header-section-2 {
  box-shadow: -7px -4px 12px 4px black !important;
}

.navbar {
  background: #283747 !important;
}

.dropdown-menu {
  background: #283747 !important;
}
.dropdown-menu a {
  font-weight: bold !important;
}
.dropdown-menu a:hover {
  background-color: black !important;
  color: #fff !important;
}
/* FOOTER */

.bg-section1 {
  background: #212121;
}

.bg-section1 a:hover {
  color: #2076d2 !important;
}

.bg-section2 {
  background: #2076d2;
}

.section-2 {
  border-top: 1px solid #2174d4;
  display: inline-block;
}

.subscribe-btn {
  box-shadow: 0px 2px grey;
  background: #fff !important;
}

.quick_links a {
  display: block;
  color: #fff;
}
/* NEWS LISTING */

/* FEATURED */

/* SIDE LISTING */

/* SIGN UP */
.subscribe-box {
  padding: 1rem;
  background: #16154d;
  box-shadow: 16px 16px 0 #2597b1;
}

/* 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 {
    background-color: #2076d2 !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;
  }
}
