@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700");

@font-face {
  font-family: "BookMan";
  src: url(font/bookmnd.ttf);
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  color: #212529;
  font-size: 1rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

#app {
  display: flex;
  flex-direction: column;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

nav {
  background-color: rgba(16, 28, 47, 0.6);
  border-bottom: 1px solid rgba(4, 56, 130, 0.1);
  box-shadow: 0 0 5px #000;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  nav {
    background-color: rgb(4, 56, 130);
  }

  .navbar-brand {
    margin-left: 1rem;
  }

  .navbar-toggler {
    margin-right: 1rem;
  }
}

.navbar {
  padding: 0;
}

.navbar li a {
  padding: 1.2rem;
}

.navbar-brand {
  font-family: "BookMan";
  font-size: 2rem;
  letter-spacing: 1px;
}

.onScroll {
  background-color: rgb(4, 56, 130);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(81, 168, 255);
}

.navbar-dark .navbar-nav .nav-link.active {
  color: rgb(81, 168, 255);
}

.dropdown-menu {
  border-top: 2px solid rgb(4, 56, 130);
  border-radius: 0;
  padding: 0;
  min-width: 100%;
  align-items: center;
}

.dropdown-menu li a {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  color: #919191;
  text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: rgb(4, 56, 130);
  color: white;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item>img:first-child {
  -webkit-animation: zoom 10s infinite;
  animation: zoom 10s infinite;
  object-fit: cover;
}

.carousel-caption {
  transform: translateY(-50%);
  bottom: initial;
  top: 50%;
}

.carousel-caption p {
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 2px 2px 5px rgba(4, 56, 130, 1);
}

.carousel-detail-text {
  font-size: 2.1vw !important;
}

#alapanyag_table {
  text-align: left;
  font-size: 1.1vw;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(4, 56, 130, 1);
}

#alapanyag_table th,
td {
  padding: 0 15px;
}

.butt_h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: rgb(4, 56, 130);
}

.butt_h3 {
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: rgb(4, 56, 130);
}

.butt_h5 {
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: rgb(4, 56, 130);
}

.butt_norm_h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: rgb(255, 150, 45);
}

section p {
  line-height: 28px;
  letter-spacing: 0.3px;
}

.pt-50 {
  padding-top: 5vh !important;
}

.bg-f9 {
  background-color: #f9f9f9;
}

section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.fa-ul {
  margin-left: 1.5rem !important;
}

.fa-li {
  color: rgb(4, 56, 130);
  top: 0;
}

.fa-li_norm {
  color: rgb(255, 150, 45);
  top: 0;
}

footer {
  background-color: #091426 !important;
  flex-shrink: 0;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 20px;
}

.footer-title.brand {
  font-family: "BookMan";
  font-size: 2rem;
}

.footer-title {
  font-size: 20px;
  margin-bottom: 0 !important;
}

footer p {
  color: rgb(255, 255, 255);
}

footer h5 {
  text-transform: uppercase;
}

.social-icon.bordered-theme li a {
  color: #007bff !important;
}

.social-icon li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.footer-copy-right {
  border-top: 1px solid #101c2f;
}

.footer-copy-right .container {
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer-copy-right p {
  margin: 0;
}

.footer-copy-right p a {
  color: rgb(4, 56, 130);
}

.footer-title {
  color: #ffffff;
  text-transform: uppercase;
}

.footer-title-decor {
  position: relative;
}

.footer-title-decor::after {
  background: rgb(4, 56, 130) none repeat scroll 0 0;
  border-radius: 0 50px 0 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}

.footer-list {
  list-style: none;
  padding-top: 1rem;
}

.footer-list li {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-list li:hover {
  margin-left: 5px;
}

.footer-list li a:hover {
  color: #fff;
}

.footer-list li a {
  color: #989898;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-left: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.footer-contact {
  color: #ffffff;
}

.footer-contact li a {
  color: #ffffff;
}

.parallax-bg {
  background-image: url("/images/pages/px-1.jpg");
  background-position: 50% 0px;
  padding-bottom: 70px;
  padding-top: 132px;
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax-bg h2 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.parallax-bg h5 {
  color: #fff;
  font-weight: 600;
  display: inline;
}

.parallax-bg .ht {
  color: rgb(81, 168, 255);
}

.parallax-bg .company::after {
  text-align: center;
  justify-content: center;
  align-items: center;
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  margin: 0 8px;
}

.cadcam {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.numbers h1 {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.service-cover {
  overflow: hidden;
  background-color: #091426;
}

.service-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.service-item:hover img {
  transform: scale(1.2);
  filter: brightness(0.8);
}

.service-title {
  background-color: #091426;
  padding: 0.5rem;
}

.service-title h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}

.service-item button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 35%;
  opacity: 0;
  border: none;
  border-radius: 0;
  background-color: rgb(4, 56, 130);
  color: #ffffff;
  font-weight: bold;
}

.service-item:hover button {
  opacity: 1;
}

.service-item button:hover {
  color: rgb(81, 168, 255);
}

.service-item:hover .service-title {
  background-color: rgb(4, 56, 130);
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: rgb(4, 56, 130);
  border-radius: 0;
  color: #ffffff !important;
}

.card {
  border-radius: 0;
}

.gallery-album .card {
  background-color: rgb(4, 56, 130);
  color: #ffffff;
  border: none;
}

.gallery-album img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.gallery-album .card-body {
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
}

.card-top-img {
  overflow: hidden;
}

.card-img,
.card-img-top {
  border-radius: 0;
}

.gallery-album .card-img,
.card-img-top:hover {
  transform: scale(1.2);
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.img-thumbnail {
  border-radius: 0;
}

#login-div {
  align-items: center;
}

.form-control {
  border-radius: 0;
}

#login-card {
  border: 0;
}

#login-card .card-header {
  border: 0;
  background-color: #ffffff;
}

.custom-file-label {
  border-radius: 0;
}

.alert {
  border-radius: 0;
}

select {
  appearance: auto !important;
  -moz-appearance: auto !important;
  -webkit-appearance: auto !important;
}

.contact-card .card-header {
  background-color: rgb(4, 56, 130);
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 0;
}

.contact-card .card-body a {
  text-decoration: none;
}

.invalid-form-group .invalid-feedback {
  display: flex;
}

.navbar-secondary {
  background-color: rgb(4, 56, 130);
}

.logo {
  position: fixed;
  bottom: 0%;
  opacity: 1;
  z-index: 99;
}

.logo2 {
  position: fixed;
  bottom: 0%;
  right: 0;
  opacity: 1;
  z-index: 98;
  text-align: right;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

#cvd-table td {
  border-top: 0;
}

.shop-member-link a {
  color: #ffffff !important;
}

.shop-member-link a:hover {
  color: rgb(81, 168, 255) !important;
}

.news_title {
  color: rgb(4, 56, 130);
  font-weight: bold;
}

.target {
  scroll-margin-top: 50px;
}

.hexa {
  transition: .3s;
  transition-timing-function: ease-in-out;
}

.hexa:hover {
  transform: scale(1.1);
}