*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.field--type-entity-reference {
    margin: 0 !important;
}

.field--name-field-media-image{
    margin: 0 !important;
}

.navbar{
    padding: 0!important;
}

.btn{
    font-weight: bold;
}

/*-------------banner----------------*/

.featured-top aside{
    padding: 0 !important;
}

.banner{
    background-size: cover;
    background-position: center;
}
.banner-content{
    background-color: rgba(0, 0, 0, 0.57);
}

.banner:nth-child(2){
    margin-left: auto;
}

.banner-btn,
.admission_apply_btn,
.message_btn{
    color: #fff;
    background-color: #E35B42;
    border-radius: 5px !important;
}

.arrow-right{
    rotate: 318deg;
}

.swiper-pagination-bullet{
    height: 13px !important;
    width: 13px !important;
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    background: #B3B3B3 !important;
    border: #fff solid 1px;
}


/*-------------card--------------------*/
.course-card{
    /*min-height: 540px;*/
    padding: 0;
    border-radius: 0 0 80px 0;
    box-shadow: 1px 1px 5px #dedede;
    margin-bottom: 20px;
}

.date-type{
    display: flex;
    margin-bottom: 15px;
}

.course-card-body{
    padding: 16px 24px 32px !important;
    background-image: linear-gradient(180deg, #F1F0FF 0%, #FFFFFF 100%) !important;
    border-radius: 0 0 80px 0;
}

.course-type{
    padding-left: 15px;
    color: #694AA4;
}
.course-date{
    color: #694AA4 !important;
    padding-right: 15px;
    border-right: 2px solid #E6E6E6;
}

.course-title a{
    text-decoration: none;
    font-weight: bold;
    color: #212121;
}
.course-content {
    color: #4D4D4D;
}

.text-main,
.text-main a{
    font-weight: bold;
    text-decoration: none;
    color: #694AA4 !important;
}

.view-title{
    margin: 80px 0 40px 0;
    color: #694AA4 !important;
}


.admission-img{
    position: relative;
    top: 80px;
}

.admission{
    background-color: #6862AA;
    background-size: 100%;
    min-height: 450px;
}
.admission-sub,
.admission-main{
    color: #fff;
    font-weight: bold;
}

.admission_schedule_btn{
    color: #fff;
    border-radius: 5px !important;
    border: 1px solid #fff;
}

.message{
    background-size: cover;
    background-position: bottom;
    min-height: 620px;
    position: relative;
    color: #fff;
}

.message-container{
    height: 400px;
    position: absolute;
    bottom: 50px;
    margin-top: 50px;
    background-color: #6862AA;
    border-radius: 80px 0 80px 0;
}

.message-img-container{
    pointer-events: none;
    position: absolute;
    bottom: 50px;
    z-index: 1;
}

.message-img{
    width: 100%;
}
.program-left{
    background: #E3D8E8;
    border-radius: 80px 0 80px 0;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.program-right,
.program-right02{
    background: #FAF1E6;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);

}

.program-right img,
.program-right02 img{
    width: 50%;
}

.program-right{
    border-radius: 0 80px 0 80px;
}
.program-right02{
    border-radius: 80px 0 80px 0;
}
.program-title a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin: 15px;
}
.program-more{
    margin: 80px 0 40px 0;
}

.program-body{
    padding: 15px;
}
.read-more{
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.read-more .fa-arrow-right{
    transition: 0.3s ease;
}

.read-more:hover .fa-arrow-right{
    transform: translateX(5px);
}

.advisory-slide {
    text-align: center;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-img{
    position: relative;
    top: -50px;
    z-index: 1;
}

.testimonial-img img{
    border-radius: 80px 0 80px 0;
}

.testimonial{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    background-color: #FAF1E6;
    min-height: 350px;
    filter: drop-shadow(8px 8px 0px #D09C61);
}

.testimonial-subtitle p{
    font-weight: bold;
}


@media only screen and (min-width: 300px) and (max-width: 767px) {
    .program-left img{
        width: 50%;
    }
    .view-title{
        text-align: center;
        margin: 100px 0 20px 0;
    }
    .program-more{
        margin: 20px 0;
    }
    .admission-img{
        margin-top: 30px;
        top: 0px;
    }
    .testimonial-img{
        bottom: 0;
    }
    .testimonial{
        min-height: auto;
        position: relative;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .program-left img{
        width: 50%;
    }
    .program-more{
        margin: 20px 0;
    }
    .message-img{
        width: 18rem !important;
    }
    .testimonial{
        min-height: auto;
        position: relative;
    }
}

.register-header{
    background: #eaf2fc;
}

.flex{
    display: flex;
}
.training-field input,
.training-field select{
    display: block;
    width: 100%;
    padding: 8px;
}

