* {
    list-style: none;
    text-decoration: none;
}

.images{
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.over {
    background-image: url(assests/mission.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position: center;
}

.over::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(19, 16, 16, 0.50);
}

.over-menu h2 {
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 3px;
    z-index: 333;
    text-transform: capitalize;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 10px;
    display: inline-block;

}

.bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    font-size: 0;
}

.bread-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 61px;
    height: 5px;
    left: 0;
    background: linear-gradient(45deg, #ff0000, #da1e5d00);
    margin-top: -2.5px;
    /* border: 1px red solid; */
    border-radius: 23px;

}

.bread-menu ul {
    padding: 0 !important;
}

.bread-menu ul li {
    display: inline-block;
}

.bread-menu li+li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: -7px;
    position: relative;
    font-size: 18px;
}

.bread-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-right: 8px;
    margin-right: 8px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    display: inline-block;
}

.bread-menu li a:hover {
    color: #9a0000;
}

.bread-menu li a :active {
    color: #ff0000;
}



.thumbnail {
    cursor: pointer;
}


.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;


}

.modal-content {
    position: relative;

}

.fa-chevron-left:before {
    content: "\f053";
    background-color: black;
}

.fa-times:before {
    content: "\f00d";


}

.fa-chevron-left {
    font-size: 50px;
    color: white;
}

.fa-times {
    font-size: 30px;
    color: white;
}

.fa-times:hover {
    color: white;
    opacity: 1;
}

.fa-chevron-right:before {
    content: "\f054";
    background-color: black;
}

.fa-chevron-right {
    font-size: 50px;
    color: white;
}

.carousel-control-icon {
    color: white;
}

.modal-close {
    position: absolute;
    top: 0px;
    right: -10px;
    color: #000;
    cursor: pointer;
    z-index: 9999;
    background-color: #302e2e;
}

.modal-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.carousel-control-icon {
    color: #000;
}

.carousel-control-prev {
    left: 0px;
    z-index: 999;
}

.carousel-control-next {
    right: 0px;
    z-index: 999;
}
 .modal-content{
        width: 90%!important;
    }

@media (min-width: 765px) {
    .carousel-control-prev {
        left: -20px;
    }

    .carousel-control-next {
        right: -20px !important;
    }

    .modal-close {
        position: absolute;
        top: -3px;
        right: -40px;
        color: #000;
        cursor: pointer;
        z-index: 9999;
    
        border: 1px solid;
        padding: 5px;
        border-radius: 25%;
    }
}

