html {
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.owl-carousel {
    display: block !important;
}

.container {
    /* border: 5px solid blue; */
    width: 100%;
    /* height: 90% !important; */
    /* margin: 5rem auto; */
    /* padding: 5rem 0; */
}

/* .owl-theme .owl-nav [class*='owl-'] {
    background-color: #FF6600 !important;
    color: #FF6600;
}

.owl-prev,
.owl-next {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    display: block !important;
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

.owl-prev i,
.owl-next i {
    color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FF6600 !important;
    color: #FF6600;
} */
#owl-three {
    width: 100%;
    /* border: 2px solid red; */
}

#owl-three .item {
    width: 100% !important;
    min-height: auto ;
    border-radius: .8rem;
    padding: 1rem;
    border-left: #7C93C3 4px solid;
    border-right: #9EB8D9 4px solid;
    position: relative;
}

#testimonial {
    background-color: #F3F4FD;
    padding: .1rem;
}

#testimonial-img {
    width: 95% !important;
    height: 30rem;
    background-color: #353559E0;
    padding: .5rem;
    overflow: hidden;
    /* margin: auto; */
    border-radius: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#testimonial-img img {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    border-radius: 1rem;
}

#testimonial-img img:hover {
    transform: scale(1.025);
}

.testimonial-box p {
    position: absolute;
    bottom: -1rem;
    margin-left: -1rem;
    padding: .2rem 2.5rem;
    padding-bottom: 1rem;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 184, 5);
    font-size: 1.8rem;
    text-align: center;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    cursor: pointer;
}