/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  /* font-family: 'Orbitron', sans-serif; */
}

/*=== LANDING GRADIENT ===*/

.landing {
  text-align: center;
  text-transform: uppercase;
  /* background-image: linear-gradient(90deg, #1DA1F2, #981CEB); */
  /* background-image: linear-gradient(90deg, #c83be1, #680fa3); */
  /* background: linear-gradient(to top left, #6393eb, #4643e0); */
  /* background-image: linear-gradient(90deg, #d734bb, #680fa3); */
  /* background-size: cover; */
  background-image: url(../img/ship_bg.jpg);
  /* background-color: #4643e0 !important; */
  width: 100%;
  height: 100vh;
}

/*=== HEADINGS & ICONS ===*/
#contactus.offset:before {
  content: '';
  height: 5.875rem;
  display: block;
  margin-top: -5.875rem;
}
.offset:before {
  content: '';
  height: 3.875rem;
  display: block;
  margin-top: -3.875rem;
}
.landing h1 {
  color: white;
  font-weight: 600;
  /* font-size: 3.8rem; */
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  padding: 15rem 0 1rem;
  /* text-shadow: .05rem .05rem .05rem rgba(0,0,0,.15); */
  text-shadow: 0.2rem 0.1rem 0.4rem rgba(0, 0, 0, 0.4);
  /* text-shadow: 2px 1px 6px #0c0c0c99; */
  /* padding: 1.8rem 0; */
}

.landing h4 {
  color: white;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  /* text-shadow: .05rem .05rem .05rem rgba(0,0,0,.15); */
  text-shadow: 0.2rem 0.1rem 0.4rem rgba(0, 0, 0, 0.4);
}

h1.footer-logo-text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.logo-text {
  color: #00afed;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
h1.logo-text {
  margin: 0;
  letter-spacing: 0.1rem;
}

h1 {
  color: white;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  padding: 12rem 0 1rem;
  text-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15);
  padding: 1.8rem 0;
  font-family: sans-serif;
}

h4 {
  color: white;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15);
}

.home {
  padding-bottom: 7rem;
}

.fa-stack.fa-2x {
  font-size: 2.3rem;
}

.fa-stack-2x {
  opacity: 0.15;
}

.fa-stack-1x {
  opacity: 0.7;
}

.fa-globe-asia {
  opacity: 1;
  transform: scale(1.25);
}
/*=== NAVIGATION ===*/

.bg-dark {
  /* background-color: #4643e0 !important; */
  background-color: #fff !important;
  color: #00afed !important;
  opacity: 1;
  transition: 0.5s ease;
}

.bg-dark.scrolled {
  /* background-color: #343a40!important; */
  /* background-image: linear-gradient(90deg, #c83be1, #680fa3); */
  /* background: linear-gradient(to top left, #6393eb, #4643e0); */
  /* background-color: #4643e0 !important; */
  background-color: #fff !important;
  color: #00afed !important;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.navbar-brand img {
  height: 2.2rem;
  padding-right: 0.5rem;
}

.navbar {
  /* background-image: linear-gradient(90deg, #1DA1F2, #981CEB); */
  /* background-image: linear-gradient(90deg, #c83be1, #680fa3); */
  /* background: linear-gradient(to top left, #6393eb, #4643e0); */
  /* background-color: #4643e0 !important; */
  background-color: #fff !important;
  color: #00afed !important;
  padding: 0.3rem 0 0.6rem;
  /* box-shadow: 0 1rem 1rem rgba(0,0,0,.15); */
}

.nav-link {
  /* color: white !important; */
  color: #00afed !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15);
  margin-right: 0.5rem;
}

.nav-link.active,
.nav-link:hover {
  border-bottom: 0.05rem solid white;
}

.dropdown-item {
  color: #f9fbfd;
  font-weight: 200;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.dropdown-menu {
  color: #212529;
  background-color: #4643e0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
  text-decoration: none;
}

.dropdown-toggle::after {
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
}
/*=== CONTENT STYLE ===*/

.fa-asterisk {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.6rem;
  font-weight: 300;
}

.card-text.vision {
  margin: 0 auto;
  font-size: 1.2rem;
  color: rgb(119, 118, 118);
}

ul.mission li {
  margin: 0 auto;
  font-size: 1.2rem;
  color: rgb(119, 118, 118);
  margin-bottom: 0.6rem;
}

.vision-card {
  height: 15rem;
}

.mission-card {
  height: 18rem;
}

.staffing.lead {
  font-size: 1rem;
  padding: 0.3rem;
  text-align: start;
}

.talent.lead {
  font-size: 1rem;
  text-align: start;
}

.services.lead {
  font-size: 1rem;
  padding: 0.6rem;
  text-align: start;
}
.services-img .w-100:hover {
  transform: scale(1.2);
  opacity: 1;
  transition: transform 0.7s ease-in-out;
}
.services-img .w-100 {
  transform: scale(1);
  opacity: 0.9;
  transition: transform 0.7s ease-in-out;
}
.services-img {
  max-width: 100% !important;
  overflow: hidden;
}

.side-image.w-100 {
  box-shadow: none;
}

.w-100 {
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
/*=== FIXED BACKGROUND IMG ===*/

.fixed-background {
  padding: 10rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  text-align: center;
}
.fixed-background h1 {
  font-size: 3rem;
  padding: 0.2rem;
}
.fixed-background h2 {
  font-family: 'Orbitron', 'Poppins', sans-serif;
  font-size: 2.4rem;
  padding: 0.2rem;
  color: white;
}

.fb-overlay-text {
  color: white;
  font-size: 2.8rem;
}

.fb-overlay {
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}

.fixed {
  /* background-image: url(../img/macbook.jpg); */
  background-image: url(../img/back-image.jpg);
  /* opacity: .7; */
  position: fixed;
}

ul.skillset {
  list-style-type: none;
}

ul.skillset li {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2.6rem;
  color: rgb(119, 118, 118);
}

ul.skillset .svg-inline--fa {
  font-size: 2rem;
  color: #680fa3;
  opacity: 0.7;
  vertical-align: -0.3em;
  padding-right: 0.6rem;
}

ul.obligations,
ul.welfare {
  list-style-type: circle;
  padding-inline-start: 20px;
}

ul.welfare li {
  line-height: 2rem;
  margin: 0;
}

/*=== CLIENTS === */
.jumbotron {
  margin-bottom: 0rem;
}

.jumbotron h1 {
  padding-bottom: 3rem;
}

ul.client-list {
  list-style-type: none;
  padding-inline-start: 20px;
}

ul.client-list li {
  font-size: 1.2rem;
  line-height: 3rem;
  margin: 0;
  text-align: left;
}
/*=== FOOTER ===*/

footer {
  /* background-image: linear-gradient(90deg, #1DA1F2, #981CEB); */
  /* background: linear-gradient(to top left, #6393eb, #4643e0); */
  /* background-image: linear-gradient(90deg, #d734bb, #680fa3); */
  background-color: #303036 !important;
  box-shadow: 0 -1rem 1rem rgba(0, 0, 0, 0.15);
  padding: 2.5rem 2rem;
}

footer img {
  height: 3.5rem;
  margin: 0 auto 1rem;
}

footer a,
footer p,
.socket a,
.socket p {
  color: white;
  font-size: 1.2rem;
  font-weight: 300;
}

footer a:hover,
.socket a:hover {
  color: white;
}

ul.social {
  list-style-type: none;
  display: flex;
  max-width: 18rem;
  padding: 0;
  margin: 0 auto;
}

ul.social li {
  margin: 0 auto;
}

ul.social .svg-inline--fa {
  font-size: 2.2rem;
}

ul.social .svg-inline--fa:hover {
  /* color: #D1D1D1; */
  /* color: #51afe6; */
  opacity: 0.4;
}

.contactus a:hover {
  text-decoration: none;
}

.fa-mobile-alt.svg-inline--fa,
.fa-envelope.svg-inline--fa {
  font-size: 2.5rem;
  color: #d1d1d1;
  padding-right: 0.6rem;
  vertical-align: -0.3em;
  text-decoration: none;
}
/*=== SOCKET ===*/

.socket {
  /* background-image: linear-gradient(90deg, #1DA1F2, #981CEB); */
  /* background: linear-gradient(to top left, #6393eb, #4643e0); */
  /* background-image: linear-gradient(90deg, #d734bb, #680fa3); */
  background-color: #4643e0 !important;
  text-align: center;
  padding: 1rem;
  border-top: 0.05rem solid white;
}

.goToTopBtn {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #4e67f0;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 8px;
  color: white;
  opacity: 0.6;
  z-index: 1;
}
.goToTopBtn .svg-inline--fa {
  font-size: 1.3rem;
  color: white;
  /* text-align: center; */
}
a.goToTopBtn:hover,
a.goToTopBtn .svg-inline--fa:hover {
  color: white;
  opacity: 1;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {
  h1 {
    font-size: 2.6rem;
  }

  .fa-stack.fa-2x {
    font-size: 2rem;
  }

  .fixed-background {
    padding: 10rem 0;
  }
}

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {
  .landing h1 {
    padding: 12rem 0 1rem;
    font-weight: 600;
    font-size: 2.4rem;
  }

  .landing h4 {
    font-weight: 400;
    font-size: 1.4rem;
  }

  .landing img {
    padding-top: 10rem;
  }
  .fixed-background h1 {
    font-size: 2.6rem;
  }
  .fixed-background h2 {
    font-size: 2rem;
  }
  h1 {
    font-size: 2rem;
  }

  .fa-stack.fa-2x {
    font-size: 1.7rem;
  }

  .fixed-background {
    padding: 8rem 0;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {
  .bg-dark {
    opacity: 1;
  }
  .fixed-background h1 {
    font-size: 2.2rem;
  }
  .fixed-background h2 {
    font-size: 1.6rem;
  }
  ul.mission > li.card-text:first-child {
    margin-top: 1rem;
  }
}

/* Devices under 576px (sm) */
@media (max-width: 575.98px) {
  .bg-dark {
    opacity: 1;
  }

  .landing h1 {
    padding: 10rem 0 1rem;
    font-weight: 600;
    font-size: 2.4rem;
  }

  .landing h4 {
    font-weight: 400;
    font-size: 1.4rem;
  }

  .navbar-brand,
  .nav-item {
    padding-left: 1.4rem;
  }

  .navbar-brand img {
    height: 1.4rem;
    padding-right: 0.3rem;
  }

  .logo-text {
    font-size: 1.4rem;
  }

  h1.logo-text {
    font-size: 1.4rem;
  }

  h1.text-dark.pb-3 {
    font-size: 1.2rem;
  }

  h1.text-dark.pb-3.ourservices {
    margin-top: 1rem;
  }
  ul {
    padding-inline-start: 0px;
  }

  ul.skillset li {
    font-size: 1rem;
  }

  ul.skillset .svg-inline--fa {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  ul.mission > li.card-text:first-child {
    margin-top: 1rem;
  }

  div#facilities.offset:before {
    content: '';
    height: 1rem;
    display: block;
    margin-top: -1rem;
  }
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row,
.container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999 !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
