.UpperPart {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 3;
    background-color: #fff
}

.UpperPart-Img {
    padding: 50px
}

.UpperPart-Img img {
    height: 100%;
    width: 100%
}

.UpperPart-text {
    height: auto;
    padding: 50px 50px 50px 0;
    text-align: left;
    line-height: 2
}

.UpperPart-Title {
    color: #292929;
    padding: 20px;
    font-size: 30px;
    font-weight: 600
}

.UpperPart-SubTitle {
    color: #2F2F2F;
    padding: 20px;
    font-weight: 500
}

.UpperPart-Description {
    font-size: 20px;
    color: #7D7D7D;
    padding: 20px
}

.connection-line {
    height: 30vh;
    width: 50%;
    background-color: #fff;
    margin-top: -10vh;
    margin-left: 25%;
    margin-right: 25%;
    border-right: 1.2px solid #000;
    z-index: 3
}

.horizontal-lines {
    display: block;
    width: 0;
    height: 1.2px;
    margin-top: 30vh;
    position: absolute;
    background-color: #000;
    animation-name: animated-line;
    -webkit-animation-name: animated-line;
    -ms-animation-name: animated-line;
    -moz-animation-name: animated-line;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1
}

#line-left {
    left: 50%
}

#line-right {
    right: 25%
}

#line-center {
    margin: auto
}

.timeline {
    list-style: none;
    padding-top: 0vh;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: fixed;
    content: " ";
    width: 1.5px;
    background-color: #eaeaea;
    border: 1.25px solid #eaeaea;
    left: 50%;
    height: 100%;
    z-index: -5
}

.timeline:after {
    top: 0;
    bottom: 0;
    position: fixed;
    content: " ";
    width: 1.5px;
    background-color: #000;
    left: 50%;
    border: 1.25px solid #000;
    height: 50vh;
    z-index: -5
}

.timeline>li {
    position: relative
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline-panel {
    width: 45%;
    height: 200px;
    float: left;
    padding: 50px;
    position: relative;
    text-align: justify;
    color: #000
}

.timeline-panel-img img {
    width: 100%;
    height: auto;
    max-width: 40vw;
    max-height: 35vh;
    left: auto;
    right: auto
}

.timeline-badge.active {
    color: #000;
    animation-name: lines;
    -webkit-animation-name: lines;
    -ms-animation-name: lines;
    -moz-animation-name: lines;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1
}

.timeline-panel-body {
    opacity: 1
}

.timeline-panel.active:after {
    animation-name: lines2;
    -webkit-animation-name: lines2;
    -ms-animation-name: lines2;
    -moz-animation-name: lines2;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1
}

.timeline-panel.active:before {
    animation-name: lines3;
    -webkit-animation-name: lines3;
    -ms-animation-name: lines3;
    -moz-animation-name: lines3;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1
}

.timeline-panel-img.active:before {
    animation-name: ani-img;
    -webkit-animation-name: ani-img;
    -ms-animation-name: ani-img;
    -moz-animation-name: ani-img;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1
}

.timeline-badge {
    color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 25px;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 48.8%;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 100
}

.timeline-body p {
    font-size: 20px;
    line-height: 26px
}

.timeline-body p strong {
    font-size: 24px
}

.timeline-panel.timeline-inverted,
.timeline-inverted>.timeline-panel {
    float: right
}

.timeline-panel.timeline-inverted:before,
.timeline-inverted>.timeline-panel:before {
    left: -6vw;
    right: auto
}

.timeline-panel.timeline-inverted:after,
.timeline-inverted>.timeline-panel:after {
    background-color: lightblue;
    left: -15.2vw;
    right: auto;
    width: 10vw
}

.timeline-title {
    font-size: 2em;
    line-height: 1.5;
    font-weight: 600
}

.year-title {
    font-size: 34px;
    color: #000
}

.timeline-heading h5 {
    margin-top: 100px
}

.endpart {
    position: relative;
    height: 50vh;
    background-color: #fff;
    z-index: 3;
    margin-top: 100px;
    text-align: center
}

.endpart p {
    padding-top: 200px
}

@keyframes animated-line {
    0% {
        width: 0
    }
    100% {
        width: 25%
    }
}

@keyframes ani-img {
    0% {
        background-color: lightblue;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1)
    }
    50% {
        background-color: #7390BF;
        transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2)
    }
    100% {
        background-color: #000;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1)
    }
}

@keyframes ani-panel {
    0% {
        color: #7390BF;
        ;
        opacity: 0
    }
    50% {
        color: #7390BF;
        opacity: .5
    }
    100% {
        color: #7390BF;
        opacity: 1
    }
}

@keyframes ani-body {
    0% {
        color: lightblue
    }
    50% {
        color: #7390BF
    }
    100% {
        color: #000
    }
}

@keyframes lines3 {
    0% {
        border: 1px solid lightblue;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1)
    }
    50% {
        border: 1.25px solid #7390BF;
        transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2)
    }
    100% {
        border: 1.5px solid #000;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1)
    }
}

@keyframes lines {
    0% {
        border: 1px solid lightblue;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1)
    }
    50% {
        border: 1.25px solid #7390BF;
        transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5)
    }
    100% {
        border: 1.5px solid #000;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1)
    }
}

@keyframes lines2 {
    0% {
        height: 1px
    }
    50% {
        height: 1.25px;
        background-color: #7390BF
    }
    100% {
        height: 1.5px;
        background-color: #000
    }
}

@media (max-width:1440px) {
    .timeline-badge {
        left: 48.2%
    }
}

@media (max-width:1023px) and (-webkit-min-device-pixel-ratio:1) {
    .timeline {
        list-style: none;
        padding-top: 0vh;
        position: relative;
        z-index: -3
    }
    .timeline:before {
        top: 0;
        bottom: 0;
        position: fixed;
        content: " ";
        width: 1.5px;
        background-color: #eaeaea;
        border: 1.25px solid #eaeaea;
        left: 50%;
        height: 100%;
        z-index: -5
    }
    .timeline:after {
        top: 0;
        bottom: 0;
        position: fixed;
        content: " ";
        width: 1.5px;
        background-color: #000;
        left: 50%;
        border: 1.25px solid #000;
        height: 50vh;
        z-index: -5
    }
    .timeline {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0
    }
    .timeline:before {
        left: 8%
    }
    .timeline:after {
        left: 8%
    }
    .timeline>li {
        padding-bottom: 0%;
        padding-left: 10%;
        height: auto
    }
    .timeline>li>.timeline-badge {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 0;
        font-size: 0em;
        left: -12%;
        top: 0;
        margin-bottom: 50px;
        position: relative
    }
    .timeline-badge.active {
        color: #000;
        animation-name: lines-mob;
        -webkit-animation-name: lines-mob;
        -ms-animation-name: lines-mob;
        -moz-animation-name: lines-mob;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-delay: 0s;
        -ms-animation-delay: 0s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1
    }
    .timeline>li>.timeline-panel {
        width: 100%;
        height: 35vh;
        float: none;
        left: 0%;
        background-color: #fff;
        z-index: 5;
        display: block;
        padding: 5%;
        height: auto;
        text-align: justify;
        top: -120px
    }
    .timeline-body p {
        font-size: 90%;
        line-height: 1.25
    }
    .timeline-title {
        font-size: 1.5em
    }
    .timeline-panel-img img {
        width: 100%;
        height: auto;
        max-width: 90vw;
        left: auto;
        right: auto
    }
    @keyframes lines-mob {
        0% {
            border: 1px solid lightblue;
            transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1)
        }
        50% {
            border: 1.25px solid #7390BF;
            transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2)
        }
        100% {
            border: 1.5px solid #000;
            transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1)
        }
    }
    .timeline-body p {
        font-size: 1em;
        line-height: 1.4;
        text-align: justify
    }
}

@media (max-width:912px) {
    .timeline>li>.timeline-badge {
        left: -7rem
    }
}

@media (max-width:820px) {
    .timeline>li>.timeline-badge {
        left: -4.8rem
    }
}

@media (max-width:768px) {
    .timeline>li>.timeline-badge {
        left: -3.5rem
    }
    .timeWork .swiper-wrapper.contentWapDown {
        padding-bottom: 0
    }
    .timeWork .swiper-button-next:after,
    .timeWork .swiper-button-prev:after {
        font-size: 25px;
        background: #fad48b;
        padding: 13px 22px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto
    }
    .aboutUs.abtInPage p {
        width: 100% !important
    }
}

@media (max-width:767px) {
    .timeline>li>.timeline-badge {
        left: -2rem
    }
    .timeWork .howWetabsIn .swiper {
        padding: 0 !important;
        margin: 0
    }
    .timeWork .howWetabsIn .swiper-wrapper.contentWapDown {
        padding-bottom: 0
    }
    .timeline-slider p.thumbNailsNames {
        min-height: 250px
    }
    .timeWork .howWetabsIn .timeline-slider button span.numbersIconWrapp {
        margin-bottom: 2.6rem !important;
        margin-left: 0
    }
    .howWetabsIn .timeline-slider button span.numbersIconWrapp {
        margin-bottom: -0.4rem !important;
        margin-left: -10%
    }
    .timeline-slider h2 {
        font-size: 1.2rem;
        margin-bottom: 70px !important
    }
    .timeWork .swiper-button-prev,
    .timeWork .swiper-rtl .swiper-button-next {
        left: 0;
        right: auto
    }
}

@media (min-width:768px) and (max-width:991px) and (orientation:landscape) {
    .timeline>li>.timeline-badge {
        left: -6.7rem
    }
}

@media (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    .timeline>li>.timeline-badge {
        left: -5.2rem
    }
}

.timeline-slider h2 {
    font-size: 1.2rem;
    margin-bottom: 16px
}

.timeline-slider p.thumbNailsNames {
    font-size: 1rem;
    text-align: center;
    background: #000;
    margin: 10px;
    padding: 30px;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    min-height: 210px;
    line-height: 30px;
    justify-content: center;
    display: flex
}

.howWetabsIn .mainSwipWrap.timeline-slider::before {
    margin-left: 0;
    margin-top: 0;
    left: 0%;
    top: 25%;
    transform: translate(0, -50%);
    width: 12560px;
    display: block
}

.abt-Ides .jour-abtBxx.journeyInfo {
    padding: 50px
}

.jour-abtBxx.journeyInfo p {
    width: 100%
}

.timeWork .swiper-button-next,
.timeWork .swiper-button-prev {
    position: absolute;
    top: 50%
}

.timeWork .swiper-button-next {
    position: absolute;
    right: 10%
}

.timeWork .swiper-button-prev {
    position: absolute;
    left: 10%
}

.timeWork .swiper-button-next:after,
.timeWork .swiper-button-prev:after {
    font-size: 25px;
    background: #fad48b;
    padding: 10px 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px
}

.timeWork .swiper-slide.swiper-slide-visible.swiper-slide-active p.thumbNailsNames {
    background: var(--themeColor)
}

.timeWork .howWetabsIn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.jourNav {
    margin-top: 30px
}

.howWetabsIn .timeline-slider button span.numbersIconWrapp {
    background: #fdf1db;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.875rem;
    font-weight: 700;
    border: 3px solid #111
}