body {
    font-family: 'corbel';
    background: whitesmoke;
}

/*header*/
.header .navbar-brand img {
    height: 60px;
}

.header .navbar-nav a {
    margin-left: 10px;
    margin-right: 10px;
}

/*banner*/
.hero img {
    min-height: 350px;
    width: 100%;
}

/*default section*/
.section-xl {
    padding: 80px 0;
}

.section-md {
    padding: 40px 0;
}

.section-sm {
    padding: 20px 0;

}

/*baground themes*/
.bg-theme {
    background-color: #ed3885;
    color: white !important;
}

.bg-theme-2 {
    background-color: #34022C;
    color: white !important;
}

.bg-theme-light {
    background-color: #ed3885;
    opacity: inherit;
}

.border-theme {
    border-color: #ed3885;
}

/*button themes*/
.btn-theme {
    background-color: #ed3885;
    color: white !important;
}

.btn-theme:hover {
    background-color: white;
    border: 1px solid #ed3885;
    color: #ed3885 !important;
}

.btn-theme-2 {
    background-color: white;
    color: #ed3885 !important;
    border: 3px solid #ed3885;
    margin-left: 50px;
    width: 200px;
}

.btn-theme-2:hover {
    background-color: #ed3885;
    border: 3px solid white;
    color: white !important;
}

/*opportuinities section*/
.opportunities .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.opportunities .container .carousel-item {
    padding-top: 50px;
    padding-bottom: 50px;
}

.opportunities .container .icons {
    margin-top: -50px;
    margin-bottom: 30px;
    color: #ed3885;
}

.opportunities .container .icons span {
    font-size: 50px;
    padding: 35px 50px;
}

.opportunities .container h4 {
    color: #34022C;
    font-weight: bold;
}

/*footer*/
.footer {
    background: rgba(237, 56, 133, 0.1);
}

.footer h4 {
    font-weight: bold;
}

.footer i {
    color: #34022C;
}

.footer input {
    margin-bottom: 20px;
}


.accordion-button {
    font-size: 25px;
    font-weight: bolder;
}

.text-justify {
    text-align: justify;
}

.fs-25 {
    font-size: 25px;
}

/*
.course-box {
    max-height: 450px;
    overflow-y: auto;
}

.course-box::-webkit-scrollbar {
    width: 5px;
}
*/

/* Track */
/*
.course-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}
*/

/* Handle */
/*.course-box::-webkit-scrollbar-thumb {*/
/*    background: rgb(199, 43, 116);*/
/*
    background: #ed3885;
}
*/

/* Handle on hover */
/*
.course-box::-webkit-scrollbar-thumb:hover {
    background: #555;
}
*/
