body {
    font-family: 'Spartan', sans-serif;
    /*font-size: 14px;*/
    font-size: 1rem;
    color: #606060;
}

/*home banner css start*/
.home-banner {
    background-image: url("../images/banner1.jpg");
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #010065;
    opacity: .4;
    top: 0;
    left: 0;
    right: 0;
}


.banner-content {
    z-index: 9;
}

.banner-content h2 {
    line-height: 1.4;
}

.home-search {
    background: #ffe399;
    color: #010065;
    padding: 0px 30px 0 30px;
    border-radius: 0 12px 12px 0;
}

.custom-form {
    height: 47px;
    border-radius: 12px 0px 0px 12px;
}

/*home banner css end*/

/*resource css*/
.sec-pad {
    padding: 30px 0 0px 0;
}

.resource {
    margin-bottom: 16px;
}

.resource-view {
    padding-left: 13px;
    border-left: 4px solid #d8d9da;
}

.resource-view h3 {
    font-size: 18px;
    color: #068853;
    font-weight: 600;
}

.resource-view ul {
    color: #068853;
}

/*resource css*/


/*subject css*/
.custom-subject .card {
    border: none;
    margin: 6px 0 6px 0;
}

.custom-subject .card-header {
    color: #fff;
    padding: 16px 25px 13px 21px;
    background: #a6433b;
    ;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 22px;
}

.custom-subject .card-header h6 a {
    color: #fff;
    font-size: 24px;
    line-height: 22px;
}

.custom-subject .card-body {
    border: 1px solid #a6433b;
    border-top: none;
    font-weight: 300;
    color: #606060;
}

.custom-subject a {
    color: #fff;
    text-decoration: none;

}

.custom-subject h6 {
    font-size: 16px;
}

.custom-subject .collapsed:after {
    content: "\f077";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 0px;
    font-weight: 500;
    padding: 16px 25px 13px 21px;
}

.custom-subject .collapse[aria-expanded="true"]:after {
    content: "\f078";
}

/*subject css*/

/*Wiley Online Library*/
.online-library {
    background: linear-gradient(45deg, #1e0e0e, #a84d3b);
    ;
    padding-top: 8px;
    padding-bottom: 63px;
    color: #fff;
    margin: 40px 0 0 0;
}

.browse {
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
}

.browse:hover {
    color: #fff;
    text-decoration: none;
}

/*Wiley Online Library*/


/*carousel css*/
.carousel-wrap {
    padding: 0 5%;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>button {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav {
    display: block !important;
}

.owl-nav i {
    font-size: 20px;
}

.owl-nav .owl-prev {
    left: -30px;
    position: absolute;
    top: 45%;
    color: #cdcbcd;
}

.owl-nav .owl-prev:focus {
    outline: none;
}

.owl-nav .owl-next {
    right: -30px;
    position: absolute;
    top: 45%;
    color: #cdcbcd;
}

.owl-nav .owl-next:focus {
    outline: none;
}

/*carousel css*/

.journal-view {
    border-left: solid 2px rgb(62 8 8 / 80%);
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #f7f7f7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.journal-view h2 {
    margin-top: 0;
    font-size: 20px !important;
    line-height: 25px;

}

.journal-view h2 a {
    color: rgb(62 8 8 / 80%);
}

.journal-view ul li a {
    color: #606060;
}

.journal-listed li a {
    color: #606060;
    padding: 0 0 0 5px;
}

.journal-listed li {
    line-height: 30px;
    font-size: 13px;
}

.journal-image img {
    height: 250px;
    object-fit: none;
