h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  color: #f90;
  font-style: normal;
}

.btn {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  background: #f90;
  color: #fff;
  padding: 0.75rem 2.5rem;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn:hover {
  background: #ffaf37;
  color: #fff;
}

.flex {
  display: flex;
}
.flex.align_center {
  align-items: center;
}
.flex.justify_center {
  justify-content: center;
}
.flex.justify_between {
  justify-content: space-between;
}
.flex.space_between {
  justify-content: space-between;
}
.flex.align-end {
  align-items: end;
}

header {
  padding: 15px 0;
}
header .logo img {
  max-width: 280px;
}
header .navbar-nav li {
  margin-left: 40px;
}
header .navbar-nav a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
header .navbar-nav a:hover {
  color: #f90;
}
header .navbar-nav a.btn {
  color: #fff;
}
header .navbar-nav a.btn:hover {
  color: #fff;
  background: #ffaf37;
}

.hero .swiper-slide {
  height: calc(100vh - 82px);
  width: 100%;
  position: relative;
}
.hero .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  background: linear-gradient(225deg, rgba(168, 235, 18, 0.5) 8%, rgba(255, 153, 0, 0.9) 57%);
  z-index: 1;
}
.hero .swiper-slide .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: center !important;
}
.hero .swiper-slide .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 60%;
  z-index: 2;
}
.hero .swiper-slide .content h1 {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.hero .swiper-slide .content span {
  font-size: 1.375rem;
}
.hero .swiper-slide .scroll_down {
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
.hero .swiper-slide .scroll_down h6 {
  color: #fff;
}
.hero .swiper-slide .scroll_down h6 i {
  margin-left: 5px;
}

.banner {
  width: 100%;
  height: 450px;
  background-position: center !important;
  background-size: center !important;
  position: relative;
}
.banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  background: linear-gradient(225deg, rgba(168, 235, 18, 0.5) 8%, rgba(255, 153, 0, 0.9) 57%);
  z-index: 1;
}
.banner .text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.banner .text h2 {
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.intro .content span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.intro .content .btn {
  margin-top: 1.125rem;
}
.intro .image {
  text-align: right;
  position: relative;
  padding-bottom: 150px;
}
.intro .image .top {
  width: 70%;
  height: 457px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
.intro .image .bottom {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 65%;
}

.ambassadors {
  background: #f7f8f9;
}
.ambassadors .swiper-slide {
  background: #fff;
  height: auto;
}
.ambassadors .ambassadors-slider {
  margin-top: 50px;
}
.ambassadors .content {
  padding: 40px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.ambassadors .content p {
  font-size: 1rem;
  line-height: 1.563rem;
  height: 260px;
  overflow: auto;
  padding-right: 5px;
  /* width */
  /* Track */
  /* Handle */
}
.ambassadors .content p::-webkit-scrollbar {
  width: 5px;
}
.ambassadors .content p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.ambassadors .content p::-webkit-scrollbar-thumb {
  background: #f90;
  border-radius: 10px;
}
.ambassadors .profile {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: unset;
}
.ambassadors .profile h5 {
  margin-bottom: 5px;
  font-weight: 600;
}
.ambassadors .profile .image {
  min-width: 80px;
  margin-right: 20px;
}
.ambassadors .profile .image img {
  width: 80px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.ambassadors .profile .country {
  display: flex;
  align-items: center;
}
.ambassadors .profile .country img {
  width: 30px;
  margin-right: 8px;
}

footer {
  background: #212121;
  padding: 100px 0 20px;
  color: #fff;
}
footer .logo h5 {
  line-height: 1;
  font-size: 32px;
}
footer .logo h5 span {
  display: block;
  color: #f90;
}
footer h6 {
  font-size: 22px;
  line-height: 21px;
  margin-bottom: 1.5rem;
}
footer a {
  font-size: 17px;
  line-height: 28px;
  display: block;
  margin-bottom: 0.8rem;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fcfcfc;
  margin-top: 30px;
  padding: 20px 0 0;
}
footer .copyright p {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  margin-bottom: 0;
}
footer .copyright p a {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}

.vision__text h4 {
  text-transform: none;
}
.vision__image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.vision__image.no-flex img {
  width: 100%;
}
.vision__image img {
  width: 48%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

.secondary_nav ul {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.secondary_nav ul li {
  margin: 0 30px;
}
.secondary_nav ul li a {
  font-weight: 800;
  color: #000;
  position: relative;
  display: block;
}
.secondary_nav ul li a.active {
  color: #f90;
}
.secondary_nav ul li a.active::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #f90;
}

.route__image {
  text-align: center;
}
.route__image img {
  max-width: 100%;
}

.mission {
  background: linear-gradient(225deg, rgb(168, 235, 18) 8%, rgb(255, 153, 0) 57%);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.mission::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/footstep.svg);
  opacity: 0.18;
  background-size: contain !important;
  background-repeat: no-repeat;
  transform: rotate(193deg);
}
.mission .row > * {
  background: #fff;
  border-right: 1px solid #cdccdc;
  border-bottom: 1px solid #cdccdc;
  position: relative;
  z-index: 2;
}
.mission__card {
  color: #1e1e1e;
  padding: 30px 20px;
  margin: 20px 0;
}
.mission__card h4 {
  margin-bottom: 20px;
  text-transform: initial;
  font-size: 2.4rem;
  line-height: 2.5rem;
}
.mission__card ul {
  list-style: circle;
  padding-left: 20px;
}

.route .row > * {
  background: transparent;
  border-right: 1px solid #cdccdc;
  border-bottom: 1px solid #cdccdc;
}
.route .mission__card {
  margin: 30px 0;
}
.route .mission__card p {
  color: #fff;
}

.text__box ul {
  list-style: circle;
  padding-left: 20px;
}

.form h2 {
  margin-bottom: 50px;
}
.form__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0;
}

.register_here {
  background: #f90;
}
.register_here h4 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
}
.register_here h2 {
  font-style: italic;
}
.register_here h2 a {
  display: inline-block;
  position: relative;
}
.register_here h2 a:hover::before {
  width: 100%;
}
.register_here h2 a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30%;
  height: 7px;
  background: #1e1e1e;
  transition: 0.3s all ease;
}
.register_here h2 a:hover {
  color: #000;
}

.gallery {
  background: #fff;
  margin: 20px 0;
}
.gallery .image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .title a {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  display: block;
  padding: 30px 20px;
}
.gallery .title a:hover {
  background: #ffaf37;
  color: #fff;
}

.map iframe {
  width: 100%;
  height: 450px;
}

.contact_text span {
  font-size: 16px;
  font-weight: 500;
}
.contact_text h3 {
  margin: 20px 0;
}
.contact_text ul {
  margin-top: 40px;
}
.contact_text ul li {
  margin: 10px 0;
}
.contact_text ul li i {
  color: #f90;
  margin-right: 8px;
}

.distance_table {
  max-width: 100%;
  width: 650px;
  margin: 0 auto;
}
.distance_table th,
.distance_table td {
  padding: 20px 10px;
}
.distance_table th {
  background: #f90;
}
.distance_table tr {
  border-bottom: 1px solid #cdcdcd;
}

.contact_form .form_card {
  position: relative;
  margin: 15px 0;
}
.contact_form .form_card input,
.contact_form .form_card textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  background: transparent;
  padding: 15px 0;
  padding-left: 30px;
}
.contact_form .form_card input:focus, .contact_form .form_card input:focus-visible,
.contact_form .form_card textarea:focus,
.contact_form .form_card textarea:focus-visible {
  box-shadow: none;
  outline: 0;
  border-bottom: 1px solid #ffaf37;
}
.contact_form .form_card textarea {
  height: 150px;
}
.contact_form .form_card i {
  position: absolute;
  top: 18px;
  left: 0;
}

@media screen and (max-width: 700px) {
  .intro .image {
    padding-bottom: 0;
    margin-top: 50px;
  }
  .intro .image .top {
    width: 100%;
  }
  .intro .image .bottom {
    display: none;
  }
  footer .copyright {
    flex-direction: column;
  }
  footer .copyright p {
    margin-bottom: 25px;
  }
  footer .col-md-3 {
    margin: 40px 0;
  }
}/*# sourceMappingURL=style.css.map */