.overview-text{
text-align: justify;
}
.bg-grey-color{
background: #ECF1F9;
}

.vision-mission .col-lg-6:nth-child(1) .card-wrapper{
    background: linear-gradient(90deg, #0D5EF4 0%, #77A5F9 100%);
}
.vision-mission .col-lg-6:nth-child(2) .card-wrapper{
    background: linear-gradient(90deg, #061B41 0%, #0F2E5F 100%);
}
.blue-sec b{
    color: #0D5EF4;
}
.about-knowledge .video-play {
    width: 50px;
    height: 50px;
    border-radius: 25rem;
    border: 1px solid #0D5EF4;
}
.event-slider-1 .slick-arrow {
    display: none !important;
}
.vision-wrap {
    margin-top: -283px;
}
section.overview {
    padding-bottom: 264px;
}
.chancelor-sec {
    background: linear-gradient(to right, #0D5EF4 50%, #0d5ef400 106%);
}
.bg-image {
    z-index: -1;
}
.event-sec img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}
/* Increase the size of the arrow */
select.form-select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5rem; /* arrow size */
    padding-right: 3rem;     /* spacing for the arrow */
}
select#subject {
    padding: 11px;
}
textarea#message {
    padding: 15px 11px;
}
