@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --clr-primary-500: #092152;
  --clr-secondary-500: #68C658;
  --clr-neutral-900: #0a0a0c;
  --clr-neutral-800: #151518;
  --clr-neutral-700: #202024;
  --clr-neutral-600: #4B5563;
  --clr-neutral-500: #404048;
  --clr-neutral-400: #BCBEC0;
  --clr-neutral-200: #f9f9fc;
  --clr-neutral-150: #F3F3F3;
  --clr-neutral-100: hsl(0 0% 100%);
  --clr-grey-100: #F4F6F8;
  --ff-primary: "Montserrat", sans-serif;
  --ff-secondary: "Montserrat", sans-serif;
  --ff-heading: var(--ff-primary);
  --ff-body: var(--ff-secondary);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semiBold: 600;
  --fw-bold: 700;
  --fw-extraBold: 800;
  --fw-black: 900;
  --fs-100: 16px;
  --fs-200: 17px;
  --fs-300: 20px;
  --fs-400: 24px;
  --fs-500: 28px;
  --fs-600: 32px;
  --fs-700: 40px;
  --fs-800: 72px;
  --fs-900: 90px;
  --fs-body: var(--fs-300);
  --size-100: 0.25rem;
  --size-200: 0.5rem;
  --size-300: 0.75rem;
  --size-400: 1rem;
  --size-500: 1.5rem;
  --size-600: 2rem;
  --size-700: 3rem;
  --size-800: 4rem;
  --size-900: 5rem;
}

@media (max-width: 768px) {
  :root {
    --fs-800: 55px;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: initial;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

@media (min-width: 900px) {
  html.lenis {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
}
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* general styling */
body {
  font-size: var(--fs-body);
  font-family: var(--ff-body);
  color: var(--clr-neutral-800);
}

p {
  position: relative;
  font-size: var(--fs-500);
  color: var(--clr-neutral-700);
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: -0.5px;
}

#main {
  position: relative;
  overflow: hidden;
}

.container {
  width: 95%;
  max-width: 1430px;
}

.text-primary-500 {
  color: var(--clr-primary-500) !important;
}

.text-neutral-100 {
  color: var(--clr-neutral-100) !important;
}

.text-neutral-600 {
  color: var(--clr-neutral-600);
}

.text-neutral-800 {
  color: var(--clr-neutral-800);
}

.text-neutral-900 {
  color: var(--clr-neutral-900) !important;
}

.bg-primary-200 {
  background-color: var(--clr-primary-200);
}

.bg-primary-300 {
  background-color: var(--clr-primary-300);
}

.bg-primary-400 {
  background-color: var(--clr-primary-400);
}

.bg-primary-500 {
  background-color: var(--clr-primary-500);
}

.bg-neutral-100 {
  background-color: var(--clr-neutral-100) !important;
}

.bg-neutral-200 {
  background-color: var(--clr-neutral-200);
}

.bg-neutral-900 {
  background-color: var(--clr-neutral-900);
}

.bg-grey-100 {
  background-color: var(--clr-grey-100);
}

.bg1 {
  background-color: rgba(231, 245, 255, 0.8);
}

.bg2 {
  background-color: #3d9dde;
}

.bg3 {
  background-color: var(--clr-secondary-500);
}

.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-semiBold {
  font-weight: var(--fw-semiBold);
}

.fw-medium {
  font-weight: var(--fw-medium);
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.fs-200 {
  font-size: var(--fs-200) !important;
}

.fs-300 {
  font-size: var(--fs-300) !important;
}

.fs-400 {
  font-size: var(--fs-400) !important;
}

.fs-500 {
  font-size: var(--fs-500) !important;
}

.fs-600 {
  font-size: var(--fs-600) !important;
}

.h-100 {
  height: 100vh !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-normal {
  text-transform: none !important;
}

.padding-block-900 {
  padding: 100px 0;
}

.padding-block-800 {
  padding: 80px 0;
}

.padding-block-500 {
  padding: var(--size-500) 0;
}

.margin-top-900 {
  margin-top: var(--size-900);
}

.margin-bottom-900 {
  margin-bottom: var(--size-900);
}

.margin-top-max {
  margin-top: 120px;
}

.margin-block-max {
  margin: 120px 0;
}

.margin-bottom-max {
  margin-bottom: 120px;
}

.padding-top-800 {
  padding-top: 80px;
}

.padding-top-900 {
  padding-top: 100px;
}

.padding-bottom-900 {
  padding-bottom: 100px;
}

.padding-top-max {
  padding-top: 120px;
}

.padding-block-max {
  padding: 120px 0;
}

.text-justify {
  text-align: justify;
}

@media (max-width: 768px) {
  .margin-top-max {
    margin-top: 70px;
  }
  .margin-block-max {
    margin: 70px 0;
  }
  .margin-bottom-max {
    margin-bottom: 70px;
  }
  .padding-block-900 {
    padding: 70px 0;
  }
  .margin-top-900 {
    margin-top: 70px;
  }
  .margin-bottom-900 {
    margin-bottom: 70px;
  }
  .padding-top-max {
    padding-top: 70px;
  }
  .padding-block-max {
    padding: 70px 0;
  }
}
.error,
.error p,
label.error {
  font-size: var(--fs-200);
  margin-top: 0;
  color: #ff0000;
}

.btn1 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  overflow: hidden;
  flex-wrap: nowrap;
}
.btn1 .icon {
  position: relative;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-neutral-100);
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.6s ease-in-out;
}
.btn1 .text {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--ff-primary);
  color: var(--clr-neutral-100);
  text-decoration: none;
  flex-shrink: 0;
  letter-spacing: 1px;
}
.btn1 .icon2 {
  scale: 0;
  transition: all 0.6s ease-in-out;
}
.btn1:hover .icon {
  margin-left: -59px;
}
.btn1:hover .icon2 {
  scale: 1;
}
.btn1.dark .icon {
  background-color: var(--clr-neutral-900);
}
.btn1.dark .text {
  color: var(--clr-neutral-900);
  font-weight: 600;
}

.btn2 {
  position: relative;
  display: flex;
  z-index: 2;
  gap: 10px;
  text-decoration: none;
  padding-bottom: 10px;
}
.btn2 .text {
  position: relative;
  font-size: 16px;
  color: var(--clr-neutral-100);
  text-decoration: none;
  padding: 10px 0;
}
.btn2 .text::before {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--clr-neutral-100);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.btn2 .text:hover::before {
  width: 0;
}

header {
  position: fixed;
  width: 100%;
  padding: 5px;
  z-index: 4;
  transition: all 0.5s ease-in-out;
  /*
  * Just a quick hamburger
  */
  /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
  /*
  * But let's hide the middle one.
  */
  /*
  * Ohyeah and the last one should go the other direction
  */
  /*
  * Make this absolute positioned
  * at the top left of the screen
  */
  /*
  * And let's fade it in from the right
  */
}
header svg {
  fill: var(--clr-neutral-100);
  transition: all 0.5s ease-in-out;
}
header .wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo1 {
  width: 145px;
  transition: all 0.5s ease-in-out;
}
header .wrapper .logo1 svg {
  fill: var(--clr-neutral-100);
  transition: all 0.5s ease-in-out;
}
header .wrapper .righticons .search {
  position: relative;
  right: 50px;
}
header #menuToggle {
  display: block;
  /* You can also use absolute here if you want to stay on the top */
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  header #menuToggle {
    right: 20px;
  }
}
header #menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
header #menuToggle a:hover {
  color: tomato;
}
header #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
header #menuToggle .text {
  position: absolute;
  display: block;
  z-index: 2;
}
header #menuToggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
header #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}
header #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header #menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
header #menu {
  position: absolute;
  width: 400px;
  height: calc(100vh + 100px);
  margin: -100px 0 0 0;
  padding: 15px;
  padding-top: 125px;
  padding-right: 70px;
  right: -100px;
  box-sizing: border-box;
  overflow-y: auto;
  background: rgba(0, 31, 96, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 768px) {
  header #menu {
    padding-right: 120px;
  }
}
header #menuToggle input:checked ~ div {
  transform: none;
  opacity: 1;
}
header.scrolled {
  padding: 0px;
  background-color: var(--clr-neutral-100) !important;
  box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.4);
}
header.scrolled svg {
  fill: var(--clr-primary-500);
}
header.scrolled .wrapper .logo1 {
  width: 115px;
}
header.scrolled .wrapper .logo1 svg {
  fill: var(--clr-primary-500);
}
header.scrolled #menuToggle {
  top: 30px;
}
header.scrolled #menuToggle span {
  background-color: var(--clr-primary-500);
}
header #accordionMenu .link {
  position: relative;
  display: block;
}
header #accordionMenu .link,
header #accordionMenu .accordion-button {
  font-size: 16px;
  color: var(--clr-neutral-100);
  font-weight: 500;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
header #accordionMenu .link:hover,
header #accordionMenu .accordion-button:hover {
  color: var(--clr-secondary-500);
}
header #accordionMenu .accordion-item {
  background: transparent !important;
  border: none;
}
header #accordionMenu .accordion-item:first-of-type,
header #accordionMenu .accordion-item:last-of-type {
  border-radius: 0;
}
header #accordionMenu .accordion-button {
  border: none;
  padding: 10px 0;
  background: transparent !important;
  color: var(--clr-neutral-100);
  outline: none;
  box-shadow: none;
}
header #accordionMenu .accordion-button::after {
  filter: invert(1);
}
header #accordionMenu .accordion-button:not(.collapsed) {
  box-shadow: none;
}
header #accordionMenu .accordion-body {
  padding: 0;
}
header #accordionMenu .accordion-body ul {
  position: relative;
  padding: 0;
  list-style: none;
}
header #accordionMenu .accordion-body ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--clr-neutral-100);
  padding: 5px 0;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
header #accordionMenu .accordion-body ul li a:hover {
  color: var(--clr-secondary-500);
}

#searchModal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  filter: invert(1);
}
#searchModal .modal-content {
  background: var(--clr-primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchModal .modal-content .container {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  #searchModal .modal-content .container {
    flex-direction: column;
  }
}
#searchModal .modal-content .container input {
  position: relative;
  width: 100%;
  padding: 15px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--clr-neutral-100);
  outline: none;
  color: var(--clr-neutral-100);
  font-size: 24px;
}
#searchModal .modal-content .container input::-moz-placeholder {
  color: #95beeb;
}
#searchModal .modal-content .container input::placeholder {
  color: #95beeb;
}
#searchModal .modal-content .container .btn1 {
  width: 180px;
  flex-shrink: 0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D8EBF8;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner */
.loader {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/banner/video-poster.webp");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  /* If the video ratio doesn't match the screen, 
   this ensures it covers the area without black bars */
}
.banner .video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .video-background::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}
.banner .video-foreground,
.banner .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Prevents users from clicking the video */
}
@media (min-aspect-ratio: 16/9) {
  .banner .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .banner .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.banner .content {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .content .details {
  position: relative;
  max-width: 730px;
}
.banner .content .details h1 {
  font-family: var(--ff-heading);
  font-size: 88px;
  font-weight: var(--fw-bold);
  color: var(--clr-neutral-100);
  margin-bottom: var(--size-300);
  line-height: 75px;
  letter-spacing: -3px;
}
@media (max-width: 768px) {
  .banner .content .details h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
.banner .content .details p {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  color: var(--clr-neutral-100);
}

.inside-banner {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: flex-end;
}
.inside-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
}
.inside-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10.3125em;
  opacity: 0.5;
  background: linear-gradient(180deg, #000 36.29%, rgba(0, 0, 0, 0) 83.94%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
}
.inside-banner .wrapper {
  position: relative;
  padding-left: 110px;
  padding-right: 110px;
  z-index: 3;
}
.inside-banner .wrapper h1 {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: var(--clr-neutral-100);
  margin: 0 0 0.226em;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-transform: capitalize;
  width: 50%;
}
.inside-banner .wrapper ul {
  position: relative;
  display: flex;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  gap: 30px;
}
.inside-banner .wrapper ul li {
  position: relative;
  font-size: 13px;
  color: var(--clr-neutral-100);
  font-weight: 600;
}
.inside-banner .wrapper ul li a {
  color: var(--clr-neutral-100);
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.inside-banner .wrapper ul li a:hover {
  color: var(--clr-secondary-500);
}
.inside-banner .wrapper ul li::before {
  content: "";
  background: url(../images/icons/svg/breadcrumb-icon.svg) center/contain no-repeat;
  width: 0.5em;
  height: 0.75em;
  display: block;
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.inside-banner .wrapper ul li:first-child::before {
  display: none;
}
.inside-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .inside-banner {
    height: 350px;
  }
  .inside-banner .wrapper {
    padding: 20px 0;
  }
  .inside-banner .wrapper h1 {
    font-size: 28px;
    width: 100%;
  }
  .inside-banner .wrapper ul {
    display: none;
  }
}

.title1 {
  position: relative;
}
.title1 h2 {
  position: relative;
  background-color: var(--clr-secondary-500);
  color: var(--clr-neutral-100);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: capitalize;
  padding: 0.277em 0.7em;
  display: inline-block;
  margin: 0 0 15px;
  line-height: 1.45em;
}
.title1 h1 {
  position: relative;
  color: var(--clr-neutral-100);
  font-weight: 600;
  font-size: 43px;
  letter-spacing: -0.5px;
  line-height: 1;
}
@media (max-width: 768px) {
  .title1 h2 {
    font-size: 13px;
  }
  .title1 h1 {
    font-size: 36px;
  }
}

.social {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.social li {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.social li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social li svg {
  width: auto;
  height: 11px;
  fill: var(--clr-neutral-100);
}
.social li:hover {
  background-color: var(--clr-secondary-500);
}
.social li:hover svg {
  fill: var(--clr-neutral-900);
}

.whatwedo {
  position: relative;
}
.whatwedo .box {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.whatwedo .box::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 31, 96, 0.4);
  mix-blend-mode: multiply;
  z-index: 1;
}
.whatwedo .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #58ade7;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.whatwedo .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.5s ease-in-out;
}
.whatwedo .box .details {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  color: var(--clr-neutral-100);
  z-index: 3;
  bottom: -180px;
  transition: all 0.5s ease-in-out;
}
.whatwedo .box .details .num {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  padding-left: 30px;
}
.whatwedo .box .details .num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: var(--clr-neutral-100);
}
.whatwedo .box .details h2 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
.whatwedo .box .details p {
  font-size: 14px;
  font-weight: 500;
  max-width: 480px;
  opacity: 0;
  color: var(--clr-neutral-100);
  transition: all 0.5s ease-in-out;
}
.whatwedo .box:hover::after {
  top: 0;
}
.whatwedo .box:hover .bg {
  scale: 1.15;
}
.whatwedo .box:hover .details {
  bottom: 0;
}
.whatwedo .box:hover .details p {
  opacity: 1;
  transition: opacity 0.5s 0.3s ease-in-out;
}

.ourGroupHome .b-g-img {
  width: 100% !important;
}
.ourGroupHome .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10%;
  max-width: 600px;
  height: 100%;
  justify-content: center;
  gap: 10px;
}
.ourGroupHome .box h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-primary-500);
  margin-top: 10px;
}

.whyAmjaad {
  position: relative;
}
.whyAmjaad .box {
  position: relative;
  padding: 0 18%;
  border-left: 1px solid var(--clr-neutral-100);
}
@media (max-width: 768px) {
  .whyAmjaad .box {
    border: none;
    padding: 20px 0 0;
    border-top: 1px solid var(--clr-neutral-100);
  }
}
.whyAmjaad .box h2 {
  position: relative;
  color: var(--clr-neutral-100);
  font-size: 40px;
  font-weight: 600;
  line-height: 0.8;
}
.whyAmjaad .box h2 span {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .whyAmjaad .box h2 {
    font-size: 32px;
  }
}
.whyAmjaad .box p {
  color: var(--clr-neutral-100);
}

.expertise {
  position: relative;
}
.expertise .box {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  align-items: flex-end;
  text-decoration: none;
}
.expertise .box::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 31, 96, 0) 50%, #001f60 103.58%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.expertise .box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.6s ease-in-out;
}
.expertise .box h2 {
  position: relative;
  z-index: 3;
  padding: 20px;
  color: var(--clr-neutral-100);
  font-weight: 600;
  font-size: 24px;
}
.expertise .box:hover .bg {
  scale: 1.15;
}

.howWeDo {
  position: relative;
}
.howWeDo .box {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: var(--clr-neutral-100);
}
@media (max-width: 768px) {
  .howWeDo .box {
    flex-direction: column;
  }
}
.howWeDo .box .image {
  position: relative;
  display: block;
  width: 50%;
  flex-shrink: 0;
}
.howWeDo .box .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  .howWeDo .box .image {
    width: 100%;
  }
  .howWeDo .box .image img {
    position: relative;
  }
}
.howWeDo .box .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  min-height: 435px;
}
.howWeDo .box .content img {
  max-width: 150px;
  max-height: 60px;
}
.howWeDo .box .content h2 {
  font-size: 20px;
  color: var(--clr-primary-500) !important;
  font-weight: 600;
  margin-top: 20px;
}
.howWeDo .box .content p {
  font-size: 15px;
  line-height: 1.2;
}

.strategy {
  position: relative;
}
.strategy .green {
  position: relative;
}
.strategy .green::before {
  position: absolute;
  content: "";
  width: 100vw;
  right: 0;
  top: -80px;
  height: calc(100% + 160px);
  background-color: var(--clr-secondary-500);
}
@media (max-width: 768px) {
  .strategy .green::before {
    left: -10%;
    width: 120%;
  }
}
.strategy .blue {
  position: relative;
  margin-top: 20px;
  padding-top: 40px;
}
.strategy .blue::before {
  position: absolute;
  content: "";
  width: 100vw;
  left: 0;
  top: -100px;
  height: calc(100% + 180px);
  background-color: #3d9dde;
}
@media (max-width: 768px) {
  .strategy .blue::before {
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
  }
}
.strategy .accordion {
  padding: 0 15%;
}
@media (max-width: 768px) {
  .strategy .accordion {
    padding: 0;
  }
}
.strategy .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.strategy .accordion-button {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  color: var(--clr-neutral-100);
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  border-top: 2px solid var(--clr-neutral-100);
}
.strategy .accordion-button.collapsed {
  font-size: 16px;
}
.strategy .accordion-button.collapsed .icon {
  display: none;
}
.strategy .accordion-button::after {
  display: none;
}
.strategy .accordion-button .icon {
  position: relative;
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px dotted var(--clr-neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strategy .accordion-button .icon img {
  width: 25px;
}
.strategy .accordion-body {
  padding: 10px 0 20px;
}
.strategy .accordion-body P {
  color: var(--clr-neutral-100);
}

.newsInsights {
  position: relative;
}
.newsInsights .box {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  align-items: flex-end;
  text-decoration: none;
}
.newsInsights .box::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 31, 96, 0) 20%, #001f60 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.newsInsights .box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.6s ease-in-out;
}
.newsInsights .box .details {
  padding: 20px;
  z-index: 3;
}
.newsInsights .box .details .date {
  font-size: 13px;
  color: var(--clr-neutral-100);
  font-weight: 600;
  text-align: right;
}
.newsInsights .box .details h2 {
  position: relative;
  color: var(--clr-neutral-100);
  font-weight: 600;
  font-size: 14px;
}
.newsInsights .box .details p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-size: 13px;
  color: var(--clr-neutral-100);
  margin-bottom: -40px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.newsInsights .box:hover .bg {
  scale: 1.15;
}
.newsInsights .box:hover .details p {
  margin-bottom: 0px;
  opacity: 1;
}

.joinNetwork {
  position: relative;
  width: 100%;
  height: 534px;
  background: url("../images/bg/invest-bg.webp");
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}
.joinNetwork .box {
  max-width: 756px;
  background: rgba(9, 33, 82, 0.9);
  padding: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .joinNetwork .box {
    padding: 15px;
    top: 0px;
  }
}
.joinNetwork .box .title1 h1 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .joinNetwork .box .title1 h1 {
    font-size: 22px;
    line-height: 1.2;
  }
}

.about-sec1 .photo {
  height: 100%;
  margin-left: -4.6875em;
}
@media (max-width: 768px) {
  .about-sec1 .photo {
    margin-left: 0;
  }
}

.about-sec2 .photo {
  height: 100%;
  margin-right: -4.6875em;
}
@media (max-width: 768px) {
  .about-sec2 .photo {
    margin-right: 0;
  }
}

.teamBox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.teamBox .profilePhoto {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
}
.teamBox .profilePhoto img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.teamBox h3 {
  position: relative;
  color: var(--clr-neutral-100);
  font-weight: 600;
  margin-bottom: 0;
}
.teamBox p {
  color: var(--clr-neutral-100);
}

.teamBox2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
}
.teamBox2 .profilePhoto {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.teamBox2 .profilePhoto img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.teamBox2 h3 {
  position: relative;
  font-size: 24px;
  color: var(--clr-primary-500);
  font-weight: 600;
  margin-bottom: 0;
}
.teamBox2 p {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-secondary-500);
}

.statements .swiper-slide .list {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 31, 96, 0.2);
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.statements .swiper-slide .list .dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--clr-primary-500);
  outline: 8px solid transparent;
  left: 10px;
  top: 22px;
  transition: all 0.6s ease-in-out;
}
.statements .swiper-slide .list h3 {
  position: relative;
  font-size: 42px;
  font-weight: 600;
  color: var(--clr-primary-500);
  padding-left: 0;
  transition: all 0.6s ease-in-out;
}
.statements .swiper-slide .list p {
  padding: 0;
  margin: 0;
}
.statements .swiper-slide .list:hover {
  opacity: 1;
}
.statements .swiper-slide .list:hover .dot {
  outline: 8px solid #5DA9DD;
}
.statements .swiper-slide .list:hover h3 {
  padding-left: 20px;
}
.statements .swiper-slide.swiper-slide-thumb-active .list {
  opacity: 1;
}
.statements .swiper-slide.swiper-slide-thumb-active .list .dot {
  outline: 8px solid #5DA9DD;
}

.perk {
  position: relative;
}
.perk .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.perk .box h3 {
  position: relative;
  font-size: 16px;
  color: var(--clr-primary-500);
  font-weight: 600;
  margin: 0;
}

.from {
  position: relative;
}
.from input, .from select, .from textarea {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid var(--clr-neutral-400);
}

.contact {
  position: relative;
}
.contact .details {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .details {
    flex-direction: column;
  }
}
.contact .details li {
  position: relative;
  width: 33.3%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-right: 1px solid var(--clr-neutral-400);
}
@media (max-width: 768px) {
  .contact .details li {
    width: 100%;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--clr-neutral-400);
  }
}
.contact .details li:last-child {
  border: 0;
}
.contact .details li h2 {
  position: relative;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
.contact .details li p {
  max-width: 300px;
  margin: 0;
}

.visionSec {
  position: relative;
}
.visionSec .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.visionSec .box .icon {
  width: 75px;
}
.visionSec .box h2 {
  position: relative;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: var(--clr-primary-500);
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--clr-neutral-400);
  width: 100%;
}
.visionSec .box p {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-primary-500);
}

.strategy2 {
  position: relative;
}
.strategy2 .accordion .accordion-item:first-of-type, .strategy2 .accordion .accordion-item:last-of-type, .strategy2 .accordion .accordion-button {
  border-radius: 0;
}
.strategy2 .accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}
.strategy2 .accordion .accordion-body {
  border-top: 1px solid var(--clr-neutral-100);
}
.strategy2 .accordion .accordion-item {
  background-color: #d6eeff;
  margin-bottom: 15px;
  border: 0;
}
.strategy2 .accordion .accordion-button {
  background-color: #ecf7ff;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-primary-500);
}

footer {
  position: relative;
  background-color: var(--clr-primary-500);
}
footer .topSec {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  footer .topSec {
    flex-direction: column;
  }
}
footer .topSec .logo {
  width: 233px;
}
footer .topSec .logo img {
  max-width: 165px;
}
footer .topSec .subscription {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  footer .topSec .subscription {
    flex-direction: column;
    margin-top: 30px;
    align-items: flex-start;
  }
}
footer .topSec .subscription h2 {
  position: relative;
  font-size: 24px;
  color: var(--clr-neutral-100);
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-left: 250px;
}
footer .topSec .subscription h2::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: rgba(127, 154, 207, 0.2);
  margin-left: -250px;
  top: 50%;
}
@media (max-width: 768px) {
  footer .topSec .subscription h2 {
    padding-left: 0;
  }
  footer .topSec .subscription h2::before {
    display: none;
  }
}
footer .topSec .subscription input {
  position: relative;
  width: 322px;
  padding: 12px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--clr-neutral-100);
  outline: none;
  color: var(--clr-neutral-100);
  font-size: 14px;
}
footer .topSec .subscription input::-moz-placeholder {
  color: #95beeb;
}
footer .topSec .subscription input::placeholder {
  color: #95beeb;
}
@media (max-width: 768px) {
  footer .topSec .subscription input {
    width: 100%;
  }
}
footer .links {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(127, 154, 207, 0.2);
}
@media (max-width: 768px) {
  footer .links {
    border-right: none;
  }
}
footer .links h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1em;
  color: var(--clr-secondary-500);
}
footer .links ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .links ul li {
  position: relative;
}
footer .links ul li a {
  position: relative;
  font-size: 14.5px;
  display: inline-block;
  color: rgb(127, 154, 207);
  font-weight: 500;
  text-decoration: none;
}
footer .links ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--clr-secondary-500);
  bottom: -6px;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
footer .links ul li a:hover::before {
  width: 100%;
}
footer .bottomSec {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid rgba(127, 154, 207, 0.2);
}
footer .bottomSec p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  color: rgb(127, 154, 207);
}
footer .bottomSec p span {
  color: var(--clr-secondary-500);
}/*# sourceMappingURL=style.css.map */