#hero .carousel-item::before {
  content: '';
  background-color: rgba(255, 0, 0, 0.1);
}


.breadcrumbs {
    padding: 15px 0;
    background: rgb(16 106 242 / 19%);
    min-height: 40px;
    margin-top: 82px;
}

.contact .info-box i {
    font-size: 32px;
    color: #0d6efd;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fbdad2;
}


.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #0dcaf0;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #0d6efd;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #0d6efd;
    line-height: 1;
}

/*
.breadcrumbs {
    padding: 15px 0;
    background: #f6f9fd;
    min-height: 40px;
    margin-top: 82px;
}
*/