body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff;
  color: #020f1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrap {
  position: relative;
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #00468b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

h1 span {
  color: #ffa500;
}

h2 {
  color: #00468b;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}

h3 {
  color: #00468b;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}

h4,
h5,
h6 {
  color: #00468b;
}

p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.yellow-border {
  border-bottom: #ffb200 2px solid;
}

.container {
  max-width: 1240px;
}

.section {
  padding: 70px 0;
}

@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}


.logo {
  max-width: 100%;
  margin-bottom: 15px;
  display: block;
}

.header-text {
  color: #fff;
  font-size: 27px;
  line-height: 40px;
}

.hero {
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 486px;
  padding: 50px 124px;
}

.hero-img {
  width: 100%;
}

.mid-container {}

.btn-size {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.bi-arrow-right-circle-fill {
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 20px;
}

.btn {
  background: #FBCB21;
  background: linear-gradient(180deg, rgba(251, 203, 33, 1) 0%, rgba(252, 187, 19, 1) 50%, rgba(254, 171, 5, 1) 100%);
  padding: 0.8em 4em 0.8em 1.5em;
  border-radius: 20em;
  border: none;
  user-select: none;
  cursor: pointer;
  transition: all 100ms linear;
  color: #2a2a2a;
}

.btn:hover {
  background: #00468b;
  color: #fff;

}

.footer {
  background-color: #041626;
  color: #fff;
  padding: 60px 124px 15px 124px;
}

.footer-box {
  position: absolute;
  left: 124px;
  bottom: 20px;
  max-width: 407px;
  height: auto;
  width: 100%;
}



.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #fbc81e;
}

.folow-heading {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

.social {
  font-size: 32px;
  margin-right: 15px;
  margin-top: 15px;
}

.copyright {
  border-top: #003c70 1px solid;
  font-size: 16px;
  padding-top: 15px;
}

@media (max-width: 1600px) {
  h1 {
    font-size: 42px;
  }

  .header-text {
    font-size: 30px;
    line-height: 38px;
  }

  .hero {
    height: 430px;
    padding: 50px 60px;
  }

  .footer-box {
    left: 58px;
    bottom: 32px;
    max-width: 370px;
  }
}

@media (max-width: 1440px) {
  h1 {
    font-size: 40px;
  }

  .header-text {
    font-size: 28px;
    line-height: 36px;
  }

  .hero {
    height: 410px;
    padding: 50px 60px;
  }

  .footer-box {
    left: 58px;
    bottom: 32px;
    max-width: 330px;
  }
}

@media (max-width: 1280px) {
  .hero {
    height: 410px;
    padding: 50px 20px;
  }

  .footer {
    padding: 60px 20px 15px 100px;
  }

  .footer-box {
    left: 42px;
    bottom: 28px;
    max-width: 314px;
  }
}

@media (max-width: 1199.98px) {

  h1 {
    font-size: 30px;
  }

  .header-text {
    font-size: 20px;
    line-height: 30px;
  }

  .hero {
    height: 362px;
  }

  .footer-box {
    left: 36px;
    bottom: 32px;
    max-width: 270px;
  }

}

@media (max-width: 991.98px) {
  .hero {
    height: auto;
  }

  .container {
    padding: 0 30px;
  }

  h2,
  h3 {
    font-size: 28px;
  }

  .footer-box {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
  }

  .footer {
    padding: 60px 0px 15px 0px;
  }

}

@media (max-width: 767.98px) {

  h2,
  h3 {
    font-size: 24px;
  }

}


@media (max-width: 575.98px) {
  .btn-size {
    font-size: 18px;
  }
}

@media (max-width: 375.98px) {
  h1 {
    font-size: 34px;
  }

  .btn-size {
    font-size: 16px;
  }

  .bi-arrow-right-circle-fill {
  font-size: 42px;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 16px;
}

}


/*======================France Page Css Start ======================*/


/*======================France Page Css End ======================*/