.slider1-char{
    color:#fff;
    font-size: 147px;
    font-weight: 800;
}
.slider2-char{
    color:#fff;
    font-size: 117px;
    font-weight: 800;
}

.hbox{
    cursor: pointer;
}
/*popup*/
.popup{
    width: 900px;
    margin: auto;
    text-align: center
}
.popup img{
    cursor: pointer
}
.showimg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.showimg .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
}
.showimg .img-show{
    width: 97%;
    max-width: 600px;
    max-height: 900px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
.img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.img-show img{
    width: 100%;
    height: auto;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}
/*End style*/
.fullimg{
    display: none;
}


.video-section .col-12 {
  height: 658.125px;
}
@media (max-width: 1170px){
  .video-section .col-12 {
    height: 56.25vw;
  }
}




@media (min-width: 768px){
    .counter li {
        height: 229px;
        padding: 70px 20px;
        width: 33%;
    }
    .counter span {
        font-size: 29px;
    }
}
