/* Google Font Poppins  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Colors  */
:root {
  --color-mn: #2170ac;
  --color-mn-h: #2170ac9a;
  --color-wh: #fff;
  --color-bl: #000;
  --color-bg: #fffbf2;
}

/* Fonts  */
@font-face {
  font-family: avenirBlack;
  src: url("../font/AvenirLTStd-Black.otf");
}
@font-face {
  font-family: avenirLight;
  src: url("../font/AvenirLTStd-Light.otf");
}
@font-face {
  font-family: avenirLightOblique;
  src: url("../font/AvenirLTStd-LightOblique.otf");
}
@font-face {
  font-family: avenirMedium;
  src: url("../font/AvenirLTStd-Medium.otf");
}
@font-face {
  font-family: avenirMediumOblique;
  src: url("../font/AvenirLTStd-MediumOblique.otf");
}
@font-face {
  font-family: avenirBook;
  src: url("../font/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: avenirBookOblique;
  src: url("../font/AvenirLTStd-BookOblique.otf");
}
@font-face {
  font-family: avenirRoman;
  src: url("../font/AvenirLTStd-Roman.otf");
}
@font-face {
  font-family: gothamNarrowBold;
  src: url("../font/GothamNarrowOffice-Bold.otf");
}
@font-face {
  font-family: gothamNarrowItalic;
  src: url("../font/GothamNarrowOffice-Italic.otf");
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: var(--color-bg);
  width: 100vw;
  overflow-x: hidden;
}

/* Header  */
header {
  position: relative;
  height: fit-content;
  overflow: hidden;
}

header nav {
  height: 80px;
  background: #154760;
  width: 100% !important;
  padding: 0 12.5%;
  transition: 0.3s linear;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s linear;
}

header nav .logo {
  text-decoration: none;
  font-family: avenirBook;
  color: #26446b;
  font-family: avenirBook;
}

header nav .logo h4 {
  font-family: avenirBook;
  margin-top: unset !important;
  margin-bottom: unset !important;
  line-height: unset !important;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

header nav .menu {
  list-style: none;
}

header nav .menu li {
  position: relative;
  padding: 3px 5px;
  transition: 0.3s linear;
}

header nav .menu li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s linear;
}
header nav .menu li a img {
  filter: invert(1);
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
  right: -5px;
  transition: 0.3s linear;
}
header nav .menu li:hover a {
  color: #9eadc0;
}
header nav .menu li:hover a img {
  rotate: 360deg;
}
header nav .menu li ul {
  width: 180px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  top: calc(100%);
  right: -10%;
  background: var(--color-wh);
  padding: 10px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  border-radius: 9px;
  transition: 0.3s linear;
  opacity: 0;
  z-index: -999;
}

header nav .menu li:hover ul {
  top: calc(100% + 15px);
  opacity: 1;
  height: fit-content;
  overflow: unset;
  z-index: 999;
}

header nav .menu li ul::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--color-wh);
  top: -10px;
  right: 10%;
  rotate: 45deg;
}

header nav .menu li ul li {
  list-style: circle;
  padding: 5px 0;
  margin-left: 15px;
}

header nav .menu li:hover ul li a {
  padding: 5px;
  font-size: 13px;
  color: #26446b;
}

header nav .menu li:hover ul li a:hover {
  color: #9eadc0;
}

header .slider-container {
  margin: 10% auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
header video {
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  z-index: -1;
}
header .slider-container .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
header .slider-container .slider .slide {
  min-width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #26446b;
  font-size: 45px;
  font-family: avenirBlack;
}
header .slider-container .slider .slide .text-overlay {
  opacity: 0;
  animation: fadeUpDown 5s ease-in-out forwards;
}

.headerBand {
  background: rgba(131, 251, 253, 0.2);
  height: 45px;
  color: var(--color-wh);
  font-family: avenirBook;
  margin-top: -5px;
  position: absolute;
  margin-top: -50px;
  font-size: 21px;
  font-weight: 600;
}

.headerBand p {
  display: inline-block;

  font-family: gothamNarrowBold;
}
.headerBand p span {
  font-family: gothamNarrowItalic;
  font-style: italic;
  font-weight: 300;
}

/* Strategic Directions Start */

h2 {
  font-family: avenirMedium;
  margin: 45px 0;
}

.strategic_directions .strategic_directions_bx .strategic_directions_card {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-bl);
  background: var(--color-wh);
  transition: 0.3s linear;
}
.strategic_directions
  .strategic_directions_bx
  .strategic_directions_card
  .img_bx {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgb(237, 237, 237);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}
.strategic_directions
  .strategic_directions_bx
  .strategic_directions_card
  .img_bx
  img {
  width: 30px;
  height: 30px;
  transition: 0.3s linear;
}
.strategic_directions .strategic_directions_bx .strategic_directions_card p {
  font-size: 12px;
  text-align: center;
  transition: 0.3s linear;
  font-family: avenirBook;
}

.strategic_directions .strategic_directions_bx .strategic_directions_card svg {
  width: 10px;
  height: 10px;
  transition: 0.3s linear;
}

.strategic_directions
  .strategic_directions_bx
  .strategic_directions_card:hover {
  background: var(--color-mn);
}
.strategic_directions
  .strategic_directions_bx
  .strategic_directions_card:hover
  .img_bx {
  background: transparent;
  width: 65px;
  height: 65px;
}
.strategic_directions
  .strategic_directions_bx
  .strategic_directions_card:hover
  .img_bx
  img {
  filter: invert(1);
  width: 50px;
  height: 50px;
}
.strategic_directions
  .strategic_directions_bx
  .strategic_directions_card:hover
  p {
  color: var(--color-wh);
}
.strategic_directions
  .strategic_directions_bx
  .strategic_directions_card:hover
  svg {
  color: var(--color-wh);
}
.strategic_directions .btn_bx {
  margin-top: 40px;
}

/* Strategic Directions End */

/* Sites Counts Start */
.SitesCount {
  margin-top: 60px;
}
.SitesCount .SitesCount_bx {
  align-items: unset;
}
.SitesCount .SitesCount_bx .SitesCount_card {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}

.SitesCount .SitesCount_bx .SitesCount_card .countImage {
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.SitesCount .circle {
  height: 124px;
  width: 124px;
}

.SitesCount .circle .foreground {
  fill: transparent;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  transform-origin: 50% 50%;
  transform: rotate(-270deg);
  animation: circle 2s linear forwards;
}

@keyframes circle {
  0% {
    stroke-dashoffset: 377;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.SitesCount .SitesCount_bx .SitesCount_card .countImage img {
  width: 85%;
  height: 85%;
}

.SitesCount .SitesCount_bx .SitesCount_card h5 {
  text-align: center;
  color: #2170ac;
  font-family: avenirBlack;
  font-size: 16px;
  margin-top: -10px;
}

.SitesCount .SitesCount_bx .SitesCount_card h6 {
  margin-top: 5px;
  text-align: center;
  color: #1058a6;
  font-family: avenirBlack;
  font-size: 16px;
}

/* Explore Start  */

.explore {
  margin: 100px 0;
  height: 250px;
  position: relative;
}

.explore .bgImg {
  width: calc(100% + 130px);
  position: relative;
  left: -150px;
  height: 100%;
}

.explore .exploreBgSec {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 990;
}
.explore .exploreBgSec img {
  height: 130%;
  /* animation: expolore 10s linear infinite; */
  visibility: hidden;
}
.explore .exploreBgSec h2 {
  font-family: avenirBlack;
  font-size: 70px;
  color: #0d4989;
  margin-top: 50px;
}

@keyframes expolore {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

/* Explore End */

/* Funding Opprtunities Start  */
.funding_opprtunities {
  position: relative;
}
.funding_opprtunities .headBtns {
  gap: 5px;
}
.funding_opprtunities .headBtns button {
  color: var(--color-bl);
  border: none;
  padding: 9px 25px;
  border-radius: 9px 9px 0 0;
  font-family: avenirRoman;
  font-size: 17px;
  cursor: pointer;
  background: #e6e5e1;
  transition: 0.3s linear;
}

.funding_opprtunities .headBtns button:hover {
  background: #f1f5f5;
}

.funding_opprtunities .headBtns .active {
  background: #f1f5f5;
}
.funding_opprtunities .funding_opprtunities_cards {
  position: relative;
}

.funding_opprtunities .funding_opprtunities_cards .scrollBtn {
    position: absolute;
    top: 49%;
    left: -35px;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    rotate: 180deg;
    /* box-shadow: 0 0 20px rgb(0, 0, 0, 0.1); */
}
.funding_opprtunities .funding_opprtunities_cards .scrollBtn img {
    width: 60%;
    height: 60%;
}

.funding_opprtunities .funding_opprtunities_cards .scrollBtn2 {
  position: absolute;
  top: 49%;
  left: unset;
  right: -35px;
  rotate: 0deg;
}

.funding_opprtunities .funding_opprtunities_card_bx {
  background: #f1f5f5;
  padding: 40px;
  padding: 40px 40px 80px 40px;
  gap: 24px;
  justify-content: unset;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.funding_opprtunities .funding_opprtunities_card_bx .funding_opprtunities_card {
  min-width: 180px;
  min-width: 23%;
  height: 315px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 25px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  padding-bottom: 10px;
  text-decoration: none;
}

.funding_opprtunities
  .funding_opprtunities_card_bx
  .funding_opprtunities_card
  h4 {
  width: 100%;
  padding: 12px 0;
  background: #2170ac;
  border-radius: 25px 25px 0 0;
  text-align: center;
  color: var(--color-wh);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.funding_opprtunities
  .funding_opprtunities_card_bx
  .funding_opprtunities_card
  .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 15px;
  height: calc(100% - 60px);
}
.funding_opprtunities
  .funding_opprtunities_card_bx
  .funding_opprtunities_card
  .content
  h3,
h6,
p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 60px);
  text-align: center;
}
.funding_opprtunities
  .funding_opprtunities_card_bx
  .funding_opprtunities_card
  .content
  h3 {
  font-family: avenirMedium;
  font-size: 14px;
  margin-top: 20px;
}
.funding_opprtunities
  .funding_opprtunities_card_bx
  .funding_opprtunities_card
  .content
  h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}
.funding_opprtunities
  .funding_opprtunities_card_bx
  .funding_opprtunities_card
  .content
  p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 11px;
  margin-top: 10px;
  color: #9b9b9b;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.funding_opprtunities
  .funding_opprtunities_card_bx
  .funding_opprtunities_card
  .content
  a {
  background: var(--color-mn);
  padding: 10px 25px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  color: var(--color-wh);
  text-decoration: none;
  transition: 0.3s linear;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-top: 15px;
}
.funding_opprtunities
  .funding_opprtunities_card_bx
  .funding_opprtunities_card
  .content
  a:hover {
  box-shadow: 0 0 15px var(--color-mn-h);
  transform: scale(1.05);
}

.pending h4 {
  background: #e37a3e !important;
  color: var(--color-wh);
}
.pending .content a {
  background: #A95F32 !important;
  color: var(--color-wh);
}
.pending .content a:hover {
  box-shadow: 0 0 20px #A95F32  !important;
}
.active h4 {
  background: #2170ac !important;
  color: var(--color-wh);
}
.active .content a {
  background: #1F4772 !important;
  color: var(--color-wh);
}
.active .content a:hover {
  box-shadow: 0 0 20px #1F4772 !important;
}
.close h4 {
  background: #54667c !important;
  color: var(--color-wh);
}
.close .content a {
  background: #54667c !important;
  color: var(--color-wh);
}
.close .content a:hover {
  box-shadow: 0 0 20px #54667c !important;
}

/* Funding Opprtunities End  */

/* Research Highlights Start */

.research_highlights {
  margin-top: 60px;
}
.research_highlights .research_highlights_bx {
  height: 270px;
  margin-bottom: 25px;
  gap: 20px;
}
.research_highlights .research_highlights_bx .research_highlights_left {
  width: 65%;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
.research_highlights
  .research_highlights_bx
  .research_highlights_left
  .research_highlights_left_card {
  width: 100%;
  min-width: 100%;
}
.research_highlights .research_highlights_bx .research_highlights_right {
  width: 35%;
  height: 100%;
}

.research_highlights .research_highlights_bx .research_highlights_left .re_img {
  width: 50%;
  height: 100%;
}

.research_highlights
  .research_highlights_bx
  .research_highlights_left
  .re_img
  img {
  width: 100%;
  height: 100%;
}

.research_highlights
  .research_highlights_bx
  .research_highlights_left
  .re_content {
  padding: 20px;
  padding-left: 40px;
  height: 100%;
  background: #fff8ed;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}
.research_highlights
  .research_highlights_bx
  .research_highlights_left
  .re_content::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  background: #fff8ed;
  width: 20px;
  height: 20px;
  rotate: 45deg;
}

.research_highlights
  .research_highlights_bx
  .research_highlights_left
  .re_content
  h3 {
  font-family: avenirBook;
  font-size: 15px;
  width: 100%;
  color: #23497d;
}
.research_highlights
  .research_highlights_bx
  .research_highlights_left
  .re_content
  p {
  font-family: avenirBook;
  font-size: 11px;
  position: relative;
  text-align: left;
  margin-top: 15px;
  width: 100%;
  word-break: break-all;
  padding-left: 15px;
  color: #23497d;
}
.research_highlights
  .research_highlights_bx
  .research_highlights_left
  .re_content
  p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #e37a3e;
}
.research_highlights .research_highlights_bx .research_highlights_right {
  position: relative;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}
.research_highlights
  .research_highlights_bx
  .research_highlights_right
  .re_img {
  width: 100%;
  height: 100%;
}

.research_highlights
  .research_highlights_bx
  .research_highlights_right
  .re_img
  img {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.research_highlights
  .research_highlights_bx
  .research_highlights_right
  .re_content {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #2170ac;
  color: #fff;
  font-family: avenirBook;
  font-size: 12px;
  /* z-index: 999; */
}
.research_highlights
  .research_highlights_bx
  .research_highlights_right
  .re_content::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 20px;
  background: #2170ac;
  width: 20px;
  height: 20px;
  rotate: 45deg;
  z-index: 1;
}

.research_highlights
  .research_highlights_bx
  .research_highlights_right2
  .re_content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: transparent;
  color: #fff;
  font-family: avenirBook;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.research_highlights
  .research_highlights_bx
  .research_highlights_right2
  .re_content::before {
  display: none;
}

.research_highlights
  .research_highlights_bx
  .research_highlights_right2
  .re_content
  h3 {
  font-family: avenirBook;
  font-size: 15px;
  width: 100%;
  color: #fff;
}
.research_highlights
  .research_highlights_bx
  .research_highlights_right2
  .re_content
  p {
  font-family: avenirBook;
  font-size: 11px;
  position: relative;
  text-align: left;
  margin-top: 15px;
  width: 100%;
  word-break: break-all;
  padding-left: 15px;
  color: #fff;
}
.research_highlights
  .research_highlights_bx
  .research_highlights_right2
  .re_content
  p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
}

/* Research Highlights End */

/* News And Update Start  */

.news_and_update .funding_opprtunities_card {
  width: 100% !important;
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: unset !important;
  background: #fff !important;
  border-radius: 9px !important;
  padding-bottom: 0 !important;
}
.news_and_update .funding_opprtunities_card .content {
  width: calc(100% - 70px) !important;
  padding-left: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

.news_and_update .funding_opprtunities_card h3 {
    background: #e37a3e;
    height: 100%;
    width: 110px;
    border-radius: 9px 0 0 9px;
    color: #fff;
    text-align: center;
    padding: 0px 10px 0 10px;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 13px;
    max-width: 130px;
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_and_update .funding_opprtunities_card .content p {
  color: var(--color-bl) !important;
  text-align: left !important;
  margin-top: 0 !important;
  font-weight: 400 !important;
  font-family: avenirMedium !important;
  font-size: 14px !important;
  -webkit-line-clamp: 3 !important;
}

.news_and_update .funding_opprtunities_card a {
  margin-right: 15px;
  background: var(--color-mn) !important;
  width: 35px;
  height: 30px;
  border-radius: 50%;
  color: var(--color-wh);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  font-size: 13px;
  transition: 0.3s linear;
}
.news_and_update .funding_opprtunities_card a svg {
  width: 16px;
  height: 16px;
}

.news_and_update .funding_opprtunities_card a:hover {
  transform: rotate(360deg);
  box-shadow: 0 0 20px rgba(30, 255, 0, 0.3);
}

/* News And Update End */

/* Partners Scrolling Start  */

.partners {
  margin: 50px auto;
}

.partners button {
  display: none !important;
}

.partners .slick-track {
  display: flex;
  gap: 20px;
  height: max-content;
  height: 100px;
  padding-top: 10px;
}
.partners .slick-track .slick-slide {
  width: 100px !important;
  height: 80px;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
  border-radius: 9px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .slick-track .slick-slide img {
  width: 100%;
}

/* Partners Scrolling End  */

/* Programs Start  */

.program .funding_opprtunities_card_bx .funding_opprtunities_card {
  opacity: 0;
  animation: fadeUp 0.7s linear forwards;
  /* animation-delay: .3s; */
  padding-bottom: 0;
}

.program .funding_opprtunities_card_bx .funding_opprtunities_card .iconBx {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e37a3e;
  border-radius: 9px 0 0 9px;
}

.program .funding_opprtunities_card_bx .funding_opprtunities_card .iconBx img {
  width: 70%;
  /* filter: invert(1); */
  animation: scaleUp 0.7s linear forwards;
  /* animation-delay: .3s; */
}

.program .funding_opprtunities_card_bx .funding_opprtunities_card .content {
  align-items: unset;
  padding-left: 15px;
  width: 100%;
}
.program .funding_opprtunities_card .content p {
  font-weight: 500 !important;
  padding-left: 15px;
}

.program .headBtns button {
  background: #2170ac;
  color: var(--color-wh);
}
.program .headBtns button:hover {
  background: #f1f7fe;
  color: var(--color-bl);
}

.program .headBtns .active {
  background: #f1f7fe;
  color: var(--color-bl);
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: scale(0.8);
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  }
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Programs End  */

/* Footer Start  */

footer {
  position: relative;
  padding: 45px 30px 10px 30px;
  background: #154760;
}

footer .footer_bx {
  align-items: start;
}

footer .footer_bx .footer_card h3 {
  margin-top: unset !important;
  margin-bottom: unset !important;
  font-weight: bold;
  line-height: unset !important;
  font-family: avenirBlack;
  color: #fff;
  font-size: 15px;
}

footer .footer_bx .footer_card a {
  font-family: avenirMedium;
  color: #fff;
  font-size: 13px;
  text-align: left;
  margin: 20px 0;
  text-decoration: none;
}

footer .footer_bx .footer_card ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 10px;
}

footer .footer_bx .footer_card ul li {
  margin-top: 10px;
  position: relative;
}

footer .footer_bx .footer_card ul li a {
  transition: 0.3s linear;
  padding-left: 20px;
}

footer .footer_bx .footer_card ul li a {
  transition: 0.3s linear;
}

footer .footer_bx .footer_card ul li a:hover {
  color: #608bc8;
}

footer .footer_bx .footer_card ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  left: 0;
  top: 5px;
}

footer .copyrightSocial .footer_card h3 {
  margin-top: unset !important;
  margin-bottom: unset !important;
  font-weight: bold;
  line-height: unset !important;
  font-family: avenirBook;
  color: #fff;
  font-size: 15px;
}

footer .copyrightSocial .footer_card p {
  font-family: avenirMedium;
  color: #fff;
  font-size: 13px;
  text-align: left !important;
  margin: 8px 0;
  text-wrap: auto;
}

footer .copyrightSocial .footer_card a {
  font-family: avenirMedium;
  color: #fff;
  font-size: 13px;
  text-align: left;
  margin: 8px 0;
  text-wrap: auto;
  text-decoration: none;
}
footer .copyrightSocial .copyrightBx {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

footer .copyrightBx p {
  all: unset;
  font-family: avenirLight;
  font-size: 14px;
  color: #fff;
  text-align: right !important;
}

footer .copyrightBx .footerLink {
  justify-content: flex-start;
  margin-top: 3px;
  flex-wrap: wrap;
}
footer .copyrightBx .copyRightSec {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .copyrightBx .footerLink a {
  font-family: avenirLight;
  justify-content: flex-start;
  margin-top: 3px;
  text-decoration: none;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
}
footer .copyrightBx .footerSocial .fSocial {
  margin-top: 0px;
}
footer .copyrightBx .footerSocial .fSocial a {
  margin-left: 15px;
}
footer .copyrightBx .footerSocial .fSocial a img {
  width: 13px;
  height: 17px;
}
footer .copyrightBx .footerSocial .footerSocialLogo {
  width: 90px;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}

/* Footer End  */

/* About Page Start  */

.about {
  margin-top: 45px;
}
.about .aboutContent h2 {
  margin-bottom: 10px;
}
.about .aboutContent p {
  font-family: avenirRoman;
  font-size: 13px;
  line-height: 19px;
  text-align: justify;
  text-wrap: wrap !important;
}
.about .aboutForm form {
  width: 300px;
  padding: 20px 15px;
  background: var(--color-wh);
  box-shadow: -10px 10px 15px rgb(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about .aboutForm form h2 {
  margin-bottom: 5px;
}
.about .aboutForm form p {
  font-size: 11.5px;
  color: lightgrey;
  font-family: avenirLight;
  margin-bottom: 20px;
  text-wrap: wrap;
}
.about .aboutForm form .card {
  width: 80%;
  margin-bottom: 10px;
}
.about .aboutForm form .card input,
textarea {
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgb(235, 235, 235);
  outline: none;
  padding-left: 10px;
  font-size: 11px;
}
.about .aboutForm form .card input::placeholder,
textarea::placeholder {
  color: lightgrey;
}
.about .aboutForm form .card button {
  background: linear-gradient(0deg, #d74f56, #a158ac);
  color: var(--color-wh);
  width: 100%;
  padding: 8px 10px;
  border-radius: 15px;
  outline: none;
  border: none;
  cursor: pointer;
}

.strategic_goals .strategicGoals_cards {
  align-items: flex-start;
  gap: 20px;
}
.strategic_goals .strategicGoals_cards .strategicGoals_card {
  width: 49%;
  height: 300px;
  background: var(--color-wh);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}
.strategic_goals .strategicGoals_cards .strategicGoals_card2 {
  height: 250px;
}
.strategic_goals
  .strategicGoals_cards
  .strategicGoals_card
  .strategic_goalsImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(0deg, #a737f1, #8a6dfd);
  box-shadow: -5px 0 20px rgb(167, 55, 241, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strategic_goals
  .strategicGoals_cards
  .strategicGoals_card
  .strategic_goalsImg
  img {
  width: 30px;
  height: 30px;
  color: var(--color-wh);
  filter: invert(1);
}
.strategic_goals .strategicGoals_cards .strategicGoals_card h3 {
  font-family: avenirRoman;
  margin: 15px 0;
  font-size: 16px;
  position: relative;
}
.strategic_goals .strategicGoals_cards .strategicGoals_card h3::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(0deg, #a737f1, #8a6dfd);
  bottom: -8px;
  left: 0;
}
.strategic_goals .strategicGoals_cards .strategicGoals_card ul {
  list-style: none;
  margin-top: 25px;
}
.strategic_goals .strategicGoals_cards .strategicGoals_card ul li {
  position: relative;
  font-family: avenirBook;
}
.strategic_goals .strategicGoals_cards .strategicGoals_card ul li {
  position: relative;
  font-family: avenirBook;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 20px;
}

.strategic_goals .strategicGoals_cards .strategicGoals_card ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: linear-gradient(0deg, #a737f1, #8a6dfd);
  top: 5px;
  left: 0;
}

.Structure_and_Governance {
  margin: 45px auto;
}
.Structure_and_Governance .aboutRight ul {
  list-style-type: none;
}
.Structure_and_Governance .aboutRight ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  background: var(--color-wh);
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  margin-bottom: 10px;
  cursor: pointer;
}
.Structure_and_Governance .aboutRight ul li .iconImg {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2170ac;
  border-radius: 10px 0 0 10px;
}
.Structure_and_Governance .aboutRight ul li .iconImg img {
  width: 30px;
  width: 30px;
  filter: invert(1);
}
.Structure_and_Governance .aboutRight ul li p {
  all: unset;
  font-family: avenirMedium;
  text-align: left !important;
  padding: 0 10px 0 15px;
  font-size: 12.5px;
  width: 100%;
  color: #2170ac;
  text-transform: uppercase;
}

/* About Page End */

/* Research Highlights Start  */

.science_stories .science_stories_card_bx {
  gap: 15px 3%;
}
.science_stories .science_stories_card_bx .science_stories_card {
  width: 48.5%;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}
.science_stories .science_stories_card_bx .science_stories_card .post {
  width: 100%;
  height: 260px;
  border-radius: 15px 15px 0 0;
}
.science_stories
  .science_stories_card_bx
  .science_stories_card
  .science_stories_content {
  padding: 30px;
}

.science_stories
  .science_stories_card_bx
  .science_stories_card
  .science_stories_content
  h6,
h5 {
  display: inline-block;
  text-align: left;
  font-size: 10px;
  font-family: avenirBook;
  color: rgb(146, 146, 146);
}

.science_stories
  .science_stories_card_bx
  .science_stories_card
  .science_stories_content
  h5 {
  font-family: avenirBook;
  font-size: 15px;
  margin-top: 5px;
  text-align: justify;
  color: var(--color-bl);
}

.science_stories
  .science_stories_card_bx
  .science_stories_card
  .science_stories_content
  .pra {
  margin-top: 8px;
  width: 100%;
}

.science_stories
  .science_stories_card_bx
  .science_stories_card
  .science_stories_content
  .pra
  p {
  width: 100%;
  display: inline-block;
  text-align: justify;
  font-family: avenirBook;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgb(146, 146, 146);
}

.science_stories
  .science_stories_card_bx
  .science_stories_card
  .science_stories_content
  .more {
  float: right;
  text-decoration: none;
  transition: 0.3s linear;
  font-size: 12px;
  font-family: "avenirBook";
  color: #7f7d79;
}
.science_stories
  .science_stories_card_bx
  .science_stories_card
  .science_stories_content
  .more
  img {
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.science_stories .science_stories_card_bx {
  justify-content: unset;
  align-items: unset;
}
.science_stories .science_stories_card_bx .science_stories_card .shareBx {
  margin-top: 5px;
  border-top: 1px solid lightgray;
  padding: 8px 10px;
}

.science_stories
  .science_stories_card_bx
  .science_stories_card
  .shareBx
  .shareLink {
  display: flex;
  gap: 10px;
}
.science_stories .science_stories_card_bx .science_stories_card .shareBx h5 {
  color: #e37a3e;
}
.science_stories
  .science_stories_card_bx
  .science_stories_card
  .shareBx
  .shareLink
  a
  img {
  width: 18px;
}

/* Research Highlights End  */

/* News And Updates Start  */

.news_and_update .news_and_update_bx .news_and_update_card {
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background: var(--color-wh);
  cursor: pointer;
  transform: scale(0.95);
  transition: 0.3s linear;
  display: block;
  color: #000;
  text-decoration: none;
}
.news_and_update .news_and_update_bx .news_and_update_card:hover {
  transform: scale(1);
}
.news_and_update .news_and_update_bx .news_and_update_card h4,
p {
  display: block;
  text-align: left;
  font-family: avenirBook;
}
.news_and_update .news_and_update_bx .news_and_update_card p {
  margin-top: 5px;
  font-size: 13px;
}

.news_and_update .news_and_update_bx .news_and_update_card2 {
  display: flex;
  align-items: center;
  border: 1px dashed rgba(128, 128, 128, 0.72);
  border-left: none;
  border-right: none;
  border-radius: unset;
  background: none;
  box-shadow: none;
}
.news_and_update .news_and_update_bx .news_and_update_card2 button {
  margin-right: 8px;
  background: #e37a3e;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
}

.news_and_update .news_and_update_bx .news_and_update_card2 button {
  margin-right: 12px;
  background: #e37a3e;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
}
.news_and_update .news_and_update_bx .news_and_update_card2 h4 {
  text-wrap: nowrap;
  margin-right: 12px;
}
.news_and_update .news_and_update_bx .news_and_update_card2 p {
  margin-right: 8px;
  font-size: 14px;
  color: blue;
  /* border-bottom: 1px solid blue; */
  width: fit-content;
  padding-right: 25px;
}
.news_and_update .news_and_update_bx .news_and_update_card2 svg {
  width: 20px;
  position: absolute;
  right: 0;
    background: var(--color-mn) !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--color-wh);
    padding: 8px;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
    
}

/* News And Updates End  */

/* About Governing Board Start  */

table {
  caption-side: bottom;
  border-collapse: collapse;
  border-radius: 10px;
  background: var(--color-wh);
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border: 1px solid #eee;
  padding: 10px 5px 0 5px;
  margin: 5px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border: 1px solid #eee;
  padding: 10px 5px 10px 5px;
  margin: 5px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-family: avenirBook;
  font-size: 16px;
}

table tr td {
  padding-left: 15px;
}

table tr td:nth-child(1) p {
  display: block;
  text-align: center;
}

.council_pra {
  font-family: avenirBook;
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
}

/* About Governing Board End  */

/* Directory Start */

.directory {
  margin-top: 45px;
  align-items: start !important;
  height: 60vh;
}
.directory .left_directory,
.right_directory {
  width: calc(100% - 300px);
  position: relative;
  padding: 20px;
}
.directory .left_directory {
  width: 280px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}

.directory .left_directory button {
  width: 100%;
  padding: 15px 15px;
  background: #fff;
  border-radius: 10px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  color: #5c5c5c;
  cursor: pointer;
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13.5px;
  transition: 0.3s linear;
}
.directory .left_directory .button_active {
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  background: #2170ac;
  color: #fff;
}

.directory .left_directory .button_active img {
  filter: invert(1);
}
.directory .left_directory button:hover {
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  background: #2170ac;
  color: #fff;
}
.directory .left_directory button span:nth-child(1) {
  width: calc(100% - 40px);
}

.directory .left_directory button:hover img {
  filter: invert(1);
}

/* Right  */

.directory .right_directory {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* border: 1px solid #000; */
}

.directory .right_directory .directoryCard {
  width: 250px;
  min-height: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.directory .right_directory .directoryCard img {
  width: 100%;
  height: 220px;
  border-radius: 15px 15px 0 0;
}

.directory .right_directory .directory_content {
  padding: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  width: 100%;
}
.directory .right_directory .directory_content h3 {
  width: 100%;
  text-align: center;
  text-wrap: nowrap;
}
.directory .right_directory .directory_content p {
  width: 100%;
  text-align: center;
  text-wrap: nowrap;
}
.directory .right_directory .directory_content h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.directory .right_directory .directory_content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 2px;
  color: rgb(92, 92, 92);
  font-size: 13px;
}

.directory .right_directory .directory_content h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 2px;
  color: rgb(92, 92, 92);
  font-size: 11px;
  width: 75%;
  margin: 0 auto;
  align-items: start;
  word-break: break-all;
}

.directory .right_directory .directory_content h6:nth-child(3) {
  margin-top: 15px;
}
.directory .right_directory a {
  align-items: end;
  width: 100%;
  display: block;
  border-radius: 0 0 15px 15px;
  background: #2170ac;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}

.directory .right_directory .dir_pop {
  position: fixed;
  bottom: 44px;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(184, 184, 184, 0.4);
  color: #fff;
  padding: 15px;
  text-align: justify;
  overflow-y: auto;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  z-index: -99;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.directory .right_directory .dir_pop .text {
  width: 550px;
  height: 70%;
  background: #2170ac;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  padding: 20px;
  text-align: justify;
  font-size: 15px;
  position: relative;
}

.directory .right_directory .dir_pop .text {
  width: 550px;
  height: 70%;
  background: #2170ac;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  padding: 20px;
  text-align: justify;
  font-size: 15px;
  position: relative;
}

.directory .right_directory .dir_pop .text .exit-btn {
  width: 25px;
  height: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  right: -10px;
  top: -13px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 20px;
  position: absolute;
  cursor: pointer;
  transition: 0.3s linear;
}

.directory .right_directory .dir_pop .text .exit-btn:hover {
  rotate: 360deg;
}

.directory .right_directory .dir_pop::-webkit-scrollbar {
  display: none;
}
/* Directory End */

/* VAJARA Program  */
.vijaraSection {
  margin-top: 45px;
}
.vijaraSection .vijaraContentSection {
  align-items: start;
}
.vijaraSection .vijaraContentSection .vijaraLeft,
.vijaraRight {
  width: calc(100% - 320px);
}
.vijaraSection .vijaraContentSection .vijaraLeft {
  width: 280px;
  height: 280px;
}
.vijaraSection .vijaraContentSection .vijaraLeft .vijaraImg {
  width: 100%;
  height: 280px;
  background: #2170ac;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vijaraSection .vijaraContentSection .vijaraLeft .vijaraImg img {
  width: 80%;
}
.vijaraSection .vijaraContentSection .vijaraRight h2 {
  margin: 0;
}
.vijaraSection .vijaraContentSection .vijaraRight p {
  margin-top: 10px;
  text-align: justify;
  text-wrap: wrap;
  line-height: 25px;
  font-size: 15px;
  width: 100%;
}

.vijaraSection .full_pra {
  width: 100% !important;
}

.sub_heading {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

table {
  margin-bottom: 20px;
}

.ans_que {
  margin-bottom: 30px;
}
.ans_que p:nth-child(1) {
  color: rgb(28, 147, 194);
}

/* Header 2  */

.header2 {
  height: 60vh;
  max-height: 60vh;
  overflow: hidden;
}

.header2::before {
  all: unset;
  /* background: url('./assets/img/images/banner-2.jpg')no-repeat center center/cover; */
}

.header2 .slider-container {
  position: relative;
  margin: 0 auto;
  height: calc(100% - 80px);
  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header2 .slider-container h1 {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: avenirBook;
  color: #fff;
  font-family: avenirBlack;
  /* z-index: ; */
}
.header2 .slider-container picture {
  height: 100%;
  width: 100%;
}
.header2 .slider-container picture img {
  width: 100%;
  border-radius: none;
}

/* Play Button  */

.play-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    rgba(0, 153, 255, 0.8) 60%,
    rgba(255, 255, 255, 1) 62%
  );
  border-radius: 50%;
  /* position: relative; */
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(0, 153, 255, 0.8);
  margin-left: 60px;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

/* Marquee Start  */
.marquee-container {
  width: 100%;
  overflow: hidden;
  background: #e6e5e1;
  padding: 10px 0;
  margin-top: -5px;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  color: #1d4052;
  animation: slide-left 15s linear infinite;
  font-family: gothamNarrowItalic;
  font-style: italic;
}

@keyframes slide-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Marquee End  */

.panel-group .card-heading a {
  color: #000 !important;
}

/* Contact Start  */
.contactBx {
  margin: 45px auto;
}
.contactBx .contactCard {
  width: 48%;
  height: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}

.contactBx .contactCard h1 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #3953d1;
}

.contactBx .contactCard p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.contactBx .contactCard h5 {
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3953d1;
}
.contactBx .contactCard a {
  display: block;
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #2170ac;
  color: #fff;
  text-align: center;
  border-radius: 0 0 15px 15px;
  text-decoration: none;
  padding: 7px 0;
  position: relative;
  bottom: -15px;
  left: -15px;
  width: calc(100% + 30px);
}

.contactBx2 .contactCard:nth-child(1) {
  padding: 0;
  background: none;
  box-shadow: unset;
}

.contactBx2 .contactCard {
  width: 100%;
  position: relative;
}
.contactBx2 .contactCard:nth-child(1) iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.15);
  border: 6px solid #fff;
}
.contactBx2 .contactCard h2 {
  text-align: center;
  margin: 25px 0;
  color: rgb(74, 74, 74);
}
.contactBx2 .contactCard form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactBx2 .contactCard form input,
textarea {
  width: 100%;
  padding: 20px 10px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  border: 1px solid lightgray;
  border-radius: none !important;
}
.contactBx2 .contactCard form textarea {
  border-radius: unset !important;
}
.contactBx2 .contactCard form textarea::placeholder {
  font-size: 15px;
  color: gray;
}

.contactBx2 .contactCard form input:focus-visible {
  border: none;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contactBx2 .contactCard form textarea:focus-visible {
  border: none;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  border-radius: 10px !important;
}

.contactBx2 .contactCard form input:nth-child(1) {
  width: 48%;
}
.contactBx2 .contactCard form input:nth-child(2) {
  width: 48%;
}
.contactBx2 .contactCard form input[type="submit"] {
  width: 48%;
  padding: 15px;
  margin: 10px auto;
  border-radius: 6px;
  background: #2170ac;
  border: 1px solid #2170ac;
  color: #fff;
  outline: none;
  cursor: pointer;
  transition: 0.3s linear;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}

.contactBx2 .contactCard form input[type="submit"]:hover {
  background: transparent;
  color: #2170ac;
}

.contactBx2 .contactCard .dst_map_bx {
  width: 20%;
  height: 20px;
  position: absolute;
  left: 22px;
  top: 20px;
  z-index: 999;
  background: #ffffff;
}
.contactBx2 .contactCard .dst_map_bx span {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-family: "avenirBlack";
  color: #000000ce;
  font-size: 15px;
}
/* Contact End  */

/* CEO Desk Start  */

.ceoDesk {
  align-items: start;
  margin: 45px auto;
}
.ceoDesk .ceoLeftBx,
.ceoRightBx {
  width: 300px;
  position: relative;
  border-radius: 10px;
}
.ceoDesk .ceoRightBx {
  padding: 15px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  width: calc(100% - 320px);
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  background: #fff;
}
.ceoDesk .ceoLeftBx img {
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  width: 100%;
}
.ceoDesk .ceoLeftBx .ceoContent h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.ceoDesk .ceoLeftBx .ceoContent p:nth-child(2) {
  margin-top: 15px;
}
.ceoDesk .ceoLeftBx .ceoContent p {
  color: #fff;
  font-size: 12px;
  text-align: justify;
}

.ceoDesk .ceoLeftBx .ceoContent {
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  background: #2170ac;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.ceoDesk .ceoRightBx p {
  text-align: justify;
  width: 100%;
  font-size: 19px;
  margin-bottom: 40px;
  line-height: 30px;
  color: #535353;
}
.ceoDesk .ceoRightBx p span {
  font-size: 25px;
  color: #000;
}
.ceoDesk .ceoRightBx img {
  width: 100px;
  float: right;
}

/* CEO Desk End  */

/* What's New  */

.funding_opprtunities .whats_new {
  width: 300px;
  height: 0px;
  position: absolute;
  bottom: 50px;
  right: calc(50% - 150px);
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
  transition: 0.3s linear;
}

.funding_opprtunities .whats_new h3 {
  width: 100% !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "avenirBlack";
  background: #154760;
  color: #fff;
  font-size: 18px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  transition: 0.3s linear;
}

.funding_opprtunities .whats_new .scollBx_whatsNew {
  width: 0;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  transition: 0.3s linear;
}

.funding_opprtunities .whats_new_active {
  height: 330px;
}
.funding_opprtunities .whats_new_active .scollBx_whatsNew {
  width: 100%;
  padding: 10px 20px;
}

.funding_opprtunities .whats_new .scollBx_whatsNew::-webkit-scrollbar {
  display: none;
}

.funding_opprtunities .whats_new .scollBx_whatsNew h4 {
  text-align: justify;
  font-family: avenirMedium !important;
  font-size: 14px;
  line-height: 22px;
}

/* red bx  */
.red_bx {
  padding: 20px;
  background: #f9dddd;
}

.red_bx h6 {
  color: red;
}

/* Tree Map Main Page Start  */

.tree-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  width: 100%;
}

.tree-container .box {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-bl);
  background: var(--color-wh);
  transition: 0.3s linear;
  position: relative;
}

.tree-container .box::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 60px;
  border-left: 2px solid #000;
  bottom: calc(100% + -0.5px);
  left: 50%;
}

.tree-container .box_active::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 65px;
  border-left: 2px solid #000;
  bottom: -65px;
  left: 49%;
}

.tree-container .box .img_bx {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgb(237, 237, 237);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}
.tree-container .box .img_bx img {
  width: 30px;
  height: 30px;
  transition: 0.3s linear;
}
.tree-container .box p {
  font-size: 12px;
  text-align: center;
  transition: 0.3s linear;
  font-family: avenirBook;
}
.tree-container .box svg {
  width: 10px;
  height: 10px;
  transition: 0.3s linear;
}

.tree-container .programs_bx_head {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.2);
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
}

.tree-container .programs_bx_head::before {
  content: "";
  position: absolute;
  top: 102%;
  height: 85px;
  border-left: 2px solid #000;
  z-index: 999;
  left: 50%;
}

.tree-container .branches {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 55px;
  /* border-top: 2px solid #000; */
  padding-top: 60px;
  width: 70%;
}

.tree-container .branches .line {
  position: absolute;
  width: calc(100% - 150px);
  height: 2px;
  background: #000;
  top: 0;
  left: calc(((-100% + 150px) + 100%) / 2);
  z-index: 999;
}

.tree-container .sub-programs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  margin-top: 20px;
  border: none;
  padding: 30px 10px;
  width: 70%;
  margin-top: 65px;
  transition: 0.3s linear;
  border-radius: 10px;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  transition: 0.3s linear;
  opacity: 0;
}

.tree-container .sub-programs .funding_opprtunities_card {
  width: calc(25% - 8px) !important;
  height: 65px !important;
  display: flex !important
;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: unset !important;
  background: #fff !important;
  border-radius: 9px !important;
  padding-bottom: 0 !important;
  text-decoration: none;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  margin: 10px 0;
}

.tree-container .sub-programs .funding_opprtunities_card .iconBx {
  width: 70px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e37a3e;
  border-radius: 9px 0 0 9px;
}

.tree-container .sub-programs .funding_opprtunities_card .iconBx img {
  width: 70%;
  /* filter: invert(1); */
  animation: scaleUp 0.7s linear forwards;
  /* animation-delay: .3s; */
}

.tree-container .sub-programs .funding_opprtunities_card .content {
  width: fit-content !important;
  padding-left: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  width: 95% !important;
}

.tree-container .sub-programs .funding_opprtunities_card .content p {
  color: var(--color-bl) !important;
  text-align: left !important;
  margin-top: 0 !important;
  font-weight: 400 !important;
  font-family: avenirMedium !important;
  font-size: 12px !important;
  -webkit-line-clamp: 3 !important;
  width: 90%;
}

.tree-container .box .sub {
  background-color: #333;
}

.tree-container .show {
  visibility: visible;
  height: auto;
  overflow: unset;
  padding: 30px 10px;
  border: 2px solid #000;
  opacity: 1;
}

/* Tree Map Main Page End  */

/* Annual Report  */

.right_directory_anval {
  display: flex !important;
  gap: 10 !important;
  justify-content: space-between !important;
}

.right_directory_anval a {
  width: calc(25% - 20px) !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  transition: 0.3s linear;
}

.right_directory_anval a:hover {
  transform: scale(1.1);
}

/* Compliance Start  */

.compliance .funding_opprtunities_card_bx  p {
  width: 100%;
  text-align: justify;
}


.compliance .funding_opprtunities_card_bx  .poster_card_bx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compliance .funding_opprtunities_card_bx  .poster_card_bx .posterCard {
  width: 48%;
  height: 250px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.compliance .funding_opprtunities_card_bx  .poster_card_bx .posterCard img {
  height: calc(100% - 50px);
  padding: 10px;
}
.compliance .funding_opprtunities_card_bx  .poster_card_bx .posterCard .posterCard_content {
  width: 50%;
}
.compliance .funding_opprtunities_card_bx  .poster_card_bx .posterCard .posterCard_content h5 {
    font-size: 17px;
    color: #186ba9;
    font-weight: bold;
    line-height: 23px;
}

.compliance .funding_opprtunities_card_bx  .poster_card_bx .posterCard .tag {
    width: 100%;
    background: #e37a3e;
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -6px;
}

.compliance .funding_opprtunities_card_bx  .poster_card_bx .posterCard .posterCard_content a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid grey;
    width: fit-content;
    padding: 3px 8px 3px 4px;
    border-radius: 4px;
    margin-top: 10px;
}

.compliance .funding_opprtunities_card_bx  .poster_card_bx .posterCard .posterCard_content a img {
    width: 22px;
    margin: 0;
    padding: 0;
    margin-right: 3px;
}
.compliance .funding_opprtunities_card_bx  .head {
    font-size: 15px;
    color: #000;
}


.compliance .funding_opprtunities_card_bx  .committe_cards {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1%;
}
.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card {
  position: relative;
  width: 32.33%;
  height: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.2);
  padding: 30px 30px 0 30px;
  margin-bottom: 10px;
}
.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card h4 {
  font-family: 'Poppins', sans-serif;
  color: #1058a6;
  font-size: 15px;
  font-weight: 600;
}
.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card li  {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card li:nth-child(2)  {
  margin-top: 20px;
}
.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card li:nth-child(3)  {
  margin-bottom: 20px;
  margin-top: 8px;
}


.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card .tag {
    width: 100% ;
    background: #e37a3e;
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
}

.center {
  text-align: center !important;
}

.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card_vigi {
    width: fit-content ;
    height: fit-content;
}
.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card_vigi .tag {
    width: calc(100% + 60px) ;
    background: #e37a3e;
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    left: -30px;
    bottom: 0;
}
.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card_vigi .add {
    margin: 10px 30px;
}

.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card_vigi .add p {
   font-size: 12px;
   font-weight: 500;
   font-family: 'Poppins', sans-serif;
   color: rgb(64, 64, 64);
   line-height: 22px;
}

.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card_vigi li:nth-child(3)  {
  margin-top: 20px;
  margin-bottom: 0;
}
.compliance .funding_opprtunities_card_bx  .committe_cards .committe_card_vigi li:nth-child(4)  {
  margin-bottom: 20px;
  margin-top: 8px;
}

/* Compliance End  */

/* Related Websites */

.related-websites {
  min-height: 50vh;
  padding: 30px;
  background: rgba(135, 207, 235, 0.113);
}

.related-websites .sites_bx {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-left: 10%;
}
.related-websites .sites_bx li {
  margin-top: 12px;
}
.related-websites .sites_bx li a {
  color: #154760;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
