@charset "UTF-8";
.owl-carousel .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  height: calc(100% - 53px);
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  font-family: Arial;
  line-height: 1;
  font-size: 30px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding-bottom: 4px !important;
  border: 1px solid #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 2px 5px;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: all;
  box-shadow: 0 0 5px #33bdfd;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ffffff;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 20px;
  height: 4px;
  background: var(--bs-body-color);
  margin: 24px 4px;
  border-radius: 10px;
  opacity: 0.5;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.modal-light .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
}
.modal-light .modal-dialog .modal-content {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: none;
}
.modal-light .modal-dialog .modal-content .modal-body {
  height: 100%;
}
.modal-light .modal-dialog .modal-content .modal-body button[title=Close] {
  font-family: Arial;
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 10;
  width: 36px;
  height: 36px;
  background: #fff;
  color: red;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  line-height: 0;
  padding: 3px 0 0 0;
  opacity: 1;
  outline: none;
  transition: 300ms;
}
.modal-light .modal-dialog .modal-content .modal-body button[title=Close]:hover {
  opacity: 0.75;
}
.modal-light .modal-dialog .modal-content .modal-body .owl-carousel {
  height: 100%;
}
.modal-light .modal-dialog .modal-content .modal-body .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.modal-light .modal-dialog .modal-content .modal-body .owl-carousel .owl-dots button {
  margin-bottom: 15px;
  background: #fff;
}
.modal-light .modal-dialog .modal-content .modal-body .owl-carousel .owl-stage-outer, .modal-light .modal-dialog .modal-content .modal-body .owl-carousel .owl-stage, .modal-light .modal-dialog .modal-content .modal-body .owl-carousel .owl-item, .modal-light .modal-dialog .modal-content .modal-body .owl-carousel .item {
  height: 100%;
}
.modal-light .modal-dialog .modal-content .modal-body .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-light .modal-dialog .modal-content .modal-body .owl-carousel .owl-item .item {
  padding: 10px 10px 34px 10px;
}
.modal-light .modal-dialog .modal-content .modal-body .owl-carousel .owl-item .item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

:root {
  --primary: #e74c3c;
  --primary-rgb: 231, 76, 60;
  --primary-dark: #c93524;
  --secondary: #d2d3d5;
  --secondary-dark: #96989a;
  --dark: #373435;
}

.l {
  box-shadow: inset 0 0 0 1px red;
}

::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #888888;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary);
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: transparent;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
  border: 1px solid transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: url("../images/body-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  min-height: 100vh;
  overflow-x: hidden;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.icon-1x {
  transform: scale(1.1);
}

.icon-2x {
  transform: scale(1.2);
}

.icon-3x {
  transform: scale(1.3);
}

.icon-4x {
  transform: scale(1.4);
}

.icon-5x {
  transform: scale(1.5);
}

.icon-6x {
  transform: scale(1.6);
}

.icon-7x {
  transform: scale(1.7);
}

.icon-8x {
  transform: scale(1.8);
}

.icon-9x {
  transform: scale(1.9);
}

.icon-10x {
  transform: scale(2);
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-18 {
  font-size: 18px;
}

.fs-34 {
  font-size: 34px !important;
}

.fw-md {
  font-weight: 500;
}

.fw-sbold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-xbold {
  font-weight: 800;
}

.display-7 {
  font-size: 36px;
  font-weight: 700;
}

.bg-primary {
  background: var(--primary);
}

.bg-primary-dark {
  background: var(--primary-dark);
}

.bg-primary-light {
  background: rgba(var(--primary-rgb), 0.2);
}

.h-2 {
  height: 2px;
}

.h-3 {
  height: 3px;
}

.h-4 {
  height: 4px;
}

.mmwh-44 {
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
}

.mmwh-48 {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.mmwh-50 {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.mmwh-60 {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.mmwh-80 {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.minw-48 {
  min-width: 48px;
}

.minw-70 {
  min-width: 70px;
}

.minw-90 {
  min-width: 90px;
}

.minw-100 {
  min-width: 100px;
}

.minw-110 {
  min-width: 110px;
}

.minw-120 {
  min-width: 120px;
}

.minw-125 {
  min-width: 125px;
}

.minw-130 {
  min-width: 130px;
}

.minw-160 {
  min-width: 160px;
}

.minw-170 {
  min-width: 170px;
}

.minw-180 {
  min-width: 180px;
}

.minw-200 {
  min-width: 200px;
}

.minw-268 {
  min-width: 268px;
}

.maxw-80 {
  max-width: 80px;
}

.maxw-100 {
  max-width: 100px;
}

.maxw-120 {
  max-width: 120px;
}

.maxw-188 {
  max-width: 188px;
}

.maxw-220 {
  max-width: 220px;
}

.maxw-240 {
  max-width: 240px;
}

.maxw-280 {
  max-width: 280px;
}

.maxw-380 {
  max-width: 380px;
}

.maxw-390 {
  max-width: 390px;
}

.maxw-400 {
  max-width: 400px;
}

.maxw-420 {
  max-width: 420px;
}

.maxw-480 {
  max-width: 480px;
}

.maxw-520 {
  max-width: 520px;
}

.maxw-600 {
  max-width: 600px;
}

.minh-30 {
  min-height: 30px;
}

.minh-40 {
  min-height: 40px;
}

.minh-48 {
  min-height: 48px;
}

.minh-62 {
  min-height: 62px;
}

.maxh-90p {
  max-height: 90%;
}

.shadow-md {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-52 {
  --bs-aspect-ratio: 52%;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto;
  transform: translate(-50%, 0);
}

.btn-outline-theme {
  --bs-btn-color: #e74c3c;
  --bs-btn-border-color: #e74c3c;
  --bs-btn-hover-bg: #e74c3c;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #c93524;
  --bs-btn-active-border-color: #c93524;
  --bs-btn-disabled-color: #102F4C;
  --bs-btn-disabled-border-color: #999999;
}

.btn-theme {
  background-color: #e74c3c;
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #e74c3c;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #ac1706;
  --bs-btn-hover-border-color: #ac1706;
  --bs-btn-active-bg: #e74c3c;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-border-color: #e74c3c;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-border-color: #000000;
}

@media only screen and (min-width: 1201px) and (max-width: 1499px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    max-width: 1160px;
  }
}
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(226, 141, 22, 0.25);
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  color: #fff;
  background-color: blue;
}

.top-bar {
  height: 34px;
  background: var(--primary-dark);
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.top-bar .top-left {
  display: flex;
  align-self: center;
}
.top-bar .top-left a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.25px;
  display: inline-flex;
  align-items: center;
}
.top-bar .top-left a:hover {
  opacity: 0.8;
}
.top-bar .top-right {
  display: flex;
  align-items: center;
}
.top-bar .top-right a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-left: 6px;
  transition: 350ms;
}
.top-bar .top-right a:hover {
  background: rgba(0, 0, 0, 0.75);
}

.navbar {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1001;
}
.navbar.active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.navbar.active .navbar-brand img {
  max-width: 120px;
}
.navbar .navbar-brand {
  position: relative;
  display: flex;
  align-self: flex-start;
}
.navbar .navbar-brand img {
  width: 100%;
  max-width: 220px;
  display: block;
  padding: 0;
  transition: 0.3s;
}
.navbar:has(.dropdown-toggle.show) .nav-item .nav-link.active {
  color: var(--primary-dark);
  opacity: 0.9;
}
.navbar:has(.dropdown-toggle.show) .nav-item .nav-link.active::before {
  visibility: hidden;
}
.navbar .nav-item {
  margin-left: 30px;
}
.navbar .nav-item .nav-link {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background: var(--primary);
  visibility: hidden;
}
.navbar .nav-item .nav-link.active, .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link[aria-expanded=true] {
  color: var(--primary-dark);
  opacity: 0.9;
}
.navbar .nav-item .nav-link.active::before, .navbar .nav-item .nav-link:hover::before, .navbar .nav-item .nav-link[aria-expanded=true]::before {
  visibility: visible;
}

.carousel-home .carousel-indicators [data-bs-target] {
  background-color: #ee301c;
}
.carousel-home .carousel-control-next, .carousel-home .carousel-control-prev {
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  top: calc(50% - 17px - 5px);
  margin: 5px;
  border-radius: 34px;
}
.carousel-home .carousel-control-next .carousel-control-prev-icon,
.carousel-home .carousel-control-next .carousel-control-next-icon, .carousel-home .carousel-control-prev .carousel-control-prev-icon,
.carousel-home .carousel-control-prev .carousel-control-next-icon {
  background-size: 70% 70% !important;
}

.page-banner {
  height: 200px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: var(--primary-dark);
  background: linear-gradient(to right, #000, var(--primary-dark));
  text-align: center;
}
.page-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.25;
  z-index: 0;
}
.page-banner .container {
  position: relative;
  z-index: 2;
}
.page-banner .container h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}
.page-banner .container nav {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23ffffff'/%3E%3C/svg>");
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-banner .container nav .breadcrumb {
  display: inline-flex;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 6px 15px 5px 15px;
  border-radius: 3px;
}
.page-banner .container nav .breadcrumb-item {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
.page-banner .container nav .breadcrumb-item a {
  color: #ccc;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.page-banner .container nav .breadcrumb-item a:hover {
  color: #fff;
}

.contact-address {
  height: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background: #fff;
  padding: 20px;
}
.contact-address a {
  font-size: 16px;
  color: #373435;
  text-decoration: none;
  transition: 350ms;
  display: inline-flex;
}
.contact-address a .icon {
  min-width: 24px;
  margin-right: 6px;
}
.contact-address a:hover {
  color: var(--primary);
}

.contact-form .form-control, .contact-form .form-select {
  font-size: 16px;
  font-weight: 500;
}
.contact-form input.form-control, .contact-form select.form-select {
  height: 48px;
}
.contact-form .btn {
  font-size: 16px;
  font-weight: 500;
  height: 48px;
}

.card-service {
  height: 100%;
  overflow: hidden;
  transition: 300ms;
  border-radius: 2px;
}
.card-service:hover {
  border-color: var(--primary-dark);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.card-service:hover .img-cover {
  filter: grayscale(1);
}
.card-service:hover .card-badge {
  background: var(--bs-black);
}
.card-service .card-badge {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  background: var(--primary);
  z-index: 2;
  font-size: 12.5px;
  padding: 4px 10px;
  border-radius: 0 20px 20px 0;
  transition: 300ms;
}
.card-service .img-cover {
  transition: 0.5s;
}
.card-service .card-title {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: 300ms;
}
.card-service .card-title:hover {
  color: var(--bs-primary);
}
.card-service .card-more {
  font-weight: 500;
  font-size: 14px;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
}
.card-service .card-more:hover {
  color: var(--bs-primary);
}

.card-list {
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: 300ms;
}
.card-list:hover {
  border: 1px solid var(--primary-dark);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-list:hover .list-heading {
  color: var(--primary);
}
.card-list .ratio .d-flex {
  align-items: center;
  justify-content: center;
}
.card-list small {
  font-size: 13px;
  opacity: 0.5;
  font-weight: 500;
}
.card-list .list-heading {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: var(--bs-body);
  padding: 8px 0;
  transition: 300ms;
}
.card-list .list-heading:hover {
  color: var(--bs-primary);
}
.card-list p {
  font-size: 14.5px;
  opacity: 0.92;
}
.card-list .btn-outline-theme {
  font-size: 14px;
  border-radius: 2px;
  margin-top: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.nav-tabs-common .nav-link {
  font-weight: 500;
  color: var(--primary-dark);
  background-color: #eee;
  margin-right: 4px;
  margin-top: 4px;
}

.carousel-product {
  position: sticky;
  top: 70px;
}
.carousel-product .carousel-item img {
  width: 100%;
  cursor: zoom-in;
}
.carousel-product .carousel-indicators {
  list-style-type: none;
  padding: 0 15px;
  margin: 15px auto 20px auto;
  position: relative;
}
.carousel-product .carousel-indicators button {
  width: 60px;
  height: 40px;
  border: 1px solid #bababa;
  display: inline-block;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  text-align: center;
  text-indent: unset;
  position: relative;
  margin: 2px 4px;
  opacity: 0.7;
}
.carousel-product .carousel-indicators button.active {
  opacity: 1;
  border: 1px solid var(--primary-dark);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.carousel-product .carousel-indicators button img {
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-social {
  display: flex;
  align-items: center;
  gap: 6px;
}
.share-social a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: 350ms;
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #e74c3c;
}
.share-social a:hover {
  opacity: 0.65;
}

.right-form {
  width: 100%;
  max-width: 320px;
  position: fixed;
  right: -400px;
  bottom: 20px;
  z-index: 1002;
  transition: 300ms;
  border-radius: 10px 0 0 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.btn-callback {
  position: fixed;
  background: #e74c3c;
  border-radius: 0;
  width: 150px;
  height: 40px;
  font-weight: 500;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  right: -110px;
  top: calc(50% + 75px);
  z-index: 1000;
  border-radius: 4px 4px 0 0;
}
.btn-callback:hover {
  background: #000;
}

.float-form .right-form {
  right: 0;
}
.float-form .btn-callback {
  visibility: hidden;
}

footer {
  padding-top: 10px;
  padding-bottom: 30px;
  background: #000315;
}
footer address a {
  font-size: 15px;
  color: #999;
  text-decoration: none;
  transition: 350ms;
  display: inline-flex;
}
footer address a .icon {
  min-width: 24px;
  margin-right: 6px;
}
footer address a:hover {
  color: var(--primary);
}
footer .footer-social a {
  font-size: 15px;
  color: #bababa;
  text-decoration: none;
  transition: 350ms;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
footer .footer-social a:hover {
  color: var(--bs-primary);
}
footer h5 {
  color: #ccc;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footer-links {
  list-style-type: none;
  padding: 0;
}
footer .footer-links li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #999;
}
footer .footer-links li a {
  font-size: 15px;
  color: #999;
  text-decoration: none;
  transition: 350ms;
}
footer .footer-links li a::after {
  content: " ➜";
  line-height: 1;
  visibility: hidden;
  margin-left: -5px;
  font-size: 14px;
}
footer .footer-links li a:hover {
  color: var(--primary);
}
footer .footer-links li a:hover::after {
  transition: 350ms;
  visibility: visible;
  margin-left: 1px;
}
footer .designedby, footer .copyrights {
  color: #999;
  padding: 10px 0;
  font-size: 15px;
  margin: 0;
}

/* Start | Responsive Style */
@media screen and (max-width: 991.9px) {
  .navbar .navbar-brand img {
    width: 104px;
  }
  .navbar .navbar-toggler {
    border-radius: 0;
    border: none;
    box-shadow: none !important;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") ;
  }
  .navbar .navbar-collapse {
    width: 250px;
    max-width: 250px;
    min-height: calc(100vh - 54px);
    height: calc(100vh - 54px);
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 54px;
    right: 0;
    background: #fff;
    transform: scaleX(0);
    transition: 200ms;
    transform-origin: right;
  }
  .navbar .navbar-collapse.collapsing {
    height: inherit;
    transition: 200ms;
  }
  .navbar .navbar-collapse.show {
    transition: 200ms;
    transform: scaleX(1);
  }
  .navbar .navbar-nav {
    padding: 10px 15px 40px 15px;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-banner .container h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575.9px) {
  .page-banner .container h1 {
    font-size: 24px;
  }
  .card-list .ratio {
    --bs-aspect-ratio: 60%;
  }
}

/*WhatsApp*/

.WhatsAppIcon {
    left: 60px;
    position: fixed;
    z-index: 1000;
    height: 55px;
    width: 55px;
    background: #36c641;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    bottom: 50px;
}

.WhatsAppIcon a{text-decoration:none; color:#fff;}
.WhatsAppIcon .icon{margin-bottom:1px;margin-left:0px;}




/* End | Responsive Style *//*# sourceMappingURL=style.css.map */