a {
    text-decoration: none;
}

.testimonials-img {
    max-width: 250px;
    max-height: 250px;
    overflow: hidden;
    margin: auto;
}

.testimonials-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.title-background {
    width: 100%;
    height: 228px;
    margin-top: -5px;
    text-align: center;
}

.title-background h2 {
    padding-top: 60px;
}

header img {
    max-width: 48px;
}


.bg-white {
    background-color: #fff;
}

.margin-top-82 {
    margin-top: 82px;
    padding-bottom: 82px;
}

.padding-x-46 {
    padding: 46px 0;
}

.logo-text {
    /* font-size: 20px; */
    line-height: 26.06px;
    margin: 10px 0;
}


.hero-background {
    width: 100%;
    height: 500px;
    z-index: -1;
    text-align: center;
    position: relative;
    margin-top: -75px;
}

.hero-background h1 {
    padding-top: 100px;
}

.slider {
    width: 100%;
    margin-top: -200px;
}

.box {
    height: 100px;
    width: 100%;
    background-color: red;
}

.carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 10px;
    color: black;
}

.carousel-item {
    padding: 0 52px;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon {
    background-image: url("../img/icons/chevron-compact-left.db247a38fb48.svg");
}

.carousel-control-next-icon {
    background-image: url("../img/icons/chevron-compact-right.5713ad0845e4.svg");
}

.card-text {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card {
    margin-bottom: 20px;
    transition: 0.3s;
}

.card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

footer p {
    font-size: 12px;
    margin-bottom: 0;
}

/* animation */
.gradian-animation {
    background: linear-gradient(90deg, #149ef2, #ffa30f, #8252de, #f20057);
    background-size: 100% 100%;
}

@media screen and (max-width: 450px) {

    .alem-img {
        max-width: 70%;
    }

    .slider {
        display: none;
    }

    .margin-top-82 {
        margin-top: 0;
        padding-bottom: 0;
    }

    .hero-background h1 {
        padding-top: 180px;
    }

    .testimonials-img {
        max-width: 150px;
        max-height: 150px;
    }
}

@media screen and (max-width: 770px) and (min-width: 450px) {

    .slider {
        margin-top: -150px;
    }

    .hero-background h1 {
        padding-top: 150px;
    }

    .testimonials-img {
        max-width: 200px;
        max-height: 200px;
    }
}

.carousel-testimonials .carousel-item .col-md-8 {
    padding-left: 40px;
    padding-right: 40px;
}