.abt-us-block {
    padding: 24px;
    border-radius: 18px;
    margin: 28px;
}

.abt-us-bg-1 {
    background-image: linear-gradient(118deg , #bdc3c738 50%,#2c3e506b 94%);
}

.abt-us-bg-2 {
    background-image: linear-gradient(118deg , #efd4defd 40%,#f5ebe2fd 70%);
}

/* .abt-us-bg-3 {
    background-image: linear-gradient(118deg , #614385 40%,#516395 70%);
}

.abt-us-bg-4 {
    background-image: linear-gradient(118deg , #000428 40%,#000428 70%);
} */
   
.header {
    padding: 46px 0 16px 40px;
    font-family: serif;
    font-size: 52px;
}

.timeline {
    position: relative;
    width: 860px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: -24px;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80,80,80);
    background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    
    z-index: 1;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.timeline .direction-l {
    position: relative;
    width: 400px;
    float: left;
    text-align: right;
}

.timeline .direction-l.detailed-description {
    margin-top: 34px;
}

.timeline .direction-r {
    position: relative;
    width: 400px;
    float: right;
}

.timeline .direction-r.detailed-description {
    margin-top: 34px;
}

.timeline .flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.timeline .flag {
    position: relative;
    display: inline;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.timeline .direction-l .flag {
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    background: linear-gradient(45deg, white, #f07138);
}

.timeline .direction-r .flag {
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    background: linear-gradient(45deg, #f07138, white);
}

.timeline .direction-l .flag:before,
.timeline .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #f07138;
    z-index: 1;
}

.timeline .direction-r .flag:before {
    left: -40px;
}

.timeline .direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #f07138;
    border-width: 8px;
    pointer-events: none;
}

.timeline .direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #f07138;
    border-width: 8px;
    pointer-events: none;
}

.timeline .time-wrapper {
    display: inline;
    
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
}

.timeline .direction-l .time-wrapper {
    float: left;
}

.timeline .direction-r .time-wrapper {
    float: right;
}

.timeline .time {
    display: inline-block;
    padding: 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    background: rgb(248,248,248);
}

.timeline .desc {
    position: relative;
    margin: 1em 0.75em 20px 0;
    font-size: 0.77777em;
    font-style: italic;
    line-height: 1.5em;

    /* height: 400px; */
    width: 400px;
    overflow:hidden;
    
    /* &:hover {
    .image-info-msg {
        display: flex;
        transition: 0.5s;
    }

    .galleryimg {
        transform: scale(1.2);
        width: 100%;
        transition: 0.5s;
    }

    .image-info {
        display: flex;
    }
    }  */
}
.timeline .desc .image-info-msg {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 30px 0;
    font-family: serif;
    font-size: 24px;
    font-weight: 500;
    color: white;
    align-items: center;
    text-align: center;
    display: none;
    z-index: 1;
    }

    .timeline .desc .galleryimg {
    width: 100%;
    transition: transform 0.4s ease;
    transform-origin: 50% 50%;
    }

    .galleryimg .image-info {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    background: gray;
    opacity: 0.3;
    }
/* ================ Timeline Media Queries ================ */

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

    .timeline {
    width: 85%;
    padding: 4em 0 1em 0;
    }

    .timeline .desc {
    width: 80vw;
    /* height: 80vw; */
    }
    
    .timeline li {
    padding: 2em 0;
    }
    
    .timeline .direction-l,
    .timeline .direction-r {
        float: none;
        width: 100%;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .timeline .direction-l.detailed-description,
    .timeline .direction-r.detailed-description {
        margin-top: 14px;
        background: cornsilk;
        border: 1px solid cyan;
        border-radius: 4px;
        padding: 14px;
        z-index: 1;
    }
    
    .timeline .flag-wrapper {
    text-align: center;
    }

    .timeline .flag {
    background: rgb(255,255,255);
    z-index: 1;
    }

    .timeline .direction-l .flag:before,
    .timeline .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #f07138;
    z-index: 1;
    }

    .timeline .direction-l .flag:after,
    .timeline .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: #f1a581;
    border-width: 8px;
    pointer-events: none;
    }

    .timeline .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 1;
    }

    .timeline .direction-l .time-wrapper {
    float: none;
    }

    .timeline .direction-r .time-wrapper {
    float: none;
    }

    .timeline .desc {
    position: relative;
    margin: 1em 0 0 0;
    background: white;
    /* box-shadow: 0 0 1px rgba(0,0,0,0.20); */

    z-index: 1;
    }

    .timeline .direction-l .desc,
    .timeline .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;

    z-index: 1;
    }

}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    border-radius: 12px;
}
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
.c-stepper {
    position: relative;
    padding-left: 38px;
}

.c-stepper__item {
    display: flex;
    gap: 1rem;
    position: relative;
}

.c-stepper__item:before {
    --size: 2rem;
    content: "";
    position: relative;
    z-index: 1;
    flex: 0 0 var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: lightgrey;   
}

.c-stepper__item:last-child::before {
    --size: 3rem;
    z-index: 1;
    background: transparent;
    content: "";
    position: relative;
    margin-right: -9px;
    margin-left: -6px;
    flex: 0 0 var(--size);
    height: var(--size);
    background-image: url("../media/brand/hand_logo.png");
    background-size: 46px;
    background-repeat: no-repeat;
    -webkit-animation: step2ulafter 6s; /* Safari 4+ */
    -moz-animation:    step2ulafter 6s; /* Fx 5+ */
    -o-animation:      step2ulafter 6s; /* Opera 12+ */
    animation:         step2ulafter 6s; /* IE 10+, Fx 29+ */ 
}

.line-1 {
    border-right: 3px solid #f07138;
    /* border-left: 1px solid #f07138; */
    position: absolute;
    height: calc(100% - 103px);
    top: 20px;
    left: 53px;
    /* min-width: 2px;
    max-width: 2px; */
    -webkit-animation: step1ulafter 5s; /* Safari 4+ */
    -moz-animation:    step1ulafter 5s; /* Fx 5+ */
    -o-animation:      step1ulafter 5s; /* Opera 12+ */
    animation:         step1ulafter 5s; /* IE 10+, Fx 29+ */ 
}
  
  @-webkit-keyframes step1ulafter {
      from { height: 0 }
      to   { height: calc(100% - 103px) }
  }
  @-moz-keyframes step1ulafter {
      from { height: 0 }
      to   { height: calc(100% - 103px) }
  }
  @-o-keyframes step1ulafter {
      from { height: 0 }
      to   { height: calc(100% - 103px) }
  }
  @keyframes step1ulafter {
      from { height: 0 }
      to   { height: calc(100% - 103px) }
  }
  
  @-webkit-keyframes step2ulafter {
      from { opacity: 0 }
      to   { opacity: 1 }
  }
  @-moz-keyframes step2ulafter {
      from { opacity: 0 }
      to   { opacity: 1 }
  }
  @-o-keyframes step2ulafter {
      from { opacity: 0 }
      to   { opacity: 1 }
  }
  @keyframes step2ulafter {
      from { opacity: 0 }
      to   { opacity: 1 }
  }