.timeline-21 .mos-img img {display: none !important;}

:root {
  --timlin-color: #CAA6C7;
  --tnwhite-color: #FFFFFF;
  --secondary-color: #131412;
  --black-120: #0F100E;
  --black-110: #111210;
  --black-100: #131412;
  --black-90: #2B2C2A;
  --black-80: #424341;
  --black-70: #5A5B59;
  --black-60: #717271;
  --black-50: #898A89;
  --black-40: #A1A1A0;
  --black-30: #B8B9B8;
  --black-20: #D0D0D0;
  --black-10: #E7E8E7;
  --border-color: #D9DFE7;
}

.timeline-21 {
  position: relative;
  z-index: 1;
   max-width: 1096px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline-21 .mtl-story-wrap {
  max-width: 1096px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .timeline-21 .mtl-story-wrap {
    padding-bottom: 50px;
  }
}

.timeline-21 .mtl-story-item {
  margin-bottom: 150px;
  top: 200px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .timeline-21 .mtl-story-item {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}

.timeline-21 .mtl-story-item .mtl-story-img {
  position: relative;
  z-index: 1;
  padding: 20px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  max-width: 500px;
  margin-right: -30px;
}

@media (max-width: 1199px) {
  .timeline-21 .mtl-story-item .mtl-story-img {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .timeline-21 .mtl-story-item .mtl-story-img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

.timeline-21 .mtl-story-item .mtl-story-content {
  padding: 60px 60px;
  border: 1px solid rgba(184, 184, 184, 0.3);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.6) 13.65%, rgba(255, 255, 255, 0.3) 91.31%);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(62, 62, 62, 0.05);
          box-shadow: 0px 20px 20px 0px rgba(62, 62, 62, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: rotate(-15.089deg);
          transform: rotate(-15.089deg);
  z-index: 11;
  position: relative;
  text-align: center;
  max-width: 500px;
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .timeline-21 .mtl-story-item .mtl-story-content {
    max-width: 450px;
    padding: 50px 50px;
  }
}

@media (max-width: 991px) {
  .timeline-21 .mtl-story-item .mtl-story-content {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .timeline-21 .mtl-story-item .mtl-story-content {
    padding: 40px 20px;
  }
}

.timeline-21 .mtl-story-item .mtl-story-content .pin {
  position: absolute;
  left: 80px;
  top: -30px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media (max-width: 991px) {
  .timeline-21 .mtl-story-item .mtl-story-content .pin .pin {
    display: none;
  }
}

.timeline-21 .mtl-story-item .mtl-story-content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .timeline-21 .mtl-story-item .mtl-story-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .timeline-21 .mtl-story-item .mtl-story-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.timeline-21 .mtl-story-item .mtl-story-content span {
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: var(--timlin-color);
  display: block;
}

@media (max-width: 1199px) {
  .timeline-21 .mtl-story-item .mtl-story-content span span {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .timeline-21 .mtl-story-item .mtl-story-content span span {
    font-size: 18px;
  }
}

.timeline-21 .mtl-story-item .mtl-story-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #707070;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .timeline-21 .mtl-story-item .mtl-story-content p p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .timeline-21 .mtl-story-item .mtl-story-content p p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .timeline-21 .mtl-story-item .mtl-story-content p p {
    font-size: 17px;
  }
}

.timeline-21 .mtl-story-item:nth-child(even) .col:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  -moz-order: 2;
}

@media (max-width: 991px) {
  .timeline-21 .mtl-story-item:nth-child(even) .col:first-child {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-order: unset;
    -moz-order: unset;
  }
}

.timeline-21 .mtl-story-item:nth-child(even) .col:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.timeline-21 .mtl-story-item:nth-child(even) .col .mtl-story-img {
  -webkit-transform: rotate(-15.089deg);
          transform: rotate(-15.089deg);
  margin: 0;
  margin-left: -30px;
}

@media (max-width: 991px) {
  .timeline-21 .mtl-story-item:nth-child(even) .col .mtl-story-img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

.timeline-21 .mtl-story-item:nth-child(even) .col .mtl-story-content {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  margin: 0;
  margin-right: -30px;
}

@media (max-width: 991px) {
  .timeline-21 .mtl-story-item:nth-child(even) .col .mtl-story-content {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

.timeline-21 .mtl-story-item:nth-child(even) .col .mtl-story-content .pin .pin {
  position: absolute;
  left: auto;
  right: 80px;
  top: -30px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media (min-width: 991px) {
  .timeline-21 .mtl-story-item.fade-out {
    opacity: 0;
  }
}

.tmline__meta {
    position: relative;
    display: flex;
    align-items: center;
}

 ul.tmline__meta {
    padding: 0px !important;
}

.tmline__meta>li {
    position: relative;
    display: flex;
    align-items: center;
}

.tmline__meta>li{
    margin-left: 14px;
  color: #101010;
}
 .tmline__meta>li a{
  color: #000 !important;
}

.tmline__meta>li>a {
    letter-spacing: -0.64px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tmline__meta>li>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    color: var(--themetm-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tmline__meta>li>a:hover {
    color: var(--themetm-color);
}
.tml-btn {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tnwhite-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 50px;
  transition: all 0.3s linear;
  border-radius: 30px 30px 30px 30px;
  font-weight: 500;
  position: relative;
}
.tml-btn.has-radius {
  border-radius: 4px 4px 4px 4px;
}
.tml-btn.has-color {
  background: var(--timlin-color);
}
.tml-btn.has-color:hover {
  background: var(--rs-hover-primary);
  color: var(--tnwhite-color);
}

.tml-btn.has-white {
  background: var(--tnwhite-color);
  color: var(--timlin-color);
}
.tml-btn.has-white:hover {
  background: var(--rs-hover-primary);
  color: var(--tnwhite-color);
}
.tml-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  height: auto;
}
.tml-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
.tml-btn.has-icon .icon-box svg {
  width: 17px;
  fill: var(--tnwhite-color);
}
.tml-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.tml-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.tml-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.tml-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.tml-btn.has-icon:hover {
  color: var(--tnwhite-color);
}
.tml-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.tml-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}

.tml-btn-circle {
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  padding: 0;
}
.tml-btn-circle svg {
  width: 17px;
  height: 17px;
  fill: var(--tnwhite-color);
}

.tml-btn-group {
  display: flex;
  width: fit-content;
}
.tml-btn-group .tml-btn {
  background: var(--timlin-color);
  color: white;
}
.tml-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tml-btn-group > *:nth-child(1) {
    margin-inline-end: -50px;
  }
}
.tml-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.tml-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}
.tml-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
}
.tml-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.tml-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tml-btn-group:hover > *:nth-child(3) {
    margin-inline-start: -50px;
  }
}
.tml-btn-group .tml-btn-primary {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tml-btn-group .tml-btn-circle {
  position: relative;
  z-index: 1;
}
 
#mx-loads {
  padding: 20px 0px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}

a.showMore {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #333;
  padding: 13px 25px;
  text-align: center;
  border-radius: 46px;
  font-size: 14px;
}