/*
Theme Name: Unilorin Centres Design 2
Theme URI: 
Author: Team Badabiz
Author URI: https://www.badabiz.com
Description: WordPress theme created for University of Ilorin Centers. Design 2 Centers
Version: 2.0
*/

@font-face{
    font-family: Microsoft Uighur;
    src:url('assets/fonts/M-Uighur.ttf') format("truetype"),
    url('assets/fonts/M-Uighur.woff') format("woff"),
    url('assets/fonts/M-Uighur.woff2') format("woff2"),
    url('assets/fonts/M-Uighur.eot') format("embedded-opentype"),
    url('assets/fonts/M-Uighur.svg') format("svg")
}
.footer-sitename {
    font-family: Microsoft Uighur;
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    max-width: 300px;
}

.head-logo {
    display: table;
}
.head-logo a {
    display: table-cell;
}
.head-logo .header-sitename {
    display: table-cell;
    vertical-align: middle;
    font-family: Microsoft Uighur;
    font-size: 23px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    max-width: 350px;
    padding-left: 5px;
    color: #202020;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1220px;
    }
}

/****Buttons****/
.theme-btn {
    background-color: var(--color1);
    border-color: var(--color1);
    border-radius: 5px;
}
.theme-btn::before {
    background-color: var(--color1);
}
/****EOF****/

/**** Header Top ****/
.header-right-content .list ul {
    float: right;
    margin-left: 20px;
}
.header-right-content .list ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 6px 18px;
}
.search {
    float: right;
}
.search input {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    padding: 5px;
    border: none;
    background: transparent;
    width: 100px;
    -webkit-transition: width .3s;
    transition: width .3s
}
.search input:focus {
    width: 200px;
}
.search button {
    width: 26px;
    height: 26px;
    background: url('assets/img/search.png');
    border: none;
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .header-right-content .list ul {
        float: unset;
        margin: unset;
    }
    .search, .search button {
        float: unset;
    }
    .search {
        margin-top: 15px;
    }
}

/**** EOF ****/

/**** Header ****/
.navbar-area.is-sticky.nav-bg-1 {
    background-color: #fff;
}
.navbar-area.is-sticky .desktop-nav .navbar .navbar-nav .nav-item a,
.navbar-area.is-sticky .head-logo .header-sitename {
    color: #202020;
}

.custom-logo {
    max-width: 100%;
    height: auto;
    max-height: 70px;
    width: auto;
}
.desktop-nav .navbar .navbar-nav .nav-item {
    padding: unset;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    /* color: var(--color1); */
    padding: 8px 12px;
    /* border-radius: 4px; */
    margin-left: 7px;
    margin-right: 7px;
}
/* .desktop-nav .navbar ul.navbar-nav > li.nav-item:hover a,  */
.desktop-nav .navbar ul.navbar-nav > li.nav-item:focus a, 
.desktop-nav .navbar ul.navbar-nav > li.nav-item.active a {
    /* color: var(--color1); */
    background: var(--color3);
    border-bottom: 2px solid var(--color1);
}
.desktop-nav .navbar ul.navbar-nav li ul li.nav-item.active a {
    color: #fff;
    background: var(--color1);
}
.current-menu-parent {
    color: var(--color1);
    background: var(--color3);
    border-bottom: 2px solid var(--color1);
}
.desktop-nav .navbar ul.navbar-nav li.apply {}
.desktop-nav .navbar ul.navbar-nav li.apply a {
    border: 0;
    background: var(--color1) !important;
    color: #fff !important;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a {
    color: var(--color1);
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    top: 8px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: var(--color1);
    border-radius: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, 
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, 
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fff;
    background: var(--color1);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #fff;
}
.navbar-area.nav-bg-2 .desktop-nav .navbar-nav .nav-item a {
    color: var(--color4);
}
/**** EOF ****/

/****Home Slider****/
.banner-area {
    background: transparent;
}
.banner-area .slider-item {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 0;
    background-position: center top;
}
.slider-content {
    text-align: left;
    width: 60%;
}
.slider-content h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 63px;
    color: #fff;
}
.slider-content h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    color: #fff;
}
.slider-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
}
.slider-content a.button {
    background: var(--color1);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
}
.slider-content a.button:hover {
    background: #fff;
    color: var(--color1);
}
/****EOF****/

/****Home Chancellor Message****/
.campus-content .campus-title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--color1);
}
.campus-content .campus-title p {
    font-size: 20px;
    font-weight: 300;
    line-height: 45px;
	text-align: justify;
    color: rgba(32, 32, 32, 0.75);
}

/****EOF****/

/****Activities****/
.activity,
.team  {
    background: #f5f4f8;
}
.activity h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--color1);
}
.activity .sbox-5 {
    text-align: center;
    height: 100%;
    padding: 40px;
    margin: unset;
    border-radius: 8px;
    background: #fff;
}
.activity .sbox-5 svg {
    fill: #202020;
}
.activity .sbox-5 svg.hour {
    stroke: #202020;
    fill: #fff;
}
.activity .sbox-5 svg.hour path.p2 {
    fill: #202020;
}
.activity .sbox-5-txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: rgba(32, 32, 32, 0.75);
    margin-top: 24px;
}
.activity .sbox-5:hover {
    background: var(--color1);
}
.activity .sbox-5:hover .sbox-5-txt p {
    color: #fff;
}
.activity .sbox-5:hover svg {
    fill: #fff;
}
.activity .sbox-5:hover svg.hour {
    stroke: #fff;
    fill: transparent;
}
.activity .sbox-5:hover svg.hour path.p2 {
    fill: #fff;
}
/****EOF****/

/****Team****/
.team .section-title,
.programe .section-title {
    width: 100%;
    text-align: left;
    margin: 0 0 40px 0;
}
.team h3,
.programe h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #202020;
}
.team .single-campus-card {
    height: 100%;
    margin-bottom: 0;
}
/****EOF****/

/****Programmes****/
#programmes .c4-box {
    border: 2px solid var(--color1);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}
.c4-box-ico {
    display: flex;
    align-items: center;
}
.c4-ico svg {
    fill: var(--color1);
}
.c4-box-ico h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(32, 32, 32, 0.75);
    margin: 0px 0 0 10px;
}
.c4-box-txt {
    margin-top: 15px;
}
.c4-box-txt p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #202020BF;
}
.c4-box-list.course {
    padding: 0;
    margin: 0;
}
.c4-box-list.course li {
    list-style-type: disc;
    display: list-item !important;
    margin-left: 15px;
    color: var(--color1);
}
.c4-box-list.course li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(32, 32, 32, 0.75);
}
.c4-box-list.contact {
    padding: 0;
    margin: 20px 0 0 0;
}
.c4-box-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 32px;
}
.c4-box-list.contact li {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: rgba(32, 32, 32, 0.75);
}
.c4-box-list.contact li svg {
    fill: var(--color1);
    padding-right: 10px;
    width: 24px;
    height: 24px;
}
/****EOF****/

/****Contact Us****/
#contactus {
    padding: 80px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.cbox-wrap {
    background: var(--color1);
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.banner-2-txt {
    padding: 25px;
}
.banner-2-txt h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 10px;
    color: #fff;
}
.banner-2-txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.banner-2-txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner-2-txt ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}
#register-form {
    position: relative;
    z-index: 100;
    background-color: #fff;
    padding: 45px 30px 30px;
    margin: 0 -15px 0 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#register-form label {
    width: 100%;
} 
#register-form button, #register-form input, #register-form optgroup, #register-form select, #register-form textarea {
    width: 100%;
}
#register-form input[type="submit"] {
    background: var(--color1);
    color: #fff;
    border: 0;
    border-radius: 25px;
    padding: 10px;
}
#register-form textarea {
    max-height: 150px !important;
}
#register-form form div {
    margin-bottom: 22px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.register-form .form-control {
    border: 1px solid rgba(32, 32, 32, 0.62);
    height: 52px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 22px;
}
textarea.form-control {
    height: 160px !important;
}
.ct-button {
    width: 100%;
    height: 48px;
    padding: 14px 28px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fff;
}
.ct-button:hover {
    background-color: var(--color80);
    border-color: var(--color80);
    color: #fff;
}
/****EOF****/

/**** Innerpage ****/
.innerpage h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    color: #202020;
    padding-left: 15px;
    border-left: 4px solid var(--color1);
    margin-bottom: 50px;
}
.innerpage h1 a {
    color: var(--color1);    
}
.innerpage h1 img {
    padding: 0;
}
.innerpage h1 span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #202020;
}
/**** EOF ****/

/**** About - Dean ****/
.dean_page h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color1);
    margin-bottom: 0;
}
.dean_page small {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #202020;
}
.dean_page img {
    padding: 0 15px 15px 0;
}

.dean_page .button {
    border: 1px solid var(--color1);
    color: var(--color1);
    padding: 10px 15px;
    border-radius: 5px;
}
.dean_page p {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    color: #202020;
}
/**** EOF ****/

/**** Dean Profile ****/
.profile-wrapper {

}
.profile-wrapper .profile {
    display: flex;
    margin-bottom: 30px;
} 
.profile-wrapper .profile .profile-pic {
    max-width: 280px;
    position: relative;
}
.profile-wrapper .profile .profile-pic img {

}
.profile-wrapper .profile .profile-pic .profile-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #45984D;
    padding: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.profile-wrapper .profile .profile-info {
    margin-left: 30px;
    width: calc(100% - 310px);
}
.profile-wrapper .profile .profile-info h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color1);
    margin-bottom: 0;
}
.profile-wrapper .profile .profile-info .mytable {
    margin-top: 20px;
}
.profile-wrapper .profile .profile-info .mytable .mycolumn {
    margin-top: 10px;
    display: flex;
}
.profile-wrapper .profile .profile-info .mytable .mycolumn .myrow {
    padding: 9px 15px;
}
.profile-wrapper .profile .profile-info .mytable .mycolumn .myrow.l-row {
    background: var(--color2);
    width: 150px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color1);
}
.profile-wrapper .profile .profile-info .mytable .mycolumn .myrow.r-row {
    width: calc(100% - 200px);
    font-size: 16px;
    font-weight: 300;
    color: #202020;
}
.profile-wrapper .biography {
    border-top: 1px solid rgba(32, 32, 32, 0.25);
    padding-top: 30px;
    padding-bottom: 30px;
}

.profile-wrapper .biography h3,
.profile-wrapper .links h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #202020;
    margin-bottom: 20px;
}
.profile-wrapper .biography p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #202020;
    text-align: justify;
}

.profile-wrapper .links {
    border-top: 1px solid rgba(32, 32, 32, 0.25);
    padding-top: 30px;
    padding-bottom: 30px;
}
.profile-wrapper .links a {
    font-size: 16px;
    font-weight: 600;
    color: var(--color1);
    display: inline-block;
    background: var(--color2);
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.profile-wrapper .links a:hover {
    text-decoration: underline;
}
.profile-wrapper .links a img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.profile-wrapper .links svg {
    stroke: var(--color1);    
}
span.rightavg svg {
    fill: var(--color1); 
}

/**** EOF ****/

/****Homepage Academic Cards****/
.single-home-academics-card {
    background-size: contain;
    background-position: top center;
    height: 375px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}
.single-home-academics-card::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}
.single-home-academics-card .serial {
    position: absolute;
    left: 30px;
    top: 30px
}
.single-home-academics-card .serial p {
    color: #fff;
    font-size: 18px
}
.single-home-academics-card .academic-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.single-home-academics-card .academic-content .academic-bottom-content {
    position: relative;
    padding: 15px 30px;
    background: #fff;
    text-align: center;
}
.single-home-academics-card .academic-content .academic-top-content h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    transition: all ease .5s
}
.single-home-academics-card .academic-content .academic-top-content h3:hover {
    color: #e32845
}
.single-home-academics-card .academic-content .academic-top-content i {
    color: #e32845;
    font-size: 20px;
    position: absolute;
    left: 0
}
.single-home-academics-card .academic-content p {
    color: #fff;
    margin-bottom: 15px
}
/****EOF****/


/****Section Title****/
.section-title-2-2 {
    max-width: 450px;
    margin: 0;
    position: relative
}
.section-title-2 h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color1);
}

.section-title-2 h2.white {
    color: #fff;
}
/****EOF****/


.contact-list h5,
.contact-list-social h5 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
    padding-bottom: 10px;
}
.contact-list ul li {
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
}
.contact-list ul li:first-child {
    font-size: 15px;
    font-weight: 700;
}
.contact-list-social ul {
    margin: 0;
    padding: 0;
}
.contact-list-social ul li {
    display: inline-block;
}
.contact-list-social ul li a {
    color: #C4A66C;
}
.contact-list-social ul li a i {
    font-size: 35px;
    padding: 5px;
}

/**** Department CSS ****/
.department .single-news-card {
    padding: 10px;
    box-shadow: 0px 5px 12px 0px rgba(32, 32, 32, 0.08);
}
.department .single-news-card .news-content {
    padding: 25px;
    height: 100px;
}
.department .single-news-card .news-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    transition: all ease .5s;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    color: #A52422;
}

.dnews-flex, .devents-flex {
    display: flex;
}
.dnews-flex .news-img,
.devents-flex .news-img {
    margin-right: 15px;
    margin-bottom: 15px;
    min-width: 72px;
    min-height: 72px;
}
/**** EOF ****/

/**** Events CSS ****/
.events .single-news-card {
    margin-bottom: 0px;
    transition: all ease .5s;
    background-color: #fff;
    box-shadow: 0px 2px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.events .single-news-card .news-content {
    padding: 0 20px 20px;
    /* height: 220px */
}
.events .single-news-card .news-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    transition: all ease .5s;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
    color: #202020;
}
.events.news-events .single-news-card .news-content h3 {
    color: var(--color1);
}
.events .single-news-card .news-content .date {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background: var(--color1);
    padding: 4px 8px;    
    margin-top: -50px;
    margin-bottom: 10px;
    display: inline-block;
    z-index: 999;
    position: relative;
}
.events.news-events .single-news-card .news-content .date { 
    background: var(--color1);
}
.events .single-news-card .news-content .date span {
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
    display: block;
}
.events .owl-carousel .owl-stage {
    display: flex;
    margin-bottom: 30px;
}
.events .unievents-slider {
    position: relative;
}
.events .unievents-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}
.events .unievents-slider .owl-nav .owl-prev {
    right: 15px;
    left: unset;
}
.events .unievents-slider.owl-theme .owl-nav [class*="owl-"] {
    border: 2px solid var(--color1);
    height: 34px;
    width: 34px;
    border-radius: 50%;
}
.events .unievents-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--color1);
    border: 1px solid var(--color1);
}
.unievents-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: 0;
}
.events .unievents-slider .owl-nav .owl-prev {
    right: 40px;
}
/**** EOF ****/

/****Events Single Page CSS****/
span.rightavg svg {
    stroke: var(--color1);
  }
.event-info {
    padding: 30px 0;
    background: var(--color1);
}
.event-info .quick-info {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #202020;
}
.event-info .quick-info span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.event-info .quick-info .e1 a {
    /* color: var(--color1); */
    color: #fff;
}
.event-info .quick-info .e2 {
    padding: 0 10px;
}
.event-info .quick-info .e2 svg {
    fill: var(--color1);
}
.event-info .quick-info .e3 {
    color: #fff;
}
.events-details-area {
    background: linear-gradient( to bottom, var(--color2) 0%, var(--color2) 268px, #fbfbfb 268px, #fbfbfb 100% );
}
.events-sidebar {
    /* background: #ccc; */
}
.events-sidebar .meeting-heading {
    display: none;
}
.events-details-content .contact-info {
    display: none;
}
.workshop-details,
.contact-info {
    border: 4px solid #fff;
    background: #fff;
}
.workshop-details img {
    width: 100%;
}
.workshop-details .list {
    padding: 25px;
}
.workshop-details .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.workshop-details .list ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 20px;
    display: flex;
}
.workshop-details .list ul li span {
    color: var(--color1);
    margin-right: 15px;
}
.contact-info {
    margin-top: 40px;
    padding: 25px;
}
.contact-info h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color1);
    margin-bottom: 20px;
}
.contact-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(32, 32, 32, 0.75);
}
.events-details-content {}
.meeting-heading {
    min-height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.meeting-heading h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #202020;
}
.meeting-heading h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    color: var(--color1);
}
.meeting-heading h5 {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
    color: #202020;
}
.descrption {
    margin-top: 50px;
    padding: 30px;
    background: #fff;
}
.descrption h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26.63px;
    color: var(--color1);
}
.descrption h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color1);
}
.descrption p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: justified;
    color: rgba(32, 32, 32, 0.75);
}
.descrption ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.descrption hr {
    color: rgba(201, 49, 75, 0.3);
    padding: 20px 0;
}
/****EOF****/

/**** Publications CSS ****/
.publication .single-health-care-card {
    background: #fff;
    padding: 20px 20px 0 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}
.publication .single-health-care-card .img {
    text-align: center;
}
.publication .single-health-care-card .health-care-content {
    box-shadow: unset;
    padding: unset;
    min-height: 165px;
}
.publication .single-health-care-card .health-care-content h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #202020;
    margin-bottom: 30px;
    margin-top: 8px;
}
.publication .single-health-care-card .health-care-content .pdate {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
    color: #202020;
    margin-top: 30px;
}
.publication .section-title-2 {
    position: relative;
}
.publication .title-btn {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.publication .title-btn a {
    padding: 10px;
    border-radius: 4px;
    background: var(--color1);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
.publication-slider.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
}
.dr_buttons {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}
.download {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #fff;
    width: 50%;
    padding: 12px 10px;
    background: var(--color1);
}
.read-more {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--color1);
    width: 50%;
    padding: 12px 10px;
    background: rgba(48, 26, 111, 0.1);
}
/**** EOF ****/

/**** Footer CSS ****/
.footer-area {
    /* background: #301A6F; */
}
.footer-area.d1 {
    background: #fff;
}
.footer-area.d2 {
    background: var(--color1);
}
/* .footer-area .f1 {
    width: 30%;
}
.footer-area .f2 {
    width: 70%;
} */
.footer-area .f1 .footer-logo-area {
    margin-bottom: 30px
}

.footer-area .f1 .footer-logo-area img {
    margin-bottom: 20px;
    max-width: 240px;
}

.footer-area .f1 .footer-logo-area p {
    margin-bottom: 25px;
    color: #fff
}

.footer-area .f1 .footer-logo-area .contact-list ul {
    padding-left: 0;
    margin-bottom: 0
}

.footer-area .f1 .footer-logo-area .contact-list ul li {
    list-style-type: none;
    margin-bottom: 10px
}

.footer-area .f1 .footer-logo-area .contact-list ul li img {
    margin-bottom: 0;
    margin-right: 5px;
}

.footer-area .f1 .footer-logo-area .contact-list ul li:last-child {
    margin-bottom: 0
}

.footer-area .f1 .footer-logo-area .contact-list ul li a {
    color: #fff
}

.footer-widjet h3 {
    font-size: 20px;
    color: var(--color1);
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 32px;
}
.footer-widjet .list ul li a {
    color: #202020;
    transition: all ease .5s;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.footer-widjet .list svg {
    fill: var(--color1);
}
.copyright-area {
    background-color: transparent;
}
.copyright {
    padding: 15px 0;
}
.copyright .copy {
    text-align: center;
}
.copyright .copy p {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: #fff;
}
.copyright .social-content {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #FFFFFF33;
    border-bottom: 1px solid #FFFFFF33;
}
.copyright .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.copyright .social-content ul li {
    display: inline-block;
    margin-right: 10px;
}
.copyright .social-content ul li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: #fff;
    transition: all ease .5s;
}
.foot-new-logo-text {
    color: #fff !important;
    border-left: 2px solid #fff;
    padding-left: 20px !important;
    max-width: 300px !important;
    font-size: 26px !important;
    font-weight: 700;
}
/**** EOF Footer CSS ****/



/**** Team CSS ****/
.single-campus-card {
    box-shadow: 5.16px 5.16px 10.33px 0px #3333331A;
}
.single-campus-card .campus-content {
    padding: 12px 5px;
    background: #F5F4F8;
    word-wrap: break-word;
}
.single-campus-card .campus-content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: rgba(32, 32, 32, 0.75);
}
.single-campus-card .campus-content h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #333333;
}
.single-campus-card .campus-content h5 {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    color: rgba(51, 51, 51, 0.75);
}
/**** EOF ****/


/**** Research/Publication Page ****/
.search-wrap {    
    text-align: center;
    padding: 60px 0;
    background: var(--color5);
}
.search-wrap .search-box {
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.search-wrap input {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #202020;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 8px 10px;
}
.search-wrap button {
    width: 26px;
    height: 26px;
    background: url('assets/img/search-black.png');
    border: none;
    position: absolute;
    right: 10px;
    top: 6px;
}

.pagecontent {

}
.pagecontent h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: var(--color1);
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}
.research-item {
    margin-bottom: 30px;
    clear: both;
}
.research-item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color1);
    margin-bottom: 5px;
}
.research-item .title a {
    color: #202020;
}
.research-item .by {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    color: #202020;
    margin-bottom: 5px;
}
.research-item .info {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #202020;
}
.research-item .photo {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px;
}
/**** EOF ****/


/****Dept About****/
.dept-about {
    padding: 30px 0;
    background: rgba(48, 26, 111, 0.1);
}
.dept-about .content {
    display: flex;
}
.dept-about .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--color1);
}
.dept-about .content p strong {
    font-weight: 700;
}
/* .dept-about .content {
    
    float: ;
}*/
.dept-about .content a {
    min-width: 155px;
    margin-left: 35px;
    max-height: 52px;
}
/****EOF****/


/****Homepage News Card****/
.news-area .section-title {
    max-width: 100%;
}
.news-area .section-title h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    text-align: left;
    text-transform: uppercase;
    color: var(--color1);
}
.news-area .section-title h2:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #C4A66C;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.home-news-card {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(32,32,32,.2);
}
.home-news-card.btop {
    padding-top: 20px;
    border-top: 1px solid rgba(32,32,32,.2);
}
.home-news-card .news-img {
    background: #D9D9D9;
    text-align: center;
    width: 72px;
    height: 72px;
}
.home-news-card .news-img img {
    transition: all ease .5s;
}
.home-news-card.style3 .news-content {
    background-color: #fff;
}
.home-news-card .news-content h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    color: #333333;
}
.home-news-card .news-content p,
.home-news-card .news-content a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}
.news-area .viewall {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    padding: 6px 8px;
    color: var(--color1);
    border: 1px solid var(--color1);
}
.news-area .viewall svg {
    stroke: var(--color1);
}
.home-news-card .news-img.event-date-wrapper {
    max-width: 76px;
    background: none;
    border: 1px solid #C4A66C;
}
.home-news-card .news-img.event-date-wrapper .month {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #000;
    padding: 5px;
    background: #C4A66C;
}
.home-news-card .news-img.event-date-wrapper .date {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    color: #000;
    padding: 8px;
    background: #fff;
}
/****EOF****/





/**** Inner Page About ****/

/** Banner Area **/
.page-banner-area {
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--color1);
}
.page-banner-area::before {
    background: linear-gradient(90deg, transparent 0%, var(--color1) 100%);
}
.page-banner-content h1 {
    font-size: 36px;
    font-weight: 700;
}
/** End **/


.vision {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    color: var(--color1);
}

.inner-page-about {}

/** Sidebar Area **/
.about-page-menu a.icon {
    display: none;
}
.inner-page-about .additional-information {
    background: none;
    padding: 0;
    margin-bottom: 0;

    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.inner-page-about .additional-information .list {
    text-align: left;
}
.inner-page-about .additional-information .list ul li {
    border-top: 1px solid #20202026;
    border-bottom: 1px solid #20202026;
    margin-bottom: -1px;
    padding: 20px 15px;
}
.inner-page-about .additional-information .list ul li a {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(32, 32, 32, 0.75);
}
.inner-page-about .additional-information .list ul li:hover {
    background: none !important;
}
.inner-page-about .additional-information .list ul li.active a,
.inner-page-about .additional-information .list ul li:hover a {
    font-weight: 600;
    color: var(--color1);
}
.about-sticky-menu.is-sticky {
    position: fixed;
    top: 120px;
    width: 280px;
    z-index: 999;
}
/** END **/

/** Content Area **/
.about-content-area {
    background: #F9F9F9;
    padding: 20px 30px;
}
.about-content-area h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: var(--color1);
    margin-bottom: 20px;
}
.about-content-area ul {}
.about-content-area ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #202020;
}
/** Content Area :: Leadership **/
.leadership .single-campus-card {
    margin-bottom: 0;
    transition: all ease .5s;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
}
.leadership .single-campus-card img {
    width: 100%;
}
.leadership .single-campus-card .campus-content {
    padding: 15px;
    margin-bottom: 0;
}
.leadership .single-campus-card .campus-content span {    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(32, 32, 32, 0.75);
    margin-bottom: 0;
}
.leadership .single-campus-card .campus-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(32, 32, 32, 0.75);
}
/**End **/

.wp-block-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%;
}

.about-content-area p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: justified;
    color: #202020;
}
.about-content-area p span,
.about-content-area p a {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: justified;
    color: var(--color1);
}
.about-content-area h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: var(--color1);
}

.about-content-area .single-podcasts-card {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-bottom: 40px;
}
.about-content-area .single-podcasts-card .podcast-content p {
    margin-bottom: 0;
}
/** End **/

/**** EOF ****/





/****News Archive****/
.news-archive .section-title {
    max-width: unset;
    text-align: left;
}
.news-archive .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #202020;
}
.news-archive .single-health-care-card {
    border-radius: 8px;
    overflow: hidden;
}
.news-archive .single-health-care-card .health-care-content {
    padding: 15px;
}
.news-archive .single-health-care-card .health-care-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #202020;
}
.news-archive .single-health-care-card .health-care-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(32, 32, 32, 0.75);
}
/****EOF****/


/****News Single.php****/
.right-sidebar {
    padding: 0;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.right-sidebar h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    background: var(--color1);
    color: #fff;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.right-sidebar .related-post-box {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color3);
    margin: 15px 20px;
}
.right-sidebar .related-post-box .related-post-content img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.right-sidebar .related-post-box .related-post-content h4 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #202020;
}
.right-sidebar .related-post-box .related-post-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #202020;
}
.news-details-area .news-details-title .title-head {
    margin: 20px;
}
.news-details-area .news-details-title .title-head h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #202020;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-details-area .news-details-title .title-head h5 {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    color: #202020;
}
.news-details-area .news-details-title .title-head h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    color: var(--color1);
    background: var(--color3);
    display: inline;
    padding: 5px 10px;
}
.news-details-area .news-content {
    margin: 10px 20px 30px;
}
.news-details-area .news-content p,
.news-details-area .news-content ul li,
.news-details-area .news-content ol li {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    color: #202020;
}
.news-details-area .tags-and-share .tags ul li {
    margin-right: 10px;
    display: inline-block;
    background: #2020200d;
    padding: 4px 8px;
}
.news-details-area .tags-and-share .tags ul li:first-child {
    background: transparent;
}
.news-details-area .tags-and-share.share-top {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
/****EOF****/


@media only screen and (max-width: 767px) {
    .search-container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    .head-logo a .custom-logo {
        max-height: 35px;
    }
    .head-logo .header-sitename {
        font-size: 14px;
        line-height: 12px;
        max-width: 140px;
    }
    .header-left-content {
        text-align: left;
        margin-bottom: 0;
    }
    .header-right-content {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .banner-area .slider-item {
        padding-top: 200px;
        padding-bottom: 150px;
        border-bottom-left-radius: 50% 10%;
        border-bottom-right-radius: 50% 10%;
    }
    .slider-item {
        padding-bottom: 200px;
    }
    .slider-content {
        width: 100%;
    }
    .slider-content h1 {
        font-size: 24px;
        font-weight: 800;
        line-height: 29px;
        letter-spacing: 0.03em;
        width: 100%;
    }
    .slider-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .campus-content .campus-title h4 {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
    }
    .campus-content .campus-title h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
    }
    .campus-content .campus-title p {
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
    }
    .section-title-2 h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }
    .activity .col-sm-6,
    .team .col-sm-6,
    .events .col-sm-6,
    .department .col-sm-6 {
        width: 50%;
    }
    .activity .sbox-5 {
        padding: 15px;
    }
    .activity .sbox-5-txt p {
        font-size: 14px;
        line-height: 20px;
    }
    .cbox-wrap {
        margin: 0 15px;
    }
    #register-form {
        margin: 0 -12px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }
    .department .single-news-card,
    .single-news-card .news-img {
        border-radius: 8px;
    }
    .department .single-news-card .news-content {
        padding: 10px 0px;
    }
    .department .single-news-card .news-content h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .publication-slider.owl-carousel .owl-item img {
        width: auto !important;
    }
    .publication .dr_buttons {
        display: none;
    }
    .fw-1 {
        order: 3;
        border-top: 1px solid #fff;
    }
    .fw-2 {
        order: 4;
        border-bottom: 1px solid #fff;
    }
    .fw-3 {
        order: 1;
        width: 50%;
    }
    .fw-4 {
        order: 2;
        width: 50%;
    }
    .fw-5 {
        order: 5;
    }
    .copyright {
        padding: 15px 0 0 0;
    }
    .copyright-area {
        border: none !important;
    }
    .copyright .copy p {
        padding: 10px;
        color: #000;
        background: #fff;

        margin-left: -12px;
        margin-right: -12px;
    }
    .fw-6 {
        order: 2;
    } 
    /* .copyright .copy {
        text-align: center;
    } */
    .fw-7 {
        order: 1;
    }
    .copyright .social-content {
        text-align: center;
    }

    .profile-wrapper .profile {
        flex-flow: column;
    }
    .profile-wrapper .profile .profile-pic {
        max-width: 100%;
    }
    .profile-wrapper .profile .profile-info {
        margin-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
    .profile-wrapper .profile .profile-pic img {
        width: 100%;
    }
    .profile-wrapper .profile .profile-info .mytable .mycolumn {
        flex-flow: column;
        background: var(--color3);
        border-radius: 5px;
    }
    .profile-wrapper .profile .profile-info .mytable .mycolumn .myrow.l-row,
    .profile-wrapper .profile .profile-info .mytable .mycolumn .myrow.r-row {
        width: 100%;
        background: transparent;
        font-size: 16px;
        line-height: 24px;
    }
    .profile-wrapper .biography p {
        font-size: 16px;
        line-height: 36px;
    }
    .innerpage.stf .col-sm-6 {
        width: 50%;
    }
    .about-page-menu {
        margin-left: -20px;
        margin-right: -20px;
        overflow: hidden;
        position: relative;
        background: var(--color2);
    }
    .about-page-menu a.icon {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #202020;
        display: block;
        padding: 15px 20px;
        
    }
    .about-page-menu a.icon svg {
        fill: var(--color1);
    }
    .about-page-menu ul#myLinks {
        display: none;
        transition: all ease .5s;
    }
    .about-content-area h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .about-content-area p,
    .about-content-area ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
    }
    .inner-page-about .additional-information .list {
        margin-bottom: 50px;
    }
    .inner-page-about .additional-information .list ul li {
        padding: 15px 20px;
    }
    .inner-page-about .additional-information .list ul li a {
        font-size: 14px;
        line-height: 24px;
    }


    .dept-about .content {
        flex-flow: column;
    }
    .dept-about .content p {
        font-size: 17px;
    }
    .dept-about .content a {
        margin: 0;
        width: 130px;
        min-width: 130px;
    }
    .news-area .section-title h2 {
        font-size: 22px;
        font-weight: 700;
    }
    .dnews-flex {
        display: unset;
    }
    .dnews-flex .news-img { 
        float: left;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
@media only screen and (max-width: 991px) {
    .navbar-area {
        background-color: transparent;
    }
    .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
        color: #fff;
    }
    .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
        background: #FFF;
    }
    .navbar-area.is-sticky .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
        color: #202020;
    }
    .navbar-area.is-sticky .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
        background: #202020 ;
    }
    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
        background: rgba(32, 32, 32, 0.9);
    }
    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
        border-top-color: #C4A66C;
        color: #fff !important;
        background: #C4A66C;
    }
}
