.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #485667;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
  color: #002a5c;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none;
}

.container-re{
  padding-left:220px;
  padding-right:220px;
  padding-top: 40px;
  display: flex;
  text-align: left; /* Optional: To center the content */
}


.left-container {
  flex: 70;
 
  padding: 25px;
}

.right-container {
  flex: 30;
  background-color: #e0e0e0e1; /* Just for visualization */
  padding: 35px;
}

.list li {
  padding: 0.3rem 0;
}

.btn-primary {
  background: #337ab7;
  border-color: #337ab7;
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
figure img {
  border: 1px solid #e6e6e6;
  max-width: 500px;
  height: auto;
}
figure figcaption {
  color: #777;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  text-align: center;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  padding: 15px 40px;
  text-transform: uppercase;
}

.navbar-transparent .navbar-toggler {
  color: #fff !important;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  font-size: 3rem;
  outline: none !important;
  color: #002b65 !important;
  box-shadow: none !important;
}

.mm-listitem__text {
  font-weight: 500;
  font-size: 0.9rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-transform: uppercase;
}

.mm-navbar__title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 43, 101, 0.5);
}
.banner__content {
  position: absolute;
  color: #fff;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__content h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.banner__content h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.banner__content p {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin-bottom: 2.3rem;
}
.banner__content p:last-child {
  margin: 0;
}
.banner--lg {
  height: 400px;
}
.banner--dark::before {
  background: rgba(0, 43, 101, 0.8);
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.section {
  margin-bottom: 2rem;
}
.section--lg {
  margin-bottom: 5rem;
}
.section__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3rem 0;
}
.section__title span {
  color: #337ab7;
}
.section p, .section ul,.section ol {
  font-size: 0.9rem;
  font-weight: 400;
}

.card-contact {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
}


button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #292a70;
   text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}


button:hover, a:hover {
  opacity: 0.7;
}

.careers__grid {
  display: grid;
  height: 600px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991.98px) {
  .careers__grid {
    grid-template-columns: 1fr;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.careers__grid-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
@media (max-width: 991.98px) {
  .careers__grid-inner {
    grid-template-rows: 300px 300px;
    height: unset;
  }
}
.careers__grid-inner-item {
  display: flex;
  align-items: center;
  background: var(--background) no-repeat;
  background-size: cover;
}
.careers__grid-item {
  background: var(--background) no-repeat;
  background-size: cover;
}
.careers__grid-item h5 {
  margin: 0 0 1rem 0;
}
.careers__grid-item a {
  font-weight: 400;
}
.careers__grid-item--color-1 {
  background: rgba(0, 51, 120, 0.8);
  color: #fff;
}
.careers__grid-item--color-1 h5 {
  color: #fff;
}
.careers__grid-item--color-1 a {
  color: #fff;
}
.careers__grid-item--color-2 {
  background: #f9f9f9;
  color: #002d6a;
}
.careers__grid-item--color-2 a {
  color: #002b65;
}
.careers__grid-item--color-3 {
  background: #337ab7;
  color: #fff;
}
.careers__grid-item--color-3 h5 {
  color: #fff;
}
.careers__grid-item--color-3 a {
  color: #fff;
}
.careers__grid-content {
  padding: 0 2rem;
}
.careers__grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__prototype {
  height: 170px;
}
.banner__prototype .box {
  text-align: center;
}
.banner__prototype .box h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.banner__prototype .box p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
.banner__prototype .box .btn {
  padding: 0.4rem 1.4rem;
}

.contact__section {
  padding: 5rem 0;
  margin: 0;
  background: linear-gradient(to bottom, #f2f4f5, #9ee2ed);
}
.contact__section iframe {
  width: 100%;
  height: 100%;
}
.contact__section .map {
  height: 100%;
}
@media (max-width: 767.98px) {
  .contact__section .map {
    padding-bottom: 3rem;
  }
  .contact__section .map iframe {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .contact__section .contact {
    padding: 0 3rem;
  }
}
.contact__section .contact .section__title {
  color: #002b65;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.contact__section .contact__form .form-control,
.contact__section .contact__form .btn {
  border: 0;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  transition: color 250ms linear, background 250ms linear;
}
.contact__section .contact__form .form-control::-moz-placeholder {
  text-transform: uppercase;
}
.contact__section .contact__form .form-control::placeholder {
  text-transform: uppercase;
}
.contact__section .contact__form .btn {
  font-weight: 600;
  text-transform: uppercase;
}

.header__main {
  position: relative;
}
.header__main .splide__slide {
  position: relative;
  height: 500px;
}
.header__main .splide__slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 43, 101, 0.3);
}
.header__main-detail {
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 991.98px) {
  .header__main-detail {
    transform: translateY(-20%);
  }
}
.header__main-detail .card {
  flex-direction: row;
  border: 0;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(16, 23, 46, 0.1);
}
.header__main-detail .card .card-body {
  flex-direction: row;
  padding: 0;
}
.header__main-title {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0 0 1.2rem 0;
}
.header__main-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__main-content {
  margin: 0 0 1.6rem 0;
}
.header__main-content p {
  font-size: 0.9rem;
}
.header__main-content p:last-child {
  margin: 0;
}
.header__main-content-box {
  display: flex;
  align-items: center;
  padding: 2.5rem;
}
.header__main .btn {
  padding: 15px 40px;
}

.navbar__main {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100px;
  padding: 0;
  background: #fff;
  transition: background 250ms linear;
}
.navbar__main-spacer {
  height: 100px;
}
.navbar__main .navbar-brand {
  margin-right: 1.6rem;
}
.navbar__main .navbar-brand img {
  width: 100%;
  height: 60px;
}
.navbar__main.navbar-dark .nav-link {
  color: #fff;
}
.navbar__main.navbar-dark .nav-link.active {
  color: #337ab7;
}
.navbar__main.navbar-light .nav-link {
  color: #444;
}
.navbar__main.navbar-light .nav-link.active {
  color: #337ab7;
}
.navbar__main .nav-item {
  margin-right: 2rem;
}
.navbar__main .nav-item:last-child {
  margin: 0;
}
.navbar__main .nav-link, .navbar__main .dropdown-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  color: #444444;
  text-transform: uppercase;
}
.navbar__main .nav-link:not(.active):hover, .navbar__main .dropdown-item:not(.active):hover {
  opacity: 0.7;
}
.navbar__main .dropdown-toggle {
  display: flex;
  align-items: center;
}
.navbar__main .dropdown-toggle::after {
  border: none;
  margin-left: 0.6rem;
  width: 16px;
  height: 16px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 16 16' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
}
.navbar__main .dropdown-item:hover {
  color: #000;
}
.navbar__main .dropdown-item:active {
  color: #ffffff;
}

.navbar-transparent {
  background: transparent;
}

/* Hide all dropdowns initially */
.navbar-nav .dropdown-menu {
  display: none;
}

/* Show the dropdown when hovering over the "About Us" menu item */
.navbar-nav-hover .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}


.objectives {
  position: relative;
  padding: 16rem 0;
  margin-top: -150px;
}
.objectives:before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/pattern.jpeg) no-repeat;
  background-size: cover;
  opacity: 0.12;
}
.objectives__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 3rem 0;
}

.popup {
  display: none;
}

.objective {
  height: 100%;
}
.objective a {
  display: block;
  height: 100%;
}
.objective .card {
  height: inherit;
  border: 0;
  background: #fff;
  transition: box-shadow 250ms linear, background-color 250ms linear;
}
.objective .card-body {
  padding: 0 2rem;
}
.objective .card:hover .card-body-inner {
  box-shadow: 0px 5px 30px 0px rgba(16, 23, 46, 0.1);
}
.objective .card-body-inner {
  position: relative;
  height: 100%;
  background: #fff;
  padding: 1.6rem 1.8rem;
  box-shadow: 0px 5px 30px 0px rgba(16, 23, 46, 0.03);
  transform: translateY(-80px);
}
.objective .card-body-inner--dark {
  background: #002b65;
}
.objective .card-body-inner--dark .card-title {
  color: #fff;
}
.objective .card-body-inner--dark .card-text {
  color: #bec6ff;
}
.objective .card-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 100px;
  color: #fff;
  background: #337ab7;
}
.objective .card-icon {
  height: 50px;
  margin-bottom: 30px;
}
.objective .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
.objective .card-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.objective .card-text {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 300;
  color: #7a7a7a;
}

.footer__bottom {
  background: #002b65;
  color: #bec6ff;
  font-size: 15px;
  font-weight: 300;
  padding: 3rem 0;
  border-top: 1px solid rgba(101, 167, 255, 0.1);
}
.footer__bottom img {
  height: 200px;
}
.footer__bottom h5 {
  color: #eff5fa;
}
.footer__bottom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__bottom-list li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
}
.footer__bottom-list li:hover a {
  transform: translateX(10px);
}
.footer__bottom-list li svg {
  color: #4f93ce;
  margin-right: 8px;
}
.footer__bottom-list li a {
  display: block;
  color: #fff;
  transition: transform 250ms linear;
}

.social {
  display: flex;
  margin-top: 1.4rem;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #9fc4e4;
  width: 40px;
  height: 40px;
  border-radius: 10rem;
  background: rgba(51, 122, 183, 0.2);
  transition: background 250ms linear;
  margin-right: 1rem;
}
.social a:hover {
  background: rgba(51, 122, 183, 0.4);
}
.social a:last-child {
  margin: 0;
}

.footer__credits {
  text-align: right;
  font-family: 'Times New Roman', Times, serif;
  padding-left: 2%;
  
}
@media (max-width: 991.98px) {
  .footer__credits {
    text-align: center;
    margin-top: 4rem;
  }
}
.footer__credits img {
  height: 120px;
  margin-bottom: 1.4rem;
}
.footer__credits .copyright {
  margin-top: 0.4rem;
}
