@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700&display=swap');

/* nav {
    border-top: 2px solid transparent;
    border-bottom: 1px solid #e1e1e1;
}
nav ul {
    font-family: 'muli', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
} */
nav ul li {
  margin-bottom: -1px;
}
nav #nav-links li {
  border-bottom: 2px solid transparent;
}
nav #nav-links li:not(:last-child):hover {
  border-bottom: 2px solid #ed6a4d;
}

.top-nav .container {
  max-width: 100% !important;
}
.footer {
  min-height: 100px;
}

.inner-footer-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.phone:hover::after {
  height: 0;
}
.mail:hover::after {
  height: 0;
}
.phone::after {
  content: ' ';
  width: 3rem;
  height: 0.3rem;
  background: white;
  position: absolute;
}
.phone {
  margin-bottom: 0.2rem;
}
.mail,
.phone {
  margin-left: 1rem;
}
.mail::after {
  content: '';
  width: 3rem;
  height: 0.3rem;
  background: white;
  position: absolute;
}
.sliderImages {
  max-width: 210px;
  margin: auto;
}
.react-multi-carousel-item {
  /* width: 280px !important; */
  display: flex;
  align-items: center;
}
.react-multiple-carousel__arrow::before {
  color: #000 !important;
}
.react-multiple-carousel__arrow {
  background: transparent !important;
}
.react-multiple-carousel__arrow--left {
  left: 0 !important;
  margin-left: -1rem !important;
}
.react-multiple-carousel__arrow--right {
  right: 0 !important;
  margin-right: -1rem !important;
}
.react-multi-carousel-track {
  transition: transform 600ms ease-in-out 0s !important;
}
@media screen and (max-width: 1024px) {
  /* nav ul li{
        padding: 15px 50px;
        color: #333333;
        border-bottom: 1px solid #e1e1e1 !important;
    }
    nav ul li:last-child {
        border-bottom: none !important;
    } */
  .footer-wrap {
    flex-direction: column;
  }
  /* .right-info {
        margin-top: 2rem;
    } */
  .right-info {
    width: 100% !important;
  }
}
@media screen and (max-width: 548px) {
  nav img {
    max-width: 265px;
  }
  .right-info {
    flex-direction: column;
  }
  .right-info img {
    width: 100%;
  }
  /* .social-icons {
        margin-top: 2rem;
    } */
}

@media screen and (max-width: 1200px) {
  .sliderImages {
    max-width: 180px;
  }
}
