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: 48px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4; }

.section-title {
  color: #00338d;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 48px;
  line-height: 1.3; }

.section--title {
  position: relative;
  z-index: 1; }
  .section--title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #1e49e2;
    bottom: -16px;
    left: 0; }

.short-title {
  color: #1e49e2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px; }

.secondary-title {
  color: #1e49e2;
  font-size: 20px;
  font-weight: 600; }

.section-secondary-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e49e2;
  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: #1e49e2; }
.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: #00338d; }

  .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: #1e49e2;
  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: #1e49e2;
    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: #1e49e2;
    border: 2px solid #1e49e2; }

.btn-secondary {
  transition: all 0.3s ease-in; }
  .btn-secondary:hover {
    background-color: #fff;
    color: #00338d;
    border: 2px solid #00338d; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px; } }
.top-header {
  background: #1e49e2;
  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: #00338d;
    display: inline-flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 18px; }
    .top-header-btn:hover {
      background-color: #fff;
      color: #1e49e2;
      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 {
    position: absolute;
    top: -50px;
    height: 100px; }
  .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: #00338d;
  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: #1e49e2; }
  .footer .social-link {
    color: #fafafa;
    padding: 0 16px; }

.broucher-link {
  position: fixed;
  right: 0;
  top: 40%; }

.brouchure-btn {
  writing-mode: vertical-rl;
  padding: 24px 12px;
  font-size: 14px;
  font-weight: 700; }

@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;
  min-height: 600px;
  text-align: center; }

.h-banner {
  min-height: 500px; }
  .h-banner-text {
    color: #fafafa;
    font-size: 24px; }

.about-banner {
  background: #1e49e2;
  position: relative;
  text-align: left;
  min-height: 500px; }
  .about-banner-text {
    color: #fafafa; }
  .about-banner .section-title {
    color: #fff; }
    .about-banner .section-title:after {
      background-color: #fff;
      left: 0; }
  .about-banner:after {
    content: "";
    position: absolute;
    background: url("../images/about-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 40%;
    height: 750px;
    z-index: 33333;
    top: 50px;
    right: 50px; }

.service-banner {
  background: url("../images/service-banner.jpg");
  background-size: cover;
  min-height: 350px; }

.sector-banner {
  background: url("../images/sector-bg.png");
  background-size: cover; }

.career-banner {
  background: url("../images/career-banner.png");
  background-size: cover; }

.contact-banner {
  background: url("../images/contact-banner.png");
  background-size: cover; }

.section-space {
  padding: 80px 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 */
