.header-logo {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 1rem !important;
}
.intelegain-logo img {
  width: 200px;
}
.microsoft-logo img {
  width: 200px;
}
.bg-repate {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0 12rem;
}
.bg-repate2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0 8rem;
}
.bg-heading {
  font-size: 56px;
}
.bg-heading2 {
  font-size: 50px;
}
.bg-heading3 {
  font-size: 24px;
}
.sub-heading2 {
  font-size: 24px;
}
.heading-group {
  position: relative;
  top: -120px;
}
.heading-desc {
  background: #fff;
  box-shadow: 0px 3px 20px #6F7E9C29;
  border-radius: 12px;
  padding: 2rem 2rem;
}
.heading-desc2 {
  padding: 2rem 2rem;
  border: 1px solid #BDC7E3;
border-radius: 6px;
}
.content-desc {
  color: #0B2143;
  font-size: 20px;
}
.regs-desc {
  color: #0B2143;
  font-size: 16px;
}
.regs-desc2 {
  color: #0B2143;
  font-size: 14px;
}
.desc-section {
  padding: 2rem 0 2rem;
}
.event-listing-group {
  border: 1px solid #BDC7E3;
  border-radius: 12px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.event-listing {
  display: flex;
}
.event-content {
  padding: 0 2rem;
}
.text-blue {
  color: #0B2143;
}
.event-titles {
  font-size: 32px;
}
.btn-primary {
  background: #FF8B26 !important;
    color: #fff !important;
    padding: 10px 28px !important;
    font-size: 18px;
    border: none;
}
.btn-primary:hover {
  background: #bb5e0c !important;
    color: #fff !important;
    padding: 10px 28px !important;
    font-size: 18px;
    border: none;
}
.footer {
  background-color: #3C3F4D;
  padding: 1rem 0 1rem;
}
.dis-aligns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright-text {
  color: #B2B5C4;
  margin-right: 1.5rem;
  margin-top: 10px;
}
.text-orange {
  color: #F79C2E;
}
.labeldesc {
  color: #82858D;
  margin-bottom: 4px;
}
.btn-white {
  padding: 10px 28px !important;
  font-size: 18px;
  border: 1px solid #D7DDEE;
  margin-left: 15px;
}
.btn-white:hover {
  padding: 10px 28px !important;
  font-size: 18px;
  border: 1px solid #D7DDEE;
}
.time-heading {
  font-size: 16px;
  color: #0B2143;
}
.seperator {
  height: 25px;
    width: 2px;
    background: #0B2143;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.check-listing-group {
  border: 1px solid #BDC7E3;
border-radius: 6px;
padding: 2rem 2rem;
}

.checlist-item {
  font-size: 18px;;
}
.user-box {
  width: fit-content;
}
.user-box img {
width: 200px;
}
.check-listing-group {
  display: flex;
}

.acceptance-814 {
  width: 18% !important;
}

span.wpcf7-not-valid-tip {
    white-space: nowrap !important;
}

@media screen and (max-width: 576px) { 

  .intelegain-logo img {
    width: 100px;
  }
  .microsoft-logo img {
    width: 100px;
  }
  .bg-repate {
    padding: 4rem 1rem 8rem;
}
  .bg-heading {
    font-size: 28px;
}
.content-desc {
  color: #0B2143;
  font-size: 16px;
}
  .event-listing {
    display: block;
  }
  .event-content {
    padding: 1rem 0rem;
}
.event-image img {
  width: 320px;
}
.event-titles {
  font-size: 24px;
}
  .event-listing-group {
     display: block; 
     padding: 1rem;
}
.bg-heading2 {
  font-size: 30px;
}
.check-listing-group {
  display: block;
}
}