@keyframes webbanner {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scaleX(.8)
    }

    to {
        transform: scale(1)
    }

}

.webbanner {
    animation: webbanner 5s ease-out infinite;
}

.banner-height .heading {
    width: 75%;
}

@media (max-width: 992px) {
    .banner-height .heading {
        width: 100%;
    }
}

.pragraph-section .heading {
    width: 55%;
}

.pragraph-section .p1 {
    width: 75%;
}

.pragraph-section .p2 {
    width: 73%;
}

@media (max-width: 992px) {
    .pragraph-section .heading {
        width: 100%;
    }

    .pragraph-section .p1 {
        width: 100%;
    }

    .pragraph-section .p2 {
        width: 100%;
    }
}

.ai-development .timeline-container {
    margin-left: 53px;
    display: block;
    position: relative;
}

.ai-development .timeline-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

.ai-development .timeline-container ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px solid #4f4f4f30;
    padding: 0 0 50px 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: -7px;
}

.ai-development .timeline-container ul.tl li.dashed {
    border-left: 1px solid #4f4f4f30;
}

.ai-development .timeline-container ul.tl li:last-child {
    border-left: 0;
}

.ai-development .timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -9px;
    top: -6px;
}

.ai-development .timeline-container ul.tl li:hover::before {
    border-color: #258CC7;
    transition: all 1000ms ease-in-out;
}

.ai-development ul.tl li .item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ai-development ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.ai-development ul.tl li .item-timestamp {
    color: #8D8D8D;
    font-size: 12px;
    text-align: right;
    padding-left: 20px;
}

.text-under:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 86px;
    height: 1px;
    opacity: .6;
    background: #0A0915;
    transition: width 0.4s ease-in;
}

.last-card {
    background-image: url(../assets/img/machine-learning/last-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Latest-Blogs .margins {
    margin-top: 5rem;
}

.Latest-Blogs .pragraph {
    width: 75%;
}

@media (max-width: 992px) {
    .Latest-Blogs .pragraph {
        width: 100%;
    }
}

.Latest-Blogs .card {
    max-width: 265px;
    background: #F1F1F8;
}

.width75 {
    width: 75%;
}

@media (max-width:992px) {
    .width75 {
        width: 100%;
    }
}

@media (max-width:991.98px) and (min-width: 576px) {

    /* .banner-height {
      height: 930px !important;
  } */
    .margins {
        margin-top: 0rem !important;
    }
}

@media (max-width: 575.98px) {

    /* .banner-height {
      height: 959px !important;
  } */
    .margins {
        margin-top: 0rem !important;
    }
}

.owl-item {
    margin-right: 21px;
}

.owl-nav {
    position: absolute !important;
    bottom: -25px !important;
    right: 0 !important;
    display: flex !important;
}

.owl-dots {
    position: absolute;
    bottom: -18px;
    left: 0;
}

.owl-carousel .item .card {
    min-height: 451px !important;
}