.counter-style-1 .counter-box{
  text-align: center;
}
.counter-style-1 .counter-box .icon {
    margin-bottom: 30px;
    line-height: 1;
}

.counter-style-1 .counter-box .icon i {
    font-size: 70px;
    color: #BA1C24;
}
.counter-style-1 .counter-box h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.counter-style-1 .counter-box h4 .plus-icon {
    font-size: 16px;
}
.counter-box .title {
    color: #999999;
}
.counter-dark-layout .counter-box h4{
  color:#fff;
}
.counter-text-left .counter-box {
    text-align: left;
}
.counter-text-right .counter-box {
    text-align: right;
}
.counter-text-center .counter-box {
    text-align: center;
}
/* counter style 2 */
.counter-style-2 .counter-box.counter-box-two {
    background-color: #fff;
    padding: 30px 40px 30px 120px;
    position: relative;
    margin-bottom: 30px;
}
.counter-style-2 .counter-box.counter-box-two .icon {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 60px;
    color: #BA1C24;
    margin: 0;
    line-height: 1;
}
.counter-style-2 .counter-box.counter-box-two h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: "Rubik", serif;
}
.counter-style-2 .counter-box.counter-box-two .icon img {
    width: 60px;
}
.counter-style-2.counter-dark-layout .counter-box {
    background-color: #000;
}
.counter-style-2.counter-dark-layout .counter-box h4{
  color:#fff;
}

/* Style 3 */
.full-height.video-sec-left {
    background-color: #141433;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}
.full-height.video-sec-left .video-sec-left-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.full-height.video-sec-left .video-sec-left-inner ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}
.full-height.video-sec-left .video-sec-left-inner ul li i {
    color: #ba1c24;
    margin-right: 6px;
}
.full-height.video-sec-left .video-sec-left-inner ul li:not(:last-child):after {
    content: '|';
    color: #fff;
    margin: 0 15px;
}
.full-height.video-sec-left .video-sec-left-inner h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.full-height.video-sec-left .upcoming-cam-timer .sigma_counter,
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    display: flex;
}
.full-height.video-sec-left .upcoming-cam-timer .sigma_counter span,
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter span {
    background: white;
    padding: 8px 9px;
    border: 1px solid #ba1c24;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: #ba1c24;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}
.full-height.video-sec-left .upcoming-cam-timer .sigma_counter span:first-child,
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter span:first-child {
    margin-left: 0px;
}
.full-height.video-sec-left .upcoming-cam-timer .sigma_counter span:last-child,
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter span:last-child {
    margin-right: 0px;
}
.full-height.video-sec-left .upcoming-cam-timer .sigma_counter > span,
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter > span{
  font-size: 26px;
  line-height: 1;
  padding-top: 12px;
  box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
}

/* Style 4 */

.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter span{
  width: 100px;
  height: 100px;
}
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter > span{
  font-size: 28px;
  box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
}
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter span .text {
    padding: 0;
    height: auto;
    line-height: 1.8;
}
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter span {
    background: #fff;
    color: #000;
    border: 0;
}
.counter-style-4 .counter-style-4 .upcoming-cam-timer .sigma_counter {
    justify-content: flex-start;
}

@media (max-width: 575px) {
.counter-style-2 .counter-box.counter-box-two h4,
.counter-style-1 .counter-box h4 {
    font-size: 38px;
}
}
