/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Google Fonts End */
/* Basic Styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus-visible {
  outline: none;
}
html {
  font-family: "Montserrat", sans-serif;
}
body {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #1f1f1f;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
iframe {
  border: 0;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i {
  display: block;
}
i::before {
  content: "";
  display: block;
  background-size: cover;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.container {
  padding: 0;
  max-width: 1140px;
}
.container-fluid {
  padding: 0;
}
.mobile-only .custom-logo-link {
  display: none;
}
.admin-bar header {
  margin-top: 32px;
}
.bottom-line {
  margin-bottom: 0;
  padding-bottom: 28px;
  border-bottom: 4px solid #25b09a;
}
.bottom-line-thick {
  margin-bottom: 0;
  padding-bottom: 32px;
  border-bottom: 8px solid #25b09a;
}
/* Basic Styles End */
/* Typography */
h1,
.heading-one {
  font-size: 52px;
  line-height: 70px;
}
h2,
.heading-two {
  font-size: 40px;
  line-height: 60px;
}
h3,
.heading-three {
  font-size: 32px;
  line-height: 50px;
}
h4,
.heading-four {
  font-size: 28px;
  line-height: 40px;
}
h5,
.heading-five {
  font-size: 24px;
  line-height: 30px;
}
h6,
.heading-six {
  font-size: 20px;
  line-height: 30px;
}
h1,
.heading-one,
h2,
.heading-two {
  font-weight: 800;
}
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six {
  font-weight: 500;
}
h1,
.heading-one,
h2,
.heading-two,
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six,
p,
a,
p > a {
  color: #1f1f1f;
}
p,
a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
p > a,
p > strong {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
p > strong {
  font-weight: 600;
}
a {
  display: inline-block;
  transition: 0.2s ease-in-out;
}
a:hover,
p > a:hover {
  color: #25b09a;
  transition: 0.2s ease-in-out;
}
.text-sm {
  font-size: 14px;
  line-height: 21px;
}
.text-normal {
  font-size: 16px;
  line-height: 28px;
}
.text-xl {
  font-size: 18px;
  line-height: 22px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
dl,
ol,
ul,
ul li {
  list-style-type: none;
  padding: 0;
}
/* Typography End */
/* Color Style */
.primary-text {
  color: #25b09a;
}
.secondary-text {
  color: #181818;
}
.grey-50-text {
  color: #f1f1f1;
}
.grey-100-text {
  color: #e2e2e2;
}
.grey-200-text {
  color: #515151;
}
.black-text {
  color: #1f1f1f;
}
.white-text {
  color: #ffffff;
}
.primary-bg {
  background-color: #25b09a;
}
.grey-50-bg {
  background-color: #f9f9f9;
}
.grey-100-bg {
  background-color: #e2e2e2;
}
.grey-200-bg {
  background-color: #515151;
}
.black-bg {
  background-color: #1f1f1f;
}
/* Color Style End */
/* Spacing Class */
.mb-6 {
  margin-bottom: 6px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
/* Spacing Class End */
/* Form Style */
label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 6px;
  display: block;
  color: #1f1f1f;
}
input,
textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #515151;
  padding: 0 0 3px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(81, 81, 81, 0.3);
  background-color: transparent;
  width: 100%;
}
input::placeholder,
textarea::placeholder {
  color: #515151;
  opacity: 1;
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: rgba(81, 81, 81, 0.3);
}
select {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #515151;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(81, 81, 81, 0.3);
  background-color: transparent;
  appearance: none;
  background-image: url("./assets/images/icon-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  padding: 0 0 3px;
  width: 100%;
}
textarea {
  resize: none;
}
.form-group {
  margin-bottom: 30px;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 16px;
  margin-top: 8px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 4px 6px;
  border: 1px solid #00a0d2;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #1f1f1f;
}
#apex27-contact-form-result {
  color: #1f1f1f !important;
  font-weight: 600;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-contacts-auto-fill-button {
  display: none !important;
}
.wpcf7-spinner {
  background-color: #1f1f1f;
  opacity: 1;
}
/* Form Style End */
/* Button Style */
.solid-btn,
.line-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 11px 15px;
  color: #ffffff;
  background-color: #25b09a;
  cursor: pointer;
  border-radius: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 1px solid transparent;
  transition: color 0.4s ease-in-out;
}
.line-btn {
  background-color: transparent;
  color: #25b09a;
  border: 1px solid #25b09a;
}
.solid-btn::before,
.line-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #1f1f1f;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: var(--pseudo-top, 0);
  left: var(--pseudo-left, 0);
}
.line-btn.white::before {
  background-color: #25b09a;
}
.solid-btn:hover,
.line-btn:hover {
  color: #fff;
  transition: color 0.4s ease-in-out;
}
.line-btn.white:hover {
  color: #1f1f1f;
}
.line-btn:hover {
  border-color: #25b09a;
  transition: color 0.4s ease-in-out;
}
.solid-btn:hover::before,
.line-btn:hover::before {
  width: 300%;
  height: 300%;
}
.solid-btn i::before,
.line-btn i::before {
  transition: 0.4s ease-in-out;
}
.solid-btn:hover i::before,
.line-btn:hover i::before {
  background: #fff;
  transition: 0.4s ease-in-out;
}
.common-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #25b09a;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease-in-out;
}
.common-link:hover {
  color: #1f1f1f;
  transition: 0.3s ease-in-out;
}
.common-link i::before {
  transition: 0.3s ease-in-out;
}
.common-link:hover i::before {
  background: #1f1f1f;
  transition: 0.3s ease-in-out;
}
.button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.solid-btn:disabled,
.line-btn:disabled {
  color: #515151;
  background-color: #e2e2e2;
  pointer-events: none;
}
/* Button Style End */
/* Icons */
.icon-call::before {
  -webkit-mask-image: url("./assets/images/icon-call.svg");
  mask-image: url("./assets/images/icon-call.svg");
  width: 18px;
  height: 18px;
  background: #ffffff;
}
.icon-youtube::before {
  background-image: url("./assets/images/icon-youtube.svg");
  width: 58px;
  height: 58px;
}
.icon-close::before {
  -webkit-mask-image: url("./assets/images/icon-close.svg");
  mask-image: url("./assets/images/icon-close.svg");
  width: 14px;
  height: 14px;
  background: #ffffff;
}
.icon-whatsapp::before {
  -webkit-mask-image: url("./assets/images/icon-whatsapp.svg");
  mask-image: url("./assets/images/icon-whatsapp.svg");
  width: 18px;
  height: 18px;
  background: #25b09a;
}
.icon-arrow-right::before {
  -webkit-mask-image: url("./assets/images/icon-arrow-right.svg");
  mask-image: url("./assets/images/icon-arrow-right.svg");
  width: 20px;
  height: 20px;
  background: #25b09a;
}
.icon-check::before {
  -webkit-mask-image: url("./assets/images/icon-check.svg");
  mask-image: url("./assets/images/icon-check.svg");
  width: 24px;
  height: 24px;
  background: #25b09a;
}
.icon-prev {
  width: 20px;
  height: 20px;
  background: url(./assets/images/icon-prev.svg) no-repeat;
  background-size: 20px;
  flex-shrink: 0;
}
.icon-next {
  width: 20px;
  height: 20px;
  background: url(./assets/images/icon-next.svg) no-repeat;
  background-size: 20px;
  flex-shrink: 0;
}
.icon-whatsapp-large {
  width: 60px;
  height: 60px;
  background: url(./assets/images/icon-whatsapp-large.svg) no-repeat;
  background-size: 60px;
  flex-shrink: 0;
}
/* End Icons */
/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 0;
  z-index: 999;
  transition: all ease-in-out 0.3s;
}
.site-header.sticky {
  transition: all ease-in-out 0.3s;
  background-color: rgba(225, 225, 225, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 8px 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  gap: 20px;
}
.menu .menu-item {
  position: relative;
}
.menu .menu-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #1f1f1f;
  transition: 0.3s;
  display: block;
}
.menu .menu-item a:hover {
  transition: 0.3s;
  color: #25b09a;
}
.menu .menu-item.current-menu-item > a,
.menu .menu-item.current-menu-ancestor > a {
  color: #25b09a;
}
.menu .menu-item.current-menu-item > a:hover,
.menu .menu-item.current-menu-ancestor > a:hover {
  color: #1f1f1f;
}
/* Header End */
/* Footer */
.site-footer {
  background-color: #181818;
}
.footer-top {
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
  padding: 40px 0 35px;
}
.footer-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}
.social-media-icons {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25b09a;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social-media-icons:hover {
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.social-media-icons:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.social-media-icons:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(37, 176, 154, 0.1), 0 0 10px 10px #25b09a,
      0 0 0 10px rgba(37, 176, 154, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(37, 176, 154, 0.1), 0 0 10px 10px #25b09a,
      0 0 0 10px rgba(37, 176, 154, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(37, 176, 154, 0.1), 0 0 10px 10px #25b09a,
      0 0 0 10px rgba(37, 176, 154, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(37, 176, 154, 0.1), 0 0 10px 10px #25b09a,
      0 0 0 10px rgba(37, 176, 154, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(37, 176, 154, 0.1), 0 0 10px 10px #25b09a,
      0 0 0 10px rgba(37, 176, 154, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(37, 176, 154, 0.1), 0 0 10px 10px #25b09a,
      0 0 0 10px rgba(37, 176, 154, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
.footer-menu {
  padding: 24px 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}
.footer-menu .menu {
  justify-content: flex-start;
  gap: 42px;
}
.footer-menu .menu .menu-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  transition: 0.3s;
  display: block;
}
.footer-menu .menu .menu-item a:hover {
  transition: 0.3s;
  color: #25b09a;
}
.footer-menu .menu .menu-item.current-menu-item > a,
.footer-menu .menu .menu-item.current-menu-ancestor > a {
  color: #25b09a;
}
.footer-menu .menu .menu-item.current-menu-item > a:hover,
.footer-menu .menu .menu-item.current-menu-ancestor > a:hover {
  color: #ffffff;
}
.footer-bottom {
  padding: 24px 0;
}
.footer-gst,
.footer-bottom-content {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.footer-gst li:not(:last-child) {
  border-right: 1px solid rgba(225, 225, 225, 0.1);
  padding-right: 16px;
  margin-right: 16px;
}
.footer-bottom-content {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}
.footer-bottom-content p > a:hover {
  color: #ffffff;
}
.go-top {
  width: 44px;
  height: 44px;
  border-color: #ffffff;
  padding: 0;
  position: fixed;
  right: 24px;
  bottom: 60px;
  z-index: 999;
  display: none;
  transition: 0.4s;
}
.whatsapp-fixed {
  position: fixed;
  right: 60px;
  bottom: 265px;
  z-index: 999;
}
/* Footer End */
/* Banner */
.site-content {
  padding-top: 92px;
}
.banner {
  overflow: hidden;
}
.banner-wrapper {
  position: relative;
  overflow: hidden;
}
.banner-wrapper .slider {
  height: auto;
}
.slider-content {
  background-color: #ffffff;
  padding: 50px 10px 50px 0;
  margin: 88px 0;
}
.slider-content p {
  margin-bottom: 50px;
}
.slider-image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - -86px);
  height: 100%;
  z-index: -1;
}
.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider-pagination-container {
  position: relative;
}
.slider-pagination-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 0;
}
.banner-slider .slider-pagination-container .swiper-pagination {
  bottom: 0;
  left: 12px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #515151;
  opacity: 1;
  transition: 0.4s;
}
.swiper-pagination-bullet-active {
  background: #25b09a;
}
.swiper-pagination-bullet:hover {
  background: #25b09a;
  transition: 0.4s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}
/* Banner End */
/* About Us */
.about-us-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.about-us-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-content {
  margin-left: 24px;
}
.about-us-content h2 {
  margin-bottom: 30px;
}
.youtube-button {
  padding: 0;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.youtube-button:hover {
  background: transparent;
}
.youtube-button:focus {
  box-shadow: none;
  outline: none;
}
.youtubeButtonModal .modal-content {
  border-radius: 20px;
}
.youtubeButtonModal .modal-body {
  padding: 0;
}
.youtubeButtonModal .btn-close {
  border-radius: 50%;
  background: none;
  background-color: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 0;
  width: 24px;
  height: 24px;
  z-index: 3;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youtubeButtonModal .btn-close:focus {
  box-shadow: none;
}
.youtubeButtonModal .btn-close i {
  width: 14px;
  height: 14px;
}
.youtubeButtonModal .btn-close i::before,
.youtubeButtonModal .btn-close i::before {
  background: #515151;
  transition: 0.3s;
}
.youtubeButtonModal .btn-close:focus i::before,
.youtubeButtonModal .btn-close:hover i::before {
  background: #25b09a;
  transition: 0.3s;
}
.youtubeButtonModal p iframe {
  border-radius: 20px;
}
.youtubeButtonModal iframe {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
.youtubeButtonModal .modal-dialog {
  max-width: 720px;
}
/* About Us End */
/* CTA */
.cta-wrapper {
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
/* CTA End */
/* Our Products */
.products-row {
  margin-bottom: -24px;
}
.products-col {
  margin-bottom: 24px;
}
.product-slider .swiper-wrapper {
  padding-bottom: 58px;
}
.product-card-image {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-in-out;
}
.product-card p {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card:hover .product-card-image img {
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}
.product-slider .slider-pagination-container .swiper-pagination {
  justify-content: center;
  bottom: 0;
}
/* Our Products End */
/* why Choose Us */
.why-choose-us {
  overflow: hidden;
}
.why-choose-us-title {
  position: relative;
}
.why-choose-us-title::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -270px;
  width: 534px;
  height: 534px;
  border-radius: 100%;
  background: #f1f1f1;
  z-index: -1;
}
.why-choose-us-list {
  margin-bottom: 0;
}
.why-choose-us-list li:not(:last-child) {
  margin-bottom: 30px;
}
.why-choose-us-list h4 {
  display: flex;
  align-items: center;
  gap: 14px;
}
/* why Choose Us End */
/* Our Services */
.our-services-row {
  margin-bottom: -24px;
}
.our-services-col {
  margin-bottom: 24px;
}
.our-services-block {
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 29px;
  height: 100%;
}
/* Our Services End */
/* Key Milestones */
.key-milestones {
  position: relative;
  overflow: hidden;
}
.key-milestones-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% - 98px);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  z-index: -1;
  overflow: hidden;
}
.key-milestones-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-milestones-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 1);
  z-index: -2;
}
.counter-list-row {
  margin-bottom: -24px;
}
.counter-list-col {
  margin-bottom: 24px;
}
.counter-list-block {
  text-align: center;
  border-radius: 8px;
  padding: 30px 16px;
  height: 100%;
}
.counter-list-block h3 {
  margin-bottom: 2px;
}
/* Key Milestones End */
/* Our Purpose */
.our-purpose {
  overflow: hidden;
}
.our-purpose-wrapper {
  padding: 28px 0 20px;
  position: relative;
}
.our-purpose .common-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.our-purpose-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -288px;
  width: 420px;
  height: 420px;
  background: #f1f1f1;
  border-radius: 100%;
  z-index: -1;
}
.our-purpose-block {
  margin-right: 36px;
}
/* Our Purpose End */

/* Technologies We Work */
.our-clients {
  overflow: hidden;
}
.our-clients-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.our-clients-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  align-items: center;
}
.our-clients-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 11px;
}
.our-clients-block {
  border: 1px solid rgba(81, 81, 81, 0.2);
  border-radius: 8px;
  padding: 29px 10px;
  height: 100%;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-clients-block img {
  opacity: 50%;
}
/* Technologies We Work End */
/* FAQ */
.faq-content {
  padding-right: 70px;
}
.faq-content h2 {
  padding-bottom: 86px;
  position: relative;
}
.faq-content h2::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 36px;
  width: 1px;
  height: 54px;
  background: #e2e2e2;
  z-index: 0;
}
.faq .accordion-item {
  color: #1f1f1f;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
}
.faq .accordion-item:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.faq .accordion-button:not(.collapsed) {
  color: #101010;
  background-color: transparent;
  box-shadow: none;
}
.faq .accordion-button {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #1f1f1f;
  padding: 0;
  margin-bottom: 0;
}
.faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq .accordion-button::after {
  background-image: url("./assets/images/icon-arrow-grey.svg");
  background-position: center;
  width: 30px;
  height: 30px;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("./assets/images/icon-arrow-green.svg");
  transform: rotate(-360deg);
}
.faq .accordion-body {
  padding: 16px 0 0;
}
.faq .accordion-body p {
  max-width: 604px;
}
/* FAQ End */
/* Get In Touch */
.contact-us-from {
  background-color: rgba(241, 241, 241, 0.4);
  border-radius: 20px;
  padding: 50px 30px;
}
.submit-button p {
  display: flex;
  align-items: center;
}
.submit-button input {
  width: auto;
  transition: 0.3s;
}
.submit-button input:hover,
.submit-button input:focus {
  background: #1f1f1f;
  transition: 0.3s;
}
.contact-list {
  margin-bottom: 0;
}
.contact-list li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-list li p,
.contact-list li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
}
/* Get In Touch End */
/* Inner Page */
.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-color: #181818;
}
.inner-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner-banner-content h1 {
  margin-bottom: 18px;
}
.breadcrumb {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  justify-content: center;
}
.breadcrumb li {
  line-height: 20px;
}
.breadcrumb a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  transition: 0.3s;
}
.breadcrumb a:hover {
  transition: 0.3s;
  color: #25b09a;
}
.breadcrumb .active {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.entry-content ul,
.common-list {
  padding-left: 0;
}
.entry-content ul li,
.common-list li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  color: #1f1f1f;
}
.entry-content ul li:last-child,
.common-list li:last-child {
  margin-bottom: 0;
}
.entry-content ul li::before,
.common-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: #1f1f1f;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
/* Inner Page End */
/* Contact Us */
.contact-us-page .contact-list {
  margin-bottom: 30px;
}
.contact-us-page .bottom-line-thick {
  padding-bottom: 28px;
  margin-bottom: 20px;
}
.contact-us-map {
  border-radius: 20px;
  overflow: hidden;
}
.contact-us-map iframe {
  height: 410px;
  width: 100%;
  display: block;
}
/* Contact Us End */
/* FAQ Page */
.faq-page-content {
  max-width: 660px;
}
/* FAQ Page End */
/* About Page */
.cta-brochure .cta-wrapper {
  position: relative;
}
.cta-brochure h2 {
  max-width: 800px;
}
.meet-our-founder-image {
  border-radius: 16px;
  overflow: hidden;
}
.meet-our-founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet-our-founder-content .heading-four {
  line-height: 34px;
}
.cta-brochure-modal .modal-content {
  border-radius: 0;
}
.cta-brochure-modal .modal-header {
  justify-content: center;
  padding: 20px;
  border-radius: 0;
  background-color: #25b09a;
}
.cta-brochure-modal .btn-close {
  border-radius: 0;
  background: none;
  position: absolute;
  top: 8px;
  right: -32px;
  padding: 0;
  width: 24px;
  height: 24px;
  z-index: 3;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-brochure-modal .btn-close:focus {
  box-shadow: none;
}
.cta-brochure-modal .btn-close i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-brochure-modal .btn-close i::before {
  background-position: center;
  background: #ffffff;
  transition: 0.3s;
}
.cta-brochure-modal .btn-close:focus i::before,
.cta-brochure-modal .btn-close:hover i::before {
  background: #25b09a;
  transition: 0.3s;
}
.cta-brochure-modal .modal-body {
  padding: 40px 52px;
}
.cta-brochure-modal label {
  text-align: left;
}
/* About Page End */
/* Gallery */
.gallery-wrapper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-wrapper:not(:last-child) {
  padding-bottom: 60px;
}
.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}
/* .mfp-container {
	position: relative;
	background-color: #FFF;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.mfp-figure::after {
	display: none;
}
.mfp-bottom-bar {
	display: none;
}
.mfp-arrow::before, .mfp-arrow::after {
	display: none;
}
.mfp-arrow {
  opacity: 1;
	margin-top: 0;
}
.mfp-arrow-left {
	left: 22%;
}
.mfp-arrow-right {
	right: 22%;
}
button.mfp-arrow.mfp-arrow-left {
  width: 20px;
  height: 20px;
  background: url(./assets/images/icon-prev.svg) no-repeat;
  background-size: 20px;
  flex-shrink: 0;
}
button.mfp-arrow.mfp-arrow-right {
  width: 20px;
  height: 20px;
  background: url(./assets/images/icon-next.svg) no-repeat;
  background-size: 20px;
  flex-shrink: 0;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: -30px;
	top: 24px;
	padding-right: 0;
	opacity: 1;
	font-size: 0;
	-webkit-mask-image: url('./assets/images/icon-close.svg');
	mask-image: url('./assets/images/icon-close.svg');
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	mask-repeat: no-repeat;
	mask-size: contain;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: initial;
} */
/* Gallery End */
/* Product Detail */
.slider-btn-grp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 38px;
}
.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 20px;
  height: 20px;
  margin: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Product Detail End */
/* Foil Printing */
.foil-printing-1 {
  padding-top: 60px;
}
/* Foil Printing End */
/* 404 */
.error404 .site-header {
  border-bottom: 1px solid #e2e2e2;
}
.error-page-block {
  text-align: center;
}
.error-page-block h1 {
  font-size: 160px;
  line-height: 180px;
  color: #25b09a;
}
/* 404 End */
/* Thank You */
.thank-you-block {
  padding: 40px;
  border: 1px solid #e2e2e2;
  text-align: center;
  border-radius: 16px;
}
.thank-you-image {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.thank-you-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Thank You End */
