/*--------------------- S-ABOUT ---------------------*/
.s-about {
    padding: 80px 0 0; }
  
  .about-effect-tringle {
    position: absolute;
    top: 3px;
    right: 15%; }
  
  .about-row {
    align-items: center; }
  
  .about-img-col {
    flex: 0 0 44%;
    /*max-width: 44%;*/ }
  
  .about-img-1 {
    position: relative;
    display: inline-block; }
    .about-img-1 img {
      display: block;
      max-width: 100%;
      position: relative;
      z-index: 1; }
    .about-img-1 .about-img-effect-1 {
      position: absolute;
      bottom: 94px;
      right: -98px;
      z-index: 0; }
    .about-img-1 .about-img-effect-2 {
      position: absolute;
      bottom: -36px;
      left: 202px; }
  
  .about-img-2 {
    margin-top: -187px;
    text-align: right;
    position: relative;
    z-index: 2; }
    .about-img-2 img {
      max-width: 90%;
    margin-right: 100px;
    margin-left: auto; }


    @media screen and (max-width: 768px){
        .about-img-1 img {
            max-width: 74%; }
            .about-img-1 .about-img-effect-1 {
                position: absolute;
                bottom: 90px;
                right: 10px;
                z-index: 0; }
            .about-img-1 .about-img-effect-2 {
                position: absolute;
                bottom: -36px;
                left: 180px; }

        .about-img-2 img {
            max-width: 50%;
            margin-right: 10px;
        }
    }
  
  .about-info-cover {
    flex: 0 0 56%;
    /*max-width: 56%;*/ }
    .about-info-cover .title-decor {
      text-align: left; }
      .about-info-cover .title-decor:before {
        transform: none;
        left: 0; }
    .about-info-cover .text a {
      color: var(--first-color); }
      .about-info-cover .text a:hover {
        color: #fff; }
    .about-info-cover .text p {
      margin-bottom: 44px;
      text-align: justify; }
      .about-info-cover .text p:last-child {
        margin-bottom: 0; }
    .about-info-cover .social-list li {
      margin-right: 24px; }
      .about-info-cover .social-list li:last-child {
        margin-right: 0; }
    .about-info-cover .social-list a {
      color: #fff;
      font-size: 23px; }
      .about-info-cover .social-list a:hover {
        color: var(--first-color); }
  
  .about-cont {
    margin: 30px 0 22px;
    display: flex;
    align-items: center; }
    .about-cont li {
      margin-right: 27px; }
      .about-cont li:last-child {
        margin-right: 0; }
      .about-cont li i {
        margin-right: 17px;
        font-size: 18px; }
      .about-cont li a {
        color: var(--first-color);
        font-size: 17px; }
        .about-cont li a:hover {
          color: #fff; }

/*------------------ S-ABOUT-BOTTOM ------------------*/
.s-about-bottom {
    padding-top: 23px; }
  
  .about-bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #272a31;
    padding: 20px 0;
    height: 100%; }
    .about-bottom-item .date-cover {
      font-family: "Righteous", sans-serif;
      text-transform: uppercase;
      text-align: center;
      border-right: 2px solid var(--first-color);
      width: 38%;
      padding: 5px 0; }
      .about-bottom-item .date-cover .date {
        font-size: 48px;
        font-weight: 400;
        line-height: .75;
        margin-bottom: 11px; }
  
  .about-bottom-info {
    width: 62%;
    padding: 16px 15px 16px 20px;
    color: #bebebe;
    font-size: 15px; }

/*---------------- S-TRAINING-SCHEDULE ----------------*/
.s-training-schedule {
    padding: 80px 0 60px;
    background-position: center;
    background-repeat: no-repeat; }
  
  .training-schedule-cover {
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
  
  .training-schedule-top {
    border-top: 1px solid var(--first-color);
    background-color: #272a31;
    line-height: 41px; }
  
  .training-schedule-table table {
    width: 100%;
    background-color: #343641;
    font-size: 14px; }
  .training-schedule-table thead {
    background-color: #191a1f;
    text-transform: uppercase; }
  .training-schedule-table th, .training-schedule-table td {
    width: 12.5%;
    text-align: center;
    border-right: 1px solid #3c3e4a; }
    .training-schedule-table th:last-child, .training-schedule-table td:last-child {
      border-right: none; }
  .training-schedule-table th {
    border-color: transparent;
    padding: 10px 5px 10px 5px;
    color: #999;
    font-weight: 700; }
  .training-schedule-table td {
    padding: 12px; }
    .training-schedule-table td:first-child {
      color: #999;
      font-weight: 700; }
    .training-schedule-table td h4 {
      line-height: 1;
      text-transform: uppercase; }
    .training-schedule-table td .date {
      font-weight: 700;
      margin-top: 2px;
      color: var(--first-color); }
    .training-schedule-table td .name {
      text-transform: capitalize; }
  .training-schedule-table tr {
    border-bottom: 1px solid #3c3e4a; }
    .training-schedule-table tr:last-child {
      border-bottom: none; }

@media screen and (max-width: 1023px) {
    .s-training-schedule{
        display: none;
    }
}