#footer {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
body {
    background-color: rgba(187, 252, 252, 0.142);
}
.owl-carousel .owl-item{
    padding: 0px 5px;
}
.owl-stage-outer{
    padding: 0;
}
.owl-prev {
    height: 50px;
    position: absolute;
    top: 30%;
    left: 5px;
    transform: translatey(-50%) !important;
    display: block !important;
    border: 0px solid black;
    aspect-ratio: 1/2;
    margin: 0 !important;
    padding: 5px !important;
    border-radius: 0 99px 99px 0 !important;
    background: #00000018 !important;
}
.owl-next {
    height: 50px;
    position: absolute;
    top: 30%;
    transform: translatey(-50%) !important;
    right: 5px;
    display: block !important;
    border: 0px solid black;
    aspect-ratio: 1/2;
    margin: 0 !important;
    padding: 5px !important;
    border-radius:  99px 0 0 99px !important;
    background: #00000018 !important;
}

.owl-prev i,
.owl-next i {
    color: #00000061 !important;
    transition: 0.3s ease-in-out;
    margin-bottom: 3px;
}
.owl-prev i{
    margin-right: 5px;
}
.owl-next i{
    margin-left: 5px;
}
.owl-prev:hover i,
.owl-next:hover i {
    color: #e2e2e2ee !important;
    transition: 0.3s ease-in-out;
}
.owl-prev:hover,
.owl-next:hover{
    background-color: #000000ee !important;
    transition: 0.3s ease-in-out;
}

.owl-header > .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
nav.breadcrumb .breadcrumb-item::before{
    display: none;
}
nav.breadcrumb .breadcrumb-item{
    height: 100%;
    background-color: white;
    color: #252525;
    border-radius: 7px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 15px;
    transform: skew(-21deg);
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    margin: 5px;
    padding: 8px 40px;
}
nav.breadcrumb .breadcrumb-item p{
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 2;
    transform: skew(21deg); 
}