@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
/* 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 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.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-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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-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(0, 0, 0, 0);
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
* {
  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 {
  display: inline-block;
}
/**
 * Basic typography style for copy text
 */
html {
  font-size: 100%;
}
body {
  min-height: 100%;
  height: auto;
  color: #525252;
  font-size: 1rem;
  font-family: 'Poppins', 'Arial', sans-serif;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
h1, .h1 {
  margin-bottom: 0.9375rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #a51e35;
}
h1 a, .h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h2, .h2 {
  margin-bottom: 0.9375rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #a51e35;
}
h2 a, .h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h3, .h3 {
  margin-bottom: 0.9375rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #a51e35;
}
h3 a, .h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h4, .h4 {
  margin-bottom: 0.9375rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #a51e35;
}
h4 a, .h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h5, .h5 {
  margin-bottom: 0.9375rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #a51e35;
}
h5 a, .h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6, .h6 {
  margin-bottom: 0.9375rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #a51e35;
}
h6 a, .h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 2.2727272727rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.9230769231rem;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 1.7605633803rem;
  }
}
h2, .h2 {
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}
h3, .h3 {
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}
h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 1.1363636364rem;
  }
}
h6, .h6 {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 1.0227272727rem;
  }
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0.625rem;
  margin-bottom: 0.9375rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
ul li:last-child {
  padding-bottom: 0;
}
ol {
  padding-left: 1.25rem;
  margin-bottom: 0.9375rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
ol li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.5625rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 1.8;
  font-size: 1.125rem;
  font-style: italic;
  color: #000;
  background-color: #f1f2f5;
  border-left: 0.25rem solid #a51e35;
  font-weight: 500;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 500;
}
hr {
  height: 0;
  margin: 0.625rem auto 2.5rem;
  border: 0 #000 solid;
  border-top-width: 0.0625rem;
  overflow: visible;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
picture {
  display: inline-block;
  vertical-align: top;
}
/* Link
 ------------------------------------------------------------------------------*/
a {
  color: #a51e35;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  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.0625rem solid #f1f2f5;
  padding: 0.625rem;
}
/**
 * Main content containers
 */
.container, .container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media (max-width: 767px) {
  .container, .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.container {
  max-width: 76.25rem;
}
.container-fluid {
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.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.9375rem;
  padding-right: 0.9375rem;
}
/* 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: #fff;
}
.text-white {
  color: #fff;
}
.bg-black {
  background-color: #000;
}
.text-black {
  color: #000;
}
/* 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: 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: 1399px) {
  .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, button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  padding: 0.75rem 1.5625rem;
  vertical-align: top;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  background-color: #a51e35;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  border: 1px solid transparent;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a:hover .btn, a:hover button, a:hover input[type="button"], a:hover input[type="reset"], a:hover input[type="submit"] {
  cursor: pointer;
  color: #a51e35;
  text-decoration: none;
  background-color: #fff;
}
.btn.secondary {
  color: #a51e35;
  background-color: #fff;
}
.btn.secondary:hover, .btn.secondary:focus {
  color: #fff;
  background-color: #a51e35;
}
.btn.border {
  border-color: #a51e35;
  color: #a51e35;
  background-color: #fff;
}
.btn.border:hover, .btn.border:focus {
  color: #fff;
  background-color: #a51e35;
}
.btn.secondary-border {
  border-color: #fff;
  color: #a51e35;
  background-color: #fff;
}
.btn.secondary-border:hover, .btn.secondary-border:focus {
  color: #fff;
  border-color: #fff;
  background-color: #a51e35;
}
.btn-link {
  margin-bottom: 0.125rem;
  color: #a51e35;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid #a51e35;
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link {
  color: #007351;
  text-decoration: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
form label {
  display: block;
  margin-bottom: 0.625rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 0.875rem;
  color: #525252;
}
input, textarea, button, select {
  font-family: 'Poppins', 'Arial', 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"], 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"], textarea, select {
  width: 100%;
  height: 2.8125rem;
  padding: 0 0.9375rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  border: 0.0625rem solid transparent;
  background-color: #f1f2f5;
  border-radius: 0;
  transition: 0.3s;
}
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, textarea:focus, select:focus {
  border-color: #a51e35;
  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, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
  text-transform: capitalize;
}
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, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #6c757d;
  opacity: 1;
  text-transform: capitalize;
}
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, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
  text-transform: capitalize;
}
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, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  text-transform: capitalize;
}
textarea {
  display: block;
  height: 10.625rem;
  padding: 0.625rem 0.9375rem;
  resize: none;
  overflow: auto;
}
select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-image: url("/source/b9b865f8109934d1d26d571640e9d188/select-down-arrow.svg");
  background-size: 0.875rem 0.4375rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}
select:focus {
  outline: none;
}
/* for ie */
select::-ms-expand {
  display: none;
}
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 10px;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.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: #a51e35;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #a51e35;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.625rem;
  width: 0.625rem;
  margin-top: - 0.1875rem;
  margin-right: 0.625rem;
  background-color: #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #a51e35;
  cursor: pointer;
  transition: 0.3s;
}
.checkbox input[type="checkbox"] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-top: 2px;
}
.checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -2px;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.125rem solid #a51e35;
  -webkit-appearance: none;
  cursor: pointer;
}
.checkbox label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #a51e35;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(42deg);
  transition: 0.3s;
  opacity: 0;
}
.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.main-container {
  position: relative;
  width: 100%;
  z-index: 1;
}
.slick-dots {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  list-style: none;
  padding: 0 0.3125rem;
  line-height: 0.8;
}
.slick-dots li.slick-active button {
  background-color: #a51e35;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background-color: #acacac;
}
.list-style-custom ul {
  padding-left: 0;
}
.list-style-custom ul li {
  position: relative;
  padding: 0 0 0 23px;
  margin-bottom: 22px;
  list-style: none;
}
.list-style-custom ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  content: "";
  background-color: #c9c9c9;
}
.list-style-arrow ul {
  padding-left: 0;
}
.list-style-arrow ul li {
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 12px;
  list-style: none;
}
.list-style-arrow ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 7px;
  content: "";
  background-image: url("/source/ee2485644adf745f70fcdc7adb5b712c/arrow-icon.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.body-content {
  padding-top: 15px;
}
.body-content-wrapper {
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 991px) {
  .body-content-wrapper {
    padding-bottom: 1.875rem;
  }
}
.body-content .frame-ratio {
  position: relative;
}
.body-content .frame-ratio:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.body-content .frame-ratio iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .body-shape {
  position: absolute;
  opacity: 0.12;
  z-index: -1;
  pointer-events: none;
}
.home .body-shape-1 {
  left: -60px;
  width: 195px;
  top: 915px;
}
@media (max-width: 767px) {
  .home .body-shape-1 {
    width: 97px;
  }
}
.home .body-shape-2 {
  right: -30px;
  width: 195px;
  top: 985px;
}
@media (max-width: 767px) {
  .home .body-shape-2 {
    width: 97px;
  }
}
.home .body-shape-3 {
  left: -80px;
  width: 403px;
  top: 1304px;
  transform: rotate(17deg);
}
@media (max-width: 767px) {
  .home .body-shape-3 {
    width: 200px;
  }
}
.home .body-shape-4 {
  right: -130px;
  width: 403px;
  top: 1385px;
}
@media (max-width: 767px) {
  .home .body-shape-4 {
    width: 200px;
  }
}
.body-shape {
  position: absolute;
  opacity: 0.12;
  z-index: -1;
  pointer-events: none;
}
.body-shape-2 {
  right: -30px;
  width: 195px;
  top: 675px;
}
@media (max-width: 767px) {
  .body-shape-2 {
    width: 97px;
  }
}
.body-shape-3 {
  left: -80px;
  width: 330px;
  top: 954px;
  transform: rotate(17deg);
}
@media (max-width: 767px) {
  .body-shape-3 {
    width: 200px;
  }
}
.error-404 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.alignright {
  box-shadow: 10px 10px rgba(0, 115, 81, 0.1);
}
@media (max-width: 575px) {
  .alignright {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}
.alignleft {
  box-shadow: -10px 10px rgba(0, 115, 81, 0.1);
}
@media (max-width: 575px) {
  .alignleft {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}
table {
  color: #000;
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
@media (max-width: 767px) {
  table {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-top: 30px;
  }
}
table tr th {
  background-color: #d8d8d8;
  padding: 10px 15px;
  font-size: 17px;
  text-transform: capitalize;
  text-align: left;
}
table tr th.block {
  display: block;
}
table tr td {
  border: 1px solid #f1f1f1;
  padding: 10px 15px;
  color: #525252;
}
table tr td.block {
  display: block;
}
table tr.block {
  display: block;
}
/* responsive nav for small devices */
.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.3333333333em;
  width: 1.3333333333em;
  padding: 0;
  margin: 0;
  font-size: 30px;
  text-align: center;
  background-color: transparent;
}
.hamburger:not(.close) {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.hamburger.close {
  font-size: 1.5625rem;
}
.hamburger.close .hamburger__wrap {
  position: relative;
  width: 1em;
  height: 1em;
}
.hamburger.close .hamburger__line {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  margin: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.hamburger.close .hamburger__line:last-child {
  transform: rotate(-45deg);
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger__line {
  display: block;
  width: 1em;
  margin: 0.2em auto;
  height: 2px;
  background-color: #007351;
}
.hamburger__wrap {
  display: block;
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 999;
  width: 80%;
  max-width: 28.125rem;
  background: rgba(0, 115, 81, 1);
  transition: all 0.3s ease-in-out;
}
.mbnav__inner {
  max-height: calc(100vh - 60px);
  padding-bottom: 3.75rem;
  overflow-y: auto;
}
.mbnav__inner .contact-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5555555556em 0.8333333333em;
}
.mbnav__inner .contact-link .contact-label {
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-weight: 600;
}
.mbnav__inner .contact-link .contact-label:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("/source/6829785b3ce85e50723563e119604a7c/call-icon.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.mbnav__inner .contact-link .contact-link {
  color: #fff;
  text-decoration: none;
}
.mbnav__inner .contact-link .contact-link:hover {
  color: #a51e35;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  background: rgba(0, 115, 81, 1);
}
.mbnav__logo {
  color: #fff;
  padding: 15px;
}
.mbnav__logo img {
  max-width: 150px;
}
.mbnav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mbnav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.125rem;
}
.mbnav ul li a {
  display: block;
  padding: 0.5555555556em 0.8333333333em;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
  cursor: pointer;
}
.mbnav ul li.current-menu-item a {
  background-color: #fff;
  color: #007351;
}
.mbnav__caret {
  position: absolute;
  top: 0.2777777778rem;
  right: 2px;
  display: block;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.mbnav__caret:after, .mbnav__caret:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 1.1111111111em;
  margin: auto;
  height: 2px;
  background: #fff;
}
.mbnav__caret:after {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}
.mbnav ul li.is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li.has-sub > a {
  padding-right: 2.5rem;
}
.mbnav ul ul {
  display: none;
}
.mbnav ul ul li {
  font-size: 1rem;
}
.mbnav ul ul li a {
  padding-left: 1.5625rem;
}
.mbnav ul ul li li {
  font-size: 0.875rem;
}
.mbnav ul ul li li a {
  padding-left: 2.1875rem;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(0, 115, 81, 0.8);
  opacity: 0;
  z-index: -1;
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
/*--- header ---*/
.main-header {
  width: 100%;
  height: auto;
}
.main-header .header-top {
  padding: 8px 0 4px;
}
.main-header .header-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo-part {
  width: 11.5625rem;
}
@media (max-width: 767px) {
  .main-header .logo-part {
    width: 9.375rem;
  }
}
@media (max-width: 575px) {
  .main-header .logo-part {
    width: 7.5rem;
  }
}
.main-header .logo-part .logo {
  display: block;
  width: 100%;
}
.main-header .logo-part .logo img {
  display: block;
  width: 100%;
}
.main-header .header-right {
  display: flex;
  align-items: center;
}
.main-header .contact-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .main-header .contact-link {
    display: none;
  }
}
.main-header .contact-link .contact-label {
  position: relative;
  padding-left: 28px;
  color: #000;
  font-weight: 600;
}
.main-header .contact-link .contact-label:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("/source/6829785b3ce85e50723563e119604a7c/call-icon.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.main-header .contact-link .contact-link {
  color: #000;
  text-decoration: none;
}
.main-header .contact-link .contact-link:hover {
  color: #a51e35;
}
.main-header .language-menu {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .main-header .language-menu {
    margin-left: 0;
    margin-right: 10px;
  }
}
.main-header .language-menu .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
.main-header .language-menu .wpml-ls-legacy-list-horizontal li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .main-header .language-menu .wpml-ls-legacy-list-horizontal li:not(:last-child) {
    margin-right: 5px;
  }
}
.main-header .language-menu .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a, .main-header .language-menu .wpml-ls-legacy-list-horizontal li:hover a {
  opacity: 1;
  border-color: #a51e35;
}
.main-header .language-menu .wpml-ls-legacy-list-horizontal a {
  padding: 7px 10px;
  border: 1px solid #dbdbdb;
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .main-header .language-menu .wpml-ls-legacy-list-horizontal a {
    padding: 5px;
  }
}
.main-header .language-menu .wpml-ls-legacy-list-horizontal a:hover .wpml-ls-flag + span {
  color: #a51e35;
}
.main-header .language-menu .wpml-ls-legacy-list-horizontal a .wpml-ls-flag {
  max-height: 26px;
}
@media (max-width: 767px) {
  .main-header .language-menu .wpml-ls-legacy-list-horizontal a .wpml-ls-flag {
    max-height: 16px;
    max-width: none;
    width: auto;
  }
}
.main-header .language-menu .wpml-ls-legacy-list-horizontal a .wpml-ls-flag + span {
  margin-left: 10px;
  font-size: 13px;
  color: #000;
  transition: 0.3s;
  font-weight: 600;
}
@media (max-width: 767px) {
  .main-header .language-menu .wpml-ls-legacy-list-horizontal a .wpml-ls-flag + span {
    display: none;
  }
}
.main-header .hamburger {
  display: none;
}
@media (max-width: 767px) {
  .main-header .hamburger {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
  }
}
.main-header .header-bottom {
  background-color: #007351;
}
@media (max-width: 767px) {
  .main-header .header-bottom {
    display: none;
  }
}
.main-header .header-bottom .menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.main-header .header-bottom .menu li {
  padding: 0;
  list-style: none;
}
.main-header .header-bottom .menu li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .main-header .header-bottom .menu li:not(:last-child) {
    margin-right: 0;
  }
}
.main-header .header-bottom .menu li:hover > a, .main-header .header-bottom .menu li.current-menu-item > a {
  background-color: #a51e35;
  text-decoration: none;
}
.main-header .header-bottom .menu li a {
  display: inline-block;
  padding: 0.6875rem 1.375rem;
  color: #fff;
  background-color: #007351;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .main-header .header-bottom .menu li a {
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .main-header .header-bottom .menu li a {
    padding: 0.625rem 0.5625rem;
    font-size: 0.875rem;
  }
}
/*--- footer ---*/
.main-footer {
  width: 100%;
  height: auto;
  background: #187190;
  color: #fff;
  line-height: normal;
  overflow: hidden;
}
.main-footer * {
  color: #fff;
}
.main-footer * a {
  color: #fff;
  text-decoration: none;
}
.main-footer * a:hover {
  color: #011c2c;
}
.main-footer .footer-top {
  position: relative;
  padding: 1.25rem 0 2.5rem;
}
.main-footer .footer-top:before {
  position: absolute;
  left: -0.625rem;
  bottom: 0;
  width: 21.125rem;
  height: 13.75rem;
  background-image: url("/source/d11cf9ca82c7450abd76f3ecf084b39d/footer-bg-1.svg");
  background-size: 21.125rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  opacity: 0.15;
  pointer-events: none;
}
.main-footer .footer-top:after {
  position: absolute;
  right: -2.5rem;
  top: 0.625rem;
  width: 13.125rem;
  height: 13.8125rem;
  background-image: url("/source/c8bf59b955dd5c3ef905febe664f5748/footer-bg-2.svg");
  background-size: 13.125rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  opacity: 0.15;
  pointer-events: none;
}
.main-footer .footer-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-footer .footer-top-wrapper .footer-col {
  width: calc(33.33% - 66px);
  max-width: 19.375rem;
}
@media (max-width: 1199px) {
  .main-footer .footer-top-wrapper .footer-col {
    width: calc(33.33% - 40px);
  }
}
@media (max-width: 991px) {
  .main-footer .footer-top-wrapper .footer-col {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .main-footer .footer-top-wrapper .footer-col {
    width: 100%;
    padding: 0.9375rem 0;
    margin: 0 !important;
  }
}
.main-footer .footer-top-wrapper .footer-col:not(:first-child) {
  margin-top: 2.0625rem;
}
.main-footer .footer-top-wrapper .footer-col h6 {
  position: relative;
  padding-bottom: 0.9375rem;
}
.main-footer .footer-top-wrapper .footer-col h6:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.625rem;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.main-footer .footer-top-wrapper .footer-col p {
  line-height: 1.6;
}
.main-footer .footer-top-wrapper .footer-col .footer-logo {
  display: block;
  margin-bottom: 4px;
}
.main-footer .footer-top-wrapper .footer-col .menu-part ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
  padding: 0;
}
@media (max-width: 991px) {
  .main-footer .footer-top-wrapper .footer-col .menu-part ul {
    margin: 0;
  }
}
.main-footer .footer-top-wrapper .footer-col .menu-part ul li {
  width: 50%;
  padding: 0 0.625rem;
  list-style: none;
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  .main-footer .footer-top-wrapper .footer-col .menu-part ul li {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .main-footer .footer-top-wrapper .footer-col .menu-part ul li:last-child {
    margin-bottom: 0;
  }
}
.main-footer .footer-top-wrapper .footer-col .address-info, .main-footer .footer-top-wrapper .footer-col .contact-info, .main-footer .footer-top-wrapper .footer-col .email-address, .main-footer .footer-top-wrapper .footer-col .fax-info {
  position: relative;
  padding-left: 2.0625rem;
  margin-bottom: 1.5625rem;
}
.main-footer .footer-top-wrapper .footer-col .address-info:before, .main-footer .footer-top-wrapper .footer-col .contact-info:before, .main-footer .footer-top-wrapper .footer-col .email-address:before, .main-footer .footer-top-wrapper .footer-col .fax-info:before {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.main-footer .footer-top-wrapper .footer-col .address-info:before {
  top: 0.3125rem;
  width: 1rem;
  height: 1.5rem;
  background-image: url("/source/cb283e5e761ce4814e4e960e7e77e55a/pin-icon.svg");
  background-size: 1rem;
}
.main-footer .footer-top-wrapper .footer-col .contact-info:before {
  top: 0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/source/759c04ae31afba4c7791565c83c328f8/call-icon-white.svg");
  background-size: 1.25rem;
}
.main-footer .footer-top-wrapper .footer-col .email-address:before {
  top: 0.375rem;
  width: 1.125rem;
  height: 0.8125rem;
  background-image: url("/source/9d9edded6e86daf53f2466f769d91426/email-icon.svg");
  background-size: 1.125rem;
}
.main-footer .footer-top-wrapper .footer-col .fax-info:before {
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/source/0b22ea3dd1477b41e60654718f815686/fax.svg");
  background-size: 1.25rem;
}
.main-footer .footer-bottom {
  padding: 0.9375rem 0;
  background-color: #011c2c;
  text-align: center;
}
.main-footer .footer-bottom p {
  font-size: 0.875rem;
}
.social ul {
  padding-left: 0;
  margin: 0;
  align-items: center;
}
.social li {
  list-style: none;
  margin-right: 1.5rem;
  padding: 0;
}
.social li a {
  display: block;
  line-height: 1;
  opacity: 0.6;
  transition: 0.3s;
}
.social li a:hover {
  opacity: 1;
}
.social li a img {
  height: 1.5rem;
}
.main-banner {
  overflow: hidden;
  padding-bottom: 4.6875rem;
}
@media (max-width: 991px) {
  .main-banner {
    padding-bottom: 1.875rem;
  }
}
.main-banner .banner-slider {
  position: relative;
}
.main-banner .banner-slider:before {
  position: absolute;
  left: 0;
  bottom: -5vw;
  width: 100%;
  height: 235px;
  background-image: url("/source/8a04f6c04f35d70b75b504df732163c9/banner-pattern.svg");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .main-banner .banner-slider:before {
    bottom: -1px;
  }
}
.main-banner .banner-slider .slick-arrow {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 0;
  padding: 0;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  background-color: transparent;
}
.main-banner .banner-slider .slick-arrow:hover, .main-banner .banner-slider .slick-arrow:focus {
  background-color: #a51e35;
}
@media (max-width: 1199px) {
  .main-banner .banner-slider .slick-arrow {
    top: 45%;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 10px;
  }
}
.main-banner .banner-slider .slick-prev {
  left: 20px;
  background-image: url("/source/c90819ad7cb170684f601eef022269fd/arrow-left.svg");
}
@media (max-width: 1199px) {
  .main-banner .banner-slider .slick-prev {
    left: 0;
  }
}
.main-banner .banner-slider .slick-next {
  right: 20px;
  background-image: url("/source/07497db5a2c4dfd62ff6a2ab2466eca0/arrow-right.svg");
}
@media (max-width: 1199px) {
  .main-banner .banner-slider .slick-next {
    right: 0;
  }
}
.main-banner .banner-slider .slick-track {
  display: flex !important;
}
.main-banner .banner-slider .slick-track .banner-slide {
  height: auto !important;
}
@media (max-width: 767px) {
  .main-banner .banner-slider .slick-track .banner-slide {
    display: flex !important;
  }
}
.main-banner .banner-slider .slick-dots {
  position: relative;
  top: 20px;
  z-index: 1;
}
.main-banner .banner-slide {
  position: relative;
  display: flex;
  z-index: 1;
}
.main-banner .banner-slide .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.main-banner .banner-slide .container {
  display: flex;
  align-items: center;
  min-height: 41rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 1398px) {
  .main-banner .banner-slide .container {
    min-height: 33.125rem;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-slide .container {
    min-height: 21.875rem;
  }
}
@media (max-width: 575px) {
  .main-banner .banner-slide .container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.main-banner .banner-slide-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 100px);
  max-width: 63.125rem;
  padding: 1.25rem 2.5rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .main-banner .banner-slide-wrapper {
    padding: 1.25rem;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-slide-wrapper {
    flex-wrap: wrap;
    width: calc(100% - 60px);
  }
}
@media (max-width: 991px) {
  .main-banner .banner-slide-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-slide-wrapper .banner-slide-info {
    width: 100%;
  }
}
.main-banner .banner-slide-wrapper h1 {
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .main-banner .banner-slide-wrapper h1 {
    margin-bottom: 0.625rem;
  }
}
.main-banner .banner-slide-wrapper p {
  color: #fff;
  line-height: 1.6;
}
.main-banner .banner-slide-wrapper .banner-slide-btn {
  flex: 0 0 auto;
  margin-left: 1.5625rem;
}
@media (max-width: 991px) {
  .main-banner .banner-slide-wrapper .banner-slide-btn {
    flex: none;
    width: 100%;
    margin-top: 1.5625rem;
    margin-left: 0;
  }
}
.our-production-component {
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .our-production-component {
    padding-bottom: 3.125rem;
  }
}
.our-production-component .our-production-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 767px) {
  .our-production-component .our-production-wrapper {
    margin: 0;
  }
}
.our-production-component .our-production-col {
  width: 50%;
  padding: 0 1.5625rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .our-production-component .our-production-col {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 767px) {
  .our-production-component .our-production-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .our-production-component .our-production-col {
    padding: 0;
  }
}
.our-production-component .our-production-col h2 {
  margin-bottom: 1.4375rem;
}
@media (max-width: 767px) {
  .our-production-component .our-production-col h2 {
    margin-bottom: 0.9375rem;
  }
}
.our-production-component .our-production-inner {
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
}
.our-production-component .our-production-image {
  position: relative;
  background-color: #fff;
}
.our-production-component .our-production-image:before {
  display: block;
  padding-top: 80%;
  content: "";
}
.our-production-component .our-production-image.background img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-production-component .our-production-image.product img {
  position: absolute;
  top: 30px;
  height: 85%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
.our-production-component .our-production-desc {
  position: relative;
  display: block;
  padding: 1.25rem 1.25rem 5.625rem;
  text-decoration: none !important;
  background-color: #fff;
}
.our-production-component .our-production-desc:hover {
  background-color: #a51e35;
}
.our-production-component .our-production-desc:hover h3 {
  color: #fff;
}
.our-production-component .our-production-desc:hover p {
  color: #fff;
}
.our-production-component .our-production-desc:hover .btn {
  color: #a51e35;
  background-color: #fff;
}
.our-production-component .our-production-desc h3 {
  margin-bottom: 1.25rem;
  color: #a51e35;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .our-production-component .our-production-desc h3 {
    margin-bottom: 0.625rem;
  }
}
.our-production-component .our-production-desc p {
  color: #000;
  transition: 0.3s;
}
.our-production-component .our-production-desc p:last-of-type {
  margin-bottom: 0;
}
.our-production-component .our-production-desc .btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  transition: 0.3s;
}
.about-us-component {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.about-us-component .about-us-desc {
  position: relative;
  width: 50%;
  padding: 9.0625rem 7.3125rem 9.0625rem 4.375rem;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .about-us-component .about-us-desc {
    padding: 1.875rem 1.875rem 2.5rem 1.875rem;
  }
}
@media (max-width: 767px) {
  .about-us-component .about-us-desc {
    width: 100%;
    padding: 1.875rem 0.9375rem 2.5rem 0.9375rem;
  }
}
.about-us-component .about-us-desc:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 115, 81, 0.79);
  content: "";
  z-index: 1;
  pointer-events: none;
}
.about-us-component .about-us-desc .about-us-inner {
  position: relative;
  z-index: 1;
}
.about-us-component .about-us-desc .h1 {
  margin-bottom: 0.625rem;
  color: #fff;
}
.about-us-component .about-us-desc p {
  color: #fff;
  line-height: 1.6;
}
.about-us-component .about-us-desc .btn {
  margin-top: 0.9375rem;
}
.about-us-component .about-us-image {
  position: relative;
  width: 50%;
  min-height: 39.375rem;
}
@media (max-width: 1199px) {
  .about-us-component .about-us-image {
    min-height: 31.25rem;
  }
}
@media (max-width: 767px) {
  .about-us-component .about-us-image {
    width: 100%;
  }
}
.about-us-component .about-us-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-us-component .about-us-image img {
    position: static;
  }
}
.testimonials-component {
  padding-top: 5.625rem;
  padding-bottom: 9.375rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonials-component {
    padding-top: 3.125rem;
    padding-bottom: 6.875rem;
  }
}
.testimonials-component .heading-group {
  max-width: 51.875rem;
  margin: 0 auto 3.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonials-component .heading-group {
    margin-bottom: 1.25rem;
  }
}
.testimonials-component .heading-group .h1 {
  margin-bottom: 0.625rem;
}
.testimonials-component .heading-group p {
  color: #000;
}
.testimonials-component .testimonials-slider .slick-list {
  overflow: visible !important;
}
@media (max-width: 767px) {
  .testimonials-component .testimonials-slider .slick-list {
    padding: 0 !important;
    overflow: hidden !important;
  }
}
.testimonials-component .testimonials-slider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -45px;
}
.testimonials-component .testimonials-slide {
  width: 488px;
  margin: 0 4.5rem;
}
@media (max-width: 767px) {
  .testimonials-component .testimonials-slide {
    margin: 0 1.5625rem;
  }
}
.testimonials-component .testimonials-slide.slick-current .testimonials-detail {
  transform: scale(1.38) translateY(6px);
}
@media (max-width: 991px) {
  .testimonials-component .testimonials-slide.slick-current .testimonials-detail {
    transform: scale(1.18) translateY(6px);
  }
}
@media (max-width: 767px) {
  .testimonials-component .testimonials-slide.slick-current .testimonials-detail {
    transform: none;
  }
}
.testimonials-component .testimonials-slide.slick-current .testimonials-description {
  background-color: #013655;
  padding: 0.75rem 1rem 0.75rem 0.5625rem;
}
.testimonials-component .testimonials-slide.slick-current .testimonials-description p {
  color: #fff;
  transform: scale(0.85);
}
.testimonials-component .testimonials-slide.slick-current .testimonials-description:before {
  top: 2rem;
  left: 1.1875rem;
  transform: scale(1.3);
  background-image: url("/source/e950eda556a336a4c0ea3e025a7bf619/quote-active.svg");
  opacity: 0.3;
}
.testimonials-component .testimonials-slide.slick-current .testimonials-description:after {
  border-top-color: #013655;
}
.testimonials-component .testimonials-slide.slick-current .testimonials-author h6 {
  color: #a51e35;
  transform: scale(1.2);
}
.testimonials-component .testimonials-slide.slick-current .testimonials-author span {
  transform: scale(1.1);
}
.testimonials-component .testimonials-detail {
  transition: 0.3s;
}
.testimonials-component .testimonials-description {
  position: relative;
  padding: 1rem 1.625rem 1rem 4.375rem;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .testimonials-component .testimonials-description {
    padding: 0.9375rem 0.9375rem 0.9375rem 4.375rem !important;
  }
}
.testimonials-component .testimonials-description p {
  font-size: 0.875rem;
  transition: 0.3s;
  transform: scale(1);
  transform-origin: right center;
  color: #000;
}
@media (max-width: 767px) {
  .testimonials-component .testimonials-description p {
    transform: scale(1) !important;
  }
}
.testimonials-component .testimonials-description:before {
  position: absolute;
  top: 1.25rem;
  left: 0.8125rem;
  width: 2.5625rem;
  height: 2.1875rem;
  background-image: url("/source/9a5747c5ac12ab68a7eed662bbc240c9/quote-black.svg");
  background-size: 2.5625rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  opacity: 0.12;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .testimonials-component .testimonials-description:before {
    transform: scale(1) !important;
    top: 1.25rem !important;
    left: 0.9375rem !important;
  }
}
.testimonials-component .testimonials-description:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #fff;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transform: translateY(90%);
  transition: 0.3s;
}
.testimonials-component .testimonials-author {
  margin-top: 1.6875rem;
  text-align: center;
}
.testimonials-component .testimonials-author h6 {
  margin-bottom: 0;
  color: #525252;
  font-size: 0.6875rem;
  line-height: 1.5;
  text-transform: uppercase;
  transition: 0.3s;
  transform: scale(1);
}
.testimonials-component .testimonials-author span {
  display: block;
  color: #525252;
  font-size: 0.6875rem;
  line-height: 1.5;
  transition: 0.3s;
  transform: scale(1);
}
.cta-component {
  padding-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .cta-component {
    padding-bottom: 3.75rem;
  }
}
.cta-component .cta-wrapper {
  margin-top:4.25rem; /*added when disabled testimonials block */
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cta-component .cta-wrapper {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .cta-component .cta-wrapper {
    flex-wrap: wrap;
  }
}
.cta-component .cta-wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(165, 30, 53, 0.91);
  z-index: -1;
}
.cta-component .cta-desc {
  flex: 1 1 auto;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .cta-component .cta-desc {
    flex: none;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .cta-component .cta-desc {
    padding-right: 1.25rem;
  }
}
.cta-component .cta-desc h2 {
  color: #fff;
  line-height: 1.2;
}
.cta-component .cta-desc p {
  color: #fff;
}
.cta-component .cta-desc p a {
  color: inherit;
  text-decoration: underline !important;
}
.cta-component .cta-desc p a:hover {
  text-decoration: none !important;
}
.cta-component .cta-btn {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .cta-component .cta-btn {
    flex: none;
    margin-top: 1.5625rem;
  }
}
.inner-banner {
  position: relative;
  min-height: 32.8125rem;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .inner-banner {
    min-height: 21.875rem;
  }
}
.inner-banner:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 235px;
  background-image: url("/source/8a04f6c04f35d70b75b504df732163c9/banner-pattern.svg");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .inner-banner:before {
    bottom: -1px;
  }
}
.inner-banner .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 5vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact-component {
  padding-top: 15px;
}
.contact-component .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 175px;
}
@media (max-width: 1398px) {
  .contact-component .contact-wrapper {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .contact-component .contact-wrapper {
    padding-bottom: 70px;
  }
}
.contact-component .contact-wrapper .contact-desc {
  width: calc(100% - 350px);
  padding-right: 60px;
}
@media (max-width: 991px) {
  .contact-component .contact-wrapper .contact-desc {
    width: calc(100% - 270px);
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .contact-component .contact-wrapper .contact-desc {
    width: 100%;
    padding-right: 0;
    margin-bottom: 120px;
  }
}
.contact-component .contact-wrapper .contact-desc form {
  position: relative;
}
.contact-component .contact-wrapper .contact-desc form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.contact-component .contact-wrapper .contact-desc form .form-group.submit-col {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: auto;
  padding-left: 0;
}
.contact-component .contact-wrapper .contact-desc form .form-group.submit-col .ajax-loader {
  transform: translateY(13px);
}
.contact-component .contact-wrapper .contact-desc form .form-group.mb-0 {
  margin-bottom: 0;
}
.contact-component .contact-wrapper .contact-desc form input[type="submit"]:hover, .contact-component .contact-wrapper .contact-desc form input[type="submit"]:focus {
  border-color: #a51e35;
}
.contact-component .contact-wrapper .sidebar {
  width: 350px;
  background-color: #013655;
  padding: 1.5625rem 1.875rem;
  background-image: url("/source/84917f1fdec0b5137c4f26dea000912e/call-icon-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 991px) {
  .contact-component .contact-wrapper .sidebar {
    width: 270px;
    padding: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .contact-component .contact-wrapper .sidebar {
    width: 100%;
    min-height: 25rem;
  }
}
.contact-component .contact-wrapper .sidebar h6 {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
}
.contact-component .contact-wrapper .sidebar .address-info, .contact-component .contact-wrapper .sidebar .contact-info, .contact-component .contact-wrapper .sidebar .email-address, .contact-component .contact-wrapper .sidebar .fax-info {
  position: relative;
  padding-left: 2.0625rem;
  margin-bottom: 1.5625rem;
}
.contact-component .contact-wrapper .sidebar .address-info p, .contact-component .contact-wrapper .sidebar .contact-info p, .contact-component .contact-wrapper .sidebar .email-address p, .contact-component .contact-wrapper .sidebar .fax-info p, .contact-component .contact-wrapper .sidebar .address-info a, .contact-component .contact-wrapper .sidebar .contact-info a, .contact-component .contact-wrapper .sidebar .email-address a, .contact-component .contact-wrapper .sidebar .fax-info a {
  color: #fff;
  font-weight: 700;
}
.contact-component .contact-wrapper .sidebar .address-info a:hover, .contact-component .contact-wrapper .sidebar .contact-info a:hover, .contact-component .contact-wrapper .sidebar .email-address a:hover, .contact-component .contact-wrapper .sidebar .fax-info a:hover {
  color: #fff;
  text-decoration: underline;
}
.contact-component .contact-wrapper .sidebar .address-info:before, .contact-component .contact-wrapper .sidebar .contact-info:before, .contact-component .contact-wrapper .sidebar .email-address:before, .contact-component .contact-wrapper .sidebar .fax-info:before {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.contact-component .contact-wrapper .sidebar .address-info:before {
  top: 0.3125rem;
  width: 1rem;
  height: 1.5rem;
  background-image: url("/source/cb283e5e761ce4814e4e960e7e77e55a/pin-icon.svg");
  background-size: 1rem;
}
.contact-component .contact-wrapper .sidebar .contact-info:before {
  top: 0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/source/759c04ae31afba4c7791565c83c328f8/call-icon-white.svg");
  background-size: 1.25rem;
}
.contact-component .contact-wrapper .sidebar .email-address:before {
  top: 0.375rem;
  width: 1.125rem;
  height: 0.8125rem;
  background-image: url("/source/9d9edded6e86daf53f2466f769d91426/email-icon.svg");
  background-size: 1.125rem;
}
.contact-component .contact-wrapper .sidebar .fax-info:before {
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/source/0b22ea3dd1477b41e60654718f815686/fax.svg");
  background-size: 1.25rem;
}
.contact-component .contact-wrapper .sidebar .social li {
  margin-right: 12px;
}
.contact-component .contact-wrapper .sidebar .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.16);
}
.contact-component .contact-wrapper .sidebar .social li a:hover {
  background-color: #a51e35;
}
.contact-component .contact-wrapper .sidebar .social li a img {
  max-width: 15px;
  max-height: 15px;
}
.contact-component .map-part {
  height: 370px;
}
.contact-component .map-part iframe {
  height: 100%;
  width: 100%;
}
.cpt-listing {
  padding-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .cpt-listing {
    padding-bottom: 4.375rem;
  }
}
.cpt-listing .pagination {
  margin-top: 1.875rem;
}
.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px -15px 0;
  margin-top: 50px;
}
.products .product-list {
  position: relative;
  width: 25%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .products .product-list {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .products .product-list {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .products .product-list {
    width: 100%;
  }
}
.products .product-list:before {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 15px);
  left: 0;
  right: 0;
  top: 15px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
  content: "";
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.products .product-list:hover:before {
  opacity: 1;
}
.products .product-list a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  padding: 20px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
  pointer-events: auto;
}
.products .product-list .product-img {
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .product-list .product-img.equipment-image {
  height: 205px;
}
.products .product-list .product-img img {
  max-width: 100%;
  max-height: 100%;
}
.products .product-list h5 {
  font-size: 17px;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .products .product-list h5 {
    font-size: 14px;
  }
}
.product-detail .Product-image {
  margin: 30px 0;
}
.equipment-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.equipment-block .image-block {
  width: 368px;
  background-color: #fff;
  max-width: 100%;
}
.equipment-block .image-block .img-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  padding: 20px;
}
.equipment-block .image-block .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.equipment-block .image-block + .details-block {
  width: calc(100% - 368px);
  padding-left: 50px;
}
.equipment-block .details-block {
  width: 100%;
  padding-left: 0;
}
@media (max-width: 991px) {
  .equipment-block .details-block {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.equipment-block .details-block h1 {
  font-size: 40px;
  margin-top: -13px;
}
@media (max-width: 991px) {
  .equipment-block .details-block h1 {
    font-size: 20px;
    margin-top: 0;
  }
}
.equipment-description {
  width: 100%;
  margin-top: 40px;
}
.equipment-description strong {
  color: #000;
  font-size: 18px;
}
.equipment-description p {
  margin: 10px 0;
  font-size: 16px;
}
.description-table {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 18px -15px 0;
}
.description-table .table-block {
  min-width: 287px;
  padding: 0 15px;
}
.service {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.service .service-details {
  width: calc(100% - 370px);
  padding: 0 50px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .service .service-details {
    width: 100%;
    padding-right: 0;
  }
}
.service .service-details img {
  width: 100%;
}
.service .sidebar {
  position: relative;
  max-width: 370px;
  background-color: #a51e35;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 10px solid #007351;
  text-align: center;
}
.service .sidebar:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  clear: both;
  background-color: #a51e35;
  opacity: 0.92;
}
@media (max-width: 991px) {
  .service .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
.service .sidebar .overlay {
  z-index: 999;
  position: relative;
}
.service .sidebar .sidebar-image {
  line-height: 20px;
  padding: 50px 40px;
}
.service .sidebar .sidebar-image h4 {
  font-size: 18px;
  color: #fff;
}
.service .sidebar .sidebar-image p {
  line-height: 25px;
  color: #f8dada;
}
.service .sidebar .sidebar-image .contact-no {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  margin-bottom: 60px;
  margin-top: 45px;
}
.blog_details {
  width: calc(100% - 270px);
  padding-right: 3.125rem;
}
@media (max-width: 1199px) {
  .blog_details {
    padding-right: 1.875rem;
  }
}
@media (max-width: 991px) {
  .blog_details {
    width: 100%;
    padding-right: 0;
  }
}
.blog_details .main_images {
  width: 100%;
  margin-bottom: 15px;
}
.blog_details .main_images img {
  width: 100%;
}
.blog_details .main_date {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 17px 0;
  color: #a4b4bc;
  font-size: 16px;
  font-weight: 500;
}
.blog_details .main_date .date {
  position: relative;
  padding: 0 25px;
}
.blog_details .main_date .date:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("/source/4360aa203af9448cabf7fe38990518e6/Group-4667.png");
}
.blog_details .main_date .admin {
  position: relative;
  padding: 0 25px;
}
.blog_details .main_date .admin:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("/source/6a1394ab290b527805eeaa93eca5f430/Group-4668.png");
}
.blog_details .main_date .admin a {
  color: #a4b4bc;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.blog_details blockquote {
  background: #f8f8f8;
  list-style: none;
  font-size: 20px;
  position: relative;
  margin: 30px 0;
  font-style: italic;
  border-left: 5px solid #a51e35;
}
.blog_details blockquote:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 40px;
  width: 100px;
  background-size: cover;
  height: 85px;
  background-image: url("/source/ca11b0433ad5f34c98d4adcaa2ac59b4/Group-4676.png");
  background-repeat: no-repeat;
}
.blog_details ul {
  list-style: none;
  padding: 20px 0;
}
.blog_details ul li {
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 12px;
  list-style: none;
}
.blog_details ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 7px;
  content: "";
  background-image: url("/source/ee2485644adf745f70fcdc7adb5b712c/arrow-icon.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.blog_details .navigation .screen-reader-text {
  display: none;
}
.blog_details .navigation .nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blog_details .navigation .nav-links a {
  position: relative;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #a51e35;
  text-decoration: none !important;
}
.blog_details .navigation .nav-links a:hover {
  background-color: #a51e35;
  color: #fff;
}
.blog_details .navigation .nav-links a:hover:before {
  opacity: 0;
}
.blog_details .navigation .nav-links a:hover:after {
  opacity: 1;
}
.blog_details .navigation .nav-links a:before, .blog_details .navigation .nav-links a:after {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 12px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  transition: 0.3s;
}
.blog_details .navigation .nav-links a:before {
  background-image: url("/source/432cac35710fc7400f7d8a2f695c69e0/back-red.svg");
  opacity: 1;
}
.blog_details .navigation .nav-links a:after {
  background-image: url("/source/a26f68de3d593ca8d25c3e72a6e69d36/back-white.svg");
  opacity: 0;
}
.blog_details .navigation .nav-links .nav-previous a {
  padding: 12px 21px 12px 46px;
}
.blog_details .navigation .nav-links .nav-previous a:before, .blog_details .navigation .nav-links .nav-previous a:after {
  transform: translateY(-50%);
  left: 20px;
}
.blog_details .navigation .nav-links .nav-next a {
  padding: 12px 46px 12px 21px;
}
.blog_details .navigation .nav-links .nav-next a:before, .blog_details .navigation .nav-links .nav-next a:after {
  transform: translateY(-50%) rotate(180deg);
  right: 20px;
}
.blog_details .blog-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 9px;
  margin-bottom: 30px;
  margin-top: 50px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.blog_details .blog-social span {
  margin-right: 15px;
}
.blog_details .blog-social ul {
  padding: 0;
  margin: 0;
}
.blog_details .blog-social ul li {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.blog_details .blog-social ul li:not(:last-child) {
  margin-right: 15px;
}
.blog_details .blog-social ul li:before {
  display: none;
}
.blog_details .blog-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #eceae4;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: 0.3s;
}
.blog_details .blog-social ul li a:hover {
  background-color: transparent;
  border-color: #a51e35;
}
.blog_details .blog-social ul li a img {
  max-width: 12px;
  max-height: 12px;
}
.blog-listing {
  padding-bottom: 4.375rem;
}
.blog-listing.detail-block {
  padding: 4.375rem 0;
}
.blog-listing.detail-block .right-sidebar {
  padding-top: 0;
}
@media (max-width: 991px) {
  .blog-listing.detail-block .right-sidebar {
    padding-top: 4.375rem;
  }
}
.blog-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.blog-listing-wrapper .main_blog_section {
  width: calc(100% - 270px);
  padding-right: 3.125rem;
}
@media (max-width: 1199px) {
  .blog-listing-wrapper .main_blog_section {
    padding-right: 1.875rem;
  }
}
@media (max-width: 991px) {
  .blog-listing-wrapper .main_blog_section {
    width: 100%;
    padding-right: 0;
  }
}
.blog-listing-wrapper .main_blog_section .title_content {
  padding: 1.875rem 4.375rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .blog-listing-wrapper .main_blog_section .title_content {
    padding: 1.875rem;
  }
}
@media (max-width: 767px) {
  .blog-listing-wrapper .main_blog_section .title_content {
    padding: 1.875rem 0.9375rem;
  }
}
.blog-listing-wrapper .main_blog_section .main_postview {
  width: 100%;
  max-width: 53rem;
  margin-bottom: 1.875rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.blog-listing-wrapper .main_blog_section .main_postview .main_images img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.blog-listing-wrapper .main_blog_section .cta-btn {
  padding-top: 1.875rem;
}
.blog-listing-wrapper .main_blog_section .cta-btn a {
  border: 1px solid #a51e35;
}
.blog-listing-wrapper .main_blog_section .title_content h2 {
  font-size: 1.875rem;
  padding: 0 0 0.625rem;
}
@media (max-width: 767px) {
  .blog-listing-wrapper .main_blog_section .title_content h2 {
    font-size: 1.75rem;
  }
}
.blog-listing-wrapper .main_blog_section .title_content p {
  font-size: 1rem;
  color: #525252;
}
.blog-listing-wrapper .main_blog_section .main_date {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-listing-wrapper .main_blog_section .main_date .date {
  position: relative;
  padding: 0 1.5625rem;
  color: #a4b4bc;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.blog-listing-wrapper .main_blog_section .main_date .date:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("/source/4360aa203af9448cabf7fe38990518e6/Group-4667.png");
}
.blog-listing-wrapper .main_blog_section .main_date .admin {
  position: relative;
  padding: 0 1.5625rem;
}
.blog-listing-wrapper .main_blog_section .main_date .admin:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("/source/6a1394ab290b527805eeaa93eca5f430/Group-4668.png");
}
.blog-listing-wrapper .main_blog_section .main_date .admin a {
  color: #a4b4bc;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.blog-listing-wrapper .main_blog_section .main_date .admin a:hover {
  color: #a51e35;
}
.blog-listing-wrapper .right-sidebar {
  width: 16.875rem;
  padding-top: 0.9375rem;
}
@media (max-width: 991px) {
  .blog-listing-wrapper .right-sidebar {
    width: 100%;
    padding-top: 4.375rem;
  }
}
.blog-listing-wrapper .right-sidebar .widget_search {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .blog-listing-wrapper .right-sidebar .widget_search {
    margin-bottom: 1.875rem;
  }
}
.blog-listing-wrapper .right-sidebar .search-form {
  position: relative;
  padding: 6px;
  border: 1px solid #d3d3d3;
}
.blog-listing-wrapper .right-sidebar .search-form label {
  margin-bottom: 0;
}
.blog-listing-wrapper .right-sidebar .search-form .search-field {
  padding-right: 3.4375rem;
  background-color: #fff;
}
.blog-listing-wrapper .right-sidebar .search-form .search-submit {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
  font-size: 0;
  background-image: url("/source/186b97b208ea6767e3ea70878590c6cf/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  background-color: #007351;
}
.blog-listing-wrapper .right-sidebar .search-form .search-submit:hover {
  background-color: #a51e35;
}
.blog-listing-wrapper .right-sidebar .widget .widget-title {
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(165, 30, 53, 0.3);
}
.blog-listing-wrapper .right-sidebar .widget_categories {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .blog-listing-wrapper .right-sidebar .widget_categories {
    margin-bottom: 1.875rem;
  }
}
.blog-listing-wrapper .right-sidebar .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
}
.blog-listing-wrapper .right-sidebar .widget_categories ul li {
  position: relative;
  padding: 0 0 0 1.4375rem;
  list-style: none;
  color: #525252;
}
.blog-listing-wrapper .right-sidebar .widget_categories ul li:not(:last-child) {
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .blog-listing-wrapper .right-sidebar .widget_categories ul li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.blog-listing-wrapper .right-sidebar .widget_categories ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  content: "";
  background-color: #c9c9c9;
}
.blog-listing-wrapper .right-sidebar .widget_categories ul li a {
  color: inherit;
}
.blog-listing-wrapper .right-sidebar .widget_categories ul li:hover {
  color: #a51e35;
}
.blog-listing-wrapper .right-sidebar .popular-posts ul {
  padding-left: 0;
  margin-bottom: 0;
}
.blog-listing-wrapper .right-sidebar .popular-posts ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 4.6875rem;
  padding: 0 0 0 5.9375rem;
}
.blog-listing-wrapper .right-sidebar .popular-posts ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .blog-listing-wrapper .right-sidebar .popular-posts ul li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.blog-listing-wrapper .right-sidebar .popular-posts ul li a:not(.wpp-post-title) {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.6875rem;
  height: 4.6875rem;
}
.blog-listing-wrapper .right-sidebar .popular-posts ul li .wpp-post-title {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.blog-listing-wrapper .right-sidebar .popular-posts ul li .wpp-post-title:hover {
  color: #a51e35;
}
.blog-listing-wrapper .right-sidebar .popular-posts ul li .wpp-date {
  color: #b6b6b6;
  font-weight: 500;
  font-size: 0.9375rem;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 1.25rem;
  }
}
.pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2rem;
  height: 2rem;
  color: #525252;
  font-weight: 600;
  text-decoration: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 0;
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .page-numbers.current {
  background-color: #a51e35;
  color: #fff !important;
}
.pagination .page-numbers:hover {
  color: #a51e35;
}
.pagination .page-numbers.prev {
  background-image: url("/source/88b5dd1eb49cc532f99e2a4400db3161/page-prev.svg");
}
.pagination .page-numbers.next {
  background-image: url("/source/7eb8a9ed4ccc84854fb6ca557e306b5f/page-next.svg");
}
/*# sourceMappingURL=style.css.map */