@font-face {
    font-family: "Noto Sans";
    src:
        url("../fonts/NotoSans-Medium.woff2") format("woff2"),
        url("../fonts/NotoSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans";
    src:
        url("../fonts/NotoSans-Regular.woff2") format("woff2"),
        url("../fonts/NotoSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans";
    src:
        url("../fonts/NotoSans-SemiBold.woff2") format("woff2"),
        url("../fonts/NotoSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NotoSans-Bold";
    src:
        url("../fonts/NotoSans-Bold.woff2") format("woff2"),
        url("../fonts/NotoSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Noto Sans";
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans";
}
span.location-icon img {
    width: 15%;
}
#navMenu li:nth-child(7) .mega-menu {
    width: 300px;
    left: inherit;
    right: 0px !important;
}

#navMenu li:nth-child(6) .mega-menu {
    width: 300px;
    left: inherit;
    right: 0px !important;
}
.top-bar {
    background: #1f2937;
    color: #fff;
    font-size: 14px;
    padding: 0 50px 0 68px;
    padding-left: 416px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 15px;
}
.top-icons i {
    margin-left: 12px;
    cursor: pointer;
}
.logo-text {
    display: grid;
    row-gap: 4px;
}
.logo-text span {
    font-size: 88%;
    color: #000;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase; font-weight: bold;
}
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    position: relative;
}
.logo-section,
.logo-section a {
    display: flex;
    align-items: start;
    gap: 5px;
    width: 350px;
    margin-top: -13px;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 99;
    text-decoration: none;
    color: #000;
}
.logo-section img {
    width: 43px;
}
.logo-text h3 {
    font-size: 135%;
    font-weight: 600;
    margin: 0;
}
.logo-text h2 {
    font-size: 106%;
    font-weight: bold;
    margin: 0;
}
.logo-text h4 {
    font-size:88%;
    font-weight: 400;
    margin: 0;letter-spacing: 2px;
}
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
.nav {
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    position: relative;
}
.nav ul li:hover {
    background: transparent;
}
.nav-link:focus,
.nav-link:hover {
    color: #f5a315;
}
.nav ul li.active > a.nav-link,
.nav ul li.active > a.nav-link:hover {
    color: #f5a315;
    border-bottom: 2px solid #f5a315;
}
.nav ul {
    display: flex;
    list-style: none;
    justify-content: left;
    margin: 0;
    padding: 0;
	    flex-wrap: wrap;
}
.nav ul li {
    position: relative;
    color: #fff;
    padding: 0px 0px;
    cursor: pointer;
    position: relative;
}
.nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 110%;
    padding: 11px .8em;
    font-weight: 500;
}
.dropdown-menu a {
    padding: 3px 0 !important;
}
.top-bar span {
    font-size: 85%;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #12384b;
    min-width: 220px;
    display: none;
    flex-direction: column;
    z-index: 99;
}
.sub-menu li {
    padding: 12px 16px;
    white-space: nowrap;
}
.sub-menu li:hover {
    background: #1d566f;
}
.has-sub:hover .sub-menu {
    display: block;
}
.custom-nav {
    background: #0b1f2a !important;
}
.custom-nav .nav-link {
    color: #fff !important;
    padding: 14px 18px;
}
.custom-nav .dropdown-menu {
    background: #12384b;
    border: none;
}
.custom-nav .dropdown-item {
    color: #fff;
}
.custom-nav .dropdown-item:hover {
    background: #1d566f;
}
.dropdown-menu {
    display: none;
    background:#fff;
    border: none;
    transition: all 0.3s ease;
    margin-top: 0;
    border-radius: 0px !important;
}
.dropdown-menu.show {
    display: block;
}
.mega-menu {
    width: auto;
    left: 0;
    padding: 0px !important;
}
.mega-menu .row > div {
    margin-bottom: 10px;
}
.dropdown-item {
    color: #fff;
    padding: 8px 0;
}
.dropdown-item:hover {
    background: transparent;
    color: #f5a315;
}
.main-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#accessibility h2 {
    color: #333;
    font-size: 21px;
    font-weight: normal;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px;
    margin: -40px 0 0;
}
div#accessibility {
    background: #fff;
    box-shadow: 0 0 50px #000 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
div#accessibility h2 img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(37%) saturate(904%)
        hue-rotate(131deg) brightness(97%) contrast(92%);
    width: 30px;
    margin-right: 7px;
}
ul.butt_invt {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 20px;
}
ul.butt_invt li {
    border: 1px solid #0f5757 !important;
    width: 47% !important;
    float: left !important;
    margin: 0;
    margin-bottom: 24px;
    border-radius: 8px;
    transition: all 0.5s;
    overflow: hidden;
}
ul.butt_invt li button {
    width: 100%;
    text-align: center;
    display: block;
    padding: 8px;
    min-height: 80px;
    font-size: 75%;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s;
    border: 0;
}
.col-md-6.right-side a img {
    height: 25px;
}
ul.butt_invt li button:hover {
    background: #e7eeff;
}
ul.butt_invt li img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(37%) saturate(904%)
        hue-rotate(131deg) brightness(97%) contrast(92%);
    width: 30px !important;
    display: block;
    margin: 0 auto 10px;
}
ul.butt_invt li:nth-child(2),
ul.butt_invt li:nth-child(4),
ul.butt_invt li:nth-child(6),
ul.butt_invt li:nth-child(8) {
    float: right !important;
}
ul.butt_invt li button,
ul.butt_invt li input {
    color: #292929 !important;
    background: #fff;
}
.sidenav-access {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #224aaa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 0 30px #161616 !important;
}
.sidenav-access .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    color: #0f5656;
}
.sidenav-access a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #0f5656;
    display: block;
    transition: 0.3s;
}
.invertFlt {
    filter: invert(1);
    background: rgb(0, 0, 0);
}
.saturationFlt {
    filter: saturate(0.5);
    overflow-x: hidden;
}
.linkH a {
    color: rgb(255, 255, 0) !important;
    text-decoration: underline;
}
.hideImg img {
    visibility: hidden !important;
}
.cursorSize {
    cursor: url(../images/defaultcursor.svg), auto;
}
.cursorSize a {
    cursor: url(../images/hand-link.png), auto;
}
.logo-section::before {
    content: "";
    position: absolute;
    width: 685px;
    height: 92px;
    background: #eeeeee;
    z-index: -1;
    transform: skewX(20deg);
    left: -100%;
    top: -36px;
}
.logo-section::after {
    content: "";
    position: absolute;
    width: 680px;
    height: 100px;
    background: #ffffff;
    z-index: -1;
    transform: skewX(20deg);
    left: -100%;
    top: -36px;
}
header.header {position: relative; z-index: 9999; padding: 6px 0px 0px 0;}
.logo-side {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}
.logo-side a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    text-decoration: none;
    color: #000;
}
.logo-side a img {
    height: 98px;
    object-fit: contain;
    width: auto;
}
header .logo-side .pe-4 {
    padding-top: 33px;
}
.logo-side a p {
    color: #261800;
    font-size: 100%;
    line-height: 18.4px;
    letter-spacing: -.08px;
}
.logo-side a p.govtext {
    /* text-transform: capitalize; */
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.08px;
    margin-bottom: 14px !important;
    font-size: 128%;
}
.logo-side .mb-0 {
    font-size: 125%;
    font-weight: 700;
    /* text-transform: capitalize; */
    line-height: 22px;
}
section.main_menu {
    padding: 0 15px;
    position: sticky;
    top: 0;
    z-index: 9998;
    background: #ffffff;
    border-top: 1px solid #ebeaea;
    box-shadow: 0 4px 8px 0 rgba(35, 35, 47, .08);
    border-bottom: none;
}
.col-md-5.accessibility-side {
    display: flex;
    justify-content: right;
}
.accessibility-side .flex-block {
    display: flex;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.accessibility-side .logoswach {
    margin-left: 15px;
}
header .accessibility-side span {
    float: left;
    margin: 5px 4px 0 -5px;
}
.accessibility-side span a {
    margin-top: -1px;
    display: block;
}
span.rt_lgo img {
    height: 60px;
    width: auto !important;
    margin-top: 0px;
} 
.hero-slider {position: relative; overflow: hidden; transition: background-color 0.8s ease;}
.hero-slider .slide {position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.7s ease;}
.hero-slider .slide.active {opacity: 1;}
.hero-slider .overlay {position: absolute; color: #fff; display: flex; flex-direction: column; justify-content: start;  align-items: baseline;    text-align: left; width: 100%; padding: 0px 0px 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.overlay h2 {text-align: left; font-size: 3.7rem;line-height: 1.6;}
.hero-slider .overlay h1 {
    font-size: 46px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left;
    width: 70%;
}
.hero-slider .overlay h1 br {
    display: none;
}
.hero-slider .overlay span {
    color: #9cff00;
}


.hero-slider .btn {
    background: #e8ffff;
    color: #004d4d;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
}

.hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 999999999999999999999999999;
    transform: translateY(-50%);
       padding: 0 20px;
    display: flex;
    justify-content: space-between;
}


.hero-slider .owl-nav button{
    background: #fff!important;
    border: none!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer; 
    justify-content: center;
    align-items: center;
    

}
.hero-slider .owl-nav button span {
    font-size: 50px;
    line-height: 10px;
    height: 20px;
    display: inline-block;
}

.hero-slider .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-slider .prev {
    left: 20px;
}
.hero-slider .next {
    right: 20px;
}
.hero-slider .play-pause {
    position: absolute;
    bottom: 90px;
    right: 30px;
    background: #fff;
    border-radius: 20px;
    padding: 4px 7px;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-slider .owl-buttons {
    position: absolute;
    bottom: 90px;
    right: 30px;
    background: #fff;
    border-radius: 20px;
    padding: 4px 7px;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;;
}
.hero-slider .owl-buttons a.button.stop.hide{display: none;}
.hero-slider .owl-buttons a.button.play.show{display: block!important;}
.hero-slider .owl-buttons img {
    width: 18px;
}
.hero-slider .play-pause img {
    width: 18px;
}
.search-box {
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    display: flex;
    width: 100%;
    margin-bottom: -55px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.search-box input,
.search-box select {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: 0;
}
.search-box button {
    background: #0a5c5c;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 8px;
    background-image: linear-gradient(to bottom right, #f5a315, #78a300);
}
.trending {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}
.trending span {
    opacity: 0.8;
}
.trending a {
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.trending a:hover {
    background: #fff;
    color: #000;
}
.hero-content img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(8%)
        hue-rotate(30deg) brightness(101%) contrast(105%);
}
.news-bar {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
    z-index: 2;
    margin-bottom: 30px;
}
.news-left {
    background: #1f2933;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    position: relative;
    z-index: 999999;
}
.news-title {
    font-weight: bold;
}
.control-btn {
    background: transparent;
    border: none;
    color: #f7941d;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
}
.news-marquee {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
}
.news-track {
    display: inline-flex;
    gap: 40px;
    animation: scroll 80s linear infinite;
}
.news-track a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    position: relative;
}
.news-right {
    padding: 0 15px;
}
.news-right a {
    color: #1f2933;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
}
.hero-slider .owl-dots {
    position: absolute;
    bottom: 93px;
    left: revert-layer;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    z-index: 3;
    right: 45px;
    background: rgba(167, 217, 218, 0.60);
    padding: 6px 7px;
    border-radius: 3px;
}

.hero-slider .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none!important;
    background: rgba(255, 255, 255, 0.5)!important;
    cursor: pointer;
    transition: 0.3s;
}
.hero-slider .owl-dots button.active {
    background: #fff!important;
    transform: scale(1.2);
}

.dots {
    position: absolute;
    bottom: 93px;
    left: revert-layer;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    z-index: 3;
    right: 45px;
    background: rgba(255, 255, 255, 0.5);
    padding: 6px 7px;
    border-radius: 3px;
}
.dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: 0.3s;
}
.dots button.active {
    background: #fff;
    transform: scale(1.2);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

span.location-icon i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: baseline;
}
.top-icons button:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    right: -5px;
    top: 0;
}
.top-icons button:last-child:after {
    display: none;
}
.top-icons button {
    position: relative;
    border: 0;
    background: transparent;
    box-shadow: none;
    margin-left: 8px;    padding-right: 8px;
}
.top-icons button img {width: 40px; display: inline-block;}
 
.news-track a::after {
    content: "";
    position: absolute;
    height: 14px;
    background: #ccc;
    right: -14px;
    width: 1px;
    top: 4px;
}
.top-icons button:first-child::before,
.news-track a:last-child::after {
    display: none;
}
.news-track a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1f2933;
    border-radius: 30px;
    top: 5px;
    left: -15px;
}
.news-marquee:hover .news-track {
    animation-play-state: paused;
}
button#toggleBtn img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(8%)
        hue-rotate(30deg) brightness(101%) contrast(105%);
    width: 15px;
}
.dropdown-toggle::after {
    content: "\f107";
    position: relative;
    font-family: FontAwesome;
    font-size: 10px;
    border: 0;
    top: 0px;
    vertical-align: middle;
}
.search {
    position: relative;
    width: 80%;
}
.search input {
    width: 100%;
    padding-left: 40px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.search .fa {
    position: absolute;
    top: 18px;
    font-size: 14px;
    left: 15px;
    color: #000;
}
form.search-box select {
    background: #f6f5f5;
    font-size: 14px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.search-wrap {
    position: relative;
    margin-top: -42px;
    margin-bottom: 80px;
}
section.search_sec {
    background: #fff;
    z-index: 999;
    position: relative;
    transition: background-color 0.8s ease;
}
.category-sec {
    position: relative;
    background: #faf8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #1f2933;
}
.category-sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-sec ul li:hover {
    margin-top: -10px;
}
.category-sec ul li {
    list-style-type: none;
    display: block;
    text-align: center;
    width: 16.6%;
    position: relative;
    transition: all 0.65s ease;
}
.category-sec ul li img {
    width: auto;
    display: block;
    margin: 0 auto 6px;
    height: 25px;
}
.category-sec ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}
.category-sec ul li a span {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    color: #0a5c5c;
}
.category-sec ul li a small {
    font-size: 14px;
    color: #222;
    display: block;
    font-weight: bolder;
    text-align: center;
}
section.updates {
    position: relative;
    background: #fff;
    padding-bottom: 60px;
    overflow: hidden;
}
.category-sec ul li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background: #ccc;
    right: 0px;
}
.category-sec ul li:last-child::before {
    display: none;
}
/*.news-left::before {
    content: "";
    position: absolute;
    transform: skewX(15deg);
    background: #b7b7b7;
    left: -7px;
    top: 0;
    height: 40px;
    width: 190px;
    z-index: -1;
}
.news-left::after {
    content: "";
    position: absolute;
    transform: skewX(15deg);
    background: #0a5c5c;
    left: -6px;
    top: 0;
    height: 50px;
    width: 183px;
    z-index: -1;
}*/
section.about-sec {
    background: #fff;
    position: relative;
    /* padding-bottom: 60px; */
}
.ab-cont span {
    font-size: 16px;
    font-weight: bold;
    color: #0a5c5c;
    display: block;
}
.ab-cont h1 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.ab-cont p {
    font-size: 15px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.8);
}
.ab-cont a {
    background: #0a5c5c;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.5s;
}
.ab-cont a:hover {
    opacity: 0.8;
}
.about h6 {
    color: #3e4a57;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    background: #eaebed;
    padding: 6px 15px;
    border-radius: 30px;
}
.about h2 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #1f2937;
}
.about p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: justify;
}
.about .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1f2933;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
        background-image: linear-gradient(to bottom right, #f5a315, #78a300);
}
.focus {
    background: #fff;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    height: 100%;
}
.focus img {
    width: 100%;
    border: 3px solid #1f2933;
    margin-bottom: 15px;
}
.focus h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}
.focus img {
    height: auto;
    border: none !important;
    box-shadow: 0px 0px 10px #ddd;
}
.focus p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.focus .btn-outline {
    padding: 8px 16px;
    border: 2px solid #1f2933;
    background: transparent;
    color: #1f2933;
    border-radius: 6px;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 600;
}
.grenbgbutton {
    background: #0f5757 !important;
    display: inline-block;
    padding: 7px;
    padding: 8px 16px;
    color: #fff !important;
    vertical-align: baseline;
    border: 2px solid #0f5757;
}
.currentbtn:hover {
    color: #fff !important;
}
.grenbgbutton:hover {
    background: #0f5757;
    color: #fff;
}
.expandicon {
    position: fixed;
    right: 130px;
    z-index: 9999;
    bottom: 45%;
    display: none;
}
.circle-bg {
    background-color: #ff3f80;
    border-radius: 50%;
    cursor: pointer;
    display: table;
    border: 6px solid #d6eaff;
    left: 50%;
    top: 50%;
    height: 38px;
    width: 38px;
    position: absolute;
    vertical-align: middle;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icon {
    color: white;
    display: table-cell;
    background: #1f2933;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
}
.outer-icons {
    left: 50%;
    top: 50%;
    position: absolute;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.outer-icons i {
    color: white;
    border-radius: 50%;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.one {
    background-color: #55acee;
    left: -90px;
}
.two {
    background-color: #3b5998;
    left: -60px;
    bottom: -130px;
}
.three {
    background-color: #dc4e41;
    left: 60px;
    bottom: -130px;
}
.four {
    background-color: #0077b5;
    left: 90px;
}
.five {
    left: -1px;
    top: -79px;
    z-index: 999;
    background: #000;
}
.btn-slide-vertical {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}
.btn-slide-vertical::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #78a300;
    z-index: -1;
    transition: top 0.4s ease;
}
.btn-slide-vertical:hover {
    color: #fff;
}
.btn-slide-vertical:hover::before {
    top: 0;
}
section.inner-banner {
    background: #1f2933;
    
    margin-top: 0px;
    position: relative;
}
section.inner-banner::before {
    content: "";
    position: absolute;
    background: url(../images/inner-banner-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover !important;
}
.inner_banner_cont {
    position: relative;
    padding: 142px 0 50px;
}
.inner_banner_cont h1 {
    font-size: 225%;
    color: #fff;
    font-weight: bold;
}
.inner_banner_cont ul {
    margin: 0;
    padding: 0;
}
.inner_banner_cont ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.inner_banner_cont ul li a {
    position: relative;
    color: #fff;
    font-size: 113%;
    text-decoration: none;
}
.inner_banner_cont ul li a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    right: -10px;
    top: 50%; transform: translateY(-50%);
}
.light-danger{background-color: #fef2f2;}
.deadlinbox{padding: 20px; border-radius: 10px;    justify-content: center; color: #ef4444;}
.finaldate {   
    font-family: 'NotoSans-Bold';
    font-size: 400%;
    line-height: 50px;
}
.deadlinemonth{ font-family: 'NotoSans-Bold'; font-size: 200%;}
.deadlinedays{   font-size: 120%;}
.inner_banner_cont ul li:last-child a::before {
    display: none;
}
.sidebar-card h5 {
    font-family: 'NotoSans-Bold';
    font-size: 138%;
}
section.about-cont-sec {
    padding: 40px 0;
    position: relative;
}
.heading {
    text-align: center;
}
.heading h2 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #114f52;
}
.heading span {
    font-size: 85%;
    position: relative;
}
.heading span::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #0f5757;
    right: -40px;
    top: 10px;
}
.heading span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #0f5757;
    left: -40px;
    top: 10px;
}
.ab-cont-img {
    background: #ccc;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 5px;
}
.ab-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab-cont-bx {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 30px -50px 0px 30px;
    position: relative;
    z-index: 2;
    border-radius: 5px;
}
.ab-cont-bx p {
    font-size: 90%;
    text-align: justify;
    color: #333;
    margin: 0;
}
.ab-cont-bx h4 {
    font-size: 120%;
    font-weight: bold;
    color: #000;
}
.ab-cont-main {
    position: relative;
}
.ab-cont-main::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 260px;
    background: #0f5757;
    left: 0px;
    top: -30px;
    z-index: -1;
    border-radius: 5px;
}
.amb-2::before {
    left: auto;
    right: 0;
    height: 433px;
}
.amb-2 .ab-cont-bx {
    margin: 30px 30px 0 -50px;
}
.ab-cont-img.aib-2 {
    height: 433px;
}
.ab-cont-img.aib-3,
.amb-3::before {
    height: 303px;
}
.ab-cont-img.aib-2.amb-4,
.amb-4::before {
    height: 260px;
}
.ab-cont-img.aib-3.aib-5,
.amb-5::before {
    height: 280px;
}
.heading-2 {
    background: #cff5f4;
    padding: 10px;
    box-shadow: 0 0 2px rgb(15 87 87);
    border-radius: 4px;
    text-align: center;
    position: relative;
}
.heading-2 h2 {
    font-size: 22px;
    margin: 0;
    font-family: "NotoSans-Bold";
}
.heading-2 p {
    font-size: 85%;
    margin: 0px 0 0; font-weight: 500; opacity: .5;
}
.flt-bx {
    background: #eff6f7;
    padding:0 20px 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:0 0  7px rgba(0,0,0,0.2);
    border: 1px solid #75bdbc;
}
.flt-head {
    background: #1f2937;
    margin: 0px -20px 0 -20px;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.allresearchprojects .flt-head {
    background: #2c7c33;
}
.flt-head h5 {
    margin: 0;
     font-size: 180%;
    color: #fff;
    font-weight: normal;
}
.flt-head h5 span {
    font-weight: bold;
    margin: 2px 0 0; color: #fff; font-family: "NotoSans-Bold";
}
span.filter-search {
    font-size: 85%;
    color: #fff;
}
.flt-bx h3 {
    font-size: 110%;
    font-weight: bold;
    color: #000;
}
.flt-bx select,
.flt-bx input,
.flt-bx select:focus,
.flt-bx input:focus {
    height: 40px;
    border-radius: 10px;
    font-size: 12px;
    color: #000;
    box-shadow: none;
    background: #eff6f7;
    border: 1px solid #bababa;
    outline: 0;
}
.flt-bx .form-group {
    position: relative;
    margin-top: 15px;
}
.flt-bx label {
    font-size: 75%;
    background: #eff6f7;
    padding: 0 5px;
    display: inline;
    position: absolute;
    top: -10px;
    left: 8px;
    font-weight: 500;
}
button.search-btn {
    background: #eca61f;
    border: 0;
    outline: 0;
    box-shadow: none;
    width: 100%;
    text-align: center;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 100%;
}
button.search-btn.resetbtn {
    border: 2px solid #eca61f;
    background: no-repeat;
    color: #eca61f;
}
.src_table {
    background: #b6bec3;
    padding: 15px;
    border-radius: 6px;
}
.src_table h5 {
    margin: 0;
    font-size: 88%;
    font-weight: 600;
}
.src_table_cont {
    background: #f6fbfb;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    border: 1.5px solid #c9cccc;
}
.src_table_cont span {
    font-size: 80%;
    font-weight: bold;
    color: #0f5757;
    display: block;
    line-height: 18px;
}
.src_table_cont small {
    font-size: 70%;
    color: #666;
    display: block;
}
.src_table_cont p {
    font-size: 80%;
    margin: 0;
    color: #000;
    line-height: 18px;
}
span.year {
    background: #daf2f2;
    text-align: center;
    padding: 6px;
    color: #555;
    width: 100px;
    margin: 0 auto;
}
span.m-s {
    color: #555;
}
.pagination {
    display: flex;
    gap: 5px;
}
.pagination a {
    padding: 8px 14px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}
.pagination a.active {
    background: #007bff;
    color: #fff;
}
.pagination a:hover {
    background: #f1f1f1;
}
nav.pagination_main a {
    font-size: 80%;
    box-shadow: none;
    outline: 0;
}
nav.pagination_main li.page-item.active a {
    background: #0f5757;
    border-color: #0f5757;
}
nav.pagination_main li.page-item.disabled a {
    background: #ffffff;
}
nav.pagination_main .page-link:hover {
    color: #0f5757;
}
.events-sec .events {
    padding: 0;
    border-radius: 14px;
    color: #fff;
}
.events-sec .events h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
}
.events-sec .card {
    background: transparent;
    color: #000;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
    border: 0;
}
.events-sec .card img {
    width: 100%;
    height: 123px;
    object-fit: cover;
}
.flexg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexg img {
    width: 22px !important;
    height: auto !important;
    align-items: center;
}
.events-sec .card-body {
    padding: 10px;
    background: #fff;
    margin-left: 15px;
    margin-top: -50px;
    border-radius: 10px;
    min-height: 115px;
    border-top-right-radius: 0;
}
.events-sec .card-body span {
    display: block;
    color: #374151 !important;
    font-family: "NotoSans-Bold";
    font-size: 100%;
}
#eventTabs {
    display: block;
}
.events-sec .card-body h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
a.btn-outline.viewall-button {
    background: #ffffff;
    padding: 8px 30px;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
}
a.btn-outline.viewall-button:hover {
    color: #fff;
}
.events-sec .card-body a {
    color: #1f2933;
   font-family: "NotoSans-Bold";
    text-decoration: none;
    font-size: 100%;
}
.events-sec .view-all {
    margin-top: 30px;
    text-align: center;
}
.events-sec .view-all a {
    background: #fff;
    color: #000;
    padding: 10px 24px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
}
section.events-sec {
    background: url(../images/bgindianmap.png) center bottom no-repeat;
    position: relative;
    padding: 50px 0px 59px 0px;
    background-size: cover;
}
.events-sec button.nav-link {
    color: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    font-weight: bold;
    font-size: 123%;
    padding: 0px 8px; font-family: "NotoSans-Bold";
}
.events-sec button.nav-link.active {
    background: transparent;
    color: #fff;
}
.events-sec ul li.nav-item {
    position: relative;
    display: inline-block;
}
.events-sec ul li.nav-item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    top: 4px;
    right: 0px;
}
.events-sec ul li.nav-item:last-child::before {
    display: none;
}
.events-sec .card-body h5 {
    font-size: 100%;
    min-height: 53px;    font-weight: 600;
}
.top-section {
    position: relative;
    margin-bottom: -457px;
    z-index: 2;
}
.ourBusiness {
    position: relative;
    background: #f1f1f1;
    display: flex;
    justify-content: left;
    align-items: end;
    max-height: 615px;
    padding-bottom: 60px;
}
.ourBusinessBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ourBusinessBg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #008747;
    opacity: 0.91;
}
.ourBusiness > .container {
    position: relative;
    z-index: 1;
}
.ourBusinessContent .imgWrap {
    width: 100%;
    max-width: 469px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 31px;
}
.Disclaimertext {
    font-size: 13px;
    font-weight: normal;
}
.bulletList {
    list-style-type: none;
    margin: 0;
}
.bulletList li {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
    padding-left: 18px;
    position: relative;
}
.bulletList li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #323232;
}
.bulletList.listWhite li {
    color: #fff;
}
.bulletList.listWhite li:before {
    background-color: #fff;
}
.ourBusinessContent .ctaWrap {
    margin-top: 14px;
}
.radialNavSvg {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}
.radialNav {
    transform: rotate(90deg);
    user-select: none;
    width: 612px;
    height: 612px;
    padding: 4px;
    border-radius: 100%;
    border: 2px solid #2c8283;
    position: relative;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
}
.radialNav > ul {
    position: relative;
    width: 600px;
    height: 600px;
    list-style-type: none;
    margin: 0;
    border-radius: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}
.radialNav:after {
    content: "";
    position: absolute;
    top: -18px;
    width: 0px;
    height: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 30px solid transparent;
    border-width: 0px 23px 30px;
    border-bottom-color: #2d8485;
}
.radialNav > ul:before {
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    border-radius: 100%;
    display: block;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
}
.radialNav > ul > li {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 6px;
    margin: 0 auto;
    width: 56.5%;
    height: calc(48% + 6px);
    background-color: #fff;
    clip-path: url("#radialPath");
    padding: 80px 20px 80px 20px;
    transform-origin: bottom center;
    transition: all 0.5s ease;
}
.radialNav > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #7f7f7f;
    transform: translateY(50%);
    transition: all 0.5s ease;
}
.radialNav > ul > li:after {
    content: "";
    position: absolute;
    bottom: 97px;
    width: 0px;
    height: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 20px solid transparent;
    border-width: 0px 14px 20px;
    border-bottom-color: #7f7f7f;
    transition: all 0.5s ease;
}
.radialNav > ul > li:last-child {
    padding-top: 40px;
}
.radialNav > ul > li .name {
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    font-weight: 700;
    font-size: 44px;
}
.radialNav > ul > li .number {
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: 500;
    color: #cccccc;
    opacity: 0.3;
    text-shadow:
        -2px -2px 0 #9fbcbc,
        2px -2px 0 #9fbcbc,
        -2px 2px 0 #9fbcbc,
        2px 2px 0 #9fbcbc,
        -4px -4px 0 #0f5c5c,
        4px -4px 0 #0f5c5c,
        -4px 4px 0 #0f5c5c,
        4px 4px 0 #0f5c5c;
    transform: rotate(-54deg);
    position: absolute;
    right: 24px;
    bottom: 60%;
    transition: all 0.5s ease;
}
.radialControl {
    width: 170px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    border-radius: 100%;
    border: 3px solid #fff;
    text-align: center;
    background: -moz-linear-gradient(180deg, #e8f3fb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(180deg, #e8f3fb 0%, #ffffff 100%);
    background: -o-linear-gradient(180deg, #e8f3fb 0%, #ffffff 100%);
    background: -ms-linear-gradient(180deg, #e8f3fb 0%, #ffffff 100%);
    background: linear-gradient(180deg, #e8f3fb 0%, #ffffff 100%);
    padding: 40px 10px 10px;
}
.radialControl h3 {
    font-size: 3rem;
    line-height: 1;
    color: #04a559;
    margin-bottom: 15px;
    letter-spacing: -0.6px;
}
.radialArrows {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    transform: rotate(-90deg);
    margin-left: 80px;
}
.radialArrows a {
    font-size: 13px;
    line-height: 18px;
    color: #2b8081;
    font-weight: 500;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #1a6263;
    display: flex;
    justify-content: center;
    align-items: center;
}
.radialArrows a:hover {
    background-color: #000;
    color: #fff;
}
.radialArrows a + a {
    margin-left: 4px;
}
.radialNav > ul > li.active {
    background-color: #2d8586;
}
.radialNav > ul > li.active:before {
    background-color: #96c2c2;
    box-shadow: 0px 0px 150px 10px rgba(0, 0, 0, 0.3);
}
.radialNav > ul > li.active:after {
    border-bottom-color: #96c2c2;
}
.radialNav > ul > li.active .name {
    color: #fff;
}
.radialNav > ul > li.active .number {
    color: #fff;
}
.radialNavContent {
    position: relative;
}
.radialNavContent .ourBusinessContent {
    transition: all 0.1s ease;
    opacity: 0;
    visibility: hidden;
}
.radialNavContent .ourBusinessContent.active {
    transition: all 0.1s ease 0.1s;
    opacity: 1;
    visibility: visible;
}
.radialNavContent .ourBusinessContent:not(.active) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.radialNavInner {
    transform: scale(0.7);
    width: 0;
    margin-left: -221px;
}
section.ourBusiness::before {
    content: "";
    position: absolute;
    background: url(../images/map-world.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.left-mrg {
    padding-left: 20%;
}
.graph-sec {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 378px;
}
.graph-sec img {
    width: 100%;
}
tspan {
    display: none;
}
div#map_holder {
    transform: scale(0.7);
    margin-left: -62px;
    margin-top: -90px;
}
div#map {
    width: 100% !important;
}
.main-card.mb-12.card.newmapfullbg {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 0 !important;
    height: 378px;
}
.main-section {
    position: relative;
    max-height: 450px;
    margin-top: -30px;
}
.main-section:before {
    background: #0f5757 url(../images/youth-conner.png) left top no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 32px;
    height: 74%;
    width: 100%;
}
.innermain-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}
.boxm {
    position: relative;
    margin-top: -40px;
}
.flexbox {
    display: flex;
    gap: 5px;
    color: #000;
    align-items: center;
    font-size:103%; font-weight: 600;
}
.flexbox img {
    width: 25%;
    height: 100%;
}
.youth-corner {
    flex: 2;
    color: #fff;
    position: relative;
}
.section-title {
    font-size: 25px;
    margin-bottom: 40px;
    animation: fadeSlideDown 1s ease forwards;
    margin-top: 65px;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.youth-corner h3 {
    display: inline-block;
    position: relative;
    font-size: 190%;    font-family: 'NotoSans-Bold';
}
.youth-corner h3:after {
    position: absolute;
    background: #fff;
    right: -65px;
    width: 50px;
    height: 2px;
    content: "";
    top: 60%;
}
.youth-corner .card {
    background: #f2f2f2;
    color: #222;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: unset;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;height: 100%;
}
.youth-corner .card img {
    width: 26%;
    transition: all 0.65s ease;
}
.youth-corner .card:hover img {
    transform: translateY(-5px);
}
.youth-corner .card span {
    font-size: 125%;
    font-weight: 700;
    text-align: center;
    font-family: "NotoSans-Bold";
}
.youth-corner .card:nth-child(1) {
    animation-delay: 0.2s;
}
.youth-corner .card:nth-child(2) {
    animation-delay: 0.3s;
}
.youth-corner .card:nth-child(3) {
    animation-delay: 0.4s;
}
.youth-corner .card:nth-child(4) {
    animation-delay: 0.5s;
}
.youth-corner .card:nth-child(5) {
    animation-delay: 0.6s;
}
.youth-corner .card:nth-child(6) {
    animation-delay: 0.7s;
}
.youth-corner .card i {
    font-size: 28px;
    color: #165c57;
}
.youth-corner .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}
.explore-section {
    flex: 1;
    background: #e0f8f8;
    padding: 30px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px #918c8c;
    margin-top: 26px;
}
.explore-card:nth-child(4) img {
    margin-right: 30px;
}
.explore-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.explore-card {
    background: #fff;
    padding: 11px;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 84%;
    font-weight: 600;
    transition: 0.3s ease;
    border: 1px solid #0f5757;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.explore-grid .explore-card{height: 100%;}
footer.text-white.pt-5 {
    position: relative;
    z-index: 999;
}
.explore-card:hover {
    background: #165c57;
    color: #fff;
    transform: scale(1.05);
}
.explore-card:hover .flexbox {
    color: #fff;
}
.explore-card:hover .flexbox img {
    color: #fff;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(5%)
        hue-rotate(216deg) brightness(104%) contrast(100%);
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo-carousel-wrapper {
    padding: 0px 0px 0px 0px;
}
.logo-carousel-wrapper button.owl-next {
    position: absolute;
    right: -35px;
    top: 10%;
}
.logo-carousel .item a {
    display: block;
    text-align: center;
}
.logo-carousel .item img {
    max-height: 70px;
}
.logo-carousel-wrapper button.owl-next span,
.logo-carousel-wrapper button.owl-prev span {
    font-size: 45px;
}
.logo-carousel-wrapper button.owl-prev {
    position: absolute;
    left: -35px;
    top: 18%;
}
.logo-carousel-wrapper .item img {
    width: 100%;
}
.logo-carousel-wrapper .item {
    padding: 10px 0px;
}
.logo-carousel-wrapper .owl-carousel .owl-nav button.owl-next,
.logo-carousel-wrapper .owl-carousel .owl-nav button.owl-prev {
    color: #0f5757;
}
.logo-carousel-wrapper .owl-carousel .owl-nav button.owl-next.disabled,
.logo-carousel-wrapper .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 1;
    color: #9fbcbc;
}
.footer-top {
    background: #2c2c2c url(../images/footer.png) right bottom no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 40px 0px 10px 0px;
}
.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
}
.footer-logo h6 {
    line-height: normal;
    text-transform: uppercase;
}
.logofootercont strong {
    font-size: 18px;
}
#footer-button-arrow {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
}
#footer-button-arrow img {
    height: 20px;
    top: 0px;
    position: relative;
}
.importantnotecard {
    background: #ffd5d4;
    padding: 15px;
}
.importantnotecard h6 {
    font-size: 100%;
    color: #92400e;
    font-family: 'NotoSans-Bold';
    display: flex;
    gap: 10px;
}
.importantnotecard p {
    margin-bottom: 0;
    font-family: 'Noto Sans';
    font-size: 100%;
    color: #92400e;
}
#footer-button-arrow.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.footer-logo span {
    color: #fff;
}
.footer-logo a {
    color: #fff;
    text-decoration: none;
    gap: 10px;
    display: flex;
    align-items: center;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo h5 {
    font-size: 120%;
}
.bg-black.text-white.py-3.footerbottom {
    float: left;
    width: 100%;
}
.col-lg-3.col-md-6.col-sm-4.secondcol {
    padding-left: 5%;
}
.footer-logo img {
    width: 45px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(5%)
        hue-rotate(216deg) brightness(104%) contrast(100%);
}
.footer-links h3,
.footer-right h3 {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 1px;
}
.footer-links a {
    transition: all 0.3s ease;
}
.footer-links a:hover {
    color: #9cff00 !important;
    padding-left: 5px;
}
.social-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}
.social-icons a {
    width: 35px;
    height: 35px; 
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease;
}
.social-icons a:hover {
    transform: translateY(-5px) scale(1.1);
}
.social-icons a:hover {
    transform: translateY(-6px) scale(1.15);
}
.social-icons a i {
    transition: transform 0.3s ease-in-out;
}
.social-icons a:hover i {
    transform: rotate(10deg);
    color: #a8ff00;
}
.visitors {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.8;
}
.chatbot-wrapper {
    position: sticky;
    right: 20px;
    bottom: 80px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 999;
    width: 190px;
}
.chatbot-btn {
    background: #a8dadc;
    color: #0f3d3e;
    padding: 7px 22px;
    border-radius: 30px 30px 0px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.chatbot-btn:hover {
    background: #90cfd1;
    transform: translateY(-3px);
}
.chatbot-icon {
    position: relative;
    width: 70px;
    margin-top: 30px;
    height: 70px;
    animation: float 3s ease-in-out infinite;
}
.chatbot-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.signal {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(255, 140, 0, 0.6);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: translateX(-50%) scale(0.5);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) scale(2);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .menu-toggle {
        display: block;
    }
    .nav {
        display: none;
    }
    .nav.active {
        display: block;
    }
    .nav ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav ul li {
        width: 100%;
        border-bottom: 1px solid #1d3c4d;
    }
    .nav ul {
        flex-direction: column;
        width: 100%;
    }
    .sub-menu {
        position: static;
        display: none;
        width: 100%;
    }
    .has-sub.active .sub-menu {
        display: block;
    }
    .hero-content h1 {
        font-size: 26px;
    }
    .search-box {
        flex-direction: column;
    }
    .search-box select,
    .search-box button {
        width: 100%;
        padding: 14px;
        border-left: none;
        border-top: 1px solid #ddd;
    }
}

.on_going_call_page .inner_banner_cont {
    position: relative;
    padding: 128px 0 50px;
}
.og_por_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.on_going_call_page .head-title {
    text-align: left;
}
.active-call {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.active-call p {
    font-size: 12px;
    text-align: left;
    margin: 0;
    color: #0f5757;
    font-weight: 500;
}
.active-call p span {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}
.active-call img {
    width: 26px;
    display: block;
    filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(2200%)
        hue-rotate(131deg) brightness(88%) contrast(91%);
}
span.file_bg {
    background: #cce1e0;
    padding: 7px;
    border-radius: 4px;
    margin-right: 10px;
}
button.reset-flt {
    border: 0;
    background: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin: 0;
}
.status-wrapper {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    margin: 24px 0 0;
}
.status-wrapper .status-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 260px;
    padding: 18px 22px;
    border-radius: 10px;
    font-size: 100%;
    font-weight: 600;
    cursor: pointer;
}
.status-wrapper .open {
    background: #0f5c57;
    color: #fff;
}
.status-wrapper .closing {
    background: #f4e1b5;
    color: #d97706;
}
.status-wrapper .closed {
    background: #e8b4b4;
    color: #b91c1c;
}
.status-wrapper .expand {
    background: #cfd6ea;
    color: #4f46e5;
}
.status-wrapper .status-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.status-wrapper .status-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.status-wrapper .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.status-wrapper .open .dot {
    background: #ffffff;
}
.status-wrapper .closing .dot {
    background: #f59e0b;
}
.status-wrapper .closed .dot {
    background: #b91c1c;
}
.closed-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
    font-size: 16px;
    z-index: 999;
}
.closed-dropdown a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 85%;
}
.closed-dropdown a:hover {
    background: #f5f5f5;
}
.status-card.active .closed-dropdown {
    display: block;
}
.form-group.keyword .fa {
    position: absolute;
    top: 13px;
    font-size: 14px;
    left: 14px;
}
.form-group.keyword input {
    padding-left: 35px;
}
.program-card {
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.program-card .tag {
    font-size: 90%;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 500;
}
.program-card .tag-primary {
    background: #d4ebe9;
    color: #0f5c57;
}
.program-card .tag-secondary {
    background: #dbe3f5;
    color: #24408e;
}
.program-card .date-box {
    background: #cfe3e3;
    border-radius: 10px;
}
.program-card .btn-view {
    background: #6fb2b0;
    color: #fff;
}
.program-card .btn-view:hover {
    background: #5aa19f;
    color: #fff;
}
.program-card .btn-apply {
    background: #0f5c57;
    color: #fff;
}
.program-card .btn-apply:hover {
    background: #0b4743;
    color: #fff;
}
.program-card h2 {
    font-size: 130%;
    margin: 0 0 8px !important;
    padding: 0;
}
.program-card p {
    font-size: 90%;
}
.date-box a {
    font-size: 90%;
    font-weight: 500;
}
.date-box strong {
    font-size: 85%;
    display: block;
}
.date-box small {
    font-size: 80%;
    display: block;
}
.dsp img {
    width: 18px;
    margin-right: 10px;
}
.dbt_bx .custom-card {
    background: #f6fbfb;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    height: 100%;
    border: 1px solid #d2d2d2;
    position: relative;
}
.dbt_bx .tag-badge {
    background: #cfe3e3;
    color: #0f5c57;
    font-weight: 600;
    font-size: 85%;
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}
.dbt_bx .card-title {
    color: #0f5c57;
    font-weight: 700;
    font-size: 100%;
}
.dbt_bx .card-desc {
    color: #333;
    font-size: 85%;
    font-weight: 500;
    margin: 0;
}
.dbt_bx .divider {
    border-top: 1px solid #9db5b5;
    margin: 20px 0;
}
.dbt_bx .btn-view {
    background: #145c58;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 90%;
}
.dbt_bx .btn-view:hover {
    background: #0f4a47;
    color: #fff;
}
.custom-card p {
    font-size: 85%;
    color: #000 !important;
}
.cl_bx {
    font-size: 85%;
    font-weight: 500;
    color: #000;
}
.cl_bx img {
    width: 26px;
    margin-right: 3px;
}
.cl_bx h6 {
    margin-bottom: 0;
    color: #4b5563;
    font-weight: 400;
    font-size: 90%;
}
.datespan{font-size: 110%;font-weight: 600;}
.custom-card p {
    font-size: 75%;
    color: #000 !important;
}
nav.pagination_main .page-link:hover {
    color: #ffffff;
    background: #000; height: 100%;
}
a.btn.btn-view {
    background: #000;
    color: #fff;
    display: inline-flex;
    gap: 10px;
    padding: 9px 30px;
    align-items: center;
}
.custom-card .divider {
    border-color: #0f5757;
}
.c_c_bx {
    position: relative;
    overflow: hidden;
    height: 133px;
}
select {
    appearance: auto !important;
}
span.filter-search img {
    width: 26px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(20%) saturate(1700%)
        hue-rotate(136deg) brightness(120%) contrast(95%);
}
.important-note {
    background: #cff5f4;
    padding: 15px;
    box-shadow: 0px 0px 10px #cbc3c3;
}
.important-note li {
    color: #0f5757;
    font-weight: bold;
}
.important-note ul {
    margin-bottom: 0px;
}
.card-custom {
    border: 1px solid #75bdbc;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #d6d0d0;
}
.bg-teal {
    background-color: #1f6f6a;
}
.text-teal {
    color: #1f6f6a;
}

.text-DarkBlueGray {
    color: #1f2933;
}
.badge-soft {
    background-color: #d1f2eb;
    color: #198754;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 500;
}
.sidebar-card {
    border-radius: 12px;
    border: 1px solid #75bdbc;
    box-shadow: 0 2px 6px #d6d0d0;
}
.btn-teal {
    background-color: #2d8f89;
    color: white;
}
.btn-teal:hover {
    background-color: #247974;
    color: white;
}
.info-g p {
    color: #000;
}
.greendots {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #0f5757;
    display: inline-block;
}
.info-g img {
    margin-right: 10px;
    width: 16px;
    height: auto;
}
.card-custom .bg-teal img {
    width: 30px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.card-custom p {
    font-size: 15px;
}
.bg-teal .mailinfo img {
    margin-right: 5px;
}
.mailinfo a {
    color: #fff;
}
.mailinfo a:hover {
    text-decoration: underline;
}
.bg-light-teal {
    background: #a7dbda;
}
.bg-light-gray {
    background: #e8ecf0;
}
.bg-light-green {
    background: #daf6e3;
    padding: 10px 15px;
    border-radius: 10px;
}
.bg-light-green span {
    color: #16a34a;
}
.bg-light-green .badge-soft {
    background-color: #16a34a;
    color: #ffffff;
    padding: 2px 18px;
    border-radius: 20px;
    font-weight: 500;
}
.bg-light-blue {
    background: #eff6ff;
    padding: 10px 15px;
    border-radius: 10px;
}
.bg-light-blue span {
    color: #1e40af;
}
.bg-light-gray {
    background: #edf1f5;
    padding: 10px 15px;
    border-radius: 10px;
}
.bg-light-gray span {
    color: #0f5757;
}
.sidebar-card small {
    color: #1f2933 !important;
    font-weight: 700;
}
.sidebar-card .bg-light {
    border-radius: 10px;
}
.main-card {
    border-radius: 14px;
    border: 1px solid #b7dad6;
    box-shadow: 0 2px 6px #d6d0d0;
    padding: 30px;
    background: #ffffff;
}
.main-card h4,
.outcome-card h4 {
    font-size: 22px;
    font-weight: 700;
}
.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #d7ecea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1e6f6b;
}
.remark-box {
    background: #eaf3f2;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #c5e0dd;
}
.outcome-card {
    background: #1e5f5c;
    border-radius: 14px;
    padding: 25px;
    color: #fff;
    box-shadow: 0 2px 6px #d6d0d0;
}
.outcome-item {
    background: #f1f4f3;
    border-radius: 10px;
    padding: 8px 18px;
    color: #000;
    margin-bottom: 15px;
}
img.savepr {
    width: 35px;
}
.card-block-v {
    background: #2d8586;
}
.card-block-v button.btn.btn-teal.w-100.lightealcolor {
    background: #76bcba;
}
.card-block-v .btn img {
    width: 20px;
}
.card-block-v button {
    font-weight: 700;
    font-size: 15px;
}
.outcome-item h5 {
    font-size: 15px;
}
.card.sidebar-card.p-4.mb-4.stats span {
    font-size: 15px;
    font-weight: 700;
}
.btn-teal {
    background: #1e5f5c;
    color: #fff;
    border-radius: 10px;
    padding: 12px 28px;
}
.btn-teal:hover {
    background: #174b49;
    color: #fff;
}
.read-more {
    color: #1e5f5c;
    font-weight: 500;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}
.outcome-item small {
    color: #2a8787 !important;
    font-weight: 700;
}
.section-card {
    border: 1px solid #5aa7a3;
    border-radius: 14px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 6px #d6d0d0;
}
.theme-text {
    color: #0f5c56;
}
.accordion-item {
    border: none;
    background: #edf3f2;
    border-radius: 12px !important;
    margin-bottom: 15px;
    overflow: hidden;
}
.accordion-button {
    background: #edf3f2;
    font-weight: 600;
    box-shadow: none !important;
    padding: 20px;
}
.accordion-button:not(.collapsed) {
    background: #e3eeee;
    color: #000;
}
.accordion-button::after {
    background-image: none;
    font-family: "bootstrap-icons";
    content: "\f285";
    transform: rotate(0deg);
    font-size: 18px;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.partner-sub {
    font-size: 14px;
    color: #288b8b;
    font-weight: 500;
    margin-top: 5px;
}
.dot {
    height: 10px;
    width: 10px;
    background: #0f5c56;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}
.card.card-custom h4 {
    font-size: 138%;
    font-weight: 700;
    vertical-align: middle; margin-bottom: 0; font-family: "Noto Sans";
}
.applynow-cardbtn a {
    display: block;
    text-align: center;
    background: #eca61f;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 138%;
}
.cont h6 {
    margin-bottom: 0;
}
.card.card-custom h5 {
    font-size: 22px;
    font-weight: 700;
}
#partnerAccordion .accordion-button::after {
    font-size: 18px;
    content: "\f105";
    color: #0f5757;
    font-family: "Font Awesome 6 Free";
    background-image: none;
}
.info-g {
    border-radius: 10px;
}
.main-card p {
    font-size: 15px;
}
#partnerAccordion .accordion-button {
    font-size: 15px;
}
#partnerAccordion .accordion-body {
    font-size: 15px;
}
.sidebar-card img {
    width:auto;
    margin-right: 5px;
    vertical-align: middle; max-width: 39px;
}
.section-card h4 {
    font-size: 22px;
    font-weight: 700;
}
.involved-partner .theme-text,
.researchdetail-information .theme-text {
    color: #288b8b;
}
.info-g h6 {
    font-weight: 700 !important;
}
.info-g {
    border-radius: 10px;
    background: #eaf3f4 !important;
}
section.dashboard_sec {
    position: relative;
    padding: 40px 0;
}
.das_flt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_das h1 {
    font-size: 28px;
    font-weight: bold;
    color: #0f5757;
    margin: 0;
}
.head_das ul {
    margin: 0;
    padding: 0;
}
.head_das ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.head_das ul li a,
.head_das ul li {
    position: relative;
    color: #000;
    font-size: 90%;
    text-decoration: none;
}
.head_das ul li a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #ccc;
    right: -10px;
    top: 3px;
}
.head_das ul li:last-child a::before {
    display: none;
}
.search_area {
    display: flex;
    justify-content: left;
    align-items: center;
}
.search_area .form-group {
    width: 360px;
    margin: 0 5px;
    padding: 0;
    position: relative;
}
.form-group select {
    font-size: 14px;
    height: 40px;
    color: #000;
    box-shadow: none;
    outline: 0;
    border: 1px solid #ccc;
}
.search_area .form-group label {
    background: #fff;
    padding: 0 4px;
    font-size: 14px;
    color: #000;
    margin-bottom: -10px;
    display: block;
    z-index: 99;
    position: relative;
    width: 103px;
    margin-left: 10px;
}
.src_btn button {
    background: #eca61f;
    height: 40px;
    border-radius: 5px;
    border: 0;
    width: 100px;
    text-align: center;
    margin: 0px 10px 0;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.src_btn {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 10px 0 0;
}
.src_btn a {
    background: #fff;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #eca61f;
    width: 100px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #eca61f;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.src_btn .fa,
.bak_sec a .fa {
    padding-right: 6px;
}
.src_btn button:hover,
.bak_sec a:hover {
    opacity: 0.8;
}
.src_btn a:hover {
    background: #eca61f;
    color: #fff;
}
.bak_sec {
    margin-top: 10px;
}
.bak_sec a {
    background: #0f5757;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #0f5757;
    width: 100px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_das ul li .fa {
    color: #0f5757;
}
.dashboard {
    margin: 50px auto;
    display: flex;
    gap: 25px;
}
.dashboard .card {
    flex: 1;
    padding: 15px 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
}
 
.card .top {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
}
.card .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
}
.card .number {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}
.projects {
    border: 1px solid #2a9d8f;
    background: #e6f3f1;
}
.projects .icon {
    background: #2a9d8f20;
    color: #2a9d8f;
}
.projects .top {
    color: #2a9d8f;
}
.budget {
    border: 1px solid #3a86ff;
    background: #eef4ff;
}
.budget .icon {
    background: #3a86ff20;
    color: #3a86ff;
}
.budget .top {
    color: #3a86ff;
}
.research {
    border: 1px solid #f4a261;
    background: #fff4ea;
}
.research .icon {
    background: #f4a26120;
    color: #f4a261;
}
.research .top {
    color: #f4a261;
}
.org {
    border: 1px solid #9d4edd;
    background: #f4ecfb;
}
.org .icon {
    background: #9d4edd20;
    color: #9d4edd;
}
.org .top {
    color: #9d4edd;
}

@media (max-width: 992px) {
    .dashboard {
        flex-wrap: wrap;
    }
    .card {
        flex: 1 1 45%;
    }
}

@media (max-width: 600px) {
    .card {
        flex: 1 1 100%;
    }
}

.chart-sec .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.chart-sec .card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.chart-sec .card h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}
.chart-sec canvas {
    width: 100% !important;
    height: auto !important;
}
.chart-sec .disclaimer {
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}
.chart-sec .disclaimer b {
    font-weight: 700;
    color: #000;
}

@media (max-width: 992px) {
    .chart-sec .grid {
        grid-template-columns: 1fr;
    }
}

.chart-sec .card.projects:nth-child(1) {
    background: #ebf9fa;
}
.chart-sec .card.budget:nth-child(2) {
    background: #f7fafe;
}
.chart-sec .card.research:nth-child(3) {
    background: #fffbf5;
}
.chart-sec .card.org:nth-child(4) {
    background: #faf6ff;
}
.chart-sec .chart-second canvas {
    width: 60% !important;
    height: auto !important;
    margin: 0 auto;
}
.events-sec .tab-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 0px 10px 10px 10px;
    margin-top: 0px !important;
    margin-bottom:0px !important;
    min-height: 307px;
    border-top-right-radius: 0;
}
.card-wrap.eventtabbox{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.events-sec button.nav-link.active {
        background: #fff;
    color: #1f2937;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
}
.events-sec ul li.nav-item::before {
    display: none;
}
.events-sec ul li.nav-item {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
a.btn-outline.btn.viewall-button.viewtext-button {
    background: #fff;
    padding: 8px 10px;
    color: #1f2937;
    border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;    margin-top:9px; font-size: 100%; font-family:"NotoSans-Bold";
}
.viewtext-button {
    color: #fff;
}
.viewtext-button:hover {
    color: #eb4432 !important;
}
.events-sec .card-body {
    margin-top: 0px !important;
}
.events-sec .card .card-img-top {
    height: 135px !important;
}
.events-sec .card-body {
    margin-left: 0px !important;
}
 
.flexsech {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.focus img {
    max-height: 397px;
    border: none !important;
    box-shadow: 0px 0px 10px #ddd;
}
.hero-slider img {
    width: 100%;
}
.left-mrg {
    padding-left: 0px !important;
}
.radialNavInner {
    transform: scale(0.5);
    width: 0;
    margin-left: 0px;
}
.ourBusiness {
    position: relative;
    background: #f1f1f1;
    display: inherit;
    justify-content: left;
    align-items: end;
    max-height: 615px;
    padding-bottom: 54px;
    padding-top: 45px;
}
div#maps-1 {
    transform: scale(1.2);
    margin-top: 268px;
    margin-left: -154px;
}
.radialNavWrap {
    margin-top: -130px;
}
.Disclaimertext {
    font-size: 12px;
    font-weight: normal;
}
.Disclaimertext {
    font-size: 12px;
    font-weight: normal;
}
.explore-section h3 {
    font-size: 150%;
    margin-bottom: 20px;
    color: #165c57;
}
.explore-section {
    padding: 24px;
}
.main-section:before {
    height: 79%;
}
.radialNavInner {
    transform: scale(0.5);
    width: 0;
    margin-left: 0px;
}
.radialArrows {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    transform: rotate(0deg);
    margin-left: 0px !important;
    vertical-align: middle;
    width: 100%;
}
.radialArrows a + a {
    margin-left: 44px;
}
.radialArrows a {
    font-size: 13px;
    line-height: 20px;
    color: #2b8081;
    font-weight: 500;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #1a6263;
    display: flex;
    justify-content: center;
    align-items: center;
}
.radialNav > ul {
    position: relative;
    width: 600px;
    height: 600px;
    list-style-type: none;
    margin: 0;
    border-radius: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 7px solid #cfcfcf;
}
.category-sec ul li img {
    width: auto;
    display: block;
    margin: 0 auto 6px;
    height: 25px;
    position: relative;
    z-index: 1;
}
.radialNav:after {
    top: -30px;
}
.category-sec ul li a:after {
    width: 30px;
    height: 30px;
    background: #dfdfe2;
    border-radius: 100%;
    position: absolute;
    content: "";
    top: -5px;
    z-index: 0;
    margin-left: -25px;
}
.events .nav {
    width: auto;
}
.focus p {
    line-height: normal;
}
.radialNav > ul {
    border: none;
}
.radialNav {
    transform: rotate(90deg);
    user-select: none;
    width: 612px;
    height: 612px;
    padding: 4px;
    background: #c4c1c1;
    border-radius: 100%;
    border: 3px solid #2c8283;
    position: relative;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
}
.radialControl {
    width: 170px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    border-radius: 100%;
    border: 3px solid #fff;
    text-align: center;
    background: -moz-linear-gradient(180deg, #efefef 0%, #efefef 100%);
    background: -webkit-linear-gradient(180deg, #efefef 0%, #efefef 100%);
    background: -o-linear-gradient(180deg, #efefef 0%, #efefef 100%);
    background: -ms-linear-gradient(180deg, #efefef 0%, #efefef 100%);
    background: linear-gradient(180deg, #efefef 0%, #efefef 100%);
    padding: 40px 10px 10px;
}
.main-card {
    border-radius: 5px;
}
.section-wrap {
    position: relative;
}
.section-wrap {
    position: relative;
}
.top-section {
    position: absolute;
    margin-bottom: 0px;
    top: -29px;
    width: 100%;
}
.focus {
    border-radius: 10px;
}
.main-section:before {
    height: 404px !important;
}
.main-section:before {
    top: 0px;
}
.boxm {
    margin-top: 0px;
}
.explore-section {
    margin-top: 0px;
}
.main-section {
    position: relative;
    margin-top: 0px;
}
.flexbox img {
    width: 41px !important;
}
.ourBusiness {
    max-height: inherit !important;
    padding-bottom: 0px !important;
}
.itembox {
    padding: 15px;
    height: 85px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    justify-content: center;
}
.about {
    min-height: 142px;
}
.boxm h3:after {
    display: none;
}
section.ourBusiness h3 {
    font-size: 150%;
    color: #165c57;
}
.explore-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 95% !important;
}
.explore-section {
    padding: 24px;
    padding-right: 5px !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: -300px;
    margin-top: 0px;
    display: none;
    position: absolute;
    padding: 0px !important;
    white-space: normal !important;
    width: 100% !important;
}
.dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.dropdown-menu a {
    padding: 10px 15px !important;
    display: inline-block;
    width: 100%;
    white-space: normal;
    border-bottom: 1px solid #484545;
}
.mega-menu {
    width: 300px;
    left: 0;
}
.active-call-rec h5 {
    margin: 0;
    font-size: 14px;
    color: #0f5c57;
    text-align: center;
}
.active-call-rec h5 span {
    display: block;
}
.active-call-rec h5 span {
    font-weight: bold;
    font-size: 18px;
}
.grass_inv .heading-2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.inv-details {
    background: #ebf6f6;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #ccc;
}
.inv-details p {
    font-size: 101%;
    color: #0f5757;
    text-align: justify;
     font-weight: 500;
}
.incub_bx span.tag-badge {
    background: #0f5c57;
    color: #fff;
}
.incub_bx .c_c_bx {
    height: auto;
}
.key-cont {
    padding: 20px;
    background: #edf1f5;
    border-radius: 10px;
    min-height: 226px;
}
.inf .fa {
    width: 30px;
    height: 30px;
    background: #a7dbda;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f5c57;
    font-size: 14px;
    margin-right: 10px;
}
.inf {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}
.inf h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.inf h5 span {
    display: block;
    font-size: 12px;
    color: #329b9b;
}
.cont_info_bx span {
    display: block;
    font-size: 12px;
    color: #329b9b;
}
.cont_info_bx p {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
p.eng_sci {
    color: #a7dbda !important;
}
.cl_bx.cl_f span {
    display: block;
    font-size: 12px;
    color: #868686;
}
.cl_bx.cl_f p {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.cl_bx.cl_f span .fa {
    color: #145c58;
}
.incub_bx .ft_bx .divider {
    border-color: #a8d8db !important;
}
.expandicon {
    position: fixed;
    right: 90px;
    z-index: 9999;
    top: 55%;
    display: none;
}
.circle-bg {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #1f2933;
    color: #fff;
    font-size: 22px;
    position: absolute;
    z-index: 100;
    transition: 0.3s ease;
}
.expandicon.active .circle-bg {
    transform: rotate(45deg);
}
.outer-icons {
    position: absolute;
    top: 0;
    left: 0;
}
.outer-icons a {
    position: absolute;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}
.expandicon.active .outer-icons a {
    opacity: 1;
}
.expandicon .icon1 {
    transform: translate(-9px, -88px) scale(1);
}
.expandicon .icon2 {
    transform: translate(40px, -50px) scale(1);
}
.expandicon .icon3 {
    transform: translate(21px, 22px) scale(1);
}
.expandicon .icon4 {
    transform: translate(-82px, -21px) scale(1);
}
.expandicon .icon5 {
    transform: translate(-47px, 32px) scale(1);
}
.expandicon .icon6 {
    transform: translate(-71px, -80px) scale(1);
}
.icon1 {
    background-image: url("../images/opportunity-icon.jpeg");
}
.icon2 {
    background-image: url("../images/submitdata-icon.jpeg");
}
.icon3 {
    background-image: url("../images/social-icon.jpeg");
}
.icon4 {
    background-image: url("../images/feedback-icon.jpeg");
}
.icon5 {
    background-image: url("../images/infocus-icon.jpeg");
}
.icon6 {
    background-image: url("../images/dashboard-icon.jpeg");
}
.selectbox-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectbox-block select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px;
}
@media print {
    /* Hide all common header/footer elements */
    header,
    footer,
    .header,
    .footer,
    .navbar,
    .no-print {
        display: none !important;
    }

    /* Optional: remove extra margins/padding for printing */
    body {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Make main content full width */
    main,
    .content,
    #content {
        width: 100% !important;
    }
}

.event-block-section .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-block-section .grenbgbutton {
    padding: 8px 10px;
    width: 100%;
}
.dbt_bx li a {
    color: #000000;
    font-size: 14px;
    position: relative;
}

.dbt_bx li a:before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
}

.dbt_bx .pagination li a:before,
.dbt_bx nav.pagination_main li a:before {
    content: none !important;
}

.dbt_bx li a {
    text-decoration: none;
    display: block;
    padding: 12px 15px;
    background-color: #f4f6f9;
    text-decoration: none;
    color: #333;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 10px;
    border-bottom: 3px solid #ddddddc7;
}
.infocus-card{
    background:#3e4a57;
    border-radius:12px;
    padding:20px;
    color:#fff;
}

.infocus-img{
    background:#fff;
    border-radius:8px;
    padding:0px;
}

.infocus-img img{
    width:100%;
    border-radius:6px;
}

.infocus-title{
    font-size:22px;
    font-weight:600;
}

.infocus-subtitle{
    font-size:18px;
    margin-top:5px;
    font-weight:500;
    line-height: 22px;
}

.infocus-text{
    font-size:14px;
    margin-top:10px;
    color:#e5e5e5;
}

.btn-green {
    background: transparent;
    color: #89a303;
    font-weight: 500;
    border: 1px solid #89a303;
    transition: all 0.5s;
}
.btn-green:hover {background: #89a303;}

.btn-orange{
    background:#f5a623;
    border:none;
    color:#fff;
    font-weight:500;
    background-image: linear-gradient(to bottom right, #f5a315, #78a300);
}

.news-card {
    display: flex !important;
    align-items: center;
    flex-wrap: inherit;
}

.news-img img{
width:100%;
border-radius:10px;
}

.news-title{
font-size:135%;
font-weight:600;   
margin-bottom:10px;
    color: #000;
        line-height: 25px;
}

.news-desc{
color:#838383;
line-height:1.1;
    font-size: 80%;
}

.news-meta {
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
    display: flex;
    color: #1f2933 !important;
   
}

.view-all{
margin-top:15px;
font-weight:600;
font-size:18px;
}
.events .owl-dots{display: flex;justify-content: center;align-items: center;    margin: 20px 0 0;}
.events .owl-dots button span {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 30px;
    display: block;
    margin: 0 2px;
}
.events .owl-dots button.active span{background: #333;}
.events .mn_s a {
    color: #1f2933;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;    padding: 0 !important;
}
.col-md-4.news-img img {
    height: 200px;
}
.news-meta div {
    display: flex;
    justify-content: left;
    align-items: center;
}
.datehightlight {
    font-size: 100%;
    color: #374151;
    font-family: 'NotoSans-Bold';
    gap: 5px;
}
.news-meta div img {
    width: 22px !important;
}
.flexsech a {
    font-size: 16px;
}
.about h6 span {
    width: 8px;
    height: 8px;
    background: #1f2937;
    display: inline-block;
    border-radius: 10px;
    margin-right: 2px;
}
.updates span {color: #fff; margin: 0;}
.dashboard{background:linear-gradient(135deg,#1d2a36,#253747);border-radius:25px;padding:40px 30px;color:#fff;overflow: hidden;}
.dropdown-menu.mega-menu a.dropdown-item {font-size: 100% !important;}
.dashboard .overview-badge{
background:#3a4753;
padding:8px 18px;
border-radius:25px;
display:inline-block;
font-size:14px;    color: #f5a623;
}

.dashboard .overview-badge span{
color:#f5a623;
margin-right:6px;
}

.dashboard .main-title{
font-size:42px;
font-weight:700;
color:#ffb02e;
margin-top:20px;
}

.dashboard .card-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 220px;
    margin: 12px 0;
}

.dashboard .dashboard-chart-card {
    height: 310px !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dashboard .dashboard-fullscreen-card {
    position: relative;
}

.dashboard .dashboard-fullscreen-card .card-title {
    padding-right: 38px;
}

.dashboard .chart-fullscreen-btn {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(29, 42, 54, .12);
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(29, 42, 54, .12);
    color: #546170;
    display: flex;
    font-size: 10px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
    width: 22px;
    z-index: 6;
}

.dashboard .chart-fullscreen-btn:hover,
.dashboard .chart-fullscreen-btn:focus {
    background: #1d2a36;
    border-color: #1d2a36;
    box-shadow: 0 5px 14px rgba(29, 42, 54, .22);
    color: #fff;
    transform: translateY(-1px);
}

.dashboard .dashboard-fullscreen-card:fullscreen {
    background: #fff;
    border-radius: 0;
    height: 100vh !important;
    margin: 0;
    overflow: auto !important;
    padding: 32px;
    width: 100vw;
}

.dashboard .dashboard-fullscreen-card:fullscreen .card-title {
    font-size: 24px;
    margin-bottom: 18px;
    padding-right: 44px;
}

.dashboard .dashboard-fullscreen-card:fullscreen .dashboard-chart-box,
.dashboard .dashboard-fullscreen-card:fullscreen .dashboard-chart-link {
    flex: 1 1 auto;
    height: calc(100vh - 125px) !important;
}

.dashboard .dashboard-chart-box,
.dashboard .dashboard-chart-link {
    height: 220px;
    flex: 0 0 220px;
    min-height: 0;
    position: relative;
}

.dashboard .card-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

.dashboard .chart-box{
height:220px;
}

.dashboard .map-img{
width:100%;
height:200px;
object-fit:contain;
}
div#maps-1 {
    transform: scale(0.5);
    transform-origin: center center;
    margin: 0;
}
.dashboard .chart-box {
    height: 155px;
}
.ind_mp_sec {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.ind_mp_sec .card-title {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}
.ind_mp_sec .india-map {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ind_mp_sec .india-map .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
}
.dashboard-fullscreen-card:fullscreen .ind_mp_sec {
    height: 100%;
}
.dashboard-fullscreen-card:fullscreen div#maps-1 {
    transform: scale(1);
    transform-origin: center center;
    margin: 0;
}
/* Map zoom controls */
.map-zoom-controls {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.map-zoom-btn {
    width: 26px;
    height: 26px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #165c57;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: background 0.15s;
}
.map-zoom-btn:hover {
    background: #165c57;
    color: #fff;
    border-color: #165c57;
}
.cardtitle:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    background: #1d2630;
    left: -5px;
    top: 0px;
    border-radius: 0.375rem;
}
.card.cardtitle .card-body {
    padding: 20px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 0.375rem;
}
.card.cardtitle {border: none;}
.cardtitle h2 {font-size: 22px;  font-family: "NotoSans-Bold";color: #1f2933;}
.idbox {border: 1px solid #afd5d4; border-radius: 5px; text-align: center; font-size: 25px; font-weight: 500;  color: #0f5757;}
.idbox span{color: #000;}
.card_in {background: #f2f7f8; padding: 1rem 1.2rem; border-radius: 10px; border: 1px solid #afd5d4;}
span.boldtitle {font-weight: bold; font-size: 1.2rem;     padding-left: 5px;}
label.titilebox span {width: 25px; height: 25px; background: #000; border-radius: 100%; display: inline-block; text-align: center; padding: 4px; line-height: 15px;}
label.titilebox span img {width: auto; height: 100%;}
label.titilebox {font-size: 17px; font-weight: bold;}
.detailsbox h4 {position: relative; font-size: 25px !important; padding-left: 20px; margin-top: 10px; margin-bottom: 10px; color: #0f5757; font-weight: 600 !important;margin-bottom: 10px!important;}
.detailsbox h4:after {position: absolute; content: ""; width: 15px; height: 15px; background: #000;  left: 0; top:8px;  border-radius: 100%;   }
.pr-3 {padding-right: 20px;}
.detailsbox ul {margin: 0; padding: 0;}
.detailsbox ul li {display: flex; flex-wrap: wrap;}
.detailsbox ul li:last-child {padding-bottom: 0;}
.detailsbox ul li .list img{width: 20px; margin-right: 5px;}
.detailsbox ul li .list {margin-right: 10px; font-size: 16px; color: #0f5757; margin-bottom: 5px; }
.patientRow {display: flex; gap: 20px;}
.patientRow span {background: #f4f2f2; text-align: center; padding: 5px 10px; flex: 1 0 0;font-family: "NotoSans-Bold";}
.patientRow span b{color:#2a8787;}

@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { 
.overlay h2{font-size: 2rem;}
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {   
nav ul li a {font-size:100%!important;}
}

.refrenceList li{list-style: none; align-items: center; margin-bottom:0px; position: relative; background: #eaf3f4; padding:10px 20px 10px 40px;border-radius: 10px;}
.detailsbox .mainH h4{padding-left: 0;}
.detailsbox .mainH h4:after{display: none;}
ul.refrenceList {padding: 0; margin: 0;row-gap: 10px; display: grid;}
ul.refrenceList li a{color:#000000; font-family: "NotoSans-Bold"; display: block;}
ul.refrenceList li a small {display: block; color: #1f2933; opacity: .6; font-size: 80%;}
.refrenceList li:after {position: absolute; content: ""; width: 15px; height: 15px;background: #000; border-radius: 100%; top: 15px; left: 15px;}
.refrenceList li:before {position: absolute; content: ""; width: 15px;height: 25px; background: url(../images/arrowright.png);
border-radius: 100%; top: 50%; transform: translateY(-50%); right: 15px; background-size: 100% 100%;}
.viewallrow {text-align: right; margin:0px 0 10px;}
.viewallrow a {font-family: "NotoSans-Bold"; color: #000;}
.card.sidebar-card.outputbox {background: #1f2933;}
.technologies .card.sidebar-card.outputbox {background: #64748b;}
.outputbox h5.mb-3 {color: #fff;}
.outputbox small.text-muted {color: #1f2933 !important; font-size: 15px; font-family: "Noto Sans";font-weight: 600;}
.outputbox .fw-semibold{color: #000 !important; font-size: 19px; font-family: "NotoSans-Bold"; font-family: "NotoSans-Bold"; line-height: 1.3;}
.outputlist {display: grid; row-gap: 20px;}
.rightsidebutton a {background: linear-gradient(45deg, #136262, #287c76); border: none; width: 100%; display: block;}
.pdfbtn{ background: linear-gradient(45deg, #1b9032, #4cb636);}
.sharebtn{ background: linear-gradient(45deg, #2954db, #3896f3);}
.bottombtn .btn img {height: 22px;  width: auto; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);} 
.bottombtn .btn {font-size: 12px; width: 100%; padding:15px 10px;color: #fff;}
.bottombtn .btn {font-size: 12px;}
.bottombtn .btn img {margin-left: 5px;}
.row.bottombtn .col-md-4 {padding-right: calc(var(--bs-gutter-x) * 0.2); padding-left: calc(var(--bs-gutter-x) * 0.2);}
.row.bottombtn { margin-right: calc(-0.2 * var(--bs-gutter-x));  margin-left: calc(-0.2 * var(--bs-gutter-x));}
.outputbox .scroll-xm::-webkit-scrollbar {width: 8px;}
 .outputbox .scroll-xm::-webkit-scrollbar-track {background: #d5d5d5;}
.outputbox .scroll-xm::-webkit-scrollbar-thumb {background: #919191!important;border-radius: 10px;}
.outputbox .scroll-xm::-webkit-scrollbar-thumb:hover {background: #919191;}
/* Firefox */
.outputbox .scroll-xm {scrollbar-width: thin; scrollbar-color: #919191 #d5d5d5;}
/* Sidebar */
.sidebar {background: #fff; border-radius: 0;padding: 18px;box-shadow: 0 4px 20px rgba(0,0,0,0.06);}
/* Header */
.sidebar-header {display: flex;justify-content: space-between;align-items: center;}
.sidebar-header h5 {font-weight: 600;font-size: 22px;}
.sidebar-header h5 img {width: 20px;margin-right: 2px;}
.active-badge {color: #fff; font-size: 12px; padding: 4px 14px; border-radius: 20px; background-image: linear-gradient(to right, #5666e0, #4382ec);}
/* Search */
.search-box2 input {border-radius: 10px;height: 42px;}
/* Labels */
.filter-label {font-size: 12px;font-weight: 600;color: #6c757d; margin-bottom: 6px;text-transform: uppercase;}
/* Select */
.custom-select {border-radius: 10px; height: 45px;font-size: 14px;}
/* Buttons */
.btn-apply {background: linear-gradient(90deg,#5b6cff,#3b4bff);color: #fff;border-radius: 10px;height: 45px;}
.btn-reset {background: #f8dede;border-radius: 10px;height: 45px;}
/* Active Summary */
.summary-box {background: #f8f9fc;border-radius: 10px;padding: 10px;font-size: 13px;}
.summary-item {display: flex;justify-content: space-between; padding: 6px 0;}
.dot {width: 8px;height: 8px; border-radius: 50%;  display: inline-block; margin-right: 6px;}
.blue { background:#4c63ff; }
.green { background:#2ecc71; }
.orange { background:#f39c12; }
select.form-select.custom-select {appearance: none !important;}
section.das-sec {position: relative; padding: 0px 0;}
.sidebar-header h5 small { font-size: 14px; font-weight: normal;}
.das-sec .container-fluid {width: 100%; padding: 0;}
.search-box2 {position: relative; border-bottom: 1px solid #f2f2f2;  padding-bottom: 20px; margin-bottom: 20px;}
.search-box2 input {background: #f9fafc; border-color: #e3e8f2; padding-left: 40px; font-size: 14px;}
img.srch {position: absolute; top: 14px; width: 16px; left: 14px;}
button.clos {border: 0; outline: 0; box-shadow: none; position: absolute; right: 14px; top: 8px; background: transparent;}
button.clos img{width: 10px;}
.bg-section {position: relative; padding: 40px 0;}
small.text-primary, .text-success, .text-warning {background: #eff4ff; padding: 1px 15px; border-radius: 5px; font-size: 12px;   display: inline-block; line-height: 20px; margin-bottom: 9px;}
.sect_bx .filter-label img {width: 18px; margin-right: 4px; filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(2260%) hue-rotate(210deg) brightness(98%) contrast(103%);}
.checkbox-inline-group .form-check {margin: 5px 15px; font-size: 14px;padding: 6px;}
.checkbox-inline-group {border-bottom: 1px solid #f2f2f2; padding-bottom: 8px;}
ul.year-list {margin: 10px 0; padding: 0;  display: grid; grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); gap: 5px;    border-bottom: 1px solid #f2f2f2; padding-bottom: 18px;}
ul.year-list li {list-style-type: none; display: block; font-size: 12px; border: 1px solid #ccc; padding: 3px 5px; border-radius: 30px;    text-align: center;}
ul.year-list  li:first-child{background-color: #12b57e;color: #fff;}
ul.year-list  li:nth-child(2){border-color: #12b57e;color: #12b57e;}
ul.year-list  li:nth-child(3){border-color: #12b57e;color: #12b57e;}
.flt-btn button{font-size: 14px;}
.flt-btn {border-bottom: 1px solid #f2f2f2; padding-bottom: 20px;}
.suc .text-success {background: #e6fff6;}
.suc .filter-label img {  filter: brightness(0) saturate(100%) invert(36%) sepia(99%) saturate(362%) hue-rotate(100deg) brightness(95%) contrast(89%);}
.war .text-warning {background: #fff9ee;}
.war .filter-label img {filter: brightness(0) saturate(100%) invert(76%) sepia(65%) saturate(1254%) hue-rotate(348deg) brightness(101%) contrast(108%);}
button.btn.btn-light.export-btn {background: #f9fafc; border: 1px solid #ccc; font-size: 12px; color: #919191 !important;}
.card-header { background: transparent; display: flex; justify-content: space-between; align-items: center; border: 0; font-size: 14px; font-weight: bold; text-transform: uppercase;}
.card.custom-card {border-color: #e3e8f2; transition: all 0.5s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);    margin-bottom: 25px;}
h2.mn-title {font-weight: bold; font-size: 22px; margin-bottom: 15px;}
p.dis-text {font-size: 14px; margin: 0;}
.searchdata-table table { margin: 0;padding: 0;width: 100%;table-layout: fixed;  border-collapse: separate; border-spacing: 0 30px;}
.searchdata-table thead tr {background: #b6bec3!important;}
.searchdata-table table caption {font-size: 1.5em;margin: .5em 0 .75em;}
.searchdata-table table tr {background-color: #f8f8f8;border: 1px solid #ddd;padding: .35em;box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
.searchdata-table table th,.searchdata-table table td {padding: .85em;text-align: left;    vertical-align: middle;}
.searchdata-table table th {font-size: 1.01em;color: #000; font-family: "NotoSans-Bold";}
.searchdata-table table th:first-child,.searchdata-table table td:first-child {overflow: hidden; border-radius: 5px 0 0 5px !important;}
.searchdata-table table th:last-child,.searchdata-table table td:last-child {overflow: hidden; border-radius: 0px 5px 5px 0px !important;}
.searchdata-table table td {font-size: .85em;color: #000; font-weight: 500; background-color: #f6fbfb;border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.searchdata-table table td:last-child {border-right: 1px solid #ddd;}
.searchdata-table table td:first-child {border-left: 1px solid #ddd;}
.titlerow {display: flex; gap: 20px; align-items: center;}
.award-category ul {margin: 30px 0 0; padding: 0;}
.award-category ul li .award-category-title {display: flex; align-items: center;}
.award-category ul li {list-style: none; border-bottom: 1px solid rgba(15,87,87,.4);margin-bottom: 20px;}
.award-category ul li .award-category-title .bg-teal {border-radius: 10px !important; padding: 0;}
.award-category ul li .award-category-title .bg-teal img {width: 100%; height: auto;}
.award-category ul li .award-category-title h4 {font-size: 20px;}
.award-category ul li .award-category-title span.subtitle{color:#1f2933; opacity: .6;font-size: 16px; font-weight: 700; }
.award-category ul li p {color: #000; font-size: 20px;font-weight: 500;line-height: 1.3;margin-top: 10px;}
.award-category ul li:last-child { margin-bottom: 0; border-bottom: 0;}
.award-highlightslist ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 10px;
}
.award-highlightslist ul li {
    background: #fff;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    position: relative;
}
.award-highlightslist ul li:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #0f5757;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
.fulllinktab a {
    position: relative;
    padding: 15px 20px;
    display: block;    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.fulllinktab a:after {
    position: absolute;
    content: "";
    content: "\f107";
    font-family: FontAwesome;
    right: 10px;
    transform: translateY(-50%) rotate(270deg);
    top: 50%;
    font-size: 30px; color: #0f5757;
}
.viewallrowrightside {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.viewallrowrightside a{color: #000; font-weight: 700;}
.viewallrowrightside a i{color: #0f5757;}
span.highlightText {
    background: #daf2f2;
    padding: 5px 20px;
}
span.fullmob a {color: #1f2937;font-size: 19px;}
span.fullmob.statebox {
    font-weight: bold;
    font-family: NotoSans-Bold;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
.searchdata-table table {border: 0;}
.searchdata-table table caption {font-size: 1.3em;}
.searchdata-table table thead {border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;  }
.searchdata-table table tr {border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em;}
.searchdata-table  table td {border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: right;}
.searchdata-table table td::before {content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase;  }
.searchdata-table table td:last-child {border-bottom: 0;}
span.fullmob {
    display: block;
    text-align: left;
    margin-top: 20px;
}
}

section.inner-banner.research-banner::before,section.inner-banner.funding-banner::before,section.inner-banner.org-banner::before,section.inner-banner.prog-banner::before,section.inner-banner.fellow-banner::before,section.inner-banner.inno-banner::before,section.inner-banner.techno-banner::before {display: none;}

section.inner-banner.research-banner img,section.inner-banner.funding-banner img,section.inner-banner.org-banner.inner-banner img,section.inner-banner.prog-banner img,section.inner-banner.fellow-banner img,section.inner-banner.inno-banner img,section.inner-banner.techno-banner img {width: 100%;}

section.inner-banner.research-banner{ background: #2f7d32;}
section.inner-banner.funding-banner{ background: #ea7a1f;}
section.inner-banner.org-banner{ background: #162f6a;}
section.inner-banner.prog-banner{ background: #3730a3;}
section.inner-banner.fellow-banner{ background: #c9a227;}
section.inner-banner.techno-banner{ background: #64748b;}
section.inner-banner.inno-banner{ background: #b45309;}
.overlayinheader .inner_banner_cont{padding:10px ;}






.overlayinheader {position: absolute; top: 50%; width: 100%; transform: translateY(-50%);}
  


#foundingPie {
    width: 120%;
    margin-top: -120px;
    margin-left: -25px;
}
 text.highcharts-credits{display: none!important;}
 #foundingPie tspan{display: block;}
 #foundingPie g.highcharts-exporting-group,#barChartinnovation g.highcharts-exporting-group{display: none;}
.overflow-hidden {overflow: hidden;}
#foundingPie rect.highcharts-background {
    fill: transparent;
}
#foundingPie .highcharts-data-label.my-custom-label text {
    font-size:8px!important;
    font-weight: normal !important;
}


#Schemesbar{ width: 100%; height: 180px;}
#barChartinnovation{width: 100%; height: 180px;}
#Schemesbar g.highcharts-exporting-group{display: none;}

.view .dbt_bx .card-title {
    color: #1f2937;
    font-size: 125%;
    font-family: "NotoSans-Bold";
}
.view .custom-card p{font-size: 100%;}
.purposelisting {
    padding: 20px;
    background: #edf1f5;
    border-radius: 10px;
}
.purposelistingcontent{font-size:98%; font-family: "NotoSans-Bold"; color: #0f5757;}
.purposelistingcontent strong{color: #2a9797;}
.purposelistingcontent span{font-family: "NotoSans-Bold";}
.view .dbt_bx .btn-view{background-color: #9da405!important;font-family: "NotoSans-Bold"; font-size: 100%;}


li.page-item {
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff !important;
    display: flex;
    align-items: center;    overflow: hidden;
}
li.page-item span.page-link {
    background: none;
    border: none;
}
li.page-item a.page-link {
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}
li.page-item.active span.page-link {
    background: #000;
    padding: 12px 15px;
}
li.page-item .page-link i.fa {
    color: #2d8586;
}


.allresearchprojects .searchdata-table thead tr{background: #c0d8c1!important;}
body.researchprojects .flt-head { background: #2c7c33; }
.researchprojects .searchdata-table thead tr{background: #c0d8c1!important;}
.researchprojects .cardtitle:after{background: #2c7730;}
.researchprojects .cardtitle h2{color:#2e7d32;}
.sidebar-card small.smallfundingheading{color: #1f2933!important;}
.researchprojects .card.sidebar-card.outputbox {
    background: #2e7d32;
}
.bglightgray{background: #f4f2f2;}
.filedbox {
    font-size: 15px;
    padding: 4px 6px;
    display: inline-block;width: 50%; text-align: center;
}
.filedbox .Patentsfield{color:#2a8787; font-weight: 500;}
.funding .flt-head{background: #ea7a1f;}
.funding .flt-bx{border-color: #ea7a1f;}
.funding .searchdata-table thead tr{background: #f9d7bb!important;}
.funding .cardtitle:after{background: #ea7a1f;}
.funding .cardtitle h2{color:#ea7a1f;}
.funding .card-custom .bg-teal img {
    filter: grayscale(1);
}


.organisations .flt-head{background: #162f6a;}
.organisations .flt-bx{border-color: #162f6a;}
.organisations .searchdata-table thead tr{background: #b3c0d2!important;}
.organisations .cardtitle:after{background: #162f6a;}
.organisations .cardtitle h2{color:#162f6a;}



.programmes-schemes .flt-head{background: #3730a3;}
.programmes-schemes .flt-bx{border-color: #3730a3;}
.programmes-schemes .searchdata-table thead tr{background: #c3c0e3!important;}
.programmes-schemes .cardtitle:after{background: #162f6a;}
.programmes-schemes .cardtitle h2{color:#3730a3;}
.iconblack img {filter: grayscale(1);}
small.labsub {font-size: 100%; font-family: "NotoSans-Bold"; color: #8a8a8a;}
small.labsub  span{color: #000;font-family: "NotoSans-Bold";}


.fellowships .flt-head{background: #c9a227;}
.fellowships .flt-bx{border-color: #c9a227;}
.fellowships .searchdata-table thead tr{background: #ddcc94!important;}
.fellowships .cardtitle:after{background: #c9a227;}
.fellowships .cardtitle h2{color:#c9a227;}


.innovations .flt-head{background: #b45309;}
.innovations .flt-bx{border-color: #b45309;}
.innovations .searchdata-table thead tr{background: #e8cbb5!important;}
.innovations .cardtitle:after{background: #b45309;}
.innovations .cardtitle h2{color:#b45309;}


.technologies .flt-head{background: #64748b;}
.technologies .flt-bx{border-color: #64748b;}
.technologies .searchdata-table thead tr{background: #d0d5dc!important;}
.technologies .cardtitle:after{background: #64748b;}
.technologies .cardtitle h2{color:#64748b;}


.numberlist {counter-reset: item;list-style: none;padding-left: 0;position: relative;}
.numberlist:after{position: absolute; content:""; width: 1px; height: 100%; background: #e8ecf0; left: 10px; top: 0;}
.numberlist li {counter-increment: item;position: relative;padding-left: 40px; padding-bottom: 20px;}
.numberlist li::before {content: counter(item); position: absolute; left: 3px; top: 0; font-weight: bold; z-index: 99;font-size: 12px; width: 20px; height: 20px; text-align: center; color: #000;}
.numberlist li::after {content: ""; position: absolute; left: 3px; top: 0; background: #e8ecf0; width: 20px; height: 20px; border-radius: 100%;}

ul.PSlist li {background: #f2f7f8;  margin-right: 10px; border-radius: 5px; padding: 5px 10px 5px 30px; position: relative; border: 1px solid #afd5d4;}
ul.PSlist li:after {position: absolute; content: ""; width: 8px; height: 8px; background: #000; left: 10px; top: 50%; transform: translateY(-50%); border-radius: 100%;}
ul.PSlist { padding: 0; margin: 0; display: grid; row-gap: 20px;}
.cardinfo {padding: 15px; border-radius: 10px;}
.bg-green {background: #eaf3f4;}
.cardinfo p{margin-bottom: 0; font-size: 100%;}


.eligibility-list ul {counter-reset: item;list-style: none;padding-left: 0;position: relative;display: grid; row-gap: 1rem;}
.eligibility-list ul li .eligibility-list-item {counter-increment: item;position: relative;padding-left: 40px; padding-bottom: 20px;font-size: 120%; font-family: "NotoSans-Bold";}
.eligibility-list ul li .eligibility-list-item::before {content: counter(item); position: absolute; left: 3px; top: 0; font-weight: bold; z-index: 99; width: 30px; height: 30px; text-align: center; color: #fff;font-size: 120%; font-family: "NotoSans-Bold";line-height: 30px;}
.eligibility-list ul li .eligibility-list-item::after {content: ""; position: absolute; left: 3px; top: 0; background: #000; width: 30px; height: 30px; border-radius: 100%;}


.card.sidebar-card.awrdhighlights {
    background: #c9a227;
    color: #fff;
    border-color: #c9a227;
}
.awrdhighlights ul.PSlist {
    list-style: none;
    color: #000; 
}
.awrdhighlights ul.PSlist li{ font-family: "Noto Sans"; font-weight: 600; font-size: 110%;    border: none;}
