:root {
  --foundation-blue-light-active: #b1bbde;
  --foundation-blue-light-hover: #d9deef;
  --Black: #191616;
  --Foundation-Blue-Light: #e6e9f4;
  --Blue: #042495;
}

body {
  font-family: "Inter", sans-serif;
}
.navbar {
  position: fixed;
  left: 0;
  right: 0;
  /* margin: 30px 100px !important; */
  justify-content: space-between;
  z-index: 9999999;
  padding: 0;
}
.navbar-inner {
  background: #d9deef;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 100px;
}
.nav-logo img {
  width: 230px;
}
.nav-link a {
  text-decoration: none;
  color: var(--Black);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
  padding: 0 31px 0 0;
  position: relative;
}
.nav-link {
  margin-left: 250px;
  margin-top: 15px;
}

.nav-link a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-160%);
  width: 30%;
  height: 3px;
  background-color: transparent;
}

.nav-link a.active::after {
  background-color: var(--Blue);
}
.header-action-button button {
  border-radius: 8px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  padding: 8px 15px;
  border: none;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.36px;
  text-align: center;
  color: #fff;
}
.hero-section {
  background: var(
    --Linear_Shade,
    linear-gradient(
      0deg,
      rgba(6, 55, 229, 0.4) -0.02%,
      rgba(255, 255, 255, 0.38) 49.72%
    )
  );
}
.hero-section img {
  border-radius: 15px !important;
}
.first-section {
  margin: 50px 100px;
}
.first-section .col {
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(4, 36, 149, 0.2);
  margin: 0 20px;
  padding: 20px 10px;
}
.first-section-row {
  margin-top: 30px;
}
.first-section h2 {
  color: var(--Black);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.8px;
  /* width: 550px; */
  text-align: center;
}
.first-section h2 span {
  color: #042495;
}
.first-section-tag {
  display: flex;
  margin: auto;
  justify-content: center;
}
.first-section-tag p {
  border-radius: 36px;
  border: 1px solid var(--Blue, #042495);
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.28px;
  padding: 10px 25px;
  width: fit-content;
}
.first-section .col h4 {
  color: var(--Black);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  padding: 10px 0;
}
.first-section .col p {
  color: var(--Grey, #56565c);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
}
.second-section {
  background: url("/images/built.png");
  padding: 70px 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
  display: flex;

  justify-content: center;
  margin: auto;
  padding-bottom: 400px;
}
.second-section-text {
  padding: 30px 0;
}
.second-section-text h2 {
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 1.12px;
}
.second-section-text p {
  color: var(--Grey, #56565c);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
  padding: 30px 0;
}
.second-section-text ul {
  margin: 0;
  padding: 15px;
}
.second-section-text ul {
  list-style: none;
  color: var(--Grey, #56565c);

  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.36px;
}
.second-section-text ul li::before {
  content: "\2022";
  color: var(--Blue);
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
}

.second-section-text h6 {
  color: var(--Black);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.4px;
}
.second-section button {
  padding: 12px 15px;
  border: none;
  color: #fafafa;
  border-radius: 16px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 18.9px */
  letter-spacing: 0.36px;
}

.second-section-tag {
  border-radius: 36px;
  border: 1px solid var(--Blue, #042495);
  background: var(--White, #fafafa);
  width: fit-content;
  color: var(--Blue);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.second-section-tag p {
  margin: 0;
}
.second-section-text button {
  border-radius: 8px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  border: none;
  padding: 10px 15px;
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 18.9px */
  letter-spacing: 0.36px;
}
.second-section-two img {
  border: 2px solid var(--Blue);
  border-radius: 26px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 25%;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  padding: 15px;
}
.faq-section {
  padding: 70px 100px;
  border-radius: 0px 0px 36px 36px;
  background: #001355;
}
.faq-heading h2 {
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 42px */
  letter-spacing: 0.8px;
  width: 500px;
}
.faq-question button {
  border: none;
  background: transparent;
  color: #fafafa;
}
.fourth-section {
  text-align: center;
  padding: 100px 400px;
}

.fourth-section span {
  color: var(--Blue, #042495);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.36px;
  padding-bottom: 15px;
}
.fourth-section h1 {
  color: var(--Black, #191616);
  text-align: center;
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 1.12px;
}

.fourth-section p {
  color: var(--Black, #191616);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.36px;
  padding: 10px 0;
}
.fourth-section h1 span {
  color: var(--Blue);
  text-align: center;
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 1.12px;
}
.fourth-section button {
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  color: var(--White, #fafafa);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.36px;
}
.footer-first {
  padding: 30px 0;
  color: var(--Black) !important;
}
.footer-second {
  border-top: 1px solid var(--foundation-blue-light-active);
  border-bottom: 1px solid var(--foundation-blue-light-active);
  padding: 30px 0;
  color: var(--Black) !important;
}
footer {
  background: var(--foundation-blue-dark-active, #021043);
  padding: 70px 100px;
  color: #fff !important;
}

.footer-second a {
  text-decoration: none;
  color: #fafafa;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
  padding-bottom: 20px;
}
.footer-second .col {
  display: flex;
  flex-direction: column;
  color: #fafafa !important;
}
.footer-second h4 {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  padding-bottom: 10px;
  color: #fafafa !important;
}

footer p {
  margin-top: 20px;
  color: #fafafa !important;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
}
.about-body {
  background: var(--White, #fafafa);
}
.about-hero {
  background-image: url("../images/about-background.png");
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.contact-hero {
  background-image: url("../images/contact.png");
  padding: 180px 200px 50px 200px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.blog-hero {
  background-image: url("../images/blog.png");
  padding: 180px 100px 50px 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.about-header span {
  color: var(--Blue);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.36px;
}
.about-header {
  text-align: center;
  margin: 70px 350px 30px 350px;
}
.about-header h2 {
  color: var(--Black);
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.8px;
}
.about-second-section {
  padding: 0 100px 50px 100px;
}
.about-service {
  color: var(--Grey, #56565c);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.36px;
}
.about-service-header {
  display: flex;
  margin-top: 70px;
  height: 160px;
}

.about-service-header2 h4 {
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
}
.about-service-header2 p {
  color: var(--Grey, #56565c);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
}
.about-service-header2 {
  margin-left: 10px;
}
.about-body h3 {
  text-align: center;
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.64px;
  padding: 50px 0;
}
.contact-hero h1 {
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 1.12px;
}
.contact-hero p {
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
  width: 400px;
}
.contact-form {
  width: 35%;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 30px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-form form {
  width: 100%;
}
.contact-form label {
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%; /* 21px */
  letter-spacing: 0.4px;
}
.contact-form input {
  padding: 10px 10px;
  margin-bottom: 10px;
}
.contact-submit {
  text-align: center;
  margin-top: 20px;
}
.contact-submit button {
  border: none;
  padding: 12px 25px;
  border-radius: 36px;
  background: var(--foundation-blue-light-active, #b1bbde);
  color: var(--Blue);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.36px;
}
.contact-info {
  border-radius: 36px;
  background: linear-gradient(357deg, #9a6bfe 1.91%, #042495 97.68%);
  padding: 60px;
  margin: 50px 100px;
}
.contact-info p {
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.36px;
}
.contact-info .col img {
  margin-bottom: 10px;
}
.first-section-row .col:hover {
  border-radius: 8px;
  border: 1px solid rgba(4, 36, 149, 0.5);
  background: var(
    --Linear_Shade,
    linear-gradient(
      0deg,
      rgba(6, 55, 229, 0.4) -0.02%,
      rgba(255, 255, 255, 0.38) 49.72%
    )
  );
  cursor: pointer;
}
.fourth-section:hover {
  background: var(
    --Linear_Shade,
    linear-gradient(
      0deg,
      rgba(6, 55, 229, 0.4) -0.02%,
      rgba(255, 255, 255, 0.38) 49.72%
    )
  );
}
button:hover {
  border-radius: 8px;
  background: linear-gradient(0deg, #7791ec 0%, #042495 100%);
}

.blog-hero h1 {
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 1.12px;
}
.blog-hero p {
  color: var(--White, #fafafa);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
  width: 450px;
}
.resource-top-section {
  border-radius: 36px;
  background: var(--Foundation-Blue-Light, #e6e9f4);
  padding: 20px;
  margin: 50px 100px;
}
.resource-top-section p {
  color: var(--Blue, #042495);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.28px;
}
.resource-top-section button {
  border: none;
  padding: 12px 15px;
  color: var(--White, #fafafa);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.36px;
  text-decoration-line: underline;
  border-radius: 8px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  width: fit-content;
}
.resource-top-section h1 {
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 42px */
  letter-spacing: 0.8px;
}
.resource-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.resource-top-section img {
  width: 100%;
  margin-left: 0 !important;
}
.first-news {
  border-radius: 36px;
  background: var(--Foundation-Blue-Light, #e6e9f4);
}
.more-news {
  margin: 50px 100px;
}
.more-news h2 {
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}
.first-news {
  padding: 20px;
}
.first-news-space {
  margin-right: 150px;
  margin-top: 30px;
}
.first-news p {
  color: var(--Blue, #042495);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
}
.first-news h3 {
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 33.6px */
  letter-spacing: 0.64px;
}
.first-news button {
  border-radius: 8px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  color: var(--White, #fafafa);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.36px;
  border: none;
  padding: 10px 15px;
  width: fit-content;
}
.first-news-text {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.second-news {
  margin-top: 30px;
  margin-left: 150px;
}

.first-news:hover {
  border-radius: 36px;
  background: linear-gradient(
    0deg,
    rgba(6, 55, 229, 0.4) -0.02%,
    rgba(230, 233, 244, 0.38) 48.26%
  );
}
.resource-top-section:hover {
  border-radius: 36px;
  background: linear-gradient(
    0deg,
    rgba(6, 55, 229, 0.4) -0.02%,
    rgba(230, 233, 244, 0.38) 48.26%
  );
}

/* -------------- MOBILE RESPONSIVENESS -------------------- */
@media screen and (min-width: 981px) {
  .second-hero-section-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  body {
    overflow-x: hidden !important;
    width: 100% !important;
  }
  .second-hero-section-mobile {
    margin-top: 20px;
  }
  .first-hero-section {
    padding: 0 !important  ;
  }
  .fourth-section {
    text-align: center;
    padding: 100px 20px;
  }
  .second-section-two img {
    width: 100%;
  }
  .first-section h2 {
    width: 100%;
  }
  .second-section .row {
    flex-direction: column;
  }
  .first-section {
    margin: 50px 20px;
  }
  .second-section {
    background: url("/images/built.png");
    background-size: cover;
    padding: 20px 20px 70px 20px;
    height: 400px;
  }
  .second-section-text {
    padding: 10px 0;
  }
  .faq-section {
    padding: 70px 20px;
  }
  .nav-link {
    display: none;
  }
  .header-action-button {
    display: none;
  }
  .navbar {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    position: fixed;
    left: 0;
    margin: auto;
    /* margin: 20px 10px 20px 20px !important; */
    /* margin-top: 20px !important; */
    overflow-x: hidden !important;
    /* padding: 18px 10px; */
    z-index: 100000;
    padding: 0;
  }
  .navbar-inner {
    background: #d9deef;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
  }

  footer {
    padding: 50px 20px;
  }

  h2 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 14px !important;
  }
  p {
    font-size: 12px !important;
  }
  li {
    font-size: 12px !important;
  }
  h1 {
    font-size: 28px !important;
  }
  h1 span {
    font-size: 28px !important;
  }
  button {
    font-size: 12px !important;
  }
  .first-section .col {
    margin: 0 10px 20px 10px !important;
    width: 44% !important;
    flex: none !important;
  }
  .first-section-row {
    margin-top: 20px !important;
  }
  footer .col {
    width: 94% !important;
  }
  footer .row {
    flex-direction: column !important;
  }
  .mobile-menu button {
    border: none;
    border-radius: 36px;
    background: var(--Blue, #042495);
    color: #fff;
    padding: 15px 15px;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 14.7px */
    letter-spacing: 0.28px;
    position: relative;
    z-index: 10000;
  }
  .home-body {
    overflow-x: hidden !important;
  }

  .first-section-row {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .footer-second-col {
    border-bottom: 1px solid var(--foundation-blue-light-active);
    padding: 10px 0;
    margin: 0 15px;
  }
  .about-header {
    margin: 50px 20px 0 20px !important;
  }
  .about-second-section {
    padding: 0 20px 30px 20px !important;
  }
  .about-second-section img {
    width: 100%;
  }
  .about-body .about-second-section .row {
    flex-direction: column-reverse !important;
  }
  .about-service-header img {
    width: 33px !important;
  }
  .second-section-text p {
    padding: 0 30px 0 0 !important;
  }
  .about-service-header {
    margin-top: 30px !important;
    height: fit-content !important;
  }
  .about-hero {
    background-image: url("../images/heroimgmobile.png") !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 300px;
  }

  .contact-hero {
    background-image: url(../images/contact.png);
    padding: 180px 10px 50px 10px;
    width: 100%;
    height: 100%;
    background-size: auto;
  }
  .contact-form {
    width: 90%;
  }
  .footer-second .col:nth-child(3) {
    margin-top: 20px;
  }

  .contact-info {
    padding: 20px;
    margin: 20px;
  }
  .contact-info .row {
    flex-direction: column;
  }
  .contact-hero p {
    width: fit-content;
  }
  .blog-hero {
    background-image: url(../images/blog.png);
    padding: 180px 20px 50px 20px;
    width: 100%;
    height: 100%;
    background-size: auto;
  }
  .blog-hero p {
    width: fit-content;
  }
  .resource-top-section {
    margin: 50px 20px;
  }
  .resource-top-section img {
    width: 100%;
  }
  .resource-top-section .row {
    flex-direction: column-reverse !important;
  }
  .resource-top-section img {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .more-news {
    margin: 50px 20px;
  }
  .more-news img {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .more-news .row {
    flex-direction: column !important;
  }
  .first-news-space {
    margin-right: 30px;
    margin-top: 30px;
  }
  .second-news {
    margin-top: 30px;
    margin-left: 30px;
  }
  .second-news .row {
    flex-direction: column-reverse !important;
  }
  .more-news h3 {
    font-size: 18px;
  }
  .hero-section {
    padding: 50px 20px !important;
  }
  .hero-section .row {
    flex-direction: column !important;
  }

  .first-hero-section p,
  button {
    text-align: center !important;
  }
  .nav-logo img {
    width: 175px;
  }
  .second-hero-section {
    text-align: right;
    display: none !important;
    flex-direction: column;
    justify-content: center;

    margin: auto !important;
    margin-top: 70px !important;
  }
  .first-hero-section {
    margin-top: 100px !important;
    text-align: center !important;
  }
  .first-hero-section button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}

.mobile-menu-link {
  flex-direction: column;
  z-index: 99;
  text-align: left;
  background: var(--primary-color-light);
  width: 50%;
  padding: 0 20px 30px 20px;
  display: none;
  transition: all 2s ease;
  justify-content: right;
  margin-left: 50%;
  border-radius: 0px 0px 36px 36px;
  background: var(--foundation-blue-light-hover, #d9deef);
}

.mobile-menu-link a {
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.24px;
  padding: 15px;
  text-decoration: none;
}
.show {
  display: flex !important;
}

.borderradius {
}

@media screen and (min-width: 781px) {
  .mobile-menu-link {
    display: none;
  }

  .mobile-menu {
    display: none;
  }
  .second-section-patch {
    padding: 50px 250px;
  }
}

.first-hero-section p {
  color: var(--Blue, #042495);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.28px;
}

.first-hero-section h1 {
  color: #28282b;
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 1.12px;
}
.first-hero-section button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.first-hero-section h4 {
  color: var(--Grey, #56565c);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
}

.hero-section {
  padding: 50px 100px;
}
.first-hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-top: 100px;
  text-align: center;
  padding: 0 200px;
}
.second-hero-section {
  margin-top: 70px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: right;
  margin-left: 50px;
}
.second-hero-section img {
  width: 70%;
}

.second-hero-section img {
  width: 60%;
  margin: -10px 0;
}

/* .second-hero-section img:nth-child(1) {
  animation: bounce1 3s infinite;
  margin-left: 100px;
  z-index: 10000;
}

.second-hero-section img:nth-child(2) {
  animation: bounce2 4s infinite;
}

.second-hero-section img:nth-child(3) {
  animation: bounce3 5s infinite;
  margin-left: 100px;
}

@keyframes bounce1 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

@keyframes bounce2 {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  75% {
    transform: translateX(-10px);
  }
}

@keyframes bounce3 {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  75% {
    transform: translateX(-10px);
  }
} */

.first-hero-section button {
  width: fit-content;
  border-radius: 8px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
  border: none;
  color: var(--White, #fafafa);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.36px;
  padding: 10px 15px;
  margin-top: 20px;
}

.contact-btn {
  padding: 10px 15px !important;
  color: #fff !important;
  border-radius: 16px;
  background: var(--Linear, linear-gradient(180deg, #7791ec 0%, #042495 100%));
}
.more-news img {
  width: 100%;
}

.career-header {
  border-bottom: 1px solid #b1bbde;
  padding: 20px 100px;
}

.career-header h1 {
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.8px;
}

.career-header p {
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
}
.available-jobs {
  padding: 50px 100px;
}

.job {
  border-radius: 36px;
  background: var(--Foundation-Blue-Light, #e6e9f4);
  padding: 50px 50px;
  display: flex;
  justify-content: space-between;
}

.job-title {
  display: flex;
}

.job-title p {
  border-radius: 16px;
  border: 1px solid var(--Blue, #042495);
  background: var(--White, #fafafa);
  padding: 8px 15px;
  color: var(--Black, #191616);

  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.28px;
  margin-top: 16px;
  margin-right: 20px;
}
.job-title h3 {
  color: var(--Black, #191616);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
}

.apply-button button {
  border-radius: 16px;
background: var(--Linear, linear-gradient(180deg, #7791EC 0%, #042495 100%));
border: none;
padding: 10px 15px;
color: var(--White, #FAFAFA);
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 105%; 
letter-spacing: 0.36px;
margin-top: 15px;
}