/* top-wrapper start */
.zoom img {
    width: 100%;
    height: auto;
    animation: animationZoom 20s ease-in-out infinite;
}

.top-wrapper {
    overflow: hidden;

}

.top-wrapper h1 {
    top: 95px;
    right: 40px;
    font-size: 1rem;
    position: absolute;
    letter-spacing: 10px;
}

@keyframes animationZoom {
    50% {
        transform: scale(1.1)
    }
}

/* our-box start */



.ourbox img {
    width: 70px;
}

.ourbox {
    padding: 40px 0px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
    text-align: center;
    margin: 10px 0px;
    border: 1px solid;
    color: black;
    font-size: .8rem;
}

.ourbox:active, .ourbox:hover {
    color: black;
}

.our-wrapper {
    margin: 50px 10px 100px 10px;
    text-align: center;
}

.our-wrapper h2 {
    margin: 50px 0px;
}

.fas {
    padding: 0px;
}

.slick-slide {
    width: 100px;
    margin: 0px 10px;
}

.slick-track {
    width: 250px;
}

.column-box {
    width: 200px;
    font-size: 10px;
    font-weight: bold;
}

.column-box img {
    width: 150px;
    height: 100px;
    border-radius: 5px;
}

.column-box, .column-box:active, .column-box:hover {
    color: black;
}

.check-wrapper-area-a, .check-wrapper-area-a:active, .check-wrapper-area-a:hover {
    color: white;
}

.column-wrapper h3 {
    text-shadow: 1px 2px 3px white;
    font-size: 1rem;
}

dd, dt, dl {
    margin: 0px 10px !important;
    font-weight: 400;
}