.timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.timeline *,
.timeline :after,
.timeline :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}
.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.timeline__item {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 2.5rem 0.625rem 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.timeline__item:after {
  background-color: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}
.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.timeline__item--left {
  left: 0;
}
.timeline__item--right {
  /* left: 50%; */
  padding: 0.625rem 0 0.625rem 2.5rem;
}
.timeline__item--right:after {
  left: -11px;
}
.timeline__item--right .timeline__content:before {
  border-bottom: 11px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 11px solid transparent;
  left: -12px;
}
.timeline__item--right .timeline__content:after {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
  left: -10px;
}
.timeline__content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
  display: block;
  padding: 1.25rem;
  position: relative;
}
.timeline__content:after,
.timeline__content:before {
  content: "";
  height: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.timeline__content:before {
  border-bottom: 11px solid transparent;
  border-left: 12px solid #ccc;
  border-top: 11px solid transparent;
  right: -12px;
  z-index: 1;
}
.timeline__content:after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  right: -11px;
  z-index: 2;
}
.timeline__content label {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}
.timeline__content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.timeline--horizontal {
  font-size: 0;
  padding: 0 3.125rem;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  background-color: #ddd;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item:after {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: flex !important;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: flex;
  align-items: end;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0;
}
.timeline--horizontal .timeline__item--bottom:after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline-nav-button {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev:before {
  background-image: url(https://www.educationforlife.net/wp-content/plugins/timeline-block-block/assets/css/../images/arrow-left.svg);
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next:before {
  background-image: url(https://www.educationforlife.net/wp-content/plugins/timeline-block-block/assets/css/../images/arrow-right.svg);
}
.timeline--mobile {
  padding: 0;
}
.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 12px solid transparent;
}
.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}.es_caption{padding-bottom:1em;padding-right:.5em}.es_msg{padding-top:5px;padding-bottom:5px;color:red}.es_textbox{padding-bottom:10px}.es_button{padding-top:10px;padding-bottom:5px}.es_textbox_class{width:200px}.es_lablebox{padding-bottom:3px}.es_subscription_message.success{color:green;font-size:16px}.es_subscription_message.error{color:red;font-size:16px}.es_spinner_image{display:none;float:right}.es-field-wrap{margin-bottom:.6em}.ig-es-form-list-selection,.ig-es-form-list-selection td,.ig-es-form-list-selection tr,.ig-es-form-radio-selection,.ig-es-form-radio-selection td,.ig-es-form-radio-selection tr{border:none}.ig_es_form_wrapper{width:30%;margin:0 auto;border:2px #e8e3e3 solid;padding:.9em;border-radius:5px}.ig_es_form_heading{font-size:1.3em;line-height:1.5em;margin-bottom:.5em}.ig_es_list_checkbox{margin-right:.5em}.ig_es_submit{color:#FFFFFF!important;border-color:#03a025!important;background:#03a025!important;box-shadow:0 1px 0 #03a025;font-weight:700;height:2.4em;line-height:1em;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;font-size:1em;padding:0 2em;margin-top:1em}.ig_es_submit:hover{color:#FFF!important;background:#0AAB2E!important;border-color:#0AAB2E!important}.ig_es_form_wrapper hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}.es_form_cf{padding:.75rem}select.es_form_cf,input[type="text"].es_form_cf,input[type="number"].es_form_cf,input[type="date"].es_form_cf{width:50%}.eb-advance-heading-wrapper a{color:inherit}.eb-advance-heading-wrapper>*{transition:all .3s ease-in-out}.eb-advance-heading-wrapper .eb-ah-title>*{display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.eb-advance-heading-wrapper.marquee{box-sizing:border-box;overflow:hidden;position:relative;white-space:nowrap;width:100%}.eb-advance-heading-wrapper.marquee .eb-ah-title{animation-duration:10s;animation-iteration-count:infinite;animation-name:marquee;animation-timing-function:linear;display:inline-block}.eb-advance-heading-wrapper.marquee .eb-ah-title>*{white-space:nowrap!important}.eb-advance-heading-wrapper.marquee .eb-ah-title:hover{animation-play-state:paused}.eb-advance-heading-wrapper.waviy .eb-ah-title{-webkit-box-reflect:below -20px linear-gradient(transparent,rgba(0,0,0,.3));line-height:1.5em}.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a){animation:waviy 1s;display:inline-block}.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a):nth-child(2){animation-delay:1s}.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a):nth-child(3){animation-delay:2s}.eb-advance-heading-wrapper.waviy .eb-ah-title a{-webkit-box-reflect:below -20px linear-gradient(transparent,rgba(0,0,0,.3));line-height:1.5em}.eb-advance-heading-wrapper.waviy .eb-ah-title a>*{animation:waviy 1s;display:inline-block}.eb-advance-heading-wrapper.waviy .eb-ah-title a>:nth-child(2){animation-delay:1s}.eb-advance-heading-wrapper.waviy .eb-ah-title a>:nth-child(3){animation-delay:2s}.eb-advance-heading-wrapper .eb-ah-separator.icon>*{font-size:inherit}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes waviy{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}/* eb-text-s6o0u Starts */.eb-text-wrapper.eb-text-s6o0u{position:relative;text-align:left;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-text-wrapper.eb-text-s6o0u:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-text-wrapper.eb-text-s6o0u .eb-text{text-align:left;color:#000;column-rule-color:var(--eb-global-text-color);column-rule-style:default;column-count:1;column-gap:15px}.eb-parent-eb-text-s6o0u{display:block}.root-eb-text-s6o0u{position:relative} @media(max-width: 1024px){.eb-parent-eb-text-s6o0u{display:block}} @media(max-width: 767px){.eb-parent-eb-text-s6o0u{display:block}}/* =eb-text-s6o0u= Ends *//* eb-text-9nyyj Starts */.eb-text-wrapper.eb-text-9nyyj{position:relative;text-align:left;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-text-wrapper.eb-text-9nyyj:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-text-wrapper.eb-text-9nyyj .eb-text{text-align:left;color:#000;column-rule-color:var(--eb-global-text-color);column-rule-style:default;column-count:1;column-gap:15px}.eb-parent-eb-text-9nyyj{display:block}.root-eb-text-9nyyj{position:relative} @media(max-width: 1024px){.eb-parent-eb-text-9nyyj{display:block}} @media(max-width: 767px){.eb-parent-eb-text-9nyyj{display:block}}/* =eb-text-9nyyj= Ends *//* eb-text-fwl23 Starts */.eb-text-wrapper.eb-text-fwl23{position:relative;text-align:left;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-text-wrapper.eb-text-fwl23:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-text-wrapper.eb-text-fwl23 .eb-text{text-align:left;color:#000;column-rule-color:var(--eb-global-text-color);column-rule-style:default;column-count:1;column-gap:15px}.eb-parent-eb-text-fwl23{display:block}.root-eb-text-fwl23{position:relative} @media(max-width: 1024px){.eb-parent-eb-text-fwl23{display:block}} @media(max-width: 767px){.eb-parent-eb-text-fwl23{display:block}}/* =eb-text-fwl23= Ends *//* eb-text-rv0qd Starts */.eb-text-wrapper.eb-text-rv0qd{position:relative;text-align:left;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-text-wrapper.eb-text-rv0qd:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-text-wrapper.eb-text-rv0qd .eb-text{text-align:left;color:#000;column-rule-color:var(--eb-global-text-color);column-rule-style:default;column-count:1;column-gap:15px}.eb-parent-eb-text-rv0qd{display:block}.root-eb-text-rv0qd{position:relative} @media(max-width: 1024px){.eb-parent-eb-text-rv0qd{display:block}} @media(max-width: 767px){.eb-parent-eb-text-rv0qd{display:block}}/* =eb-text-rv0qd= Ends *//* eb-advance-heading-b5zqi Starts */.eb-advance-heading-wrapper.eb-advance-heading-b5zqi{position:relative;text-align:center;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;background:linear-gradient(135deg,rgb(245,177,7) 0%,rgb(9,1,15) 47%,rgb(42,94,126) 100%);transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-title{text-align:center;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:6px}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-title .first-title{color:rgba(255,255,255,1);padding:10px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-subtitle{text-align:center;color:#555555;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-separator{color:#555555;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-separator.line{border-style:none none solid;border-color:rgba(246,233,233,0.99);border-width:4px;width:100px;margin-left:auto;margin-right:auto}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-separator.icon{text-align:center;color:rgba(246,233,233,0.99);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-separator.icon svg{fill:rgba(246,233,233,0.99);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-b5zqi .eb-ah-separator.icon > *{color:rgba(246,233,233,0.99)}.eb-parent-eb-advance-heading-b5zqi{display:block}.root-eb-advance-heading-b5zqi{position:relative}.root-eb-advance-heading-b5zqi.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-b5zqi.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-b5zqi.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-b5zqi.eb_liquid_glass-effect1 > .eb-parent-wrapper > div{background:transparent} @media(max-width: 1024px){.eb-parent-eb-advance-heading-b5zqi{display:block}} @media(max-width: 767px){.eb-parent-eb-advance-heading-b5zqi{display:block}}/* =eb-advance-heading-b5zqi= Ends *//* eb-text-s6o0u Starts */.eb-text-wrapper.eb-text-s6o0u{position:relative;text-align:left;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-text-wrapper.eb-text-s6o0u:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-text-wrapper.eb-text-s6o0u .eb-text{text-align:left;color:#000;column-rule-color:var(--eb-global-text-color);column-rule-style:default;column-count:1;column-gap:15px}.eb-parent-eb-text-s6o0u{display:block}.root-eb-text-s6o0u{position:relative} @media(max-width: 1024px){.eb-parent-eb-text-s6o0u{display:block}} @media(max-width: 767px){.eb-parent-eb-text-s6o0u{display:block}}/* =eb-text-s6o0u= Ends *//* eb-text-9nyyj Starts */.eb-text-wrapper.eb-text-9nyyj{position:relative;text-align:left;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-text-wrapper.eb-text-9nyyj:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-text-wrapper.eb-text-9nyyj .eb-text{text-align:left;color:#000;column-rule-color:var(--eb-global-text-color);column-rule-style:default;column-count:1;column-gap:15px}.eb-parent-eb-text-9nyyj{display:block}.root-eb-text-9nyyj{position:relative} @media(max-width: 1024px){.eb-parent-eb-text-9nyyj{display:block}} @media(max-width: 767px){.eb-parent-eb-text-9nyyj{display:block}}/* =eb-text-9nyyj= Ends *//* eb-text-fwl23 Starts */.eb-text-wrapper.eb-text-fwl23{position:relative;text-align:left;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-text-wrapper.eb-text-fwl23:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-text-wrapper.eb-text-fwl23 .eb-text{text-align:left;color:#000;column-rule-color:var(--eb-global-text-color);column-rule-style:default;column-count:1;column-gap:15px}.eb-parent-eb-text-fwl23{display:block}.root-eb-text-fwl23{position:relative} @media(max-width: 1024px){.eb-parent-eb-text-fwl23{display:block}} @media(max-width: 767px){.eb-parent-eb-text-fwl23{display:block}}/* =eb-text-fwl23= Ends *//* eb-text-rv0qd Starts */.eb-text-wrapper.eb-text-rv0qd{position:relative;text-align:left;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-text-wrapper.eb-text-rv0qd:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-text-wrapper.eb-text-rv0qd .eb-text{text-align:left;color:#000;column-rule-color:var(--eb-global-text-color);column-rule-style:default;column-count:1;column-gap:15px}.eb-parent-eb-text-rv0qd{display:block}.root-eb-text-rv0qd{position:relative} @media(max-width: 1024px){.eb-parent-eb-text-rv0qd{display:block}} @media(max-width: 767px){.eb-parent-eb-text-rv0qd{display:block}}/* =eb-text-rv0qd= Ends */