:root {
    --primary-color: #10418B;
    --primary-color-hover: #7691E4;
    --second-color: #EB9F00;
    --second-color-hover: #f8c048;
    --third-color: #F05A2A;
    --third-color-hover: #FF784D;
    --icon-color: #bababa;
    --color-black: #3c3c3c;
    --color-dot:  #10418B;
    --color-desc: #777;
    --color-content:#3F4A5F;
    --color-border-primary: #2190F7;
    --color-heading: #10418B;
    --color-footer: #5570C1;
    --font-xs: 12px;
    --font-sm: 14px;
    --font-md: 16px;
    --font-lg: 18px;
    --font-xl: 24px;
    --radius-1: 12px;
    --radius-2: 20px;
    --box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
    --box-shadow-hover: 0px 4px 20px 0px rgba(6, 69, 190, 0.25);
    --gradient-1: linear-gradient(180deg, rgba(170, 183, 253, 0.30) 0%, rgba(159, 173, 245, 0.00) 100%);
}

body.theme1 .school-name span:last-child {
    color: var(--primary-color);
}
body.theme1 .header-bot {
    background-color: var(--primary-color);
}
body.theme1 .quicklink {
    background: var(--gradient-1);
}
body.theme1 .btn-login.heading,
body.theme1 .btn-login.btn-medium {
    border-radius: var(--radius-2);
    background: var(--second-color);
    transition: all 0.25s ease-in;
}
body.theme1 .btn-login:hover {
    background-color: var(--second-color-hover);
}
body.theme1 .block-title {
    color: var(--primary-color);
    font-size: var(--font-xl);
}
body.theme1 .dlib-link {
    background-color: var(--third-color);
    color: #fff;
}
body.theme1 .dlib-link:hover {
    color: #fff;
    background-color: var(--third-color-hover);
}
body.theme1 .school-name span:first-child {
    color: #E71D26;
    font-weight: bold;
    font-size: 18px;
}
body.theme1 .socials__item-link span {
    color: #333;
}
body.theme1 .owl-slide .owl-dots .owl-dot {
    background-color: #fff;
    border: 2px solid var(--color-dot);
}
body.theme1 .owl-carousel.owl-slide .owl-dots .owl-dot.active {
    background-color: var(--color-dot);
}
body.theme1 .book-block__item,
body.theme1 .video-block__item {
    transition: all 0.15s ease-in;
    border: 2px solid #fff;
    border-radius: var(--radius-1);
}
body.theme1 .book-block__item.hover:hover,
body.theme1 .video-block__item.hover:hover {
    border: 2px solid var(--color-border-primary);
    box-shadow: var(--box-shadow);
}
body.theme1 .badge.postcast {
    background-color: #57058E;
}
body.theme1 .badge.video {
    background-color: #D0078A;
}
body.theme1 .badge.test {
    background-color: #239B56;
}
body.theme1 .quicklink-block__item span {
    color: #333;
    font-weight: bold;
}
body.theme1 .card.library:hover .card-body .card-heading {
    color: var(--color-heading);
}
body.theme1 .card.library:hover .img {
    box-shadow: var(--box-shadow-hover);
}
body.theme1 .square.square1 {
    background: #AEFAFF;
}
body.theme1 .square.square2 {
    background: #FFF1A6;
}
body.theme1 .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: var(--font-sm);
}
body.theme1 .navbar-nav .nav-item .nav-link.active,
body.theme1 .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--primary-color-hover);
}
body.theme1 .footer {
    background-color: var(--color-footer);
}
body.theme1 .footer-school-name {
    color: #fff;
}
body.theme1 .footer-school-contact {
    color: #fff;
}
body.theme1 .copyright-deploy .copyright {
    color: #fff;
}
body.theme1 .copyright-deploy {
    color: #fff;
}
body.theme1 .card.library .card-body .meta {
    font-size: var(--font-md);
    color: var(--color-desc);
}
/* Category */
body.theme1 .cate-banner .cate-banner__overlay {
    background: linear-gradient(89deg, rgba(0, 0, 0, 0.50) 24.47%, rgba(0, 0, 0, 0.00) 69.49%);
}
body.theme1 .cate-banner .cate-banner__overlay .cate-title {
    color: #fff;
}
body.theme1 .block-blog.block-lg .library .card-body .card-text p {
    color: var(--color-desc);
}
body.theme1 .block-blog.block-lg .library:hover img {
    box-shadow: var(--box-shadow);
}
body.theme1 .block-blog.block-lg .card-body .card-title {
    color: var(--color-black);
    font-size: var(--font-lg);
}
body.theme1 .block-blog.block-lg .card-body:hover .card-title {
    color: var(--color-border-primary);
}
body.theme1 .card.thumbnail .card-title {
    color: var(--color-black);
    font-size: var(--font-md);
}
/* Pagination */
body.theme1 .pagination .page-item .page-link {
    border-radius: 50%;
    color: #868686;
    font-size: 15px;
    border: 1px solid #ececec;
}
body.theme1 .pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    color: #fff;
}
body.theme1 .card.library .card-body .card-heading {
    color: var(--color-black);
    font-size: var(--font-lg);
}
body.theme1 .library-feautured-box .library-feautured-box__content h2 {
    line-height: 200%;
}
body.theme1 .library-feautured-box .library-feautured-box__content h2 a {
    font-size: 20px;
    text-decoration: none;
    color: var(--color-black);
}
body.theme1 .library-feautured-box .library-feautured-box__content p {
    font-size: var(--font-md);
    color: var(--color-desc);
    line-height: 160%;
}
body.theme1 .card.library.box-solid:hover .img {
    box-shadow: none;
}
body.theme1 .card.library.box-solid:hover {
    box-shadow: var(--box-shadow-hover);
}
/* Breadcrumb */
body.theme1 .breadcrumb .breadcrumb-item a {
    font-size: var(--font-md);
    color: #3F4A5F;
}
body.theme1 .breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
}
/* ./end Breadcrumb */

/* Article Detail */
body.theme1 .article-heading-title {
    font-size: var(--font-xl);
    font-weight: bold;
    color: var(--color-black);
    line-height: 150%;
}
body.theme1 .art-meta span {
    font-size: var(--font-md);
}
/* ./end Article Detail */

/*============= Sidebar Featured =============*/
body.theme1 .sidebar-featured .title {
    color: #292929;
}
body.theme1 .sidebar-featured .article-box .article-title {
    color: #292929;
}
body.theme1 .sidebar-featured .article-box .article-desc {
    font-size: var(--font-sm);
    color: var(--color-desc);
}
body.theme1 .sidebar-featured .article-box .article-link {
    text-decoration: none;
    color: var(--primary-color);
}
body.theme1 .sidebar-featured .article-box .createdate {
    color: var(--color-desc);
    font-size: var(--font-sm);
}
body.theme1 .sidebar-featured .article-box .article-link.text-primary {
    color: #292929!important;
}
body.theme1 .sidebar-featured .article-box .article-link.text-primary:hover {
    color: var(--primary-color);
}
body.theme1 .sidebar-featured .article-box.with-border .article-title a {
    color: #292929;
    transition: all 0.25s ease-in;
}
body.theme1 .sidebar-featured .article-box.with-border .article-title a:hover {
    color: var(--primary-color);
}
/*============= ./end Sidebar Featured =============*/
/*============= Support =============*/
.support-box .support-title {
    font-size: var(--font-xl);
    color: var(--primary-color);
}
/*============= ./end Support =============*/
/*============= Library Box Solid =============*/
body.theme1 .card.library.box-solid:hover .card-heading {
    color: var(--color-heading);
}
/*============= ./end Library Box Solid =============*/
/*============= Q&A =============*/
body.theme1 .heading-title.primary {
    color: var(--primary-color);
}
body.theme1 .heading-desc {
    color: var(--color-desc);
    font-size: var(--font-md);
}
body.theme1 .tab-dropdown .tab-dropdown-item {
    background-color: #f9f9f9;
}
body.theme1 .tab-dropdown .tab-dropdown-item .tab-dropdown-body {
    color: var(--color-desc);
    font-size: var(--font-sm);
}
/*============= ./end Q&A =============*/
/*============= Intro =============*/
body.theme1 .intro-top .intro-featured span {
    font-size: var(--font-md);
    color: #333B69;
    font-weight: bold;
}
body.theme1 .intro-para .intro-heading {
    font-size: 24px;
    color: var(--primary-color)!important;
}
body.theme1 .intro-para .intro-desc {
    color: #6A798C;
    font-size: var(--font-md);
}
body.theme1 .intro-layout table tr td h3 {
    font-size: var(--font-xl);
    color: var(--primary-color);
    margin-bottom: 35px;
}
body.theme1 .intro-layout table tr td p,
.intro-layout table tbody ul {
    color: var(--color-content);
    line-height: 150%;
}
/*============= ./end Intro =============*/

@media (max-width: 1400px) {
    body.theme1 .navbar-nav .nav-item .nav-link {
        font-size: var(--font-sm);
    }
}
/*================== Tablet ==================*/
@media (max-width: 1024px) {
    body.theme1 .navbar .nav-item {
        padding-right: 10px;
    }
    body.theme1 .navbar-nav .nav-item .nav-link {
        font-size: var(--font-xs);
    }
    body.theme1 .quicklink {
        padding: 0;
        background: var(--gradient-1);
    }
    body.theme1 .quicklink-block__item span {
        font-size: 13px;
    }
    body.theme1 .btn-login.btn-medium {
        font-size: var(--font-sm);
        padding: 8px 12px;
    }
    body.theme1 .library-link .library-title {
        font-size: var(--font-md);
    }
    body.theme1 .card.library .card-body .card-heading {
        font-size: var(--font-md);
        line-height: 20px;
    }
}

/*================== Mobile Horizontal, Tablet Vertical ==================*/
@media (max-width: 667px) {
   
}

/*================== Mobile ==================*/
@media (max-width: 767.98px) { 
    body.theme1 .header-bot {
        background-color: #f9f9f9;
    }
    body.theme1 .block-title {
        font-size: var(--font-lg);
    }
    body.theme1 .navbar-nav .nav-item .nav-link {
        color: var(--color-black);
        font-size: var(--font-sm);
    }
    body.theme1 .navbar-nav .nav-item .nav-link:hover,
    body.theme1 .dropdown-menu li a:hover {
        color: var(--primary-color)!important;
        background-color: transparent;
    }
    body.theme1 .navbar .nav-item {
        padding-right: 0;
    }
    body.theme1 .navbar-nav .nav-item .nav-link.active, 
    body.theme1 .navbar-nav .nav-item .nav-link:hover {
        background-color: transparent;
        color: var(--primary-color);
    }
    body.theme1 .menu-fixed {
        background-color: #fff;
    }
    body.theme1 .menu-fixed li a i {
        color: var(--icon-color);
    }
    body.theme1 .menu-fixed li a span {
        color: var(--color-black);
    }
    body.theme1 .menu-fixed li a.active i {
        color: var(--primary-color);
    }
    body.theme1 .cate-banner .cate-banner__overlay {
        background: rgba(0, 0, 0, 0.50)!important;
    } 
    body.theme1 .cate-banner .cate-banner__overlay .cate-title {
        font-size: 27px;
    }
    body.theme1 .library-link .library-title {
        font-size: var(--font-sm);
    }
    body.theme1 .library-feautured-box {
        box-shadow: var(--box-shadow);
    }
    body.theme1 .library-feautured-box .library-feautured-box__content h2 {
        line-height: 150%;
    }
    body.theme1 .library-feautured-box .library-feautured-box__content h2 a {
        font-size: var(--font-md);
    }
    body.theme1 .library-feautured-box .library-feautured-box__content p {
        font-size: 6px;
        line-height: 160%;
    }
    body.theme1 .art-meta span {
        font-size: var(--font-sm);
        color: var(--color-desc);
    }
    body.theme1 .tab-content-main .tab-title {
        font-size: var(--font-xs);
        line-height: 18px;
    }
    body.theme1 .tab-content-main .tab-desc > p {
        font-size: 10px;
        line-height: 15px;
    }
    body.theme1 .tab-content-main .article-link {
        font-size: var(--font-xs);
    }
    body.theme1 .heading-title {
        font-size: var(--font-md);
        margin-bottom: 6px;
    }
    body.theme1 .heading-desc {
        font-size: var(--font-xs);
        margin-bottom: 10px;
    }
    body.theme1 .tab-dropdown .tab-dropdown-item {
        margin-top: 10px;
        padding: 10px;
    }
    body.theme1 .tab-dropdown .tab-dropdown-item .tab-dropdown-header h4 {
        font-size: var(--font-xs);
        padding-right: 20px;
    }
    body.theme1 .tab-dropdown .tab-dropdown-item .tab-dropdown-header i {
        font-size: 7.5px;
    }
    body.theme1 .tab-dropdown .tab-dropdown-item.open .tab-dropdown-body {
        font-size: var(--font-xs);
    }
    body.theme1 .tab-dropdown .tab-dropdown-item.open .tab-dropdown-body p {
        padding: 6px 0;
    }
    body.theme1 .support-box .support-title {
        font-size: var(--font-lg);
    } 
    body.theme1 .intro-para .intro-heading {
        font-size: var(--font-md);
    }
    body.theme1 .intro-para .intro-desc {
        font-size: var(--font-sm);
    }
    body.theme1 .footer-school-name {
        font-size: var(--font-sm);
        margin-bottom: 4px;
    }
    body.theme1 .footer-school-contact .contact-item .contact-text {
        font-size: var(--font-sm);
    }
    body.theme1 .copyright-deploy .deploy span {
        font-size: var(--font-sm);
    }
    body.theme1 .block-blog.block-lg .card-body .card-title {
        font-size: var(--font-md);
    }
    body.theme1 .article-heading-title {
        font-size: var(--font-md);
    }
    body.theme1 .intro-layout table tr td h3 {
        font-size: var(--font-lg);   
    }
    body.theme1 .btn-login.heading,
    body.theme1 .btn-login.btn-medium {
        border-radius: var(--radius-1);
    }
    body.theme1 .footer-school-contact .contact-item svg path {
        fill: var(--icon-color);
    }
    body.theme1 .block-blog.block-lg .library {
        box-shadow: var(--box-shadow);
    }
}