@import url('https://cdn.jsdelivr.net/npm/reset-css@5.0.2/reset.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"');

.plyr__controls {
  display: none
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 2000px;
  margin: auto;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style-type: disc;
  margin: 20px 0;
}

ul li {
  margin-bottom: 10px;
  line-height: 1.2;
}

ul li strong {
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.cta-btn {
  background-color: #faaf30;
  color: #FFFFFF;
  outline: none;
  font-weight: bold;
  padding: 10px 30px;
  border: 0
}

.cta-btn:hover {
  background-color: #000000;
}


p {
  margin: 0;
  line-height: 1.25;
}

p strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}


#site-wrapper {
  margin: 0 auto;
  overflow-x: hidden !important;
  width: 100%;
}

.text-color {
  color: #112d43;
}

.text-color-white {
  color: #ffffff;
}

.text-color-green {
  color: #2c7a60;
}

.text-color-yellow {
  color: #efdca8;
}

.font-regular {
  font-weight: 400;
  line-height: 1.2;
}

.font-medium {
  font-weight: 600;
  line-height: 1.2;
}

.font-bold {
  font-weight: 800;
  line-height: 1.2;
}

.font-thin {
  font-weight: 100;
  line-height: 1.2;
}

.divider {
  border-bottom: 5px solid #112d43;
}


/**********************
* LOADER
***********************/
#loader {
  position: fixed;
  z-index: 9999;
  background: #ffffffda;
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader .loader-logo {
  width: 100%;
  max-width: 230px;
}

/**********************
* NAVBAR
***********************/
.sticky {
  position: fixed;
  background: #FFFFFF;
  z-index: 9;
}

.annual-report-header {
  background: #122D43;
  color: #FFFFFF;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.annual-report-header p {
  color: #FFFFFF;
  margin: 0 auto;
}

header.container.isDesktopItem>.container {
  padding: 0;
}

.navbar {
  padding: 20px 0;
  background: transparent !important;
  border-bottom: 2px solid #0D2C5B;
}

.navbar-brand {
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.navbar-brand img {
  max-height: 60px;
}

.nav-link {
  color: black;
  font-weight: 500;
  font-size: 11px;
  outline: none;
  text-decoration: none !important;
  transition: 0.4s ease-in-out;
}

.nav-item.active {
  background: #112d43;
  border-radius: 30px;
}

.nav-item.active>.nav-link {
  color: #81d5ef;
}

.nav-link:hover {
  color: #81d5ef;
}

.report-title {
  font-weight: bold;
  font-size: 20px;
}


/**********************
* MOBILE NAV
***********************/
.mobile-nav>nav.navbar>div.container {
  padding: 0
}

.mobile-nav .navbar-brand img {
  max-height: 40px;
}

.mobile-nav .navbar {
  border-bottom: 0;
}

.mobile-nav .navbar-brand {
  margin: 0;
}

.mobile-nav .navbar div>#toggle-nav {
  font-size: 25px;
}

.mobile-nav .sidenav div>#toggle-nav-close {
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #FFFFFF;
  z-index: 1;
}

.mobile-nav .sidenav {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.60);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  user-select: none !important;
  overflow-x: hidden;
}

.mobile-nav .sidenav-holder {
  background: #112d43;
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 75%;
  position: absolute;
  top: 0;
  right: -100%;
  padding: 60px 0;
  height: 100vh;
  overflow-y: auto;
  box-shadow: -3px 0px 10px #000000b7;
}

.mobile-nav .sidenav.active {
  right: 0;
}

.mobile-nav .sidenav.active+#site-wrapper {
  backdrop-filter: blur(15px);
}

.mobile-nav .sidenav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav .sidenav ul li {
  display: block;
  padding: 10px 20px;
}

.mobile-nav .sidenav ul li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
}



/**********************
* HOME BANNER
***********************/
.video-banner {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.video-banner::before {
  position: absolute;
  content: "";
  background: url(../images/poly-ball.png) no-repeat center center;
  width: 657px;
  height: 656px;
  top: 83%;
  right: -23%;
  z-index: -1;
}

.video-banner .row>div {
  background-color: #000000;
}

.video-banner video {
  width: 100%;
  height: auto;
}



/**********************
* SECTION 2
***********************/
.sub-hero {
  background: url(../images/sec2-bg.png) no-repeat center center;
  width: 100%;
  background-size: cover;
  display: flex;
  margin: 0 auto !important;
  text-align: center;
  min-height: 450px;
}

.sub-hero .sub-hero-desc * {
  color: #FFFFFF
}

.sub-hero>.isMobileItem>.row>div>img {
  width: 100%;
  padding: 0 15px;
}

.sec2-bg-crop {
  display: none;
}


/**********************
* SECTION 3
***********************/
.impact-section {
  padding: 60px 30px;
  text-align: center;
}

.impact-section::before {
  position: absolute;
  content: "";
  background: url(../images/sphere.png) no-repeat center center;
  width: 821px;
  height: 811px;
  top: 140%;
  left: -30%;
  z-index: -1;
}

.impact-section h1 {
  line-height: 1.2;
  color: #112d43;
}

.impact-section h1>span {
  color: #faaf30;
}

.impact-card {
  width: 100%;
  background-size: contain !important;
  color: #FFFFFF;
  padding: 20px;
  min-height: 250px;
  background: #e9ecef;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.impact-card p {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.impact-card h2 {
  font-weight: 900;
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  text-shadow: 1px 1px 2px #000000;
}

.impact-card.card-1 {
  background: url('../images/sec3-img-01.jpg') no-repeat center center;
}

.impact-card.card-2 {
  background: url('../images/sec3-img-02.jpg') no-repeat center center;
}

.impact-card.card-3 {
  background: url('../images/sec3-img-03.jpg') no-repeat center center;
}

.impact-card.card-4 {
  background: url('../images/sec3-img-04.jpg') no-repeat center center;
}

.impact-card.card-5 {
  background: url('../images/sec3-img-05.jpg') no-repeat center center;
}

.impact-card.card-6 {
  background: url('../images/sec3-img-06.jpg') no-repeat center center;
}


/**********************
* SECTION 4
***********************/
.section-4 {
  background: url('../images/sec4-bg.jpg') no-repeat center center;
  width: 100%;
  background-size: cover;
  min-height: 500px;
  text-align: center;
  padding: 60px 15px;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}

.section-4 h4 {
  background-color: #ffffff;
  padding: 30px 20px;
  color: #112d43;
  line-height: 1.2;
  font-weight: 800;
  font-size: 24px;
}

.section-4 .vid-container {
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
}



/**********************
* SECTION 5
***********************/
.section-5 {
  background: url('../images/sec5-bg.png') no-repeat bottom center;
  background-position-y: -50%;
  background-attachment: fixed;
  width: 100%;
  background-size: 100%;
  min-height: 500px;
  text-align: center;
  padding: 60px 15px;
  display: flex;
  align-items: center;
}

.section-5 h3 {
  color: #122D43;
  line-height: 1.2;
  font-weight: 900;
}

.collaborators {
  text-align: center;
}

.collaborators p {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.collaborators h5 {
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 800;
}

.collaboration-section {
  padding: 60px 15px;
  margin-bottom: 50px;
  text-align: center;
}




/**********************
* FOOTER
***********************/
.footer {
  background-color: #122D43;
  padding: 40px 0;
  text-align: center;
}

.footer-content {
  background: url(../images/footer-logo-bg.png) no-repeat center center;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  margin: -150px auto 0;
  width: 320px;
  height: 320px;
}

.footer-content>div {
  display: block;
  margin: 0 auto;
}

.footer-content>div p {
  line-height: 1.3;
}

.footer-content>div p a {
  color: #000000;
  text-decoration: none;
}

.footer-logo img {
  max-width: 200px;
}

.footer-left p,
.footer-right p {
  font-weight: bold;
  color: #f3d169;
  line-height: 1.5;
  font-size: 20px;
}

.footer p a {
  color: #f3d169;
}

.footer .btn {
  background-color: #f3d169;
  color: #122d43;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}

.footer .btn:hover {
  background-color: #ffffff;
}

.social-icons a {
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  margin: 0 10px;
  border-radius: 50px;
  display: inline-block;
  color: #122D43;
  text-decoration: none;
}

.social-icons a:hover {
  color: #122D43;
}

.copyright {
  margin-top: 50px;
  font-size: 14px;
  color: #f3d169;
  line-height: 1.5;
}