@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.\!fixed{
  position: fixed !important;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.right-0{
  right: 0px;
}

.right-\[10px\]{
  right: 10px;
}

.right-\[15px\]{
  right: 15px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-\[12px\]{
  top: 12px;
}

.top-\[50px\]{
  top: 50px;
}

.z-50{
  z-index: 50;
}

.z-\[9999\]{
  z-index: 9999;
}

.z-\[999\]{
  z-index: 999;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.float-right{
  float: right;
}

.m-auto{
  margin: auto;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-\[auto\]{
  margin-left: auto;
  margin-right: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.ml-2{
  margin-left: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.\!inline-table{
  display: inline-table !important;
}

.grid{
  display: grid;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[320px\]{
  height: 320px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[550px\]{
  height: 550px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-10{
  width: 2.5rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[45px\]{
  width: 45px;
}

.w-\[50px\]{
  width: 50px;
}

.w-full{
  width: 100%;
}

.max-w-\[1380px\]{
  max-width: 1380px;
}

.max-w-\[1662px\]{
  max-width: 1662px;
}

.max-w-\[550px\]{
  max-width: 550px;
}

.max-w-\[652px\]{
  max-width: 652px;
}

.max-w-screen-md{
  max-width: 768px;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[5px\]{
  gap: 5px;
}

.gap-\[70px\]{
  gap: 70px;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.\!border-\[1px\]{
  border-width: 1px !important;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.\!border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#e9e9e9\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}

.bg-\[\#50b14d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(80 177 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f6f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9f7f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[15px\]{
  padding: 15px;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pl-\[15px\]{
  padding-left: 15px;
}

.pr-\[15px\]{
  padding-right: 15px;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-\[120px\]{
  padding-top: 120px;
}

.pt-\[20px\]{
  padding-top: 20px;
}

.pt-\[3px\]{
  padding-top: 3px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0px\]{
  font-size: 0px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[27px\]{
  font-size: 27px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[34px\]{
  font-size: 34px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[45px\]{
  font-size: 45px;
}

.text-\[60px\]{
  font-size: 60px;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\!font-semibold{
  font-weight: 600 !important;
}

.font-black{
  font-weight: 900;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.capitalize{
  text-transform: capitalize;
}

.leading-\[50px\]{
  line-height: 50px;
}

.text-\[\#1E76BD\]{
  --tw-text-opacity: 1;
  color: rgb(30 118 189 / var(--tw-text-opacity, 1));
}

.text-\[\#50b14d\]{
  --tw-text-opacity: 1;
  color: rgb(80 177 77 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.brightness-0{
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-75{
  transition-duration: 75ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

h1, h2, h3, h4, h5, p, body{
  font-family: "Poppins", sans-serif;
}

/* header */

.container{
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-sm{
  max-width: 1487px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-sm-slider{
  margin-left: auto;
  margin-right: auto;
  max-width: 1590px;
  padding-left: 50px;
  padding-right: 20px;
}

@media (min-width: 1024px){
  .container-sm-slider{
    padding-left: 70px;
    padding-right: 70px;
  }
}

.industries-listing  swiper-slide, .branch-listing swiper-slide{
  padding: 0px 7px;
}

.overley{
  position: relative;
}

.primary-menu-container li.scroll-to-industry {
  margin-left: 15px !important;
}

.primary-menu-class{
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

@media (min-width: 768px){
  .primary-menu-class{
    padding-top: 10px;
  }
}

@media (min-width: 1024px){
  .primary-menu-class{
    flex-direction: row;
  }

  .primary-menu-class > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1536px){
  .primary-menu-class > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.primary-menu-class  a:hover{
  color:#50b14d  !important;
}

.primary-menu-class a{
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 1024px){
  .primary-menu-class a{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1280px){
  .primary-menu-class a{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rp{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px){
  .rp{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pt-0{
  padding-top: 0px;
}

.pb-0{
  padding-bottom: 0px;
}

.primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
  font-weight: 600;
}

@media (min-width: 768px){
  .primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
    font-size: 14px;
  }
}

@media (min-width: 1280px){
  .primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
    font-size: 16px;
  }
}

@media (min-width: 1536px){
  .primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
    font-size: 18px;
  }
}

.primary-menu-container .menu-item-has-children {
  position: relative;
}

.primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
  margin-left: 10px !important;
}

.primary-menu-container .menu-item  *{
  text-transform: uppercase;
}

.primary-menu-container .menu-item-has-children .sub-menu {
  position: absolute;
  background-color: #fff;
  width: 259px;
  padding: 0px;
  display: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item {
  padding: 10px  24px;
  margin-bottom: 0px;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item a, .primary-menu-container .menu-item-has-children .sub-menu .menu-item span{
  padding: 0px;
  cursor: pointer;
  width: 100%;
  padding-bottom: 0px;
  position: relative;
  display: block;
}

.primary-menu-container .menu-item-has-children .dropdown-btn{
  position: absolute;
  right: -20px;
  top: 5px;
  transition: all 0.3s ease-in-out;
}

.header-white .dropdown-btn svg {
  fill: #000;
}

.header-white #mobile-menu, .header-white .menu-item-has-children .sub-menu {
  background-color: #fff !important;
}

.primary-menu-container ul li:hover > a{
  color:#50b14d;
}

.primary-menu-container .menu-item-has-children .dropdown-btn{
  cursor: pointer;
  transform: rotate(0deg);
}

.primary-menu-container .menu-item-has-children .dropdown-btn.btn-active{
  transform: rotate(180deg);
}

.primary-menu-container .fa-angle-down {
  font-size: 13px;
  position: relative;
  right: -10px;
  top: -1px;
}

@media (min-width:1024px) {
  .primary-menu-class a {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-menu-class a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #50b14d;
    background-size: 200% auto;
    transition: all .5s;
    transform: translateX(-100%);
  }

  .primary-menu-class a:hover::after {
    transform: translateX(0%);
    animation: gradient-89 3s linear infinite;
  }

  @keyframes gradient-89 {
    0% {
      background-position: 100% 0%;
    }

    50% {
      background-position: 0% 0%;
    }

    100% {
      background-position: 100% 0%;
    }
  }

  .primary-menu-container .menu-item-has-children:hover .sub-menu{
    display: block;
  }

  .primary-menu-container .menu-item-has-children {
    margin-right: 10px !important;
  }

  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
    margin-left: 16px  !important;
  }
}

.cross-icon{
  width: 50px;
  height: 50px;
  background-color: #50b14d;
  display: flex
;
  justify-content: center;
}

@media (max-width:1280px) {
  .primary-menu-container .menu-item-has-children .dropdown-btn{
    top: 2px;
    transform: scale(0.8);
  }

  header .btn-primary{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  button#mobile_btn{
    padding-left: 0px !important;
    box-shadow: none !important;
  }
}

@media (max-width:1023px) {
  header .btn-primary{
    position: fixed !important;
    right: 15px;
    bottom: 20px;
    z-index: 99;
    justify-content: center;
    align-items: center;
  }

  header  button#mobile_btn svg{
    width: 55px;
    height: 55px;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    box-shadow: none !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu li{
    margin-left: 0px !important;
  }

  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
    margin-left: 0px !important;
  }

  body.menu-open{
    overflow: hidden;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    position: relative;
  }

  .mobile_menu_open{
    left: 0 !important;
  }

  #mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 108vh;
    background-color: #fff !important;
    left: -100%;
    border: 0px !important;
    max-width: 100%;
    transition: left 0.4s ease;
    z-index: 1000;
    overflow: auto;
  }

  .primary-menu-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .sub-menu {
    display: block !important;
    max-height:0px ;
    transition: all 0.3s ease-in-out;
    height: 0px;
    padding: 0px !important;
    overflow: hidden;
  }

  .sub-menu.show-submenu{
    height: auto !important;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .primary-menu-container .menu-item {
    padding-left: 0px !important;
    border-bottom: 1px solid #dddada;
  }

  .primary-menu-container .menu-item a,     .primary-menu-container .menu-item span{
    padding-left: 16px !important;
    padding: 10px 10px;
    display: block;
  }
}

.addres,  .share-icon{
  display: flex;
  gap: 5px;
}

@media (min-width: 768px){
  .addres,  .share-icon{
    gap: 20px;
  }
}

.addres li a{
  display: flex;
  align-items: center;
  gap: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.addres li a:hover{
  text-decoration-line: underline;
}

.addres li{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 0px;
}

@media (min-width: 768px){
  .addres  li{
    font-size: 11px;
  }
}

@media (min-width: 1024px){
  .addres  li{
    font-size: 13px;
  }
}

.addres li a img, .share-icon li a img{
  height: 25px;
  width: 25px;
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

div#media_image-2 img {
  width: 300px;
}

footer .widget-title{
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 1024px){
  footer .widget-title{
    font-size: 25px;
  }
}

footer  .menu li{
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

footer  .menu li.slick-slide span{
}

footer  .menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(80 177 77 / var(--tw-text-opacity, 1));
}

footer  .menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(80 177 77 / var(--tw-text-opacity, 1));
}

div#custom_html-3{
  font-size: 18px;
  font-weight: 700;
}

footer .menu li{
  font-weight: 600;
  text-transform: uppercase;
}

footer .menu li::before{
  content: "";
  background-color: #50b14d;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  left: 0px;
  top: 10px;
  position: absolute;
}

.menu-open #mobile-menu{
  display:  block !important;
  left:0px;
}

.share-link{
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

footer .textwidget.custom-html-widget {
  font-weight: 600;
}

.page-template-about .contact-box p {
  margin-bottom: 20px;
}

.listing-why-chose img {
  width: 40px;
}

/* custom */

h1, h2{
  font-size: 80px;
  font-weight: 700;
}

h1 span, h2 span, h3 span{
  --tw-text-opacity: 1;
  color: rgb(80 177 77 / var(--tw-text-opacity, 1));
}

p{
  font-size: 22px;
}

.btn{
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .btn{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  .btn{
    font-size: 18px;
  }
}

@media (min-width: 1280px){
  .btn{
    font-size: 22px;
  }
}

.btn{
  transition-property: all;
  position: relative;
  overflow: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover::before{
  left: 0px;
  top: 0px;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 1080px) {
  .mobile-button{
    bottom: 20px;
  }

  .mobile-button::before {
    display: none !important;
  }

  .mobile-button img {
    filter: brightness(0) invert(1);
  }
}

.btn span{
  position: relative;
  z-index: 9;
}

.btn span.slick-slide span{
}

.btn-primary{
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(80 177 77 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(80 177 77 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.btn-primary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

h1{
  font-size: 30px;
  font-weight: 700;
}

@media (min-width: 1024px){
  h1{
    font-size: 50px;
  }
}

@media (min-width: 1280px){
  h1{
    font-size: 70px;
  }
}

h1, h2{
  text-transform: uppercase;
}

h2{
  font-size: 25px;
}

@media (min-width: 768px){
  h2{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  h2{
    font-size: 40px;
  }
}

@media (min-width: 1280px){
  h2{
    font-size: 50px;
  }
}

/* Moves left by half the track’s length (we duplicate items, so 50% is one full set) */

.custom-silder .slick-dots{
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 9;
}

.custom-silder .slick-dots button{
  width: 15px;
  height: 15px;
  background-color: #fff;
  font-size: 0px;
  border-radius: 50px;
  opacity: 0.8;
}

.custom-silder .slick-dots .slick-active button{
  opacity: 1;
  background-color: #fff;
}

.custom-silder{
  position: relative;
}

.time-list h3{
  font-size: 36px;
  font-weight: 700;
}

.time-list p{
  font-size: 27px;
  font-weight: 700;
}

.timeline{
  position: relative;
  padding-left: 0px;
  text-align: center;
}

.timeline.slick-slide span{
}

.timeline .time-list{
  position: relative;
  gap: 15px;
}

.timeline .time-list.slick-slide span{
}

@media (min-width: 768px){
  .timeline .time-list{
    gap: 10px;
  }
}

@media (min-width: 1024px){
  .timeline .time-list{
    gap: 20px;
  }
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transform: translate(-50%, -50%);
}

.inner-box.revers-text {
  display: flex;
  flex-wrap: wrap;
}

.time-list .slick-dots {
  display: flex
    ;
  gap: 5px;
  height: 30px;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 30px);
}

.relative.slick-slide span{
}

.time-list li .inner-box.revers-text .inner-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.time-list li .inner-box.revers-text .inner-box.slick-slide span{
}

.time-list li .inner-box.revers-text h3{
  order: 2;
  width: 100%;
}

.time-list li .inner-box {
  max-width: 350px;
  margin: 0 auto;
  min-height: 180px;
}

.time-list li .inner-box.revers-text p{
  order: 1;
  width: 100%;
}

.time-list  span{
  position: absolute;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(80 177 77 / var(--tw-bg-opacity, 1));
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.time-list  ul.slick-dots li {
  font-size: 0px;
}

.time-list  ul.slick-dots li button {
  opacity: 0.8;
  width: 15px;
  height: 15px ;
  background-color: #50b14d;
  border-radius: 10px;
}

.time-list ul.slick-dots .slick-active button{
  opacity: 1 !important;
}

.time-list .slick-arrow{
  display: none !important;
}

.timeline .dote{
  width: 23px;
  height: 23px;
  background-color:#fff;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 7px solid #50b14d;
}

.timeline .left-dote {
  left: 0 !important;
}

.timeline .right-dote {
  left: auto;
  right: -20px !important;
}

.screen-reader-text{
  display: none !important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-65 {
  display: none;
}

.custom-form  input {
  height: 50px;
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  padding-left: 10px;
  margin-top: 10px;
}

.message{
  margin-top: 15px;
}

.message textarea{
  height: 120px;
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  padding-left: 10px;
  margin-top: 10px;
}

.custom-form .grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.custom-form label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

@media only screen and (min-width: 1080px) {
  .animate__bounces {
    animation-name: bounces;
    transform-origin: center bottom;
  }

  @keyframes bounces {
    from,
    20%,
    53%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -20px, 0) scaleY(1.1) !important;
    }

    70% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
      transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
  }
}

.shine{
  position: relative;
  overflow:hidden ;
  display: block;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover:before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@media (min-width: 768px){
  .listing-why-chose li p{
    font-size: 22px;
  }
}

@media (min-width: 1024px){
  .listing-why-chose li p{
    font-size: 26px;
  }
}

.listing-why-chose li{
  position: relative;
  margin-bottom: 15px;
  display: flex;
  min-height: 87px;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 80px;
}

.listing-why-chose li.slick-slide span{
}

@media (min-width: 768px){
  .listing-why-chose li{
    margin-bottom: 30px;
    padding-left: 100px;
  }
}

@media (min-width: 1024px){
  .listing-why-chose li{
    padding-left: 120px;
  }
}

.listing-why-chose li .icons{
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 15px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.listing-why-chose li .icons:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(80 177 77 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .listing-why-chose li .icons{
    height: 90px;
    width: 90px;
  }
}

.listing-why-chose li .icons:hover img{
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.listing-why-chose li h3{
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 768px){
  .listing-why-chose li h3{
    font-size: 25px;
  }
}

@media (min-width: 1024px){
  .listing-why-chose li h3{
    font-size: 30px;
  }
}

.animation {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.contact-box, .form-custom-contact-us{
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px){
  .contact-box, .form-custom-contact-us{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.contact-box h3, .form-custom-contact-us h3{
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(80 177 77 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .contact-box h3, .form-custom-contact-us h3{
    margin-bottom: 12px;
  }
}

@media (min-width: 1024px){
  .contact-box h3, .form-custom-contact-us h3{
    font-size: 32px;
  }
}

.contact-box a.link{
  color: #50b14d;
  text-decoration: underline;
}

.adress li{
  padding-left: 45px;
  position: relative;
}

.adress li img{
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}

.adress li a:hover{
  text-decoration: underline;
  color:#50b14d
}

.adress li{
  margin-bottom: 15px;
  font-size: 22px;
}

.listing-time li{
  padding-left: 20px;
  position: relative;
  font-size: 22px;
  color: #50b14d;
}

.listing-time li span{
  color: #000;
}

.listing-time li::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #50b14d;
  border-radius: 10px;
  left: 0;
  top: 12px;
  position: absolute;
}

.listing-why-chose  p{
  font-size: 20px;
  font-weight: 700;
}

/* Container */

.marquee-container {
  width: 100%;
  overflow: hidden;
  background: white;
}

/* Flex list */

.marquee-list {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}

.marquee-list li {
  padding: 8px 14px;
  border-radius: 8px;
  flex-shrink: 0;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #50b14d;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px !important;
  max-width: 150px;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
  color: #fff;
  padding-left: 0px;
  border-radius: 30px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
  background-color: #000 !important;
}

.text-fade{
  position: relative;
  height: 100px;
}

.text-fade.slick-slide span{
}

@media (min-width: 1024px){
  .text-fade{
    height: 150px;
  }
}

.line {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1024px){
  .line{
    justify-content: flex-start;
    font-size: 30px;
  }
}

.word {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-right: 6px;
}

.word.visible {
  opacity: 1;
  transform: translateX(0);
}

.line.visible {
  opacity: 1;
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .sm\:w-32{
    width: 8rem;
  }

  .sm\:max-w-\[366px\]{
    max-width: 366px;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:text-\[80px\]{
    font-size: 80px;
  }

  .sm\:leading-\[70px\]{
    line-height: 70px;
  }
}

@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:mt-\[20px\]{
    margin-top: 20px;
  }

  .md\:mt-\[50px\]{
    margin-top: 50px;
  }

  .md\:flex{
    display: flex;
  }

  .md\:h-\[300px\]{
    height: 300px;
  }

  .md\:h-\[500px\]{
    height: 500px;
  }

  .md\:w-\[190px\]{
    width: 190px;
  }

  .md\:w-\[35px\]{
    width: 35px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:gap-\[0\]{
    gap: 0;
  }

  .md\:gap-\[10px\]{
    gap: 10px;
  }

  .md\:p-\[20px\]{
    padding: 20px;
  }

  .md\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:pl-\[40px\]{
    padding-left: 40px;
  }

  .md\:pr-\[20px\]{
    padding-right: 20px;
  }

  .md\:pt-\[120px\]{
    padding-top: 120px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-\[126px\]{
    font-size: 126px;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-\[35px\]{
    font-size: 35px;
  }

  .md\:text-\[70px\]{
    font-size: 70px;
  }
}

@media (min-width: 1024px){
  .lg\:top-\[92px\]{
    top: 92px;
  }

  .lg\:z-\[999\]{
    z-index: 999;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:\!block{
    display: block !important;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[350px\]{
    height: 350px;
  }

  .lg\:h-\[700px\]{
    height: 700px;
  }

  .lg\:h-\[800px\]{
    height: 800px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_60\%\]{
    grid-template-columns: 1fr 60%;
  }

  .lg\:grid-cols-\[25\%_1fr_1fr_35\%\]{
    grid-template-columns: 25% 1fr 1fr 35%;
  }

  .lg\:gap-\[20px\]{
    gap: 20px;
  }

  .lg\:gap-\[30px\]{
    gap: 30px;
  }

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:pr-\[20px\]{
    padding-right: 20px;
  }

  .lg\:text-\[100px\]{
    font-size: 100px;
  }

  .lg\:text-\[16px\]{
    font-size: 16px;
  }

  .lg\:text-\[24px\]{
    font-size: 24px;
  }

  .lg\:text-\[25px\]{
    font-size: 25px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }
}

@media (min-width: 1280px){
  .xl\:w-\[200px\]{
    width: 200px;
  }

  .xl\:max-w-\[652px\]{
    max-width: 652px;
  }

  .xl\:pt-\[60px\]{
    padding-top: 60px;
  }
}

@media (min-width: 1536px){
  .\32xl\:pb-\[60px\]{
    padding-bottom: 60px;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
  }
}