@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,600&display=swap");
html {
  scroll-behavior: smooth;
  font-size: 12px;
}

/* Color Palette */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 5rem;
}

::-webkit-scrollbar-track {
  background: #012f5e;
  border-radius: 5rem;
}

::-webkit-scrollbar-thumb {
  background: #0085ff;
  border-radius: 5rem;
}

html {
  overflow-x: hidden;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1920px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 5px;
  }
}
@media screen and (min-width: 2200px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 2100px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 4px;
  }
}

body {
  background-color: #ffffff;
  line-height: 2;
  margin: auto;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  overflow-x: hidden;
  max-width: 100%;
  letter-spacing: 1.5px;
}

.top-nav {
  display: flex;
  width: 100%;
  z-index: 10;
  display: none;
  font-size: 1.6669rem;
  position: fixed;
}
@media (max-width: 1200px) {
  .top-nav {
    display: block;
  }
}
.top-nav .fixed-links {
  background-color: #012f5e;
  display: flex;
  padding-right: 2rem;
  width: 100%;
  justify-content: flex-end;
}
.top-nav .fixed-links a {
  text-decoration: none;
  color: #ffffff;
}
.top-nav .fixed-links ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.top-nav .fixed-links ul li {
  float: left;
  padding: 1.2rem 3rem;
  font-size: 1.6669rem;
}

.mobile-nav {
  font-size: 1.6669rem;
  background-color: #0085ff;
  padding: 1rem;
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 5rem;
}
.mobile-nav .nav-link:hover {
  color: #012f5e;
}
.mobile-nav .dropdown-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  margin-top: 4.4rem;
  padding: 2rem;
}
@media (max-width: 992px) {
  .mobile-nav .dropdown-menu {
    margin-top: 0;
  }
}
.mobile-nav .dropdown-menu .dropdown-item {
  font-size: 2rem;
  padding: 1rem;
  border-bottom: 1px solid #012f5e;
  color: #012f5e;
}
.mobile-nav .dropdown-menu .dropdown-item:hover {
  color: #0085ff;
}
.mobile-nav .dropdown-menu .dropdown-item .brd-0 {
  border: none !important;
}
.mobile-nav .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media (max-width: 1200px) {
  .mobile-nav {
    display: block;
  }
}
@media (max-width: 992px) {
  .mobile-nav .navbar-nav {
    margin-top: 5rem !important;
  }
  .mobile-nav .navbar-nav li {
    padding: 1.5rem;
  }
}
.mobile-nav img {
  width: 25rem;
}
.mobile-nav .nav-item {
  padding: 0 3rem;
  border-right: 2px solid #012f5e;
  position: relative;
}
.mobile-nav .nav-item .dropdown-toggle::after {
  vertical-align: middle;
}
@media (max-width: 992px) {
  .mobile-nav .nav-item {
    border: none;
    border-bottom: 1px solid #012f5e;
  }
}
.mobile-nav .nav-item:last-child {
  border: none;
}
.mobile-nav .nav-link {
  padding: 0;
  font-size: 2rem;
  color: #ffffff;
}
.mobile-nav .nav-link.active {
  color: #ffffff;
}
.mobile-nav .navbar-toggler-icon {
  width: 5em;
  height: 5em;
}

.banner {
  position: relative;
  height: 100vh;
}
.banner .collapse-content {
  margin-top: 20px;
}
.banner .collapse {
  margin: 0 !important;
  transition: all 0.5s ease-out;
}
.banner a:hover {
  color: #0085ff !important;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 18rem;
  }
}
@media screen and (min-height: 1200px) {
  .banner {
    height: 80vh;
  }
}
@media screen and (min-height: 1600px) {
  .banner {
    height: 70vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1100px) {
  .banner {
    height: 60vh;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  .banner {
    height: 60vh;
  }
}
.banner video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  max-width: 100%;
}
@media screen and (min-height: 1200px) {
  .banner video {
    height: 80vh;
  }
}
@media screen and (min-height: 1600px) {
  .banner video {
    height: 70vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1100px) {
  .banner video {
    height: 60vh;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  .banner video {
    height: 60vh;
  }
}
.banner .overlay-1 {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  max-width: 100%;
}
@media screen and (min-height: 1200px) {
  .banner .overlay-1 {
    height: 80vh;
  }
}
@media screen and (min-height: 1600px) {
  .banner .overlay-1 {
    height: 70vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1100px) {
  .banner .overlay-1 {
    height: 60vh;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  .banner .overlay-1 {
    height: 60vh;
  }
}
.banner .overlay-2 {
  background-color: rgba(0, 133, 255, 0.4);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  max-width: 100%;
}
@media screen and (min-height: 1200px) {
  .banner .overlay-2 {
    height: 80vh;
  }
}
@media screen and (min-height: 1600px) {
  .banner .overlay-2 {
    height: 70vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1100px) {
  .banner .overlay-2 {
    height: 60vh;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  .banner .overlay-2 {
    height: 60vh;
  }
}
.banner .graphic-overlay {
  background-image: url(../images/shapes/homepage-banner-graphic-lines.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .banner .graphic-overlay {
    background-image: url(../images/shapes/banner-graphic-lines-tab.png);
  }
}
@media (max-width: 992px) {
  .banner .graphic-overlay {
    background-image: none;
  }
}
@media screen and (min-height: 1200px) {
  .banner .graphic-overlay {
    height: 80vh;
  }
}
@media screen and (min-height: 1600px) {
  .banner .graphic-overlay {
    height: 70vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1100px) {
  .banner .graphic-overlay {
    height: 60vh;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  .banner .graphic-overlay {
    height: 60vh;
  }
}
.banner .arrow {
  z-index: 5;
  position: absolute;
  left: 50%;
  bottom: 20rem;
}
.banner .arrow img {
  width: 7rem;
}
.banner .banner-text {
  z-index: 6;
  padding-left: 20rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .banner .banner-text {
    padding-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .banner .banner-text {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 1500px) {
  .banner .banner-text {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 1600px) {
  .banner .banner-text {
    padding-left: 0rem;
  }
}
@media (max-width: 1200px) {
  .banner .banner-text {
    padding-left: 0;
  }
}
.banner .banner-text h1 {
  color: #ffffff;
  font-size: 5.7775rem;
  margin-top: 30vh;
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .banner .banner-text h1 {
    margin-top: 20vh;
  }
}
@media screen and (min-height: 1600px) {
  .banner .banner-text h1 {
    margin-top: 20vh;
  }
}
@media screen and (min-height: 1400px) {
  .banner .banner-text h1 {
    margin-top: 25vh;
  }
}
@media screen and (min-height: 1100px) {
  .banner .banner-text h1 {
    margin-top: 20vh;
  }
}
.banner .banner-text ul {
  list-style: none;
  display: inline-block;
  margin: auto;
  margin-top: 0;
}
.banner .banner-text ul li {
  display: flex;
  float: left;
  margin-right: 8rem;
}
.banner .banner-text ul a {
  color: #ffffff !important;
  text-decoration: none;
}
.banner .banner-text ul a:hover h2 {
  color: #0085ff !important;
}
.banner .banner-text ul a img {
  width: 7rem;
  height: 7rem;
  margin-right: 2rem;
  margin-top: 0.6rem;
}
.banner .banner-text ul a h2 {
  font-size: 3.1119rem;
  text-align: left;
}
.banner .banner-text ul a h2 span {
  font-size: 1.5rem;
}
.banner .banner-text ul a:hover {
  color: #0085ff;
}
.banner .logo {
  padding-left: 13rem;
  padding-top: 3rem;
  z-index: 5;
}
.banner .logo .mt-mnu {
  margin-top: 7rem;
}
.banner .logo .navbar-nav .nav-item {
  border-bottom: 1px solid #347bc1 !important;
  padding: 1rem 0;
  width: 11rem;
}
@media screen and (max-width: 1300px) {
  .banner .logo {
    padding-left: 7rem;
  }
}
@media (max-width: 1200px) {
  .banner .logo {
    display: none;
  }
}
.banner .logo img {
  max-width: 24rem;
}
.banner .logo ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .banner .logo ul {
    display: none;
  }
}
.banner .logo ul a {
  text-decoration: none;
  color: #ffffff;
  font-size: 2.2225rem;
}
.banner .logo ul a li {
  border-bottom: 1px solid #347bc1;
  padding: 1.8rem 0;
}
.banner .logo ul a li:hover {
  color: #0085ff;
}
.banner .navbar-fixed {
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .banner .navbar-fixed {
    display: none;
  }
}
.banner .navbar-fixed .navbar-nav {
  flex-direction: row;
  justify-content: end;
  position: absolute;
  right: 0;
}
.banner .navbar-fixed .navbar-nav .nav-link {
  color: #ffffff;
  padding: 2rem 1.9rem;
  font-size: 1.6669rem;
}
.banner .slide-top {
  animation: slide-top 0.6s linear infinite alternate both;
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

.CM {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 1200px) {
  .CM {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .CM {
    width: 100%;
  }
  .CM .container-fluid {
    padding: 0;
  }
}
.CM .count {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
  text-align: center;
  padding: 3rem 13rem;
  z-index: 6;
  margin-bottom: -5px;
}
@media (max-width: 992px) {
  .CM .count {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  }
}
.CM .count h3 {
  color: #0085ff;
  font-size: 2.6706rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700 !important;
  font-weight: bold;
}
.CM .count h3 span {
  color: #012f5e;
}
.CM .brd-r {
  border-right: 1px solid #012f5e;
  margin-right: 2.5rem;
  margin-left: 2rem;
}

.gradient-bg {
  background: linear-gradient(to bottom, #cee8ff 0%, #ffffff 40%);
}
@media (max-width: 1200px) {
  .gradient-bg {
    background: linear-gradient(to bottom, #cee8ff 0%, #ffffff 60%);
  }
}
@media (max-width: 768px) {
  .gradient-bg {
    background: #ffffff;
  }
}

.companies {
  padding: 5rem 7rem;
  max-width: 67vw;
  margin: auto;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1200px) {
  .companies {
    max-width: 100%;
  }
}
.companies .arrows {
  width: 5rem;
  height: auto;
  position: absolute;
  right: -10%;
  top: 20%;
}
@media (max-width: 1200px) {
  .companies .arrows {
    display: none;
  }
}
.companies img {
  height: 4.5rem;
  margin: 0 2rem;
}
@media (max-width: 1200px) {
  .companies img {
    width: 20rem;
  }
}
@media (max-width: 992px) {
  .companies img {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .companies img {
    width: 10rem;
  }
}
.companies button img {
  width: 5rem;
  height: auto;
  margin: 0;
}
.companies .carousel-control-next, .companies .carousel-control-prev {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .companies {
    display: none;
  }
}

.companies-mobile {
  padding: 5rem 7rem;
  max-width: 60vw;
  margin: auto;
  background: #ffffff;
  position: relative;
  display: none;
}
@media (max-width: 1200px) {
  .companies-mobile {
    max-width: 100%;
  }
}
.companies-mobile .arrows {
  height: auto;
  position: absolute;
  right: -10%;
  top: 20%;
}
@media (max-width: 1200px) {
  .companies-mobile .arrows {
    display: none;
  }
}
.companies-mobile img {
  height: 7rem;
  margin: 0 5rem;
}
.companies-mobile button img {
  width: 5rem;
  height: auto;
  margin: 0;
}
.companies-mobile .carousel-control-next, .companies-mobile .carousel-control-prev {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .companies-mobile {
    display: block;
  }
}

.links {
  padding: 15rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1170px) {
  .links {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .links {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 1800px) {
  .links {
    padding-bottom: 5rem;
  }
}
.links a {
  text-decoration: none;
  position: relative;
}
.links a:hover .member, .links a:hover .sponsor {
  background-color: #012f5e;
}
.links .left {
  margin-bottom: 10rem;
}
.links .icon {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  padding: 1rem;
  text-align: center;
  background-color: #ffffff;
  position: absolute;
  left: -12rem;
  top: -4rem;
  z-index: 5;
}
.links .icon img {
  width: 100%;
}

.right .icon {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  padding: 1rem;
  text-align: center;
  background-color: #ffffff;
  position: absolute;
  left: auto;
  transform: translateX(190%) translateY(0%);
  /*right: -12rem;
  top: -4rem;*/
  z-index: 5;
}
.right .icon img {
  width: 100%;
}

.member {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #0085ff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0% 100%, 0 100%);
  padding: 0.5rem 15rem;
}
.member h3 {
  font-size: 5.205rem;
  color: #ffffff;
}
.member h3 span {
  font-size: 2rem;
}

.sponsor {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #0085ff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 70%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 70%);
  padding: 0.5rem 15rem;
}
.sponsor h3 {
  font-size: 5.205rem;
  color: #ffffff;
}
.sponsor h3 span {
  font-size: 2rem;
}

.events {
  background-image: url(../images/shapes/events-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 30rem;
  padding-bottom: 25rem;
  padding-left: 7%;
  padding-right: 7%;
  width: 90%;
  margin-left: auto;
}
.events a {
  text-decoration: none;
}
.events a:hover p {
  color: #0085ff;
}
@media screen and (max-width: 576px) {
  .events .col-auto {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .events {
    background-image: url(../images/shapes/events-bg-tab.png);
    background-size: cover;
    background-position: top;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20rem;
    padding-bottom: 10rem;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .events {
    background: #012f5e;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
.events h1 {
  font-size: 6.1581rem;
  color: #ffffff;
  margin-bottom: 12rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700 !important;
}
.events img {
  height: 10rem;
}
.events p {
  font-size: 2.2619rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 7rem;
}
@media (max-width: 992px) {
  .events p {
    margin-bottom: 10rem;
  }
}

.mission {
  padding-top: 12rem;
  color: #012f5e;
}
.mission .container-fluid {
  width: 90%;
}
.mission h2 {
  font-size: 5.025rem;
}
.mission p {
  font-size: 2.5rem;
  line-height: 1.5;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
}
.mission a {
  text-decoration: none;
  font-size: 2.5344rem;
  background-color: #0085ff;
  padding: 0.5rem 4rem;
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-block;
  margin-top: 3rem;
}
.mission a:hover {
  background-color: #012f5e;
}
.mission .brd-r {
  border-right: 2px solid #0085ff;
  height: 60%;
  display: inline-block;
  margin-top: 10rem;
}
@media (max-width: 1200px) {
  .mission .brd-r {
    display: none;
  }
}

.volunteer {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .volunteer .container-fluid {
    max-width: 80%;
  }
}
@media (max-width: 1200px) {
  .volunteer .volunteer-text {
    margin-right: -80%;
    margin-left: 40%;
  }
}
@media (max-width: 992px) {
  .volunteer .volunteer-text {
    margin: 0;
  }
}
.volunteer h1 {
  font-size: 7.125rem;
  color: #0085ff;
}
.volunteer p {
  font-size: 1.5rem;
  color: #737373;
  line-height: 1.5;
}
.volunteer a {
  text-decoration: none;
  font-size: 2.5344rem;
  background-color: #0085ff;
  padding: 0.5rem 4rem;
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-block;
  margin-top: 3rem;
  font-weight: 100;
}
.volunteer a:hover {
  background-color: #012f5e;
}
.volunteer .volunteer-bg {
  background-image: url(../images/shapes/volunteer-lines.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 14rem;
  width: 45vw;
  height: 45vw;
}
@media (max-width: 1200px) {
  .volunteer .volunteer-bg {
    background-image: url(../images/shapes/volunteer-lines-tab.png);
    width: 65vw;
    height: 65vw;
  }
}
@media (max-width: 992px) {
  .volunteer .volunteer-bg {
    background-image: url(../images/shapes/volunteer-lines.png);
  }
}
@media (max-width: 768px) {
  .volunteer .volunteer-bg {
    width: 100vw;
    height: 100vw;
  }
}
.volunteer .volunteer-bg .dp {
  -webkit-clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
          clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
  width: 80%;
  height: 90%;
  top: 7%;
  right: 10%;
  background-image: url(../images/Volunteer/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  /* position: relative;      
   width: 86%;
   margin-left: -12%; */
}
@media (max-width: 1200px) {
  .volunteer .volunteer-bg .dp {
    right: -27%;
  }
}
@media (max-width: 992px) {
  .volunteer .volunteer-bg .dp {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .volunteer .volunteer-bg .dp {
    top: 10%;
  }
}
.volunteer .volunteer-bg .dp .text {
  position: absolute;
  background-color: #ffffff;
  padding: 1rem;
  width: 101%;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.volunteer .volunteer-bg .dp .text .text-left {
  display: inline-block;
  text-align: left;
}
.volunteer .volunteer-bg .dp .text h3 {
  font-size: 2.5656rem;
  color: #0085ff;
}
.volunteer .volunteer-bg .dp .text p {
  font-size: 1.6669rem;
  color: #737373;
  margin: 0;
}

.thanks {
  margin-top: -5rem;
}
.thanks .thanks-bg {
  -webkit-clip-path: polygon(50% 0%, 100% 70%, 100% 100%, 0 100%, 0 70%);
          clip-path: polygon(50% 0%, 100% 70%, 100% 100%, 0 100%, 0 70%);
  width: 100%;
  padding: 5rem;
  background-color: #0085ff;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .thanks .thanks-bg {
    -webkit-clip-path: polygon(30% 0%, 100% 60%, 100% 100%, 0 100%, 0% 25%);
            clip-path: polygon(30% 0%, 100% 60%, 100% 100%, 0 100%, 0% 25%);
    margin-bottom: 2rem;
    margin-top: 20rem;
    margin: auto;
  }
  .thanks .thanks-bg .thanks-text {
    width: 60vw;
    text-align: left !important;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .thanks .thanks-bg .col-sm-6 {
    text-align: left !important;
    padding-left: 20%;
  }
}
.thanks .thanks-bg img {
  width: 15rem;
  margin-top: 10rem;
  margin-bottom: 15rem;
}
.thanks .thanks-bg h1 {
  font-size: 5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700 !important;
}
.thanks .thanks-bg p {
  font-size: 1.7rem;
  line-height: 1.5;
}
.thanks .thanks-bg p strong {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700 !important;
}
.thanks .line {
  width: 100%;
  height: 3rem;
  background-color: #0085ff;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .thanks .line {
    display: none;
  }
}

footer .slider {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding-top: 2rem;
}
footer .slide-track {
  width: 400vw;
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}
footer .slide {
  width: 40vw;
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: grid;
  place-items: center;
  transition: 0.3s;
  cursor: pointer;
}
footer .slide img {
  width: 100%;
}
@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@media (max-width: 1200px) {
  footer .footer-bg .container-fluid {
    padding: 0;
  }
}
footer .footer-bg .parallax-container {
  position: relative;
}
footer .footer-bg .parallax-bg {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  z-index: -3;
  max-width: 100%;
  background-position: bottom;
}
footer .footer-bg .parallax-content {
  padding-bottom: 15rem;
  height: 100vh;
  background-image: url(../images/shapes/footer-content-bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-right: 5%;
  padding-top: 1%;
  width: 80%;
  margin: auto;
}
@media (max-width: 1200px) {
  footer .footer-bg .parallax-content {
    width: 100%;
    background-image: url(../images/shapes/footer-content-bg-tab.png);
  }
}
@media (max-width: 992px) {
  footer .footer-bg .parallax-content {
    width: 100%;
    background-image: url(../images/shapes/footer-content-bg-mob.png);
    height: auto;
  }
}
footer .footer-bg .parallax-content ul {
  list-style: none;
  text-align: center;
  display: inline-block;
  margin: auto;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  footer .footer-bg .parallax-content ul {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 390px) {
  footer .footer-bg .parallax-content ul {
    margin-top: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-bg .parallax-content ul {
    margin-top: 7rem;
  }
}
footer .footer-bg .parallax-content ul a {
  text-decoration: none;
}
footer .footer-bg .parallax-content ul a li {
  padding: 0 7rem;
  float: left;
  border-right: 3px solid #0085ff;
}
@media screen and (max-width: 420px) {
  footer .footer-bg .parallax-content ul a li {
    padding: 0 3rem;
  }
}
footer .footer-bg .parallax-content ul a h3 {
  font-size: 2.7775rem;
  color: #ffffff;
  margin: 0;
}
footer .footer-bg .parallax-content ul a h3:hover {
  color: #0085ff;
}
footer .footer-bg .parallax-content .address {
  margin-top: 5rem;
}
@media (max-width: 1200px) {
  footer .footer-bg .parallax-content .address {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1800px) {
  footer .footer-bg .parallax-content .address {
    margin-top: 10rem;
  }
}
footer .footer-bg .parallax-content .address p {
  font-size: 2.0831rem;
  color: #ffffff;
  margin-bottom: 5rem;
}
footer .footer-bg .parallax-content .address p a{
  font-size: 2.0831rem;
  color: #ffffff;
  margin-bottom: 5rem;
  text-decoration: none;
}
footer .footer-bg .parallax-content .address p a:hover{
  color: #0085ff;
}
footer .footer-bg .parallax-content .address .social a {
  margin-right: 1rem;
  text-decoration: none;
}
footer .footer-bg .parallax-content .address .social a img {
  height: 27px;
}
footer .footer-bg .bottom-links {
  display: inline-grid;
  position: absolute;
  top: 40%;
  left: 12%;
}
@media (max-width: 992px) {
  footer .footer-bg .bottom-links {
    display: inline-block;
    width: 70%;
    top: 50%;
    position: relative;
    top: 0;
    margin-bottom: 15%;
  }
  .volunteer p{
    font-size: 1.7rem;
  }
}
footer .footer-bg .bottom-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2.1669rem;
  margin-bottom: 2rem;
}
footer .footer-bg .bottom-links a:hover {
  color: #0085ff;
}
footer .copyright .text p {
  color: #012f5e;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-left: 16%;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.copyright a {
  color: #012f5e;
  text-decoration: none;
}
.copyright a:hover {
  color: #0085ff;
}
@media (max-width: 992px) {
  footer .footer-bg .bottom-links a {
    padding: 0rem 5rem;
    border-right: 1px solid #ffffff;
    margin-bottom: 5rem;
    display: inline-block;
  }
  footer .footer-bg .bottom-links a:last-child {
    border: none;
  }
  footer .copyright .text p {
		text-align: center;
    margin-left: 0;
	}
}
@media (max-width: 1200px) {
  footer .footer-bg .bottom-links a {
    margin-bottom: 1.5rem;
  }
}
footer .copyright {
  margin-top: -10%;
}
footer .copyright .footer-logo {
  text-align: center;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 100% 100%, 0 100%, 0 100%);
          clip-path: polygon(50% 0%, 100% 100%, 100% 100%, 0 100%, 0 100%);
  background-color: #ffffff;
  width: 100%;
  padding: 15rem;
  padding-top: 10rem;
  padding-bottom: 1rem;
  max-width: 70rem;
  margin: auto;
  margin-bottom: -2px;
}
footer .copyright .footer-logo img {
  width: 100%;
  max-width: 22rem;
}
footer .copyright .text {
  background-color: #ffffff;
  padding: 2rem;
}

footer .copyright .text p a:hover {
  color: #0085ff;
}
footer .copyright .text p strong {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700 !important;
}

.brd-0 {
  border: none !important;
}/*# sourceMappingURL=style.css.map */