/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Slick Slider */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  --webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-dots {
  position: relative;
  width: 100%;
  margin: 0.94rem 0;
  padding: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid #CF3034;
  border-radius: 100%;
  font-size: 0;
  background-color: #181735;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  outline: none;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #CF3034;
  opacity: 0.8;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #CF3034;
}
.slick-arrow {
  --sArrowWidth: 20px;
  position: absolute;
  top: calc(50% - (var(--sArrowWidth) / 2));
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
  border: calc(var(--sArrowWidth) / 4) solid #181735;
  border-top: 0;
  border-right: 0;
  transition: border-color ease 0.3s;
  z-index: 9;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  border-color: #CF3034;
}
.slick-arrow.slick-prev {
  left: 0;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: 0;
  transform: rotate(-135deg);
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Reset css
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(17, 21, 22, 0);
}
*, *::before, *::after {
  box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}
/* Text-level semantics
   ========================================================================== */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
audio, video, iframe {
  display: block;
  max-width: 100%;
}
/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  color: #111516;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}
h1, .h1 {
  margin-bottom: 0.94rem;
  color: #111516;
  font-family: inherit;
  font-size: 3.13rem;
  line-height: 1.1;
  word-break: break-word;
  font-weight: 500;
}
h1 a, .h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.0866666667rem;
  }
}
h2, .h2 {
  margin-bottom: 0.94rem;
  color: #111516;
  font-family: inherit;
  font-size: 2.5rem;
  line-height: 1.1;
  word-break: break-word;
  font-weight: 500;
  font-size: 44px;
}
h2 a, .h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 35px;
  }
}
h3, .h3 {
  margin-bottom: 0.94rem;
  color: #111516;
  font-family: inherit;
  font-size: 1.94rem;
  line-height: 1.1;
  word-break: break-word;
  font-weight: 500;
}
h3 a, .h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.2933333333rem;
  }
}
h4, .h4 {
  margin-bottom: 0.94rem;
  color: #111516;
  font-family: inherit;
  font-size: 1.57rem;
  line-height: 1.1;
  word-break: break-word;
  font-weight: 500;
}
h4 a, .h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.0466666667rem;
  }
}
h5, .h5 {
  margin-bottom: 0.94rem;
  color: #111516;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.1;
  word-break: break-word;
  font-weight: 500;
}
h5 a, .h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 0.8333333333rem;
  }
}
h6, .h6 {
  margin-bottom: 0.94rem;
  color: #111516;
  font-family: inherit;
  font-size: 1.13rem;
  line-height: 1.1;
  word-break: break-word;
  font-weight: 500;
}
h6 a, .h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 0.7533333333rem;
  }
}
p {
  margin-bottom: 0.94rem;
  font-size: 1.13rem;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content p {
  display: block;
  width: 100%;
  clear: both;
}
:is(ul, ol) {
  padding-left: 1.25rem;
  margin-bottom: 0.94rem;
}
:is(ul, ol) :is(ul, ol) {
  margin-bottom: 0;
}
:is(ul, ol) li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.57rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.13rem;
  font-style: italic;
  color: #111516;
  background-color: #dee3e2;
  border-left: 0.25rem solid #181735;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  border: 0 #111516 solid;
  border-top-width: 0.07rem;
  overflow: visible;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}
picture {
  display: inline-block;
  vertical-align: top;
}
/* Link
------------------------------------------------------------------------------*/
a {
  color: #181735;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #111516;
  text-decoration: underline;
  outline: none;
}
/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #dee3e2;
  padding: 0.63rem;
}
.section-heading span {
  font-size: 1.13rem;
  color: #CF3034;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  padding-bottom: 0.94rem;
}
.section-heading h2 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: #181735;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .section-heading h2 {
    font-size: 2.19rem;
  }
}
.product-sidebar h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111516;
}
.product-sidebar .product-category-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-sidebar .product-category-filter li {
  font-size: 18px;
  font-weight: 500;
  color: #111516;
}
.product-listing {
  width: calc(100% - 400px);
}
@media (max-width: 991px) {
  .product-listing {
    width: 100%;
  }
}
.product-listing .product-card {
  width: 33.33%;
  padding: 10px;
  transition: border 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  text-align: center;
}
@media (max-width: 1199px) {
  .product-listing .product-card {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .product-listing .product-card {
    width: 100%;
  }
}
.product-listing .product-card a {
  border-radius: 20px;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.product-listing .product-card:hover a {
  border: 2px solid #CF3034;
  box-shadow: 0px 20px 40px 0px #0000001A;
}
.product-listing .product-card h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.product-page {
  padding: 50px 0;
}
.product-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-sidebar {
  width: 350px;
  background: #1115160D;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .product-sidebar {
    width: 100%;
  }
}
.product-category-filter li {
  cursor: pointer;
  padding: 10px 10px;
  border-bottom: 1px solid #0000001A;
  margin: 10px 0;
}
.product-category-filter li:last-child {
  padding-bottom: 10px;
}
.product-category-filter li.active {
  background: #ffffff;
  color: #CF3034;
  border-radius: 16px;
}
#ajax-products {
  display: flex;
  flex-wrap: wrap;
}
/**
 * Main content containers
 */
.container, .container-fluid {
  --gutter: 3.13rem;
  width: min(100% - var(--gutter) * 2, var(--container-width, none));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container, .container-fluid {
    --gutter: 1.25rem;
  }
}
.container {
  --container-width: 80rem;
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.94rem;
  margin-left: -0.94rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="cell-"] {
  position: relative;
  width: 100%;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bg-white {
  background-color: #ffffff;
}
.text-white {
  color: #ffffff;
}
.bg-black {
  background-color: #111516;
}
.text-black {
  color: #111516;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12 {
  width: 100%;
}
.mt-30, .m-30, .my-30 {
  margin-top: 1.875rem;
}
.pt-30, .p-30, .py-30 {
  padding-top: 1.875rem;
}
.mb-30, .m-30, .my-30 {
  margin-bottom: 1.875rem;
}
.pb-30, .p-30, .py-30 {
  padding-bottom: 1.875rem;
}
.ml-30, .m-30, .mx-30 {
  margin-left: 1.875rem;
}
.pl-30, .p-30, .px-30 {
  padding-left: 1.875rem;
}
.mr-30, .m-30, .mx-30 {
  margin-right: 1.875rem;
}
.pr-30, .p-30, .px-30 {
  padding-right: 1.875rem;
}
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30, .m-sm-30, .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30, .p-sm-30, .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30, .m-sm-30, .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30, .p-sm-30, .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30, .m-sm-30, .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30, .p-sm-30, .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30, .m-sm-30, .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30, .p-sm-30, .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30, .m-md-30, .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30, .p-md-30, .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30, .m-md-30, .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30, .p-md-30, .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30, .m-md-30, .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30, .p-md-30, .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30, .m-md-30, .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30, .p-md-30, .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30, .m-lg-30, .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30, .p-lg-30, .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30, .m-lg-30, .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30, .p-lg-30, .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30, .m-lg-30, .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30, .p-lg-30, .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30, .m-lg-30, .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30, .p-lg-30, .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .cell-slg-1 {
    width: 8.3333333333%;
  }
  .cell-slg-2 {
    width: 16.6666666667%;
  }
  .cell-slg-3 {
    width: 25%;
  }
  .cell-slg-4 {
    width: 33.3333333333%;
  }
  .cell-slg-5 {
    width: 41.6666666667%;
  }
  .cell-slg-6 {
    width: 50%;
  }
  .cell-slg-7 {
    width: 58.3333333333%;
  }
  .cell-slg-8 {
    width: 66.6666666667%;
  }
  .cell-slg-9 {
    width: 75%;
  }
  .cell-slg-10 {
    width: 83.3333333333%;
  }
  .cell-slg-11 {
    width: 91.6666666667%;
  }
  .cell-slg-12 {
    width: 100%;
  }
  .mt-slg-30, .m-slg-30, .my-slg-30 {
    margin-top: 1.875rem;
  }
  .pt-slg-30, .p-slg-30, .py-slg-30 {
    padding-top: 1.875rem;
  }
  .mb-slg-30, .m-slg-30, .my-slg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-slg-30, .p-slg-30, .py-slg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-slg-30, .m-slg-30, .mx-slg-30 {
    margin-left: 1.875rem;
  }
  .pl-slg-30, .p-slg-30, .px-slg-30 {
    padding-left: 1.875rem;
  }
  .mr-slg-30, .m-slg-30, .mx-slg-30 {
    margin-right: 1.875rem;
  }
  .pr-slg-30, .p-slg-30, .px-slg-30 {
    padding-right: 1.875rem;
  }
  .d-slg-none {
    display: none;
  }
  .d-slg-block {
    display: block;
  }
  .d-slg-flex {
    display: flex;
  }
  .align-slg-items-start {
    align-items: flex-start;
  }
  .align-slg-items-center {
    align-items: center;
  }
  .align-slg-items-end {
    align-items: flex-end;
  }
  .align-slg-content-center {
    align-content: center;
  }
  .justify-slg-content-start {
    justify-content: flex-start;
  }
  .justify-slg-content-center {
    justify-content: center;
  }
  .justify-slg-content-end {
    justify-content: flex-end;
  }
  .justify-slg-content-between {
    justify-content: space-between;
  }
  .justify-slg-content-around {
    justify-content: space-around;
  }
  .justify-slg-content-evenly {
    justify-content: space-evenly;
  }
  .text-slg-center {
    text-align: center;
  }
  .text-slg-right {
    text-align: right;
  }
  .text-slg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30, .m-xl-30, .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30, .p-xl-30, .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30, .m-xl-30, .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30, .p-xl-30, .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30, .m-xl-30, .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30, .p-xl-30, .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30, .m-xl-30, .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30, .p-xl-30, .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30, .m-xxl-30, .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30, .p-xxl-30, .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30, .m-xxl-30, .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30, .p-xxl-30, .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30, .m-xxl-30, .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30, .p-xxl-30, .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30, .m-xxl-30, .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30, .p-xxl-30, .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
.btn, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0.63rem;
  font-weight: 600;
  background-color: #181735;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  font-family: "Work Sans", sans-serif;
}
.btn:is(:hover, :focus), input[type="button"]:is(:hover, :focus), input[type="reset"]:is(:hover, :focus), input[type="submit"]:is(:hover, :focus), a:hover .btn, a:hover input[type="button"], a:hover input[type="reset"], a:hover input[type="submit"] {
  color: #ffffff;
  text-decoration: none;
  background-color: #CF3034;
  cursor: pointer;
}
.btn-link {
  margin-bottom: 0.13rem;
  color: #181735;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link {
  color: #CF3034;
  text-decoration: none;
  border-color: currentColor;
}
.btn.arrow {
  background-color: #ffffff;
  color: #111516;
  border-radius: 10px;
  border: 1px solid #111516;
  position: relative;
  padding: 17px 67px 15px 17px;
  font-size: 1rem;
}
.btn.arrow:hover {
  background: #CF3034;
  border-color: #CF3034;
  color: #ffffff;
}
.btn.arrow:after {
  content: "";
  background-image: url("../../assets/images/arrow-white.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.arrow::before {
  content: "";
  width: 48px;
  height: 48px;
  background-color: #CF3034;
  border-radius: 0.63rem;
  position: absolute;
  top: 4px;
  right: 4px;
}
.btn.outline {
  background-color: transparent;
  border: 0.07rem solid #ffffff;
  padding-right: 3.75rem;
  position: relative;
}
.btn.outline:after {
  content: "";
  background-image: url("../../assets/images/arrow-up-right.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.outline::before {
  content: "";
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 0.63rem;
  position: absolute;
  top: 4px;
  right: 4px;
}
.btn.outline:hover {
  background-color: #ffffff;
  color: #CF3034;
}
.btn.download {
  position: relative;
  padding: 15px 72px 15px 26px;
  background-color: #ffffff;
  color: #111516;
  font-weight: 600;
  text-transform: capitalize;
}
.btn.download::before {
  content: "";
  width: 44px;
  height: 44px;
  background: #d32f2f;
  /* red circle */
  border-radius: 10px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.download:after {
  content: "";
  background-image: url("../../assets/images/document-download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.download:hover {
  background-color: #CF3034;
  color: #ffffff;
}
.btn.download:hover::before {
  border: 2px solid #ffffff;
}
.btn.white {
  background-color: #ffffff;
  color: #181735;
  border-color: #ffffff;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  background-color: #d32f2f;
}
form label {
  display: block;
  margin-bottom: 0.63rem;
  color: #111516;
  font-family: "Work Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
}
:is(input, textarea, button, select) {
  font-family: "Work Sans", sans-serif;
}
input[type="url"], input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="date"], textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="date"], textarea, select {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #111516;
  font-size: 1rem;
  font-weight: 400;
  border: 0.07rem solid #CF3034;
  border-radius: 0;
}
input[type="url"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  border-color: #CF3034;
  outline: none;
}
input[type="url"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: rgba(17, 21, 22, 0.5);
  opacity: 1;
}
input[type="url"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: rgba(17, 21, 22, 0.5);
  opacity: 1;
}
input[type="url"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(17, 21, 22, 0.5);
  opacity: 1;
}
input[type="url"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(17, 21, 22, 0.5);
  opacity: 1;
}
textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 0.94rem;
  resize: none;
  overflow: auto;
}
select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url("../images/select-down-arrow.svg");
  background-size: 0.88rem 0.44rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  cursor: pointer;
}
select:focus {
  outline: none;
}
/* for ie */
select::-ms-expand {
  display: none;
}
button {
  cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group {
  margin-bottom: 1.25rem;
}
.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.63rem;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #111516;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #111516;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: 0.19rem;
  margin-right: 0.63rem;
  background-color: #ffffff;
  border: 0.13rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #111516;
  cursor: pointer;
}
.checkbox input[type="checkbox"], .gfield_checkbox input[type="checkbox"] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label:after, .gfield_checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 0.32rem;
  height: 0.63rem;
  border: solid #CF3034;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
}
.checkbox label, .gfield_checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before, .gfield_checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.13rem solid #CF3034;
  -webkit-appearance: none;
  cursor: pointer;
}
#wpadminbar {
  position: fixed;
}
.site-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.main-container {
  width: 100%;
  align-self: start;
}
.section-spacing {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .section-spacing {
    padding-top: 4.69rem;
    padding-bottom: 4.69rem;
  }
}
@media (max-width: 767px) {
  .section-spacing {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
.inner-banner {
  padding: 50px 0;
}
.inner-banner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.inner-banner .container .inner-banner-content {
  width: 42%;
}
@media (max-width: 1199px) {
  .inner-banner .container .inner-banner-content {
    width: 52%;
  }
}
@media (max-width: 991px) {
  .inner-banner .container .inner-banner-content {
    width: 100%;
    padding-bottom: 3.13rem;
  }
}
.inner-banner .container .inner-banner-content .breadcrumb {
  margin-bottom: 1.25rem;
}
.inner-banner .container .inner-banner-content .breadcrumb span a {
  text-decoration: none;
}
.inner-banner .container .inner-banner-content h1 {
  font-weight: 600;
  color: #111516;
}
.inner-banner .container .inner-banner-content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
}
.inner-banner .container .inner-banner-image {
  width: 45%;
}
@media (max-width: 991px) {
  .inner-banner .container .inner-banner-image {
    width: 100%;
  }
}
.inner-banner .container .inner-banner-image img {
  width: 100%;
}
.inner-banner.no-image .inner-banner-content {
  width: 100%;
}
/** Pagination */
.pagination {
  margin-top: 2em;
  text-align: center;
}
.pagination ul {
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.pagination ul li {
  margin: 0;
  padding: 0;
}
.pagination ul li .page-numbers {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-color: #111516;
}
.pagination ul li .page-numbers.current, .pagination ul li .page-numbers:hover {
  color: #ffffff;
  background-color: #181735;
}
/** Comment */
.comments-area {
  padding: 1rem;
  margin-top: 2rem;
  box-shadow: 0 1px 3px rgba(17, 21, 22, 0.2);
  background-color: #ffffff;
}
.comments-area ul, .comments-area ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comments-area .comments-title {
  font-size: 1.5rem;
}
.comments-area .comment {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(17, 21, 22, 0.2);
}
.comments-area .comment-meta {
  color: #111516;
  font-size: 1rem;
}
.comments-area .comment-author {
  display: block;
  margin-bottom: 1rem;
}
.comments-area .comment-author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.comments-area .comment-content {
  color: #444;
  margin-top: 0.75rem;
}
.comments-area .reply {
  text-align: right;
  margin-top: 1rem;
}
.comments-area .reply a {
  display: inline-block;
  padding: 0.38rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-color: #181735;
}
.comments-area .reply a:hover {
  background-color: #CF3034;
}
.comments-area .comment-respond {
  margin-top: 2rem;
}
.comments-area .comment-reply-title {
  font-size: 1.2rem;
}
/** 404 Page design */
.error-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: #f3f3f3;
}
.error-404 .error-404-inner {
  max-width: 620px;
  margin: auto;
  text-align: center;
}
.error-404 .error-code {
  font-size: clamp(6rem, 10vw, 10rem);
  font-weight: 900;
  color: #181735;
  line-height: 1;
}
.error-404 .error-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 1rem 0;
  color: #2b2b2b;
}
.error-404 .error-text {
  color: #666;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}
.error-404 .error-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
/* responsive nav for small devices */
.hamburger {
  --humburgerBox: 3.13rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  padding: 0.63rem;
  margin: 0;
  text-align: center;
  background-color: #CF3034;
  z-index: 999;
  border-radius: 0.32rem;
}
@media (max-width: 1199px) {
  .hamburger {
    display: flex;
  }
}
.hamburger:hover, .hamburger:focus {
  outline: none;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span:before, .hamburger.is-clicked span:after {
  top: 0;
  background-color: #ffffff;
}
.hamburger.is-clicked span:before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span:after {
  transform: translateY(-6px) rotate(-45deg);
  top: 6px;
}
.mbnav {
  position: relative;
  display: none;
  z-index: 999;
}
@media (max-width: 1199px) {
  .mbnav {
    display: block;
  }
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}
.mbnav__inner {
  position: relative;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: white;
}
.mbnav__logo {
  color: #ffffff;
  padding: 15px;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: var(--leftSlide);
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  opacity: 0;
  visibility: hidden;
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 9.38rem;
  padding-bottom: 2.19rem;
  background-color: #ffffff;
  pointer-events: auto;
  overflow: hidden auto;
  padding-left: 34px;
}
.mbnav .menu-wrap > .menu-inner .btn {
  margin-left: 17px;
}
.mbnav .menu-wrap > .menu-inner .btn.arrow {
  padding: 10px 62px 10px 17px;
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
}
.mbnav .menu-wrap > .menu-inner .btn.arrow::after {
  width: 38px;
  height: 38px;
  background-size: contain;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  transition: 0.4s ease;
  padding-bottom: 0.63rem;
}
.mbnav ul li.is-open > .menu-wrap {
  opacity: 1;
  visibility: visible;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  color: #181735;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #dee3e2;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) a::after, .mbnav ul li:not(.btn-wrap) .mbnav__caret::before {
  content: "";
  --sArrowWidth: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  border: calc(var(--sArrowWidth) / 4) solid #181735;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: currentColor;
  line-height: 1.3;
  text-decoration: none !important;
  z-index: 2;
  cursor: pointer;
  flex: 1 1 auto;
  order: -1;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 0;
  display: none;
}
.mbnav__caret {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: auto;
  cursor: pointer;
  z-index: 1;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #181735 !important;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav ul .back-click {
  width: 100%;
  order: -1;
  color: currentColor;
  padding: 15px 0;
  font-weight: 400;
}
.mbnav ul .back-click::before {
  content: "a";
  font-family: "iconfontfamily" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  color: #181735;
  margin-right: 15px;
  margin-bottom: 3px;
  font-size: 18px;
  border: 0;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(17, 21, 22, 0.55);
  opacity: 0;
  z-index: -1;
}
.mbnav__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
  background: rgba(17, 21, 22, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mbnav__overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
/*--- header ---*/
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: white;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  /* nav */
}
.site-header .brand {
  display: block;
  vertical-align: middle;
  width: 17.5rem;
  padding: 26px 60px 26px 0;
  position: relative;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .site-header .brand {
    width: 15.63rem;
    padding: 20px 40px 20px 0;
  }
}
@media (max-width: 767px) {
  .site-header .brand {
    width: 10.63rem;
  }
}
.site-header .brand::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100vw;
  background-color: white;
  height: 100%;
  top: 0;
  border-radius: 100px;
}
.site-header .brand .custom-logo-link {
  z-index: 9;
  position: relative;
}
.site-header .navigation {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 70%;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .site-header .navigation {
    display: none;
  }
}
.site-header .navigation .download {
  position: relative;
  padding: 15px 72px 15px 26px;
  background-color: #d32f2f;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}
.site-header .navigation .download::before {
  content: "";
  width: 44px;
  height: 44px;
  background: #ffffff;
  /* red circle */
  border-radius: 10px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .navigation .download:after {
  content: "";
  background-image: url("../../assets/images/document-download.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .navigation .download:hover {
  background-color: #181735;
  color: #ffffff;
}
.site-header .navigation .download:hover::before {
  border: 2px solid #ffffff;
}
.site-header .navbar {
  word-break: keep-all;
}
.site-header .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  gap: 0.63rem;
}
.site-header .navbar ul li {
  padding: 0;
  list-style: none;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.site-header .navbar ul li a {
  text-decoration: none;
  color: #111516;
  font-weight: 500;
}
.site-header .navbar ul li.current-menu-item, .site-header .navbar ul li.current_page_item {
  padding: 14px 32px;
  border-radius: 8px;
  border: 1px solid #111516;
}
.site-header .navbar ul li.current-menu-item a, .site-header .navbar ul li.current_page_item a {
  color: #111516;
}
.page-template-front-page-php .site-header {
  position: absolute;
  background-color: transparent;
}
.page-template-front-page-php .site-header .navbar {
  word-break: keep-all;
}
.page-template-front-page-php .site-header .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  gap: 0.63rem;
}
.page-template-front-page-php .site-header .navbar ul li {
  padding: 0;
  list-style: none;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.page-template-front-page-php .site-header .navbar ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}
.page-template-front-page-php .site-header .navbar ul li.current-menu-item, .page-template-front-page-php .site-header .navbar ul li.current_page_item {
  padding: 14px 32px;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.page-template-front-page-php .site-header .navbar ul li.current-menu-item a, .page-template-front-page-php .site-header .navbar ul li.current_page_item a {
  color: #ffffff;
}
.page-template-front-page-php .site-header .navigation .download {
  position: relative;
  padding: 15px 72px 15px 26px;
  background-color: #ffffff;
  color: #111516;
  font-weight: 600;
  text-transform: capitalize;
}
.page-template-front-page-php .site-header .navigation .download::before {
  content: "";
  width: 44px;
  height: 44px;
  background: #d32f2f;
  /* red circle */
  border-radius: 10px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-front-page-php .site-header .navigation .download:after {
  content: "";
  background-image: url("../../assets/images/document-download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-front-page-php .site-header .navigation .download:hover {
  background-color: #CF3034;
  color: #ffffff;
}
.page-template-front-page-php .site-header .navigation .download:hover::before {
  border: 2px solid #ffffff;
}
.site-footer {
  width: 100%;
  background: #CF3035;
}
.site-footer .main-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .site-footer .main-footer {
    flex-wrap: wrap;
  }
}
.site-footer .main-footer .footer-left {
  width: 41%;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-left {
    width: 100%;
    padding: 3.13rem 0;
  }
}
.site-footer .main-footer .footer-left .logo {
  margin-bottom: 1.88rem;
}
.site-footer .main-footer .footer-left p {
  font-size: 16px;
  padding-bottom: 1.88rem;
  color: #ffffff;
}
.site-footer .main-footer .footer-left .contact-detail {
  padding-top: 1.88rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer .main-footer .footer-left .contact-detail .contact-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;
}
.site-footer .main-footer .footer-left .contact-detail .contact-item span {
  width: 100%;
  color: #ffffff;
}
.site-footer .main-footer .footer-left .contact-detail .contact-item a {
  text-decoration: none;
  color: #ffffff;
}
.site-footer .main-footer .footer-left .contact-detail .email-item {
  padding-top: 0.88rem;
  display: flex;
  gap: 3.13rem;
}
@media (max-width: 767px) {
  .site-footer .main-footer .footer-left .contact-detail .email-item {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.site-footer .main-footer .footer-left .contact-detail .email-item a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.site-footer .main-footer .footer-left .contact-detail .email-item a:hover {
  color: #111516;
}
.site-footer .main-footer .footer-right {
  width: 50%;
  position: relative;
  padding: 70px 0 50px 80px;
}
@media (max-width: 1199px) {
  .site-footer .main-footer .footer-right {
    width: 55%;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-right {
    width: 100%;
    padding: 50px 0 50px 50px;
  }
}
@media (max-width: 767px) {
  .site-footer .main-footer .footer-right {
    width: 100%;
    padding: 40px 0 40px 40px;
  }
}
.site-footer .main-footer .footer-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  border-radius: 3.75rem;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-right::before {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  .site-footer .main-footer .footer-right::before {
    width: 100%;
  }
}
.site-footer .main-footer .footer-right .footer-menu {
  padding-bottom: 40px;
  border-bottom: 0.07rem solid rgba(17, 21, 22, 0.2);
  z-index: 1;
  position: relative;
}
.site-footer .main-footer .footer-right .footer-menu span {
  color: #353475;
  font-weight: 600;
}
.site-footer .main-footer .footer-right .footer-menu .footer-navbar {
  padding-top: 1.57rem;
}
.site-footer .main-footer .footer-right .footer-menu .footer-navbar ul {
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  .site-footer .main-footer .footer-right .footer-menu .footer-navbar ul {
    flex-wrap: wrap;
  }
}
.site-footer .main-footer .footer-right .footer-menu .footer-navbar li {
  list-style-type: none;
  padding: 0 0.94rem;
  border-right: 0.07rem solid rgba(17, 21, 22, 0.1);
}
@media (max-width: 1199px) {
  .site-footer .main-footer .footer-right .footer-menu .footer-navbar li {
    padding: 0 0.75rem;
  }
}
@media (max-width: 767px) {
  .site-footer .main-footer .footer-right .footer-menu .footer-navbar li {
    padding: 5px 0;
    border-right: none;
    width: 100%;
  }
}
.site-footer .main-footer .footer-right .footer-menu .footer-navbar li.current-menu-item a {
  color: #CF3034;
}
.site-footer .main-footer .footer-right .footer-menu .footer-navbar li:first-child {
  padding-left: 0;
}
.site-footer .main-footer .footer-right .footer-menu .footer-navbar li:last-child {
  border-right: none;
}
.site-footer .main-footer .footer-right .footer-menu .footer-navbar li a {
  text-decoration: none;
  color: #111516;
}
.site-footer .main-footer .footer-right .social-bottom-list {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 0.07rem solid rgba(17, 21, 22, 0.2);
}
@media (max-width: 767px) {
  .site-footer .main-footer .footer-right .social-bottom-list {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.site-footer .main-footer .footer-right .certification-list {
  display: flex;
  align-items: self-end;
  gap: 20px;
}
.site-footer .main-footer .footer-right .social-medias {
  font-size: 1rem;
  z-index: 1;
  position: relative;
}
.site-footer .main-footer .footer-right .social-medias span {
  color: #353475;
  font-weight: 600;
}
.site-footer .main-footer .footer-right .social-medias ul {
  display: flex;
  gap: 20px;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}
.site-footer .main-footer .footer-right .social-medias li {
  list-style-type: none;
  background: #CF3034;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.site-footer .main-footer .footer-right .copyright {
  padding: 1.88rem 0;
  z-index: 1;
  position: relative;
  font-size: 0.75rem;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-right .copyright {
    padding-bottom: 0;
  }
}
.site-footer p {
  color: #111516;
  margin: 0;
}
.certification-item img {
  width: 100px;
}
.hero-section {
  position: relative;
}
.hero-section::before {
  content: "";
  background-image: url("../../assets/images/hero-banner-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 725px;
  height: 472px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-section::before {
    width: 467px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .hero-section::before {
    width: 262px;
    height: 170px;
  }
}
.hero-overlay.gradient-2 {
  background: radial-gradient(53.75% 137.6% at 86.56% 50.94%, #6BC9FF 0%, #1C87C5 100%);
}
.hero-overlay.gradient-1 {
  background: radial-gradient(36.46% 62.35% at 72.92% 66.63%, #6665B7 0%, #353475 100%);
}
.hero-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90vh;
}
@media (max-width: 1199px) {
  .hero-flex {
    min-height: 75vh;
  }
}
@media (max-width: 767px) {
  .hero-flex {
    min-height: 99vh;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hero-flex {
    min-height: 185vh;
  }
}
.hero-slider .slick-dots {
  position: absolute;
  bottom: 35px;
}
@media (max-width: 767px) {
  .hero-slider .slick-dots {
    bottom: 0;
  }
}
.hero-slider .slick-dots li {
  padding: 0 5px;
}
.hero-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  border-color: #ffffff;
}
.hero-slider .slick-dots li button {
  background-color: transparent;
  border-color: #ffffff;
}
.hero-slider .slick-dots li button:hover {
  background-color: #ffffff;
}
.hero-content {
  max-width: 750px;
  color: #ffffff;
  padding-top: 4.38rem;
}
@media (max-width: 1199px) {
  .hero-content {
    max-width: 950px;
  }
}
.hero-content h1, .hero-content h2 {
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .hero-content h1, .hero-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-content h1, .hero-content h2 {
    font-size: 32px;
  }
}
.hero-content .hero-buttons {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .hero-content .hero-buttons {
    flex-direction: column;
    width: 80%;
  }
}
.hero-text p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .hero-text p {
    font-size: 16px;
  }
}
.hero-text ul {
  column-count: 2;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .hero-text ul {
    column-count: 1;
  }
}
.hero-text ul li {
  padding-left: 30px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 17px;
}
.hero-text ul li::before {
  content: "";
  background-image: url("../../assets/images/bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-section {
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 991px) {
  .about-section {
    padding: 1.88rem 0;
  }
}
.about-section::before {
  content: "";
  width: 550px;
  height: 322px;
  object-fit: cover;
  background-image: url("../../assets/images/about-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
}
.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about-wrapper .about-content {
  width: 54%;
}
.about-wrapper .about-content h2 {
  margin-top: 0.94rem;
}
@media (max-width: 991px) {
  .about-wrapper .about-content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 2.5rem;
  }
}
.about-wrapper .about-content .about-details {
  padding-bottom: 2rem;
}
.about-wrapper .about-content .btn.arrow:before {
  background-color: #111516;
}
.about-wrapper .about-image {
  width: 36%;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    width: 46%;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-image {
    width: 100%;
  }
}
.about-wrapper .about-image img {
  border-radius: 0 0 0 5rem;
  width: 100%;
}
.request-quote-section {
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .request-quote-section {
    padding: 3.13rem 0;
  }
}
.request-quote-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #2D4284 0%, #0196D8 100%);
  padding-left: 50px;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .request-quote-wrapper {
    flex-wrap: wrap;
    padding: 1.88rem;
    border-radius: 0.94rem;
  }
}
@media (max-width: 767px) {
  .request-quote-wrapper {
    border-radius: 0.63rem;
  }
}
.request-quote-wrapper .request-quote-content {
  width: 50%;
}
@media (max-width: 991px) {
  .request-quote-wrapper .request-quote-content {
    width: 100%;
    padding-bottom: 1.88rem;
  }
}
@media (max-width: 767px) {
  .request-quote-wrapper .request-quote-content h2 {
    font-size: 2.19rem;
  }
}
.request-quote-wrapper .request-quote-content * {
  color: #ffffff;
}
.request-quote-wrapper .request-quote-content .request-quote-button {
  padding-top: 1.25rem;
}
.request-quote-wrapper .request-quote-content .request-quote-button .btn {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.request-quote-wrapper .request-quote-content .request-quote-button .btn:hover {
  background-color: #ffffff;
  color: #CF3034;
}
@media (max-width: 991px) {
  .request-quote-wrapper .request-quote-image {
    width: 100%;
  }
}
.request-quote-wrapper .request-quote-image img {
  border-radius: 1.5rem;
  width: 100%;
}
.product-section {
  background: rgba(0, 109, 172, 0.1);
  padding: 6.25rem 0;
}
@media (max-width: 991px) {
  .product-section {
    padding: 3.13rem 0;
  }
}
.product-section .product-wrapper {
  text-align: center;
}
.product-section .product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.5rem 0;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .product-section .product-grid {
    padding: 1.25rem 0;
  }
}
.product-section .product-grid .product-card {
  width: 25%;
  padding: 0 15px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .product-section .product-grid .product-card {
    width: 50%;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .product-section .product-grid .product-card {
    width: 100%;
  }
}
.product-section .product-grid .product-card .product-card-inner {
  pointer-events: none;
}
.product-section .product-grid .product-card:hover .product-card-inner {
  display: block;
  padding: 0;
  border-radius: 0.94rem;
  background-color: #ffffff;
  border: 2px solid #cf3034;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.product-section .product-grid .product-card:hover .product-title {
  color: #353475;
}
.product-section .product-grid .product-card:hover .product-image img {
  border-radius: 0.94rem;
}
.product-section .product-grid .product-card .product-image img {
  width: 100%;
  background-size: cover;
}
.product-section .product-grid .product-card .product-title {
  font-size: 1.13rem;
  font-weight: 500;
  margin: 20px 0;
  line-height: 1.3;
  padding: 0 10px;
}
.product-section .product-grid .product-card a {
  text-decoration: none;
}
.product-section .product-button {
  text-align: center;
}
.product-section .product-button .btn {
  border: 1px solid #111516;
  background-color: transparent;
}
.product-section .product-button .btn:hover {
  background-color: #111516;
}
.latest-news .new-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}
.latest-news .section-heading {
  text-align: center;
  padding: 100px 0 150px 0;
}
.latest-news .section-heading * {
  color: #ffffff;
}
.latest-news .section-heading h2 {
  margin-top: 0.94rem;
}
.latest-news .news-grid {
  display: grid;
  grid-template-columns: 620px 1fr;
  gap: 35px;
  margin-top: -6.25rem;
}
@media (max-width: 1199px) {
  .latest-news .news-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .latest-news .news-grid {
    gap: 0.94rem;
  }
}
.latest-news .news-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(18, 21, 23, 0.1);
}
.latest-news .news-card:hover {
  border-color: #CF3034;
}
.latest-news .news-card:hover h3, .latest-news .news-card:hover h4 {
  color: #CF3034;
}
.latest-news .news-card a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.latest-news .news-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.latest-news .news-card .post-category {
  background-color: rgba(53, 52, 117, 0.15);
  padding: 10px;
  border-radius: 0.63rem;
}
.latest-news .big-card .image {
  height: 341px;
  width: 100%;
  padding: 10px 15px 15px 15px;
  border-radius: 16px;
}
.latest-news .small-card {
  padding: 15px;
  align-items: center;
  height: 100%;
  border: 1px solid rgba(18, 21, 23, 0.1);
}
.latest-news .small-card .image {
  width: 42%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .latest-news .small-card .image {
    width: 100%;
  }
}
.latest-news .news-card .content {
  padding: 24px;
  font-weight: 500;
  padding-top: 0;
}
.latest-news .small-card .content {
  padding: 0;
  width: 54%;
}
@media (max-width: 767px) {
  .latest-news .small-card .content {
    width: 100%;
    margin-top: 18px;
  }
}
.latest-news .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 23px;
}
.latest-news .content h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 17px;
}
.latest-news .meta {
  font-size: 13px;
  color: #777;
}
.latest-news .right-cards {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 767px) {
  .latest-news .right-cards {
    gap: 15px;
  }
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  .big-card .image {
    height: 260px;
  }
}
.welcome-section {
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .welcome-section {
    padding: 3.13rem 0;
  }
}
.welcome-section .section-heading {
  max-width: 76%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .welcome-section .section-heading {
    max-width: 100%;
  }
}
.welcome-section .section-heading h2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .welcome-section .section-heading h2 {
    margin-bottom: 1.25rem;
  }
}
.why-choose-section {
  background: linear-gradient(90deg, #2D4284 0%, #0196D8 100%);
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .why-choose-section {
    padding: 50px 0;
  }
}
.why-choose-section::before {
  content: "";
  width: 550px;
  height: 322px;
  object-fit: cover;
  background-image: url("../../assets/images/about-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
}
.why-choose-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.why-choose-wrapper {
  width: 30%;
}
@media (max-width: 1199px) {
  .why-choose-wrapper {
    width: 100%;
    text-align: center;
  }
}
.why-choose-wrapper h2 {
  color: #ffffff;
}
.why-choose-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 69%;
}
@media (max-width: 1199px) {
  .why-choose-grid {
    width: 100%;
  }
}
.why-choose-grid .why-choose-card {
  width: 50%;
  padding: 0 20px;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .why-choose-grid .why-choose-card {
    width: 47%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .why-choose-grid .why-choose-card {
    width: 100%;
    margin: 10px 0;
  }
}
.why-choose-grid .why-choose-card-inner {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
}
.why-choose-grid .why-choose-card-inner .why-choose-image {
  padding-bottom: 32px;
}
.why-choose-grid .why-choose-card-inner p {
  color: #ffffff;
  font-size: 1.5rem;
}
.why-choose-grid .why-choose-card:nth-child(even) {
  transform: translateY(58px);
}
@media (max-width: 1199px) {
  .why-choose-grid .why-choose-card:nth-child(even) {
    transform: translateY(0);
  }
}
.about-welcome {
  padding: 5rem 0;
  text-align: center;
  position: relative;
}
.about-welcome::before {
  content: "";
  width: 550px;
  height: 322px;
  object-fit: cover;
  background-image: url("../../assets/images/about-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
}
@media (max-width: 991px) {
  .about-welcome {
    padding: 3.13rem 0;
  }
}
.about-welcome .section-heading {
  max-width: 76%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .about-welcome .section-heading {
    max-width: 100%;
  }
}
.about-welcome .section-heading h2 {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .about-welcome .section-heading h2 {
    margin-bottom: 1.25rem;
  }
}
.quick-list-slider {
  background: linear-gradient(90deg, #2D4284 0%, #0196D8 100%);
  padding: 36px 0;
}
.quick-slider .slick-slide {
  padding: 0 10px;
}
.quick-list-slider__wrap .slick-track {
  gap: 36px;
}
.quick-list-slider__item .quick-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 460px;
  height: 120px;
  padding: 20px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.1);
  color: #fff;
}
@media (max-width: 1199px) {
  .quick-list-slider__item .quick-card {
    width: 100%;
    height: 100%;
  }
}
.quick-list-slider__item .quick-card .quick-card__icon {
  width: 80px;
  height: 80px;
  display: flex;
  padding: 1.25rem;
  justify-content: center;
}
.quick-list-slider__item .quick-card .quick-card__content {
  width: 77%;
}
.quick-list-slider__item .quick-card .quick-card__content h4 {
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.3em;
}
.image-content-section {
  background: linear-gradient(90deg, #2D4284 0%, #0196D8 100%);
  padding: 80px 0;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 991px) {
  .image-content-section {
    border-radius: 20px 20px 0 0;
    padding: 50px 0;
  }
}
.image-content-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.image-content-content .image-content-image {
  width: 45%;
}
.image-content-content .image-content-image img {
  width: 100%;
}
@media (max-width: 991px) {
  .image-content-content .image-content-image {
    width: 100%;
    padding-bottom: 2.5rem;
  }
}
.image-content-content .image-content-details {
  width: 50%;
}
@media (max-width: 991px) {
  .image-content-content .image-content-details {
    width: 100%;
    order: 1;
  }
}
.image-content-content .image-content-details * {
  color: #ffffff;
}
.image-content-content .image-content-details h2 {
  margin-bottom: 2.25rem;
}
@media (max-width: 991px) {
  .image-content-content .image-content-details h2 {
    margin-bottom: 1.13rem;
  }
}
.image-content-content .image-content-details ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.25rem;
}
.image-content-content .image-content-details ul li {
  padding-left: 30px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 17px;
  font-size: 16px;
}
.image-content-content .image-content-details ul li::before {
  content: "";
  background-image: url("../../assets/images/bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.image-content-content .image-content-details blockquote {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border-left: 0.13rem solid #ffffff;
  font-style: normal;
  margin-bottom: 0;
}
.image-content-content .image-content-details blockquote p {
  line-height: 1.4em;
}
.image-content-content .image-content-details blockquote strong {
  display: block;
}
.manufacturing-section {
  background: #eaf4f8;
  padding: 80px 0;
  border-radius: 0 0 50px 50px;
}
@media (max-width: 991px) {
  .manufacturing-section {
    border-radius: 0 0 20px 20px;
  }
}
.manufacturing-section h2 {
  text-align: center;
}
.manufacturing-section .manufacturing-desc {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  color: #555;
}
.manufacturing-section .manufacturing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.manufacturing-section .manufacturing-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}
.manufacturing-section .manufacturing-card h4 {
  font-size: 24px;
  font-weight: 500;
}
.manufacturing-section .manufacturing-card:hover {
  transform: translateY(-6px);
}
.manufacturing-section .manufacturing-card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.manufacturing-section .manufacturing-card__desc {
  font-size: 14px;
  color: #666;
}
.manufacturing-section .manufacturing-icon {
  width: 64px;
  height: 64px;
  background: #fdecec;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.manufacturing-section .manufacturing-icon img {
  max-width: 32px;
}
@media (max-width: 991px) {
  .manufacturing-section .manufacturing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .manufacturing-section .manufacturing-grid {
    grid-template-columns: 1fr;
  }
}
.journey-section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .journey-section {
    padding: 50px 0;
  }
}
.journey-section .section-heading {
  text-align: center;
}
.journey-timeline {
  display: flex;
  justify-content: space-between;
  margin-left: calc((100% - 1280px) / 2);
  position: relative;
}
@media (max-width: 1199px) {
  .journey-timeline {
    margin-left: 30px;
  }
}
.journey-timeline::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e5e5e5;
  z-index: 1;
}
@media (max-width: 991px) {
  .journey-timeline::before {
    top: 48px;
  }
}
@media (max-width: 767px) {
  .journey-timeline::before {
    width: 4px;
    height: 100%;
    top: 50px;
    left: 7px;
  }
}
.journey-timeline .timeline-item {
  position: relative;
  width: 25%;
  z-index: 2;
  padding: 40px 46px 40px 0;
}
@media (max-width: 991px) {
  .journey-timeline .timeline-item {
    padding-right: 15px;
  }
}
.journey-timeline .timeline-item .timeline-content {
  padding-top: 3.13rem;
}
@media (max-width: 991px) {
  .journey-timeline .timeline-item .timeline-content {
    padding-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .journey-timeline .timeline-item .timeline-content {
    padding-left: 2.5rem;
    padding-top: 0;
  }
}
.journey-timeline .timeline-item .timeline-content h3 {
  font-size: 58px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  .journey-timeline .timeline-item .timeline-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.journey-timeline .timeline-item .timeline-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.5em;
}
.journey-timeline .timeline-item .timeline-content p {
  font-size: 16px;
  color: #111516;
  line-height: 1.6;
}
.timeline-dot {
  width: 32px;
  height: 32px;
  background: #2f2b83;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .timeline-dot {
    width: 20px;
    height: 20px;
  }
}
/* Responsive */
@media (max-width: 767px) {
  .journey-section .journey-timeline {
    flex-direction: column;
  }
  .journey-section .journey-timeline .timeline-item {
    width: 100%;
    padding-top: 0;
  }
  .journey-section .journey-timeline .timeline-item .timeline-dot {
    position: relative;
    top: 33px;
    margin-bottom: 10px;
  }
  .journey-section .journey-timeline .timeline-item .timeline-desc {
    max-width: 100%;
  }
}
.map-section {
  padding: 5rem 0 0 0;
}
.map-section .section-heading {
  text-align: center;
}
.map-section .map-image {
  padding: 2.5rem 0 0 0;
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.tab-btn {
  padding: 10px 25px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #eee;
}
.tab-btn.active {
  background: #3f3d8f;
  color: #fff;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
#news .news-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 50px 0;
}
#news .news-grid .news-card {
  width: 33.33%;
  padding: 15px;
}
@media (max-width: 991px) {
  #news .news-grid .news-card {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #news .news-grid .news-card {
    width: 100%;
  }
}
.title {
  font-size: 24px;
  font-weight: 500;
  color: #111516;
  margin: 20px 0;
}
.title a {
  text-decoration: none;
}
.news-card-inner {
  border: 1px solid #1115161A;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
}
.news-card-inner:hover {
  border-color: #CF3034;
  box-shadow: 0px 20px 50px 0px #0000001A;
}
.news-card-inner:hover .title {
  color: #CF3034;
}
.news-card-inner:hover .title a {
  color: #CF3034;
}
.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
}
.news-content {
  padding: 15px;
}
.category {
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 12px;
  pointer-events: none;
  background: #35347526;
  font-weight: 500;
  margin-bottom: 20px;
}
.category a {
  text-decoration: none;
  color: #181735;
}
.blog-detail {
  padding-bottom: 3.75rem;
}
.blog-detail .blog-featured img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 1.5rem;
}
.blog-detail .blog-meta {
  padding: 30px 0;
  color: #CF3034;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.blog-detail .blog-meta img {
  width: 60px;
  border-radius: 100%;
}
.blog-detail .blog-content p {
  font-size: 1.25rem;
}
.contact-info-section {
  padding-bottom: 60px;
}
.contact-info-section .contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .contact-info-section .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .contact-info-section .contact-info-grid {
    grid-template-columns: 1fr;
  }
}
.contact-info-section .contact-info-grid .contact-info-detail a {
  text-decoration: none;
}
.contact-info-section .contact-info-grid .contact-info-detail a:hover {
  color: #CF3034;
}
.contact-info-section .contact-info-grid .contact-info-box {
  background-color: #eaf5fa;
  border-radius: 16px;
  padding: 25px 15px;
  height: 100%;
}
.contact-info-section .contact-info-grid .contact-info-box .contact-info-title {
  font-size: 16px;
  font-weight: 600;
  color: #243a8f;
  margin-bottom: 12px;
}
.contact-info-section .contact-info-grid .contact-info-box .contact-info-detail {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.contact-info-section .contact-info-grid .contact-info-box .contact-info-detail p {
  margin-bottom: 8px;
}
.contact-info-section .contact-info-grid .contact-info-box .contact-info-detail a {
  color: #111516;
  font-weight: 400;
  text-decoration: none;
}
.contact-info-section .contact-info-grid .contact-info-box .contact-info-detail a:hover {
  color: #CF3034;
}
.contact-info-section .form-shortcode {
  background-color: #F3F3F3;
  border-radius: 20px;
  padding: 30px;
}
.contact-info-section .form-shortcode hr {
  margin: 45px auto 40px;
}
.contact-info-section .form-shortcode h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #353475;
}
.contact-info-section .form-shortcode .contact-info-detail {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.contact-info-section .form-shortcode .contact-info-detail p {
  margin-bottom: 8px;
}
.contact-info-section .form-shortcode .contact-info-detail a {
  color: #111516;
  font-weight: 400;
  text-decoration: none;
}
.contact-info-section .form-shortcode .contact-info-detail a:hover {
  text-decoration: underline;
}
.contact-info-section label {
  font-weight: 500;
}
.contact-info-section .cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-info-section .cf7-col {
  width: 50%;
}
.contact-info-section .cf7-col br {
  display: none;
}
.contact-info-section .cf7-row-full {
  width: 100%;
  margin-bottom: 20px;
}
.contact-info-section .cf7-row-full br {
  display: none;
}
.contact-info-section .cf7-col input, .contact-info-section .cf7-col select, .contact-info-section .cf7-row-full textarea {
  width: 100%;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 14px;
}
.contact-map {
  padding-bottom: 80px;
}
.contact-map iframe {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */