#products .section-header .read-more .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  color: #7030a0;
  text-align: center;
  font-size: 2rem;
  padding: 10px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#products .section-header .read-more a {
  position: relative;
  z-index: 999;
}

#products .section-header .button {
  position: relative;
  padding: 10px 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  margin: 1em 0.8em;
}

#products .section-header .button.type1 {
  color: #5c5c5c;
}

#products .section-header .button.type1.type1::after,
#products .section-header .button.type1.type1::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 2px;
}

#products .section-header .button.type1.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #ff9934;
  border-right-color: #ff9934;
}

#products .section-header .button.type1.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #ff9934;
  border-left-color: #ff9934;
}

#products .section-header .button.type1.type1:hover:after,
#products .section-header .button.type1.type1:hover:before {
  width: 30px;
  height: 30px;
}

#products .swiper-container.slider1 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 150px;
}

#products .slider1 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  padding: 0 50px;
}

#products .swiper-button-next {
  background-image: url(../img/areo-r.png);
  background-size: 100%;
}

#products .swiper-button-prev {
  background-image: url(../img/areo-l.png);
  background-size: 100%;
}

#products h5 {
  padding: 20px 0 5px 0;
  color: #ffffff;
  font-weight: 900;
  background: red;
  width: 80%;
  margin: auto;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

#products p {
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
  background: red;
}

#products button:focus {
  outline: none;
}

#products img.product {
  width: 60%;
  margin: 15%;
}

#products .swiper-container .read-more .button {
  width: 100%;
}

#products .swiper-container .button.type1.type1::before {
  top: 0px;
  left: 0px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: red;
  border-left-color: red;
}

#products .swiper-container .button.type1.type1::after {
  top: 0px;
  right: 0px;
  border-top-color: red;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: red;
}

#products .swiper-container img {
  width: 100%;
}

#services .section-header .read-more .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  color: #7030a0;
  text-align: center;
  font-size: 2rem;
  padding: 10px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#services .section-header .read-more a {
  position: relative;
  z-index: 999;
}

#services .section-header .button {
  position: relative;
  padding: 10px 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  margin: 1em 0.8em;
}

#services .section-header .button.type1 {
  color: #5c5c5c;
}

#services .section-header .button.type1.type1::after,
#services .section-header .button.type1.type1::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 2px;
}

#services .section-header .button.type1.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #ff9934;
  border-right-color: #ff9934;
}

#services .section-header .button.type1.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #ff9934;
  border-left-color: #ff9934;
}

#services .section-header .button.type1.type1:hover:after,
#services .section-header .button.type1.type1:hover:before {
  width: 30px;
  height: 30px;
}

#ttl .section-header .read-more .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  color: #7030a0;
  text-align: center;
  font-size: 2rem;
  padding: 10px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#ttl .section-header .read-more a {
  position: relative;
  z-index: 999;
}

#ttl .section-header .button {
  position: relative;
  padding: 10px 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  margin: 1em 0.8em;
}

#ttl .section-header .button.type1 {
  color: #5c5c5c;
}

#ttl .section-header .button.type1.type1::after,
#ttl .section-header .button.type1.type1::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 2px;
}

#ttl .section-header .button.type1.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #ff9934;
  border-right-color: #ff9934;
}

#ttl .section-header .button.type1.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #ff9934;
  border-left-color: #ff9934;
}

#ttl .section-header .button.type1.type1:hover:after,
#ttl .section-header .button.type1.type1:hover:before {
  width: 30px;
  height: 30px;
}

section#testimonial .read-more .button {
  width: auto;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 600;
}

section#testimonial p {
  color: #333333;
  padding: 10px;
}

section#testimonial .btn-warning {
  border-radius: 0;
  padding: 10px 30px;
  margin-bottom: 25px;
  color: #fff;
}

section#testimonial .swiper-button-next {
  background-image: url(../img/areo-r.png);
  background-size: 100%;
}

section#testimonial .swiper-button-prev {
  background-image: url(../img/areo-l.png);
  background-size: 100%;
}

section#testimonial .swiper-button-next,
section#testimonial .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-size: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0px 3px #ffffff59;
          box-shadow: 0 0 0px 3px #ffffff59;
  padding: 10px 10px;
}
/*# sourceMappingURL=main.css.map */