a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
  overflow-y: overlay; }

::-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 120px !important; }

.bg-primary div,
.bg-primary p {
  color: #ffffffb3; }

ul {
  padding-inline-start: 0;
  list-style: none; }

.fixed-position {
  position: fixed;
  width: 100%; }

@media (max-width: 991.98px) {
  html body {
    font-size: 15px; } }
@media only screen and (max-width: 1400px) {
  .container-fluid {
    padding: 0 16px !important; } }
.title {
  color: #fff;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 600; }
  .title .title-light {
    color: #fff;
    font-weight: 100; }
  .title span {
    color: #2265AD; }

.title-bottom {
  color: #fcfcfc;
  font-size: 24px; }

.section-title {
  color: #1a1a1a;
  font-size: 60px;
  font-weight: 200;
  position: relative;
  margin-bottom: 32px;
  border-bottom: 3px solid #2265AD;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 32px;
  line-height: 1.2; }
  .section-title span {
    color: #2265AD;
    font-weight: 500; }

.secondary-title {
  color: #0a0a0a;
  font-size: 24px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px; }

  .section-title {
    font-size: 28px; }

  .title-bottom {
    font-size: 18px; } }
.navbar.navbar-expand-lg {
  padding: 8px 0; }
  .navbar.navbar-expand-lg .navbar-toggler-icon {
    width: auto;
    height: auto; }
  .navbar.navbar-expand-lg .navbar-nav .nav-link {
    color: #0a0a0a;
    font-size: 1rem;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px; }
    .navbar.navbar-expand-lg .navbar-nav .nav-link.active {
      color: #2265AD; }
    .navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #2265AD; }
  .navbar.navbar-expand-lg .dropdown-toggle::after {
    display: none; }
  .navbar.navbar-expand-lg .icon {
    font-size: 12px;
    margin-left: 8px; }
  .navbar.navbar-expand-lg .sub-menu {
    background-color: #2265AD;
    width: max-content;
    top: 57px; }
    .navbar.navbar-expand-lg .sub-menu .nav-link {
      color: #fff !important; }

.home .navbar.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff; }
  .home .navbar.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #2265AD; }
  .home .navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2265AD; }

@media (max-width: 1199.98px) {
  .navbar-collapse {
    top: 0;
    right: -320px;
    bottom: 0;
    text-align: right;
    width: 310px;
    z-index: 100;
    transition: 0.4s cubic-bezier(1, 0, 0, 1);
    height: auto !important; }
    .navbar-collapse.show {
      right: 0; }

  .navbar {
    margin-left: auto; }

  .navbar-toggler {
    position: relative;
    z-index: 100;
    padding: 0;
    margin-left: auto; }
    .navbar-toggler:focus {
      outline: none; }

  .navbar-toggler {
    padding: 0;
    margin-left: auto;
    color: #000;
    z-index: 0; }
    .navbar-toggler:focus {
      outline: none; }
    .navbar-toggler-icon {
      color: #fff;
      font-size: 1rem;
      position: relative;
      z-index: 100;
      width: auto;
      height: auto; }

  .home .navbar-toggler {
    color: #fff; }

  .top_header .navbar-toggler {
    color: #000; }

  .navbar-collapse {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    background-color: #2265AD;
    top: 0;
    left: -3100px;
    bottom: 0;
    text-align: left;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: auto !important;
    padding: 24px;
    overflow-y: scroll; }
    .navbar-collapse.show {
      left: 0; }
    .navbar-collapse .nav-link {
      color: #fff; }

  .close-btn {
    width: 28px;
    height: 28px;
    border: none;
    background-color: #72b2ff4f;
    border-radius: 50%; }
    .close-btn .close-icon {
      font-size: 12px; }

  .navbar-nav {
    margin-top: 40px; }

  .navbar.navbar-expand-lg .navbar-nav .nav-link.active,
  .navbar.navbar-expand-lg .navbar-nav .nav-link,
  .h-call-link i,
  .h-call-link h5 {
    color: #fff !important; }

  .h-call-link {
    margin-top: 32px; } }
.contact-form .form-control {
  color: #000;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #7A838B;
  padding: 0;
  transition: all .3s ease;
  line-height: 1;
  background: transparent; }
  .contact-form .form-control:focus {
    box-shadow: none;
    padding: 16px 16px 8px 16px;
    border-color: #2265AD; }
.contact-form label {
  margin-bottom: 8px;
  font-weight: 300; }
.contact-form .form-group {
  margin-bottom: 40px; }
.contact-form .requirement-input {
  min-height: 75px; }
  .contact-form .requirement-input:focus {
    padding: inherit; }
.contact-form .select-input {
  padding-right: 24px; }
  .contact-form .select-input:focus {
    padding: inherit; }

.btn {
  border-radius: 50px !important; }

.custom-btn {
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .custom-btn:hover {
    text-decoration: none;
    color: #2265AD; }
  .custom-btn span {
    background-color: #00051C;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: 0.5s; }
    .custom-btn span i {
      color: #fff;
      font-size: 10px; }
  .custom-btn-primary {
    background-color: #2265AD;
    transition: 0.5s;
    color: #fff; }
    .custom-btn-primary:hover {
      text-decoration: none;
      background-color: transparent;
      color: #fff; }
      .custom-btn-primary:hover span {
        background-color: #0E1536; }
  .custom-btn-secondary {
    transition: 0.5s; }
    .custom-btn-secondary:hover {
      background-color: #2265AD;
      text-decoration: none;
      color: #fff; }
      .custom-btn-secondary:hover span {
        background-color: #00051C; }
    .custom-btn-secondary span {
      background-color: #0E1536; }
    .custom-btn-secondary-o {
      border: 1px solid #2265AD;
      color: #2265AD; }
      .custom-btn-secondary-o span {
        background-color: #2265AD; }
  .custom-btn-sm {
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    color: #0a0a0a; }
    .custom-btn-sm span {
      background-color: #2265AD;
      width: 24px;
      height: 24px; }
      .custom-btn-sm span i {
        font-size: 6px; }
    .custom-btn-sm:hover {
      background-color: transparent;
      color: inherit; }
      .custom-btn-sm:hover span {
        background-color: #214A99; }
  .custom-btn-services {
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px; }
    .custom-btn-services span {
      background-color: #0000001a; }
      .custom-btn-services span i {
        color: #000; }

.portfolio-btn {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.5s; }
  .portfolio-btn span {
    background-color: #2265AD;
    transition: 0.5s; }
  .portfolio-btn:hover {
    background-color: transparent;
    color: #000000c4; }

.port-btn:hover {
  color: #000; }

.app-btn span i {
  font-size: 20px; }

.custom-btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .custom-btn {
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 1px; }
    .custom-btn span {
      width: 28px;
      height: 28px; }
      .custom-btn span i {
        font-size: 8px; }

  .custom-btn-group {
    justify-content: center; }
    .custom-btn-group .custom-btn {
      margin-bottom: 16px; }

  .lia-portfolio-details .custom-btn {
    padding: 0;
    margin-top: 12px; }
    .lia-portfolio-details .custom-btn span {
      width: 32px;
      height: 32px; }
      .lia-portfolio-details .custom-btn span i {
        font-size: 20px; }
      .lia-portfolio-details .custom-btn span .icon-right-arrow {
        font-size: 10px; }

  .service-list .custom-btn-sm {
    padding: 0; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s ease-in-out;
  width: 100%; }
  .header .logo-link {
    font-size: 20px;
    font-weight: 600;
    color: #214A99; }
  .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; }
  .header .logo {
    height: 80px;
    transition: height 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }

.h-call-link {
  display: flex;
  align-items: center; }
  .h-call-link:hover {
    text-decoration: none;
    color: #2265AD; }
  .h-call-link i {
    color: #2265AD;
    font-size: 48px;
    margin-right: 8px; }
  .h-call-link h5 {
    color: #2265AD;
    font-weight: 600;
    font-size: 24px; }

.tiny {
  position: fixed;
  width: 350px;
  top: 80px; }

.logo-2 {
  display: none;
  transition: height 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }

.top_header {
  background-color: #fff;
  box-shadow: 0 4px 20px #0000000f;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .top_header .logo-2 {
    display: block; }
  .top_header .logo-1 {
    display: none;
    transition: height 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .top_header .logo {
    height: 50px;
    transition: height 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .top_header .navbar.navbar-expand-lg .navbar-nav .nav-link {
    color: #000; }
    .top_header .navbar.navbar-expand-lg .navbar-nav .nav-link.active {
      color: #2265AD; }
    .top_header .navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #2265AD; }
  .top_header .h-call-link {
    color: #000; }

@media (max-width: 991.98px) {
  .top-header-content {
    padding: 8px 0; }

  .top-header-content-wrap {
    display: none; }

  .top-header::after {
    display: none; }

  .header .logo {
    height: 55px; } }
.home .banner {
  background-color: #00051C;
  height: 100vh;
  width: 100%;
  margin-bottom: 0; }
  .home .banner .title {
    font-size: 72px;
    color: #fff; }
  .home .banner p {
    color: #ffffffa9;
    font-weight: 300;
    margin-bottom: 50px; }

.banner {
  background-color: #f8f8f8;
  background-size: cover !important;
  background-position: top;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 60px; }
  .banner .title {
    color: #000;
    margin-top: 80px;
    position: relative;
    font-size: 40px;
    font-weight: 300; }
    .banner .title strong {
      font-weight: 600; }

.contact-banner {
  min-height: 350px; }
  .contact-banner .title {
    font-size: 60px;
    text-align: center; }
  .contact-banner .custom-btn-services span {
    transform: rotate(90deg); }

@media (max-width: 991.98px) {
  .home .banner {
    height: 100vh; }
    .home .banner .title {
      font-size: 40px; }
    .home .banner p {
      text-align: center; }
  .home .banner-title {
    font-size: 32px; }

  .banner .title {
    text-align: center;
    font-size: 24px; }

  .banner {
    min-height: 300px;
    background-position: center; }
    .banner-content-wrap {
      width: 100%;
      left: 0; }

  .banner-content-text {
    font-size: 16px;
    padding: 16px;
    width: 100%; } }
.footer {
  background: #00051C;
  color: #fff;
  padding: 100px 0 20px 0;
  position: relative;
  font-size: 14px;
  font-weight: 300; }
  .footer .logo {
    width: auto;
    height: 80px; }
  .footer-link-wrap {
    display: flex; }
    .footer-link-wrap ul {
      width: 50%; }
  .footer-head {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: left; }
  .footer-content {
    position: relative;
    z-index: 1; }
    .footer-content p {
      font-weight: 300;
      color: #ffffffd8; }
  .footer-nav {
    display: flex;
    flex-wrap: wrap; }
  .footer-link {
    color: #ffffffba;
    display: flex;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    transition: all 0.3s ease; }
    .footer-link i {
      margin-right: 4px;
      margin-top: 4px;
      transition: all 0.3s ease; }
    .footer-link:hover {
      text-decoration: none;
      color: #fff; }
      .footer-link:hover i {
        margin-right: 8px; }
  .footer ul {
    list-style-type: none;
    margin-bottom: 0; }
  .footer .dyi-link {
    font-weight: 600; }
  .footer .copyrights-text {
    font-size: 14px; }
  .footer .social-links {
    font-size: 16px; }
    .footer .social-links i {
      margin-left: 12px; }
    .footer .social-links a {
      color: #ffffffc5; }
      .footer .social-links a:hover {
        color: #fff;
        text-decoration: none; }
  .footer hr {
    border-color: #ffffff26; }

.call-footer {
  font-weight: 400;
  margin-bottom: 12px;
  display: inline-block; }
  .call-footer i {
    margin-right: 8px; }
    .call-footer i:before {
      color: #fff; }
  .call-footer:hover {
    color: #2265AD; }

.copyrights-text {
  color: #ffffff99;
  font-size: 14px; }

.footer-bottom-link {
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer-bottom-link a {
    color: #ffffff99;
    margin-bottom: 0; }

.broucher-link {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1; }

.brouchure-btn {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  padding: 32px 12px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  z-index: 99;
  background-color: #2265AD;
  color: #fff; }

.chat-w {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  bottom: 16px;
  right: 16px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  width: 54px;
  height: 54px;
  z-index: 100; }
  .chat-w .whatsapp-img {
    width: 32px;
    height: auto; }

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
    font-size: 14px; }
    .footer-link {
      margin-bottom: 8px; }
    .footer .social-links {
      justify-content: center;
      margin-bottom: 60px; }
    .footer img {
      height: 65px; }

  .footer .logo {
    width: auto;
    height: 60px; }

  .footer-list {
    flex-direction: column; }
    .footer-list li {
      margin-bottom: 16px; }

  .footer-left {
    padding-bottom: 40px; }

  .footer .social-links {
    margin-bottom: 24px; }

  .footer-details {
    flex-direction: column; }

  .footer-heade-1 {
    margin-bottom: 4px; }

  .brouchure-btn {
    padding: 18px 8px;
    font-size: 14px; } }
.section-space {
  padding: 80px 0; }

.section-bottom-space {
  margin-bottom: 80px; }

.bg-light {
  background-color: #fbfbfe !important; }

.relative {
  position: relative; }

.shape {
  display: block;
  width: 50px;
  height: 6px;
  background-color: #2265AD;
  margin: auto;
  border-radius: 4px; }

.line {
  width: 70px;
  height: 2px;
  background-color: #2265AD;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px; }

.footer .line,
.footer .shape {
  background-color: #fff; }

.text-underline {
  text-decoration: underline; }

.font-weight-medium {
  font-weight: 600; }

.px-6 {
  padding: 0 4px !important; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; }

  .flex-m-column {
    flex-direction: column; } }

/*# sourceMappingURL=global.css.map */
