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 24px !important; } }
.card {
  border: 1px solid #e6e6e6;
  padding: 24px;
  margin-bottom: 12px; }
  .card .card-header .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    color: #31398D;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    cursor: pointer; }
    .card .card-header .btn-link:hover, .card .card-header .btn-link:focus {
      text-decoration: none; }
  .card .card-header .icon-wrap {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #E6E6E6;
    border-radius: 50%;
    margin-left: auto; }
    .card .card-header .icon-wrap i {
      color: #8A8A8A;
      font-size: 12px;
      font-weight: 600; }
  .card .card-body {
    margin-top: 16px;
    font-size: 15px; }

@media (max-width: 991.98px) {
  .card {
    padding: 20px 16px; }
    .card .card-header {
      text-align: left; }
      .card .card-header-title {
        line-height: 1.3;
        width: 85%; }
      .card .card-header .btn-link {
        text-align: left;
        white-space: break-spaces; } }
.title {
  color: #fff;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2; }

.title-bottom {
  color: #fcfcfc;
  font-size: 24px; }

.secondary-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85); }

.section-short-title {
  color: #3DC1F1;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 8px; }

.section-title {
  color: #31398D;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  margin-bottom: 32px; }
  .section-title:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #31398D;
    bottom: -8px;
    left: 0;
    position: absolute; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px; }

  .section-title {
    font-size: 18px; }

  .title-bottom {
    font-size: 18px; } }
.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease; }

.logo {
  width: auto;
  height: 90px; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #3DC1F1;
    position: relative; }

.top_header .navbar-expand-lg .navbar-nav .nav-link {
  color: #2a2a2a; }
  .top_header .navbar-expand-lg .navbar-nav .nav-link:hover, .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #31398D;
    position: relative; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .top_header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 3px;
      background-color: #31398D;
      left: 20px;
      bottom: 0; }

.header .navbar {
  padding: 24px 0; }

.top_header .logo-wrap {
  top: 4px; }
.top_header .navbar {
  padding: 12px 0; }

.navbar-toggler:focus {
  outline: 0; }

.side-bar-nav-link {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center; }
  .side-bar-nav-link .arrow-icon {
    margin-left: 8px;
    font-size: 12px; }

.side-bar-nav-link:focus {
  outline: 0; }

.dropdown-item {
  padding: 8px 16px;
  border-bottom: 1px solid #0000000f; }

.nav-item .collapse {
  background-color: #fff; }

.dropdown-toggle::after {
  display: none !important; }

.icon {
  font-size: 12px;
  margin-left: 8px; }

.header .sub-menu {
  background-color: #fff;
  min-width: max-content;
  top: 57px; }
  .header .sub-menu .nav-link {
    color: #02190D !important; }

@media (max-width: 991.98px) {
  .header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 12px 0; }
    .header .navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #3DC1F1; }

  .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: #31398D;
    top: 0;
    right: -3100px;
    bottom: 0;
    text-align: right;
    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; }
    .navbar-collapse.show {
      right: 0; }

  .navbar-nav {
    margin-top: 80px; }

  .logo {
    width: auto;
    height: 60px; }

  .logo-wrap {
    width: 90px;
    height: 90px; }

  .navbar.navbar-expand-lg {
    padding: 0; }

  .navbar .navbar-toggler {
    padding: 0;
    color: #fff;
    z-index: 999;
    margin-left: auto;
    margin-top: 20px; }

  .top_header .line-menu {
    background-color: #000; }

  .wrapper-menu {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out; }

  .wrapper-menu.open {
    transform: rotate(-45deg); }

  .line-menu {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 3px; }

  .line-menu.half {
    width: 50%; }

  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right; }

  .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px); }

  .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left; }

  .open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px); }

  .wrapper-menu:hover .line-menu.half {
    width: 100%;
    transition: all 0.2s ease-out; }

  .wrapper-menu.open:hover .line-menu.half {
    width: 50%;
    transition: all 0.2s ease-out; }

  .top_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
      color: #3DC1F1; } }
.form-group {
  margin-bottom: 24px; }

.form-control.custom-f-size {
  font-size: 16px;
  border-radius: 0; }

label {
  color: #3DC1F1;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px; }

textarea.form-control {
  resize: none; }

.request-quote-form {
  background-color: #31398D;
  padding: 32px; }

.contact-us .contact-form {
  margin-bottom: 60px; }
.contact-us .form-group {
  margin-bottom: 60px; }
.contact-us .form-control {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #3DC1F1;
  border-radius: 0;
  padding: 0;
  padding-bottom: 8px;
  height: auto;
  line-height: 1; }
  .contact-us .form-control:focus, .contact-us .form-control:focus-within {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #3DC1F1; }
.contact-us .text-box {
  min-height: 100px; }

.btn {
  font-size: 16px;
  font-weight: 500 !important;
  border-radius: 0 !important; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px; } }
.header {
  position: absolute;
  background-color: transparent;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 16px 0; }

.top_header {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .top_header .logo {
    top: 68px; }

@media (max-width: 991.98px) {
  .top_header {
    height: 90px; } }
.home .banner {
  background: url("../images/banner/banner-2.webp");
  height: 100vh; }
.home .banner-content {
  text-align: center; }
  .home .banner-content .content {
    color: #C4C4C4; }
.home .title-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px; }

.overlay {
  width: 100%;
  height: 100%;
  background-color: #323b8ecc;
  position: absolute; }

.slick-track {
  display: flex; }

.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center; }

.banner {
  background: url("../images/banner/about-banner.webp");
  background-size: cover !important;
  background-position: center;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.banner-content-wrap {
  position: absolute;
  bottom: -20%; }
.banner-content-text {
  background-color: #31398D;
  color: #fff;
  padding: 40px 60px;
  font-size: 24px;
  font-weight: 500; }

@media (max-width: 991.98px) {
  .home .banner-text {
    font-size: 18px; }
  .home .banner-title {
    font-size: 32px; }

  .banner {
    min-height: 400px;
    background-position: right; }
    .banner-content-wrap {
      width: 100%;
      left: 0; }

  .banner-content-text {
    font-size: 16px;
    padding: 16px;
    width: 100%; } }
.footer {
  background-color: #F2F2F2;
  color: #31398D;
  font-weight: 500;
  padding: 100px 0 40px 0; }
  .footer-link {
    color: #31398D;
    font-weight: 500;
    display: inline-block;
    margin-right: 16px;
    font-size: 14px; }
  .footer-logo {
    width: auto;
    height: 120px; }
  .footer ul {
    list-style-type: none;
    margin-bottom: 0; }
  .footer .dyi-link {
    font-weight: 600; }
  .footer .copyrights-text {
    font-size: 14px; }
  .footer .social-links {
    color: #31398D;
    font-size: 24px;
    margin-left: 24px; }

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
    text-align: center;
    font-size: 14px; }
    .footer-link {
      margin-bottom: 8px; }

  .footer-logo {
    width: auto;
    height: 100px; }

  .footer-list {
    flex-direction: column; }
    .footer-list li {
      margin-bottom: 16px; }

  .footer-details {
    flex-direction: column; } }
.section-space {
  padding: 100px 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: #31398D;
  margin: auto;
  border-radius: 4px; }

.line {
  width: 70px;
  height: 2px;
  background-color: #31398D;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px; }

.footer .line,
.footer .shape {
  background-color: #fff; }

.text-underline {
  text-decoration: underline; }

.btlr {
  border-top-left-radius: 10px; }

.btrr {
  border-top-right-radius: 10px; }

.bblr {
  border-bottom-left-radius: 10px; }

.bbrr {
  border-bottom-right-radius: 10px; }

.font-weight-medium {
  font-weight: 600; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; }

  .flex-m-column {
    flex-direction: column; } }

/*# sourceMappingURL=global.css.map */
