body {
  font-family: sans;
}

.mainslider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
}
.carousel-caption {
  position: absolute !important;
  z-index: 111;
  left: 0 !important;
  right: 0 !important;
  width: 85% !important;
  top: 30%;
  margin: auto;
}
.carousel-caption h1 {
  font-size: 40px;
  line-height: 2;
  font-weight: bold;
}
.carousel-caption h5 {
  font-size: 20px;
  line-height: 1.5;
}
.top span {
  font-size: 13px;
  color: white;
}
.top {
  position: absolute !important;
  z-index: 11111;
  top: 0;
  right: 0;
  left: 0;
}
.top a {
  text-decoration: none;
  color: white;
}
.right h6 {
  color: white;
  font-size: 11px;
}
.right li {
  display: inline-block;
}
.right span {
  color: #ffc048;
}
.bottom {
  position: absolute !important;
  z-index: 11111;
  top: 39px;
  right: 0;
  left: 0;
}
.bottom .logo {
  color: #ffc048;
  font-size: 18px;
  font-weight: bold;
  width: 30rem;
}
.bottom span {
  color: white;
  font-size: 16px;
}
.center a {
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: lighter;
}
.navbar-collapse {
  align-items: center !important;
  width: 50% !important;
}
.navbar .active {
  color: #ffc048;
}
.translate span {
  color: rgba(104, 104, 104, 0.678);
  font-size: 14px;
}
.translate p {
  font-size: 14px;
}
.translate a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.padding {
  padding-right: 61%;
  text-align: ltr;
  color: rgba(255, 255, 255, 0.733);
  font-size: 14px;
}
.mega-item .mega {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 6px 0 rgb(68, 68, 68);
}
.mega-item:hover .mega {
  height: auto;
  animation: bar 0.5s ease-in-out;
  opacity: 1;
  margin: 0;
}
@keyframes bar {
  0% {
    opacity: 0;
    margin: -15px;
  }
  100% {
    opacity: 1;
    margin: 0;
  }
}
.nav-link span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #ffc048;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav-link:hover span::after {
  width: 100%;
  animation: bar2 0.5s ease-in-out;
}
@keyframes bar2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.collapse span {
  font-size: 14px;
}
.motto img {
  width: 65%;
}
.motto p {
  font-size: 15px;
  line-height: 1.75;
}
.motto li {
  display: inline-block;
}
.motto h6 {
  font-size: 20px;
  font-weight: bold;
}
.translate li {
  display: inline-block;
}
a:hover {
  color: white !important;
}
.about .date {
  padding-left: 27%;
}
.about li {
  display: inline-block;
}
hr.about {
  border-top: 2px solid #ffc048;
  width: 95px;
  height: 0 !important;
}
.about .description {
  text-align: justify;
  line-height: 2;
  font-size: 2vh;
}
.we {
  padding-right: 20%;
}
.last li {
  display: inline;
  margin-top: 5%;
}
.last .btn {
  background: #ffc048;
  color: white;
  border-radius: 0;
}
.last img {
  width: 40%;
}
.products .portfolio-item {
  margin-bottom: 30px;
}

.products #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.products #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.products #portfolio-flters li:hover,
.products #portfolio-flters li.filter-active {
  color: #ffc048;
  background: transparent;
}

.products #portfolio-flters li:last-child {
  margin-right: 0;
}

.products .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgb(255, 255, 255);
}

.products .portfolio-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;

  opacity: 0;
}

.products .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}

.products .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.products .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.products .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
  text-align: justify;
}

.products .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.products .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.products .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}

.products .portfolio-wrap:hover::before {
  opacity: 1;
}

.products .portfolio-wrap:hover img {
  transform: scale(1.2);
  overflow: hidden;
}

.products .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio-wrap ul {
  border-left: 3px solid #ffc048;
}
.portfolio-container .col-lg-4 {
  padding-right: 3%;
}
.products a {
  text-decoration: none;
  color: black;
}
.products a {
  text-decoration: none;
  color: black;
}
.products a:hover {
  color: black !important;
}
.products ul {
  padding-left: 1rem;
}
.products .btn-news {
  display: flex;
  width: max-content;
  margin: auto;
}
.news a {
  text-decoration: none;
  color: black;
}
.news a:hover {
  color: black !important;
}
.btn-news {
  background: #ffc048 !important;
  border-radius: 0 !important;
  color: white !important;
}
.brands .item img {
  width: 38%;
}
.footer {
  background: #000;
}
.footer li {
  color: white;
}
.footer p {
  color: white;
}
.social {
  border-top: 2px solid #aaaaaaaf;
}
.social li {
  display: inline-block;
}
.social span {
  font-size: 20px;
  color: #ffc048;
}
.social li {
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.social li:hover {
  background-color: white;
  border-radius: 150px;
}
.footer a {
  text-decoration: none;
  color: white;
}
.mega .col-lg-6 a {
  color: black;
  text-decoration: none;
}
.col-lg-6 a:hover {
  color: black !important;
  text-decoration: none;
}
.mega i {
  color: #ffc048;
}
.mega .left {
  border-right: 2px solid #ffc048;
}
.mega .titleone {
  border-bottom: 1px solid #ffc048;
}
.nav-tabs {
  width: max-content;
  margin: auto;
}

.nav-tabs .nav-link {
  color: #ffc048;
  background-color: transparent;
  border-color: white;
}
.nav-tabs {
  border-bottom: white !important;
}
.nav-tabs .nav-link.active {
  border: white !important;
  color: #ffc048;
}
link:hover {
  border: none;
}
.main {
  height: 8vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .container {
  position: relative;
  height: 8vh;
}
.mobilemenu {
  position: absolute !important;
  z-index: 11111;
  top: 0;
  right: 0;
  left: 0;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #ffc048;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 0px 30px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
  text-align: right;
}

.sidenav a:hover {
  color: #fff !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  margin-left: 0;
  padding: 0 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.navbar-brand span {
  color: white;
}
.breadcrumb a {
  color: #ffc048;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #ffc048 !important;
}
.next img {
  height: 172px;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.image-box {
  position: relative;
  overflow: hidden;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-box img {
  transition: all 0.3s;
  display: block;

  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.1);
}
.experts a {
  text-decoration: none;
  color: black;
}
.experts a:hover {
  color: black !important;
}

.container2 {
  position: relative;
  box-shadow: 3px 5px 23px 2px rgba(163, 163, 163, 0.53);
}
.innercol {
  box-shadow: 3px 5px 23px 2px rgba(163, 163, 163, 0.53);
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container2:hover .image {
  opacity: 0.3;
}

.container2:hover .middle {
  opacity: 1;
}
.middle li {
  display: inline-block;
  padding-top: 5%;
}
.middle i {
  font-size: 20px;
}
.innercontact a {
  text-decoration: none;
  color: black;
}
.innercontact a:hover {
  color: black !important;
}
.form-select {
  background-color: #f7f7f7 !important;
  border: 0.5px solid #f7f7f7 !important;
  border-radius: 0px !important;
  cursor: pointer;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444444a9 !important;
  background-color: #f7f7f7 !important;
  background-clip: padding-box;
  border-radius: 0px !important;
  border: 0.5px solid #f7f7f7 !important;
}
.ico i {
  background: #fff;
  font-size: 30px;
  border-radius: 150px;
  transition: 0.5s ease-in;
}
.ico i:hover {
  background: transparent;
  font-size: 35px;
  color: black;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ffc048 !important;
  border-color: #ffc048 !important;
}
.inhalt li {
  display: inline-block;
}
.inhalt .left {
  border-right: 1px solid black;
  height: 20px;
}
.inhalt img {
  transition: 0.5s ease-in;
}
.sticky a {
  text-decoration: none;
  color: black;
}
.sticky a:hover {
  color: black !important;
}
.sticky i {
  font-size: 20px;
  color: #ffc048;
}
.second {
  border-radius: 5px;
}
.innersticky {
  top: 10px;
  border-radius: 5px;
  box-shadow: 3px 5px 23px 2px rgba(163, 163, 163, 0.53);
}
.card-inner {
  margin-left: 4rem;
}
.comment a {
  color: black;
  text-decoration: none;
}
.comment a:hover {
  color: black !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 68%;
}
.btn-danger {
  background: #ffc048 !important;
  color: black;
  border-radius: 0 !important ;
}
.btn-outline-primary {
  color: #ffc048 !important;
  border-color: #ffc048 !important;
  border-radius: 0 !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #ffc048 !important;
  border-color: #ffc048 !important;
}
.product-detail li {
  display: inline-block;
}
.w3-container {
  padding: 0 !important;
}
.w3-border-red,
.w3-hover-border-red:hover {
  border-color: #ffc048 !important;
}
.innercol img {
  width: 20%;
}
.innercol li {
  border-left: 3px solid #ffc048;
}
.innercol i {
  font-size: 40px;
  color: white;
  border-radius: 150px;
  background: #ffc048;
  width: 74px;
  height: 74px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in;
}
.innercol i:hover {
  background: transparent;
  color: #ffc048;
}
.container {
  max-width: 85% !important;
  width: 85% !important;
  padding: 0 !important;
}
.portfolio-item {
  padding-left: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffc048 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #ffc048 !important;
}

.nav-pills .nav-link {
  color: black !important;
  background-color: transparent !important;
}
.nav-pills {
  margin-left: 0;
}
.nav-pills a {
  font-size: 19px;
  font-weight: bold;
  border-bottom: 2px solid black !important;
  border-radius: 0 !important;
}
.preview {
  padding: 0 !important;
}
.bgimg {
  background-image: url("../image/com.jpg");
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.bgimg .topleft {
  position: absolute;
  top: 0;
  right: 16px;
}

.bgimg .bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

.bgimg .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bgimg hr {
  margin: auto;
  width: 40%;
}
.news .deco {
  transition: 0.4s ease-in-out;
}
.news .deco img {
  transition: 0.4s ease-in-out;
}
.news .deco:hover img {
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.anim {
  position: relative;
  animation: anim 1.75s linear 1.75s infinite alternate;
}
@keyframes anim {
  0%{top:0px;}
  100%{top:10px;}
}
.cont-btn {
  z-index: 2222;
  bottom: 2vh;
  left: 2vh;
  font-size: 2vh;
  padding: 1vh 2vh .5vh !important;
}