@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

@font-face {
  font-family: "Canela Deck Trial Bold";
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Canela-Deck-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Canela Deck Trial Bold";
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Canela-Deck-Regular.ttf") format("opentype");
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}


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

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 *
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {

  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


body {

  -webkit-font-smoothing: antialiased;
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-height: 46em) and (min-width: 90em) {
  body {
    font-size: 0.875em;
  }
}

@media (max-height: 40em) and (min-width: 90em) {
  body {
    font-size: 0.75em;
  }
}

.display-font-size {
  font-size: 1.875em;
}

@media (min-width: 769px) and (max-width: 64em) {
  .display-font-size {
    font-size: 2.25em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {
  .display-font-size {
    font-size: 2.5em;
  }
}

.large-font-size {
  font-size: 1.125em;
}

@media (max-width: 17.5em) {
  .large-font-size {
    font-size: 1.275em;
  }
}

@media (max-width: 17.5em) {
  .large-font-size {
    font-size: 1.35em;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .large-font-size {
    font-size: 1.35em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {
  .large-font-size {
    font-size: 2em;
  }
}

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em;
}

@media (min-width: 769px) and (max-width: 64em) {
  .medium-font-size {
    font-size: 1.125em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {
  .medium-font-size {
    font-size: 1.5em;
  }
}

.base-font-size {
  font-size: 1em;
}

@media (min-width: 769px) and (max-width: 64em) {
  .base-font-size {
    font-size: 1.125em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {
  .base-font-size {
    font-size: 1.125em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  color: #5de0d8;
  line-height: 1.25;
  margin: 0;
}

h1,
.h1 {
  font-size: 1.875em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #ffffff;
}

@media (min-width: 769px) and (max-width: 64em) {

  h1,
  .h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {

  h1,
  .h1 {
    font-size: 2.5em;
  }
}

h2,
.h2 {
  font-size: 1.6875em;
  margin-bottom: 16px;
}

@media (min-width: 769px) and (max-width: 64em) {

  h2,
  .h2 {
    font-size: 2.025em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {

  h2,
  .h2 {
    font-size: 2.25em;
  }
}

h3,
.h3 {
  font-size: 1.125em;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (max-width: 17.5em) {

  h3,
  .h3 {
    font-size: 1.275em;
  }
}

@media (max-width: 17.5em) {

  h3,
  .h3 {
    font-size: 1.35em;
  }
}

@media (min-width: 769px) and (max-width: 64em) {

  h3,
  .h3 {
    font-size: 1.35em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {

  h3,
  .h3 {
    font-size: 2em;
  }
}

h4,
.h4 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 769px) and (max-width: 64em) {

  h4,
  .h4 {
    font-size: 1.125em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {

  h4,
  .h4 {
    font-size: 1.5em;
  }
}

h5,
.h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 769px) and (max-width: 64em) {

  h5,
  .h5 {
    font-size: 1.125em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {

  h5,
  .h5 {
    font-size: 1.125em;
  }
}

h6,
.h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 769px) and (max-width: 64em) {

  h6,
  .h6 {
    font-size: 1.125em;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {

  h6,
  .h6 {
    font-size: 1.125em;
  }
}

p {
  margin: 16px 0;
  font-size: 1em;
}

.emph,
.section-header-wrap p,
.page-intro p {
  font-size: 1.5em;
  font-weight: normal;
}

@media (min-width: 769px) and (max-width: 64em) {

  .emph,
  .section-header-wrap p,
  .page-intro p {
    font-size: 1.725em;
  }
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #51c4bd;
  text-decoration: underline;
}

a:hover {
  color: #339690;
}

a:visited,
a:active,
a:focus {
  /*color: $hover-link-color;*/
  outline: none;
}

a:focus:not(:hover):not(:active) {
  outline: 2px dashed #ffffff;
  outline-offset: 2px;
}

hr {
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  padding: 0;
  margin: 0;
}

cite {
  color: white;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}



textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select[multiple="multiple"],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}

textarea:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover,
select[multiple="multiple"]:hover,
select:hover {
  border-color: #d5d4d4;
}

textarea:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select[multiple="multiple"]:focus,
select:focus {
  border-color: #51c4bd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(64, 188, 180, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
  width: auto !important;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%;
}

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-error-msgs {
  color: red;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

.btn,
button,
input[type="submit"],
.btn-download,
.btn-arrow,
.product-grid-item-link,
.btn-alt,
.btn-alt-download,
.btn-alt-arrow,
.btn-color {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.btn:hover,
button:hover,
input:hover[type="submit"],
.btn-download:hover,
.btn-arrow:hover,
.product-grid-item-link:hover,
.btn-alt:hover,
.btn-alt-download:hover,
.btn-alt-arrow:hover,
.btn-color:hover {
  color: white;
}

.btn:disabled,
button:disabled,
input:disabled[type="submit"],
.btn-download:disabled,
.btn-arrow:disabled,
.product-grid-item-link:disabled,
.btn-alt:disabled,
.btn-alt-download:disabled,
.btn-alt-arrow:disabled,
.btn-color:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn:after,
button:after,
input[type="submit"]:after,
.btn-download:after,
.btn-arrow:after,
.product-grid-item-link:after,
.btn-alt:after,
.btn-alt-download:after,
.btn-alt-arrow:after,
.btn-color:after {
  content: "";
}

.btn,
button,
input[type="submit"],
.btn-download,
.btn-arrow,
.product-grid-item-link {
  background-color: #51c4bd;
  color: #000000;
  border-radius: 8px;
  border: 1px solid #5de0d8;
  cursor: pointer;
}

@media (max-width: 17.5em) {

  .btn,
  button,
  input[type="submit"],
  .btn-download,
  .btn-arrow,
  .product-grid-item-link {
    font-size: 0.75em;
  }
}

.btn:hover,
button:hover,
input:hover[type="submit"],
.btn-download:hover,
.btn-arrow:hover,
.product-grid-item-link:hover {
  background-color: transparent;
  transition: 0.2s all ease-in-out;
}

.btn:after,
button:after,
input[type="submit"]:after,
.btn-download:after,
.btn-arrow:after,
.product-grid-item-link:after {
  background-color: #39a9a2;
}

@media (max-width: 17.5em) {

  .btn,
  button,
  input[type="submit"],
  .btn-download,
  .btn-arrow,
  .product-grid-item-link {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
  }
}

.btn-alt,
.btn-alt-download,
.btn-alt-arrow {
  border-radius: 8px;
  border: 1px solid #5de0d8;
  cursor: pointer;
}

@media (max-width: 17.5em) {

  .btn-alt,
  .btn-alt-download,
  .btn-alt-arrow {
    font-size: 0.75em;
  }
}

.btn-alt:hover,
.btn-alt-download:hover,
.btn-alt-arrow:hover {
  background-color: #5de0d8;
  transition: 0.2s all ease-in-out;
  color: #000000;
}

.btn-alt:after,
.btn-alt-download:after,
.btn-alt-arrow:after {
  background-color: #e6e5e5;
}

.btn-color {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.btn-color:hover {
  background-color: white;
  color: #000000;
}

.btn-color:after {
  background-color: #e6e5e5;
}



textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select[multiple="multiple"],
select {
  box-sizing: border-box;
  color: #fff;
  background: rgba(36, 35, 35, 0.662);
  border-radius: 9px;
  border: 0.6px solid #cecece;
  box-shadow: none !important;
  font-size: 1.25em;
  margin-bottom: 0.75em;
  padding: 1em 1em;
  width: 100%;
}


.inner-wrap,
.inner-wrap-narrow,
.inner-wrap-wide,
.inner-wrap-fullwidth {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
}

.inner-wrap::after,
.inner-wrap-narrow::after,
.inner-wrap-wide::after,
.inner-wrap-fullwidth::after {
  clear: both;
  content: "";
  display: table;
}

.inner-wrap>*:first-child,
.inner-wrap-narrow>*:first-child,
.inner-wrap-wide>*:first-child,
.inner-wrap-fullwidth>*:first-child {
  margin-top: 0;
}

.inner-wrap>*:last-child,
.inner-wrap-narrow>*:last-child,
.inner-wrap-wide>*:last-child,
.inner-wrap-fullwidth>*:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) and (max-width: 64em) {

  .inner-wrap,
  .inner-wrap-narrow,
  .inner-wrap-wide,
  .inner-wrap-fullwidth {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }
}

.inner-wrap-narrow {
  max-width: 64.5em;
}

.inner-wrap-wide {
  max-width: 87.5em;
}

.inner-wrap-fullwidth {
  max-width: 100%;
}


/*=============== Site Intro ===============*/
.site-intro .inner-wrap,
.site-intro .inner-wrap-narrow,
.site-intro .inner-wrap-wide,
.site-intro .inner-wrap-fullwidth {
  padding-top: 7em;
  padding-bottom: 10em;
}

@media (min-width: 2000px) {

  .site-intro .site-intro .inner-wrap,
  .site-intro .site-intro .inner-wrap-narrow,
  .site-intro .site-intro .inner-wrap-wide,
  .site-intro .site-intro .inner-wrap-fullwidth,
  .site-intro .site-intro .inner-wrap-narrow,
  .site-intro .site-intro .inner-wrap-wide,
  .site-intro .site-intro .inner-wrap-fullwidth,
  .site-intro .site-intro .inner-wrap-narrow,
  .site-intro .site-intro .inner-wrap-wide,
  .site-intro .site-intro .inner-wrap-fullwidth {
    padding-top: 14em;
    padding-bottom: 10em;
  }
}

.site-intro .sintro_btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #d60f2b;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  min-width: 150px;
  border-radius: 5px;
}

.site-intro .sintro_btn::before,
.site-intro .sintro_btn::after {
  position: absolute;
  content: "";
}

.site-intro .sintro_btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: capitalize;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
  font-family: "Mulish Roman";
  text-align: center;
  color: #fff;
}

.site-header h1 {
  font-size: 0 !important;
}

@media (min-width: 60em) {
  .site-header {
    min-height: 7em;
  }

  .site-header.sticky-header {
    min-height: 7em;
  }
}

.menu-bar {
  /*   box-shadow: 0px 0px 10px 1px #3d3d3d; */
  position: relative;
}

.menu-bar h1 {
  width: 60%;
  float: left;
  margin-bottom: 0;
}

@media (min-width: 60em) {
  .menu-bar h1 {
    width: 40%;
    float: initial;
  }
}

.menu-bar .inner-wrap,
.menu-bar .inner-wrap-narrow,
.menu-bar .inner-wrap-wide,
.menu-bar .inner-wrap-fullwidth,
.menu-bar .inner-wrap-narrow,
.menu-bar .inner-wrap-wide,
.menu-bar .inner-wrap-fullwidth {
  padding: 1em 1.5em;
}

@media (min-width: 45em) {

  .menu-bar .inner-wrap,
  .menu-bar .inner-wrap-narrow,
  .menu-bar .inner-wrap-wide,
  .menu-bar .inner-wrap-fullwidth,
  .menu-bar .inner-wrap-narrow,
  .menu-bar .inner-wrap-wide,
  .menu-bar .inner-wrap-fullwidth {
    padding: 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .menu-bar h1 {
    width: 35%;
    float: initial;
  }

  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 15px;
    line-height: 1;
  }

  .sn-li-l1,
  .hs-menu-depth-1 {
    display: block;
    position: relative;
    text-align: left;
    padding: 0.5em 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
  }

  .site-intro .inner-wrap,
  .site-intro .inner-wrap-narrow,
  .site-intro .inner-wrap-wide,
  .site-intro .inner-wrap-fullwidth,
  .site-intro .inner-wrap-narrow,
  .site-intro .inner-wrap-wide,
  .site-intro .inner-wrap-fullwidth,
  .site-intro .inner-wrap-narrow,
  .site-intro .inner-wrap-wide,
  .site-intro .inner-wrap-fullwidth {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
}

@media (max-width: 767px) {

  #nav-menu-item-714 .sn-li-l2,
  #nav-menu-item-714 .sn-li-l3,
  #nav-menu-item-714 .sn-li-l4,
  #nav-menu-item-714 .sn-li-l3,
  #nav-menu-item-714 .sn-li-l4,
  #nav-menu-item-714 .menu-bar #nav-menu-item-526 .sn-li-l4,
  .menu-bar #nav-menu-item-526 #nav-menu-item-714 .sn-li-l4,
  #nav-menu-item-714 .sn-li-l4,
  #nav-menu-item-714 .menu-bar #nav-menu-item-526 .sn-li-l3,
  #nav-menu-item-714 .menu-bar #nav-menu-item-526 .sn-li-l4,
  .menu-bar #nav-menu-item-526 #nav-menu-item-714 .sn-li-l3,
  .menu-bar #nav-menu-item-526 #nav-menu-item-714 .sn-li-l4 {
    padding: 0.4em 0;
  }
}

@media (max-width: 1023px) {
  .site-intro .slick-dotted.slick-slider .slick-dots {
    top: auto !important;
    right: 0%;
  }

  .site-intro .slick-dotted.slick-slider .slick-dots li {
    display: inline-flex !important;
  }

  .site-intro .si-slider .slick-dots li {
    margin: 0 !important;
    margin-right: 0.875em !important;
  }
}

.site-intro .slick-dotted.slick-slider .slick-dots li {
  display: block;
}

.site-intro .slick-dotted.slick-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
}

.site-intro .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
  background: #fff;
}

.site-intro .si-slider .slick-dots {
  right: -10%;
}

.site-intro .si-slider .slick-dots li {
  margin: 0 0 10px 0;
}

.site-intro .slick-active .si-item {
  animation: fadeinright 1s forwards;
  opacity: 0;
}

@media (max-width: 767px) {
  .site-intro .si-content h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .site-intro .si-content .si-title2 {
    font-size: 30px;
    margin-top: 0px;
  }

  .site-intro .si-content {
    position: absolute;
    top: -14%;
    width: -webkit-fill-available;
  }

  .site-intro .si-btns {
    position: absolute;
    bottom: -160%;
  }

  .sintro_btn a,
  .book_btn a {
    font-size: 12px;
    padding: 12px 12px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .site-intro .si-content h2 {
    font-size: 25px;
    line-height: 1.5;
  }

  .site-intro .si-content .si-title2 {
    font-size: 35px;
    margin-top: 0px;
  }

  .site-intro .si-content {
    position: absolute;
    top: 0%;
    width: -webkit-fill-available;
  }

  .sintro_btn a,
  .book_btn a {
    font-size: 12px;
    padding: 12px 12px;
  }
}

@media (min-width: 60em) {
  .site-intro .si-slider {
    height: 44.5em;
  }
}

@keyframes fadeinright {
  from {
    opacity: 0;
    transform: translatex(100px);
  }

  to {
    opacity: 1;
    transform: translatex(0);
  }
}

@media (max-width: 45em) {
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block !important;
  }

  .tablet-view {
    display: none;
  }
}

.mobile-view,
.tablet-view {
  display: none;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tablet-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }
}

.divide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

@media (max-width: 17.5em) {
  .divide {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .divide {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .divide {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

.text {
  width: 100%;
}

.text .text-bottom {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

@media (max-width: 17.5em) {
  .text .text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .text .text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .text .text-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 15rem;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .text .text-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 8rem;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {
  .text .text-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 8rem;
  }
}

@media (min-width: 2561px) {
  .text .text-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 8rem;
  }
}

.text p {
  font-family: "Canela Deck Regular";
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 17.5em) {
  .text p {
    font-size: 2.25rem;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .text p {
    font-size: 2.25rem;
  }
}

.text p span {
  color: #1fdf00;
}

.text a {
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
  color: white;
  font-size: 1.7rem;
  font-weight: 400;
}

.text .img {
  width: 50%;
  z-index: 5;
}

.text .img img {
  border-radius: 1.8rem;
  width: 100%;
  height: 100%;
}

.effect {
  position: absolute;
  right: 32rem;
  top: 25rem;
  width: 631px;
  height: 486.099px;
  flex-shrink: 0;
  background: #5de0d8;
  filter: blur(200px);
  z-index: -1;
}

/*=============== Site Content ===============*/
.cta-global .cta-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

@media (max-width: 17.5em) {
  .cta-global .cta-box {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .cta-global .cta-box {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .cta-global .cta-box {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    gap: 0rem;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .cta-global .cta-box {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    gap: 0rem;
  }
}

.cta-global .cta-box .box1 {
  width: 50%;
}

@media (max-width: 17.5em) {
  .cta-global .cta-box .box1 {
    width: 100%;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .cta-global .cta-box .box1 {
    width: 100%;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .cta-global .cta-box .box1 {
    width: 60%;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .cta-global .cta-box .box1 {
    width: 70%;
  }
}

.cta-global .cta-box .box2 {
  width: 60%;
  padding: 3rem;
  font-family: "Canela Deck Regular";
}

@media (max-width: 17.5em) {
  .cta-global .cta-box .box2 {
    width: 100%;
    padding: 0rem;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .cta-global .cta-box .box2 {
    width: 100%;
    padding: 0rem;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .cta-global .cta-box .box2 {
    width: 100%;
    padding: 1.5rem;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .cta-global .cta-box .box2 {
    width: 100%;
    padding: 1.5rem;
  }
}

.cta-global .cta-box .box2 .solution-main-img {
  height: 100%;
  width: 100%;
}

.cta-global .cta-box .box2 .solution-main-img img {
  width: 5rem;
  height: 2rem;
}

.cta-global .cta-box .box2 p {
  font-size: 3.1rem;
  font-weight: 550;
  line-height: 3.3rem;
}

@media (max-width: 17.5em) {
  .cta-global .cta-box .box2 p {
    padding: 0em;
    margin: 0em;
    font-size: 2rem;
    line-height: 2.9rem;
    text-align: left;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .cta-global .cta-box .box2 p {
    padding: 0em;
    margin: 0em;
    font-size: 3em;
    line-height: 1.25em;
    text-align: left;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .cta-global .cta-box .box2 p {
    font-size: 2.5rem;
    padding: 1rem;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .cta-global .cta-box .box2 p {
    font-size: 2.5rem;
    padding: 1rem;
    text-align: center;
  }
}

.cta-global .cta-box .box2 p span {
  color: #5de0d8;
}

.cta-global .cta-box .box2 p .bot {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.for-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 1em;
}

@media (max-width: 17.5em) {
  .for-email {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .for-email {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .for-email {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .for-email {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {
  .for-email {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.for-email .email-tse-remove-border {
  margin: 0;
}

@media (max-width: 17.5em) {
  .for-email .email-tse-remove-border {
    padding: 0.25em;
    font-size: 16px;
    text-align: center;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .for-email .email-tse-remove-border {
    text-align: center;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .for-email .email-tse-remove-border {
    width: 50%;
    padding: 1em 1em;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .for-email .email-tse-remove-border {
    width: 50%;
    padding: 1em 1em;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {
  .for-email .email-tse-remove-border {
    width: 70%;
    padding: 0.75em;
    text-align: center;
  }
}

.for-email .email-btn {
  margin: 0.5em;
}

@media (min-width: 1025px) and (max-width: 160em) {
  .for-email .email-btn {
    width: 25%;
    margin: 0.25em;
    text-align: center;
  }
}

.for-email .note {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 17.5em) {
  .for-email .note {
    font-size: 12px;
  }
}

@media (min-width: 1025px) and (max-width: 160em) {
  .for-email .note {
    margin: 20px;
  }
}

img[name="pphLoggerImage"] {
  display: none;
}

.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}


@media (min-width: 769px) and (max-width: 64em) {
  .site-search {
    width: 100%;
  }

  .search-text {
    height: 2.3em;
  }

  .search-submit {
    height: 2.3em;
  }
}

.icon-wrapper-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 2rem;
}

@media (max-width: 17.5em) {
  .icon-wrapper-flex {
    margin-top: 1rem;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .icon-wrapper-flex {
    margin-top: 1rem;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .icon-wrapper-flex {
    margin-top: 0.5rem;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .icon-wrapper-flex {
    margin-top: 0.5rem;
  }
}

.icon-wrapper-flex .icon-container .icon-wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  margin: 1rem;
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .icon-wrapper-flex .icon-container .icon-wraper {
    margin: 1rem;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .icon-wrapper-flex .icon-container .icon-wraper {
    margin: 0.5rem;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .icon-wrapper-flex .icon-container .icon-wraper {
    margin: 0.5rem;
  }
}

.icon-wrapper-flex .icon-container .icon-wraper img {
  width: 100%;
}

.icon-wrapper-flex .icon-container .icon-wraper h3 {
  color: #ffffff;
}

.site-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.site-product .product-header {
  font-family: "Canela Deck Regular";
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 17.5em) {
  .site-product .product-header h2 {
    margin: 0rem;
    font-size: 1.1rem;
    text-align: left;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-header h2 {
    margin: 0rem;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (max-width: 17.5em) {
  .site-product .product-header {
    margin: 0rem;
    font-size: 1rem;
    text-align: left;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-header {
    margin: 0rem;
    font-size: 1rem;
    text-align: left;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-header {
    margin: 0rem;
    font-size: 1rem;
  }
}

.site-product .product-img {
  width: 985px;
  height: 1000px;
  width: 900px;
  height: auto;
  width: 1000px;
  height: auto;
  padding-right: 0px;
}

@media (max-width: 17.5em) {
  .site-product .product-img {
    width: 100px;
    height: auto;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-img {
    width: 350px;
    height: auto;
    padding-top: 30px;
    padding-right: 20x;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-img {
    width: 450px;
    height: auto;
  }
}

.site-product .product-img img {
  width: 100%;
  height: 100%;
}

.site-product .product-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  column-gap: 15rem;
  font-weight: 700;
}

@media (max-width: 17.5em) {
  .site-product .product-details {
    margin-top: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details {
    margin-top: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details {
    margin-top: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 0.5rem;
    font-weight: 700;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .site-product .product-details {
    margin-top: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 6rem;
    font-weight: 700;
  }
}

.site-product .product-details .products-follow-us {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  flex-direction: column;
}

@media (max-width: 17.5em) {
  .site-product .product-details .products-follow-us {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .products-follow-us {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .products-follow-us {
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
  }
}

.site-product .product-details .products-follow-us p {
  text-align: center;
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .products-follow-us p {
    text-align: center;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
  }
}

.site-product .product-details .products-follow-us .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 1rem;
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .products-follow-us .icon-container {
    width: 150px;
    height: 35px;
  }
}

.site-product .product-details .products-follow-us .icon-container a {
  height: 100%;
}

.site-product .product-details .products-follow-us .icon-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in;
}

@media (max-width: 17.5em) {
  .site-product .product-details .products-follow-us .icon-container img {
    height: 100%;
    width: 100%;
    column-gap: 0.5rem;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .products-follow-us .icon-container img {
    height: 100%;
    width: 100%;
    column-gap: 0.5rem;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .products-follow-us .icon-container img {
    height: 100%;
    width: 100%;
  }
}

.site-product .product-details .products-follow-us .icon-container img:hover {
  filter: brightness(0) saturate(100%) invert(49%) sepia(17%) saturate(1699%) hue-rotate(160deg) brightness(94%) contrast(87%);
  transition: all 0.3s ease-in;
}

.site-product .product-details .products-follow-us {
  padding-top: 3rem;
}

@media (max-width: 17.5em) {
  .site-product .product-details .products-follow-us {
    padding: 0rem;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .products-follow-us {
    padding: 0rem;
  }
}

.site-product .product-details .products-follow-us::after {
  content: "";
  position: relative;
  background-color: gray;
  width: 2px;
  height: 85px;
  left: 220px;
  bottom: 70px;
  display: block;
}

@media (max-width: 17.5em) {
  .site-product .product-details .products-follow-us::after {
    background-color: gray;
    height: 2px;
    width: 180px;
    right: 3px;
    /* left: 200px; */
    /* bottom: 70px; */
    left: 0px;
    top: 12px;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .products-follow-us::after {
    background-color: gray;
    height: 2px;
    width: 160px;
    right: 3px;
    /* bottom: 70px; */
    left: 0px;
    top: 12px;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .products-follow-us::after {
    background-color: gray;
    height: 2px;
    width: 220px;
    left: 0px;
    /* bottom: 70px; */
    top: 12px;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .site-product .product-details .products-follow-us::after {
    left: 195px;
    bottom: 76px;
  }
}

.site-product .product-details .product-contact-us {
  font-size: 1.2rem;
  margin-left: -120px;
}

@media (max-width: 17.5em) {
  .site-product .product-details .product-contact-us {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .product-contact-us {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    margin-top: -20px;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .product-contact-us {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    margin-top: -28px;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .site-product .product-details .product-contact-us {
    padding: 1rem;
    margin: 0;
  }
}

.site-product .product-details .product-contact-us::before {
  content: "";
  position: relative;
  right: 45px;
  top: 45px;
  background: url("../images/phone1.png") no-repeat;
  width: 50px;
  height: 50px;
  display: block;
}

@media (max-width: 17.5em) {
  .site-product .product-details .product-contact-us::before {
    right: 38px;
    top: 49px;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .product-contact-us::before {
    top: 50px;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .product-contact-us::before {
    right: 55px;
    top: 55px;
  }
}

.site-product .product-details .product-contact-us::after {
  content: "";
  position: relative;
  left: 240px;
  bottom: 50px;
  background-color: gray;
  width: 2px;
  height: 85px;
  display: block;
}

@media (max-width: 17.5em) {
  .site-product .product-details .product-contact-us::after {
    background-color: gray;
    height: 2px;
    width: 180px;
    /* left: 200px; */
    left: 0px;
    top: 15px;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .product-contact-us::after {
    background-color: gray;
    height: 2px;
    width: 180px;
    /* left: 200px; */
    left: 15px;
    top: 15px;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .product-contact-us::after {
    background-color: gray;
    height: 2px;
    width: 280px;
    /* left: 200px; */
    left: 5px;
    top: 18px;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .site-product .product-details .product-contact-us::after {
    left: 200px;
    bottom: 55px;
  }
}

.site-product .product-details .product-address-us {
  padding-bottom: 85px;
  margin-left: -100px;
}

@media (max-width: 17.5em) {
  .site-product .product-details .product-address-us {
    margin: 0;
    font-size: 10px;
    padding-left: 25px;
    padding-bottom: 55px;
    font-weight: 600;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .product-address-us {
    margin: 0;
    font-size: 12px;
    padding-left: 25px;
    padding-bottom: 55px;
    margin-top: -28px;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .product-address-us {
    margin: 0;
    font-size: 1rem;
    padding-left: 25px;
    padding-bottom: 55px;
    margin-top: -28px;
  }
}

.site-product .product-details .product-address-us::before {
  content: "";
  position: relative;
  right: 55px;
  top: 90px;
  background: url("../images/gps1.png") no-repeat;
  width: 50px;
  height: 50px;
  display: block;
}

@media (max-width: 17.5em) {
  .site-product .product-details .product-address-us::before {
    right: 37px;
    top: 65px;
  }
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .site-product .product-details .product-address-us::before {
    right: 45px;
    top: 70px;
  }
}

@media (min-width: 426px) and (max-width: 48em) {
  .site-product .product-details .product-address-us::before {
    right: 60px;
  }
}

@media (min-width: 769px) and (max-width: 64em) {
  .site-product .product-details .product-address-us::before {
    top: 85px;
  }
}

.site-product .product-details p {
  margin: 0;
}

.btn-red {
  padding: 20px 40px;
  font-size: 18px;
}



.navbar {
  display: flex;
  align-items: center;
  padding: 25px 55px;
}

nav {
  flex: 1;
  text-align: right;
}

nav ul {
  display: inline-block;
  list-style-type: none;
}

nav ul li {
  display: inline-block;
  margin-right: 20px;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

.ctn a {
  background-color: #51c4bd;
  border-radius: 5px;
  padding: 5px 10px;
  color: #000000;
}

.menu-icon {
  width: 28px;
  margin-left: 20px;
  display: none;
}

@media (min-width: 281px) and (max-width: 26.5625em) {
  .navbar {
    padding: 20px 20px;
  }

  .logo {
    width: 20rem;
  }

}

@media (min-width: 426px) and (max-width: 48em) {
  .navbar {
    padding: 20px 20px;
    padding-top: 40px;
  }

  .logo {
    width: 20rem;
  }

}

@media (min-width: 337px) and (max-width: 26.5625em) {
  .navbar {
    padding: 20px 20px;
  }

  .logo {
    width: 10rem;
  }

}

@media only screen and (max-width:800px) {
  nav ul {
    position: absolute;
    top: 80px;
    font-size: 15px;
    left: 0;
    background: #333;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
  }

  nav ul li {
    display: block;
    margin-right: 10%;
    /* adjust as needed */
    margin-top: 10px;
    margin-bottom: 10px;
  }

  nav ul li a {
    color: #fff;
  }

  .ctn a {
    color: #fff;
    /* Adjust the color as needed */
    /* Add any other styles you need for the "Contact Us" button */
  }

  .menu-icon {
    display: block;
    cursor: pointer;
  }
}


/* <--loader css -----> */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  /* Semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Ensure it's above other content */
}

.loader-image {
  border-radius: 10px;
  width: 150px;
  /* Adjust the width of the loader as needed */
  height: auto;
  /* Maintain aspect ratio */
}

/* <--loader css end -----> */


footer {
  background: #141414;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}

footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content .top .logo-details p {
  color: #fff;
}

.content .top .media-icons {
  display: flex;
}

.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  transition: all 0.4s ease;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.link-boxes .box .link_name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
}


footer .bottom-details {
  width: 100%;
  background: #141414;
}

footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bottom-details .bottom_text a {
  margin-right: 10px;
}

@media (max-width: 900px) {
  footer .content .link-boxes {
    flex-wrap: wrap;
  }

  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  footer {
    position: relative;
  }

  .content .top .logo-details {
    font-size: 26px;
  }

  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 60%;
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  footer::before {
    top: 145px;
  }

  footer .content .top {
    flex-direction: column;
  }

  .content .top .media-icons {
    margin-top: 16px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 100%;
  }
}







/* Container to hold both sections */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}

/* Styling for each section */
.section {
  flex: 1 1 45%;
  margin: 10px;
}

/* Headings for sections */
.section h2 {
  border-bottom: 2px solid #51c4bd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Card styling */
.card {
  background-color: #222;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  border-left: 5px solid #51c4bd;
}

/* Sub-card styling for nested sections */
.sub-card {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 3px solid #51c4bd;
}

/* Sub-section headings */
.card h3,
.card h4 {
  color: #51c4bd;
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .section {
    flex: 1 1 100%;
  }
}