
/*------------------------------------------------------------------------
# mod_mx_awoseme-news Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

:root {
 --mxtawe17-color: #FD8900;
 --mxtawe17-white:#fff;
 --mxtawe17-black:#010f34;
 --headings-color:#010f34;
--theme-color: #b3de4f;

}

.mos-img img {display: none !important;}
.mx-awesome17 {
  border-radius: 10px;
  background-color: var(--mxtawe17-white, #fff);
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.mx-awesome17__img {
  padding: 10px;
  padding-bottom: 0;
  position: relative;
}
.mx-awesome17__img img {
  border-radius: 10px;
  width: 100%;
  z-index: 1;
  position: relative;
}
.mx-awesome17__img::after {
  content: "";
  position: absolute;
  background-color: var(--mxtawe17-color, #FD8900);
  width: 100%;
  height: 48%;
  left: 0;
  bottom: 0px;
  transition: all 500ms ease;
}
.mx-awesome17__date {
  width: 77px;
  height: 77px;
  border-radius: 20px;
  background-color: var(--mxtawe17-white, #fff);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  transition: all 500ms ease;
  color: var(--mxtawe17-color, #FD8900);
  padding: 0 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  text-transform: capitalize;
  flex-direction: column;
  letter-spacing: 0;
}
.mx-awesome17__date span {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 3px;
}
.mx-awesome17__date::after {
  content: "";
  border: 1px dotted var(--mxtawe17-color, #FD8900);
  width: 90%;
  height: 90%;
  border-radius: 20px;
  position: absolute;
  transition: all 500ms ease;
}
.mx-awesome17__list {
  display: flex;
  align-items: center;
  background-color: var(--mxtawe17-color, #FD8900);
  list-style: none;
  padding: 0 40px;
  gap: 15px;
  margin-bottom: 0;
  transition: all 500ms ease;
  height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mx-awesome17__list {
    padding: 0 18px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .mx-awesome17__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
    gap: 5px;
  }
}
.mx-awesome17__list li {
  color: var(--mxtawe17-white, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  align-items: center;
}
ul.mx-awesome17__list li a {
  color: var(--mxtawe17-white, #fff);
}
.mx-awesome17__list li:last-child {
  margin-left: auto;
}
@media (max-width: 767px) {
  .mx-awesome17__list li:last-child {
    margin: 0;
    margin-top: 12px;
  }
}
.mx-awesome17__list li i {
  color: var(--mxtawe17-white, #fff);
  margin-right: 9px;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mx-awesome17__list li i {
    margin-right: 5px;
  }
}
.mx-awesome17__list li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
}
.mx-awesome17__btn {
  height: 50px;
  padding: 3px 16px;
  background-color: var(--mxtawe17-black, #222222);
  border-radius: 0px;
  font-family: var(--mxtawe17-special-font, "Red Hat Text", sans-serif);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 21px;
}
.mx-awesome17__btn span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mx-awesome17__btn span i {
  font-size: 12px;
}
.mx-awesome17__content {
  padding: 25px 30px 26px 40px;
}
@media (max-width: 767px) {
  .mx-awesome17__content {
    padding: 25px 25px;
  }
}
.mx-awesome17__content h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: var(--mxtawe17-black, #222222);
}
.mx-awesome17__content h3 a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.mx-awesome17__content h3 a:hover {
  background-size: 100% 1px;
}
.mx-awesome17__content h3 a:hover {
  color: var(--mxtawe17-color, #FD8900);
}
.mx-awesome17__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--mxtawe17-text-dark, #636363);
  margin-bottom: 0;
}
.mx-awesome17__shape {
  position: absolute;
  right: -80px;
  bottom: -132px;
  transform: rotate(18deg);
  width: 80px;
  height: 153px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: var(--mxtawe17-color, #FD8900);
  transition: all 500ms ease;
}
.mx-awesome17:hover .mx-awesome17__shape {
  right: 0px;
  bottom: -72px;
}
.mx-awesome17:hover .mx-awesome17__list {
  background-color: var(--mxtawe17-black, #222222);
}
.mx-awesome17:hover .mx-awesome17__img::after {
  background-color: var(--mxtawe17-black, #222222);
}
.mx-awesome17:hover .mx-awesome17__btn {
  background-color: var(--mxtawe17-color, #FD8900);
}
.mx-awesome17:hover .mx-awesome17__date {
  background-color: var(--mxtawe17-color, #FD8900);
  color: var(--mxtawe17-white, #fff);
}
.mx-awesome17:hover .mx-awesome17__date::after {
  border-color: var(--mxtawe17-white, #fff);
}


.d-flex {
  display: flex;
}
.mx-def-btn > *,
.mx-def-btn > * .mx-btn,
.mx-normal-btn > *,
.mx-normal-btn > * .mx-btn {
  display: flex;
  align-items: center;
}

.mx-normal-btn > * .mx-btn {
  justify-content: center;
}
.mx-btn {
  position: relative;
  text-align: center;
  display: flex;
  margin-top: 8px;
}
.mx-btn .title-btn,
.mx-btn .mx-icon {
  z-index: 2;
}
.mx-btn .icon-circle {
  z-index: 1 !important;
}
.mx-btn .btn-icon-left {
  margin-right: 10px;
}
.mx-btn .btn-icon-right {
  margin-left: 10px;
}
.mx-btn .title-btn {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mx-btn .title-btn[data-animate-text] {
  overflow: hidden;
}
.mx-btn .title-btn[data-animate-text] > span, .mx-btn .title-btn[data-animate-text]:before {
  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
  transform-origin: 0 center;
}
.mx-btn .title-btn[data-animate-text]:before {
  position: absolute;
  content: attr(data-animate-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateZ(7deg);
  opacity: 0;
}
.mx-btn:hover .title-btn[data-animate-text] > span {
  transform: rotateZ(-7deg);
  opacity: 0;
}
.mx-btn:hover .title-btn[data-animate-text]:before {
  transform: none;
  opacity: 1;
}

.mx-btn-shape {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  filter: url(#buttonFilter);
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.mx-btn-shape.no-padding .button {
  padding: 0 15px 0 0;
}
.mx-btn-shape.rotate-icon .icon svg {
  rotate: 90deg;
}
.mx-btn-shape .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
  background-color: var(--mxtawe17-black);
}
.mx-btn-shape:hover .button, .mx-btn-shape:hover .icon{
  background-color: var(--mxtawe17-color);
}

.mx-btn-shape .icon svg {
  fill: var(--mxtawe17-white);
  width: 12px;
  height: 12px;
}
.mx-btn-shape .icon.theme-color svg {
  fill: var(--theme-color);
}
.mx-btn-shape .button {
  position: relative;
  text-align: center;
  color: var(--mxtawe17-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  height: 40px;
  line-height: 1;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--mxtawe17-black);
}
.mx-btn-shape:hover .icon {
  transform: translateX(0.75rem) rotate(45deg);
}

p-absolute {
    position: absolute;
}