/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@200;300;400;500;600;700;800&display=swap");
body, ul, ol {
  margin: 0;
  padding: 0;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Sarabun", sans-serif;
  font-weight: 300;
  color: #000;
}

header {
  background: #fff;
  padding: 1% 0;
  position: relative;
  box-shadow: 0 0 10px #3A3A3A;
}

header ul.contacts {
  margin: 0;
  padding: 0;
}

header ul.contacts li {
  display: inline-block;
  font-size: 16px;
  color: #4C4C4C;
  margin-left: 15px;
  letter-spacing: 1px;
}

header ul.contacts li span {
  display: inline-block;
  margin-right: 10px;
}

header ul.contacts li span i {
  color: #D3D4D4;
  font-size: 35px;
  transition: all ease-in-out 0.1s;
}

header ul.contacts li:hover span i {
  color: #C0C0C0;
  transform: rotate(-10deg);
}

header ul.contacts li .details {
  display: inline-block;
  line-height: 20px;
}

header ul.contacts li .details strong {
  color: #4c4c4c;
  font-weight: 400;
  letter-spacing: normal;
}

header ul.contacts li a {
  color: #000;
  font-weight: 700;
}

.banner {
  background: url("../images/banner-bg.jpg") no-repeat top center;
  background-size: cover;
}

.banner h1 {
  color: #fff;
  margin: 6% 0 0 0;
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
}

.banner .caption {
  color: #fff;
  font-size: 20px;
  margin: 2% 0 4% 0;
  font-weight: 400;
}

.banner .caption span {
  border-bottom: 2px solid #FF6A00;
  color: #CFEAF6;
}

.banner .why-us {
  margin: 0 0 40px 0;
}

.banner .why-us h2 {
  color: #17c005;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

.banner .why-us ul {
  margin: 0 0 0 30px 0;
}

.banner .why-us ul li {
  color: #fff;
  margin-left: 45px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 200;
}

.banner .why-us ul li span {
  color: #8EDAF7;
  font-weight: 600;
  border-bottom: 2px solid #60A1BF;
}

.banner .why-us ul li:hover span {
  color: #FF6A00;
  border-color: #FF6A00;
}

.banner .why-us ul li::marker {
  color: #7DC5E3;
  font-size: 20px;
}

.banner form {
  background: #FF6A00;
  padding: 6% 8%;
}

.banner form h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.banner form input {
  border: #A7A5A4 solid 1px;
  color: #989797;
  padding-left: 20px !important;
}

.banner form textarea {
  height: 150px !important;
  border-radius: 30px;
  padding-left: 20px !important;
}

.banner form .form-floating > label {
  color: #989797;
  padding: 1rem 1.2rem;
  font-weight: 400;
}

.banner form .submit-btn {
  background: #0689BB;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 70%;
  padding: 10px 0;
  margin: auto;
  transition: all ease-in-out 0.3s;
}

.banner form .submit-btn:hover {
  background-color: #1F5B7D;
  color: #fff;
}

.form-privacy {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  font-size: 14px;
  font-weight: 500;
}

.form-privacy i {
  color: #0C3600;
  font-size: 20px;
  vertical-align: middle;
}

.title {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  margin-bottom: 2%;
}

.tagline {
  font-size: 18px;
  color: #716E6E;
  font-weight: 400;
}

.about {
  padding: 4% 0;
}

.about .image figure {
  margin: 0;
}

.about .image figure img {
  border-radius: 30px;
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}

.about:hover .image figure img {
  filter: blur(1px);
  transform: rotate(-4deg);
}

.about .content span {
  color: #01AEF0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3%;
  display: block;
}

.about .content p {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 35px;
}

.about .content figure.certifications {
  margin: 2% 0;
}

.about .content figure.certifications img {
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}

.about:hover .content figure.certifications img {
  margin-left: 20px;
}

.products {
  background: #CFEAF6;
  padding: 3% 0 4% 0;
}

.products .card {
  background: transparent;
  border-color: transparent;
}

.products .card .card-img {
  width: 280px;
  height: 280px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  border: #008DD0 solid 5px;
}

.products .card .card-img img {
  padding: 40px;
  transition: all ease-in-out 0.3s;
}

.products .card:hover .card-img img {
  transform: scale(1.1);
}

.products .card .card-title a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.products .carousel-control-next, .carousel-control-prev {
  width: 2%;
}

.modal .modal-product-card .product-name {
  color: #0689BB;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.modal .modal-product-card .product-model {
  color: #FF6A00;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.modal-product-card figure .quick-enquiry-btn {
  bottom: 30px;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 0.2s;
}

.modal-product-card figure .quick-enquiry-btn a.enquiry-btn {
  padding: 10px 20px;
  background: rgba(255, 106, 0, 0.9);
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.3s;
}

.modal-product-card figure:hover .quick-enquiry-btn a.enquiry-btn {
  background: rgba(6, 137, 187, 0.9);
}

.submit-btn-form {
  background-color: #FF6A00;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
}

.submit-btn-form:hover {
  background: #0689BB;
}

@media (max-width: 767px) {
  .products .carousel-inner .carousel-item > div {
    display: none;
  }
  .products .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.products .carousel-inner .carousel-item.active,
.products .carousel-inner .carousel-item-next,
.products .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .products .carousel-inner .carousel-item-end.active,
  .products .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .products .carousel-inner .carousel-item-start.active,
  .products .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.products .carousel-inner .carousel-item-end,
.products .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.testimonials {
  padding: 4% 0 6% 0;
}

.testimonials .testimonial-wrapper {
  width: 76%;
  margin: auto;
  position: relative;
}

.testimonials .testimonial-wrapper .text {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 35px;
}

.testimonials .testimonial-wrapper .name {
  font-size: 22px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-top: 60px;
}

.testimonials .testimonial-wrapper .carousel-indicators {
  bottom: -50px;
}

.testimonials .testimonial-wrapper .carousel-indicators [data-bs-target] {
  background-color: #93DDF7;
}

.testimonials .testimonial-wrapper .carousel-indicators .active {
  background-color: #0689BB;
}

.catalog {
  background: #F8DCC7;
  padding: 3% 0;
}

.catalog .catalog-image {
  text-align: right;
}

.catalog .catalog-image figure {
  margin: 15px 0 0 0;
}

.catalog .catalog-image figure img {
  max-width: 100%;
  transition: all ease-in-out 0.4s;
}

.catalog:hover .catalog-image figure img {
  transform: rotate(-5deg);
}

.catalog .form-wrapper {
  width: 70%;
}

.catalog .form-wrapper input {
  border: #A7A5A4 solid 1px;
  color: #989797;
  padding-left: 20px !important;
}

.catalog .form-wrapper select[multiple] {
  height: 150px;
  padding-top: 40px;
}

.catalog .form-wrapper select {
  border-radius: 30px;
  padding-left: 20px !important;
  padding-top: 10px !important;
  border: #A7A5A4 solid 1px;
  padding: 0;
}

.catalog .form-wrapper select option {
  padding: 2px 0;
}

.catalog .form-wrapper .form-floating > label {
  color: #989797;
  padding: 1rem 1.2rem;
  font-weight: 400;
}

.catalog .form-wrapper .submit-btn {
  background: #FF6A00;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 70%;
  padding: 10px 0;
  margin: auto;
  transition: all ease-in-out 0.3s;
}

.catalog .form-wrapper .submit-btn:hover {
  background-color: #0689BB;
  color: #fff;
}

.events {
  padding: 3% 0;
}

.events .card {
  border-color: #008DD0;
  overflow: hidden;
}

.events .card .main-img figure {
  margin-bottom: 0;
  max-height: 200px;
  overflow: hidden;
}

.events .card .main-img figure img {
  margin: auto;
  transition: all ease-in-out 0.3s;
}

.events .card .main-img {
  position: relative;
}

.events .card .arab-logo {
  position: absolute;
  z-index: 111;
  top: 20px;
  right: 0px;
  color: #000;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  height: auto;
  left: 0;
}

.events .card .arab-logo .wrapper-bg {
  background: rgba(255, 255, 255, 0.7);
  width: 26%;
  margin: auto;
  padding-bottom: 2px;
}

.events .card .arab-logo p {
  margin-bottom: 2px;
}

.events .card figure img {
  border: #C0C0C0 solid 1px;
  transition: all ease-in-out 0.3s;
}

.events .card .card-body .card-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.events .card .card-body .card-text {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  line-height: 25px;
}

.events .card .card-body .date {
  font-size: 18px;
  color: #008DD0;
  font-weight: 700;
  margin-top: 10px;
}

.events .visit-btn {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #3A3A3A;
  padding: 15px 45px;
  font-weight: 400;
  transition: all ease-in-out 0.2s;
}

.events .visit-btn:hover {
  background: #F97506;
  color: #fff;
}

.events .visit-btn i {
  margin-left: 5px;
  transition: all ease-in-out 0.2s;
}

.events:hover .visit-btn i {
  margin-left: 15px;
}

.distributor {
  padding: 3% 0;
  background: url("../images/distributor-bg.png") no-repeat center center;
  background-size: cover;
  margin-top: 20px;
}

.distributor .distributor-btn {
  background: #0689BB;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 8px 40px;
  margin-top: 10px;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}

.distributor:hover .distributor-btn {
  background: #3A3A3A;
}

footer {
  background: #CCD0D3;
  padding: 55px 0 0 0;
}

footer h4 {
  font-size: 18px;
  color: #000;
  font-weight: 900;
}

footer .follow-us-links i {
  color: #3A3A3A;
  font-size: 25px;
  margin-right: 5px;
  transition: all ease-in-out 0.2s;
}

footer .follow-us-links i:hover {
  color: #000;
}

footer p {
  font-size: 18px;
  font-weight: 400;
  word-wrap: break-word;
}

footer a {
  color: #000;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
  color: #000;
}

footer .copyright {
  background: #06B4F3;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 30px;
  font-size: 16px;
}

.back-btn {
  background: #FF6A00;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 100px;
  color: #fff;
  transition: all ease-in-out 0.2s;
  display: none;
  width: 50px;
  height: 50px;
}

.back-btn:hover {
  bottom: 105px;
  background-color: #008DD0;
}

.back-btn:hover i {
  color: #fff;
}

@media (max-width: 575.98px) {
  header .navbar-brand {
    margin: auto;
  }
  .banner h1 {
    text-align: center;
    padding: 0 !important;
    font-size: 26px;
    line-height: 30px;
  }
  .banner .caption {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .banner .why-us h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .banner .why-us ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .banner form {
    margin-bottom: 30px;
    padding: 6% 4%;
    border-radius: 20px;
  }
  .about .content {
    text-align: center;
  }
  .tagline {
    width: 100% !important;
  }
  .products {
    padding: 6% 0;
  }
  .events {
    padding: 6% 0;
  }
  .events .card {
    border: none;
  }
  .events .card .main-img figure {
    text-align: center;
  }
  .events .card .card-body {
    text-align: center;
  }
  .distributor {
    padding: 8% 0;
  }
  .testimonials .testimonial-wrapper {
    width: 90%;
  }
  .tagline {
    margin-bottom: 20px !important;
  }
  .catalog {
    margin-top: 30px;
    padding: 6% 0;
  }
  .catalog .catalog-image figure {
    display: none;
  }
  .catalog .form-wrapper {
    width: 90%;
    margin: auto;
  }
  .catalog .form-wrapper .submit-btn {
    padding: 6px;
    display: block;
    width: 100%;
  }
  .products .carousel-inner .carousel-item > div {
    margin: auto;
  }
  footer .follow-us-links {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-brand {
    margin: auto;
  }
  .banner h1 {
    text-align: center;
    padding: 0 !important;
    font-size: 30px;
    line-height: 30px;
  }
  .banner .caption {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 4%;
  }
  .banner .why-us h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .banner .why-us ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .banner form {
    margin-bottom: 30px;
    padding: 6% 4%;
    border-radius: 20px;
  }
  .about .image figure {
    text-align: center;
  }
  .about .content {
    text-align: center;
  }
  .tagline {
    width: 100% !important;
  }
  .products {
    padding: 6% 0;
  }
  .events {
    padding: 6% 0;
  }
  .events .card {
    border: none;
  }
  .events .card .main-img figure {
    text-align: center;
  }
  .events .card .card-body {
    text-align: center;
  }
  .distributor {
    padding: 8% 0;
  }
  .testimonials .testimonial-wrapper {
    width: 90%;
  }
  .tagline {
    margin-bottom: 20px !important;
  }
  .catalog {
    margin-top: 30px;
    padding: 6% 0;
  }
  .catalog .catalog-image figure {
    display: none;
  }
  .catalog .form-wrapper {
    width: 90%;
    margin: auto;
  }
  .catalog .form-wrapper .submit-btn {
    padding: 6px;
    display: block;
    width: 100%;
  }
  .products .carousel-inner .carousel-item > div {
    margin: auto;
  }
  footer .follow-us-links {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1280px) {
  .products .card .card-img {
    width: 250px;
    height: 250px;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  header .navbar-brand {
    margin: auto;
  }
  header ul.contacts {
    width: 100%;
  }
  header ul.contacts li {
    width: 47%;
  }
  header ul.contacts li:last-child {
    text-align: right;
  }
  header ul.contacts li:last-child .details {
    text-align: left;
  }
  .about .image figure {
    text-align: center;
  }
  .banner form {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .catalog .catalog-image {
    display: none;
  }
  .catalog .form-wrapper {
    margin: auto;
    width: 100%;
  }
  .catalog .col-lg-6 {
    width: 100%;
  }
  .products .card .card-img {
    width: 150px;
    height: 150px;
    margin: auto;
  }
  .products .card .card-title a {
    font-size: 16px;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 844px) and (max-width: 960px) {
  header .navbar-brand {
    margin: auto;
  }
  header ul.contacts {
    width: 100%;
  }
  header ul.contacts li {
    width: 47%;
  }
  header ul.contacts li:last-child {
    text-align: right;
  }
  header ul.contacts li:last-child .details {
    text-align: left;
  }
  .banner form {
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .about .image figure {
    text-align: center;
  }
  .products .card .card-img {
    width: 150px;
    height: 150px;
  }
  .products .card .card-title a {
    font-size: 16px;
  }
  .testimonials .testimonial-wrapper {
    width: 100% !important;
  }
  .tagline {
    width: 100% !important;
  }
  .catalog .catalog-image {
    display: none;
  }
  .catalog .form-wrapper {
    width: 100%;
    margin: auto;
  }
  .catalog .col-lg-6 {
    margin: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .products .card .card-img {
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1194px) {
  .banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .banner .caption {
    font-size: 18px;
  }
  .products .card .card-img {
    width: 220px;
    height: 220px;
  }
  .products .card .card-title a {
    font-size: 16px;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  .catalog .form-wrapper {
    width: 100%;
  }
}/*# sourceMappingURL=spine-system.css.map */