.department-details-content .text .resplist li {
    list-style: disc !important;
    margin-left: 50px !important;
}

.title-border-bottom{
    border-bottom: 2px solid #252638;
}

.custom-line-height{
    line-height: 1.8;
}

.center-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-box{
    box-shadow: 1px 1px 5px 5px #c7c5c5;
    margin: 10px;
    background-color: #ffffff;
    min-height: 15vh;
    border-radius: 5px;
}

.custom-height{
    height: 8vh;
}

.download-button{
    margin: 5vh;
}

.contact-us-box{
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 3.5vh;
    min-height: 35vh;
    margin: 1vh;
}

.contact-us-box-time{
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 3.5vh;
    min-height: 25vh;
    margin: 1vh;
    border: 1px solid #090a0a2e;
}
.contact-us-box-time h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 11px;
    margin-bottom: 28px;
}

.contact-us-box-time h4:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0px;
    bottom: 0px;
}

.contact-us-box-time h4:before {
    background: #282d8b;
}

.contact-us-box-time h4:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    left: 8px;
    bottom: 0px;
}

.contact-us-box-time h4:after {
    background: #282d8b;
}

.contact-us-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 11px;
    margin-bottom: 28px;
}

.contact-us-box h4:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0px;
    bottom: 0px;
}

.contact-us-box h4:before {
    background: #282d8b;
}

.contact-us-box h4:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    left: 8px;
    bottom: 0px;
}

.contact-us-box h4:after {
    background: #282d8b;
}

.custom-icon{
    text-indent: -1.3em;
}

.custom-list-margin{
    margin: 0.5vh 0.5vh 0.5vh 2vh;
}

.accordion-box .block .acc-content .list li:before {
    position: absolute;
    content: none !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    width: 24px;
    height: 24px;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    border-top-color: rgb(228, 228, 228);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(228, 228, 228);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(228, 228, 228);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(228, 228, 228);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 50%;
    color: #8e91a2;
    left: 0px;
    top: 1px;
    text-align: center;
}

.about-department .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
}

.overlay-content h4 {
    padding-bottom: 22px;
    margin-bottom: 24px;
    color: #252638  !important;
}

.discover-block-one .inner-box {
    position: relative;
    display: block;
    padding: 40px 30px;
    border: 1px solid #252638 !important;
}

.team-custom-image{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.custom-white-bg{
    background: white;
    filter: brightness(1.07);
}  

.general-custom-text p{
    color:rgb(47, 48, 56);;
    font-weight: 550;
}

.general-custom-text-only{
    color:rgb(47, 48, 56);;
    font-weight: 550;
}