:root {
  --mxs31-white: #FFFFFF;
  --mxs31-black: #1F1F1F;
  --mxs31-light: #eee;
  --mxs31-global-color: #EA5501;

}

.mxs31 .mos-img img {display: none !important;}
.mxs31 .mos-img { color: var(--mxs31-white);}
.mxs31 {
  position: relative;
}
.mxs31 .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mxs31 .title a {
  color: inherit;
}
.mxs31 .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mxs31 .inner-box:hover .content-box {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.mxs31 .inner-box:hover .content-box .post-info li, .mxs31 .inner-box:hover .content-box .post-info li a, .mxs31 .inner-box:hover .mos-img {
  color: var(--mxs31-black);
}
.mxs31 .inner-box:hover .content-box .title {
  color: var(--mxs31-black);
}
.mxs31 .inner-box:hover .content-box .read-more {
  opacity: 1;
  top: -20px;
  visibility: visible;
}
.mxs31 .image-box {
  position: relative;
}
.mxs31 .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0;
}
.mxs31 .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mxs31 .image-box .image:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.9;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.mxs31 ul, .mxs31 li {
  list-style: none;
  padding: 0px;
  margin: 0px;
    margin-right: 0px;
}
.mxs31 .image-box .date {
  position: absolute;
  top: 20px;
  left: 25px;
  width: 64px;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  background-color: var(--mxs31-global-color);
  text-transform: uppercase;
  font-family: var(--title-font);
  text-align: center;
  border-radius: 10px;
  padding: 15px 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mxs31 .image-box .date b {
  display: block;
  line-height: 1em;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.mxs31 .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px 25px;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mxs31 .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.mxs31 .info-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mxs31 .info-box .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mxs31 .info-box .post-info li a { 
  color: #fff;
}
.mxs31 .info-box .post-info li:before, .mxs31 .info-box .post-info .faqs-section li.bg-image:after, .faqs-section .mxs31 .info-box .post-info li.bg-image:after {
  position: absolute;
  right: -2px;
  top: 0;
  line-height: 30px;
  content: "";
}
.mxs31 .info-box .post-info li i {
  font-size: 12px;
  color: var(--theme-color3);
  margin-right: 5px;
}
.mxs31 .info-box .post-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.mxs31 .title {
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  margin-bottom: 0px;
}
.mxs31 .title:hover {
  color: var(--mxs31-black);
}
.mxs31 .read-more {
  position: absolute;
  right: 20px;
  top: -33px;
  padding: 2px 30px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: var(--mxs31-white);
  background-color: var(--mxs31-black);
  border-radius: 5px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mxs31 .read-more:hover {
  background-color: var(--mxs31-global-color);
}

.mxs30 .mx-snews-text-btn .mxs30-btn {
  height: 50px;
  padding: 10px 0px 10px 15px;
  border-radius: 0;
}
[dir=rtl] .mxs30 .mx-snews-text-btn .mxs30-btn {
  padding: 10px 15px 10px 0px;
}
.mxs30 .mx-snews-navigation {
  display: flex;
  justify-content: end;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .mxs30 .mx-snews-navigation {
    justify-content: start;
  }
}
ul.tags {
  position: absolute;
  left: 20px;
  bottom: -10px;
}
.mxs30 .mx-snews-thumb .mx-snews-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 0rem;
}

@media (max-width: 991px) {
  .mxs30 .mx-snews-thumb .mx-snews-content ul {
    margin-bottom: 10px;
  }
}

.mxs30 .mx-snews-thumb .mx-snews-content ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 123.5%;
  text-transform: uppercase;
  color: #969AA6;
}

@media (max-width: 1399px) {
  .mxs30 .mx-snews-thumb .mx-snews-content ul li {
    font-size: 15px;
  }
}
.mxs30 .mx-snews-thumb .mx-snews-content ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

@media (max-width: 575px) {
  .mxs30 .mx-snews-thumb .mx-snews-content ul li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.mxs30 .mx-snews-thumb .mx-snews-content ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "|";
}

.rs-btn {
  font-size: 17px;
  text-transform: capitalize;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 50px;
  border-radius: 0;
}
.rs-btn.has-theme-orange {
  background: var(--mxs30-global-color);
  color: var(--mxs30-white);
}
.rs-square-btn {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 9px;
  height: 30px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-square-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-square-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
}
[dir=rtl] .rs-square-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-square-btn.has-icon .icon-box svg {
  width: 12px;
}
.rs-square-btn.has-icon .icon-box svg path {
  fill: #616161;
}
.rs-square-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon:hover {
  color: var(--mxs30-white);
}
.rs-square-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-theme-orange {
  padding: 15px 17px;
  height: 50px;
  background: var(--mxs30-global-color);
}
.rs-square-btn.has-theme-orange .icon-box svg {
  width: 16px;
}
.rs-square-btn.has-theme-orange .icon-box svg path {
  fill: var(--mxs30-white);
}
