.pageHeader {
  font-size: 24px;
  margin-bottom: 15px;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .pageHeader span {
    display: inline-block;
    margin-bottom: -2px;
    border-bottom: 2px solid #1d2c4c;
    padding-bottom: 3px; }
  .pageHeader .btn {
    padding: 5px 20px; }
  .pageHeader.multiBtn {
    justify-content: flex-end; }
    .pageHeader.multiBtn span {
      margin-right: auto; }
    .pageHeader.multiBtn .btn + .btn {
      margin-left: 5px; }
      @media (max-width: 575.98px) {
        .pageHeader.multiBtn .btn + .btn {
          margin-left: 0;
          margin-top: 5px; } }
  @media (max-width: 575.98px) {
    .pageHeader {
      flex-direction: column;
      align-items: flex-start; } }

.eventHeaderContainer {
  position: relative; }
  .eventHeaderContainer .column {
    padding: 0; }
  .eventHeaderContainer img {
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: 0 auto; }
  .eventHeaderContainer .eventName {
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
    margin: 0; }

.detailContainer {
  margin: 50px auto; }
  @media (max-width: 991.98px) {
    .detailContainer {
      margin: 30px auto; } }
  .detailContainer .eventImg img {
    display: block;
    margin: 0 auto 15px;
    border: 1px solid #cccccc;
    border-radius: 15px; }
  .detailContainer .info {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 15px; }
  .detailContainer .eventDate span {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 15px; }
    .detailContainer .eventDate span.date + .date {
      margin-left: 20px; }
  .detailContainer .hostInfo {
    text-align: center; }
  .detailContainer .shareIcons i.fa {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 15px; }
    .detailContainer .shareIcons i.fa:hover {
      transform: rotate(360deg); }
  .detailContainer .shareIcons a + a {
    margin-left: 10px; }
  .detailContainer .eventDescription a.link {
    color: #2ab26f;
    transition: 0.3s;
    font-weight: bold; }
    .detailContainer .eventDescription a.link:hover {
      color: #1d2c4c; }
  .detailContainer .eventDescription .note {
    color: #eb3636; }
  .detailContainer .registerBtn {
    text-align: center; }
  .detailContainer iframe {
    max-width: 100%; }

.stickySection {
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  border-top: 1px solid #ccc;
  transition: 0.3s;
  transform: translateY(100%); }
  .stickySection.show {
    transform: translateY(0%); }
  .stickySection .column.col-lg-12 {
    padding: 0; }
  .stickySection .eventInfoWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    width: 1170px;
    margin: auto;
    max-width: 100%; }
    .stickySection .eventInfoWrapper .eventQuickInfo span.date {
      margin-bottom: 10px;
      display: inline-block; }
      @media (min-width: 576px) {
        .stickySection .eventInfoWrapper .eventQuickInfo span.date + .date {
          margin-left: 50px; } }
      @media (max-width: 575.98px) {
        .stickySection .eventInfoWrapper .eventQuickInfo span.date {
          font-size: 13px;
          margin-bottom: 5px; }
          .stickySection .eventInfoWrapper .eventQuickInfo span.date + .date {
            margin-left: 15px; } }
    @media (max-width: 599.98px) {
      .stickySection .eventInfoWrapper .eventHeading h4 {
        font-size: 1rem; } }
    .stickySection .eventInfoWrapper .eventHeading h4 {
      margin: 0; }
    @media (max-width: 599.98px) {
      .stickySection .eventInfoWrapper {
        flex-direction: column;
        padding: 5px; }
        .stickySection .eventInfoWrapper .eventQuickInfo {
          width: 100%; }
        .stickySection .eventInfoWrapper .registerProvess {
          margin-top: 5px;
          width: 100%; }
          .stickySection .eventInfoWrapper .registerProvess .btn.btn-primary {
            padding: 4px 20px; } }

/*temp changes*/
.descVideoWrapper .col-md-7 {
  flex: 0 0 100%;
  max-width: 100%; }

.descVideoWrapper .col-md-5 {
  display: none; }

/*temp changes*/
/*founderDetail page*/
@media (min-width: 992px) {
  .founderDetailContainer .col-md-3 {
    padding-right: 0px; }
  .founderDetailContainer .founderQuickInfo {
    margin-left: -15px; } }

.founderDetailContainer .founderImage img {
  width: 100%; }

.founderDetailContainer .founderQuickInfo {
  padding: 20px 25px;
  box-shadow: 0 15px 15px 0 #acbdcb; }

.founderDetailContainer .detail .detaiHeading {
  width: 15%;
  display: inline-block; }
  @media (max-width: 575.98px) {
    .founderDetailContainer .detail .detaiHeading {
      width: 100%;
      margin-bottom: 5px; } }

.founderDetailContainer .detail .detailContent {
  font-weight: bold; }

.founderDetailContainer .founderDetailInfo {
  margin-top: 30px;
  padding: 15px 20px;
  box-shadow: 0 15px 15px 0 #acbdcb;
  margin-bottom: 60px; }
  .founderDetailContainer .founderDetailInfo .iconHeading {
    padding-left: 45px;
    position: relative; }
    .founderDetailContainer .founderDetailInfo .iconHeading h3 {
      margin: 0; }
    .founderDetailContainer .founderDetailInfo .iconHeading i.fa {
      position: absolute;
      left: 0;
      top: 0;
      width: 35px;
      height: 35px;
      border: 2px solid #2ab26f;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #2ab26f; }
  .founderDetailContainer .founderDetailInfo .desc {
    padding-left: 45px;
    margin-top: 15px;
    position: relative; }
    .founderDetailContainer .founderDetailInfo .desc:before {
      content: '';
      position: absolute;
      height: calc(100% - 5px);
      width: 2px;
      left: 15px;
      background-color: #2ab26f;
      top: 0px; }
    .founderDetailContainer .founderDetailInfo .desc a.links {
      color: #2ab26f;
      transition: 0.3s;
      font-weight: bold;
      font-weight: normal; }
      .founderDetailContainer .founderDetailInfo .desc a.links:hover {
        color: #1d2c4c; }
      .founderDetailContainer .founderDetailInfo .desc a.links .fa {
        background-color: transparent;
        margin-right: 5px; }

/*founderDetail page*/
