a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 7px; }

::-webkit-scrollbar:horizontal {
  height: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a; }

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5); }

.container-fluid {
  padding: 0 80px; }

ul {
  padding-inline-start: 0;
  list-style: none; }

hr {
  border: 1px solid #cdcdcd2b; }

@media (max-width: 1199.98px) {
  body {
    font-size: 15px; }

  .container-fluid {
    padding: 0 24px; } }
.title {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4; }

.section-title {
  color: #00374D;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 48px;
  line-height: 1.3; }

.secondary-title {
  color: #00374D;
  font-size: 20px;
  font-weight: 700; }

.section-secondary-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #00374D;
  margin-bottom: 0; }

.heading {
  margin-bottom: 60px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 32px;
    font-weight: 600; }

  .section-title {
    font-size: 24px; }

  .section-secondary-title {
    font-size: 20px; }

  .title-group {
    margin-bottom: 24px; } }
.header .nav-link {
  color: #0a0a0a;
  font-weight: 500;
  font-weight: 600;
  padding: 8px 16px !important; }
  .header .nav-link:hover, .header .nav-link.active {
    color: #00374D; }
.header .logo-brand {
  color: #0a0a0a;
  font-size: 32px;
  font-weight: 600; }
.header .social-link {
  color: #0a0a0a;
  padding: 0 16px; }

@media (max-width: 1199.98px) {
  .overlay {
    height: 100vh;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    display: none; }

  .overlay-show {
    transition: all .3s ease-in-out;
    display: block; }

  .fixed-position {
    position: fixed;
    width: 100%; }

  .header-nav .nav-item {
    position: relative;
    margin-left: auto; }
    .header-nav .nav-item .nav-link {
      align-items: center;
      justify-content: center;
      display: flex;
      font-size: 1rem;
      padding: 15px 20px;
      color: #fff; }
      .header-nav .nav-item .nav-link .icon {
        color: #bcc0be;
        font-size: 14px;
        display: block; }
    .header-nav .nav-item .nav-link.active {
      color: #f1d44b; }

  .navbar {
    margin-left: auto; }

  .navbar-toggler {
    position: relative;
    z-index: 100;
    padding: 0;
    margin-left: auto; }
    .navbar-toggler:focus {
      outline: none; }

  .header .nav-link {
    text-align: right; } }
.form-group {
  margin-bottom: 24px; }
  .form-group .form-control {
    background-color: #EFF0F2;
    border-color: transparent;
    padding: 12px 16px; }

.form-head {
  background-color: #00374D;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 24px 40px;
  margin-bottom: 0;
  text-transform: uppercase; }

label {
  color: #333;
  font-weight: 500;
  text-transform: uppercase; }

.form-details {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 40px; }

.msg-box {
  min-height: 100px; }

.visit-title {
  padding-top: 100px; }

textarea.form-control {
  resize: none; }

.contact-details {
  font-weight: 500; }
  .contact-details .icon,
  .contact-details .email-icon {
    color: #00374D;
    display: block;
    margin-top: 6px;
    margin-right: 8px; }
  .contact-details .email-icon {
    font-size: 14px; }

.msg-box {
  min-height: 200px; }

.address {
  font-size: 18px;
  margin-bottom: 16px; }

@media (max-width: 991.98px) {
  .form-details {
    padding: 24px; }

  .form-head {
    font-size: 20px;
    padding: 16px 32px; } }
.btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  border-width: 2px; }

.btn-primary {
  transition: all 0.3s ease-in; }
  .btn-primary:hover {
    background-color: transparent;
    color: #00374D;
    border: 2px solid #00374D; }

.btn-secondary {
  transition: all 0.3s ease-in; }
  .btn-secondary:hover {
    background-color: #fff;
    color: #f1d44b;
    border: 2px solid #f1d44b; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px; } }
.top-header {
  background: #00374D;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative; }
  .top-header-content {
    margin-right: 12px;
    padding: 16px 0; }
  .top-header .call-text {
    margin-left: 70px; }
  .top-header-btn {
    background-color: #f1d44b;
    display: inline-flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 18px; }
    .top-header-btn:hover {
      background-color: #fff;
      color: #00374D;
      text-decoration: none; }
    .top-header-btn i {
      margin-right: 8px; }

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%; }
  .header .logo {
    height: 60px; }
  .header .navbar .navbar-toggler {
    padding: 0; }
    .header .navbar .navbar-toggler-icon {
      color: #fff;
      height: auto; }
  .header .close {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 32px;
    right: 24px;
    color: #a2a2a2;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .header .close:hover, .header .close:focus {
      background-color: #333;
      text-decoration: none; }
    .header .close i {
      font-weight: 600; }

.tiny {
  position: fixed;
  width: 350px;
  top: 80px; }

.top_header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px 100px; }

@media (max-width: 991.98px) {
  .top-header-content {
    padding: 8px 0; }

  .top-header-content-wrap {
    display: none; }

  .top-header::after {
    display: none; }

  .header {
    padding: 4px 0; }

  .header .logo {
    top: 16px; } }
.footer {
  background-color: #00374D;
  color: #fafafa;
  padding: 80px 0 40px 0;
  font-size: 14px; }
  .footer-link {
    color: #fafafa;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 16px;
    font-size: 14px; }
    .footer-link:hover {
      color: #00374D; }
  .footer-logo {
    height: 80px; }

@media (max-width: 1199.98px) {
  .footer {
    text-align: center; }
    .footer-link {
      display: inline-block;
      padding: 12px 16px; }

  .flex-m-column {
    flex-direction: column; } }
.banner {
  background-image: url("../images/h-banner-1.jpg");
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden; }
  .banner .choose-categ {
    position: relative;
    display: block;
    overflow: hidden; }
    .banner .choose-categ-text {
      text-align: center;
      padding: 16px; }
      .banner .choose-categ-text h4 {
        font-size: 24px; }
      .banner .choose-categ-text p {
        color: #ffffff9c;
        font-size: 14px;
        font-weight: 300; }
    .banner .choose-categ-c {
      z-index: 1;
      top: 30%;
      left: 0;
      right: 0;
      margin-top: 130px; }
      .banner .choose-categ-c h2 {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1px; }
    .banner .choose-categ img {
      transition: all 0.3s ease; }
    .banner .choose-categ:hover img {
      transform: scale(1.1); }
  .banner .choose-categ:hover .choose-categ-text {
    display: block; }
  .banner .categ-link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px; }
    .banner .categ-link:hover {
      opacity: 0.8; }

.logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .logo-wrap img {
    width: 100%; }

.ad-logo {
  height: 90px;
  margin-bottom: 24px; }

.choose-categ {
  background: url("../images/banner/Software.jpg");
  background-size: 100% !important;
  background-position: bottom !important;
  width: 20%;
  height: 100vh;
  transition: background-size 0.5s ease; }
  .choose-categ:hover {
    background-size: 110% !important; }
  .choose-categ p {
    min-height: 105px; }

.software-wrap h2,
.software-wrap .categ-link {
  color: #D57155; }

.engineering-wrap {
  background: url("../images/banner/Engineer.jpg"); }
  .engineering-wrap h2,
  .engineering-wrap .categ-link {
    color: #63DC8C; }

.sourcing-wrap {
  background: url("../images/banner/Sourcing.jpg"); }
  .sourcing-wrap h2,
  .sourcing-wrap .categ-link {
    color: #F3C72D; }

.publicity-wrap {
  background: url("../images/banner/Publicity.jpg"); }
  .publicity-wrap h2,
  .publicity-wrap .categ-link {
    color: #FFFFFF;
    opacity: 0.8; }

.english-wrap {
  background: url("../images/banner/English.jpg"); }
  .english-wrap h2,
  .english-wrap .categ-link {
    color: #43CAFF; }

@media (max-width: 1199.98px) {
  .banner {
    flex-direction: column; }
    .banner .choose-categ-c {
      top: 20%;
      left: 5%;
      margin-top: 0; }
    .banner .choose-categ-text {
      display: block;
      text-align: left;
      margin-top: 0;
      padding: 0; }
      .banner .choose-categ-text h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0; }
      .banner .choose-categ-text p {
        display: none; }
      .banner .choose-categ-text .categ-link {
        font-size: 14px;
        text-align: left; }
    .banner .choose-categ {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 12px; }

  .logo-wrap {
    top: 0;
    left: 0;
    right: 0; }

  svg {
    width: 30vw; }

  .choose-categ {
    background-size: cover !important; }

  .software-wrap {
    background: url("../images/banner/mobile/Software.jpg"); }

  .engineering-wrap {
    background: url("../images/banner/mobile/Engineer.jpg"); }

  .sourcing-wrap {
    background: url("../images/banner/mobile/Sourcing.jpg"); }

  .publicity-wrap {
    background: url("../images/banner/mobile/Publicity.jpg"); }

  .english-wrap {
    background: url("../images/banner/mobile/English.jpg"); } }
.section-space {
  padding: 70px 0; }

.section-bottom-space {
  padding-bottom: 80px; }

.bg-light {
  background-color: #FAFAFA !important; }

.relative {
  position: relative; }

.mb-60 {
  margin-bottom: 60px; }

.text-underline {
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; } }

/*# sourceMappingURL=global.css.map */
