:root {
    --base-color: #28B0C5;
    --base-color-alt: #2196a8;
    --base-color-light: #009bb3;
    
    --dark-color: #010415;
  }

.testibox {
    background: #FFFFFF;
    padding: 25px;
    position: relative;
}

.testibox .greenfont {
    margin-bottom: 0;
}

.testibox::after {
    content: '';
    background: url(../img/quote.png);
    position: absolute;
    left: 25px;
    top: 25px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 100%;
}
th {
    background: var(--base-color) !important;
    color: #fff !important;
}

td{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #586073;
}
.testi_designation {
    font-family: 'Inter';
    font-style: normal;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #010C4E;
}

.testibox span {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testibox span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testibox p {
    height: 160px;
    margin-bottom: 0;
    overflow-y: scroll;
}

.testibox p::-webkit-scrollbar {
  width: 4px;
}

.testibox p::-webkit-scrollbar-track {
  border-radius: 4px;
}

.testibox p::-webkit-scrollbar-thumb {
  background: var(--base-color);
  border-radius: 10px;
}

.testi .owl-nav.disabled {
    display: block !important;
}

.testi .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #dedede !important;
    color: #001845 !important;
    border: none !important;
    padding: 5px 10px !important;
    font: inherit !important;
}

marquee {
    background: #ffffff;
    padding: 15px;
    width: 100%;
}

.news {
    position: relative;
    margin-top: -80px;
    padding-bottom: 50px;
    border-radius: 15px 0px 0px 0px;
    overflow: hidden;
}

.news span {
    position: absolute;
    color: #ffffff;
    background: var(--base-color);
    font-weight: 700;
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 1;
}

.notice_board {
    text-decoration: none;
    border-right: 0.5px solid #000000;
    color: #001845;
    padding-right: 10px;
    padding-left: 10px;
}

.notice_board:hover {
    color: #001845;
}

.notice_board label {
    color: var(--base-color);
}

.galleryinner_btn {
    float: right;
    font-size: 15px;
    color: #ffffff;
    background: var(--base-color);
    padding: 15px;
    border-radius: 100px;
    opacity: 0;
    transition: .5s;
}

.gallerycard-big:hover .galleryinner_btn {
    opacity: 1;
    transition: .5s;
}

.inner_banner {
    position: relative;
    margin-top: 160px;
}

.banner_img {
    background: #001845;
    width: 100%;
    padding: 0;
}

.banner_img img {
    opacity: .3;
    width:100%;
    height: 100%;
    object-fit: cover;
}

.banner_content {
    color: #fff;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.inner_banner .row {
    height: 40vh;
}

.banner_content i {
    margin: 0 6px 0 6px;
    color: var(--base-color);
}

.connect_us span img {
    width: 100%;
    height: 100%;
}

.connect_us span {
    background: var(--base-color);
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 12px;
    transition: .5s;
}

.connect_us {
    padding: 70px 30px;
    transition: .5s;
}

.connect_us label {
    display: block;
    font-weight: 500;
    color: #001845;
    font-size: 20px;
    font-family: 'Work Sans';
    transition: .5s;
}

.connect_us a {
    text-decoration: none;
    color: #001845;
    line-height: 30px;
    display: block;
    transition: .5s;
}

.connect_us:hover {
    background: var(--base-color);
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.08);
    transition: .5s;
}

.connect_us:hover span {
    background: #248245;
    transition: .5s;
}

.connect_us:hover a {
    color: #ffffff;
    transition: .5s;
}

.connect_us:hover label {
    color: #ffffff;
    transition: .5s;
}

.cntct_img {
    padding: 0;
    height: 526px;
}

.cntct_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_card {
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
}

.gallery_img_wrap {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    position: relative;
}

.gallery_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h4 {
    font-family: 'Work Sans';
    font-style: normal;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    color: #001845;
}

.card_overlay {
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background: #132346;
    opacity: .7;
    transition: .5s;
}

.gallery_card:hover .card_overlay {
    width:100%;
    transition: .5s;
}

.gallery_card i {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    transition: .5s;
    opacity: 0;
}

.gallery_card:hover i {
    position: absolute;
    bottom: 40%;
    opacity: 1;
    left: 0;
    transition: .5s;
}

.faculty_img_wrap {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

.faculty_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faculty_card {
    margin-bottom: 20px;
}

.faculty_card .heading3 {
    margin-bottom: 0;
}

.faculty_card p {
    margin-bottom: 0;
}








