/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Silicon Techlab Pvt. Ltd.
Author URI: https://www.silicontechlab.com/
Description: National Animal Resource Facility for Biomedical Research
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(122, 153, 217)),
            color-stop(0.72, rgb(73, 125, 189)),
            color-stop(0.86, rgb(28, 58, 148)));
}

.container-fluid {
    width: 94%;
    max-width: 100%;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table tr th {
    background: #81474e !important;
    color: #fff;
    border: 1px solid #ffffff;
}

.single-publication {
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px #adadad;
    padding: 5px;
}

a {
    text-decoration: none;
    color: #000;
}

.entry_main section,
.vision-sec,
.bg-diffrent,
.leader-sec,
.media-sec,
.team-sec,
.screen-read-sec {
    float: left;
    width: 100%;
}

.entry_main,
.emp-corner,
.media-sec,
.bg-diffrent,
.vision-sec,
.leader-sec,
.gallery,
.about-sec,
.screen-read-sec {
    padding: 60px 0px;
}


.breadcrumb-banner .about-h3,
.breadcrumb-banner .tender-h3 {
    color: #fff;
    font-size: 30px;
}

.breadcrumb-banner figure {
    margin: 0;
}

.breadcrumb-banner {
    position: relative;
    height: 126px;
}

.breadcrumb-banner:before {
    content: '';
    position: absolute;
    background-color: #0e0400c7;
    opacity: 1;
    z-index: 10;
    color: #fff;
    width: 100%;
    height: 100%;
}

.breadcrumb-banner .content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    color: #fff;
    z-index: 11;
    text-align: center;
    width: max-content;
    left: 0;
    right: 0;
}

.dir-span a {
    color: #f15a29;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
}

.ev-p a {
    color: #fff;
}

.entry_main .about-h3 {
    font-size: 40px;
}

.entry_main h3,
.entry_main h2,
.entry_main h1,
.entry_main h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #102e4e;
    font-weight: 700;
}

.entry_main p {
    margin-bottom: 20px;
    color: #484848;
    text-align: justify;
}

.entry_main ul {
    margin-bottom: 20px;
}

.entry_main li {
    list-style-type: none;
    margin: 5px 0px;
    padding-left: 20px;
    position: relative;
}

.entry_main li::before {
    content: '\f058';
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900;
    color: #2ecc71;
    top: 6px;
}

.news-sec figure {
    width: 100%;
    height: 200px;
}

.training_img img {
    width: 100%;
    height: 100%;
}

.training_img {
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 1px 1px 6px #adadad;
    transition: all 3s;
}

.left-image figure {
    position: relative;
    padding: 5%;
    height: auto;
    margin: 0;
}

.left-image img {
    width: 90%;
    height: auto;
    position: relative;
}

.left-image img.ab-2.img-fluid {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 88%;
    z-index: -1;
    animation: rotateEffect 20s linear infinite;
    height: auto;
    padding: 3%;
}

/* Rotation animation */
@keyframes rotateEffect {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.glance-c figure {
    width: 100%;
    height: 180px;
}

.gall-sec figure {
    width: 100%;
    height: 250px;
}

figure img {
    object-fit: cover;
}

.card.eve-card:hover p a {
    color: white;
}

.card.gall-card:hover p a {
    color: white;
}

.news-container {
    width: 100%;
    height: 42px;
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    position: relative;
}

.news-controls {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}

.news-controls button {
    padding: 8px 7px;
    font-size: 14px;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
    background: none;
}

.news-container .news-item a {
    color: #fff;
    font-size: 16px;
    margin-right: 50px;
}

.news-container .news-item a:hover {
    color: #f15a29;
}

/* Active button styling */
.news-controls button.active {
    transform: scale(1.05);
}

/* Modal styles External Link */

#linkModal.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#linkModal .modal-content {
    background: #fff;
    padding: 20px;
    max-width: 650px;
    margin: 15% auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: center;
    animation: fadeIn 0.5s;
    border: none;
}

#linkModal .modal-content h5 {
    font-size: 20px;
    color: #F15A29;
    margin-bottom: 20px;
}

#linkModal .btn-dd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#linkModal a.exte {
    width: 150px;
    padding: 15px 30px;
    font-size: 18px;
    margin: 10px;
    gap: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

#linkModal .btn-yes {
    background: #333;
    color: #fff;
}

#linkModal .btn-yes:hover {
    background: #28a745;
}

#linkModal .btn-no {
    background: #ddd;
}

#linkModal .btn-no:hover {
    background: #dc3545;
    color: #fff;
}

/* Modal styles External Link */

.news-p {
    margin: 30px 0px 0px 0px;
    font-size: 16px;
    color: black;
    height: 70px;
    overflow: hidden;
}

.card-body.text-center.card {
    margin: 0px 10px;
    padding: 10px 10px;
}

img.new-img {
    border-radius: 5px;
}

.social-card.newws {
    border: 1px solid #cccccc94;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 5px #0000002b;
    margin-bottom: 20px;
    border-radius: 5px !important;
}

.social-card.newws figure {
    height: 200px;
}

.social-card.newws:hover {
    background: linear-gradient(135deg, #33669B, #23376D, #F15A29, #23376D, #33669B);
    background-size: 400% 400%;
    animation: gradientAnimation 5s ease forwards;
    /* transform: scale(1.05); */
}

.social-card.newws:hover .card-badge-text,
.social-card.newws:hover .news-p a {
    color: #fff;
}


.year-ber .form-select {
    width: 100% !important;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #6e6e6e;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0px;
}

span.page-numbers.current {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 12px;
    border: 1px solid #e7e7e7;
    background: #f15929;
    margin: 0;
}

a.page-numbers {
    color: #686868;
    text-decoration: none;
    padding: 5px 12px;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin: 0;
}

.nf-before-form-content {
    display: none !important;
}

.label-above .nf-field-label {
    margin-bottom: 5px !important;
}

.nf-field {
    color: #424242 !important;
    font-weight: 200 !important;
    font-family: 'Raleway';
    font-size: 14px;
}

.nf-field-element input,
.nf-field-element select {
    height: 45px !important;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.nf-field-element textarea {
    height: 140px !important;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

#ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 15px !important;
}

input#nf-field-4 {
    background: #3667fd;
    color: #fff;
    padding: 10px 60px;
    height: auto !important;
}

.data-text ul {
    padding: 0px;
}

.data-text li {
    font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 35px;
    text-align: justify;
}

.data-text li::after {
    content: "";
    background-image: url('../icmr/assets/images/team/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.data-text h4 {
    margin-bottom: 20px;
}

.pro-title-first {
    color: #1b75bc;
    font-weight: 500;
}

.profile-title {
    float: left;
    width: 100%;
}

.pro-title-first {
    color: #e6582d;
    font-weight: 500;
    width: 130px;
    float: left;
    font-size: 18px;
}

.profile-data b,
.profile-data strong {
    font-weight: bolder;
    color: #222222;
}

.profile-data h5,
.profile-data h6,
.profile-data h4,
.profile-data h3 {
    color: #e55c33;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.details-card p,
.details-card li {
    color: gray;
    line-height: 24px;
    text-align: justify;
}

.details-card li {
    padding-left: 30px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    text-align: justify;
    line-height: 22px;
}

.details-card li::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 0;
    background-image: url('../icmr/assets/images/team/checklist.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.details-card:hover {
    box-shadow: 0 0 12px #7e7d7cd7;
    transition: all 0.5s;
}

.details-card:hover .card-head {
    background-color: #33669b;
    color: white;
    transition: all 0.5s;
}

.search-bar {
    margin-bottom: 50px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
}

.profile-title {
    font-size: 16px !important;
}

.in-ul {
    padding-left: 0px !important;
    position: relative;
}

.in-ul li {
    display: inline;
    text-align: justify;
    margin-right: 24px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.in-ul li:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -15px;
    width: 1px;
    height: 20px;
    background: #adadad;
}

.in-ul li:last-child:after {
    display: none;
}

ul.copy-ul {
    text-align: right;
    padding: 0px;
    margin: 0px;
}

/* -------------------------------- menu css Start---------------------------------- */


.dropdown-menu.main-drop-menu a.nav-link {
    color: #212529 !important;
    font-weight: 400 !important;
    padding: 8px 20px;
    margin: 0;
    border-bottom: 1px solid #d6d2d2cc;
}

.dropdown-menu.main-drop-menu a.nav-link:hover {
    background-color: #f15929;
    color: white !important;
}

.dropdown-menu.main-drop-menu a.nav-link:before {
    display: none;
}

.navbar.sticky ul.navbar-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center;
}

/* -------------------------------- menu css End---------------------------------- */

.old-wp {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}

/* -------------------------------- preloader start---------------------------------- */
/* 
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0f172a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999999999999999;
    color: #fff;
}

.preloader img {
    width: 50%;
}

.loader-container {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring-bg {
    fill: transparent;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 4px;
}

.progress-ring-circle {
    fill: transparent;
    stroke: #38bdf8;
    stroke-width: 4px;
    stroke-dasharray: 565.48;
    /* 2 * PI * r * /
    stroke-dashoffset: 565.48;
    /* Initial state - fully empty * /
    transition: stroke 0.5s ease;
}

.loader-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loading-stage {
    position: relative;
    height: 30px;
    width: 100px;
    overflow: hidden;
}

.stage-current,
.stage-next {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.stage-current {
    transform: translateY(0);
}

.stage-next {
    transform: translateY(30px);
}

.percentage {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 0.5rem;
}

.loader-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
} */

/* -------------------------------- preloader end---------------------------------- */

.counter-box {
    text-align: center;
    background: white;
    padding: 30px 50px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.number {
    font-size: 48px;
    color: #00796b;
}

.breadcrumb-banner figure {
    height: 100%;
}

li.breadcrumb-item.active {
    color: #FFA97E;
}

li.breadcrumb-item {
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 35px;
}

/******************************* Popup Styles *************************************/
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popup .popup-content {
    background-color: white;
    padding: 20px;
    text-align: center;
    max-width: 700px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 500px;
    max-height: 100%;
    border: 10px solid #a1a1a1;
    border-radius: 5px;
}

#popup img {
    max-width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 5px;
}

#popup a {
    text-decoration: none;
}

#popup .pop_title {
    font-size: 18px;
    color: #f15929;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f15929;
    margin-bottom: 15px;
}

#popup .close-btn {
    position: absolute;
    top: -2px;
    right: 5px;
    font-size: 30px;
    cursor: pointer;
    color: #ff640a;
}

#popup .close-btn:hover {
    color: #000;
}

/******************************* End Popup Styles *************************************/

.scientistss li.nav-item {
    font-size: 16px;
    margin: 0px 5px;
}

.scientistss .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #e6582d;
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid #fd684091;
}

.scientistss .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(163deg, #2d396a, #e0572f);
    border: none;
    padding: 10px 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #fd684091;
}

.scientistss .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #2d396a;
    color: #2d396a;
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
}

.scientistss .tab-content {
    display: block !important;
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    margin-top: -1px;
    line-height: 1.6;
    box-shadow: 0px 0px 8px 3px #9d9d9d8c;
    height: 350px;
    overflow-y: auto;
}

.scientistss p {
    color: gray;
    line-height: 24px;
    text-align: justify;
}

.profile-titlee {
    float: left;
}

h4.heading {
    padding: 10px 0px;
    color: #01457a;
}

.title-ul li,
.title-ul p {
    color: #1b75bc;
}

.single-publication-row {
    color: black;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #f9f9f9;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 7px;
}

.pub-inner-row {
    display: flex;
}

.pub-title {
    flex: 5;
}

.single-publication-row .pub-title h3 {
    font-size: 20px;
}

.pub-year {
    text-align: center;
    flex: 1;
}

.pub-auth {
    flex: 1;
    margin-right: 10px;
    border-right: 1px solid #bbbbbb;
}

.pub-jn {
    margin-left: 10px;
    flex: 1;
}

.profile-row {
    padding: 0px 40px;
}




@media (min-width: 300px) and (max-width: 950px) {

    .breadcrumb-banner figure {
        height: 100px;
    }

    .breadcrumb-banner figure .img-fluid {
        max-width: 100%;
        height: 100%;
    }

    .breadcrumb-banner .about-h3,
    .breadcrumb-banner .tender-h3 {
        font-size: 20px;
    }

    .breadcrumb-banner .content {
        font-size: 14px;
    }

    .glance {
        padding-bottom: 0px;
    }

    .preloader {
        flex-direction: column;
    }

    .preloader img {
        width: 80%;
    }

}

@media (min-width: 300px) and (max-width: 550px) {
    .news-container {
        height: 20px;
    }

    .news-container .news-item a {
        font-size: 14px;
    }

    .news-controls {
        gap: 0px;
    }

    .news-controls button {
        padding: 0px 7px;
        font-size: 14px;
    }

}

@media (min-width: 768px) and (max-width: 990px) {
    .addr-p {
        margin-left: 10px;
        font-size: 14px;
    }

    .dir-con {
        text-align: left;
    }

}

@media (min-width: 300px) and (max-width: 1066px) {
    .ev-p a {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1066px) {

    li.nav-item {
        font-size: 12px !important;
    }
}

@media (min-width: 1066px) and (max-width: 1466px) {

    .news-container .news-item a {
        font-size: 14px;
    }

    p.dir2-p.aos-init.aos-animate {
        letter-spacing: 0.8px;
        font-size: 14px;
    }

    .ev-p a {
        font-size: 20px;
    }

    .navbar p {
        margin: 0;
    }

    .news-p {
        height: 60px;
        font-size: 14px;
        ;
    }

    .nav-item-row h6 {
        font-size: 16px !important;
/*         margin-bottom: 5px; */
        line-height: 22px;
    }

    .copy-ul li {
        margin-right: 15px !important;
    }

    .organization {
        width: 130px !important;
    }

    /* -------------------------------- menu css Start---------------------------------- */
    li.nav-item {
        font-size: 13px !important;
    }

    .navbar-nav .nav-item .nav-link:before {
        top: 33px !important;
    }

    .in-ul li {
        margin-right: 30px;
        font-size: 14px;
    }

    /* -------------------------------- menu css End---------------------------------- */
	
	

}