@charset "utf-8";

.movi_t{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.movi{
    height: 100vh;
    overflow: hidden;
}
.movi video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gsap-reveal{
    display: block;
    margin-bottom: 0px;
}
.counter-v1 .counter-label{
    font-size: 20px;
}
.testimonial-v1 .testimonial-inner-bg{
    text-align: left;
    line-height: 26px;
    padding: 20px;
    /* padding-bottom: 40px; */
    max-width: 1100px;
    margin: 0 auto;
}
.pc{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pc_l{
    max-width: 500px;
}
.p_t h3{
    border-bottom: 1px solid #D63447;
    padding-bottom: 5px;
}
.pc_r ul li{
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
}
.pc_ti ul{
    display: flex;
    /* justify-content: space-between; */
}
.pc_ti ul li{
    border: 1px solid #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}
.pc_ti ul li:nth-child(1){
    border-right: 0;
}
.testimonial-v1 .testimonial-author-info img{
    width: 160px;
}
/* .gsap-reveal-hero .reveal-wrap .cover{
    background-color: #fff;
}
.gsap-reveal-img .reveal-wrap .cover{
    background-color: #fff;
} */


/*--------------------------------------------------------------
# Resume Section
--------------------------------------------------------------*/
.resume{
    padding: 3.5rem 0;
}
.resume .resume-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #D63447;
    position: relative;
  }
  
  .resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: color-mix(in srgb, #fff, transparent 20%);
    margin-bottom: 10px;
  }
  
  .resume .resume-item h5 {
    font-size: 16px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .resume .resume-item ul {
    padding-left: 20px;
  }
  
  .resume .resume-item ul li {
    padding-bottom: 10px;
  }
  
  .resume .resume-item:last-child {
    padding-bottom: 0;
  }
  
  .resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #000;
    border: 2px solid #D63447;
  }
  .resume .resume-title{
    margin-top: 25px;
    margin-bottom: 25px;
  }


  .col-md-4{
    flex: 100%;
    max-width: 100%;
  }
  .contact-info-v1{
    display: flex;
    justify-content: space-between;
  }
  .unslate_co--footer{
    height: 260px;
  }
  .unslate_co--site-inner {
    margin-bottom: 260px;
  }
  .unslate_co--site-mobile-menu ul > li.has-children .arrow-collapse{
    display: none;
  }

  
@media screen and (max-width:1085px) {
    .pc_ti ul{
        display: block;
    }
    .pc_ti ul li:nth-child(1) {
        border-right: 1px solid #000;
        border-bottom: 0;
    }
    .pc_ti ul li{
        text-align: center;
    }
}


@media screen and (max-width:768px) {
    .movi video{
        width: 144%;
        transform: translateX(-15%);
        object-fit: contain;
    }
    .contact-info-v1{
        display: block;
      }
      .pc{
        display: block;
      }
      .testimonial-v1 .testimonial-author-info{
        margin-top: -30px;
      }

}