@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}



:root {
    --primary-color: #0d9c4a;
    --primary-colors: #154b32;
    --secondary-color: #f99d1c;
    --tertiary-color: #0d6efd;
    --dark-color: #020202;
    --dark-one: #2D2D2D;
    --white: #fff;
    --text-color: #303030;
    --black-color: #000;
    --border-color: #9B9B9B;
    --border-color1: #ebebeb;
    --light-secondary: #FFF0DB;
    --text-light: #6F6F6F;
    --green-dark: #003013;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
}

body p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text-color);
}

.info.ps-3 p {
    text-align: justify;
}

.text-white p {
    color:white;
}

a {
    text-decoration: none !important;
}

.contact-item .contact-txt {
    width: calc(100% - 30px - 0.5rem );
    word-break: break-word;
}

.grn-bg {
    background-color: var(--primary-color) !important;
}

.orange-bg {
    background-color: #ff9700 !important;
}

.text-wht {
    color: #fff !important;
}

.green-text {
    color: var(--primary-color) !important;
}

h6 {
    line-height: 27px;
}

.btn-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    gap: 5px;
    cursor: pointer;
}

.btn {
    width: auto;
    min-height: 50px;
    padding: 0px 18px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
}

.btn-theme #contact-form-submit {
    background-color: var(--tertiary-color) !important;
    color: var(--white) !important;
    border: none !important;
}

.btn-theme:hover #contact-form-submit:hover {
    background-color: var(--secondary-color) !important;
    color: var(--white) !important;
}

.btn-green {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
}

.btn-green:hover {
    background-color: var(--white) !important;
    color: #000 !important;
}

.btn-orange {
    background-color: #ff9700 !important;
    color: var(--white) !important;
    border: none !important;
}

.btn-orange:hover {
    background-color: var(--white) !important;
    color: #000 !important;
}


.btn-white {
    background-color: var(--white) !important;
    color: var(--black-color) !important;
    border: none !important;
}

.btn-white-2 {
    background-color: var(--white) !important;
    color: var(--black-color) !important;
    border: none !important;
}

.btn-white-2:hover {
    background-color: var(--secondary-color) !important;
    color: var(--white) !important;
}

.btn-white:hover {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
}

.btn.btn-blue {
    background-color: var(--tertiary-color);
    color: #fff;
}

.btn.btn-blue:hover {
    background-color: #fff;
    color: var(--tertiary-color);
    border-color: var(--tertiary-color);
}

a.text-blue {
    color: var(--tertiary-color) !important;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section_title .subtitle {
    margin: 0 0 10px 0;
    display: flex;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: capitalize;
    align-items: center;
    gap: 10px;
}

.section_title .subtitle img {
    margin-top: -3px;
}

.section_title .title {
    font-size: 37px;
    line-height: 47px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--dark-color);
    margin: 0;
    padding: 20px 0;
}

/* .section_title.style-one .title {
    padding: 0 0 20px;
    font-size: 24px;
    line-height: 34px;
} */

.section_title.style-one .content {
    font-size: 16px;
    line-height: 26px;
}

.section_title .content {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    max-width: 800px;
    margin: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

/*======================= HEADER CSS STARTS HERE =======================*/

.header-top {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--dark-one);
    padding: 12px 0;
}

.header-top .social-links a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid #ffffffcc;
    margin-right: 4px;
    width: 35px;
    height: 35px;
    transition: 0.3s;
    background: transparent;
    border-radius: 50%;
}

.header-top .social-links a:hover {
    background: var(--primary-color);
}

.header-top ul {
    margin: 0;
}

.header-top ul {
    margin: 0;
}

.contact_detail li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact_detail li .icon {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid var(--white);
    margin-right: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: transparent;
    border-radius: 50%;
}


.contact_detail li .cont h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: var(--white);
    margin: 0;
}

.contact_detail li .cont a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    margin: 0;
}

.contact_detail li .cont a:hover {
    text-decoration: underline !important;
    color: #fff !important;
    cursor: pointer;
}


ul.search_box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.search_box li a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
    border: 1px solid var(--white);
    margin-right: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: transparent;
    border-radius: 50%;
}

.search_box li a:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.web-header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
}

/* .web-header ul li {
    margin-right: 50px;
} */

.web-header ul li:last-child {
    margin-right: 0px;
}

.web-header ul li a.nav-link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--black-color);
    position: relative;
    padding: 0 !important;

}

.web-header ul li .nav-link.active,
.web-header ul li .nav-link:hover {
    color: var(--primary-color);

}

/* .web-header ul li .nav-link.active::before,
.web-header ul li .nav-link:hover::before {
    position: absolute;
    content: '';
    width: 44px;
    height: 8px;
    left: 0;
    bottom: 20px;
    background: url('../images/hover-vec.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */

.web-header .navbar .navbar-brand img {
    width: 290px;
}

.header-right-search i,
.header-right-menu i {
    color: #008F39;
    font-size: 21px;
}

.header-right-menu,
.header-right-search {
    cursor: pointer;
}

/* dropdown submenu item */

.dropdown .dropdown-menu {
    display: none;

}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-left: 0.125em;
    background-color: #fff;
    padding: 0;
    font-size: 16px;
}

.dropdown-menu .dropdown-item {
    color: #fff;
}

.dropend .dropdown-item {
    background: transparent !important;
}


.dropend:hover>.dropdown-menu {
    left: 80%;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff !important;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

ul.sub-menu.w-60 {
    min-width: 650px;
    width: 100%;
}

ul.dropdown-menu.bg-blur {
    background: #656363db !important;
    backdrop-filter: blur(44px);
    top: 37px !important;
    left: 53px !important;
    border: none;
}

/* dropdown submenu item end */

/*======================= HEADER CSS ENDS HERE =======================*/


/*======================= FOOTER CSS STARTS HERE =======================*/

#footer {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background-color: var(--dark-color);
}

#footer .ftr-logo {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    width: 180px;
    display: inline-block;
}

#footer .footer-top {
    padding: 100px 0 30px 0;
    position: relative;
}

#footer .footer-top .footer-contact {
    position: relative;
}

#footer .footer-top .footer-contact p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    padding: 45px 50px 15px 0;
    margin: 0;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    position: relative;
    padding-bottom: 45px;
    margin: 0;
}

#footer .footer-contact .ftr-logo::before,
#footer .footer-contact .ftr-logo::after {
    left: 15px;
    top: 79px;
}

#footer .footer-top h4::before,
#footer .ftr-logo::before {
    position: absolute;
    content: '';
    width: 88px;
    height: 3px;
    left: 0;
    top: 33px;
    background: var(--white);
}

#footer .footer-top h4::after,
#footer .ftr-logo::after {
    position: absolute;
    content: '';
    width: 57px;
    height: 3px;
    left: 0;
    top: 33px;
    background: var(--secondary-color);
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    list-style: none;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}


#footer .footer-top .footer-links ul a {
    transition: 0.3s;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: var(--white);
}

#footer .footer-top .footer-links ul i.fa-circle {
    color: var(--white);
    margin-right: 15px;
    font-size: 5px;
}

#footer .footer-top .footer-links ul li:hover a,
#footer .footer-top .footer-links ul li:hover i.fa-circle {
    opacity: 1;
    color: var(--secondary-color);
}

#footer .footer-top .footer-links ul .social-links a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    line-height: 1;
    padding: 12px 0;
    margin-right: 4px;
    text-align: center;
    width: 35px;
    height: 35px;
    transition: 0.3s;
    background: var(--secondary-color);
    border-radius: 50%;
    border: 1px solid var(--white);
}

#footer .footer-top .footer-links ul .social-links a:hover {
    transform: translateY(-3px);
}

#footer .footer-top .contact-link h4 {
    padding-bottom: 20px;
}

#footer .footer-top .contact-link h4::before,
#footer .footer-top .contact-link h4::after {
    display: none;
}

#footer .footer-top .contact-link p {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: var(--white);
    margin: 0;
    font-style: italic;
}

#footer .footer-top .contact-link ul li h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    margin: 0;
}


#footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#footer .footer-bottom {
    border-top: 1px solid rgba(255 255 255 / 25%);
}

#footer .footer-bottom .copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    margin: 0;
    text-align: center;
}

#footer .footer-bottom p a {
    color: var(--white);
    text-decoration: none !important;
}

#footer .footer-bottom p a:hover {
    color: var(--secondary-color);
}

a.ftr-logo-new {
    width: 190px;
    height: 100px;
    background: #fff;
}

a.ftr-logo-new img {
    height: 100%;
    width: 100%;
    padding: 8px;
}

/*======================= FOOTER CSS END HERE =======================*/


/*======================= BANNER CSS STARTS HERE =======================*/

.banner-area {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-area .bnr_slider {
    width: 100%;
    height: 600px;
    position: relative;
}

/* .banner-area .bnr_slider::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(0 0 0 / 60%) 19%, rgba(0 0 0 / 0%) 100%);
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
} */

/*.banner-area .bannerSwiper {*/
/*    height: calc(100vh - 180px);*/
/*    min-height: 600px;*/
/*    max-height: 600px;*/
/*}*/

.banner-area .bnr_slider img {
    width: 100%;
}

.banner-area .swiper-slide {
    height: 100% !important;
}

.banner-area .bnr_slider .slider-content h1 {
    font-size: 40px;
    line-height: 50px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-area .bnr_slider .slider-content p {
    font-size: 24px;
    line-height: 34px;
    color: var(--white);
    font-weight: 400;
}

.banner-area .slider-content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
}


.banner-area .swiper-pagination-vertical.swiper-pagination-bullets,
.banner-area .swiper-vertical>.swiper-pagination-bullets {
    right: auto;
    right: 10.7%;
}

.banner-area .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
}

.banner-area .swiper-pagination span:before {
    opacity: 1;
    font-style: italic;
    font-weight: 600;
    font-size: 22px
}

/* 
.banner-area ul.swiper-pagination>span:nth-child(1):before {
    content: "01";
}

.banner-area ul.swiper-pagination>span:nth-child(2):before {
    content: "02";
}

.banner-area ul.swiper-pagination>span:nth-child(3):before {
    content: "03";
}

.banner-area ul.swiper-pagination>span:nth-child(4):before {
    content: "04";
}

.banner-area ul.swiper-pagination>span:nth-child(5):before {
    content: "05";
}

.banner-area ul.swiper-pagination>span:nth-child(6):before {
    content: "06";
}

.banner-area ul.swiper-pagination>span:nth-child(7):before {
    content: "07";
}

.banner-area ul.swiper-pagination>span:nth-child(8):before {
    content: "08";
}

.banner-area ul.swiper-pagination>span:nth-child(9):before {
    content: "09";
} */

.banner-area .swiper-pagination span {
    width: 20px;
    height: 20px;
    line-height: 25px;
    font-size: 18px;
    color: #949393;
    background-color: #eee;
    opacity: .5;
    border: 2px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.banner-area .swiper-button-next:after,
.banner-area .swiper-button-prev:after {
    display: none;
}


.banner-area .swiper-button-next,
.banner-area .swiper-button-prev {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.banner-area .swiper-button-next::before,
.banner-area .swiper-button-prev::before {
    position: absolute;
    width: 45px;
    min-width: 45px;
    height: 45px;
    background-color: #2a1e1e73;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--white);
    border: 1px solid var(--white);
    backdrop-filter: blur(10px);
}

.banner-area .swiper-button-prev::before {
    content: '\f077';
    left: 0;
}

.banner-area .swiper-button-next::before {
    content: '\f078';
    right: 0;
}

.banner-area .swiper-button-prev {
    right: 10%;
    top: 18%;
    left: auto;
    transform: translate(-10%, 0%);
}

.banner-area .swiper-button-next {
    right: auto;
    right: 10%;
    top: 82%;
    transform: translate(-10%, 0%);
}

.banner_bottom {
    width: 100%;
    height: auto;
    background-color: var(--white);
    border-radius: 4px;
    padding: 30px 100px;
    box-shadow: 0 2px 4px 0 rgba(0 0 0 / 25%);
    margin-top: -80px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.banner_bottom p {
    font-size: 20px;
    line-height: 33px;
    color: var(--black-color);
    font-weight: 400;
}

.banner_bottom p a {
    color: var(--primary-color);
    font-weight: 600;
}

/*======================= BANNER CSS ENDS HERE =======================*/



/*=======================  ABOUT CSS STARTS HERE =======================*/

.exp_box {
    width: 100%;
    min-height: 100px;
    border-style: solid;
    border-width: 4px;
    border-image: linear-gradient(45deg, var(--primary-color), var(--secondary-color)) 1;
    text-align: center;
    margin-top: 30px;
    padding: 33px;
    animation: border-gradient-move 6s linear infinite;
}

@keyframes border-gradient-move {
    0% {
        border-image: linear-gradient(0deg, var(--primary-color), var(--secondary-color)) 1;
    }

    50% {
        border-image: linear-gradient(180deg, var(--primary-color), var(--secondary-color)) 1;
    }

    100% {
        border-image: linear-gradient(360deg, var(--primary-color), var(--secondary-color)) 1;
    }
}




.exp_box h1 {
    font-size: 48px;
    line-height: 58px;
    color: var(--primary-color);
    font-weight: 600;
}

.exp_box p {
    font-size: 18px;
    line-height: 28px;
    color: var(--black-color);
    font-weight: 500;
}

.counter_area {
    margin: 45px 0 45px;
}

.counter-box {
    position: relative;
    text-align: center;
    padding: 20px 20px;
    width: 80%;
}

.counter-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/counter-left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 45px;
    width: 45px;
}

.counter-box::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/counter-right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 45px;
    width: 45px;
}

.counter-box .counter .counter-number {
    color: var(--black-color);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.counter-box .counter .plus {
    color: var(--white-color);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.6px;
}

.counter-box .text {
    color: var(--black-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

img.newlogo {
    height: auto;
    width: 100%;
    max-width: 280px;
}

.iiph-logos {
        display: flex;
    	justify-content: space-evenly;  
    	align-items: center;
    	gap: 50px;                 
    	flex-wrap: wrap;           
}
 

/*=======================  ABOUT CSS ENDS HERE =======================*/



/*=======================  INSTITUTE CSS STARTS HERE =======================*/

.insti_img {
    width: 100%;
    min-height: 260px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.insti_img h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: var(--white);
}

.insti_img p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--white);
}

.insti_img .cont {
    position: relative;
    z-index: 1;
    display: none;
    transition: all 500ms ease 500ms;
}

.insti_img:hover .cont {
    display: block;
}

.insti_img.bx-1 .cont {
    text-align: center;
}

.insti_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s;
}

.insti_img:hover::before {
    opacity: 1;
}

.insti_img {
    border-radius: 4px;
}

.insti_img.bx-1 {
    width: 100%;
    max-height: 296px;
    height: 100%;
    object-fit: cover;
    background: url('../images/institue-img1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.insti_img.bx-1:hover {
    max-height: 296px;
    padding: 0 20px;
    margin: 0;
}

.insti_img.bx-1::before {
    background: rgba(0 0 0 / 59%);
}

.insti_img.bx-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('../images/institue-img2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.insti_img.bx-2 {
    align-items: end;
}

.insti_img.bx-2::before {
    background: linear-gradient(to bottom, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 100) 75%);
    height: 50%;
    bottom: 0;
    top: auto;
}


.find_more .insti_img.bx-1 {
    background: url('../images/institue-img3.png');
}

.find_more .insti_img.bx-2 {
    background: url('../images/institue-img4.png');
}

.find_more .insti_img.bx-1,
.find_more .insti_img.bx-2 {
    align-items: end;
}

.find_more .insti_img.bx-1::before,
.find_more .insti_img.bx-2::before {
    background: linear-gradient(to bottom, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 100) 75%);
    height: 50%;
    bottom: 0;
    top: auto;
}

/*=======================  INSTITUTE CSS ENDS HERE =======================*/


/*=======================  VIDEO AREA CSS STARTS HERE =======================*/

.video_area {
    width: 100%;
    height: auto;
    min-height: 720px;
    overflow: hidden;
    background-image: url('../images/video-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.video_area .play_btn {
    width: 86px;
    height: 86px;
    min-width: 86px;
    min-height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #FF9700, #E94F15);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.video_area .play_btn::before {
    content: '';
    position: absolute;
    width: 103px;
    height: 103px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: rgb(255 151 0 / 40%);
    border-radius: 50%;
    z-index: -1;
}

.video_bottm {
    width: 100%;
    height: auto;
    background-color: var(--white);
    border-radius: 4px;
    padding: 30px 50px;
    box-shadow: 0 2px 4px 0 rgba(0 0 0 / 25%);
    margin-top: -80px;
    position: relative;
    z-index: 9;
    text-align: start;
}

.video_bottm p {
    font-size: 16px;
    line-height: 28px;
    color: var(--black-color);
    font-weight: 600;
}

.video_bottm p a {
    color: var(--primary-color);
    font-weight: 600;
}

/*=======================  VIDEO AREA CSS ENDS HERE =======================*/


/*=======================  PUBLICATION CSS STARTS HERE =======================*/

.publication_area {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.publication_area .pub_box {
    width: 100%;
    height: 100%;
    min-height: 370px;
    border-radius: 4px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .3s;
    align-items: end;
}


.publication_area .pub_box .date_badge {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 5px 15px;
    position: absolute;
    top: -15px;
    left: 15px;
    border-radius: 4px;
    text-transform: uppercase;

}

.contact-item i {
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    background-color: #ff9700;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publication_area .pub_box h6 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: var(--black-color);
    padding: 40px 30px 20px;
    margin: 0;
}

.publication_area .pub_box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
    margin: 0 0 15px 0;
}

.publication_area .pub_box ul {
    padding: 25px 30px;
    position: relative;
    min-height: 205px;
}

.publication_area .pub_box ul::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: var(--border-color);
}

.publication_area .pub_box ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 10px;
}

.publication_area .pub_box ul li:last-child {
    margin-bottom: 0;
}

.publication_area .pub_box ul li span {
    font-weight: 500;
    color: var(--black-color);
}

.publication_area .pub_box .pub-bottm {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}

.publication_area .pub_box .pub-bottm h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
    font-style: italic;
    padding: 0 50px;
}

.pub-bottm .social-links a {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    line-height: 1;
    padding: 12px 0;
    margin-right: 4px;
    text-align: center;
    width: 31px;
    height: 31px;
    transition: 0.3s;
    background: var(--secondary-color);
    border-radius: 50%;

}

.publication_area .pub_box .read-btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 5px 15px;
    bottom: 0;
    left: 0;
    width: fit-content;
    border-radius: 4px;
    transition: all 1s;
}

.publication_area .pub_box .read-btn i {
    transform: rotate(-45deg);
}

.publication_area .pub_box .read-btn:hover {
    background-color: var(--primary-color);
}

.publication_area .swiper-button-next:after,
.publication_area .swiper-button-prev:after {
    display: none;
}


.publication_area .swiper {
    position: static;
    height: 100%;
}


.publication_area .swiper-button-next,
.publication_area .swiper-button-prev {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.publication_area .swiper-button-next::before,
.publication_area .swiper-button-prev::before {
    position: absolute;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: var(--black-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--white);
}

.publication_area .swiper-button-prev::before {
    content: '\f053';
    left: 0;
}

.publication_area .swiper-button-next::before {
    content: '\f054';
    right: 0;
}

.publication_area .swiper-button-prev {
    left: 7%;
    right: auto;
}

.publication_area .swiper-button-next {
    right: 7%;
    left: auto;
}

/*=======================  PUBLICATION CSS ENDS HERE =======================*/


/*=======================  CTA CSS STARTS HERE =======================*/

.cta_area {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 80px 0;
    background-color: var(--secondary-color);
}

.cta_area h4 {
    font-size: 23px;
    line-height: 37px;
    color: var(--white);
    font-weight: 600;
    margin: 0;
}

/*=======================  CTA CSS ENDS HERE =======================*/



/*=======================  PROGRAMS CSS STARTS HERE =======================*/

.program_area {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--light-secondary);
    position: relative;
}

.program_area:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 718px;
    height: 850px;
    background: var(--program-bg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.publication_area .pub_box .align-item-right {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    background-color: #dc3545;
    color: var(--white);
    padding: 5px 15px;
    position: absolute;
    top: -15px;
    border-radius: 4px;
    text-transform: uppercase;

}
.program_slider {
    margin-top: 40px;
    position: relative;
}

/*.program_slider .slider_box {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    min-height: 450px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 20px;*/
/*    background: var(--white);*/
/*    text-align: center;*/
/*    border-radius: 4px;*/
/*}*/

/*.program_slider .slider_inr {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    min-height: auto;*/
/*    justify-content: space-between;*/
/*}*/

/*.program_slider .slider_box .icon {*/
/*    width: 47px;*/
/*    min-width: 47px;*/
/*    height: 47px;*/
/*    min-height: 47px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: var(--black-color);*/
/*    border-radius: 50%;*/
/*}*/

/*.program_slider .slider_box h6 {*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*    color: var(--black-color);*/
/*    margin: 0;*/
/*    padding: 15px 0;*/
/*    font-weight: 500;*/
/*}*/

/*.program_slider .slider_box p {*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    color: var(--text-color);*/
/*    margin: 0 0 20px 0;*/
/*    font-weight: 400;*/
/*}*/


/* Card wrapper */
.program_slider .slider_box {
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px; 
    background: var(--white);
    text-align: center;
    border-radius: 6px;
}

/* Inner content layout */
.program_slider .slider_inr {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

/* Icon / Logo */
.program_slider .slider_box .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--black-color);
    border-radius: 50%;
}

/* Heading */
.program_slider .slider_box h6 {
    font-size: 20px;
    line-height: 28px; 
    color: var(--black-color);
    margin: 0 0 12px; 
    font-weight: 500;
}

/* Text */
.program_slider .slider_box p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 0 0 22px; 
    font-weight: 400;
}

/* Button (if present inside slider_inr) */
.program_slider .slider_box .btn,
.program_slider .slider_box a.btn {
    margin-top: auto; 
}

/* Swiper arrows alignment */
.program_slider .swiper-button-next,
.program_slider .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
}


.program_area .program_slider .swiper-button-next:after,
.program_area .program_slider .swiper-button-prev:after {
    display: none;
}


.program_area .program_slider .swiper {
    position: static;
}


.program_area .program_slider .swiper-button-next,
.program_area .program_slider .swiper-button-prev {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.program_area .program_slider .swiper-button-next::before,
.program_area .program_slider .swiper-button-prev::before {
    position: absolute;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: var(--black-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--white);
}

.program_area .program_slider .swiper-button-prev::before {
    content: '\f053';
    left: 0;
}

.program_area .program_slider .swiper-button-next::before {
    content: '\f054';
    right: 0;
}

.program_area .program_slider .swiper-button-prev {
    left: -7%;
    right: auto;
}

.program_area .program_slider .swiper-button-next {
    right: -7%;
    left: auto;
}

/*=======================  PROGRAMS CSS ENDS HERE =======================*/



/*=======================  NEWS CSS STARTS HERE =======================*/

.news_area .news-box {
    width: 100%;
    height: calc(100% - 20px);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background-color: var(--white);
    padding: 20px;
    margin-bottom: 20px;
}

.news_area .news-box h6 {
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary-color);
    margin: 0;
    font-weight: 500;
}

.news_area .news-box h5 {
    font-size: 16px;
    line-height: 26px;
    color: var(--black-color);
    margin: 0;
    font-weight: 500;
    padding: 10px 0;
}

.news_area .news-box p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-light);
    margin: 0;
    font-weight: 400;
}

.news_area .news-box.styleOne img {
    width: 100%;
    object-fit: cover;
    min-height: 339px;
}

.news_area .news-box.styleOne .info {
    padding-top: 20px;
}

.news_area .news-box.styleTwo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    height: unset;
}


.news_area .news-box.styleTwo img {
    object-fit: cover;
    min-height: 155px;
}

img.annoucment-img {
    max-width: 90px;
    position: absolute;
    top: -15px;
    left: 19%;
    animation: zitter 1s linear infinite;
}

@keyframes zitter {
    0% {
        transform: rotate(0deg);
        opacity: .8;
    }

    50% {
        transform: rotate(6deg);
        opacity: 1;
    }
}

.list_area .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
}

.list_area .swiper-pagination-bullet {
    background-color: var(--primary-color) !important;
}

.modal.fade.show {
    backdrop-filter: blur(10px);

}

.popup-overlay {
    position: absolute;
    height: 250px;
    width: 98%;
    background: cornflowerblue;
    z-index: 0;
}

.members-popup-img {
    border: 2px solid #fff;
}

/*=======================  NEWS CSS ENDS HERE =======================*/


/*=======================  WORK CSS STARTS HERE =======================*/

.work_area {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.work_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: auto;
    width: 100%;
    height: 60%;
    background-color: var(--green-dark);
    z-index: -1;
}

.work_area::after {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 40%;
    background-color: var(--secondary-color);
    z-index: -1;
}

.work_info.left_side {
    padding-top: 30px;
}

.work_info.right_side {
    padding-bottom: 30px;

    .work_area::after {
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: auto;
        width: 100%;
        height: 40%;
        background-color: var(--secondary-color);
        z-index: -1;
    }
}

.work_info h6 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 15px;
    font-weight: 500;
}

.work_info p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
}

.work_info.left_side h6,
.work_info.left_side p {
    color: var(--black-color);
}

.work_info.right_side h6,
.work_info.right_side p {
    color: var(--white);
}

.right_img {
    margin-top: 50px;
}

.work_area::after {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 40%;
    background-color: var(--secondary-color);
    z-index: -1;
}

/*=======================  WORK CSS ENDS HERE =======================*/


/*=======================  TEAM CSS STARTS HERE =======================*/

.team_box {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 10px;
}


.team_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.team_box .cont {
    position: absolute;
    left: -25%;
    bottom: -70px;
    right: auto;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #ccc;
    text-align: center;
    width: 260px;
    height: 110px;
}

.team_box .cont h6 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-weight: 600;
    color: #000;
}

.team_box .cont p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    color: #5d5d5d;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/*=======================  TEAM CSS ENDS HERE =======================*/


/*=======================  LIST CSS STARTS HERE =======================*/

.list_area {
    position: relative;
}

.list_area::before {
    content: '';
    position: absolute;
    bottom: -40%;
    right: 10%;
    width: 152px;
    height: 192px;
    background: url('../images/lyer-bt.png');
    background-size: cover;
    transform: translate(0%, 0%);
    background-repeat: no-repeat;
    z-index: 99;
}

.list_area .list_box {
    width: 100%;
    height: calc(100% - 20px);
    min-height: 141px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 30px 50px;
}

.list_area .list_box h4 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    font-weight: 600;
    color: var(--white);
}

.list_area .list_box.bx1 {
    background-color: var(--primary-color);
}

.list_area .list_box.bx2 {
    background-color: var(--secondary-color);
}

/*=======================  LIST CSS ENDS HERE =======================*/


/*=======================  TESTIMONIALS CSS STARTS HERE =======================*/

.testimonial_area {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    background-image: url('../images/zig-zag.png');
    background-repeat: repeat;
    background-size: contain;
}



.testimonial_area::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

/* .testimonial_area::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0%;
    width: 304px;
    height: 100%;
    background: url('../images/testi-right.png');
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0%, 0%);
    z-index: 0;
    background-position: center;
} */


.testimonial_area .swiper {
    position: static;
}

.testimonial_area .testi_box {
    width: 100%;
    height: 100%;
    min-height: 540px;
}

.testimonial_area .test-img {
    width: 100%;
    height: 650px;
}

.testimonial_area .testi_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_area .testi_box .testi-info {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    text-align: center;
    position: relative;
    padding-right: 98px;
    padding-left: 98px;
}

.testimonial_area .testi_box .testi-info::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -38%;
    width: 550px;
    height: 480px;
    background-repeat: no-repeat;
    background: url('../images/testi-shape.png');
    background-size: 100% 100%;
    transform: translate(50%, -50%);
}

.testimonial_area .testi_box .testi-info p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
    color: var(--white);
}

.testimonial_area .testi_box .testi-info h6 {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: 600;
    color: var(--white);
    padding-top: 15px
}

.testimonial_area .swiper-button-next:after,
.testimonial_area .swiper-button-prev:after {
    display: none;
}


.testimonial_area .swiper-button-next,
.testimonial_area .swiper-button-prev {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.testimonial_area .swiper-button-next::before,
.testimonial_area .swiper-button-prev::before {
    position: absolute;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial_area .swiper-button-prev::before {
    content: '\f060';
    left: 0;
}

.testimonial_area .swiper-button-next::before {
    content: '\f061';
    right: 0;
}

.testimonial_area .swiper-button-prev {
    left: 15%;
    right: auto;
}

.testimonial_area .swiper-button-next {
    right: 15%;
    left: auto;
}

/*=======================  TESTIMONIALS CSS ENDS HERE =======================*/



/*=======================  ABOUT US CSS START HERE =======================*/
.abt-inr-contnt .section_title .content {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.page-title-area {
    height: 320px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-position: center;
}

/* .page-title-area::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
} */

/* .page-title-wrapper {
    position: relative;
    z-index: 999;
    text-align: start !important;
    background: #0000006b;
    padding: 25px 50px;
    min-width: 400px;
    width: max-content;
} */

.page-title {
    /*font-size: 50px;*/
    font-weight: 600;
    line-height: 1.277;
    color: #fff;
    margin-bottom: 0 !important;
}

.breadcrumb-menu ul {
    display: flex;
    justify-content: start;
    gap: 25px;
}

.trail-items li:not(:last-child)::after {
    display: inline-block;
    color: #fff;
    content: "\f105";
    position: absolute;
    right: -16px;
    top: 0px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.trail-item span {
    color: #fff;
}

.trail-item {
    position: relative;
}

.public-health {
    background-color: var(--light-secondary);
}


.public-dis h3 {
    font-size: 37px;
    line-height: 47px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--dark-color);
    margin: 0;
    padding: 20px 0;
}

.public-dis p {
    text-align: justify;
    line-height: 27px;
}

.public-hlt-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-hlt-lft {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.health-cntnt .section_title .content {
    max-width: 100%;
    text-align: justify;
}

.health_area p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;

}

.health_area h2 {
    font-size: 37px;
    line-height: 47px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    padding: 10px 0;
}

.health_area h4 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    color: #000;
}

.health-cntnt ul {
    padding-left: 0;
}

.health-cntnt ul li,
.center_content ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    line-height: 26px;
}

/* .health-cntnt ul li::after,
.center_content ul li::after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    background: var(--secondary-color);
} */


.procs-card.rt-card {
    text-align: left;
    padding-left: 50px;
}

.process-icon-left.icon-rt {
    right: -5px;
    left: inherit;
}

.process-icon-left {
    position: absolute;
    left: -5px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    top: -5px;
    -webkit-text-stroke-color: #fca92b;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 40px;
    opacity: 1;
}

.procs-card h4 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
}

.procs-card p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    text-align: left;
}

.procs-card.rt-card .pro-crd-num {
    left: -35px;
    right: inherit;
}

.pro-crd-num {
    position: absolute;
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    box-shadow: none;
    border: 0;
    right: -35px;
    z-index: 1;
    text-align: center;
    line-height: 60px;
}

.procs-card.lft-card {
    text-align: left;
    padding-right: 50px;
}

.procs-card {
    padding: 20px 20px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    min-height: 201px;
    position: relative;
}

.card-cntr-border {
    position: relative;
    height: 100%;
    width: 2px;
    margin: 0 auto;
    border-right: 2px dashed #dcdcdc;
}

.left-connct {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--secondary-color);
    position: absolute;
    left: 1px;
    transform: translateX(-50%);
    top: 6.5%;
}

.right-connct {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--secondary-color);
    position: absolute;
    right: -16px;
    transform: translateX(-50%);
    top: 12.5%;
    left: inherit;
}

.left-border {
    position: absolute;
    left: -100px;
    width: 100px;
    height: 2px;
    top: 52%;
    transform: translateY(-50%);
    z-index: -1;
    border-top: 2px dashed #dcdcdc;
}

.left-connct.third {
    top: 23.5%;
}

.left-connct.fifth {
    top: 39.5%;
}

.left-connct.seven {
    top: 56.5%;
}

.left-connct.nine {
    top: 72.5%;
}

.left-connct.elve {
    top: 89.5%;
}

.right-connct.fourth {
    top: 29.5%;
}

.right-connct.sixth {
    top: 45.55%;
}

.right-connct.eight {
    top: 62.5%;
}

.right-connct.ten {
    display: none;
}

.right-connct.twelve {
    top: 78.5%;
}

.process-card-lst.card-lst-rt {
    margin-top: 80px;
}

.right-border {
    position: absolute;
    right: -100px;
    width: 100px;
    height: 2px;
    top: 52%;
    transform: translateY(-50%);
    z-index: -1;
    border-top: 2px dashed #dcdcdc;
}

.pro-crd-num img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}


section.public-health.blue {
    background: aliceblue;
}

/*=======================  ABOUT US CSS END =======================*/


/*=======================  RESEARCH CSS START =======================*/
.report-card {
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 18px 12px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
    height: 206px;
}

.report-card:hover {
    border: 1px solid #f4f4f4;
    box-shadow: none;
}

.report-card .report-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FF9700;
    font-size: 22px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #fff;
}

.report-card h4 {
    color: #000;
    font-size: 1.1rem;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.report-card p {
    font-size: 16px;
    color: #000;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-card .form-control {
    height: 55px;
    border-radius: 4px;
    margin-right: 10px;
    border-color: #ddd;
}

.message {
    background: #f4f4f4;
}

.message-img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 auto;
}

.message-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.form-control,
.form-select {
    background-color: var(--white);
    border: 1px solid rgb(195 195 195 / 30%);
    border-radius: 4px;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--black-color);
    padding: 14px 20px;
    line-height: 1;
    min-height: 50px;
    transition: 0.35s;
    box-shadow: none !important;
}


/*=======================  RESEARCH CSS END =======================*/


/*=======================  MOBILE MENU CSS START START =======================*/

.offcanvas .contact_detail li .icon {
    border: 1px solid var(--black-color);
}

.main-menu .menu_list .list-item.style-one .nav-link {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.main-menu .menu_list .list-item.style-one .nav-link:hover {
    color: var(--secondary-color);
}

.main-menu .menu_list .list-item .nav-link {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.main-menu .menu_list .list-item .nav-link:hover {
    color: #dbdbdb;

}

.main-menu .menu_list .list-item {
    margin-bottom: 20px;
    list-style: none;
}

.main-menu .menu_list .list-item:last-child {
    margin-bottom: 0;
}

ul.menu_list.top_menu {
    margin-bottom: 48px;
}


/*=======================  MOBILE MENU CSS START END =======================*/

.custom_modal {
    width: 100%;
    padding: 30px;
}

.custom_modal .modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin: 0;
    width: 100vw;
    height: 100%;
}

.custom_modal .modal-dialog .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    filter: invert(1);
}

.custom_modal .modal-dialog .modal-content {
    height: 90%;
    padding: 40px 40px 20px;
    overflow-x: hidden;
    backdrop-filter: blur(8px);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.modal-content {
    height: 100%;
}

.custom_modal .modal-dialog .modal-body {
    padding: 0;
}

#searchModal .modal-dialog .modal-body .inner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 91%;
}

#searchModal .modal-dialog .modal-body .inner_content h4 {
    font-size: 29px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
}

#searchModal .modal-dialog .modal-body .inner_content .cont {
    width: 60%;
    max-width: 100%;
    text-align: center;
}

#searchModal .modal-dialog .modal-body .inner_content input {
    margin: 0;
}

.custom_modal .modal_footer {
    padding-top: 20px;
    position: relative;
}

.custom_modal .modal_footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 106%;
    height: 1px;
    background-color: #fff;
}

.custom_modal .modal_footer .contact_detail li .icon {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid var(--white);
    margin-right: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: var(--secondary-color);
    border-radius: 50%;
}

.contact_detail.canvas li .icon {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid var(--white);
    margin-right: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: var(--secondary-color);
    border-radius: 50%;
}

.custom_modal .modal_footer .contact_detail li .cont h6,
.custom_modal .modal_footer .contact_detail li .cont a {
    color: #fff;
}


.custom_modal .modal_footer .social-links a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid var(--white);
    transition: 0.3s;
    background: var(--secondary-color);
    border-radius: 50%;
}

.social-links.canvas i {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid var(--white);
    margin-right: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: var(--secondary-color);
    border-radius: 50%;
}



.social-links.canvas i:hover {
    background: var(--secondary-color);
    transform: translateY(-3px);
}

.offcanvas-body .modal_footer {
    padding-top: 20px;
    position: relative;
}

.offcanvas-body .modal_footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/* new css for header dropdown */
.navbar {
    padding: 0;
}

#navbarMenu ul>li {
    margin-right: 0;
    padding: 5px 17px;
}

#navbarMenu ul>li a.nav-link {
    margin-right: 0;
    padding: 0 30px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
}

.web-header ul li a.nav-link {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 0 !important;
}

.web-header ul>li>a.nav-link {
    display: block;
    line-height: 75px;
}

.web-header {
    padding: 0;
}

.menulist {
    position: relative;
}

.sub-menu {
    position: absolute;
    z-index: 9;
    background: #65636385;
    color: #fff;
    left: 50%;
    width: 245px;
    max-width: 600px;
    display: none;
    backdrop-filter: blur(10px);
    transform:translateX(-50%);
}

.web-header .sub-menu li:hover {
    background-color: #dddddd45 !important;
}

.web-header .sub-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.sub-menu .nav-link {
    padding: 0 !important;
    line-height: 32px !important;
    height: inherit !important;
}

.web-header .sub-menu li a.nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 28px !important;
}

.web-header .sub-menu li {
    padding: 0 30px 0 12px;
    list-style: none;
}

.menulist:hover {
    color: #FFF;
    transform: none;

}

.menulist:hover .sub-menu {
    display: block;
    z-index: 9999;
    padding: 0;
    border-radius: 4px;
}

.web-header .sub-menu li .nav-link.active::before,
.web-header .sub-menu li .nav-link:hover::before {
    content: none;
}

.offcanvas .off-logo-img {
    max-width: 190px;
    height: 100%;
    padding: 6px;
    background: #fff;
}

/* .offcanvas.mobileMenuCanvas .dropdown-menu .dropdown-item {
    color: #000;
} */

/*  */

.current-box {
    box-shadow: rgba(0 0 0 / 10%) 0 0 15px 0;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 4px;
}

.current-box-icon {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 72px;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    color: #fff;
}

.current-box-icon img {
    width: 30px;
    filter: invert(1);
}

.text-dark-gray {
    color: var(--text-light) !important;
}

.current-box h6 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.current-box h6 a {
    color: #000;
    transition: all .5s ease-in-out;
    font-weight: 600;
}

.current-box h6 a:hover {
    color: #FF9700;
    text-decoration: underline !important;
}

.current-box p {
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: 500;
    color: #26ae61;
    background: rgb(38 174 97 / 19%);
    display: inline-block;
    padding: 3px 14px;
    border-radius: 4px;
    line-height: 24px;
}

.research-box .current-box {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.page-title-area {
    background-image: url('../images/PHFI-Inner-banner.jpg') !important;
    height: 300px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    position: relative;
    overflow: hidden;
    background-position: center;
}

.top-search-input input {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
}

.top-search-input input::placeholder {
    border-radius: 10px;
    text-transform: capitalize;
}

.bg-orange {
    background-color: var(--secondary-color);
}

.bg-dark-green {
    background-color: var(--primary-color) !important;
}

.covid-box {
    box-shadow: rgba(0 0 0 / 10%) 0 0 15px 0;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 4px;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.covid-box-txt h5 {
    font-size: 17px;
    line-height: 27px;
}

.supprt-txt ul {
    padding-left: 15px;
}

.supprt-txt ul li {
    color: var(--text-light);
    list-style-type: disc !important;
}

.covid-publish-box a:hover {
    color: var(--secondary-color);
}

.training-img img {
    height: 500px;
    object-fit: cover;
}

.widget-right-txt ul li {
    padding: 10px 0;
}

.widget-right-txt ul li a {
    color: #000 !important;
    transition: all .5s ease-in-out;
}

.widget-right-txt ul li a:hover {
    color: var(--secondary-color) !important;
}

.widget-right-bottom-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    grid-auto-rows: minmax(100px, auto);
}

.widget-right-bottom-list ul li {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dddddd54;
}

.widget-right-bottom-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.manage-rt-img {
    position: relative;
    overflow: hidden;
}

.manage-rt-img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #fff;
    position: relative;
}

.manage-rt-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.manage-rt-img:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.bg-grey {
    background: #f4f4f4;
}

.abt-title h4 {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.abt-title h4::after {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    content: '';
    background: #008f39;
    transform: translateX(-50%);
    bottom: -20px;
}

.text-green {
    color: #008f39;
}

.text-blue {
    color: #6495ed;
}

.team-title {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.team-grid {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    gap: 20px;
}

.team-card {
    flex: calc(25% - 20px);
    max-width: calc(25% - 20px);
    padding: 20px 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    min-height: 160px;
    background: #fff;
}

.team-card h4 {
    font-weight: 600;
}

.team-card p {
    font-style: italic;
}

.key-council {
    position: relative;
}

.key-council::after {
    position: absolute;
    background: #008f39;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 48%;
    z-index: -1;
    border-radius: 0 40px 40px 0;
}

.abt-title h4 {
    font-size: 36px;
    font-weight: 600;
    position: relative;
}

.diagram-img {
    border: 2px solid #ff9700;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.diagram-img img {
    width: 100%;
}

.abt-title h4 {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.custom-list li {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    color: #fff;
    font-style: italic;
    font-family: "Noto Sans", sans-serif;
}

.custom-list li::after {
    position: absolute;
    left: 0;
    background-image: url('../images/icon-check.svg');
    top: 2px;
    content: '';
    width: 20px;
    height: 20px;
}

.financal-lft-info h4 {
    color: #000;
    font-weight: 600;
}

.abt-sub-title h4 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    line-height: 40px;
}

.abt-sub-title h4::after {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    content: '';
    background: #008f39;
    transform: translateX(-50%);
    bottom: -20px;
}

.pdf-report-list {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    gap: 15px;
}

.pdf-report-card {
    flex: calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 1px solid #ff9700;
    transition: all .5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.report-icn {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    margin-right: 10px;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid #fff;
}

.pdf-report-card h4 {
    color: #000;
    margin-bottom: 4px;
    font-size: 20px;
}

.pdf-report-card p {
    font-style: italic;
    font-size: 16px !important;
}

.pdf-report-second {
    flex: calc(25% - 15px);
    max-width: calc(25% - 15px);
}

.public-info {
    padding: 28px;
    background: #fff;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
}

.info-title::after {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    content: '';
    background: #008f39;
    transform: translateX(-50%);
    bottom: -10px;
}

.info-title {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    line-height: 40px;
}

.public-info-dis>h4 {
    color: #000;
    font-weight: 600;
}

.contct-info p b {
    color: var(--primary-color) !important;
}

.award-top-rt {
    position: relative;
}

.award-rt-img {
    border: 4px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.award-rt-img img {
    width: 100%;
}

.award-certifcate {
    width: 300px;
    overflow: hidden;
    height: 350px;
    position: absolute;
    bottom: -70px;
    right: 40px;
    left: inherit;
    border: 4px solid #ff9700;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}

.award-certifcate img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.award-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #fff;
}

.award-img img {
    width: 100%;
}

.award-ftr-dis {
    padding: 10px;
    background: #ff9700;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.award-ftr-dis p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.how-to-use {
    background-color: var(--light-secondary);
}

.how-it-box {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.how-it-box:before {
    top: 42px;
    content: "";
    width: 102px;
    height: 14px;
    right: -63.8px;
    position: absolute;
    background-image: url(../images/right-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.how-it-box .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: allease .5s;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

.how-it-text h2 {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 15px;
}

.top-heading p {
    width: 800px;
    margin: 0 auto;
    color: var(--text-color);
}

.how-it-box-last-box::before {
    content: none;
}

.job-search-box {
    background-color: #FF9700;
    padding: 40px;
    border-radius: 4px;
}

.job-list-search input {
    padding: 12px 15px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-transform: capitalize;
    font-size: 16px;
}

.job_box {
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(0 0 0 / 10%) 0 0 15px 0;
    transition: all ease 0.5s;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    height: calc(100% - 30px);
    border: 1px solid #ddd;
    position: relative;
}

.job_box h3 {
    margin: 0;
}

.job_box ul li:first-child {
    padding-left: 0px;
}

.job_box ul li {
    font-size: 15px;
    margin-bottom: 8px;
    padding-right: .6rem;
    padding-left: .6rem;
    border-right: 1px solid #cbcbcb;
    font-weight: 500;
    color: #000;
}

.recent-box {
    box-shadow: rgba(0 0 0 / 10%) 0 0 15px 0;
    background: #fff;
    padding: 30px 30px 0 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
}


.custom-contact .card-header h5,
.role-title h5 {
    font-size: 16px;
    font-weight: 600;
}

.job-right-list ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.custom-contact .card-header {
    background-color: #FF9700;
    padding: 15px 30px 15px 30px;
}

ul.contact-box {
    padding: 20px 25px !important;
}

ul.list-wrapper.list-unstyled li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

ul.list-wrapper.list-unstyled li a {
    color: #333333;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

ul.list-wrapper.list-unstyled li a:hover {
    text-decoration: underline !important;
}

.contact-box li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

ul.contact-box span {
    width: 35px;
    height: 35px;
    background: #FF9700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
}

.custom-contact {
    box-shadow: rgba(0 0 0 / 10%) 0 0 15px 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.job-right-list ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.job-right-list ul li a {
    color: #666;
    transition: all .5s ease-in-out;
    font-size: 15px;
}

.job-right-list ul li a:hover {
    color: #000;
    text-decoration: underline !important;
}

.job_box h3 a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--dark-color);
}

.job-card li {
    margin-right: 10px;
}

.job-card li a {
    font-size: 16px;
    padding: 7px 13px;
    font-weight: 400;
    width: 100%;
    display: inline-flex;
    background-color: #008f3929;
    border-radius: 4px;
    color: #008f39 !important;
    letter-spacing: 0.4px;
    align-items: center;
    gap: 7px;
}

.job-card {
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(0 0 0 / 10%) 0 0 15px 0;
    transition: all ease 0.5s;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
}

.job-header {
    border-bottom: 1px solid var(--border-color1);
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.job-card .form-label {
    margin-bottom: 0.5rem;
}

.form-control[type=file] {
    line-height: 40px;
}

/*  */

#development-fund {
    display: none;
}

.finance-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #fff;
    position: relative;
    overflow: hidden;
}

.finance-img img {
    width: 100%;
}

.finance-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.finance-img:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.text_image .effect {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.text_image .effect img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #fff;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text_image .effect::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.text_image .effect:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.text_image ul li {
    font-size: 15px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.text_image ul li i {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-color: #fff;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 100px;
}


.featured-links-bottom li {
    grid-column: span 2;
}

.wp-block-table {
    overflow-x: auto;
}

.wp-block-table table {
    width: 100%;
    margin: 30px 0;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.wp-block-table table th,
.wp-block-table table td {
    padding: 8px;
    border: 1px solid #ccc;
}



/*=======================  New RESEARCH CSS STARTS HERE =======================*/

.research-thematic-area-list li {
    padding: 20px;
    background: #008F39;
    margin-bottom: 16px;
    color: #fff;
    border-radius: 4px;
}

.research-thematic-area {
    background-color: #f5f5f5;
}

.bg-green {
    background-color: #008F39;
}

.color-white {
    color: #fff;
}

.reaseach-thematic-area-team {
    box-shadow: rgba(0 0 0 / 10%) 0 0 15px 0;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 4px;
    height: 100%;
    min-height: 191px;
}

.reaseach-thematic-area-team .bg-gradiant {
    margin-top: 10px;
    font-size: 17px !important;
    font-weight: 500;
    color: #26ae61;
    background: rgb(38 174 97 / 19%);
    display: inline-block;
    padding: 3px 14px;
    border-radius: 4px;
    line-height: 27px;
}

.research-overview .pdf-report-card {
    max-width: fit-content;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 1px solid #ff9700;
    transition: all .5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}




.our_team.resource {
    background-color: var(--secondary-color);
}

.center-of-excellence-card {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 3%) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 4px;
    height: 100%;
}

.custom-list.bg {
    background-color: var(--primary-color);
}

.research-capacity {
    background-color: var(--light-secondary);
}

.resource-about {
    background-color: var(--secondary-color);
}

.resource-about-img {
    height: 500px;
    max-width: 500px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #fff;
    width: 100%;
    margin: 0 auto;
}

.resource-about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/*=======================  New RESEARCH CSS END HERE =======================*/

/*=======================  New RESEARCH SEARCH CSS START HERE =======================*/

.search-sec {
    background: #f5f5f5;
}

button.btn.btn-search {
    background: green;
    color: #fff;
    border-radius: 4px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    max-height: 50px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.input-py-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.field-projects-title {
    width: 100%;
}

.field-journals-title {
    width: 100%;
}

.field-books-title {
    width: 100%;
}

.field-reports-title {
    width: 100%;
}

.field-policy-title {
    width: 100%;
}

.prof-description {
    font-size: 17px;
    line-height: 27px;
}

/*=======================  New RESEARCH SEARCH CSS START HERE =======================*/


.page-link {
    color: #000 !important;
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}


.current-box-new {
    box-shadow: rgba(0 0 0 / 10%) 0 0 15px 0;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 4px;
    height: 100%;
    min-height: 211px;
    cursor: pointer;
}

.current-box-new-img img {
    height: 100%;
    max-width: 100%;
    min-width: 150px;
    max-width: 150px;
    object-fit: cover;
}

.current-box-new h4 {
    margin-top: 10px;
    font-size: 17px !important;
    font-weight: 500;
    color: #26ae61;
    background: rgb(38 174 97 / 19%);
    display: inline-block;
    padding: 3px 14px;
    border-radius: 4px;
    line-height: 27px;
}

.current-box-new h5,
.current-box-new a {
    margin-top: 10px;
    font-size: 17px !important;
    font-weight: 500;
    color: #26ae61;
    display: inline-block;
    border-radius: 4px;
    line-height: 27px;
}

.current-box-new-img.chairperson img {
    min-height: 200px;
    max-width: 200px;
}

.current-box-new.chairperson h4 {
    background: #ff970036;
    color: var(--secondary-color);
}

.team-card-new-absolute.chairperson {
    margin-bottom: 0;
    padding-top: 100px;
    margin-top: 60px;
}

.team-card-new-absolute.chairperson img {
    max-width: 150px;
    height: 150px;
}

.team-card-new-absolute.chairperson p {
    margin-top: 10px;
    font-size: 17px !important;
    font-weight: 500;
    color: #6495ed;
    background: #6495ed2e;
    display: inline-block;
    padding: 3px 14px;
    border-radius: 4px;
    line-height: 27px;
}

.thematic-card {
    background: #ff97001c;
    padding: 20px 12px;
    border-top-left-radius: 6px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.thematic-card a {
    color: #ff9700;
}



/*=======================  Our Team CSS START HERE =======================*/

.our-team-banner-img {
    max-height: 400px;
    width: 100%;
}

.our-team-banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*======================= PROCESS CARDS FOR RESEARCH PAGE CSS START HERE =======================*/

.timeline-container {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 40px;
}

/* vertical dotted center line */
.timeline-container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 25px;
    bottom: 25px;
    width: 2px;
    background: repeating-linear-gradient(
        to bottom,
        #999,
        #999 6px,
        transparent 6px,
        transparent 12px
    );
}

.timeline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.timeline li {
    width: 40%;
    padding: 20px 50px;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    position: relative;
}

.timeline li .pro-crd-num {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    border: 3px solid rgb(255, 255, 255);
    right: -35px;
    z-index: 1;
    text-align: center;
    line-height: 60px;
}
.timeline li:nth-child(odd) {
    text-align: right;
}
.timeline li:nth-child(even) .pro-crd-num {
    left: -35px;
    right: inherit;
}

.timeline li a h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    transition: 0.3s;
}
.timeline li a h4:hover {
    color: var(--secondary-color);
}

/* ODD = left */
.timeline li:nth-child(odd) {
    float: left;
    clear: both;
    /* margin-right: 10%; */
}
.timeline li:nth-child(odd):before {
    width: 15px;
    height: 15px;
    content: '';
    background: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    left: calc(100% + 25%);
    top: 50%;
    transform: translate(-35%, -40%);
    z-index: 1;
}
.timeline li:nth-child(odd):after {
    content: '';
    width: calc(100% - 75%);
    height: 2px;
    position: absolute;
    left: 100%;
    top: 50%;
    background: repeating-linear-gradient(
        to left, 
        #999, 
        #999 5px, 
        transparent 5px, 
        transparent 12px
    );
}

/* EVEN = right */
.timeline li:nth-child(even) {
    float: right;
    clear: both;
    /* margin-left: 10%; */
}
.timeline li:nth-child(even):before {
    width: 15px;
    height: 15px;
    content: '';
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    right: calc(100% + 25%);
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
}
.timeline li:nth-child(even):after {
    content: '';
    width: calc(100% - 75%);
    height: 2px;
    position: absolute;
    right: 100%;
    top: 50%;
    background: repeating-linear-gradient(
        to left, 
        #999, 
        #999 5px, 
        transparent 5px, 
        transparent 12px
    );
}

/*======================= PROCESS CARDS FOR RESEARCH PAGE CSS END HERE =======================*/


/*======================= Journals Detail CSS START HERE =======================*/

.journal-card {
    padding: 24px;
    background: #eeeeee82;
    border-radius: 4px;
    position: sticky;
    top: 20px;
}

.journal-card .tags li a {
    font-size: 16px;
    padding: 7px 13px;
    font-weight: 400;
    width: 100%;
    display: inline-flex;
    background-color: #008f3929;
    border-radius: 4px;
    color: #008f39 !important;
    letter-spacing: 0.4px;
    align-items: center;
    gap: 7px;
}

.journal-body-img {
    max-height: 400px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px !important;
}

.journal-body-list li {
    position: relative;
    font-style: italic;
    font-size: 16px;
    color: #353535;
    font-weight: 400;
    margin-bottom: 14px;
    padding-left: 32px;
}

.journal-body-list li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url('../images/check-mark.png');
    background-size: contain;
    top: 2px;
    width: 20px;
    height: 20px;
}




ul.journal-body-list {
    background: #fff;
    padding: 32px;
    border-radius: 4px;
}

.journal-related a {
    color: #008F39;
    transition: all .3s;
}

.journal-related a:hover {
    color: #ff9700;
}

.journal-card .social-links a {
    height: 40px;
    width: 40px;
    background: #ff9700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    transition: all .6s;
}

.journal-card .social-links a:hover {
    transform: translateY(-5px);
}

/*======================= Journals Detail CSS END HERE =======================*/

/*======================= New CSS START HERE =======================*/

.ribbon img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.ribbon {
    display: block;
    width: 100%;
    height: 16px;
}

.about_area {
    padding-top: 80px;
}


.publicationSwiper .swiper-wrapper {
    padding: 30px 0;
}

button.btn.btn-theme.lr-0 {
    height: 55px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

input.form-control.lr-0 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.swiper-slide .pub_box {
    max-height: 480px;
    min-height: 480px;
    align-items: start;
}

.swiper-slide .pub_box .read-btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    left: auto;
}

.publication_area .swiper-slide .pub_box ul {
    min-height: unset;
}

.btn-theme.orange:hover {
    background-color: #e18300 !important;
}

.btn-theme.orange {
    background-color: var(--secondary-color) !important;
}

li.list-item.style-one {
    position: relative;
}

li.list-item.style-one::after {
    position: absolute;
    content: '';
    width: 57px;
    height: 3px;
    left: 0;
    top: 33px;
    background: var(--secondary-color);
}

li.list-item.style-one::before {
    position: absolute;
    content: '';
    width: 88px;
    height: 3px;
    left: 0;
    top: 33px;
    background: var(--white);
}

.modal-dialog.search-modal {
    height: 50%;
    width: 70vw;
    margin: 0 auto;
}


section.about_area.bg-cream {
    background: aliceblue;
}


#navbarMenu ul.sub-menu.w-60>li {
    padding: 12px 4px !important;
}

/*======================= New CSS END HERE =======================*/




/* work css start */

section.page-title-area.work-with-us {
    height: 500px;
}

/* section.page-title-area.work-with-us::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
} */



img.work-with-us-img {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-90%);
    width: 125px;
}

.benefits-desc {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    text-align: start;
    margin-bottom: 14px;
}


.benefits-desc .desc {
    text-align: center;
}

.curret-opening .current-box {
    background-color: #fff;
}

.benefits-desc img {
    max-width: 350px;
    height: 350px;
    object-fit: contain;
}

/* .greyscale-90 {
    filter: hue-rotate(90deg);
} */

section.our-team {
    background: aliceblue;
}

.employee-slider.swiper {
    position: relative;
}


/* work with us slider css start  */

.message-from-hr {
    position: relative;
    background-color: var(--secondary-color);
}

.message-from-hr .hr-img {
    border-radius: 4px;
    overflow: hidden;
}

.message-from-hr .hr-content,
.message-from-hr .hr-content p {
    color: #fff;
}



section.employee-slider {
    position: relative;
    background-color: var(--secondary-color);
}

.employee-slider .swiper {
    width: 100%;
    height: 100%;
}

.employee-slider .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    gap: 48px;
}

.employee-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-slider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.employee-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}


.employee-slider .employeePhoto {
    height: 80%;
    width: 100%;
    position: relative;
    overflow: visible;
}

.employee-slider .employeePhotoBox {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.employee-slider .employeePhoto .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.8;
    filter: grayscale(1);
}


.employee-slider .employeePhoto .swiper-slide-thumb-active {
    filter: grayscale(0);
    opacity: 1;
}

.employee-slider .swiper-slide .employeePhoto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employeePhotoBox .swiper-slide img {
    height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 4px;
}

.employeePhoto .swiper-wrapper {
    margin-left: 437px;
    margin-top: -110px;
    max-width: 500px;
    position: relative;
    z-index: 10;
}

.employeePhoto .swiper-slide {
    max-width: 110px;
}

.employeePhoto .swiper-slide img {
    max-width: 100px;
    min-height: 100px;
    object-fit: cover;
    height: 100px;
    border-radius: 4px;
}

.employee-slider .employee-words {
    padding-top: 70px;
}

.employee-slider .employee-detail {
    padding-top: 20px;
}

.employee-words h2,
.employee-words p,
.employee-words h5 {
    color: #fff;
}

.current-box {
    height: 100%;
}

.teamSlider {
    position: relative;
    padding: 50px 0;
}

.teamSlider .swiper-slide img {
    min-height: 400px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.teamSlider .team-box-content {
    padding: 10px 0;
}

.scroll-to-top i {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 10;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

.scroll-to-top {
    display: none;
    position: fixed;
    /* Make sure it's fixed */
    bottom: 30px;
    /* Adjust as needed */
    right: 30px;
    /* Adjust as needed */
    z-index: 9999;
}


.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible;
    width: 100vw !important;
    background: var(--primary-color);
}

button.btn-close.text-reset {
    filter: invert(1);
}

.offcanvas-body .modal-dialog .modal-body {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.offcanvas-body .modal-dialog .modal-body .inner_content h4 {
    font-size: 29px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
}

.offcanvas-body .search-card .form-control {
    margin-right: 0;
}

/* work with us slider css end  */

.our-employees-photo {
    position: relative;
}

.our-employees-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* section.benefits-of-working {
    background: bisque;
} */

.hr-team-img {
    height: 100% !important;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.current-opening-badge {
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: 500;
    color: #26ae61;
    background: rgb(38 174 97 / 19%);
    display: inline-block;
    padding: 3px 14px;
    border-radius: 4px;
    line-height: 24px;
}

.card.join-the-team {
    background-color: #0d9c4a;
}


.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--primary-color);
}

.ourEmployeePhoto .swiper-slide {
    width: 100%;
    height: 400px;
    min-height: 400px;
    background-color: rebeccapurple;
}

.ourEmployeePhoto .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ourEmployeePhoto {
    position: relative;
    padding: 0 0 50px;
}



/* work css end */

.green-heading {
    color: var(--primary-color);
}

.yellow-heading {
    color: var(--secondary-color);
}

.blue-heading {
    color: var(--tertiary-color);
}

.blue-heading:hover {
    color: var(--tertiary-color);
}

.program_area.our-work {
    margin-top: 80px;
}

.news_area {
    background-color: aliceblue;
}

.message-from-hr .hr-content,
.message-from-hr .hr-content p {
    color: #000000;
    font-size: 20px;
}

.message-from-hr .hr-content h5 {
    font-size: 28px;
}


/* privacy popup css  */

.bg-bottom {
    padding: 8px 20px !important;
    background-color: #ffffffb6 !important;
    box-shadow: 1px 0rem 1rem 0px rgb(0 0 0 / 12%) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid #0d9c4b4f !important;
}

.bg-bottom #information-form-submit {
    background-color: var(--primary-color) !important;
    color: #fff;
    transition: all .3s ease-in-out;
    border: none;
}

.bg-bottom #information-form-submit:hover {
    background-color: var(--secondary-color) !important;
}


.line_h a {
    color: var(--primary-color) !important;
}

.ribbon-box {
    height: 12px;
    width: 100%;
    background: linear-gradient(45deg, #df9024, #2d9543, #df9024, #2d9543);
    background-size: 400% 400%;
    animation: ribbon-gradient-move 6s linear infinite;
}

@keyframes ribbon-gradient-move {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* header we are hiring  */

span.hiring {
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: var(--primary-color);
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    animation: color-change 1s infinite;
    text-wrap: nowrap;
}

@keyframes color-change {
    0% {
        background-color: var(--primary-color);
    }

    50% {
        background-color: var(--secondary-color);
    }

}

.btn.btn-theme {
    background-color: var(--primary-color);
    color: #fff;
}

.btn.btn-theme:hover {
    background-color: var(--tertiary-color);
    color: #fff;
}

.btn.btn-theme.yellow {
    background-color: var(--secondary-color) !important;
}

.btn.btn-theme.yellow:hover {
    background-color: var(--primary-color) !important;
}



/* govermance detail section start  */

.member-detail-section {
    position: absolute;
    top: 0;
}

.member-card {
    background: #fff;
    border-radius: 4px;
    padding: 0px 20px 30px;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 40px;
    transition: box-shadow 0.3s;
}

.member-photo {
    flex: 0 0 220px;
    max-width: 420px;
    min-height: 420px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(60, 72, 88, 0.10);
}

.member-photo img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 4px;
}

.member-info {
    flex: 1;
}

.member-info h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.member-info h4 {
    font-size: 1.2rem;
    color: var(--secondary-color);
    font-style: italic;
    margin-bottom: 18px;
}

.member-info p {
    font-size: 1.08rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 24px;
}

.btn-back {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color) 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 32px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-back:hover {
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-color) 100%);
    color: #fff;
}


.current-box-new.box-none {
    box-shadow: none;
    border: none;
    cursor: alias;
    min-height: fit-content;
}

.offcanvas.mega-menu {
    background: var(--white);
}

.offcanvas.mega-menu .main-menu .menu_list .list-item.style-one .nav-link {
    color: var(--primary-color);
    font-weight: 600;
}

.offcanvas.mega-menu .main-menu .menu_list .list-item .nav-link {
    color: #000;
}

.offcanvas.mega-menu li.list-item.style-one::before {
    background: #fff;
}

.offcanvas.mega-menu .offcanvas-body .modal_footer::before {
    background-color: #c9c3c3;
}

.offcanvas.mega-menu .contact_detail li .cont h6 {
    color: var(--primary-color);
}

.offcanvas.mega-menu .contact_detail li .cont a {
    color: #000;
}

.offcanvas.mega-menu .contact_detail li .cont a:hover {
    color: var(--secondary-color) !important;
}

.offcanvas.mega-menu button.btn-close.text-reset {
    filter: invert(0);
}

.about-phfi-institutes .card-body img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

/* govemance detail section end  */


/* Member Detail Modal Start  */

.modal-dialog.member-detail-modal {
    max-width: 1240px !important;
    backdrop-filter: blur(10px);
}

.modal-dialog.member-detail-modal .modal-header {
    border: none;
}

div#member-details-modal {
    backdrop-filter: blur(10px);
}

/* Member Detail Modal End  */

.info-box .row2-img{
    height: 300px !important;
    width: 100% !important;
    object-fit: fill;
}

.info-box .row1-img {
    height: 200px;
    width: 100%;
    object-fit: fill;
}

.institute_map_area {
    max-width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 16px;
}

.contact-content a {
    display: block;
    margin-top: 6px !important;
}

.bg-tertiary {
    background-color: var(--tertiary-color);
}


.job-description-accordion .accordion-item:last-of-type {
    border: none !important;
}

.job-description-accordion .accordion-button.collapsed {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px !important;
}

.job-description-accordion .accordion-button:not(.collapsed) {
    background-color: unset;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    box-shadow: none;
}

.job-description-accordion .accordion-button:focus {
    box-shadow: none !important;
}


.job-card .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #d6d3ff;
    box-shadow: unset !important;
}

.job-card .accordion-button.collapsed {
    color: var(--bs-accordion-active-color);
    background-color: #efefef;
    box-shadow: unset !important;
}


.custom-list-box ul {
    padding: 0;
    position: relative;
    margin: 0;
    background-color: unset !important;
}

.custom-list-box li {
    color: #616161;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 32px !important;
    list-style: none;
}

.custom-list-box li::after {
    position: absolute;
    left: 0;
    background-image: url('../images/check-mark-new.svg');
    top: 0;
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
}

.batch-card {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.batch-card .batch-top {
    text-align: center;
    padding: 12px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    position: relative;
    padding-bottom: 35px;
}

.batch-bottom {
    background: white;
    text-align: center;
    padding: 40px 15px 15px 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 200px;
}

.batch-card .batch-number {
    font-weight: bold;
    font-size: 37px;
    margin-bottom: 0;
}


.batch-card .batch-count {
    font-size: 29px;
    color: #fff;
    width: 90px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 1;
    border-radius: 50%;
    transform: translateX(-50%);
}

.batch-card .batch-top.pink .batch-count {
    background: #eb4b93;
}

.batch-card .batch-top.yellow .batch-count {
    background: #f5c13c;
}

.batch-card .batch-top.teal .batch-count {
    background: #3cc3b5;
}

.batch-card .batch-tag {
    font-weight: bold;
    font-size: 28px;
    margin-top: 6px;
    color: #000;
}

.batch-card .batch-title {
    color: #e40046;
    font-weight: bold;
    margin-top: 5px;
}

.batch-card .duration {
    color: #e40046;
    font-weight: 500;
    margin-bottom: 0;
}

.batch-card .desc {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 700;
    line-height: 24px;
}

.batch-card .pink {
    background-color: #eb4b93;
}

.batch-card .teal {
    background-color: #3cc3b5;
}

.batch-card .yellow {
    background-color: #f5c13c;
}

.contact-research-admin-txt a {
    color: rgb(42, 168, 96);
}



.chairs-img {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.chairs-txt p {
    font-size: 14px;
    line-height: 24px;
}

.chairs-txt span {
    font-size: 15px;
    color: #616161;
}

.chairs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.toggle-passwords {
    z-index: 11111111111 !important;
    position: relative !important;
    bottom: 33px !important;
    left: -25px !important;
    float: right !important;

}

#user-password,
#user-confirm_password {
    padding-right: 50px !important;
}


.our-growth-img {
    width: 400px;
    margin: 0 auto;
}

.our-growth-title p span {
    font-size: 16px !important;
    width: 100% !important;
    margin-bottom: 15px;
    display: inline-block;
}

.our-growth-title p {
    width: 100% !important;
    max-width: 700px;
    margin: 0 auto !important;
    line-height: 25px !important;
}


.two-box img {
    width: 100%;
}

/*.se-component figure img {*/
/*    width: 100% !important;*/
/*}*/

.se-component figure {
    width: 100% !important;
}



.sideimage a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.sideimage a {
    width: 100px !important;
    height: 80px !important;
}

.news_area .news-box img {
    height: 200px !important;
    width: 100% !important;
    object-fit: fill !important;
}

.team_box.team_box-research .cont {
    left: 18px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.our_team.resource.pb-150{
    padding-bottom: 150px !important;
}
.batch-card.batch-card-main {
	width: 100%;
	border-radius: unset !important;
	overflow: unset !important;
	box-shadow: none !important;
}

.batch-card.batch-card-main .batch-top {
    padding: unset !important; 
	border-radius: 0 !important;
	width: 100% !important;
	height: 500px !important;
}
.batch-card.batch-card-main .batch-top img{
	max-width: 100% !important;
  height: 100% !important;;
  object-fit: contain !important;;
  border-radius: 10px !important;;
  width: 100% !important;;
}

img.img-fluid.rounded.w-100.img-size {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

section.repersents p {
    text-align: center;
}

section.two-box.bg-light ul {
    list-style: none;
}

section#ethics {
    padding-bottom: 40px;
}


section#center-of-excellence {
    padding-top: 0;
}

section#publication {
    padding-top: 0;
}

/* Sidebar wrapper */
.placement-sidebar-links {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
}

/* Paragraph spacing */
.placement-sidebar-links p {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
}

/* Icon styling */
.placement-sidebar-links i {
    font-size: 22px;         
    color: green;
    margin-right: 12px;     
    line-height: 1.2;
    transition: color 0.3s ease;
}

/* Link styling */
.placement-sidebar-links .btn-link {
    color: green;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

/* Hover effect – icon + text */
.placement-sidebar-links p:hover i,
.placement-sidebar-links p:hover .btn-link {
    color: blue;
    text-decoration: underline;
}

/* Remove focus outline */
.placement-sidebar-links .btn-link:focus {
    text-decoration: none;
    outline: none;
}

/* Responsive tweak */
@media (max-width: 767px) {
    .placement-sidebar-links {
        padding: 16px;
    }

    .placement-sidebar-links i {
        font-size: 20px;
    }

    .placement-sidebar-links .btn-link {
        font-size: 14px;
    }
}

/* side bar link icon css*/



/* Sidebar row layout */
.placement-sidebar-links p {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

/* PDF icon base */
.pdf-icon {
    font-size: 20px;                
    color: green;                   
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;       
    border: 1px solid #e0e0e0;
    border-radius: 6px;              
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Hover effect ONLY for icon */
.placement-sidebar-links p:hover .pdf-icon {
    background-color: green;       
    color: #ffffff;                  
    border-color: green;
}
.timeliner-container {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 40px;
}
.timeliner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 -10px; /* optional: spacing between items */
}

.timeliner-item {
    width: 33%; /* 4 columns */
    padding: 10px; /* spacing between items */
    box-sizing: border-box;
}

.timeliner-item h4 {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}


/*---------------------------------------------------------------silder style----------------------------------------------------------------------------------------*/

/* ================================
   FACULTY SECTION
================================ */
.Faculty-sec {
    padding: 60px 0;
    background: #ffffff;
    color: #000000;
}


.Faculty-sec h4,
.Faculty-sec p {
    color: #000000;
}

/* ================================
   SWIPER CONTAINER
================================ */
.faculty-swiper {
    position: relative;
    padding: 30px 70px 70px;
}

/* ================================
   SLIDE GRID (8 ITEMS)
================================ */
.fac-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ================================
   FACULTY CARD
================================ */
.fac-box {
    background: #1e7b92;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    min-height: 120px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    transition: transform 0.25s ease;
}

/* Hover ONLY lift – NO color change */
.fac-box:hover {
    transform: translateY(-5px);
}

/* TEXT (WHITE) */
.fac-box h6 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
}

.fac-box p {
    font-size: 14px;
    margin: 0;
    color: #f1f1f1;
    font-weight:700;
}

/* ================================
   ARROW BUTTONS (CLEAN & MODERN)
================================ */
.swiper-button-next,
.swiper-button-prev {
    width: 42px;
    height: 42px;

    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 50%;

    color: #1e7b92;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 15px;
    font-weight: 700;
}

/* Hover – subtle only */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

/* Arrow positioning */
.swiper-button-prev {
    left: 12px;
}

.swiper-button-next {
    right: 12px;
}

/* ================================
   PAGINATION
================================ */
.swiper-pagination {
    bottom: 15px;
}

.swiper-pagination-bullet {
    background: #1e7b92;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
    .fac-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faculty-swiper {
        padding: 25px 50px 65px;
    }
}

@media (max-width: 575px) {
    .fac-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faculty-swiper {
        padding: 20px 40px 65px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}


/* Gap on left & right side of each slider page */
.faculty-swiper .swiper-slide {
    padding: 0 20px;   /* controls the green-marked gap */
    box-sizing: border-box;
}



/* ================= GENERAL ================= */
.Faculty-sec {
    padding: 60px 0;
    background: #fff;
    color: #000;
}

.faculty-swiper {
    position: relative;
    padding: 30px 60px 60px;
}

/* ================= CARD ================= */
.fac-box {
    background: #1e7b92;
    color: #fff;
    border-radius: 14px;
    padding: 20px;
    min-height: 110px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    text-align: center;
}

/* ================= GRID ================= */
.fac-grid-desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.fac-grid-tablet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* ================= ARROWS ================= */
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px;
    color: #1e7b92;
}

/* ================= PAGINATION ================= */
.swiper-pagination-bullet {
    background: #1e7b92;
    opacity: .3;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

/* ================= VISIBILITY CONTROL ================= */
.faculty-slider-desktop,
.faculty-slider-tablet,
.faculty-slider-mobile {
    display: none;
}

/* Desktop */
@media (min-width: 992px) {
    .faculty-slider-desktop { display: block; }
}

/* Tablet */
@media (min-width: 576px) and (max-width: 991px) {
    .faculty-slider-tablet { display: block; }
}

/* Mobile */
@media (max-width: 575px) {
    .faculty-slider-mobile {
        display: block;
        padding: 20px 20px 50px;
    }
}

/* side bar link css -----------------------------------------------------------------------------------*/

/* Sidebar wrapper */
.placement-sidebar-links {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
}

/* Paragraph spacing */
.placement-sidebar-links p {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
}

/* Icon styling */
.placement-sidebar-links i {
    font-size: 22px;           /* Bigger icon */
    color: green;
    margin-right: 12px;        /* Space between icon & text */
    line-height: 1.2;
    transition: color 0.3s ease;
}

/* Link styling */
.placement-sidebar-links .btn-link {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

/* Hover effect – icon + text */
.placement-sidebar-links p:hover i,
.placement-sidebar-links p:hover .btn-link {
    color: Green;
    text-decoration: underline;
}

/* Remove focus outline */
.placement-sidebar-links .btn-link:focus {
    text-decoration: none;
    outline: none;
}

/* Responsive tweak */
@media (max-width: 767px) {
    .placement-sidebar-links {
        padding: 16px;
        margin-bottom:20px;
    }

    .placement-sidebar-links i {
        font-size: 20px;
    }

    .placement-sidebar-links .btn-link {
        font-size: 14px;
    }
}




/* Sidebar row layout */
.placement-sidebar-links p {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

/* PDF icon base */
.icons {
    font-size: 20px;                 /* Slightly bigger */
    color: green;                    /* Icon color */
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;       /* White square */
    border: 1px solid #e0e0e0;
    border-radius: 6px;              /* Soft square */
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Hover effect ONLY for icon */
.placement-sidebar-links p:hover .icons {
    background-color: green;         /* Green background */
    color: #ffffff;                  /* White icon */
    border-color: green;
}

.custom-file-uploads{
    height: auto;
    width:100%;
    max-width:280px;
}



/* search page style */

/* Complete Updated CSS - Fixed HTML Tags + Wide Content */
/* Clean professional search results - No visible HTML tags */

* {
    box-sizing: border-box;
}

body {
    background: #ffffff;
    color: #1a202c;
    line-height: 1.6;
    font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

/* Main Container */
.search-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Search Header */
.search-header {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.search-header h4 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
}

.search-header a {
    color: #3182ce;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.search-header a:hover {
    color: #2b6cb0;
    background: rgba(49, 130, 206, 0.1);
}

/* Results List */
.results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Result Item */
.result-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.result-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #48bb78, #38a169);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.result-item:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e0;
}

.result-item:hover::before {
    opacity: 1;
}

/* Wide Content Area - Fixed HTML Tags */
.result-content {
    padding: 28px 36px;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Typography - Clean & Professional */
.result-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0 0 12px 0;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

.result-title:hover {
    color: #3182ce;
}

/* FIXED Description - No HTML tags visible */
.result-description {
    color: #4a5568;
    font-size: 0.95rem;
    margin: 0 0 24px 0;
    line-height: 1.6;
    font-weight: 400;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Hide any nested HTML tags completely */
.result-description p,
.result-description br,
.result-description * {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6 !important;
    border: none !important;
    background: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

.result-description br {
    display: none !important;
}

/* Button */
.result-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    background: #48bb78;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(72, 187, 120, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.result-button::before {
    content: '→';
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.result-button:hover {
    background: #fd7e14;
    color: white !important;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(253, 126, 20, 0.4);
    text-decoration: none;
}

.result-button:hover::before {
    transform: translateX(4px);
}

.result-button:active {
    transform: translateX(2px);
}

/* No Results */
.no-results {
    text-align: center;
    padding: 60px 40px;
    color: #718096;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 500;
}

.no-results::before {
    content: '🔍';
    display: block;
    font-size: 3rem;
    margin-bottom: 16px;
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
    .search-container {
        max-width: 100%;
        padding: 30px 16px;
    }
    
    /* .result-content {
        padding: 24px 28px;
    } */
    
    .search-header h4 {
        font-size: 1.1rem;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .result-button {
        padding: 9px 18px;
        min-width: 110px;
    }
}

@media (max-width: 480px) {
    .result-content {
        padding: 20px 24px;
    }
    
    .search-header {
        padding: 20px 24px;
    }
}

/* ===== Two Results Per Row (Desktop) ===== */
@media (min-width: 769px) {
    .results-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    /* Prevent extra spacing from margin-bottom */
    .result-item {
        margin-bottom: 0;
    }
}


/* Academy IIPHS text*/
section.about-phfi-institutes.py-5 p {
    text-align: justify;
}
        
/*-----------Pagination style ------------------------------*/
/* Pagination wrapper */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;                 /* removed gap */
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

/* Pagination items */
.pagination li {
    display: flex;
}

/* Links & spans */
.pagination li a,
.pagination li span {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 0;       /* removed border radius */
    border: 1px solid #ddd;
    color: #555;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Hover (light grey instead of green) */
.pagination li a:hover {
    background-color: #f2f2f2;
    color: #555;
    border-color: #ccc;
}

/* Active page */
.pagination li.active a {
    background-color: #22c673;
    color: #fff;
    border-color: #22c673;
}

/* Disabled prev/next */
.pagination li.disabled span {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Prev & Next buttons */
.pagination li.prev span,
.pagination li.next span {
    font-weight: 600;
}

/* Mobile friendly */
@media (max-width: 576px) {
    .pagination li a,
    .pagination li span {
        min-width: 34px;
        height: 34px;
        font-size: 14px;
        padding: 0 8px;
    }
}


.footer-inline-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-inline-links li {
    display: flex;
    align-items: center;
}

.footer-inline-links a {
    text-decoration: none;
    color: #ffffff;
}



.ps-3.mt-3.d-flex.justify-content-between.flex-wrap.gap-2 {
    padding-left: 70px;
    padding-bottom: 10px;
    padding-right: 40px;
    margin-left:30px;
}

section.current-openings-modern.py-5 .recent-box {
    border: none;
    box-shadow: none;
}


/*---------------------------------------------Mobile menu css------------------------------------------------*/
.mobile-nav .nav-link,
.mobile-toggle {
    width: 100%;
    background: none;
    border: 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    text-align: left;
}

.mobile-submenu {
    padding-left: 15px;
}

.mobile-submenu li {
    list-style: none;
}

.mobile-submenu li a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #fff;
}

.mobile-submenu li a:hover {
    color: #1e7b92;
}

.nested-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.nested-submenu {
    padding-left: 15px;
}

.nested-submenu li a {
    font-size: 13px;
}


/*--------------------------------------------------------- Payment response styling---------------------------------------------------------------*/

#paymentTable {
    margin-top:20px;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

#paymentTable td {
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}

#paymentTable td:first-child {
    width: 35%;
    background-color: #f8f9fb;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

#paymentTable td:last-child {
    color: #555;
    word-break: break-word;
}

#paymentTable tr:nth-child(even) {
    background-color: #fafafa;
}

#downloadPdf {
    margin-top: 15px;
    background: #0d9c4a ;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight:600;
}

#downloadPdf:hover {
    background: green;
}



/* ================================
   SIMPLE JOB UI (col-lg-8 only)
   Activated when simpleUI = true
   ================================ */

.simple-job-ui {
    background: transparent;
    box-shadow: none;
}

/* Remove card look */
.simple-job-ui .card-body {
    padding: 0;
}

/* Job list items */
.simple-job-ui .simple-item {
    padding: 14px 0;
    border-bottom: 1px solid #eaeaea;
}

.simple-job-ui .simple-item:last-child {
    border-bottom: none;
}

/* Job title */
.simple-job-ui .simple-item h5,
.simple-job-ui .simple-item h6,
.simple-job-ui .simple-item .job-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #222;
}

/* Meta info */
.simple-job-ui .simple-item .job-meta,
.simple-job-ui .simple-item small,
.simple-job-ui .simple-item span {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: 6px;
}

/* Description */
.simple-job-ui .simple-item p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
}

/* Hide buttons ONLY in simple UI */
.simple-job-ui .btn,
.simple-job-ui button,
.simple-job-ui a.btn {
    display: none !important;
}

/* Hide modal triggers if any */
.simple-job-ui [data-bs-toggle="modal"] {
    display: none !important;
}



/* job listing style*/
/* =====================================
   SIMPLE JOB UI – FEED / TIMELINE STYLE
   (col-lg-8)
   ===================================== */

.simple-job-ui {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
}

/* Remove card feeling completely */
.simple-job-ui .card-body {
    padding: 0;
    background: transparent;
}

/* List container */
.simple-job-ui .list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Each job = flat row, not card */
.simple-job-ui .simple-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 18px;
    border-left: 5px solid #0d9c4a;
    box-shadow: none;
    position: relative;
    margin-top:10px;
    margin-bottom:10px;
    
}

/* Remove borders if any inherited */
.simple-job-ui .simple-item::after {
    content: "";
}

/* Job title – larger & darker */
.simple-job-ui .simple-item h4,
.simple-job-ui .simple-item h5,
.simple-job-ui .simple-item h6 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

/* Meta text */
.simple-job-ui .simple-item small,
.simple-job-ui .simple-item .text-muted,
.simple-job-ui .simple-item span {
    font-size: 13px;
    color: #64748b;
    display: inline-block;
    margin-right: 12px;
}

/* Description */
.simple-job-ui .simple-item p {
    font-size: 14px;
    color: #334155;
    margin-top: 6px;
    line-height: 1.5;
}

/* Add subtle hover */
.simple-job-ui .simple-item:hover {
    background: #f1f5f9;
    border-left-color: #0ea5e9;
}

/* Hide all buttons in simple UI */
.simple-job-ui button,
.simple-job-ui .btn,
.simple-job-ui a.btn {
    display: none !important;
}


.member-card .p-0 .mt-2{
    margin-top: 0.5rem !important;
    box-shadow: rgb(99 99 99 / 11%) 0px 2px 8px 0px;
    border-radius: 4px;
}
.member-info{
    padding:20px;
}





/* Donation now page style */

/* Hide only donation process initially */
/* default hidden */
#donationOptions,
#chequeBlock{
    display:none;
}

/* when citizen selected */
body.citizen-selected #donationOptions{
    display:block;
}

/* after form submitted */
body.form-submitted #donationOptions,
body.form-submitted #chequeBlock{
    display:block;
}
/* active green state */
#indianBtn.active{
    background:#198754 !important;
    border-color:#198754 !important;
    color:#fff !important;
}


/* helper text under button */
.foreign-helper{
    display:none;
    margin-top:10px;
    margin-bottom:0;
    /* font-size:13.5px; */
    color:#484a4b;        /* soft grey (readable but not loud) */
    line-height:1.5;
    /* padding-left:2px; */




    border: 1px solid green;
    border-radius: 5px;
    padding: 10px;
    background-color: #ecffec;
}


/* little emphasis for important word */
.foreign-helper strong{
    color:#333;
    font-weight:600;
}


.publicationSwiper .pagination {
    display: none !important;
}

