@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');

/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px;
}

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

.f14 {
  font-size: 0.875em;
}

.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: #ec1c24;
  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%;
  }
}

a {
  color: #000 !important;
}

.news-content a {
  color: #007bff !important;
}

/* GENERAL */
.primary-bg {
  background: #ec1c24 !important;
}

.primary-text {
  color: #ec1c24 !important;
}

.text-grey {
  color: #d2d2d2;
}

.uppercase {
  text-transform: uppercase;
}

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

.f18 {
  font-size: 1.125em;
}

a {
  color: unset;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.post-desc > a:hover > h4,
a:hover > h5,
div.post-desc > a:hover > h3 {
  color: #ec1c24 !important;
  transition: all 0.3s ease-in-out 0s;
}

.normal-img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  cursor: pointer;
}

.error-img {
  width: 100%;
  height: auto;
  cursor: pointer;
  filter: grayscale(100%);
}

/* HEADINGS */
.section-heading,
.side-heading {
  margin: 0 0 16px;
  text-transform: uppercase;
}
.section-heading > h4,
.side-heading > h4 {
  margin: 0;
  font-size: 1.75em;
  font-weight: bold;
}

/* .section-heading,
.side-heading {
  padding: 8px 0;
} */

/* .section-heading>h4,
.side-heading>h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-heading>h4:before,
.section-heading>h4:after,
.side-heading>h4:before,
.side-heading>h4:after {
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.section-heading>h4:after,
.side-heading>h4:after {
  margin: 0 0 0 20px;
} */

/* .side-heading>h4 {
  background-color: #ec1c24;
  background-image: linear-gradient(45deg, #ec1c24, #000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  text-align: center;
} */

/* .side-heading,
.section-heading {
  box-shadow: 0 4px 5px -2px #ec1c24 !important;
}
.side-heading>h4,
.section-heading>h4 {
  color: #fff;
}
.section-heading,
.side-heading {
  position: relative;
  text-align: center;
  position: relative;
}
.section-heading:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  border-right: 20px solid #ec1c24;
  border-left: 20px solid #ec1c24;
}
.side-heading:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ec1c24;
  border-right: 20px solid #B2BABB;
  border-left: 20px solid #B2BABB;
} */

/* .section-heading,
.side-heading {
  position: relative;
  text-align: center;
  position: relative;
}
.section-heading {
  color: #fff;
}
.side-heading>h4 {
  color: #212121;
}
.section-heading:after {
  content: " ";
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #212121;
  border-right: 20px solid #ec1c24;
  border-left: 20px solid #ec1c24;

  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
} */
/* .side-heading:after {
  content: " ";
  position: absolute;
  width: 94%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent;
  border-right: 20px solid #ec1c24;
  border-left: 20px solid #ec1c24;

  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
} */

.section-heading {
  margin-left: -600rem;
  border-left: 600rem solid #ec1c24;
}
.section-heading > h4 {
  padding-left: 8px;
  color: #fff;
  background: #ec1c24;
  padding: 4px 0;
}
.side-heading {
  border-right: 20px solid #ec1c24;
}
.side-heading > h4 {
  text-align: right;
  padding-right: 8px;
}

.breaker-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.75em;
}

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

/* 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: #ec1c24 !important;
  color: #000 !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 */

nav {
  /* box-shadow: -2px 0px 5px 0px #00000059 !important; */
  box-shadow: 0 4px 5px -2px #00000059 !important;
  /* box-shadow: 1px 6px 20px 0px #23232357 !important; */
}

.navbar {
  background: #2471a3;
}

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

.header-date,
nav a {
  color: #fff !important;
  border: solid 2px transparent;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  border: 2px solid transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  z-index: 2000;
  background: #fafafa;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  border: 2px solid #000 !important;
  background-color: #fafafa !important;
}

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

/* .nav-item.active a.nav-link:after {
  border-bottom: solid 2px #000;  
  font-weight: bold;
  display:block;
  transform: scaleX(1);
}
.nav-item a.nav-link:after {
  display:block;
  content: '';
  border-bottom: solid 2px #000;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.nav-item a.nav-link:hover:after { transform: scaleX(1); }
.nav-item a.nav-link.fromLeft:after{  transform-origin:  0% 50%; } */

.text-justify {
  text-align: justify;
}

.font-weight-medium {
  font-weight: 500;
}

/* .home img {
  border: 4px solid #ec1c24;
} */

.facebook {
  color: #4c6ef5;
}

.twitter {
  color: #15aabf;
}

.linkedin {
  color: #0e76a8;
}

.reddit {
  color: #ff4500;
}

.post_share_item {
  font-size: 2rem;
}

/* NEWS LISTING */
.more-link {
  font-weight: bold;
  text-decoration: underline !important;
  /* background: #B71C1C !important;
  color: #fff !important;
  padding: 4px 8px;
  box-shadow: 0 0 8px #C6C6C6; */
}

.top-section-bg {
  background: #f7f7f7;
  border-top: 4px solid #ec1c24;
  box-shadow: 0 0 8px #c6c6c6;
}

.article-heading {
  text-transform: capitalize;
}

.text-black {
  color: #000;
}

.listbreaker13b-card > h4,
.listbreaker13b-card {
  color: #fff;
}

.listbreaker13b-card > h4 {
  font-weight: bold;
}

.featured_7___ .news-title,
.featured_9___ .news-title,
.featured_4b___ .post-desc,
.featured9c .news-title,
.news-listing_12 .single-news > .post-desc,
.featured_9d___ .news-title,
.listbreaker13b-card {
  background: rgba(0, 0, 0, 0.7) !important;
  bottom: 4px !important;
}

.featured_7___ .headline,
.featured_7___ .summary,
.featured_7___ .publish-date,
.featured_9___ .headline,
.featured_9___ .summary,
.featured_9___ .publish-date,
.featured9c .headline,
.featured9c .summary,
.featured9c .publish-date,
.featured_9d___ .headline,
.featured_9d___ .summary,
.featured_9d___ .publish-date,
.featured_4b___ .summary,
.featured_4b___ .publish-date,
.featured_4b___ .headline,
.news-listing_12 .single-news > .post-desc > a > .headline,
.news-listing_12 .single-news > .post-desc > a > .publish-date,
.listbreaker_5b .summary,
.listbreaker_5b .publish-date,
.listbreaker_5b .headline {
  color: #fff;
}

.featured_4b___ .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
}

.featured_3b .single-news img {
  height: 666px !important;
}

.f12-bref {
  background: rgba(0, 0, 0, 0.4) !important;
}
#featured12 .view-more-link {
  background: #ec1c24 !important;
  padding: 8px;
}

.diagonal {
  height: 320px !important;
}
.listbreaker_9 .diagonal:after {
  height: unset !important;
}
.listbreaker_9 .diagonal:after,
.c-1 {
  background: #fafafa !important;
}
.listbreaker_9 .diagonal {
  border: 1px solid #dee2e6 !important;
}
.listbreaker_9 h4 {
  color: #ec1c24;
}
.listbreaker_9 .publish-date,
.listbreaker_9 p {
  color: #000 !important;
}

/* .listbreaker_1e .headline,
.listbreaker_1e .publish-date,
.listbreaker_1e .summary, */
.breaker-inner-text .headline,
.breaker-inner-text .publish-date,
.breaker-inner-text .summary {
  color: #fff;
}

.news-listing15b-img {
  max-height: 300px;
  height: 100%;
}

/* FEATURED */
.breaker-bg {
  background: #212121;
}

.secondary-bg {
  background: #212121;
}

.carousel-caption {
  bottom: 0 !important;
}

.carousel-indicators li {
  text-indent: 0 !important;
  width: unset !important;
  border-top: none !important;
  border-bottom: none !important;
}

.rgba-black-strong {
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
}

.rgba-black-light {
  background: rgba(0, 0, 0, 0.4);
}

.featured_3 .single-news img {
  height: 600px !important;
}

.featured_1b___ .card-group .card .view {
  height: 320px !important;
}

.featured11 .carousel-inner {
  max-height: 400px;
}

/* .sidebar-listing20 .carousel-item>a,
.sidebar-listing20 .border-left-blue {
  color: #fff !important;
} */
.sidebar-listing20 .border-left-blue {
  border-color: #ec1c24 !important;
}

/* SIDE LISTING */
/* .sidebar.col-4 {
  border-left: 1px solid #d2d2d2;
} */

.single-news > .col-4 {
  border: none;
}

.side-border {
  background: #fafafa;
  padding: 8px;
}

/* hr {
  border-top: 1px solid #ec1c24 !important;
} */

.post-number-1 {
  border: 2px solid #ec1c24 !important;
  line-height: 28px !important;
}

/* SIGN UP */
.subscribe-box {
  padding: 0;
}

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

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

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

/* FOOTER */
.footer-section {
  background: #212121 !important;
}

.copyright {
  background: #2471a3;
}

.border-top-primary {
  border-top: 1px solid #ec1c24;
}

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

@media (max-width: 770px) {
  .col-10,
  .col-8,
  .col-4,
  .col-2,
  .col-3,
  .col-9,
  .col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .about-links {
    flex-direction: column-reverse;
  }
}

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

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

@media (max-width: 400px) {
  .menus.d-flex {
    flex-direction: column;
    text-align: center;
  }

  footer .row {
    display: block;
  }

  footer.main-footer ul {
    margin: 0 !important;
  }
}

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