
/**
   * TimeLine Common Style 
*/

    .wdt-timeline-holder .wdt-timeline-title > *:is(h1, h2, h3, h4, h5, h6) { margin: 0px; }
    .wdt-timeline-holder .wdt-timeline-content-group > div:not(:last-child) { margin-bottom: 20px; }

    .wdt-timeline-holder .wdt-timeline-wrapper .wdt-timeline-icon-wrapper { display: flex; }
    .wdt-timeline-holder .wdt-timeline-wrapper .wdt-timeline-icon-wrapper .wdt-timeline-icon { 
        display: inline-flex; align-items: center; justify-content: center; }
    .wdt-timeline-pagination:has( > .swiper-button-lock) {display:none;}


/** 
    * Template Default   
*/

    .wdt-temp-default .timeline-content-item.swiper-slide { padding: 0px clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem); /* 20px - 40px */ }

    /* .wdt-temp-default .timeline-content-item .wdt-timeline-line { position: absolute; height: 1px; 
        width: 100vw; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color:rgba(var(--wdtSecondaryColorRgb),.3); } */

    .wdt-temp-default .wdt-timeline-pagination > div[class*="swiper-button-next-"],
    .wdt-temp-default .wdt-timeline-pagination > div[class*="swiper-button-prev-"] { 
        z-index: 10; padding: 0px; margin: 0px;
        display: flex; align-items: center; justify-content: center;
        
        width: clamp(2.5rem, 2.2922rem + 0.694vw, 3.125rem) /*50px - 40px*/;
        height: clamp(2.5rem, 2.2922rem + 0.694vw, 3.125rem) /*50px - 40px*/;
        background: transparent;
        border: 1px solid var(--wdtSecondaryColor);
        color: var(--wdtSecondaryColor);
    }

    .wdt-dark-bg .wdt-temp-default .wdt-timeline-pagination > div[class*="swiper-button-next-"],
    .wdt-dark-bg .wdt-temp-default .wdt-timeline-pagination > div[class*="swiper-button-prev-"] { color: var(--wdtAccentTxtColor); border-color: var(--wdtAccentTxtColor); }

    .wdt-temp-default .wdt-timeline-pagination > div:hover { background-color: var(--wdtSecondaryColor); color: var(--wdtAccentTxtColor); border-color: var(--wdtSecondaryColor);}
    .wdt-dark-bg .wdt-temp-default .wdt-timeline-pagination > div:hover { background-color: var(--wdtAccentTxtColor); color: var(--wdtSecondaryColor); border-color: var(--wdtAccentTxtColor); }

    .wdt-temp-default .wdt-timeline-pagination > div.swiper-button-disabled { cursor: not-allowed; }

    .wdt-temp-default .wdt-timeline-pagination > div[class*="swiper-button-next-"] { right: 20px; order:1; }
    .wdt-temp-default .wdt-timeline-pagination > div[class*="swiper-button-prev-"] { left: 20px; }
    .wdt-temp-default .wdt-timeline-pagination > div i{display: flex;}
    .wdt-temp-default .wdt-timeline-pagination > div i::before{content: ""; 
    color: var(--wdtSecondaryColor); background-color: currentColor; width: 1em; height: 1em; 
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath d='M5,82.4C1.6,85.8,1.6,91.5,5,95c3.5,3.5,9.1,3.5,12.6,0l-6.3-6.3L5,82.4z M99,9.9C99,5,95,1,90.1,1H9.9C5,1,1,5,1,9.9 c0,4.9,4,8.9,8.9,8.9h71.3v71.3c0,4.9,4,8.9,8.9,8.9c4.9,0,8.9-4,8.9-8.9V9.9z M11.3,88.7l6.3,6.3l78.7-78.7l-6.3-6.3l-6.3-6.3 L5,82.4L11.3,88.7z'%3E%3C/path%3E%3C/svg%3E"); 
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath d='M5,82.4C1.6,85.8,1.6,91.5,5,95c3.5,3.5,9.1,3.5,12.6,0l-6.3-6.3L5,82.4z M99,9.9C99,5,95,1,90.1,1H9.9C5,1,1,5,1,9.9 c0,4.9,4,8.9,8.9,8.9h71.3v71.3c0,4.9,4,8.9,8.9,8.9c4.9,0,8.9-4,8.9-8.9V9.9z M11.3,88.7l6.3,6.3l78.7-78.7l-6.3-6.3l-6.3-6.3 L5,82.4L11.3,88.7z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-size: 98%; mask-size: 98%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; 
    -webkit-mask-position: center; mask-position: center; font-size: clamp(0.875rem, 0.7321rem + 0.2232vw, 1rem) /*16px - 14px*/;rotate: -135deg;transition: var(--wdtAltTransition);}
    .wdt-temp-default .wdt-timeline-pagination > div i.wdticon-angle-right::before { rotate: 45deg; }
    .wdt-temp-default .wdt-timeline-pagination > div:hover i::before{
        color: var(--wdtAccentTxtColor);
    }

    .wdt-temp-default .timeline-content-item .wdt-timeline-container { display: flex; flex-wrap: wrap; 
        gap: clamp(1.875rem, 1.0096rem + 3.8462vw, 5.625rem); /* 30px - 90px */ position: relative; top: 50%; transform: translateY(-50%); }
    .wdt-temp-default .timeline-content-item .wdt-timeline-container > div { flex: 1 1 100%; align-content: center;  display:grid; position: relative;}
    .wdt-temp-default .timeline-content-item .wdt-timeline-container:after{
        content:'';
        width:24px;
        height:24px;
        background-color: var(--wdtPrimaryColor);
        position:absolute;
        top:50%;
        left:0;
        transform:translateY(-50%) scale(0.6);
        -webkit-transform:translateY(-50%) scale(0.6);
        border-radius:var(--wdtRadius_Full);
        transition:var(--wdtAltTransition);
     }
     .wdt-temp-default .timeline-content-item .wdt-timeline-container:hover:after{
        transform:translateY(-50%) scale(1);
        -webkit-transform:translateY(-50%) scale(1);
     }

    .wdt-temp-default .timeline-content-item .wdt-timeline-main-title{
        font-family:var(--wdtFontTypo_H5);
        font-size: clamp(1.5rem, 1.4169rem + 0.2776vw, 1.75rem); /* Min-24 & Max-28 */ 
        font-weight:var(--wdtFontWeight_H4);
        line-height:var(--wdtLineHeight_H4);
        color:var(--wdtHeadAltColor);
        transition:var(--wdtBaseTransition);
    }
    .wdt-timeline-holder .wdt-temp-default .wdt-timeline-content-group > div:not(:last-child) { margin-bottom: 20px; }

    
    /* .wdt-timeline-holder .wdt-temp-default .wdt-timeline-content {color:var(--wdtHeadAltColor);} */
     .wdt-temp-default .timeline-content-item .wdt-timeline-container:hover .wdt-timeline-main-title{color:var(--wdtPrimaryColor);}
    .wdt-temp-default .timeline-content-item .wdt-timeline-image{border-radius:var(--wdtRadius_2X); overflow:hidden; transition:var(--wdtAltTransition); overflow:hidden;}
    .wdt-temp-default .timeline-content-item .wdt-timeline-container .wdt-timeline-image img{transition:var(--wdtAltTransition); height: 100%; object-fit: cover;}
    .wdt-temp-default .timeline-content-item .wdt-timeline-container:hover .wdt-timeline-image img{transform:scale(1.1);}
    .wdt-timeline-holder .wdt-temp-default  .wdt-timeline-content-items .timeline-content-item:nth-child(odd) .wdt-timeline-content-group,
    .wdt-timeline-holder .wdt-temp-default  .wdt-timeline-content-items .timeline-content-item:nth-child(even) .wdt-timeline-content-group{
        margin:0;
      }
    .wdt-timeline-holder .wdt-temp-default  .timeline-content-item:nth-child(odd) .wdt-timeline-main-title{order:-1; margin-bottom:20px;}
    .wdt-timeline-holder .wdt-temp-default  .timeline-content-item:nth-child(even) .wdt-timeline-main-title{order:1; margin-top:20px;}
    .wdt-timeline-holder .wdt-temp-default  .wdt-timeline-content-items .timeline-content-item:nth-child(odd) .wdt-timeline-container > div{align-content:end;}
    .wdt-timeline-holder .wdt-temp-default  .wdt-timeline-content-items .timeline-content-item:nth-child(even) .wdt-timeline-container > div{align-content:start;}
    .wdt-timeline-holder .wdt-temp-default .wdt-timeline-content-items .wdt-timeline-content {
            margin-bottom: 0;
        }

        .wdt-temp-default .wdt-timeline-icon svg {
            height: auto;
            font-size: inherit;
        }
    
        .wdt-temp-default .wdt-timeline-icon {
            font-size: clamp(9.375rem, 8.6365rem + 3.3758vw, 12.6875rem);
            color:var(--wdtHeadAltColor);
        }
    
        
         .wdt-timeline-holder:has(.wdt-temp-default):after {
            content: '';
            position: absolute;
            width: 700vw;
            height: 1px;
            background:var(--wdtBorderColor);
            top:50%;
            z-index:0;
            left: -50vw;
        }

    @media screen and (min-width: 1281px) {
        .wdt-temp-default .timeline-content-item.swiper-slide { width: 25%; }
    }
    
   

    @media screen and (min-width: 1025px) and (max-width: 1280px) {
        .wdt-temp-default .timeline-content-item.swiper-slide { width: 33.33%; }
    }
     @media(max-width:1280px){
        .wdt-timeline-holder:has(.wdt-temp-default):after{
            top: calc(var(--wdt-top) + calc(clamp(1.875rem, 1.0096rem + 3.8462vw, 5.625rem) / 2));
        }
        .wdt-temp-default .wdt-timeline-pagination > div[class*="swiper-button-next-"], .wdt-temp-default .wdt-timeline-pagination > div[class*="swiper-button-prev-"]{
            top: calc(var(--wdt-top) + calc(clamp(1.875rem, 1.0096rem + 3.8462vw, 5.625rem) / 2));
        }
        .wdt-temp-default .timeline-content-item .wdt-timeline-container:after{
            top: calc(var(--wdt-top) + calc(clamp(1.875rem, 1.0096rem + 3.8462vw, 5.625rem) / 2));
        }
        /* .wdt-timeline-holder .wdt-temp-default .wdt-timeline-content-items .timeline-content-item:nth-child(even) .wdt-timeline-container > div {
            align-content: end;
        } */
        .wdt-timeline-holder .wdt-temp-default .timeline-content-item:nth-child(odd) .wdt-timeline-main-title{
            order:unset;
        }
        .wdt-timeline-holder .wdt-temp-default .wdt-timeline-content-items .timeline-content-item:nth-child(odd) .wdt-timeline-container > div{
            align-content:unset;
        }
        .wdt-temp-default .timeline-content-item.swiper-slide{display:flex;}
        
        .wdt-timeline-holder .wdt-temp-default .timeline-content-item:nth-child(odd) .wdt-timeline-main-title{margin-top:20px; margin-bottom: 0;}
        .wdt-timeline-pagination{ display:flex; justify-content:center; margin-top:60px; gap:20px;}
    }
     @media(max-width:1024px){
        .wdt-temp-default .timeline-content-item .wdt-timeline-container{
            gap:70px;
        }
    }

    @media screen and (min-width: 600px) and (max-width: 1024px) {
        .wdt-temp-default .timeline-content-item.swiper-slide { width: 50%; }
    }
    /* @media (min-width:767px){
        .wdt-timeline-holder .wdt-temp-default  .wdt-timeline-content-items .timeline-content-item:nth-child(even) .wdt-timeline-content-group{
            order:-1;
        }} */
   
    @media(max-width:767px){
        .wdt-temp-default .timeline-content-item .wdt-timeline-image{width:100%;}
    }


    @media screen and (max-width: 599px) {
        .wdt-temp-default .timeline-content-item.swiper-slide { width: 100%; }
    }
    @media screen and (max-width:767px){
        .wdt-timeline-holder .wdt-temp-default .wdt-timeline-content-items .timeline-content-item:nth-child(odd) .wdt-timeline-container > div{
            align-content:start;
        }
        /* .wdt-timeline-holder .wdt-timeline-content-items .timeline-content-item:nth-child(odd) .wdt-timeline-content-group .wdt-timeline-icon-wrapper{
            margin-top:10px;
        } */
        .wdt-timeline-holder .wdt-temp-default .timeline-content-item:nth-child(odd) .wdt-timeline-main-title{
            order:unset;
            margin-top:20px;
            
        }
        .wdt-timeline-holder .wdt-temp-default .timeline-content-item .wdt-timeline-main-title{
           margin-bottom:15px;
        }
    }


/**
    * Template Timeline 
*/

    /* Line Style */

  .wdt-temp-timeline-list {
  counter-reset: timeline-counter;
} 


.wdt-temp-timeline-list .timeline-content-item  .wdt-timeline-image img{
    border-radius:var(--wdtRadius_3X);
    width: 100%;
      
}

.wdt-temp-timeline-list .timeline-content-item { display:grid; width: 100%;  grid-template-columns: 1fr auto 1fr; align-items:center; counter-increment: timeline-counter; overflow: hidden;}


.wdt-timeline-holder .wdt-timeline-content-items  .wdt-timeline-content-group{
    grid-column:3;
    grid-row:1;
    margin-bottom: clamp(1.875rem, 1.3177rem + 2.5478vw, 4.375rem);  /* Min-30 & Max-70 */ 
    margin-top: clamp(1.875rem, 1.3177rem + 2.5478vw, 4.375rem);  /* Min-30 & Max-70 */ 
}

.wdt-temp-timeline-list .timeline-content-item .wdt-timeline__line { height: 100%; width: 1px; 
    grid-column:2; grid-row: 1; position:relative;  
    background-image: repeating-linear-gradient(to bottom, var(--wdtBorderColor) 0 4px, transparent 4px 5px);
   background-size: 100% 16px; 
    animation: runGradient 1s linear infinite;
 }

@keyframes runGradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 16px; 
  }
}

 .wdt-temp-timeline-list .timeline-content-item:first-child .wdt-timeline__line{
    top: 0;
 }

 .wdt-temp-timeline-list .timeline-content-item:first-child .wdt-timeline__line:after{
    top:50%;
    transform: translate(-50%, calc(-50% - 35px));
 }
 .wdt-temp-timeline-list .timeline-content-item:last-child .wdt-timeline__line:after {
    bottom: 50%;
    top: auto;
    transform: translate(-50%, 50%);
}


 .wdt-temp-timeline-list .timeline-content-item .wdt-timeline__line:after{
    content: counter(timeline-counter, decimal-leading-zero);
    font-size: clamp(1.875rem, 1.5963rem + 1.2739vw, 3.125rem); /* Min-30 & Max-50 */
    font-family:var(--wdtFontTypo_Base);
    font-weight:var(--wdtFontWeight_Ext);
    color: rgb(var(--wdtHeadAltColorRgb), .2);
    width:100px;
    height:100px;
    background-color: var(--wdtAccentTxtColor);
    border-radius:var(--wdtRadius_Full);
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:50%;
    transform: translate(-50%, calc(-50% - 35px));
    transition:var(--wdt-Ad-Transition);
    z-index:2;
 }
 .wdt-temp-timeline-list .timeline-content-item:hover .wdt-timeline__line:after{
    background-color: var(--wdtLinkHoverColor);
    color: var(--wdtAccentTxtColor);
 }
 
.wdt-temp-timeline-list .timeline-content-item  .wdt-timeline-image img{
    border-radius:var(--wdtRadius_1X);
}

.wdt-temp-timeline-list .timeline-content-item  .wdt-timeline-image{
    padding: 20px;
    background-color: var(--wdtAccentTxtColor);
    border-radius:var(--wdtRadius_2X);
    grid-column:1;
    grid-row:1;
    transition:var(--wdt-Ad-Transition);
}

.wdt-temp-timeline-list .timeline-content-item:hover .wdt-timeline-image{
    background-color:var(--wdtPrimaryColor);
}

.wdt-temp-timeline-list .wdt-timeline-title h5{ font-size: clamp(1.625rem, 1.4299rem + 0.8917vw, 2.5rem); /* Min-26 & Max-40 */ font-weight: var(--wdtFontWeight_Ext); }

/* for odd */

.wdt-timeline-holder .wdt-timeline-content-items  .timeline-content-item:nth-child(odd) .wdt-timeline-content-group{
    grid-column:1;
    grid-row:1;
    margin-right:clamp(5rem, 3.1887rem + 8.2803vw, 13.125rem); /* 210-70 */
}
.wdt-timeline-holder .wdt-timeline-content-items  .timeline-content-item:nth-child(even) .wdt-timeline-content-group{
    margin-left:clamp(5rem, 3.1887rem + 8.2803vw, 13.125rem);  /* 210-70 */
}
.wdt-temp-timeline-list .timeline-content-item:nth-child(odd)  .wdt-timeline-image{
    grid-column:3;
    grid-row:1;
    margin-left:clamp(5rem, 3.1887rem + 8.2803vw, 13.125rem); /* 210-70 */
}
.wdt-temp-timeline-list .timeline-content-item:nth-child(even)  .wdt-timeline-image{
    margin-right:clamp(5rem, 3.1887rem + 8.2803vw, 13.125rem); /* 210-70 */
}
.wdt-temp-timeline-list .timeline-content-item:last-child .wdt-timeline-image{margin-bottom:0;}

.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-content p{
    margin-bottom:0;
    text-wrap: balance;
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-title{
    margin-bottom:20px;
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-content{
   
    max-width:500px;
    display:inline-block;
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-button{
    width: fit-content;
    display:inline-block;
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-button a{
    padding:12px 30px;
    display:flex;
    gap:12px;
    align-items:center;
    transition:var(--wdt-Ad-Transition);
    color:var(--wdtBorderColor);
}

.wdt-timeline-holder .timeline-content-item:hover .wdt-timeline-button a{
    background-color:var(--wdtPrimaryColor);
    color:var(--wdtAccentTxtColor);
    border-color:var(--wdtPrimaryColor);
}
.wdt-timeline-holder .timeline-content-item:hover .wdt-timeline-button a:hover{
    background-color:var(--wdtHeadAltColor);
    color:var(--wdtAccentTxtColor);
    border-color:var(--wdtHeadAltColor);
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-button a:after{
   content:'';
   background-color:var(--wdtBodyTxtColor);
   display:inline-block;
   width:25px;
   height:25px;
   mask-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath d='M25,0.5C11.5,0.5,0.5,11.5,0.5,25c0,13.5,11,24.5,24.5,24.5c13.5,0,24.5-11,24.5-24.5C49.5,11.5,38.5,0.5,25,0.5z M13.6,34.9c-0.6,0.4-1.2-0.5-0.7-1.1l6.9-8.3c0.2-0.3,0.2-0.7,0-1l-6.9-8.3c-0.5-0.6,0.1-1.5,0.7-1.1l5.3,3.7l8.1,5.7 c0.4,0.3,0.4,0.9,0,1.2l-8.1,5.7L13.6,34.9z M37,25.6l-8.1,5.7l-5.3,3.7c-0.6,0.4-1.2-0.5-0.7-1.1l6.9-8.3l0,0c0.2-0.3,0.2-0.7,0-1 l-6.9-8.3c-0.5-0.6,0.1-1.5,0.7-1.1l5.3,3.7l8.1,5.7C37.3,24.7,37.3,25.3,37,25.6z'/%3E%3C/svg%3E%0A");
   mask-repeat:no-repeat;
   transition:var(--wdt-Ad-Transition);
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-button a:hover:after{
    background-color:var(--wdtAccentTxtColor);
}
.wdt-timeline-holder .wdt-timeline-content-items .timeline-content-item:hover .wdt-timeline-button a:after{
    background-color:var(--wdtAccentTxtColor);
}



@media (min-width: 1025px) {
    .wdt-temp-timeline-list .timeline-content-item .wdt-timeline-image {
        margin-bottom:70px;
    }
}

/* @media (max-width:1280px){
 .wdt-temp-timeline-list .timeline-content-item .wdt-timeline__line:after{
    width:80px;
    height:80px;
 }
 .wdt-temp-timeline-list .timeline-content-item:last-child .wdt-timeline__line {
    transform: translate(0px, 70px);
}
.wdt-temp-timeline-list .timeline-content-item:first-child .wdt-timeline__line {
    top: 150px;
}

} */
@media (max-width:1024px){
.wdt-temp-timeline-list .timeline-content-item:nth-child(even)  .wdt-timeline-image{
    margin-right:100px;
}
.wdt-temp-timeline-list .timeline-content-item:nth-child(odd)  .wdt-timeline-image{
   
    margin-left:100px; 
}
.wdt-timeline-holder .wdt-timeline-content-items  .timeline-content-item:nth-child(odd) .wdt-timeline-content-group{
   margin-right:100px; 
}
.wdt-timeline-holder .wdt-timeline-content-items  .timeline-content-item:nth-child(even) .wdt-timeline-content-group{
    margin-left:100px;
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-content-group{
    margin-top:30px;
}

.wdt-temp-timeline-list .timeline-content-item .wdt-timeline__line:after{
    width:80px;
    height:80px;
    transform: translate(-50%, calc(-50% - 0px));
}
.wdt-temp-timeline-list .timeline-content-item:first-child .wdt-timeline__line:after {
    top: 50%;
    transform: translate(-50%, calc(-50% - 0px));
}

}

@media (max-width:767px){
.wdt-timeline-holder .wdt-timeline-content-items  .timeline-content-item:nth-child(odd) .wdt-timeline-content-group{
    grid-column:1;
    grid-row:3;
    margin-left:0px; 
    margin-right:0;
}
.wdt-timeline-holder .wdt-timeline-content-items  .timeline-content-item:nth-child(even) .wdt-timeline-content-group{
    margin-left:0px; 
    margin-right:0;
    grid-column:1;
    grid-row:3;
}
.wdt-temp-timeline-list .timeline-content-item:nth-child(odd)  .wdt-timeline-image{
    grid-column:1;
    grid-row:1;
    margin-right:00px; 
    margin-left:0;
}
.wdt-temp-timeline-list .timeline-content-item:nth-child(even)  .wdt-timeline-image{
    margin-right:0px; 
    margin-left:0;
    grid-column:1;
    grid-row:1;

}
.wdt-temp-timeline-list .timeline-content-item .wdt-timeline__line{
    margin-top: 20px;
    height: 50px;
    width: 50px;
    grid-row: 2;
    grid-column: 1;
    position: relative;
    background-image: none;
    animation: none;
}
.wdt-temp-timeline-list .timeline-content-item .wdt-timeline__line:after {
    font-size: 20px;
    width: 50px;
    height: 50px;
    top: 0;
    transform: translate(0%, calc(0% - 0px));
}
.wdt-temp-timeline-list .timeline-content-item:first-child .wdt-timeline__line:after {
    top: 0;
    transform: translate(0%, calc(0% - 0px));
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-content-group {
        margin-top: 20px;
}
.wdt-temp-timeline-list .timeline-content-item:last-child .wdt-timeline__line:after {
    bottom: 0;
    top: 0;
    transform: translate(0%, 0%);
}

.wdt-temp-timeline-list .timeline-content-item{
    grid-template-columns:100%;
    display: inline-grid;
}
.wdt-temp-timeline-list .timeline-content-item:not(:last-child){
    margin-bottom:40px;
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-content-group{
    margin-bottom:0;
}

.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-content{
    margin-bottom:0;
}
.wdt-timeline-holder .wdt-timeline-content-items .wdt-timeline-content-group{
    margin-bottom:0px;
}

}

