html,
body {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  color: #000;
}

h1 {
  font-size: 5rem;
  line-height: 80px;
  font-weight: 600;
}

h2 {
  font-size: 2.5rem;
  line-height: 50px;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
  line-height: 40px;
  font-weight: 600;
}

section {
  padding: 90px 0;
  scroll-margin-top: 90px;
}

.hero-section {
  position: relative;
  padding: 0;
}
.hero-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.hero-section::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #192E5B 0%, rgba(25, 46, 91, 0) 100%);
  z-index: 10;
}
.hero-section .bg-video video {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  display: block;
}
.hero-section .hero-content {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 12;
  text-align: center;
}
.hero-section .hero-content h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-section .hero-content p {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-section .hero-content a {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 70px;
  background: #62C177;
  padding: 12px 20px;
  transition: 0.4s ease-in-out;
}
.hero-section .hero-content a:hover {
  background: #478d56;
}

.bottom-line {
  width: 100%;
  height: 200px;
  background: #192E5B;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: transparent;
  z-index: 999;
  transition: background-color 0.3s ease-in-out;
}
header.scrolled {
  background-color: #ffffff;
}
header.scrolled .navbar .navbar-nav li a {
  color: #202330;
}
header.scrolled .navbar .navbar-nav li a:hover {
  color: #62C177;
}
header.scrolled .navbar .navbar-nav li.lang-item-first::after {
  background-color: #000000;
}
header.scrolled .hamburger span,
header.scrolled .hamburger span:before,
header.scrolled .hamburger span:after {
  background-color: #013076;
}
header .navbar .nav-header {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
header .navbar .nav-header .navbar-toggler:focus {
  box-shadow: unset;
}
header .navbar .logo {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
header .navbar .logo img {
  width: 120px;
  height: 100%;
}
header .navbar .navbar-nav {
  gap: 15px;
}
header .navbar .navbar-nav li a {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 0.5rem;
}
header .navbar .navbar-nav li a:hover {
  color: #62C177;
}
header .navbar .navbar-nav li.lang-item a {
  display: flex;
  align-items: baseline;
  gap: 5px;
  text-transform: uppercase;
}
header .navbar .navbar-nav li.lang-item-first {
  position: relative;
}
header .navbar .navbar-nav li.lang-item-first::after {
  position: absolute;
  content: "";
  right: -7px;
  top: 7px;
  height: 60%;
  width: 1px;
  background-color: #ffffff;
}
header .hamburger {
  cursor: pointer;
  border: none;
}
header .hamburger span,
header .hamburger span:before,
header .hamburger span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 24px;
  background-color: #ffffff;
  position: absolute;
  display: inline-block;
  content: "";
  right: 0px;
}
header .hamburger span:before {
  top: -8px;
  right: 0;
}
header .hamburger span:after {
  bottom: -8px;
  right: 0;
}
header .hamburger span,
header .hamburger span:before,
header .hamburger span:after {
  transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}
header .hamburger.active span {
  background-color: transparent !important;
}
header .hamburger.active span:before,
header .hamburger.active span:after {
  top: 0;
}
header .hamburger.active span:before {
  transform: rotate(45deg);
}
header .hamburger.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.famalii-info h5 {
  color: #62C177;
  margin-bottom: 15px;
  font-weight: 600;
}
.famalii-info h2 {
  color: #202330;
  margin-bottom: 20px;
}
.famalii-info p {
  color: #5C6380;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.famalii-info img {
  width: 100%;
}
.famalii-info .info-box {
  border-radius: 20px;
  min-height: 200px;
  padding: 25px 35px;
}
.famalii-info .info-box img {
  width: 40px;
  margin-bottom: 20px;
}
.famalii-info .info-box p {
  color: #202330;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.famalii-info .info-box.first {
  background: linear-gradient(180deg, #FFFBEB 0%, rgba(255, 251, 235, 0) 100%);
}
.famalii-info .info-box.middle {
  background: linear-gradient(180deg, #E9FFEE 0%, rgba(233, 255, 238, 0) 100%);
}
.famalii-info .info-box.last {
  background: linear-gradient(180deg, #FFEFEF 0%, rgba(255, 239, 239, 0) 100%);
}

.famalii-heartbeat .box {
  background-color: #E0F0FF;
  padding: 75px 40px;
  border-radius: 20px;
}
.famalii-heartbeat .box h5 {
  color: #62C177;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.famalii-heartbeat .box h4 {
  color: #202330;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.famalii-heartbeat .box h2 {
  color: #202330;
  margin-bottom: 20px;
}
.famalii-heartbeat .box p {
  color: #5C6380;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.famalii-heartbeat .box a {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 70px;
  background: #62C177;
  padding: 12px 20px;
  transition: 0.4s ease-in-out;
}
.famalii-heartbeat .box a:hover {
  background: #478d56;
}
.famalii-heartbeat .box ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 30px;
}
.famalii-heartbeat .box ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #202330;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.famalii-heartbeat .box ul li img {
  width: 24px;
}
.famalii-heartbeat .box ul li:nth-child(2) {
  border-top: 1px solid #B8CBDC;
  border-bottom: 1px solid #B8CBDC;
  padding: 30px 0;
}
.famalii-heartbeat .modal .modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}
.famalii-heartbeat .modal .modal-content .modal-body img {
  width: 100px;
  margin-bottom: 20px;
}
.famalii-heartbeat .modal .modal-content .modal-body p {
  color: #5C6380;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}
.famalii-heartbeat .modal .modal-content .modal-body .wpcf7 .mail-input {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 5px;
}
.famalii-heartbeat .modal .modal-content .modal-body .wpcf7 .mail-input .wpcf7-spinner {
  position: absolute;
  right: -55px;
  top: 5px;
}
.famalii-heartbeat .modal .modal-content .modal-body .wpcf7 .mail-input .wpcf7-submit {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  background: #62C177;
  padding: 6px 20px;
  transition: 0.4s ease-in-out;
}
.famalii-heartbeat .modal .modal-content .modal-body .wpcf7 .mail-input .wpcf7-submit:hover {
  background: #478d56;
}
.famalii-heartbeat .modal .modal-content .modal-body .wpcf7 .mail-input .wpcf7-not-valid-tip {
  font-weight: 500;
  font-size: 0.75rem;
  text-align: left;
}
.famalii-heartbeat .modal .modal-content .modal-body .wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 1em;
  font-size: 14px;
  padding: 10px;
}
.famalii-heartbeat .modal .modal-content .modal-body p.spam-text {
  color: #8F93A5;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}

.process-mission {
  overflow: hidden;
}
.process-mission .section-box {
  scroll-margin-top: 90px;
}
.process-mission .section-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.process-mission .section-box h5 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.process-mission .section-box h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.process-mission .section-box p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.process-mission .section-box a {
  font-size: 1rem;
  font-weight: 600;
  border-radius: 70px;
  background: #ffffff;
  padding: 12px 20px;
  transition: 0.4s ease-in-out;
}
.process-mission .section-box a:hover {
  color: #ffffff;
  background: #485472;
}
.process-mission .section-box .right-box {
  height: 100%;
  background: #59688D;
  display: flex;
  align-items: center;
}
.process-mission .section-box .right-box a {
  color: #59688D;
}
.process-mission .section-box .right-box a:hover {
  color: #ffffff;
  background: #485472;
}
.process-mission .section-box .left-box {
  height: 100%;
  background: #41919A;
  display: flex;
  align-items: center;
}
.process-mission .section-box .left-box a {
  color: #41919A;
}
.process-mission .section-box .left-box a:hover {
  color: #ffffff;
  background: #2f686e;
}

.join h2 {
  color: #202330;
  margin-bottom: 20px;
}
.join p {
  color: #5C6380;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.join ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.join ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 70px;
  background: #62C177;
  padding: 12px 20px;
  transition: 0.4s ease-in-out;
}
.join ul li a:hover {
  background: #478d56;
}
.join ul li a i {
  color: #ffffff;
}

.site-footer {
  background: #202330;
  padding: 30px 0;
}
.site-footer p {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.site-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.site-footer ul li a {
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
}
.site-footer ul li a:hover {
  color: #62C177;
}/*# sourceMappingURL=style.css.map */