/* ------------------------------------------------------------default start------------------------------------------------------------ */
@font-face {
	font-family: 'Libre Baskerville';
	src: url(../fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf);
}

@font-face {
	font-family: 'Noto Sans';
	src: url(../fonts/Noto_Sans/NotoSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
	font-family: 'Quicksand';
	src: url(../fonts/Quicksand/static/Quicksand-Regular.ttf);
}

body {
	background-color: rgb(255, 255, 255);
}

h1 {
	font-family: 'Libre Baskerville';
	color: rgb(0, 0, 0);
}

h2 {
	font-family: 'Noto Sans';
	color: rgb(0, 0, 0);
}

h3 {
	font-family: 'Noto Sans';
	color: rgb(0, 0, 0);
}

h4 {
	font-family: 'Noto Sans';
	color: rgb(0, 0, 0);
}

a {
	font-family: 'Noto Sans';
  text-decoration: none;
}

p {
	font-family: "Quicksand", sans-serif;
	font-size: 1vw;
	color: rgb(0, 0, 0);
}

@media screen and (min-width: 1024px) {
  h1 {
		font-size: 4vw;
	}

	h2 {
		font-size: 2.5vw;
	}

	h3 {
		font-size: 1.3vw;
	}

	h4 {
		font-size: 1.5vw;
	}

	a {
		font-size: 1vw;
	}

	li {
		font-size: 1vw;
	}

	p {
		font-size: 1vw;
	}

	.counter {
		font-size: 2vw;
	}

	.marquee-font {
		font-size: 3vw;
	}

	.section-navbar {
		padding: 10px 0px 10px 0px;
	}

	.navbar-main-wrapper {
		display: block;
	}

	.navbar-responsive-wrapper {
		display: none;
	}

  .language-toggle {
    display: inline-flex;
  }

	.navbar-menu {
		text-align: center;
	}

	.navbar-content {
		align-items: center;
	}

	.menu-dropdown {
		text-align: center;
    display: inline-flex;
	}

	.section-banner {
		background-position: center center;
	}

	.sub-banner {
		background-position: center center;
	}

  .section-eagles-banner {
    background-position: left center;
  }

	.contact-item {
		width: calc(25% - 20px);
	}

  .years-counter {
    width: 160px;
    height: 160px;
  }

	.newsletter-banner-tab {
		width: 100%;
	}

	.newsletter-main-wrapper {
    justify-content: right;
		margin-left: 0px;
	}
	
	.highlight-banner-image-wrapper .highlight-image-1 {
    max-width: 400px;
  }
    
  .highlight-banner-image-wrapper .highlight-image-2 {
    max-width: 250px;
  }

	.foundation-logo {
		right: 20px;
		img {
			opacity: 0.5;
		}
	}

	.section-statistic-banner {
		padding: 75px 0px 0px 0px;
	}

	.statistic-banner-image {
		display: block;
		margin-top: -125px;
	}

	.program-course {
		width: calc(25% - 15px);
	}

	.program-course-image img {
		border-radius: 15px;
	}

	.eagles-value {
		width: calc(25% - 10px);
	}

  .bank {
    width: 55%;
  }

	.footer-logo {
		width: calc(100% - 50px);
	}

	.logo-body {
		background-color: rgba(255, 255, 255, 1);
	}
}

@media screen and (max-width: 1024px) {
  h1 {
		font-size: 4vw;
	}

	h2 {
		font-size: 2.5vw;
	}

	h3 {
		font-size: 2vw;
	}

	h4 {
		font-size: 1.75vw;
	}

	a {
		font-size: 1.75vw;
	}

	li {
		font-size: 1.75vw;
	}

	p {
		font-size: 1.75vw;
	}

	.counter {
		font-size: 2vw;
	}

	.marquee-font {
		font-size: 3vw;
	}

	.section-navbar {
		padding: 5px 0px 5px 0px;
	}

	.navbar-main-wrapper {
		display: none;
	}

	.navbar-responsive-wrapper {
		display: block;
	}

  .language-toggle {
    display: flex;
    justify-content: right;
    margin: 0px 12.5px 0px 0px;
  }
	
	.navbar-content {
		border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	}

	.menu-dropdown {
		border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	}

	.section-banner {
		background-position: 70% center;
	}

	.sub-banner {
		background-position: 70% center;
	}

  .section-eagles-banner {
    background-position: 15% center;
  }

	.contact-item {
		width: calc(50% - 20px);
	}

  .years-counter {
    width: 145px;
    height: 145px;
  }

	.newsletter-banner-tab {
		width: 85%;
	}

	.newsletter-main-wrapper {
		justify-content: left;
		margin-left: 20px;
	}
	
	.highlight-banner-image-wrapper .highlight-image-1 {
    max-width: 350px;
  }
  
  .highlight-banner-image-wrapper .highlight-image-2 {
    max-width: 200px;
  }

	.foundation-logo {
		right: 0px;
		img {
			opacity: 0.25;
		}
	}

	.section-statistic-banner {
		padding: 75px 0px 50px 0px;
	}

	.statistic-banner-image {
		display: none;
		margin-top: 0px;
	}

	.program-course {
		width: calc(50% - 10px);
		border: solid 2px rgb(215, 215, 215);
		border-radius: 15px;
	}

	.program-course-image img {
		border-radius: 0px;
	}

	.eagles-value {
		width: calc(50% - 20px);
	}

  .bank {
    width: 60%;
  }

	.footer-logo {
		width: 50%;
	}

	.logo-body {
		background-color: rgba(255, 255, 255, 0);
		img {
			filter: brightness(0) invert(1);
		}
	}
}

@media screen and (max-width: 600px) {
  h1 {
		font-size: 6vw;
	}

	h2 {
		font-size: 4vw;
	}

	h3 {
		font-size: 3.4vw;
	}

	h4 {
		font-size: 3.1vw;
	}

	a {
		font-size: 3.1vw;
	}

	li {
		font-size: 3.1vw;
	}

	p {
		font-size: 3.1vw;
	}

	.counter {
		font-size: 3.5vw;
	}

	.marquee-font {
		font-size: 5vw;
	}

	.section-navbar {
		padding: 0px 0px 0px 0px;
	}

	.navbar-menu {
		border-radius: 10px;
	}

	.contact-item {
		width: 85%;
	}

  .years-counter {
    width: 125px;
    height: 125px;
  }
	
	.highlight-banner-image-wrapper .highlight-image-1 {
    max-width: 275px;
  }
    
  .highlight-banner-image-wrapper .highlight-image-2 {
    max-width: 150px;
  }

	.section-statistic-banner {
		padding: 75px 0px 0px 0px;
	}

	.statistic-banner-image {
		display: block;
		margin-top: -25px;
	}

	.program-course {
		width: 85%;
	}

	.eagles-value {
		width: 85%;
	}

  .bank {
    width: 75%;
  }

	.footer-logo {
		width: calc(60% - 50px);
	}
}

.icon-image-parameter {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    translate: 0px -5px;
  }
}
/* ------------------------------------------------------------default end------------------------------------------------------------ */

/* ------------------------------------------------------------header start------------------------------------------------------------ */
header {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 4;
}

.language-toggle {
  float: none;
}

.section-navbar {
	width: 100%;
	height: auto;
	position: absolute;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3.5px);
	border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	a {
		text-transform: capitalize;
	}
}

.navbar-logo img {
	max-width: 100%;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 1);
	vertical-align: middle;
}

.navbar-menu {
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.navbar-content {
	float: none;
  display: inline-flex;
	color: rgb(255, 255, 255);
	font-weight: 600;
	transition: 0.25s;
}

.navbar-content:hover {
	color: rgb(250, 0, 0);
}

.menu-dropdown {
	float: none;
	font-weight: 600;
	transition: 0.25s;
	position: relative;
}

.navbar-dropdown {
	color: rgb(255, 255, 255);
}

.navbar-dropdown:hover {
	color: rgb(250, 0, 0);
}

.navbar-dropdown .arrow {
	position: relative;
	margin-left: 10px;
	translate: 0px -4px;
  border: solid rgb(255, 255, 255);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	transition: 0.5s;
}

.navbar-dropdown .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navbar-dropdown:hover .arrow {
	translate: 0px 1px;
  border: solid rgb(255, 255, 255);
	border-width: 0 3px 3px 0;
}

.dropdown-content {
  display: none;
	position: absolute;
	top: 100%;
	translate: -20px 0px;
  width: 175px;
	height: auto;
	padding: 5px 6px;
	border-radius: 10px;
	z-index: 5;
	background-color: rgba(8, 21, 44, 1);
	transform-origin: top center;
	transform: scaleY(0.75);
	transition: 0.35s;
}

.menu-dropdown:hover .dropdown-content {
	display: block;
	transform: scaleY(1);
}

.dropdown-content a {
  float: none;
  color: rgb(255, 255, 255);
  margin: 17.5px 15px;
  display: block;
  text-align: left;
}

.link-available {
	color: rgb(255, 255, 255);
	translate: 0px 0px;
	transition: 0.5s;
}

.link-available:hover {
	color: rgb(255, 113, 113);
	translate: 3px 0px;
}

.link-unavailable {
	color: rgb(255, 255, 255);
	transition: 0.5s;
}

.link-unavailable:hover {
	color: rgb(150, 150, 150);
}

.support-button {
	width: 100%;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
}
/* ------------------------------------------------------------header end------------------------------------------------------------ */

/* ------------------------------------------------------------mobile header start------------------------------------------------------------ */
.responsive-navbar {
  overflow: hidden;
  position: relative;
	vertical-align: middle;
	text-align: center;
}

.responsive-navbar #responsiveMenu {
  display: none;
}

.responsive-navbar a {
  color: rgb(255, 255, 255);
  font-size: 17px;
  display: block;
}

.responsive-navbar a.icon {
  position: absolute;
	vertical-align: middle;
  right: 0;
  top: 0;
	transform: translate(0%, 20%);
}

.responsive-navbar-logo {
	width: 150px;
	img {
		max-width: 100%;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 0);
		filter: brightness(0) invert(1);
		vertical-align: middle;
	}
}

.responsive-navbar-menu {
  width: 100%;
	vertical-align: middle;
  text-align: left;
  background: rgba(8, 21, 44, 1);
  border-radius: 5px;
  backdrop-filter: blur(3.5px);
}

.responsive-navbar-menu a {
  padding: 7.5px;
}

.responsive-bar {
	width: 40px;
	height: 40px;
	display: flex;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 5px;
	img {
	max-width: 100%;
	padding: 3.5px;
	}
}

.dropdown-responsive-content {
  display: none;
}

.dropdown-responsive-content a {
  float: none;
  color: rgb(255, 255, 255);
  margin-left: 25px;
  display: block;
  text-align: left;
}

.navbar-content-last {
	float: none;
  display: inline-flex;
	color: rgb(255, 255, 255);
	font-weight: 600;
	transition: 0.25s;
}

.navbar-content-last:hover {
	color: rgb(250, 0, 0);
}
/* ------------------------------------------------------------mobile header end------------------------------------------------------------ */

/* ------------------------------------------------------------sub banner start------------------------------------------------------------ */
.sub-banner {
  height: 457.5px;
  background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
  position: relative;
}

.sub-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(135deg,rgba(8, 21, 44, 0.8) 27.5%, rgba(8, 21, 44, 0.15) 100%);
}

.title-wrapper {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -10%);
  h1 {
    text-align: center;
    font-weight: bold;
    color: rgb(255, 255, 255);
  }
}

.sub-title {
  display: flex;
  text-align: center;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  a {
    font-family: "Quicksand", sans-serif;
    color: rgb(255, 255, 255);
  }
  p {
    margin-left: 7px;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
  }
}

.marquee-banner {
  text-align: center;
}

.marquee-wrapper {
  background-color: rgb(4, 35, 86);
  padding-top: 9.75px;
  padding-bottom: 9.75px;
}

.marquee-text {
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  span {
    color: rgb(209, 0, 0);
  }
}
/* ------------------------------------------------------------sub banner end------------------------------------------------------------ */

/* ------------------------------------------------------------sub banner gallery start------------------------------------------------------------ */
.sub-banner {
  height: 457.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.sub-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(135deg,rgba(8, 21, 44, 0.8) 27.5%, rgba(8, 21, 44, 0.15) 100%);
}

.title-wrapper {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -10%);
  h1 {
    text-align: center;
    font-weight: bold;
    color: rgb(255, 255, 255);
  }
}

.sub-title {
  display: flex;
  text-align: center;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  a {
    font-family: "Quicksand", sans-serif;
    color: rgb(255, 255, 255);
  }
  p {
    margin-left: 7px;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
  }
}

.marquee-banner {
  text-align: center;
}

.marquee-wrapper {
  background-color: rgb(4, 35, 86);
  padding-top: 9.75px;
  padding-bottom: 9.75px;
}

.marquee-text {
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  span {
    color: rgb(209, 0, 0);
  }
}
/* ------------------------------------------------------------sub banner gallery end------------------------------------------------------------ */

/* ------------------------------------------------------------about start------------------------------------------------------------ */
.section-about {
  position: relative;
  background-size: cover;
  padding: 75px 0px 50px 0px;
}

.section-about::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.75) 100%);
}

.about-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-left-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-right: 5px;
}

.about-left-wrapper .about-image-1 {
  opacity: 1;
  width: calc(50% - 20px);
  margin-top: 0px;
  img {
    display: flex;
    aspect-ratio: 1 / 1.7;
		width: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 9999px;
  }
}

.about-left-wrapper .about-image-2 {
  opacity: 1;
  width: calc(50% - 20px);
  margin-top: 70px;
  img {
    display: flex;
    aspect-ratio: 1 / 1.7;
		width: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 9999px;
  }
}

.years-counter {
  opacity: 1;
  border-radius: 100%;
  border: solid 10px rgb(255, 255, 255);
  align-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgb(4, 35, 86);
  transform: translate(-50%, -50%);
  h4 {
    font-weight: 700;
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 1;
  }
  p {
    text-transform: capitalize;
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 1;
  }
}

.years-counter::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(8, 21, 44);
  border-radius: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: 0;
}

.years-counter:hover::before {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.vm-details-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  display: block;
  opacity: 0;
  margin-right: 5px;
  padding: 50px 10px 50px 10px;
	background-color: rgba(255, 255, 255, 0.5);
  border: solid 3.5px rgb(4, 35, 86);
  box-shadow: 5px 5px 5px rgba(78, 78, 78, 0.278);
  border-radius: 15px;
  overflow: auto;
  p {
    opacity: 0;
    text-align: center;
    font-weight: 700;
    color: rgb(0, 0, 0);
    transition: 0.25s;
  }
}

.about-text-wrapper {
  margin: 20px 0px 0px 5px;
}

.about-header-wrapper {
  width: 100%;
  height: auto;
}

.about-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
}

.about-intro {
  h2 {
    font-weight: 700;
  }
}

.about-vm-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;}

.about-vm {
  width: calc(50% - 15px);
  height: 125px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(225, 225, 225);
  border-radius: 15px;
  padding: 25px;
  
}

.about-vm::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(4, 35, 86);
  border-radius: 15px 999px 999px 15px;
  transition: 0.75s;
}

.about-vm:hover::before,
.about-vm.active::before {
  width: 100%;
  border-radius: 15px;
}

.vm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgb(4, 35, 86);
  border-radius: 100%;
  transition: 1.75s;
  img {
    position: relative;
    height: 30px;
    width: 30px;
  }
}

.about-vm:hover .vm-icon,
.about-vm.active .vm-icon {
  background-color: rgb(255, 255, 255);
  img {
    filter: invert(100%);
  }
}

.vm-text {
  position: relative;
  width: calc(100% - 70px);
  margin-left: 10px;
  h3 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    transition: 1s;
  }
}

.about-vm:hover .vm-text,
.about-vm.active .vm-text {
  h3 {
    color: rgb(255, 255, 255);
  }
}

.about-footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.founder-profile {
  display: flex;
  align-items: center;
  margin: 0;
  img {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: solid 2px rgb(255, 255, 255);
    transform: translate(0px, 0px);
    background-color: rgb(255, 255, 255);
  }
}

.founder-info {
  margin-right: 40px;
  p {
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-bottom: 2.5px;
    opacity: 1;
  }
  span {
    opacity: 0.5;
  }
}
/* ------------------------------------------------------------about end------------------------------------------------------------ */
 
/* ------------------------------------------------------------eagles banner start------------------------------------------------------------ */
.section-eagles-banner {
  position: relative;
  background-size: cover;
  padding: 75px 0px 50px 0px;
}

.section-eagles-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg,rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 25%);
}

.eagles-banner-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.eagles-banner-text-wrapper {
  margin-bottom: 20px;
}

.eagles-banner-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
}

.eagles-banner-intro {
  h2 {
    font-weight: 700;
  }
}

.eagles-banner-button {
  display: inline-grid;
	width: 100%;
	vertical-align: middle;
  justify-items: right;
  margin-bottom: 30px;
}

.eagles-banner-main-wrapper {
  margin-top: 40px;
}

.eagles-banner-slick .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.eagles-banner-value {
  height: 550px;
  border-radius: 20px;
  border: solid 1px rgb(225, 225, 225);
  background-color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
	position: relative;
}

.eagles-banner-value::before {
  content: '';
  height: 0%;
	width: 100%;
	bottom: 0;
	left: 0;
  background-color: rgb(4, 35, 86);
  border-radius: 350px 350px 0px 0px;
  position: absolute;
	transition: 0.65s;
}

.eagles-banner-value:hover::before {
  height: 100%;
  border-radius: 0px;
}

.eagles-banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: rgb(4, 35, 86);
  border-radius: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
  transition: 1.5s;
  img {
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: 2;
  }
}

.eagles-banner-value:hover .eagles-banner-icon {
  background-color: rgb(255, 255, 255);
  img {
    filter: invert(100%);
  }
}

.eagles-banner-text {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  h3 {
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    transition: 1.25s;
  }
  p {
    color: rgb(0, 0, 0);
    transition: 1.25s;
  }
  ul {
    color: rgb(0, 0, 0);
    transition: 1.25s;
  }
}

.eagles-banner-value:hover .eagles-banner-text {
  h3 {
    color: rgb(255, 255, 255);
  }
  p {
    color: rgb(255, 255, 255);
  }
  ul {
    color: rgb(255, 255, 255);
  }
}

.eagles-banner-paragraph {
  width: 100%;
  height: 175px;
  position: relative;
}

.eagles-banner-paragraph::before {
  content: '';
  width: 50%;
  height: 1.5px;
  bottom: 15px;
  left: 0;
  background-color: rgb(225, 225, 225);
  position: absolute;
}

.eagles-indicator {
  position: absolute;
  left: 10%;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  p {
    color: rgba(100, 100, 100, 0.5);
    transition: 0.75s;
  }
  span {
    color: rgb(4, 35, 86);
    transition: 0.75s;
  }
}

.eagles-value:hover .eagles-indicator {
  p {
    color: rgba(255, 255, 255, 0.35);
  }
  span {
    color: rgb(255, 255, 255);
  }
}

.eagles-banner-value:hover .eagles-indicator {
  p {
    color: rgba(255, 255, 255, 0.35);
  }
  span {
    color: rgb(255, 255, 255);
  }
}
/* ------------------------------------------------------------eagles banner end------------------------------------------------------------ */

/* ------------------------------------------------------------gallery banner start------------------------------------------------------------ */
.section-gallery-banner {
  padding: 75px 0px 50px 0px;
  background-color: rgb(255, 255, 255);
}

.gallery-banner-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-banner-text-wrapper {
  margin: 0px 0px 5px 30px;
}

.gallery-banner-header-wrapper {
  width: 100%;
  height: auto;
}

.gallery-banner-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
}

.gallery-banner-intro {
  h2 {
    font-weight: 700;
    color: rgb(0, 0, 0);
  }
}

.gallery-banner-paragraph {
  p {
    color: rgb(0, 0, 0);
  }
}

.gallery-banner-footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gallery-banner-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
  margin: 0px 5px 0px 5px;
}

.gallery-banner-left-image {
  width: calc(50% - 15px);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.gallery-banner-right-image {
  width: calc(50% - 15px);
  margin-top: 70px;
}

.gallery-banner-left-image .gallery-image-1 {
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  aspect-ratio: 1 / 1.1;
  width: 100%;
}

.gallery-banner-left-image .gallery-image-2 {
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  aspect-ratio: 1 / 0.75;
  width: 100%;
}

.gallery-banner-right-image .gallery-image-3 {
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  aspect-ratio: 1 / 1.75;
  width: 100%;
}
/* ------------------------------------------------------------gallery banner end------------------------------------------------------------ */

/* ------------------------------------------------------------newsletter banner start------------------------------------------------------------ */
.section-newsletter-banner {
  padding: 75px 0px 50px 0px;
  background-color: rgb(4, 35, 86);
}

.newsletter-banner-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.newsletter-banner-text-wrapper {
  margin-bottom: 20px;
}

.newsletter-banner-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
  }
}

.newsletter-banner-intro {
  h2 {
    font-weight: 700;
    color: rgb(255, 255, 255);
  }
}

.newsletter-banner-button {
  display: inline-grid;
	width: 100%;
	vertical-align: middle;
  justify-items: right;
}

.newsletter-banner-main-wrapper {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.newsletter-banner-tab {
  position: relative;
  margin-bottom: 30px;
}

.newsletter-banner-image {
  position: relative;
  img {
  border-radius: 20px;
  border: solid 5px rgb(255, 255, 255);
  width: 100%;
  }
}

.newsletter-banner-image::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg,rgba(4, 35, 86, 0.95) 0%, rgba(4, 35, 86, 0) 50%);
  z-index: 1;
}

.newsletter-banner-info {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  h3 {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
  }
  p {
    color: rgb(255, 255, 255);
    font-style: italic;
  }
}
/* ------------------------------------------------------------newsletter banner end------------------------------------------------------------ */

/* ------------------------------------------------------------highlight banner start------------------------------------------------------------ */
.section-highlight-banner {
  padding: 75px 0px 50px 0px;
  background-color: rgb(255, 255, 255);
}

.highlight-banner-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.highlight-banner-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
  margin-bottom: 30px;
}

.highlight-banner-image-wrapper .highlight-image-1 {
  aspect-ratio: 1 / 1.6;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.highlight-banner-image-wrapper .highlight-image-2 {
  aspect-ratio: 1 / 1.1;
  top: 20px;
  right: 20px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  border: solid 5px rgb(255, 255, 255);
  position: absolute;
  z-index: 1;
}

.highlight-banner-text-wrapper {
  margin-left: 10px;
}

.highlight-banner-header-wrapper {
  width: 100%;
  height: auto;
}

.highlight-banner-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
}

.highlight-banner-intro {
  h2 {
    font-weight: 700;
  }
}

.highlight-banner-academic-wrapper {
  width: 100%;
  margin-top: 35px;
}

.highlight-banner-academic {
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 1.5px rgba(150, 150, 150, 0.25);
  margin-bottom: 20px;
}

.academic-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgb(4, 35, 86);
  border-radius: 100%;
  margin-right: 10px;
  img {
    position: absolute;
    height: 35px;
    width: 35px;
    z-index: 2;
  }
}

.academic-icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(8, 21, 44);
  border-radius: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: 0;

}

.academic-icon:hover::before {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.academic-text {
  position: relative;
  width: calc(100% - 70px);
  h3 {
    color: rgb(0, 0, 0);
    text-transform: capitalize;
  }
  p {
    color: rgb(0, 0, 0);
  }
}
/* ------------------------------------------------------------highlight banner end------------------------------------------------------------ */

/* ------------------------------------------------------------statistic banner start------------------------------------------------------------ */
.section-statistic-banner {
  background-size: cover;
  background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
  position: relative;
}

.section-statistic-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(135deg,rgba(4, 35, 86, 0.85) 50%, rgba(4, 35, 86, 0.25) 100%);
}

.statistic-banner-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.statistic-banner-text-wrapper {
  margin-right: 10px;
}

.statistic-banner-header-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  border-bottom: solid 1.5px rgba(255, 254, 254, 0.25);
  margin-bottom: 35px;
}

.statistic-banner-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
  }
}

.statistic-banner-intro {
  h2 {
    font-weight: 700;
    color: rgb(255, 255, 255);
  }
}

.statistic-banner-paragraph {
  p {
    color: rgb(255, 255, 255);
  }
}

.statistic-banner-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.statistic-option {
  position: relative;
  width: calc(25% - 15px);
}

.statistic-icon {
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 70px;
  height: 70px;
  border-radius: 10px;
  img {
    padding: 5px;
    width: 70px;
    height: 70px;
  }
}

.statistic-data {
  h4 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
  }
  p {
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
  }
}

.overflow-banner-image {
  margin-left: 75px;
  display: block;
  max-width: 70%;
}
/* ------------------------------------------------------------statistic banner end------------------------------------------------------------ */

/* ------------------------------------------------------------support banner start------------------------------------------------------------ */
.section-support-banner {
  padding: 75px 0px 50px 0px;
  background-color: rgb(255, 255, 255);
}

.support-banner-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.support-banner-text-wrapper {
  margin-right: 10px;
  margin-bottom: 30px;
}

.support-banner-header-wrapper {
  width: 100%;
  height: auto;
}

.support-banner-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
}

.support-banner-intro {
  h2 {
    font-weight: 700;
    color: rgb(0, 0, 0);
  }
}

.support-banner-paragraph {
  p {
    color: rgb(0, 0, 0);
  }
}

.support-banner-footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.support-banner-main-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.support-banner-option {
  width: calc(50% - 15px);
  border-radius: 20px;
  border: solid 1.5px rgb(225, 225, 225);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
	position: relative;
  padding: 15px;
}

.support-banner-option::before {
  content: '';
  height: 0%;
	width: 100%;
	bottom: 0;
	left: 0;
  background-color: rgb(4, 35, 86);
  position: absolute;
  border-radius: 350px 350px 0px 0px;
	transition: 0.65s;
}

.support-banner-option:hover::before {
  height: 100%;
  border-radius: 0px;
}

.support-banner-icon {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
  img {
    width: 60px;
    height: 60px;
    transition: 1s;
  }
}

.support-banner-option:hover .support-banner-icon {
  img {
    filter: brightness(0) invert(1);
  }
}

.support-banner-text {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  h3 {
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: 1.25s;
  }
  p {
    color: rgb(0, 0, 0);
    transition: 1.25s;
  }
}

.support-banner-option:hover .support-banner-text {
  h3 {
    color: rgb(255, 255, 255);
  }
  p {
    color: rgb(255, 255, 255);
  }
}
/* ------------------------------------------------------------support banner end------------------------------------------------------------ */

/* ------------------------------------------------------------caretaker banner start------------------------------------------------------------ */
.section-caretaker-banner {
  padding: 75px 0px 50px 0px;
  background-color: rgb(255, 255, 255);
}

.caretaker-banner-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.caretaker-banner-text-wrapper {
  margin-bottom: 20px;
}

.caretaker-banner-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
}

.caretaker-banner-intro {
  h2 {
    font-weight: 700;
    color: rgb(0, 0, 0);
  }
}

.caretaker-banner-button {
  display: inline-grid;
	width: 100%;
	vertical-align: middle;
  justify-items: right;
  margin-bottom: 30px;
}

.caretaker-banner-main-wrapper {
  margin-top: 40px;
  width: 100%;
}

.caretaker-banner-image-wrapper {
  width: 100%;
  margin: 0px 10px 20px 0px;
  img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    object-position: right;
    border-radius: 20px;
  }
}

.caretaker-banner-text-wrapper {
  margin-left: 10px;
  width: 100%;
}

.caretaker-banner-pointer {
  width: 75%;
  background-color: transparent;
  border-radius: 10px;
  border: solid 1px rgb(225, 225, 225);
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  p {
    margin-left: 15px;
    padding-top: 15px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    transition: 1s;
    position: relative;
  }
}

.caretaker-banner-pointer:hover {
  p {
    color: rgb(255, 255, 255);
  }
}

.caretaker-banner-pointer::before {
  content: '';
  height: 100%;
	width: 0%;
	top: 0;
	left: 0;
  background-color: #042356;
  position: absolute;
  border-radius: 0px 50px 50px 0px;
  transition: 0.75s;
}

.caretaker-banner-pointer:hover::before {
  width: 100%;
  border-radius: 0px;
}
/* ------------------------------------------------------------caretaker banner end------------------------------------------------------------ */

/* ------------------------------------------------------------testimony banner start------------------------------------------------------------ */
.section-testimony-banner {
  position: relative;
  background-size: cover;
  padding: 75px 0px 50px 0px;
}

.section-testimony-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(4, 35, 86, 0.9);
}

.testimony-banner-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.testimony-banner-text-wrapper {
  margin-right: 10px;
}

.testimony-banner-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  h3 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
  }
}

.testimony-banner-intro {
  h2 {
    font-weight: 700;
    color: rgb(255, 255, 255);
  }
}

.testimony-banner-main-wrapper {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}

.testimony-banner-image-wrapper {
  width: 100%;
  margin: 0px 10px 30px 0px;
  img {
    width: 100%;
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
    border-radius: 20px;
  }
}

.testimony-banner-testimonials {
  width: 100%;
  margin-left: 10px;
}

.testimony-banner-slide {
  width: 100%;
  height: 400px;
}

.testimony-category {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  margin-bottom: 25px;
  h3 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
  }
}

.testimony-paragraph {
  height: 200px;
  border-bottom: solid 1px rgba(225, 225, 225, 0.5);
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  p {
    color: rgb(255, 255, 255);
  }
}

.testimoy-author {
  display: flex;
  align-items: center;
  img {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: solid 2px rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
  }
}

.testimony-individual {
  margin-left: 25px;
  p {
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 2.5px;
    opacity: 1;
  }
  span {
    opacity: 0.75;
  }
}
/* ------------------------------------------------------------testimony banner end------------------------------------------------------------ */