body{
    font-family: math;
    background-image: url('../imgs/bg.png');
    background-repeat: repeat-y; 
}
.logo {
    position: relative;
  }
.font_familty_awsome{
    font-family: 'FontAwesome';;
}
.accordion-toggle{
    font-family: math;
    font-size: 21px;
}
.top-right {
    position: absolute;
    top: 8px;
    right: 30px;
    color: orange;
  }
  .center-right{
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 30px;
    color: orange;
    font-size: 20px;
  }
.bottom-right {
    position: absolute;
    bottom: 5px;
    right: 30px;
    color: orange;
    font-size: 20px;
  }
  .bg-gray{
      background-color: #F7F7F7;
  }
  .judge-name{
      line-height: 0px;
  }
.nationality{
    font-size: 18px;
}
.mt-40{
    margin-top: 40px;
}

.head-sec{
    margin-top: 10%;
}

.c-footer {
    background: black;
    color: white;
}
.mobile {
    display: none;
  }
  .faqHeader {
    font-size: 27px;
    margin: 20px;
}
.gb-cream{
    background-color: #F7F7F7;
}

.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}
.event-date {
    font-size: 25px;
}
.comp_heading {
    margin-top: 10px;
}

.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
    font-weight: 600;
}

.challenge-sen-img{
    margin-top: 15%;
}
.challenge-jun-img{
    margin-top: 5%;
}
.heading_color{
    color: #25351e;
}
.sub_heading_color{
    color: #4771bd;
}
.txt_color{
    color: #273e2a;
}

 .left-top{
    position: absolute;
    top: 3%;
    left: 3%;
 } 


/* Responsive Start Here */
@media (min-width: 768px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
        top: 0px;
    }
}
.bg-soft-primary {
    background-color: rgba(64,144,203,.3)!important;
}
.bg-soft-success {
    background-color: rgba(71,189,154,.3)!important;
}
.bg-soft-danger {
    background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
    background-color: rgb(160 130 44 / 30%)!important;
}
.card {
    border: none;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    background-color: #efefef;
}

.border_pay{
    border: 1px solid black;
}
.pay_course_title{
    margin: 10px;
}
  @media screen and (max-width: 575px) {
    .head-sec {
        margin-top: 10px;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .bottom-right {
        position: absolute;
        bottom: -2px;
        right: 0px;
        font-size: 12px;
      }
      .center-right {
        position: absolute;
        bottom: 60px;
        right: 5px;
        font-size: 12px;
      }
      .center-right{
        position: absolute;
        bottom: 40px;
        right: 5px;
      }
      .top-right{
        right: 5px;
        font-size: 11px;
      }
      .btn{
          font-size: 8px;
      }
      .left-top img{
        width: 60%;
     } 
     
  } 
  
  @media (min-width: 576px) and (max-width: 768px) {
    .head-sec {
        margin-top: 0px;
    }
    .challenge-sen-img{
        margin-top: 30%;
    }
  }

  @media (min-width: 300px) and (max-width: 500px) {
    .event-date {
        width: 100% !important;
    }
  }