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 80px; }

ul {
  padding-inline-start: 0;
  list-style: none; }

@media (max-width: 991.98px) {
  html body {
    font-size: 15px; }

  .container-fluid {
    padding: 0 24px; } }
.card {
  border: 1px solid #e6e6e6;
  padding: 24px;
  margin-bottom: 12px; }
  .card .card-header .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    color: #FF9500;
    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: 64px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4; }

.title-bottom {
  color: #fcfcfc;
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 400;
  background-color: #FF9500;
  padding: 4px 16px;
  display: inline-block;
  margin-top: 8px; }

.secondary-title {
  color: #0c1f32;
  font-size: 24px;
  font-weight: 600; }

.section-title {
  color: #0c1f32;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.3; }

.short-title {
  font-size: 20px;
  color: #FF9500;
  text-transform: uppercase;
  letter-spacing: 1px; }

.section-title-bottom {
  font-size: 18px;
  font-weight: 500; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px; }

  .section-title {
    font-size: 20px; }

  .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: #fff;
    font-size: 1rem;
    padding: 12px 16px;
    text-transform: uppercase;
    font-weight: 500; }
    .navbar.navbar-expand-lg .navbar-nav .nav-link.active {
      color: #FF9500; }
    .navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #FF9500; }
  .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: #FF9500;
    min-width: 250px;
    top: 57px; }
    .navbar.navbar-expand-lg .sub-menu .nav-link {
      color: #fff !important; }

@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: #fff;
    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; }

  .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: #FF9500;
    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; } }
.btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 0; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px; } }
.top-header {
  background-color: #FF9500;
  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::after {
    content: "";
    position: absolute;
    background-color: #103861;
    width: 25%;
    height: 100%;
    right: 0;
    z-index: 0;
    top: 0; }
  .top-header-content-wrap {
    background-color: #103861;
    position: relative;
    z-index: 1;
    padding: 16px 0; }
    .top-header-content-wrap::before {
      content: "";
      position: absolute;
      z-index: 0;
      border-top: 26px solid transparent;
      border-right: 26px solid #103861;
      border-bottom: 26px solid transparent;
      right: calc(100% - 1px);
      top: 0;
      bottom: 0; }

.navbar-brand {
  left: calc(50% - 50px); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }
  .header .logo-link {
    font-size: 20px;
    font-weight: 600;
    color: #14C59C; }
  .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: #FF9500; }
  .h-call-link i {
    color: #FF9500;
    font-size: 48px;
    margin-right: 8px; }
  .h-call-link h5 {
    color: #FF9500;
    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 .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; } }
.banner {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  min-height: 100vh;
  background: url("../images/banner.png") no-repeat center;
  background-size: cover;
  position: relative; }
  .banner ::placeholder {
    color: #9a9a9a !important; }
  .banner-content {
    color: #fff; }
  .banner-text {
    color: #fff; }
  .banner .call-us {
    font-size: 48px;
    color: #fff;
    font-weight: 600; }
    .banner .call-us:hover {
      color: #e9e9e9; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  z-index: 0; }

.wm-banner {
  background: url("../images/wm-bg.webp") no-repeat center;
  background-position: right; }

.f-banner {
  background: url("../images/f-bg.webp") no-repeat center;
  background-position: right;
  min-height: 60vh; }

.ac-banner {
  background: url("../images/ac-service-bg.png") no-repeat center; }

.banner-content {
  width: 100%;
  margin-top: 100px;
  position: relative; }
  .banner-content .banner-text {
    font-size: 24px;
    color: #fcfcfc; }
  .banner-content .call-us {
    font-size: 40px;
    letter-spacing: 1px; }
    .banner-content .call-us:hover {
      text-decoration: none; }
  .banner-content .btn-lg {
    font-size: 16px; }

@media (max-width: 991.98px) {
  .banner {
    min-height: 400px; }

  .banner-content ::placeholder {
    font-size: 14px; }
  .banner-content .banner-text {
    font-size: 18px; }
  .banner-content .call-us {
    font-size: 28px; }
  .banner-content .input-group {
    flex-direction: column; }
    .banner-content .input-group .form-control,
    .banner-content .input-group .btn-lg {
      width: 100%;
      border-radius: 0;
      margin-bottom: 8px; }
    .banner-content .input-group .btn-lg {
      padding: 8px 12px;
      font-size: 16px; } }
.footer {
  background: #2a2a2a;
  color: #F5F5F5;
  padding: 100px 0 40px 0;
  position: relative;
  font-size: 14px; }
  .footer-head {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px; }
  .footer-content {
    position: relative;
    z-index: 1; }
  .footer-nav {
    flex-wrap: wrap; }
  .footer-link {
    color: #F5F5F5;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px; }
    .footer-link:hover {
      color: #fff; }
  .footer-logo {
    width: auto;
    height: 100px; }
  .footer .f-icon {
    font-size: 10px;
    transform: rotate(270deg);
    display: inline-block; }
  .footer .f-content-wrap {
    display: flex; }
    .footer .f-content-wrap i {
      margin-top: 4px;
      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 {
    color: #FF9500;
    font-size: 16px; }
  .footer .social-links {
    display: flex; }
    .footer .social-links .img-wrap {
      background-color: #fff;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px; }
      .footer .social-links .img-wrap i {
        font-size: 12px; }

.f-top {
  font-size: 18px;
  border-bottom: 1px solid #ffffff59;
  padding-bottom: 60px; }

.f-icon-wrap {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF9500;
  font-size: 24px;
  margin: auto;
  margin-bottom: 20px; }

.copyrights-text {
  background-color: #FF9500;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: center;
  padding: 8px 0; }

.e-verify-logo {
  background-color: #fff;
  width: auto;
  height: 50px; }

.wb-logo {
  height: 75px;
  border-radius: 10px; }

.m-f-footer {
  display: none; }

.fixed-social-links {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 4px #0000001f; }
  .fixed-social-links .img-wrap {
    padding: 8px;
    color: #FF9500; }
    .fixed-social-links .img-wrap:hover {
      color: #2a2a2a; }

.m-footer-bottom {
  display: none; }

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
    text-align: center;
    font-size: 14px; }
    .footer-link {
      margin-bottom: 8px; }
    .footer .social-links {
      justify-content: center;
      margin-bottom: 60px; }

  .footer-logo {
    width: auto;
    height: 70px; }

  .footer-list {
    flex-direction: column; }
    .footer-list li {
      margin-bottom: 16px; }

  .footer .social-links {
    margin-bottom: 24px; }

  .footer-details {
    flex-direction: column; }

  .footer-heade-1 {
    margin-bottom: 4px; }

  .m-footer-bottom {
    display: flex;
    position: fixed;
    z-index: 99;
    bottom: 8px;
    justify-content: center;
    left: 0;
    right: 0;
    background-color: #FF9500;
    margin: 0 15px;
    padding-top: 8px;
    border-radius: 50px; }
    .m-footer-bottom i {
      font-size: 32px; }
    .m-footer-bottom h5 {
      font-size: 20px; }
    .m-footer-bottom .h-call-text {
      font-size: 12px; } }
.section-space {
  padding: 80px 0; }

.section-bottom-space {
  margin-bottom: 80px; }

.relative {
  position: relative; }

.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; }

.container-fluid {
  padding: 0 100px !important; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; }

  .container-fluid {
    padding: 0 15px !important; } }

/*# sourceMappingURL=global.css.map */
