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); }

body {
  background-color: #f7f7f7 !important; }

.container-fluid {
  padding: 0 80px; }
h1,h2,h3,h4,h5,h6{
    font-family: "Eina01-Bold"
}
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: #1272d4;
    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;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4; }

.title-bottom {
  color: #fcfcfc;
  font-size: 20px;
  margin-bottom: 24px; }

.secondary-title {
  color: #0c1f32;
  font-size: 20px;
  font-weight: 600; }

.section-title {
  color: #1272d4;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.3; }

@media (max-width: 991.98px) {
  .title {
    font-size: 28px; }

  .section-title {
    font-size: 24px; }

  .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: #000;
    font-size: 1rem;
    padding: 12px 16px;
    font-weight: 500; }
    .navbar.navbar-expand-lg .navbar-nav .nav-link.active {
      color: #1272d4; }
    .navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #1272d4; }
  .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: #1272d4;
    min-width: 250px;
    top: 57px; }
    .navbar.navbar-expand-lg .sub-menu .nav-link {
      color: #fff !important; }

.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; }

.form-group {
  margin-bottom: 24px; }

.form-control.custom-f-size {
  font-size: 16px;
  border-radius: 0; }

label {
  color: #14C59C;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px; }

textarea.form-control {
  resize: none; }

.request-quote-form {
  background-color: #1272d4;
  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 #14C59C;
  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 #14C59C; }
.contact-us .text-box {
  min-height: 100px; }

.btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 0; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px; } }
.top-header {
  background-color: #1272d4;
  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::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; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%; }
  .header .logo-link {
    font-size: 20px;
    font-weight: 600;
    color: #14C59C; }
    .header .logo-link img {
      height: 75px; }
  .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: 60px; }

.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; } }
.banner {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  min-height: 600px;
  background: url("../images/bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 118px; }
  .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; }

.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; }

.ac-banner {
  background: url("../images/ac-service-bg.png") no-repeat center; }

.banner-content {
  width: 100%; }
  .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-color: #103861;
  color: #fffc; }
  .footer-heading {
    color: #fff;
    font-size: 24px;
    margin-bottom: 28px; }
  .footer-company-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px; }
  .footer-address {
    display: flex;
    margin-bottom: 16px; }
    .footer-address .icon {
      margin-right: 12px;
      margin-top: 5px; }
    .footer-address .email-icon {
      font-size: 12px; }
    .footer-address .location-icon {
      font-size: 18px; }
  .footer-mail {
    margin-bottom: 12px;
    display: flex;
    align-items: center; }
    .footer-mail .icon {
      margin-right: 8px; }
  .footer-link {
    color: #fffc;
    margin-bottom: 16px;
    display: inline-block; }
  .footer ul {
    padding-inline-start: 16px; }
  .footer .social-link {
    margin-right: 16px;
    font-size: 20px; }

.footer-bottom {
  font-size: 14px;
  border-top: 1px solid #fffcfc14;
  color: #fffc;
  text-align: center; }

.bottom-link {
  display: none; }

@media (max-width: 991.98px) {
  .footer-heading {
    margin-bottom: 18px; }

  .bottom-link {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #0D1429;
    padding: 8px 0;
    text-align: center; }
    .bottom-link-text {
      color: #ebebeb;
      margin-bottom: 4px;
      font-size: 14px; }
    .bottom-link .call-us {
      font-size: 24px; } }
.section-space {
  padding: 100px 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; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; } }

/*# sourceMappingURL=global.css.map */
.blink {
    animation: animate 1.5s linear infinite;
}
.blink {
            animation: animate 
                1.5s linear infinite;
        }
         @keyframes animate {
            0% {
                opacity: 0;
            }
  
            50% {
                opacity: 0.9;
            }
  
            100% {
                opacity: 0;
            }
        }