.body {
    background-color:#040504 !important;
}

.axis-dot { 
position: absolute;
    right: 215px;
    bottom: 85px; }
    @media (max-width: 767px) {
    .axis-dot {
        display: none; } }

 .axisitem {
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 54px;
        height: 56px;
        background: linear-gradient(330deg, #d80e26 0%, #fad029 80%);
        text-align: center;
        padding-top: 8px;
        border-radius: 5px; }
        .axisitem .title {
          margin-bottom: 0;
          font-size: 20px;
          color: #fff; }
         .axisitem span {
          font-size: 14px;
          font-family: Roboto, sans-serif;
          color: #fff;
          display: block;
          line-height: 22px;
          margin-top: -6px; }



.article-2-area {
  padding-top: 100px;
  padding-bottom: 100px; }
  .article-2-area.article-7-area {
    padding-top: 86px; }
  .article-2-area.article-11-area {
    background: #F5F5F5;
    padding-top: 92px; }
  .article-2-area.article-15-area {
    padding-top: 86px; }
    .article-2-area.article-15-area .article-2-item .article-content .date .item {
      background: #F0323C; }
    .article-2-area.article-15-area .article-2-item .article-content > a .icon::before {
      background: #F0323C; }

.article-2-item {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .article-2-item .article-thumb {
    padding: 15px; }
    .article-2-item .article-thumb img {
      width: 100%; }
  .article-2-item .article-content {
    padding: 0 25px 20px; }
    .article-2-item .article-content .date {
      position: relative; }
      .article-2-item .article-content .date > span {
        padding-left: 70px;
        display: inline-block;
        color: #000; }
      .article-2-item .article-content .date .item {
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 54px;
        height: 56px;
        background: linear-gradient(330deg, #d80e26 0%, #fad029 80%);
        text-align: center;
        padding-top: 8px;
        border-radius: 5px; }
        .article-2-item .article-content .date .item .title {
          margin-bottom: 0;
          font-size: 20px;
          color: #fff; }
        .article-2-item .article-content .date .item span {
          font-size: 14px;
          font-family: Roboto, sans-serif;
          color: #fff;
          display: block;
          line-height: 22px;
          margin-top: -6px; }
    .article-2-item .article-content > .title {
      font-size: 24px;
      line-height: 28px;
      font-weight: 600;
      font-family: Roboto, sans-serif;
      padding-right: 15px;
      margin-top: 20px;
      text-transform: capitalize; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .article-2-item .article-content > .title {
          font-size: 16px;
          line-height: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .article-2-item .article-content > .title {
          font-size: 19px; } }
      @media (max-width: 767px) {
        .article-2-item .article-content > .title {
          font-size: 17px;
          padding-right: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .article-2-item .article-content > .title {
          font-size: 22px;
          padding-right: 0; } }
      .article-2-item .article-content > .title a {
        color: #000;
        text-transform: initial !important;}
    .article-2-item .article-content > a {
      text-transform: uppercase;
      font-size: 14px;
      font-family: Roboto, sans-serif;
      color: #383838;
      display: flex;
      align-items: center; }
      .article-2-item .article-content > a .icon {
        height: 24px;
        width: 24px;
        background: #000;
        border-radius: 50%;
        text-align: center;
        line-height: 18px;
        display: inline-block;
        transform: rotate(45deg);
        margin-left: 6px;
        position: relative;
        z-index: 5;
        overflow: hidden;
        margin-top: -4px; }
        .article-2-item .article-content > a .icon::before {
          position: absolute;
          content: '';
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) scale(0);
          height: 100%;
          width: 100%;
          z-index: -1;
          background: linear-gradient(330deg, #d80e26 0%, #fad029 80%);
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          border-radius: 50%; }
  .article-2-item:hover {
    background: transparent;
    border-color: #2d3851;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1); }
    .article-2-item:hover .article-content a .icon::before {
      transform: translate(-50%, -50%) scale(1); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .article-2-item.item-3 {
      display: none; } }
  .article-2-item.article-4-item .article-content .date .item {
    background: linear-gradient(330deg, #0071bc 0%, #0071bc 80%);
    border-radius: 0; }
  .article-2-item.article-4-item .article-content > a .icon::before {
    background: linear-gradient(330deg, #0071bc 0%, #0071bc 80%); }
  .article-2-item.article-7-item .article-content .date .item {
    background: #0071bc; }
  .article-2-item.article-7-item .article-content > a .icon::before {
    background: #0071bc; }
  .article-2-item.article-post-item .article-content .date .item {
    background: linear-gradient(330deg, #0071bc 0%, #0071bc 80%)}
  .article-2-item.article-post-item .article-content > a .icon::before {
    background: #0071bc; }

.offset-1 {
    margin-left: 1.33333% !important;
}








.article-3-area {
  padding-top: 100px;
  padding-bottom: 100px; }
  .article-3-area.article-7-area {
    padding-top: 86px; }
  .article-3-area.article-11-area {
    background: #F5F5F5;
    padding-top: 92px; }
  .article-3-area.article-15-area {
    padding-top: 86px; }
    .article-3-area.article-15-area .article-3-item .article-content .date .item {
      background: #F0323C; }
    .article-3-area.article-15-area .article-3-item .article-content > a .icon::before {
      background: #F0323C; }

.article-3-item {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .article-3-item .article-thumb {
    padding: 15px; }
    .article-3-item .article-thumb img {
      width: 100%; }
  .article-3-item .article-content {
    padding: 0 25px 20px; }
    .article-3-item .article-content .date {
      position: relative; }
      .article-3-item .article-content .date > span {
        padding-left: 70px;
        display: inline-block;
        color: #000; }
      .article-3-item .article-content .date .item {
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 54px;
        height: 56px;
        background: linear-gradient(330deg, #d80e26 0%, #fad029 80%);
        text-align: center;
        padding-top: 8px;
        border-radius: 5px; }
        .article-3-item .article-content .date .item .title {
          margin-bottom: 0;
          font-size: 20px;
          color: #fff; }
        .article-3-item .article-content .date .item span {
          font-size: 14px;
          font-family: Roboto, sans-serif;
          color: #fff;
          display: block;
          line-height: 22px;
          margin-top: -6px; }
    .article-3-item .article-content > .title {
      font-size: 24px;
      line-height: 28px;
      font-weight: 600;
      font-family: Roboto, sans-serif;
      padding-right: 15px;
      margin-top: 20px;
      text-transform: capitalize; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .article-3-item .article-content > .title {
          font-size: 16px;
          line-height: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .article-3-item .article-content > .title {
          font-size: 19px; } }
      @media (max-width: 767px) {
        .article-3-item .article-content > .title {
          font-size: 17px;
          padding-right: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .article-3-item .article-content > .title {
          font-size: 22px;
          padding-right: 0; } }
      .article-3-item .article-content > .title a {
        color: #000;
        text-transform: initial !important;}
    .article-3-item .article-content > a {
      text-transform: uppercase;
      font-size: 14px;
      font-family: Roboto, sans-serif;
      color: #383838;
      display: flex;
      align-items: center; }
      .article-3-item .article-content > a .icon {
        height: 24px;
        width: 24px;
        background: #000;
        border-radius: 50%;
        text-align: center;
        line-height: 18px;
        display: inline-block;
        transform: rotate(45deg);
        margin-left: 6px;
        position: relative;
        z-index: 5;
        overflow: hidden;
        margin-top: -4px; }
        .article-3-item .article-content > a .icon::before {
          position: absolute;
          content: '';
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) scale(0);
          height: 100%;
          width: 100%;
          z-index: -1;
          background: linear-gradient(330deg, #d80e26 0%, #fad029 80%);
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          border-radius: 50%; }
  .article-3-item:hover {
    background-color: transparent;
    border-color: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1); }
    .article-3-item:hover .article-content a .icon::before {
      transform: translate(-50%, -50%) scale(1); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .article-3-item.item-3 {
      display: none; } }
  .article-3-item.article-4-item .article-content .date .item {
    background: linear-gradient(330deg, #d80e26 0%, #fad029 80%);
    border-radius: 0; }
  .article-3-item.article-4-item .article-content > a .icon::before {
    background: linear-gradient(330deg, #d80e26 0%, #fad029 80%); }
  .article-3-item.article-7-item .article-content .date .item {
    background: #d80e26; }
  .article-3-item.article-7-item .article-content > a .icon::before {
    background: #d80e26; }
  .article-3-item.article-post-item .article-content .date .item {
    background: linear-gradient(330deg, #d80e26 0%, #fad029 80%); }
  .article-3-item.article-post-item .article-content > a .icon::before {
    background: #d80e26; }

