.atf-top-header {
	overflow: unset;
}
html .VIpgJd-ZVi9od-ORHb-OEVmcd,
html .skiptranslate,
html .skiptranslate * {
    position: absolute !important;
    z-index: -9999 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}
html input::-webkit-outer-spin-button,
html input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
html input[type=number] {
    -moz-appearance: textfield;
}
.single-contact-content h3 {
    text-transform: none;
}
body {
  top: 0 !important;
}
@media screen and (max-width: 991px) {

    .navbar-area {
        padding-top: 0;
    }
    .atf-top-header {

        margin-bottom: 10px;
        display: block;
        background: var(--thm-black)!important;
        border-bottom: 1px solid rgb(203 0 0 / 20%)!important;
    }
}
.mean-container .mean-nav ul li a i {
	display: unset;
    font-size: 1rem;
}


.mobile-menu.mean-container a.meanmenu-reveal {
    padding-top: 7px;
}
.language-menu .menu-item a {
    color: var(--thm-color);
    display: block;
    padding: 3px 20px;
}

.mobile-menu .nav-link a,
.language-menu .menu-item a:hover {
    color: var(--thm-color);
}

.language-menu {
  margin:0
}

.navbar-area.atf-sticky-header.atf-nav img#logow {
    display:none
}

.navbar-area img#logob {
    display:none
}
.navbar-area.atf-sticky-header.atf-nav img#logob {
    display:block
}



@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
      }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
  }

  .sub-title {
        font-size: 1.5rem
  }

  #goog-gt-tt+div {
    opacity: 0;
  }

  /* Modal overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
  }

  /* Modal content */
  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }

  /* Close button */
  .close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
  }

  .close:hover {
    color: black;
  }