@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

h1,
h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.default-btn {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
  border-radius: 0px;
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 100%;
  padding: 8px 15px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-btn {
  background: #89B890;
  color: #fff;
  border: 1px solid #89B890;
}

.theme-btn:hover {
  background: #124891 !important;
  color: #fff !important;
  border: 1px solid #124891;
  transition: all 0.3s;
}

.blue-btn {
  background: #124891;
  color: #fff;
  border: 1px solid #124891;
}

.blue-btn:hover {
  background: #fff !important;
  color: #124891 !important;
  border: 1px solid #124891;
}

/* header */
.navbar.navbar-dark {
  background: #124891;
  padding: 68px 0 45px;
}

.navbar>.container-fluid {
  align-items: flex-start;
}

.navbar .navbar-brand {
  padding: 0;
}

.navigation-wrapper {
  width: 100%;
}

.navigation-wrapper .social-media-list {
  margin-bottom: 50px;
}

.social-media-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.social-media-list ul li {
  margin-right: 10px;
}

.social-media-list ul li:last-child {
  margin-right: 0;
}

.social-media-list ul li a {
  display: block;
}

.social-media-list ul li a img {
  width: 32px;
}

.navigation-list ul.navbar-nav {
  justify-content: flex-end;
}

.navbar-expand-md .navbar-nav .nav-item {
  margin-left: 85px;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
  padding: 0px;
}

.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #89B890;
  transition: all 0.3s;
}

/* end header */

/* footer */
footer {
  background: #124891;
  padding: 75px 0 149px;
}

footer .social-media-list {
  margin-bottom: 90px;
}

footer .social-media-list ul {
  justify-content: flex-start;
}

.footer-logo ul {
  display: flex;
  align-items: center;
}

.footer-logo ul li {
  margin-right: 68px;
}

.footer-logo ul li:last-child {
  margin-right: 0;
}

.registerd-info {
  text-align: right;
}

.registerd-info img {
  margin-bottom: 50px;
}

.registerd-info p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

/* end footer */

/* wrapper section */
.page-wrapper {
  width: 100%;
  margin: auto;
}

.page-card {
  position: relative;
  background: #fff;
  margin: auto;
  margin-top: -430px;
}

.page-card:after {
  content: "";
  width: 100%;
  height: 430px;
  box-shadow: 6px -6px 6px 0px rgba(0, 0, 0, 0.11);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ptb-90 {
  padding: 90px 0;
}

/* end wrapper section */

/* homepage */
.banner {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 835px;
}

.banner-img {
  height: 100%;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.home-content {
  padding-top: 125px;
}

.home-content h1 {
  color: #154692;
  margin-bottom: 35px;
  letter-spacing: 0.7px;
}

.home-content h4 {
  color: #000;
  margin-bottom: 35px;
}

.home-content p {
  color: #000;
  margin-bottom: 30px;
}

.home-content-btns {
  display: flex;
  align-items: center;
}

.home-content-btns .default-btn {
  width: 442px;
  height: 89px;
  margin-right: 19px;
}

.latest-news-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.latest-news-card {
  width: 23.61%;
  margin-right: 1.39%;
  margin-bottom: 70px;
}

.latest-news-card img {
  width: 100%;
  margin-bottom: 35px;
}

.latest-news-card h3 {
  color: #124891;
  margin-bottom: 6px;
  padding-right: 15px;
  height: 152px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.latest-news-card p {
  height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000;
}

.latest-news-card.full-content h3 {
  display: block;
  -webkit-line-clamp: unset;
  overflow: unset;
}

.latest-news-card.full-content p {
  height: auto;
  display: block;
  -webkit-line-clamp: unset;
  overflow: unset;
}

.latest-news-card .theme-btn {
  height: 77px;
  width: 100%;
}

.section-title {
  margin-bottom: 29px;
  color: #124891;
}

/* end homepage */

/* news-detail page */
.news-detail-title h1 {
  letter-spacing: 0.7px;
  color: #124891;
  margin-bottom: 40px;
}

.news-author h4 {
  color: #89B890;
  font-weight: 700;
}

.news-author h4,
.news-detail-content p {
  margin-bottom: 30px;
}

.news-detail-content p {
  color: #000;
}

.news-full-img,
.half-width-img {
  margin-bottom: 60px;
}

.news-full-img img,
.half-width-img img {
  width: 100%;
}

.back-news-btn {
  padding: 30px 0 60px;
}

.back-news-btn .theme-btn {
  width: 487px;
  height: 89px;
}

/* end news-detail page */

/* research page */
.research-showcase h4 {
  color: #89B890;
  font-weight: 700;
}

.research-showcase h4 {
  margin-bottom: 15px;
}

.research-detail-content p {
  color: #000;
  margin-bottom: 20px;
}

.research-site-btn {
  padding-top: 20px;
}

.research-site-btn .theme-btn {
  width: 535px;
  height: 77px;
}

.research-partner {
  padding-bottom: 120px;
}

.partner-list {
  padding: 40px 0 20px;
}

.partner-list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.partner-list ul li {
  width: 324px;
  height: 324px;
  border: 2px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 30px;
}

.partner-list ul li img {
  max-width: 100%;
  max-height: 100%;
}

/* end research page */

/* resources page */
.half-width-img {
  padding-top: 10px;
}

.half-width-img ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.half-width-img ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
}

.half-width-img ul li:nth-child(2n) {
  margin-right: 0;
}

.half-width-img img {
  width: 100%;
}

.resources-title h1,
.resources-title h2 {
  margin-bottom: 15px;
  color: #154692;
}

/* end resources page */

/* advocacy page */
.advocacy-wrapper {
  padding: 80px 0 40px;
}

/* end advocacy page */