section {
    padding: 40px 0;
}

.btn-default {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #fff;
    border-color: #b18b5e;
    background-color: #b18b5e;
    border-radius: 0;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: 500;
}


#registration_form {
    width: 85%;
    margin: 0 auto;
    padding: 40px 0;
}

#registration_form h4 {
    font-size: 35px;
}

#registration_form label {
    font-size: 12px;
}

#registration_form select,
#registration_form textarea {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
}

.btn-default {
    color: #fff;
    background-color: #b18b5e;
    border-radius: 0;
}

.btn-default:hover {
    color: #fff;
}

.error-border {
    border-color: #e71e12 !important;
}

.form-error-msg {
    font-size: 9pt;
    color: #EE5B5B;
}

#main-banner .owl-nav .owl-prev,
#main-banner .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    background: #ffffff94;
    color: #000;
    padding: 10px 5px !important;
    font-size: 25px;
}

#main-banner .owl-nav .owl-prev {
    left: 4%;
}

#main-banner .owl-nav .owl-next {
    right: 4%;
}

.banner-section {
    padding-top: 0;
}

#course-slider {
    margin-bottom: 60px;
    text-align: center;
}

#course-slider .item .box {
    width: 100%;
    text-align: center;
    background: #000;
    border: 1px solid #000;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

#course-slider .item a:hover .box {
    background-color: #fff;
}

#course-slider .item .box h2 {
    color: #fff;
    padding: 20px;
}

#course-slider .item a:hover .box h2 {
    color: #000;
}

#course-slider .item a {
    text-decoration: none;
}

.course-section .course-video {
    width: 60%;
    margin: 0 auto;
}

.events-section .page-title {
    font-size: 40px !important;
}

.events-container .row {
    margin: 20px 0;
}

.events-container .row .align-center {
    display: flex;
    align-items: center;
}

.events-container .row,
.course-container .row {
    margin: 20px 0;
}

.events-container .row .align-center,
.course-container .row .align-center {
    display: flex;
    align-items: center;
}

.event-details-section .row .align-center {
    display: flex;
    align-items: center;
}

.event-details-section {
    padding: 0;
}

.event-details-section #event_image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 40px;
}

/* Alert CSS */
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #13236b;
    background-color: #d2d8f0;
    border-color: #bcc4e8;
}

.alert-primary .alert-link {
    color: #0f1c56;
}

.alert-secondary {
    color: #606060;
    background-color: #fcfcfc;
    border-color: #fbfbfb;
}

.alert-secondary .alert-link {
    color: #4d4d4d;
}

.alert-success {
    color: #1f6a66;
    background-color: #d6efee;
    border-color: #c2e8e6;
}

.alert-success .alert-link {
    color: #195552;
}

.alert-info {
    color: #215266;
    background-color: #dcf5ff;
    border-color: #cbf0ff;
}

.alert-info .alert-link {
    color: #1a4252;
}

.alert-warning {
    color: #664600;
    background-color: #ffefcc;
    border-color: #ffe7b3;
}

.alert-warning .alert-link {
    color: #523800;
}

.alert-danger {
    color: #953932;
    background-color: #fedfdd;
    border-color: #fdcfcb;
}

.alert-danger .alert-link {
    color: #772e28;
}

.alert-light {
    color: #646464;
    background-color: #fefefe;
    border-color: #fefefe;
}

.alert-light .alert-link {
    color: #505050;
}

.alert-dark {
    color: #121825;
    background-color: #d2d4d8;
    border-color: #bcbfc5;
}

.alert-dark .alert-link {
    color: #0e131e;
}

/* End Alert CSS */

/* Alert Notification */

.alert {
    z-index: 9999;
}

.alert {
    min-width: 30%;
    position: fixed;
    right: 2%;
    display: none;
}

.notif-alert {
    top: 5%;
}

.alert-success {
    color: #fff;
    border-color: #4fd69c;
    background-color: #4fd69c;
    background-image: none;
}

.alert-danger {
    color: #fff;
    border-color: #f75676;
    background-color: #f75676;
    background-image: none;
}

/* End Alert Notification */

@media screen and (max-width:495px) {
    .swap {
        display: flex;
    }

    .cl-1 {
        order: 2;
    }

    .cl-2 {
        order: 1;
    }

    .events-container .box {
        margin: 20px auto;
        width: 100%;
    }

    .event-details-section .row .box {
        padding: 20px;
        width: 95%;
        margin: 0 auto;
    }

}