.comapny-img {
    height: 500px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    margin: -258px 0 80px;
}

.comapny-img img,
.comapny-img iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-profile-btn {
    background: #ff5c5c;
    display: block;
    position: absolute;
    left: 0;
    padding: 10px;
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
    top: -50px;
}

.company-profile-btn:hover {
    color: #fff;
}

.infographic-item {
    margin-bottom: 50px;
    max-width: 500px;
}
.infographic-item p{
    text-align:left !important;
}

.infographic-item:nth-child(1) h5 {
    color: #08735a;
}

.infographic-item:nth-child(2) h5 {
    color: #0085ee;
}

.infographic-item:nth-child(3) h5 {
    color: #ff5c5c;
}

.infographic-item h5 {
    font-size: 26px !important;
    margin-bottom: 7px;
}

.infographic-item p {
    font-size: 20px;
}

.infographic-listing-left .infographic-item:nth-child(2),
.infographic-listing-right .infographic-item:nth-child(2) {
    margin-left: 30px;
}

.infographic-listing-left .infographic-item:nth-child(3),
.infographic-listing-right .infographic-item:nth-child(3) {
    margin-left: 60px;
}

.infographic-listing-left .infographic-item:nth-child(4),
.infographic-listing-right .infographic-item:nth-child(4) {
    margin-left: 90px;
}

.infographic-listing-left .infographic-item:nth-child(4) h5,
.infographic-listing-right .infographic-item:nth-child(4) h5 {
    color: #843bee;
}

.service-shape img {
    max-width: 500px;
    opacity: 0.4 !important;
}

.our-team-wrapper {
    display: flex;
    align-items: center;
}

.team-prfl {
    padding: 40px;
    flex: 0 0 250px;
    max-width: 250px;
    min-height: 327px;
}

.team-prfl img {
    border-radius: 50%;
}

.team-content {
    padding: 20px;
}

.custom-slick-slider .slick-dots {
    position: absolute;
    top: 0;
}

.journey-year-content {
    position: relative;
    margin: 20px 0 0 0;
    min-height: 300px;
    padding-right: 30px;
    min-height: 500px;
}

.journey-year-content:before {
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    background: #000;
    top: -1%;
    right: 8px;
    border-radius: 50%;
    position: absolute;
}

.journey-year-content:after {
    width: 1px;
    height: 100%;
    content: '';
    display: block;
    background: #000;
    margin: 0;
    position: absolute;
    right: 12px;
    bottom: 0;
}

.journey-year-content h3 {
    text-align: right;
    padding-right: 55px;
}

.journey-year-content ul {
    margin-left: 40px;
    list-style: none;
    padding-left: 400px;
    text-align: right;
}

.journey-year-content ul li {
    max-width: 380px;
    padding: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 50px 30px;
}

.counter-slider {
    border-top: 1px solid #000;
}

.journey-video {
    width: 400px;
    position: absolute;
    content: "";
    background-size: 420px auto;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 170px;
    transform: rotateY(180deg);
    animation: 4s movecycle infinite;
}
@keyframes movecycle {
    0%, 100% {
        margin-left: 0;
    }
    50% {
        margin-left: 150px;
    }
}
.counter-slider .slick-track {
    transform: unset!important;
    text-align: center;
    margin-top: 10px;
    display: none;
}
@media only screen and (max-width:767px) {
    .journey-video { 
        animation: unset;
    }
}