header.formidium-banner-fundadimn {
    background: url(../img/event/home-background.png) center top;
    padding-top: 9rem;
    position: relative;
    padding-bottom: 0rem;
}

/* header.formidium-banner-fundadimn .row.h-100.align-items-center.align-items-center .col-lg-6.align-self-center::before {
    content: "";
    background: url(../img/event/background-icon.svg);
    position: absolute;
    right: 0rem;
    width: 45rem;
    top: 4rem;
    background-size: cover;
    height: 40rem;
    background-repeat: no-repeat;
} */
/* #mainNav {
    background-color: transparent !important;
} */

#mainNav.navbar-shrink {
    background-color: rgba(0, 0, 0, 1) !important;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    align-items: center;
    color: black;
    display: flex;
    height: 300px;
    justify-content: center;
}

.pt100px {
    padding-top: 100px;
}

.pb100px {
    padding-bottom: 100px;
}

.inner_description {
    color: white;
    padding-bottom: 40px;
}

.banner_section {
    border-radius: 20px;
    margin-top: 30px;
    padding: 0px;
}

.padd_right {
    padding-right: 10px;
}

.padding-left {
    padding-left: 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
    /* background-size: contain; */
    object-fit: initial;
}

.custom_link {
    width: 200px;
    border-radius: 20px;
    border: 1px solid #0167FF;
    color: black;
}

.custom-item {
    background: white;
    color: black;
    border: 1px solid #0167FF;
    margin-left: 10px;
    border-radius: 20px;
}

.custom_link.active {
    background: #0167FF;
    color: white !important;
    border-radius: 20px;
    background-color: #0167FF !important;
    border-color: #0167FF !important;
}

.custom_link:hover {
    border-color: transparent !important;
}

.card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none
}

.accordion-body {
    padding: 0px;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.pl-20 {
    padding-left: 20px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 0
}

.card .card-title {
    color: #000000;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 500
}

.card .card-description {
    margin-bottom: .875rem;
    font-weight: 400;
    color: #76838f
}

.accordion .card {
    margin-bottom: .75rem;
    box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
    border-radius: 20px;
    border: 1px solid #dee2e6;
}

.accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 2rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.accordion .card .card-header * {
    font-weight: 600;
    font-size: 1.3rem;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.accordion .card .card-header a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    position: relative;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    padding-right: 1.5rem;
}

.accordion-item {
    background: transparent;
    border: none;
}

.accordion .card .card-header a[aria-expanded="false"]:before {
    content: "\f067";
}

.accordion .card .card-header a[aria-expanded="true"]:before {
    content: "\f00d";
}

.accordion .card .card-header a:before {
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 18px;
    display: block;
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 20px;
    color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
    header.masthead {
        background-size: 100% 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .item {
        display: block !important;
    }

    .banner_section {
        display: block;
    }

    .padd_right {
        padding-right: 0px;
    }

    .padding-left {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {

    .news_title.slide_right_content,
    .news_title.slide_right_content h3 {
        padding-top: 2px;
    }

    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }

    .accordion-header {
        border: 1px solid #dee2e6;
        margin-bottom: 10px;
    }

    .accordion .card .card-header * {
        font-size: 1rem;
    }
}

.carousel-caption {
    position: relative;
    right: 0px;
    bottom: 1.25rem;
    left: 0px;
    /* padding-top: 0px; */
    margin-top: 40px;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    background: white;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #dee2e6;
}

.carousel-control-next,
.carousel-control-prev {
    top: auto;
}

.carousel-indicators {
    display: none;
}

.carousel-control-prev {
    left: auto;
    right: 100px;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #E58741;
    border-radius: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40%;
}