@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap');
h1, h2, h3, h4, h5, h6{
    font-family: 'Archivo', sans-serif;
}
.content-holder-notice {
    box-shadow: rgb(42 67 113 / 15%) 8px 8px 30px 0px;
    background: #fff;
    border-radius: 15px;
    margin-top: -156px;
    z-index: 1;
    position: relative;
}
.content-holder-notice .notice-bg {
    width: 100%;
    padding: 5px 20px;
    background: #2c479e;
    border-radius: 5px 10px 0px 0px;
}
.content-holder-notice .notice-bg .title {
    color: #fff;
    margin: 0;
    padding: 10px 20px 5px;
    font-size: 26px;
}
.notice-list {
    margin: 0;
    padding: 0;
}
.content-holder-notice .notice-list li {
    padding: 24px;
    position: relative;
    list-style: none;
}
.content-holder-notice .notice-list li:before {
    left: 0;
    width: 100%;
    right: 0;
    height: 1px;
    bottom: 0;
    content: '';
    position: absolute;
    background: #ebedf2;
}
.content-holder-notice .notice-list li .date span {
    color: #73738c;
    font-size: 16px;
}
.notice-view-button {
    color: #1ab1e8 !important;
    transition: all 0.2s ease;
    border: #1ab1e8 2px solid;
    padding: 2px 8px;
    line-height: 20px;
    border-radius: 5px !important;
    font-size: 11px;
    font-weight: normal;
    float: right;

}
.content-holder-notice .notice-list li a {
    color: #2c479e;
    font-size: 16px;
    display: block;
    font-weight: 500;
    transition: all .3s ease-out;
    font-weight: normal;
    text-decoration: none;
}
.btn-yellow{
    background-color:#ffd530;
    border-color:#fcd745;
}
.header-left-content a{
    color:#fff;
    margin:0px 5px;
}
.notice-list a.site-button-link {
    text-transform: capitalize;
    font-size: 14px;
    padding: 20px 30px !important;
    display:block;
}
.single-events-card .events-content h3{
    padding:20px 0px 0px;
}
.copyright{
    border-top:#1f2c75 1px solid;
}

.alumni-area .alumni-card, .team-inner-page .team-card{
    padding:0px 10px;
}
.alumni-area .alumni-card .alumni-img, .team-inner-page .team-card .team-img{
    border-radius:100%;
    overflow:hidden;
}
.alumni-area .alumni-card .alumni-content, .team-inner-page .team-card .team-content{
    text-align:center;
    padding:25px 0px 40px;
}
.alumni-area .alumni-card .alumni-content a h3, .team-inner-page .team-card .team-content a h3{
    font-size:16px;
}
.alumni-area .alumni-card .alumni-content p, .team-inner-page .team-card .team-content p{
    font-size:14px;
    line-height:18px;
}
.alumni-area .alumni-card .alumni-content span, .team-inner-page .team-card .team-content span{
    font-weight:bold;
    font-size:12px;
}
.single-events-card{
    padding:10px;
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.06);
    border-radius:10px;
    margin-top:20px;
}
.single-events-card .events-image{
    border-radius:5px 5px 0px 0px;
    overflow:hidden;

}
.single-academics-card2{
    border-radius:10px;
    overflow:hidden;
}
.single-health-care-card.style1 .health-care-content, .single-health-care-card.style2 .health-care-content{
    border-radius:10px;
}
.pt-40{
    padding-top:40px;
}
.brands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 0rem;
    list-style: none;
    padding-left: 0;
}
.brands__item {
    background: #fff;
    padding: 15px;
    border: 1px solid #f7f7f7;
}
.brands__item img {
    display: block;
    max-width: 100%;
    height: 80px;
    object-fit: contain;
}
.student-block {
    padding: 20px 20px;
    background: #fff;
    border-radius: 20px;
    margin: 8px;
    box-shadow: 0px 11px 8px 0px rgba(0,0,0,0.02);
    position: relative;
    border: 1px solid #fff;
}
.student-block .student-img {
    border-radius: 100%;
    margin-right: 15px;
    margin-top: 18px;
    overflow:hidden;
    background:#fff;
    border:#f4f6f9 2px solid;
    width:140px;
    float:left;
    margin-bottom:40px;
}
.student-block .quote {
    width: 30px;
    margin-bottom:15px;
}
.student-block .student-desc {
    font-size: 15px;
    font-weight: 500;
}
.student-block .student-desc p{
    line-height:1.6;
}
.position-absolute {
    position: absolute!important;
}
.student-block .student-name {
    color: #2c479e;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: -1px;
    font-weight: 700;
}
.current-issue{
    padding:20px 0px;
}
.current-issue h2.journal-top-bar{
    font-size:18px !important;
    border-bottom:#2c479e 1px dotted;
    border-top:#2c479e 1px dotted;
    padding:10px 0px;
}
.current-issue h2.journal-top-bar small{
    float:right;
}
.current-issue h3{
    color:#1ab1e8;
    font-size:16px;
    padding:20px 0px;
}
.current-issue button.btn{
    font-size:12px;
    font-weight:400;
    background:#1ab1e8;
    padding: 5px 8px 0px;
    border-radius: 5px !important;
    color:#fff;
    border:#1ab1e8 1px solid;
}
.current-issue button.btn i{
    font-size:14px;
    margin-right:5px;
    float:left;
}
.current-issue h3{
    padding:0px 12px;
}
.current-issue .btn-group{
    padding:10px 0px;
}
.current-issue .card-body{
    padding:10px 0px;
}
.current-issue .card-body small{
    font-size:12px;
    line-height:16px;
    font-weight:400;
}
.editorial-team .organizer{
    background:#f4f6f9;
    border-radius:10px;
    padding:10px;
    margin:10px 0px;
}
.editorial-team .organizer h4{
    background:#1ab1e8;
    padding:2px 10px;
    color:#fff;
    font-size:12px;
    width:auto;
    float:left;
}
.editorial-team .organizer .down-inline{
    clear:both;
    display:block;
}
.thumb{
    border:#ccc 2px solid;
    border-radius:100%;
    overflow:hidden;
    margin-right:10px;
}
.editorial-team .organizer .down-inline .name-details p{
    padding:5px 0px;
    margin:0px;
}
.editorial-team .organizer .down-inline .name-details small{
    font-size:12px;
    display:block;
}
.editorial-team .organizer .down-inline .name-details a{
    display:block;
    font-size:12px;
    margin:10px 0px;
}
.down-inline .btn-group button.btn{
    margin-left:30px;
    font-size:12px;
    font-weight:400;
    background:#1ab1e8;
    padding: 2px 8px 2px;
    border-radius: 5px !important;
    color:#fff;
    border:#1ab1e8 1px solid;
    margin-top:10px;
}
.featured-imagebox-gallery { margin: 12px 0; }
.featured-imagebox-gallery .featured-link {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    z-index: 1;
}
.featured-imagebox-gallery img{
    border-radius: 35px;
}
.featured-imagebox-gallery .featured-link:before {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    content: "";
    position: absolute;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-imagebox-gallery .featured-link:after {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    content: "";
    position: absolute;
    background-color: white;
    transform: translate(-50%, -50%);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-imagebox-gallery:hover .featured-link:before ,
.featured-imagebox-gallery:hover .featured-link:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}
.featured-imagebox-gallery .featured-link:before {
    height: 40px;
    width: 2px;
    top: 100%;
}
.featured-imagebox-gallery .featured-link:after {
    width: 40px;
    height: 3px;
    left: 100%;
}
.featured-imagebox-gallery .featured-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #2c479e;
    transition: 0.5s;
    border-radius: 35px;
}
.featured-imagebox-gallery:hover .featured-overlay {
    opacity: 0.8;
}
.p-60{
    padding-left: 60px;
    padding-right: 60px;
}
.featured-imagebox.two.featured-imagebox-gallery img,
.featured-imagebox.two.featured-imagebox-gallery .featured-overlay,
.featured-imagebox.three.featured-imagebox-gallery .featured-overlay,
.featured-imagebox.three.featured-imagebox-gallery img{
    border-radius: 0;
}
.featured-imagebox.three.featured-imagebox-gallery{
    margin: 0;
}
.contact-form .form-control{
    margin:5px 0px;
}
.single-events-card .events-image .date{
    background:#2c479e;
    padding:5px 10px 10px;
    color:#fff;
    font-size:18px;
}
.single-events-card .events-image .date span{
       color:#fff;
    font-size:18px
}
.footer-logo-area .contact-list ul li i{
    color:#fff;
}
.footer-logo-area p{
    margin-bottom:10px;
}
.footer-logo-area img{
    margin-bottom:10px;
}
.about ul li{
    padding:5px 0px;
    font-size:14px;
}


@media only screen and (max-width:767px){
.content-holder-notice{
    margin-top:0px;
}
.academic-top-content{
    padding-left:60px;
}
}
