/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
/*--- Bg Color ---*/
.black {
  background-color: #000000 !important;
}

.transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.white {
  background-color: #FFFFFF !important;
}

.red-gradient {
  background-color: #ec1c24 !important;
  background-image: linear-gradient(to right, #ec1c24, #9e0b16) !important;
}

/*--- /Bg Color ---*/
/*--- Text Color ---*/
.text-black {
  color: #000000 !important;
}

.text-white {
  color: #FFFFFF !important;
}

/*--- /Text Color ---*/
/*--- Text Weight ---*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*--- /Text Weight ---*/
/*--- Image ---*/
.of-cover {
  object-fit: cover !important;
}

.img-circle {
  border-radius: 50%;
}

.img-zoom {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.img-rounded-5 {
  border-radius: 5px;
}

.img-rounded-10 {
  border-radius: 10px;
}

/*--- /Image ---*/
/*--- Header ---*/
.navbar .navbar-nav .nav-item a {
  height: 50px;
  padding: 0.75rem .75rem;
}

.header-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header-nav .date {
  font-size: 0.7rem;
}

#header-nav .date {
  font-size: 0.8rem;
}
#header-nav .header-nav .search-header form input {
  width: 260px;
  height: 36px;
  border-radius: 25px;
  /*border-style: ridge;*/
  border-style: none;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.6);
}
#header-nav .header-nav .search-header form button {
  /*background-color: #ec1c24 !important;
  background-image: linear-gradient(to right, #ec1c24, #9e0b16) !important;*/
  background-color: #FFFFFF !important;
  background-image: none !important;
  color: #9e0b16 !important;
  width: 50px;
  height: 36px;
  cursor: pointer;
  border: none;
  border-radius: 25px;
}

#header-nav.sticky {
  background-color: #ec1c24 !important;
  background-image: linear-gradient(to right, #ec1c24, #9e0b16) !important;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
#header-nav.sticky .header-nav {
  padding-left: 1rem;
  padding-right: 1rem;
}
#header-nav.sticky .header-nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #FFFFFF !important;
}
#header-nav.sticky .header-nav .search-header form input {
  border: none;
}
#header-nav.sticky .header-nav .search-header form button {
  background-color: #FFFFFF !important;
  background-image: none !important;
  color: #9e0b16 !important;
}

/*--- /Header ---*/
/*--- Main ---*/
.lh-normal {
  line-height: 1.5 !important;
}

p {
  line-height: 1.5;
}

.nunito-sans {
  font-family: "Nunito Sans", sans-serif !important;
}

.container-mp {
  max-width: 1100px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
}

.headline-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav {
    top: 25%;
  }
}
.headline-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.headline-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.headline-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
  .container-mp, .container {
      max-width: 100% !important;
      overflow-x: hidden !important;
  }
}
/*--- /Main ---*/

/*# sourceMappingURL=style.css.map */
