.navbar-area {
    background: #ffffffa6 !important;
}

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    width: 100%;
    height: 600px;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.swiper-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.swiper-text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    z-index: 99;
}

.swiper-data {
    transition: all 500ms ease-out;
}

.swiper-animate {
    transform: translateY(-30px);
}

.new-content {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}



.expertise-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease-out;
    margin-bottom: 30px;
}

.expertise-item .blog-single-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.expertise-item .blog-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 20px;
}

.expertise-item.show {
    opacity: 1;
    transform: translateY(0);
}

.newsletter-btn {
    text-align: center;
    margin-top: 30px;
}

.row-container .row-item {
    margin-bottom: 30px;
}

.row-container .single-features-item,
.single-services-item {
    padding-bottom: 20px;
    height: 100%;
}



.team-bg {
    background-image: url(../img/team3.jpg);
}

.new-bg {
    background-image: url(../img/new.jpg);
}

.careers-bg {
    background-image: url(../img/careers.jpg);
}

.new-container .blog-single-item {
    background-color: #f7f8f9;
}

.news-details .blog-list {
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .swiper-data h1 {
        width: 50%;
    }

    .fade-up {
        display: none;
    }

}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .swiper-data h1 {
        width: 60%;
        font-size: 2rem;
    }

    .fade-left {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .swiper-data h1 {
        width: 100%;
        font-size: 2rem;
    }

    .fade-left {
        display: none;
    }
}