.bg-theme2 {
    background-color: #18498B;
    color: #fff !important;
}
.bg-light {
    background-color: #eee;
    color: #000 !important;
}
.bg-theme2 h4 {
    font-family: arial;
    font-size: 22px;
    color: #fff !important;
}
.bg-light h4 {
    font-family: arial;
    font-size: 20px;
    color: #000 !important;
}
.fields {
    margin-bottom: 20px;
    background: #fff;
    border: none;
    box-shadow: 1px 1px 9px #e9e8e8;
}

.card-header {
    background: #fff3f0;
    border-left: solid 3px #ff6a3d;
    padding: 5px 10px;
    border-bottom: none;
    border-radius: 0 !important;
    border-radius: 3px !important;
}

.card-header a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.card-header.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-link {
    font-weight: 400;
    color: #ff6a3d;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.collapsed {
    color: #4a5076;
}

.btn-link:hover {
    text-decoration: none;
    color: #ff6a3d;
}

.btn-link:focus {
    text-decoration: none;
    color: #ff6a3d;
}

.table-bordered th,
td {
    border: 1px solid #dee2e6 !important;
    padding: 10px 10px !important;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
}

.card-body ul {
    padding: 0;
    margin: 0;
}

.custom-style ul li {
    margin-left: 10px;
}

.custom-style ul li:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    font-weight: 900;
    color: #930303;
    position: absolute;
    left: 20px;
}

.custom-style p {
    margin-left: 10px;
}

.custom-style p:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    font-weight: 900;
    color: #930303;
    position: absolute;
    left: 20px;
}

table p:before {
    display: none;
}

.card-body li {
    margin-bottom: 10px;
}

.faculty-row {
    margin-right: 0px;
    margin-top: 0px;
}

.faculty-image {
    height: auto;
    width: 100%;
    align-items: center;
    padding: 15px 10px 0px 15px;
    text-align: center !important;
    
}

.faculty-image img {
    height: 100%;
    width: 100%;
    text-align: center !important;
    border: 10px solid #eee;
}

.faculty-left {
    margin-bottom: 16px;
    border: 1px solid #eee;
}
.faculty-left img {
    width: 100%;
}
.card-header {
    position: relative;
}

.fields .collapse i {
    float: none;
}


.rotate-icon {
    float: right;
    color: #555;
    margin-top: 5px;
}

.collapsed .rotate-icon {
    float: right;
    transform: rotate(180deg);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    border: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;

}

.alphabetical .nav-tabs .nav-link {
    font-size: 14px;
    color: #e56989 !important;
    background: #fed0dc;
    border: solid 1px #fed0dc;
    height: 36px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    margin-right: 4px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff !important;
}

.faculty-list {
    padding: 0;
    column-count: 3;

}

.name-list a {
    display: flex;
    padding: 10px;
    background: #fff;
    color: #4a5076;
    font-size: 15px;
    font-weight: 800;
    /*font-weight: 600;*/
    list-style: none;
    border: 1px solid #e6e6e6;
    border-left: solid 2px #ffab44;
    margin-bottom: 15px;
    transition: all linear .3s;
    align-items: center;
    border-radius: 5px;
    letter-spacing: .5px;
    position: relative;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}

.name-list a:hover {
    box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
}

.alphabetical-list {
    padding: 0;
}

.faclist {
    margin-top: 80px;
}

@media only screen and (max-width: 991px){
  .faclist {
      margin-top: 10px;
    }
    .alphabetical .owl-carousel1 a {
        font-size: 18px;
        width:  42px !important;
    height: 42px !important;
    }
    .alphabetical .owl-carousel1 .item:first-child{
    margin-left: 2px !important;
}
}

.faclist .farea {
    margin-bottom: 10px;
    list-style-type: none;
    background-color: #fff;
    padding: 8px;
    padding-left: 45px;
    position: relative;
    width: 100%;
    border: 1px solid #18498B;
}

.faclist .farea a {
    color: #232D4B;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    font-family: arial;
}
.faclist .farea:hover a {
    color: #E32845;
}
.faclist .farea i {
    position: absolute;
    left: 0;
    background-color: #18498B;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 8px 5px 8px;
}

.faclist .farea:last-child {
    margin-bottom: 0
}

.departlist .darea {
    margin-bottom: 10px;
    list-style-type: none;
    background-color: #fff;
    padding: 8px;
    padding-left: 45px;
    position: relative;
    width: 100%;
    border: 1px solid #18498B;
}

.departlist .darea a {
    color: #18498B;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    font-family: arial;
}
.departlist .darea:hover a {
    color: #E32845;
}
.departlist .darea i {
    position: absolute;
    left: 0;
    background-color: #18498B;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 8px 5px 8px;
}

.departlist .darea:last-child {
    margin-bottom: 0
}



.alphabetical-list li {
    display: inline-block;
    padding: 0px;
}
.alphabetical .owl-carousel1 .item:first-child{
    margin-left: 5px !important;
}

.alphabetical .owl-carousel1 a {
    font-size: 16px !important;
    font-weight: 600;
    background: #fff !important;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    width:  32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    border: 1px solid #eee;
    -webkit-transition: all ease .5s;
    transition: all ease .3s;
    color: #111d5e;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)

}

.alphabetical .owl-carousel1 a:hover {
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

a.fac-divnk.active {
    background: #232d4b !important;
    color: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    border: solid 1px #232d4b;
}

.alphabetical .green-bg {
    background: #d7f7f7 !important;
    color: #459595;
}

.alphabetical .red-bg {
    background: #ffd7d4 !important;
    color: #ff5e50;
}

.alphabetical .orange-bg {
    background: #ffebd4 !important;
    color: #ffa843;
}

.alphabetical .brown-bg {
    background: #f4d8e8 !important;
    color: #dd87b7;
}

.alphabetical .gray-bg {
    background: #d8d6e3 !important;
    color: #3b306f;
}

.alphabetical .blue-bg {
    background: #bfe9ff !important;
    color: #4c90b5;
}

.staff-icon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f508";
    font-size: 14px;
    margin-right: 5px;
}

.factitle {font-size: 24px; background-color: #18498B; margin: 0px; color: #fff !important; padding: 10px;}

.factitle2 {font-size: 20px; text-align: center; font-weight: 500;}

button.owl-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ff6a3d !important;
    color: #fff !important;
    width: 20px;
}

button.owl-next {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ff6a3d !important;
    color: #fff !important;
    width: 20px;
}

.owl-carousel1 {
    text-align: center;
}

.owl-carousel1 .owl-nav button.owl-next,
.owl-carousel1 .owl-nav button.owl-prev,
.owl-carousel1 {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 24px;
}

.owl-carousel1 span {
    position: relative;
    top: -2px;
}

.owl-dots {
    display: none;
}

table {
    font-family: 'Open Sans', sans-serif !important;
    height: auto !important;
    width: 100% !important;
}

.custom-style td {
    color: #6c6e70;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    padding: 8px 10px !important;
}

.custom-style tr:first-child td {
    color: #930303;
    white-space: nowrap;
    font-weight: 700;
}

.custom-style tr:nth-child(odd) td {
    background-color: #ffffff !important;
}

.custom-style tr:nth-child(even) td {
    background-color: #f2f2f2 !important;
}

@media (min-width:992px) and (max-width:1200px) {
    .name-list a {
        font-size: 13px;
    }

    .alphabetical .owl-carousel1 a {
        height: 26px;
        width: 26px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .alphabetical .owl-carousel1 a {
        margin-right: 0;
        margin-left: 27px;
        margin-top: 3px;
        margin-bottom: 20px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .faculty-image {
        height: auto;
        width: 100%;
    }

    .faculty-right tr {
        display: grid;
    }

    .faculty-right .table-striped tbody tr:nth-of-type(odd) {
        background-color: transparent;
    }

    .faculty-right th {
        background-color: rgba(0, 0, 0, .05);
    }

    .alphabetical .owl-carousel1 a {
        margin-right: 0;
        margin-left: 00px;
        margin-top: 6px;
        margin-bottom: 20px;
        width: 26px;
        height: 26px;
    }

    button.owl-prev {
        position: absolute;
        top: 0px;
        left: -15px;
        background: #ff6a3d !important;
        color: #fff !important;
        width: 20px;
    }

    button.owl-next {
        position: absolute;
        top: 0px;
        right: -15px;
        background: #ff6a3d !important;
        color: #fff !important;
        width: 20px;
    }

    .owl-carousel1 .owl-stage-outer {
        position: relative;
        overflow: hidden;
        margin: 0 10px;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

ol li {
    color: #454545;
    list-style: inherit;
    line-height: 28px;
}

