.text-align {
    text-align: justify;
    font-size: 14px;
}

.galimg {
    width: 100%;
    height: 225px !important;
}

/* search */

.search1 {
    text-align: right;
    width: 10px;
    position: relative;
}

img.click_nav {
    cursor: pointer;
}

.search-btn {
    background: url(./imgs/loupee.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 20px;
    height: 20px;
    border: 0px;
    cursor: pointer;
    transition: all linear .3s;
    margin-top: 22px;
}

.search-btn:hover {
    background: url(./imgs/loupee.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.search-btn:focus {
    outline: 0px;
}

.search-field1 {
    padding: 5px;
    display: flex;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out !important;
    width: fit-content;
    position: absolute;
    right: -30px;
    z-index: 9;
}

.form-active {
    padding: 5px;
    opacity: 1;
    display: flex;
    display: flex !important;
    transform: translateY(0px) !important;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    position: absolute;
    right: -30px;
    z-index: 1;
}

.search-field1 input {
    border: 0;
    outline: 0;
}

.search-field1 input[type="text"] {
    height: 40px;
    width: 250px;
    border: 1px solid rgb(137 18 18);
    padding: 0px 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 18px;
    margin-top: 10px;
}

.search-field1 input[type="submit"] {
    height: 40px;
    background: rgb(137 18 18);
    color: white;
    padding: 0px 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: all linear .3s;
    margin-top: 10px;
}

.search-field1 input[type="submit"]:hover {
    background: black;
}

.d_f_e {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:991px) {
    .mobile-view-nav {
        position: absolute;
        z-index: 1;
        background: white !important;
    }
}

/* end */

.aboutevent .card {
    background-color: #002e5d;
    transition: all linear .3s;
    border: 0;
    border-radius: 0;
}

.aboutevent .card:hover {
    background-color: #5e8ab4;
}

.aboutevent .card:hover #first,
.aboutevent .card:hover #second,
.aboutevent .card:hover #third {
    background-color: #5e8ab4;
}

.aboutevent h2 {
    color: #002e5d;
}

.aboutevent #whatson {
    font-size: 13px;
    line-height: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'merriweather';
    margin-bottom: 10px;
}

/* .aboutevent img{
	height: 250px;
} */

.aboutevent p {
    font-family: 'merriweather';
    font-size: 11px;
    line-height: 25px;
    font-weight: 500;
}

.aboutevent #thirddiv {
    margin-top: 65px;
}

.aboutevent #first {
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Merriweather';
    font-size: 14px;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 35px;
    background-color: #002e5d;
    border: 1px solid white;
    color: white;
    transition: all linear .3s;
}

.aboutevent #first:hover {
    color: white;
    background-color: white;
}

.aboutevent #second {
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Merriweather';
    font-size: 14px;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 35px;
    background-color: #002e5d;
    border: 1px solid white;
    color: white;
    transition: all linear .3s;
}

.aboutevent #second:hover {
    color: white;
    background-color: white;
}

.aboutevent #third {
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Merriweather';
    font-size: 14px;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 35px;
    background-color: #002e5d;
    border: 1px solid white;
    color: white;
    transition: all linear .3s;
}

.aboutevent #thirdcontainer {
    margin-top: 28px;
}

.aboutevent #third:hover {
    color: white;
    background-color: white;
}

.aboutevent .row #viewevnts {
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Merriweather';
    font-size: 14px;
    text-decoration: none !important;
    color: white;
    padding: 15px 25px;
    border: 1px solid #002e5d;
    border-radius: 30px;
    background-color: #002e5d;
    transition: all linear .3s;
}

.aboutevent .row #viewevnts:hover {
    color: #002e5d;
    background-color: white;
}

.aboutevent h5 {
    font-size: 16px;
    line-height: 25px;
}

.aboutevent #cardid {
    width: 80%;
    margin: 0 auto;
}

.aboutevent .carousel-control-prev,
.aboutevent .carousel-control-next {
    color: black;
    top: 0%;
    position: relative;
}

.aboutevent .carousel-control-prev:hover,
.aboutevent .carousel-control-next:hover,
.aboutevent .carousel-control-prev:focus,
.aboutevent .carousel-control-next:focus {
    color: black;
}

.aboutevent .carousel-control-prev {
    left: 18px;
    top: 16px;
    z-index: 999;
}

.aboutevent .carousel-control-next {
    right: -77%;
    z-index: 9999;
    top: -52px;
}

.img-accr {
    border-radius: 10px;
    height: 250px;
}

.div-accr {
    width: 40%;
    float: left;
}

.div-curriculum {
    width: 40%;
    margin-top: 15px;
    float: right;
    padding: 2%;
}

.img-curriculum {
    width: 100%;
    border-radius: 10px;
    height: 210px;
}

.comm_mt {
    margin-top: -6%;
}

.img-honour {
    width: 31%;
    border-radius: 10px;
    padding: 5px;
    height: 220px;
}

.img-connectclass {
    width: 40%;
    border-radius: 10px;
    padding: 5px;
    height: 200px;
}

.img-iayp {
    width: 40%;
    border-radius: 10px;
    padding: 5px;
    height: 220px;
}

i.fas.fa-caret-right {
    color: #891212;
    font-size: 18px;
    padding-right: 5px;
    vertical-align: middle;
}

.mb-60 {
    margin-bottom: 60px;
}

@media(max-width:767px) {
    .galimg {
        width: 100%;
        height: 75px !important;
    }
    .img-accr {
        border-radius: 10px;
    }
    .div-accr {
        width: 100%;
        margin-top: 15px;
        float: initial;
        margin-bottom: 30px;
        margin-left: 40px;
    }
    .img-curriculum {
        border-radius: 10px;
    }
    .div-curriculum {
        width: 100%;
        margin-top: 15px;
        padding: 2%;
        float: initial;
        margin-bottom: 20px;
    }
    .comm_mt {
        margin-top: 2%;
    }
    .img-honour {
        width: 80%;
        border-radius: 10px;
        padding: 5px;
    }
    .img-connectclass {
        width: 80%;
        border-radius: 10px;
        padding: 5px;
    }
    .img-iayp {
        width: 80%;
        border-radius: 10px;
        padding: 5px;
    }
}

@media (max-width:991px) {
    .comm_mt {
        margin-top: 2%;
    }
}