/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/theme.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/theme.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/*
=========================================================================
|| Tailwind CSS
=========================================================================
*/
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.w-\[calc\(50\%-16px\)\]{
  width: calc(50% - 16px);
}
.max-w-\[800px\]{
  max-width: 800px;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.gap-4{
  gap: 1rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.bg-\[\#f7f7f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.p-4{
  padding: 1rem;
}
.text-center{
  text-align: center;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.leading-\[28px\]{
  line-height: 28px;
}
.text-\[\#050508\]{
  --tw-text-opacity: 1;
  color: rgb(5 5 8 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/*
=========================================================================
|| Node Modules
=========================================================================
*/
/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*
=========================================================================
|| Theme
=========================================================================
*/
/*
  Template Name: Lastest Attire
  Description: ;
  Version: 1.0.0;
  Text Domain latest-attire;
*/
/*
.........................................
        Table of Contents:


.........................................
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #414155;
  text-align: left;
  overflow-x: hidden !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
}

h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

h5 {
  font-size: 1.25em;
  margin: 5px 0;
}

h6 {
  font-size: 1.125em;
  margin: 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #273167;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

p {
  font-size: 15px;
  margin: 0 0 1.6em;
  color: #414155;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 1650px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #414155;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.empty-space {
  display: inline-block;
  height: 110px;
}
@media (max-width: 1025px) {
  .empty-space {
    height: 33px;
  }
}

/*
=========================================================================
|| layout
=========================================================================
*/
.animated {
  opacity: 1;
  visibility: visible;
  animation-name: fadeInUp;
}

.section-wrapper {
  width: 100%;
  height: 100%;
}

.btn-primary {
  background: #297745;
  border-radius: 8px;
  padding: 17px 30px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .btn-primary {
    padding: 14px 25px;
  }
}
.btn-primary:hover {
  color: #fff;
  box-shadow: 0px 5px 12px rgba(41, 119, 69, 0.3);
}

.attire-description h2 {
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .attire-description h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
.attire-description h3 {
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .attire-description h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.attire-description h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-bottom: 20px;
  margin-top: 0;
}
.attire-description h5 {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #297745;
  margin-bottom: 10px;
}
.attire-description p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.attire-description ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.attire-description ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 32px;
}
.attire-description ul li:last-child {
  margin-bottom: 0;
}
.attire-description ul li svg {
  position: absolute;
  top: 2px;
  width: 22px;
  left: 0;
}
.attire-description.text-white h2,
.attire-description.text-white h3,
.attire-description.text-white h4,
.attire-description.text-white p,
.attire-description.text-white ul li {
  color: #fff;
}

.section-head .top-title {
  color: #297745;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.section-head h2.head-title {
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-top: 0;
}
@media (max-width: 768px) {
  .section-head h2.head-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .section-head h2.head-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-head p.short-des {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #414155;
  margin-bottom: 40px;
  max-width: 500px;
}
.section-head.attire-center {
  text-align: center;
}
.section-head.attire-center p.short-des {
  margin: 0 auto 40px auto;
}

.container {
  margin: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
  transition: 1s;
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
.attire-desktop-view {
  display: block;
}
@media (max-width: 600px) {
  .attire-desktop-view {
    display: none;
  }
}

.attire-mobile-view {
  display: none;
}
@media (max-width: 600px) {
  .attire-mobile-view {
    display: block;
  }
}

.error-page-design {
  max-width: 650px;
  margin: 100px auto 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .error-page-design {
    max-width: 100%;
    padding: 0 15px;
  }
}
.error-page-design h2 {
  margin-bottom: 0;
  color: #050508;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .error-page-design h2 {
    font-size: 32px;
  }
}
.error-page-design h1 {
  margin: 0;
  font-size: 108px;
  line-height: 120px;
  color: #d91d55;
}
.error-page-design p {
  margin-bottom: 0;
}
.error-page-design .btn-group {
  margin-top: 15px;
}
.error-page-design .btn-group a.btn-transparent {
  color: #d91d55;
  padding: 15px 25px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d91d55;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.error-page-design .btn-group a.btn-transparent:hover {
  background: #297745;
  color: #fff;
}
.error-page-design .btn-group a.btn-transparent:hover path {
  fill: #fff;
}
.error-page-design .btn-group a.btn-transparent svg {
  margin-left: 5px;
}
.error-page-design .btn-group a.btn-transparent svg path {
  fill: #297745;
}

header {
  width: 100%;
  z-index: 99;
  background: #fff;
  position: relative;
  height: 100px;
}
@media (max-width: 480px) {
  header {
    height: 60px;
  }
}
header.top-30px {
  margin-top: 30px;
}
@media (max-width: 480px) {
  header.top-30px {
    margin-top: 45px;
  }
}
header.top-30px .header-desktop {
  margin-top: 30px;
}
@media (max-width: 480px) {
  header.top-30px .header-desktop {
    margin-top: 45px;
  }
}
header.top-box-shadow {
  box-shadow: 0px 4px 34px rgba(26, 23, 49, 0.06);
}
header .header-desktop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  z-index: 99999999;
  background: #fff;
}
@media (max-width: 480px) {
  header .header-desktop {
    height: 60px;
  }
}
@media (min-width: 2000px) {
  header .header-desktop {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px;
  }
}
header .header-desktop .container-fluid {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
}
header .header-desktop .container-fluid .logo {
  margin: 0;
  width: 220px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  header .header-desktop .container-fluid .logo {
    width: 100px;
  }
}
header .header-desktop .container-fluid .logo img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header-desktop .container-fluid .logo video {
  width: 210px;
  pointer-events: none;
  outline: 0;
  margin-top: -10px;
}
header .header-desktop .container-fluid .menu-expand {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
}
@media (max-width: 1200px) {
  header .header-desktop .container-fluid .menu-expand {
    display: block;
  }
}
header .header-desktop .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-desktop .main-menu .menu-close-icon {
  position: fixed;
  top: 40px;
  right: 5px;
  cursor: pointer;
  display: none;
  background-color: transparent;
  border: none;
  z-index: 999999;
  outline: 0;
}
@media (max-width: 1200px) {
  header .header-desktop .main-menu .menu-close-icon {
    display: block;
  }
  header .header-desktop .main-menu {
    visibility: hidden;
    opacity: 0;
    z-index: -99999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateY(10rem);
    transition: transform 0.4s ease;
    background: #297745;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header .header-desktop .main-menu::-webkit-scrollbar {
    width: 8px;
  }
  header .header-desktop .main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  header .header-desktop .main-menu::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  header .header-desktop .main-menu.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 99999;
  }
  .menu-primary-menu-container {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 129px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-bottom: 75px;
  }
}
.menu-primary-menu-container #menu-primary-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu {
    display: block;
  }
}
.menu-primary-menu-container #menu-primary-menu li {
  float: left;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li {
    width: 100%;
  }
}
.menu-primary-menu-container #menu-primary-menu li a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #050508;
  font-weight: 400;
  padding: 36px 20px 42px 10px;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .menu-primary-menu-container #menu-primary-menu li a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li a {
    padding: 0 0 40px 0;
    color: #fff;
  }
}
.menu-primary-menu-container #menu-primary-menu li a:hover {
  color: #297745;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li a:hover {
    color: #fff !important;
  }
}
.menu-primary-menu-container #menu-primary-menu li:last-child {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li:last-child {
    margin-left: 0;
    padding-bottom: 100px;
  }
}
.menu-primary-menu-container #menu-primary-menu li:last-child a {
  background: transparent;
  color: #297745;
  padding: 17px 30px;
  margin-top: 19px;
  border: 1px solid #297745;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.3s ease;
}
@media (max-width: 1025px) {
  .menu-primary-menu-container #menu-primary-menu li:last-child a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li:last-child a {
    color: #ffffff;
    padding: 0;
    margin-top: 0;
    border: 0;
    font-weight: normal;
  }
}
.menu-primary-menu-container #menu-primary-menu li:last-child a:hover {
  background: #297745;
  color: #fff;
  box-shadow: 0px 5px 12px rgba(41, 119, 69, 0.3);
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li:last-child a:hover {
    color: #fff !important;
  }
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu {
  position: absolute;
  width: 300px;
  background: #fff;
  list-style: none;
  z-index: -1;
  margin-top: 0;
  transform: translateY(10px);
  visibility: hidden;
  pointer-events: auto;
  transition: transform 0.4s;
  padding-left: 0;
  opacity: 0;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li ul.sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transform: translateY(0px);
    display: none;
  }
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(26, 28, 37, 0.0784313725);
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .menu-primary-menu-container #menu-primary-menu li ul.sub-menu li:last-child {
    border-bottom: 0;
  }
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li a {
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
  line-height: 24px;
  width: 100%;
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li:last-child {
  margin-left: 0;
  border-bottom: 0;
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li:last-child a {
  box-sizing: border-box;
  border: none;
  font-weight: 400;
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li:last-child a:hover {
  background: transparent;
  color: #297745;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li ul.sub-menu li:last-child a:hover {
    color: #fff !important;
  }
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li ul {
  width: 180px;
  right: -180px;
  display: none;
  top: 0;
}
@media (max-width: 1025px) {
  .menu-primary-menu-container #menu-primary-menu li ul.sub-menu li ul {
    right: 0;
    width: 100%;
    padding-left: 25px;
  }
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li ul li a .submenu-icon {
  display: none !important;
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li:hover ul {
  display: block;
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li.menu-item-has-children {
  position: relative;
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li.menu-item-has-children a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu li.menu-item-has-children a svg.submenu-icon {
  display: inline-block;
  transform: rotate(-90deg);
}
.menu-primary-menu-container #menu-primary-menu li ul.sub-menu.active {
  display: block;
}
.menu-primary-menu-container #menu-primary-menu li:hover a {
  color: #297745;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li:hover a {
    color: #fff !important;
  }
}
.menu-primary-menu-container #menu-primary-menu li:hover ul.sub-menu {
  transform: translateY(0px);
  visibility: visible;
  z-index: 9;
  opacity: 1;
  transition: transform 0.4s ease;
}
.menu-primary-menu-container #menu-primary-menu li:hover ul.sub-menu li a {
  color: #17183B;
}
.menu-primary-menu-container #menu-primary-menu li:hover ul.sub-menu li a:hover {
  color: #297745;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li:hover ul.sub-menu li a:hover {
    color: #fff !important;
  }
}
.menu-primary-menu-container #menu-primary-menu li:hover .submenu-icon path {
  fill: #297745;
}
.menu-primary-menu-container #menu-primary-menu li.menu-item-has-children {
  padding-right: 0px;
}
@media (max-width: 600px) {
  .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.menu-primary-menu-container #menu-primary-menu li.menu-item-has-children a svg {
  display: inline-block;
  content: "";
  transition: all 0.4s ease;
  margin-top: -2px;
  margin-left: 4px;
  width: 10px;
  height: 10px;
}
@media (max-width: 1025px) {
  .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children a svg {
    width: 24px;
    height: 10px;
  }
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children a svg {
    transform: rotate(0);
  }
}
.menu-primary-menu-container #menu-primary-menu li.menu-item-has-children a svg path {
  fill: #050508;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children a svg path {
    fill: #fff;
  }
}
.menu-primary-menu-container #menu-primary-menu li.menu-item-has-children .sub-menu li a svg {
  display: none;
}
.menu-primary-menu-container #menu-primary-menu li.menu-item-has-children:hover .submenu-icon {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children:hover .submenu-icon {
    margin-top: 0;
    transform: rotate(0);
  }
}
.menu-primary-menu-container #menu-primary-menu li.menu-item-has-children:hover .submenu-icon path {
  fill: #297745;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children:hover .submenu-icon path {
    fill: #fff;
  }
}
.menu-primary-menu-container #menu-primary-menu li.menu-item-has-children.active .submenu-icon {
  margin-top: 0px;
  transform: rotate(180deg);
}
.menu-primary-menu-container #menu-primary-menu li.current_page_item a {
  color: #297745;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li.current_page_item a {
    color: #fff;
    font-weight: 700;
  }
}
.menu-primary-menu-container #menu-primary-menu li.current_page_item ul.sub-menu li a {
  color: #17183B;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li.current_page_item ul.sub-menu li a {
    color: #fff;
    font-weight: 700;
  }
}
.menu-primary-menu-container #menu-primary-menu li.current_page_item ul.sub-menu li a:hover {
  color: #297745;
}
@media (max-width: 1200px) {
  .menu-primary-menu-container #menu-primary-menu li.current_page_item ul.sub-menu li a:hover {
    color: #fff;
  }
}

#wrapper-footer {
  background-color: #08081C;
}
#wrapper-footer .footer-top {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#wrapper-footer .footer-top .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#wrapper-footer .footer-top .logo a {
  display: block;
}
#wrapper-footer .footer-top .logo a img {
  width: 179px;
  height: auto;
}
#wrapper-footer .footer-top .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#wrapper-footer .footer-top .links a:hover svg path {
  fill: #297745;
}
#wrapper-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 102px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1025px) {
  #wrapper-footer .footer-bottom {
    gap: 30px;
  }
}
#wrapper-footer .footer-bottom .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
#wrapper-footer .footer-bottom ul.address-item {
  list-style: none;
  padding: 0;
}
#wrapper-footer .footer-bottom ul.address-item li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
}
#wrapper-footer .footer-bottom ul.address-item li a {
  color: rgba(255, 255, 255, 0.8);
}
#wrapper-footer .footer-bottom ul.address-item li a:hover {
  color: #297745;
}
#wrapper-footer .footer-bottom ul.address-item li svg {
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper-footer .footer-bottom ul.address-item li svg path {
  stroke: #297745;
}
#wrapper-footer .footer-bottom .footer__menu-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 60px;
}
#wrapper-footer .footer-bottom .footer__menu-links ul li {
  width: calc(50% - 30px);
}
#wrapper-footer .footer-bottom .footer__menu-links ul li a {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in;
}
#wrapper-footer .footer-bottom .footer__menu-links ul li a:hover {
  color: #297745;
}
#wrapper-footer .footer-bottom .address {
  width: 252px;
}
@media (max-width: 1025px) {
  #wrapper-footer .footer-bottom .address {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  #wrapper-footer .footer-bottom .address {
    width: 100%;
    margin-bottom: 0px;
  }
}
#wrapper-footer .footer-bottom .footer__menu-links {
  width: 274px;
}
@media (max-width: 1025px) {
  #wrapper-footer .footer-bottom .footer__menu-links {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  #wrapper-footer .footer-bottom .footer__menu-links {
    width: 100%;
    margin-bottom: 0px;
  }
}
#wrapper-footer .footer-bottom .gallery__images {
  width: 380px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-right: -15px;
}
@media (max-width: 600px) {
  #wrapper-footer .footer-bottom .gallery__images {
    width: 100%;
    justify-content: center;
  }
}
#wrapper-footer .footer-bottom .gallery__images img {
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  #wrapper-footer .footer-bottom .gallery__images img {
    width: 90px;
    height: 90px;
  }
}
#wrapper-footer .footer-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 600px) {
  #wrapper-footer .footer-copyright {
    justify-content: center;
  }
}
#wrapper-footer .footer-copyright .copyright-text {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}
#wrapper-footer .footer-copyright ul {
  list-style: none;
  display: flex;
  gap: 42px;
}
@media (max-width: 600px) {
  #wrapper-footer .footer-copyright ul {
    gap: 20px;
    padding-left: 0;
  }
}
#wrapper-footer .footer-copyright ul li a {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease-in;
}
#wrapper-footer .footer-copyright ul li a:hover {
  color: #297745;
}

/*
=========================================================================
|| Components
=========================================================================
*/
.hero {
  position: relative;
}
.hero .background-image {
  position: absolute;
  height: 609px;
  width: 100%;
  overflow: hidden;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.hero .background-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .banner-overlay {
  position: absolute;
  height: 609px;
  width: 100%;
  overflow: hidden;
  background: rgba(26, 23, 49, 0.6);
  animation-duration: 3s;
  transition: all 1s ease;
  top: 0;
  left: 0;
}
.hero .banner-content {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  width: 900px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (max-width: 600px) {
  .hero .banner-content {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
  }
}
.hero .banner-content h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 66px;
  color: #fff;
  margin: 0 0 10px 0;
}
@media (max-width: 600px) {
  .hero .banner-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
}
.hero .banner-content a {
  background: #297745;
  border-radius: 8px;
  height: 56px;
  display: inline-block;
  line-height: 56px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  box-sizing: border-box;
}
.hero .promo-area {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 600px) {
  .hero .promo-area {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.hero .promo-area .container {
  background: #FFFFFF;
  box-shadow: 0px 15px 137px rgba(0, 0, 0, 0.02), 0px 6.26664px 57.2353px rgba(0, 0, 0, 0.0143771), 0px 3.35045px 30.6007px rgba(0, 0, 0, 0.0119221), 0px 1.87823px 17.1545px rgba(0, 0, 0, 0.01), 0px 0.997515px 9.11064px rgba(0, 0, 0, 0.00807786), 0px 0.415088px 3.79114px rgba(0, 0, 0, 0.00562291);
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1025px) {
  .hero .promo-area .container {
    justify-content: center;
  }
}
.hero .promo-area .container .promo-item {
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .hero .promo-area .container .promo-item {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.hero .promo-area .container .promo-item .content {
  max-width: 100%;
  margin: 0 auto;
}
.hero .promo-area .container .promo-item .content p.title {
  color: #050508;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  padding-top: 7px;
  margin-bottom: 3px;
}
.hero .promo-area .container .promo-item .content p {
  color: #3D3A4F;
  font-size: 14px;
  line-height: 22px;
}
.hero .promo-area .container .promo-item img {
  width: 80px;
}
.hero .promo-area .container .promo-item:hover img {
  animation: bounce 2s linear;
}
.hero .promo-area .container .promo-item:last-child {
  padding-bottom: 30px;
}
@media (max-width: 1025px) {
  .hero .promo-area .container .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .hero .promo-area .container .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.hero-slider-home {
  height: 609px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .hero-slider-home {
    height: 450px;
  }
}
.hero-slider-home video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.hero.default {
  height: 400px;
}
@media (max-width: 480px) {
  .hero.default {
    height: 460px;
  }
}
.hero.default .container {
  color: #fff;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero.default .container .banner-content {
  padding-top: 0;
}
.hero.default .background-image {
  position: absolute;
  height: 100%;
}
@media (max-width: 480px) {
  .hero.default .background-image .desktop {
    display: none;
  }
}
.hero.default .background-image .mobile {
  height: 100%;
  display: none;
}
@media (max-width: 480px) {
  .hero.default .background-image .mobile {
    display: block;
  }
}
.hero.default .banner-overlay {
  height: 100%;
}

.breadcrumb {
  display: inline-block;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 15px 0;
}
@media (max-width: 480px) {
  .breadcrumb {
    padding: 10px 0;
  }
}
.breadcrumb ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.breadcrumb ul a {
  font-size: 16px;
  color: #050508;
  line-height: 26px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.breadcrumb ul a:hover {
  color: #297745;
}
.breadcrumb ul a svg {
  width: 8px;
  height: 14px;
  margin-top: -2px;
}
.breadcrumb.single-page ul a {
  line-height: 24px;
}

section.about {
  padding: 100px 0 100px 0;
}
section.about .animated {
  transition: all 0.5s ease;
}
section.about .slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}
@media (max-width: 1025px) {
  section.about {
    padding: 0px 0 60px 0;
  }
}
@media (max-width: 600px) {
  section.about {
    padding-top: 40px;
  }
}
@media (max-width: 390px) {
  section.about {
    padding-bottom: 30px;
  }
}
@media (max-width: 1025px) {
  section.about .container .row {
    flex-direction: column-reverse;
  }
}
section.about.left-image {
  padding: 60px 0;
}
@media (max-width: 480px) {
  section.about.left-image {
    padding: 30px 0;
  }
}
section.about.left-image .row {
  flex-direction: row-reverse;
}
@media (max-width: 1025px) {
  section.about.left-image .row {
    flex-direction: column-reverse;
  }
}
section.about.left-image .row .image-group {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  section.about.left-image .row .image-group {
    margin: 40px 0 100px 0;
  }
}
@media (max-width: 480px) {
  section.about.left-image .row .image-group {
    margin: 0px 0 100px 0;
  }
}
section.about.left-image .row .image-group .feature-image-one {
  padding-left: 0;
  max-width: 445px;
}
@media (max-width: 768px) {
  section.about.left-image .row .image-group .feature-image-one {
    max-width: 300px !important;
  }
  section.about.left-image .row .image-group .feature-image-one img {
    height: auto;
  }
}
@media (max-width: 480px) {
  section.about.left-image .row .image-group .feature-image-one {
    max-width: 288px !important;
  }
}
section.about.left-image .row .image-group .feature-image-two {
  left: 175px;
  width: 350px;
}
@media (max-width: 768px) {
  section.about.left-image .row .image-group .feature-image-two {
    max-width: 220px !important;
  }
  section.about.left-image .row .image-group .feature-image-two img {
    height: auto;
  }
}
@media (max-width: 480px) {
  section.about.left-image .row .image-group .feature-image-two {
    left: 130px;
  }
}
section.about.left-image .row .image-group .box-shape {
  top: -20px;
  left: -20px;
}
@media (max-width: 768px) {
  section.about.left-image .row .image-group .box-shape {
    top: -12px;
    left: -12px;
  }
}
section.about.left-image .top-title,
section.about.left-image h2,
section.about.left-image .content,
section.about.left-image .about-service {
  padding-left: 44px;
}
@media (max-width: 1025px) {
  section.about.left-image .top-title,
  section.about.left-image h2,
  section.about.left-image .content,
  section.about.left-image .about-service {
    padding-left: 0;
  }
}
section.about.left-image .top-title {
  margin-bottom: 10px;
}
section.about.left-image h2 {
  margin-bottom: 20px;
}
section.about.left-image .content {
  padding-right: 0;
  margin-bottom: 40px;
}
section.about.left-image .about-service .row {
  display: block;
}
section.about.left-image .about-service .row .col-lg-4 {
  flex: 0 0 auto;
  width: 100%;
}
section.about.left-image .about-service .row .col-lg-4 .item {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
section.about.left-image .about-service .row .col-lg-4 .item img {
  width: 60px;
  margin-right: 20px;
}
section.about.left-image .about-service .row .col-lg-4 .item .service-content h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}
section.about.left-image .about-service .row .col-lg-4 .item .service-content p {
  font-size: 16px;
  line-height: 24px;
}
section.about.section-reverse {
  padding: 60px 0 150px 0;
}
@media (max-width: 1025px) {
  section.about.section-reverse {
    padding: 60px 0;
  }
}
section.about.section-reverse .container .row {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  section.about.section-reverse .container .row {
    flex-direction: column-reverse;
  }
}
section.about.section-reverse .container .row .image-group {
  justify-content: flex-start;
}
@media (max-width: 600px) {
  section.about.section-reverse .container .row .image-group {
    margin-top: 0;
  }
}
section.about.section-reverse .container .row .image-group .feature-image-two {
  width: 300px;
  height: 300px;
}
@media (max-width: 480px) {
  section.about.section-reverse .container .row .image-group .feature-image-two {
    width: 200px;
    height: 220px;
  }
}
section.about.section-reverse .container .row .image-group .feature-image-one {
  padding-left: 0;
  max-width: 452px;
  text-align: left;
  margin-left: 60px;
}
section.about.section-reverse .container .row .image-group .box-shape {
  top: -16px;
  left: 16px;
}
@media (max-width: 480px) {
  section.about.section-reverse .container .row .image-group .box-shape {
    top: -11px;
    left: 11px;
  }
}
section.about.section-reverse .container .row .content {
  padding-right: 0;
}
section.about.section-reverse .container .row .content p {
  font-size: 18px;
  line-height: 28px;
  color: #050508;
}
section.about.section-reverse .container .row .content ul {
  margin-left: 0;
}
section.about.section-reverse .container .row .content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: flex-end;
}
section.about.section-reverse .container .row .content ul li:last-child {
  margin-bottom: 0;
}
section.about.section-reverse .container .row .content ul li svg {
  margin-right: 10px;
}
@media (max-width: 768px) {
  section.about.section-reverse .container .row .attire-video {
    margin-top: 40px;
  }
}
section.about.section-reverse .container .row .attire-video .video-item {
  display: flex;
  flex-wrap: wrap;
}
section.about.section-reverse .container .row .attire-video .video-item .video-thumb {
  width: 120px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  height: 86px;
  cursor: pointer;
}
@media (max-width: 480px) {
  section.about.section-reverse .container .row .attire-video .video-item .video-thumb {
    width: 100%;
    height: 220px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
section.about.section-reverse .container .row .attire-video .video-item .video-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about.section-reverse .container .row .attire-video .video-item .video-thumb img.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px !important;
  height: 24px !important;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
  margin-top: 3px;
}
@media (max-width: 480px) {
  section.about.section-reverse .container .row .attire-video .video-item .video-thumb img.play-button {
    width: 60px !important;
    height: 60px !important;
  }
}
section.about.section-reverse .container .row .attire-video .video-item .video-content {
  max-width: 68%;
}
@media (max-width: 480px) {
  section.about.section-reverse .container .row .attire-video .video-item .video-content {
    max-width: 100%;
  }
}
section.about.section-reverse .container .row .attire-video .video-item .video-content h4 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #050508;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
section.about.section-reverse .container .row .attire-video .video-item .video-content p {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
}
section.about.career {
  padding: 65px 0 178px 0;
}
@media (max-width: 768px) {
  section.about.career {
    padding: 60px 0;
  }
}
section.about.career h2 {
  margin-bottom: 20px;
}
section.about.career .content {
  padding-right: 0;
}
section.about.career .content p {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
  margin-bottom: 30px;
}
section.about.career .content ul {
  margin-left: 0;
}
section.about.career .content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: flex-end;
}
section.about.career .content ul li:last-child {
  margin-bottom: 0;
}
section.about.career .content ul li svg {
  margin-right: 10px;
}
section.about .about-service.container.below {
  display: none;
}
section.about.attire-below {
  padding: 60px 0;
}
@media (max-width: 600px) {
  section.about.attire-below {
    padding: 60px 0 30px 0;
  }
}
section.about.attire-below .about-service.container.below {
  display: block;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 1025px) {
  section.about.attire-below .about-service.container.below {
    margin-top: 30px;
  }
  section.about.attire-below .image-group {
    margin-bottom: 30px;
  }
}
section.about.attire-below .about-service .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  margin: 0;
}
@media (max-width: 1025px) {
  section.about.attire-below .about-service .row {
    margin: 0 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  section.about.attire-below .about-service .row {
    margin: 0;
  }
}
section.about.attire-below .about-service .row .col-lg-4 {
  flex: 0 0 auto;
}
@media (max-width: 1025px) {
  section.about.attire-below .about-service .row .col-lg-4 {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  section.about.attire-below .about-service .row .col-lg-4 {
    width: 100%;
  }
}
section.about.attire-below .about-service .row .col-lg-4 .item {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(5, 5, 8, 0.1);
  padding: 25px 20px 25px 25px;
  height: 100%;
}
@media (max-width: 1025px) {
  section.about.attire-below .about-service .row .col-lg-4 .item {
    padding: 20px;
  }
}
section.about.attire-below .about-service .row .col-lg-4 .item img {
  width: 56px;
  margin-right: 20px;
}
section.about.attire-below .about-service .row .col-lg-4 .item .service-content h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #050508;
}
section.about.attire-below .about-service .row .col-lg-4 .item .service-content p {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
}
section.about.attire-below .feature-image-two {
  display: none;
}
section.about.attire-below .container .row .image-group .feature-image-one {
  max-width: 100%;
  margin-left: 0;
}
section.about.attire-below .top-title {
  margin: 10px 0;
}
section.about.attire-below h2 {
  margin-bottom: 20px;
}
section.about.attire-below .container .row .content p {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
}
section.about.attire-below .about-service {
  display: none;
}
section.about.attire-below .btn-primary {
  margin-top: 5px;
  display: inline-block;
}
@media (max-width: 600px) {
  section.about.attire-below .btn-primary {
    margin-bottom: 40px;
    margin-top: 10px;
  }
}
section.about.career-page {
  padding: 120px 0;
}
@media (max-width: 768px) {
  section.about.career-page {
    padding: 60px 0;
  }
}
section.about.career-page .col-lg-4 .item {
  padding: 20px 20px 12px 20px;
}
section.about.career-page .col-lg-4 .item.icon-top {
  align-items: flex-start !important;
  padding-bottom: 0 !important;
}
section.about.career-page .col-lg-4 .item.icon-top img {
  height: auto;
  width: 80px;
}
section.about.career-page .col-lg-4 .item.icon-top .service-content h3 {
  margin-top: 0;
}
@media (max-width: 768px) {
  section.about .btn-primary {
    display: inline-block;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  section.about .btn-primary {
    margin-top: 20px;
  }
}
@media (max-width: 390px) {
  section.about .btn-primary {
    display: block;
    text-align: center;
    width: 100%;
  }
}
section.about .top-title {
  margin: 0;
  color: #297745;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
section.about h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  color: #050508;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 1200px) {
  section.about h2 {
    font-size: 36px;
    line-height: 44px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  section.about h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  section.about h2 {
    margin-bottom: 20px;
  }
}
section.about p {
  color: #2D2F59;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  section.about p {
    line-height: 24px;
    font-size: 16px;
  }
}
section.about .content {
  padding-right: 90px;
}
section.about .content strong {
  font-size: 18px;
  line-height: 28px;
  color: #050508;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.about .content strong {
    line-height: 24px;
    font-size: 16px;
  }
}
section.about .content p {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  section.about .content p {
    line-height: 24px;
    font-size: 15px;
  }
}
section.about .content ul {
  padding-left: 0;
  margin-left: 25px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  section.about .content ul {
    margin-bottom: 0;
  }
}
section.about .content ul li {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  section.about .content {
    padding-right: 0;
  }
}
section.about .about-service {
  padding-top: 0px;
  position: relative;
  left: -18px;
  display: inline-block;
  width: 100%;
  margin-bottom: 67px;
}
@media (max-width: 1025px) {
  section.about .about-service .row {
    flex-direction: inherit;
  }
}
@media (max-width: 1200px) {
  section.about .about-service {
    left: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 1025px) {
  section.about .about-service {
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  section.about .about-service {
    margin-bottom: 40px;
  }
}
@media (max-width: 1025px) {
  section.about .about-service .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (max-width: 480px) {
  section.about .about-service .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
  }
}
section.about .about-service .item {
  text-align: center;
}
@media (max-width: 1025px) {
  section.about .about-service .item {
    text-align: left;
  }
}
section.about .about-service .item h3 {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 400;
  color: #050508;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
section.about .about-service .item p {
  color: #414155;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  section.about .about-service .item p {
    font-size: 16px;
    line-height: 24px;
  }
}
section.about .image-group {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  section.about .image-group {
    justify-content: center;
    max-width: 445px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
@media (max-width: 600px) {
  section.about .image-group {
    margin-bottom: 30px;
    height: 370px;
  }
}
@media (max-width: 480px) {
  section.about .image-group {
    justify-content: flex-end;
  }
}
section.about .image-group .feature-image-one {
  padding-left: 60px;
  max-width: 540px;
  text-align: right;
  height: 535px;
}
@media (max-width: 1025px) {
  section.about .image-group .feature-image-one {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  section.about .image-group .feature-image-one {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  section.about .image-group .feature-image-one {
    max-width: 270px;
    padding-left: 0;
    height: 305px;
  }
}
section.about .image-group .feature-image-one img {
  width: 100%;
  position: relative;
  animation-duration: 3s;
  transition: all 1s ease;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about .image-group .feature-image-two {
  position: absolute;
  left: 0px;
  bottom: -60px;
  width: 350px;
  z-index: 2;
  height: 370px;
}
@media (max-width: 1025px) {
  section.about .image-group .feature-image-two {
    left: 0px;
  }
}
@media (max-width: 600px) {
  section.about .image-group .feature-image-two {
    width: 250px;
    left: 0;
    height: 220px;
  }
}
@media (max-width: 480px) {
  section.about .image-group .feature-image-two {
    width: 210px;
    bottom: 0px;
  }
}
section.about .image-group .feature-image-two img {
  width: 100%;
  position: relative;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about .image-group .box-shape {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  top: -20px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 480px) {
  section.about .image-group .box-shape {
    top: -15px;
    left: 15px;
  }
}
@media (max-width: 390px) {
  section.about .image-group .box-shape {
    top: -10px;
    left: 10px;
  }
}
section.about.about-slider {
  padding: 100px 0;
}
@media (max-width: 1025px) {
  section.about.about-slider {
    padding: 40px 0 60px 0;
  }
}
section.about.about-slider .image-group .box-shape {
  background: #EDF6EE;
}
section.about.about-slider .about-slider-wrapper .slick-list {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  section.about.about-slider .about-slider-wrapper .slick-list {
    padding-bottom: 0px;
  }
}
section.about.about-slider .about-slider-wrapper a.btn-primary {
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 1025px) {
  section.about.about-slider .row {
    padding-bottom: 10px;
  }
}
section.about.about-slider button.prev-arrow.slick-arrow {
  position: absolute;
  bottom: 100px;
  left: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 9;
  outline: 0;
}
@media (max-width: 1025px) {
  section.about.about-slider button.prev-arrow.slick-arrow {
    bottom: -30px;
  }
}
section.about.about-slider button.next-arrow.slick-arrow {
  position: absolute;
  left: 65px;
  bottom: 100px;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
}
@media (max-width: 1025px) {
  section.about.about-slider button.next-arrow.slick-arrow {
    bottom: -30px;
  }
  section.about.about-slider .slick-list {
    overflow-y: hidden;
  }
}
section.about.about-slider.bg-white-border .row .image-group .box-shape {
  background: #FFFFFF !important;
}
section.about.about-slider.bg-white-border .top-title,
section.about.about-slider.bg-white-border h2,
section.about.about-slider.bg-white-border .content,
section.about.about-slider.bg-white-border .about-service {
  padding-left: 0 !important;
}
section.about.sustainability {
  padding: 70px 0 100px 0;
}
@media (max-width: 1025px) {
  section.about.sustainability {
    padding: 60px 0;
  }
}
section.about.sustainability .section-head.attire-center p.short-des {
  margin: 0 auto 60px auto;
  max-width: 730px;
}
@media (max-width: 1025px) {
  section.about.sustainability .section-head.attire-center p.short-des {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 600px) {
  section.about.sustainability .section-head.attire-center p.short-des {
    margin: 0 auto 30px auto;
  }
}
section.about.sustainability .content {
  padding-right: 0 !important;
}
section.about.sustainability .attire-description h3 {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  section.about.sustainability .attire-description h3 {
    max-width: 320px;
  }
}
section.about.sustainability.items-center .container .row {
  align-items: center;
}
section.about.sustainability.reverse-image .container .row {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  section.about.sustainability.reverse-image .container .row {
    flex-direction: column-reverse;
  }
}
section.about.sustainability.reverse-image.image-height-auto .image-group .feature-image-one {
  height: 450px;
}
@media (max-width: 600px) {
  section.about.sustainability.reverse-image.image-height-auto .image-group .feature-image-one {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1025px) {
  .about-counter {
    padding-top: 60px;
  }
}
.about-counter .block-middle {
  position: relative;
  left: calc((100% - 1110px) / 2);
}
@media (max-width: 1025px) {
  .about-counter .block-middle {
    left: 0;
    max-width: 960px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .about-counter .block-middle {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .about-counter .block-middle {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about-counter .block-middle .row {
  align-items: center;
}
.about-counter .block-middle .col-lg-8 {
  background: #297745;
  padding: 60px 0;
}
@media (max-width: 1025px) {
  .about-counter .block-middle .col-lg-8 {
    width: 100%;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.about-counter .block-middle .col-lg-8 .attite-counter {
  padding-left: 123px;
}
@media (max-width: 1025px) {
  .about-counter .block-middle .col-lg-8 .attite-counter {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .about-counter .block-middle .col-lg-8 .attite-counter {
    padding-left: 15px;
  }
}
.about-counter .block-middle .col-lg-8 .attite-counter .item {
  width: 160px;
  padding: 0;
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .about-counter .block-middle .col-lg-8 .attite-counter .item {
    margin-bottom: 30px;
  }
}
.about-counter .block-middle .col-lg-8 .attite-counter .item h3 {
  margin: 0;
  font-weight: normal;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 60px;
  color: #fff;
}
@media (max-width: 1025px) {
  .about-counter .block-middle .col-lg-8 .attite-counter .item h3 {
    color: #050508;
  }
}
.about-counter .block-middle .col-lg-8 .attite-counter .item p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .about-counter .block-middle .col-lg-8 .attite-counter .item p {
    color: #414155;
  }
}
.about-counter .block-middle .section-head {
  max-width: 364px;
  margin-right: 40px;
  padding-right: 0;
}
@media (max-width: 1025px) {
  .about-counter .block-middle .section-head {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.about-counter .block-middle .section-head h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #050508;
}
.about-counter .block-middle .section-head .content {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #414155;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .gallery-container {
    gap: 20px;
  }
}
.gallery-container .gallery-item {
  width: calc(25% - 50px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .gallery-container .gallery-item {
    width: calc(33.3333% - 50px);
  }
}
@media (max-width: 600px) {
  .gallery-container .gallery-item {
    width: calc(50% - 20px);
  }
}
.gallery-container .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

h2.gallery-title {
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  h2.gallery-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  h2.gallery-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 600px) {
  section.about.sustainability .section-head h2 {
    margin-bottom: 30px;
  }
}
section.about.sustainability .sustainability-slider-wrapper .attire-description.content ul {
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
section.about.sustainability .sustainability-slider-wrapper .attire-description.content ul li {
  width: auto !important;
  margin: 0 !important;
}
section.about.sustainability.full-list-item .sustainability-slider-wrapper .attire-description.content ul li {
  width: 100% !important;
}

.btn-box {
  margin-top: 40px;
}

.post-block {
  padding: 100px 0 60px 0;
  position: relative;
}
.post-block.single {
  padding-top: 80px;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .post-block.single {
    padding-top: 60px;
  }
}
.post-block.single .alm-btn-wrap {
  display: block;
  text-align: center;
  padding: 0px 0;
  margin: 0 0 0px;
  position: relative;
}
.post-block.single .alm-btn-wrap button.alm-load-more-btn.more.done {
  margin-bottom: 60px;
}
.post-block.single.related {
  padding: 100px 0 80px 0;
  background-color: #F6F7F9;
}
@media (max-width: 1025px) {
  .post-block.single.related {
    padding: 60px 0;
  }
}
.post-block.single.related h2.head-title {
  color: #050508;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .post-block.single.related h2.head-title {
    margin-bottom: 30px;
  }
}
.post-block.single.related .post-item {
  margin-bottom: 0px;
}
@media (max-width: 1025px) {
  .post-block {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .post-block.full {
    padding-bottom: 120px;
  }
}
.post-block .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: -1;
}
@media (max-width: 600px) {
  .post-block .bg-color {
    height: 430px;
  }
}
.post-block .slider-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
.post-block .slider-button button.prev-arrow-post {
  z-index: 9;
  width: 56px;
  height: 50px;
  outline: 0;
  cursor: pointer;
  display: block !important;
  background: transparent;
  border: 2px solid rgba(65, 65, 85, 0.3);
  border-radius: 4px;
}
.post-block .slider-button button.prev-arrow-post svg {
  width: 20px;
}
.post-block .slider-button button.prev-arrow-post svg path {
  fill: #414155;
}
@media (max-width: 768px) {
  .post-block .slider-button button.prev-arrow-post svg {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .post-block .slider-button button.prev-arrow-post svg {
    width: 18px;
  }
  .post-block .slider-button button.prev-arrow-post svg path {
    fill: #414155;
  }
}
.post-block .slider-button button.next-arrow-post {
  z-index: 9;
  width: 56px;
  height: 50px;
  cursor: pointer;
  display: block !important;
  background: transparent;
  outline: 0;
  border: 2px solid rgb(65, 65, 85);
  border-radius: 4px;
  margin-left: 20px;
}
.post-block .slider-button button.next-arrow-post svg {
  width: 20px;
}
.post-block .slider-button button.next-arrow-post svg path {
  fill: #414155;
}
@media (max-width: 768px) {
  .post-block .slider-button button.next-arrow-post svg {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .post-block .slider-button button.next-arrow-post svg {
    width: 18px;
  }
}
.post-block .section-head .top-title {
  color: #FCB534;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-block .section-head h2.head-title {
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-top: 0;
}
@media (max-width: 768px) {
  .post-block .section-head h2.head-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.post-block .section-head p.short-des {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 500px;
}
.post-block.half .block-middle.desktop {
  position: relative;
  left: calc((100% - 1140px) / 2);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .post-block.half .block-middle.desktop {
    display: none;
  }
}
.post-block.half .bg-color {
  height: 100%;
}
.post-block.half .section-head {
  width: 335px;
}
@media (max-width: 480px) {
  .post-block.half .section-head {
    width: 100%;
  }
}
.post-block.half .section-head .top-title {
  color: #297745;
}
.post-block.half .section-head h2.head-title {
  color: #050508;
}
.post-block.half .section-head p.short-des {
  color: #414155;
}
.post-block .single-post-block .post-item {
  margin-right: 0px;
  margin-bottom: 72px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .post-block .single-post-block .post-item {
    margin-bottom: 30px;
  }
}
.post-block .single-post-block .post-item img {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 33px;
  width: 100%;
}
@media (max-width: 600px) {
  .post-block .single-post-block .post-item img {
    height: auto;
    margin-bottom: 30px;
  }
}
.post-block .single-post-block .post-item .content h4 {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  color: #050508;
}
.post-block .single-post-block .post-item .content .time {
  opacity: 0.6;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}
.post-block .single-post-block .post-item .content p {
  color: #414155;
  font-size: 16px;
  line-height: 24px;
}
.post-block .post-block-area,
.post-block .post-block-area-mobile {
  box-sizing: border-box;
  width: calc(100% - 335px);
  padding-left: 45px;
  position: relative;
}
.post-block .post-block-area button.prev-arrow.slick-arrow,
.post-block .post-block-area-mobile button.prev-arrow.slick-arrow {
  position: absolute;
  left: -335px;
  bottom: 140px;
}
.post-block .post-block-area button.next-arrow.slick-arrow,
.post-block .post-block-area-mobile button.next-arrow.slick-arrow {
  position: absolute;
  left: -280px;
  bottom: 140px;
}
.post-block .post-block-area .post-item,
.post-block .post-block-area-mobile .post-item {
  margin-right: 30px;
}
.post-block .post-block-area .post-item img,
.post-block .post-block-area-mobile .post-item img {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
  width: 100%;
}
.post-block .post-block-area .post-item .content h4,
.post-block .post-block-area-mobile .post-item .content h4 {
  margin: 0 0 15px 0;
  color: #050508;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
.post-block .post-block-area .post-item .content .time,
.post-block .post-block-area-mobile .post-item .content .time {
  color: #414155;
  opacity: 0.9;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .post-block .post-block-area .post-item .content .time,
  .post-block .post-block-area-mobile .post-item .content .time {
    font-size: 14px;
  }
}
.post-block .post-block-area .post-item .content p,
.post-block .post-block-area-mobile .post-item .content p {
  color: #414155;
  font-size: 16px;
  line-height: 24px;
}
.post-block .container.mobile {
  display: none;
}
@media (max-width: 1025px) {
  .post-block .container.mobile {
    display: block;
  }
}
.post-block .container.mobile .slider-button {
  display: none !important;
}
.post-block .container.mobile .post-block-area-mobile {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
.post-block .container.mobile .post-block-area-mobile .post-item {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
  margin-right: 0;
}
@media (max-width: 600px) {
  .post-block .container.mobile .post-block-area-mobile .post-item {
    width: 100%;
    padding-right: 0;
  }
}
.post-block .container.mobile .post-block-area-mobile .post-item:nth-child(even) {
  padding-right: 0;
}
.post-block .container.mobile .section-head .btn-primary {
  display: none;
}
.post-block .container.mobile .btn-primary {
  margin: 20px auto 0 auto;
  display: table;
}
@media (max-width: 480px) {
  .post-block .container.mobile .btn-primary {
    width: 100%;
    text-align: center;
  }
}
.post-block .post-area {
  position: relative;
  left: calc((100% - 1140px) / 2);
}
@media (max-width: 1200px) {
  .post-block .post-area {
    left: 0;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .post-block .post-area {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .post-block .post-area {
    padding-left: 15px;
    padding-right: 0px;
  }
  .post-block .post-area .slick-list {
    padding-left: 0 !important;
  }
}
.post-block .post-area button.prev-arrow {
  position: absolute;
  top: -100px;
  right: 590px;
  z-index: 9;
  width: 56px;
  height: 50px;
  outline: 0;
  cursor: pointer;
  display: block !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1200px) {
  .post-block .post-area button.prev-arrow {
    right: 65px;
  }
}
@media (max-width: 1650px) {
  .post-block .post-area button.prev-arrow {
    right: 282px;
  }
}
@media (max-width: 768px) {
  .post-block .post-area button.prev-arrow {
    right: 100px;
    top: -70px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .post-block .post-area button.prev-arrow {
    top: inherit;
    bottom: -90px;
    right: 50%;
    transform: translateX(-50%);
    border: 2px solid #414155;
    opacity: 0.3;
    border-radius: 4px;
    width: 56px;
    height: 52px;
  }
}
.post-block .post-area button.prev-arrow svg {
  width: 20px;
}
@media (max-width: 768px) {
  .post-block .post-area button.prev-arrow svg {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .post-block .post-area button.prev-arrow svg {
    width: 18px;
  }
  .post-block .post-area button.prev-arrow svg path {
    fill: #414155;
  }
}
.post-block .post-area button.next-arrow.slick-arrow {
  position: absolute;
  top: -100px;
  right: 515px;
  z-index: 9;
  width: 56px;
  height: 50px;
  cursor: pointer;
  display: block !important;
  background: transparent;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.post-block .post-area button.next-arrow.slick-arrow svg {
  width: 20px;
}
@media (max-width: 768px) {
  .post-block .post-area button.next-arrow.slick-arrow svg {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .post-block .post-area button.next-arrow.slick-arrow svg {
    width: 18px;
  }
  .post-block .post-area button.next-arrow.slick-arrow svg path {
    fill: #414155;
  }
}
@media (max-width: 1200px) {
  .post-block .post-area button.next-arrow.slick-arrow {
    right: 0;
  }
}
@media (max-width: 1650px) {
  .post-block .post-area button.next-arrow.slick-arrow {
    right: 201px;
  }
}
@media (max-width: 768px) {
  .post-block .post-area button.next-arrow.slick-arrow {
    right: 50px;
    top: -70px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .post-block .post-area button.next-arrow.slick-arrow {
    top: inherit;
    bottom: -90px;
    right: 50%;
    transform: translateX(70%);
    border: 2px solid #414155;
    opacity: 1;
    border-radius: 4px;
    width: 56px;
    height: 52px;
  }
}
.post-block .post-area .post-item {
  display: inline-block;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  height: 440px;
  max-width: 645px;
}
@media (max-width: 768px) {
  .post-block .post-area .post-item {
    height: 350px;
  }
}
.post-block .post-area .post-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-block .post-area .post-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.4s ease;
  width: 100%;
}
.post-block .post-area .post-item .content {
  padding: 0px 70px 0px 19px;
  transition: all 0.4s ease;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 24px;
}
.post-block .post-area .post-item .content::after {
  content: "";
  position: absolute;
  left: 0;
  background: #FCB534;
  width: 4px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.post-block .post-area .post-item .content h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.05em;
  transition: all 0.4s ease;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .post-block .post-area .post-item .content h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.post-block .post-area .post-item:hover img {
  transform: scale(1.01);
}
.post-block .post-area .post-item:hover .content h4 {
  opacity: 0.8;
}
@media (max-width: 1025px) {
  .post-block .post-area .service-item:nth-of-type(even) {
    margin-right: 0;
  }
}

.related-post {
  padding: 120px 0;
}
@media (max-width: 1025px) {
  .related-post {
    padding: 60px 0;
  }
}
.related-post .attire-desktop-view {
  display: flex;
}
@media (max-width: 600px) {
  .related-post .attire-desktop-view {
    display: none;
  }
}
.related-post .section-head h2 {
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .related-post .section-head h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .related-post .col-lg-4 {
    margin-bottom: 30px;
  }
}
.related-post .slick-list {
  padding-left: 0 !important;
}
.related-post .post-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .related-post .post-item {
    padding-right: 12px;
  }
}
.related-post .post-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #181818 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 146px;
  z-index: 1;
}
@media (max-width: 600px) {
  .related-post .post-item::after {
    width: calc(100% - 12px);
  }
}
.related-post .post-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 24px;
  z-index: 10;
}
.related-post .post-item .content h4 {
  margin: 0;
  border-left: 4px solid #FCB534;
  padding: 0 20px 0px 20px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #fff;
  box-sizing: border-box;
}
.related-post .post-item img {
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 600px) {
  .related-post .post-item img {
    height: 380px;
  }
}

button.alm-load-more-btn.more.done {
  display: none;
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
  background: #297745 !important;
  border-radius: 8px !important;
  width: 200px !important;
  height: 56px !important;
  line-height: 56px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  border: 0 !important;
  outline: 0 !important;
  margin-bottom: 60px !important;
}

.blog-area-content,
.attire-description-concern {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1025px) {
  .blog-area-content,
  .attire-description-concern {
    padding-bottom: 60px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .blog-area-content,
  .attire-description-concern {
    padding-bottom: 40px;
  }
}
.blog-area-content .blog-details-top .time,
.attire-description-concern .blog-details-top .time {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #414155;
  opacity: 0.6;
  margin-bottom: 10px;
}
.blog-area-content .blog-details-top h2,
.attire-description-concern .blog-details-top h2 {
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 1025px) {
  .blog-area-content .blog-details-top h2,
  .attire-description-concern .blog-details-top h2 {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .blog-area-content .blog-details-top h2,
  .attire-description-concern .blog-details-top h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.blog-area-content img,
.attire-description-concern img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media (max-width: 1025px) {
  .blog-area-content img,
  .attire-description-concern img {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .blog-area-content .wp-block-spacer,
  .attire-description-concern .wp-block-spacer {
    height: 20px !important;
  }
}
.blog-area-content p,
.attire-description-concern p {
  margin-bottom: 20px;
}
.blog-area-content h1,
.attire-description-concern h1 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #050508;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .blog-area-content h1,
  .attire-description-concern h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
.blog-area-content h2,
.attire-description-concern h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  color: #050508;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .blog-area-content h2,
  .attire-description-concern h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.blog-area-content h3,
.attire-description-concern h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #050508;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .blog-area-content h3,
  .attire-description-concern h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.blog-area-content h4,
.blog-area-content h5,
.attire-description-concern h4,
.attire-description-concern h5 {
  color: #050508;
  letter-spacing: 0.05em;
  margin-top: 0;
}
@media (max-width: 480px) {
  .blog-area-content ul,
  .attire-description-concern ul {
    padding-left: 15px;
    margin-left: 0;
  }
}
.blog-area-content ul li,
.attire-description-concern ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.blog-area-content .post_tags,
.attire-description-concern .post_tags {
  margin: 40px 0;
}
.blog-area-content .post_tags h2,
.attire-description-concern .post_tags h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-bottom: 25px;
}
.blog-area-content .post_tags a,
.attire-description-concern .post_tags a {
  padding: 0px 15px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  border: 1px solid rgba(65, 65, 85, 0.2);
  box-sizing: border-box;
  border-radius: 50px;
  margin-right: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #297745;
}
@media (max-width: 600px) {
  .blog-area-content .post_tags a,
  .attire-description-concern .post_tags a {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.blog-area-content .share-with-icon,
.attire-description-concern .share-with-icon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .blog-area-content .share-with-icon,
  .attire-description-concern .share-with-icon {
    display: block;
  }
}
.blog-area-content .share-with-icon h3,
.attire-description-concern .share-with-icon h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  color: #414155;
}
@media (max-width: 600px) {
  .blog-area-content .share-with-icon h3,
  .attire-description-concern .share-with-icon h3 {
    margin-bottom: 30px;
  }
}
.blog-area-content .share-with-icon ul li,
.attire-description-concern .share-with-icon ul li {
  margin-right: 30px !important;
}
.blog-area-content .share-with-icon ul li:last-child,
.attire-description-concern .share-with-icon ul li:last-child {
  margin-right: 0 !important;
}
.blog-area-content.career-details,
.attire-description-concern.career-details {
  padding-top: 60px;
}
.blog-area-content.career-details .blog-details-top h2,
.attire-description-concern.career-details .blog-details-top h2 {
  margin-bottom: 20px;
}
.blog-area-content.career-details .blog-details-top .heateor_sss_sharing_container.heateor_sss_horizontal_sharing,
.attire-description-concern.career-details .blog-details-top .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-bottom: 20px;
  position: relative;
  left: -10px;
}
.blog-area-content.career-details .blog-details-top div.heateor_sss_horizontal_sharing li,
.attire-description-concern.career-details .blog-details-top div.heateor_sss_horizontal_sharing li {
  width: auto;
  margin-right: 8px !important;
}
.blog-area-content.career-details p,
.attire-description-concern.career-details p {
  margin-bottom: 20px;
  font-size: 16px;
}

.job-summary {
  padding: 30px;
  background: #F6F7F9;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .job-summary {
    margin-top: 30px;
  }
}
.job-summary h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-top: 0;
  margin-bottom: 10px;
}
.job-summary p {
  color: #050508;
  margin-bottom: 20px;
}
.job-summary .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  margin-top: 10px;
}

.award {
  padding: 100px 0;
}
@media (max-width: 1025px) {
  .award {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .award .slick-list {
    padding: 0 25px 0px 20px !important;
  }
}
.award h2.section-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  color: #050508;
}
@media (max-width: 600px) {
  .award h2.section-title {
    margin-bottom: 40px;
  }
}
.award button.prev-arrow.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  cursor: pointer;
  margin-top: -30px;
}
.award button.next-arrow.slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-40%);
  outline: 0;
  cursor: pointer;
  margin-top: -30px;
}
.award .award-slider .slider-item {
  border: 1px solid rgba(5, 5, 8, 0.1);
  box-sizing: border-box;
  padding: 30px 20px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
  min-height: 365px;
}
@media (max-width: 480px) {
  .award .award-slider .slider-item {
    padding: 20px 15px;
  }
}
.award .award-slider .slider-item img {
  width: 120px;
  margin: 0 auto 20px auto;
}
@media (max-width: 600px) {
  .award .award-slider .slider-item img {
    width: 90px;
    height: auto;
  }
}
.award .award-slider .slider-item h3 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 270px;
  font-weight: 500;
  color: #050508;
  letter-spacing: 0.05em;
  min-height: 85px;
}
@media (max-width: 600px) {
  .award .award-slider .slider-item h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.award .award-slider .slider-item p {
  color: #414155;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 600px) {
  .award .award-slider .slider-item p {
    margin-bottom: 0;
  }
}
.award ul.slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 60px;
  margin-left: 0;
  position: relative !important;
  left: 0% !important;
  transform: translateX(0%) !important;
  bottom: 0 !important;
}
@media (max-width: 480px) {
  .award ul.slick-dots {
    margin-top: 30px;
  }
}
.award ul.slick-dots li {
  font-size: 0;
}
.award ul.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 130px;
  border: none;
  background: #050508;
  opacity: 0.2;
  margin-right: 12px;
  cursor: pointer;
  outline: 0;
}
.award ul.slick-dots li.slick-active button {
  background: #FCB534;
  opacity: 1;
}

ul.home-producttabs {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: 0;
}
ul.home-producttabs li {
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  line-height: 42px;
  color: #414155;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  text-align: center;
  display: inline-block;
  min-width: 90px;
}
ul.home-producttabs li.open-active {
  color: #050508;
  border-color: #297745;
}

.products {
  padding: 60px 0 120px 0;
}
@media (max-width: 600px) {
  .products {
    padding: 60px 0;
  }
}
.products .btn-center-wrapper {
  width: 100%;
}
.products.overlay-css {
  position: relative;
  z-index: 999;
}
.products.overlay-css .attire-category-list {
  opacity: 0;
}
.products.overlay-css .tab-content .product-item .product-image img {
  opacity: 0;
}
.products.overlay-css .tab-content .product-item .product-content {
  opacity: 0;
}
.products.overlay-css .tab-content .product-item.active .modal-content {
  opacity: 1;
  z-index: 999;
}
.products.overlay-css a.btn-center.btn-primary {
  display: none;
}
.products a.btn-center.btn-primary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 152px;
  margin: 40px auto 0 auto;
  height: 56px;
  line-height: 56px;
  padding: 0;
}
@media (max-width: 600px) {
  .products a.btn-center.btn-primary {
    margin-top: 30px;
    width: calc(100% - 30px);
  }
}
.products .product-page-btn {
  display: none !important;
}
.products .section-head {
  margin: 0 auto;
  text-align: center;
}
.products .section-head p.short-des {
  margin: 0 auto 40px auto;
}
.products .tabs {
  padding: 0;
  display: flex;
  border-bottom: 1px solid rgba(5, 5, 8, 0.1);
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 60px;
  justify-content: center;
}
@media (max-width: 1025px) {
  .products .tabs {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .products .tabs {
    border-bottom: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 390px) {
  .products .tabs {
    margin-bottom: 20px;
  }
}
.products .tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #050508;
  opacity: 0.1;
  display: none;
}
@media (max-width: 480px) {
  .products .tabs::after {
    display: block;
    bottom: 0px;
  }
}
@media (max-width: 376px) {
  .products .tabs::after {
    bottom: 24px;
  }
}
.products .tabs .tab-link {
  list-style: none;
  padding: 10px 40px;
  color: #414155;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  font-weight: 400;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  width: 160px;
  margin-right: 30px;
  text-align: center;
}
.products .tabs .tab-link:last-child {
  margin-right: 0;
}
.products .tabs .tab-link img,
.products .tabs .tab-link svg {
  width: 70px;
  margin-bottom: 5px;
}
.products .tabs .tab-link p {
  margin-bottom: 5px;
}
.products .tabs .tab-link:hover p {
  color: #050508;
  border-color: #297745;
}
.products .tabs .tab-link.open-active {
  color: #050508;
  border-color: #297745;
}
.products .tabs .tab-link.open-active p {
  font-weight: 700;
}
.products .tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.products .tab-content .product-item {
  width: 320px;
}
.products .tab-content .product-item .modal-content {
  opacity: 0;
  transition: transform 0.2s ease-in;
  transform: translateY(-10px);
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.products .tab-content .product-item .modal-content.active {
  opacity: 1;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.products .tab-content .product-item .product-image {
  display: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  margin-bottom: 2%;
  height: auto;
}
@media (max-width: 600px) {
  .products .tab-content .product-item .product-image {
    height: auto;
    margin-bottom: 15px;
  }
}
.products .tab-content .product-item .product-image:last-child {
  margin-bottom: 0;
}
.products .tab-content .product-item .product-image img {
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 600px) {
  .products .tab-content .product-item .product-image img {
    width: 100%;
    height: auto;
  }
}
.products .tab-content .product-item .product-image .product-content {
  position: relative;
  bottom: 0;
  left: 0;
  height: auto;
  display: block;
  padding: 15px;
  width: 100%;
}
.products .tab-content .product-item .product-image .product-content h3 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0 15px;
  font-weight: 500;
  margin-bottom: 15px;
  min-height: auto;
}
.products .tab-content .product-item .product-image .product-content .category_name {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.products .tab-content .product-item .product-image:hover .product-content {
  transform: translate(0, 0);
}
.products .tab-content .categories-list {
  width: 100%;
}
@media (max-width: 480px) {
  .products .tab-content .categories-list {
    width: 100%;
  }
}
.products .tab-content .categories-list ul.attire-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .products .tab-content .categories-list ul.attire-category-list {
    overflow: scroll;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
  }
  .products .tab-content .categories-list ul.attire-category-list::-webkit-scrollbar {
    width: 0px;
  }
}
.products .tab-content .categories-list ul.attire-category-list li {
  color: #297745;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #297745;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 24px;
  margin-right: 15px;
  cursor: pointer;
  height: 100%;
  margin-left: 0;
  display: inline-block;
}
.products .tab-content .categories-list ul.attire-category-list li:last-child {
  margin-right: 0;
}
.products .tab-content .categories-list ul.attire-category-list li.open-active {
  background: #297745;
  color: #fff;
}
.products .tab-content.open-active {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
}
@media (max-width: 600px) {
  .products .tab-content.open-active {
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.product-gallery-tab .tab-wrapper {
  width: 100%;
}
@media (max-width: 480px) {
  .product-gallery-tab .tab-wrapper {
    width: 100%;
  }
}
.product-gallery-tab .tab-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .product-gallery-tab .tab-wrapper ul {
    overflow: scroll;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
  }
  .product-gallery-tab .tab-wrapper ul::-webkit-scrollbar {
    width: 0px;
  }
}
.product-gallery-tab .tab-wrapper ul li {
  color: #297745;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #297745;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 24px;
  margin-right: 15px;
  cursor: pointer;
  height: 100%;
  margin-left: 0;
  display: inline-block;
}
.product-gallery-tab .tab-wrapper ul li:last-child {
  margin-right: 0;
}
.product-gallery-tab .tab-wrapper ul li.open-active {
  background: #297745;
  color: #fff;
}
.product-gallery-tab .tab-content {
  display: none;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.product-gallery-tab .tab-content.open-active {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
}
@media (max-width: 600px) {
  .product-gallery-tab .tab-content.open-active {
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}
.product-gallery-tab .tab-content .gallery-item {
  display: flex;
  flex-wrap: wrap;
}
.product-gallery-tab .tab-content .gallery-item .gallery-image {
  display: none;
  cursor: pointer;
}
.product-gallery-tab .tab-content .gallery-item .gallery-image .remaining-photo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
}
.product-gallery-tab .tab-content .gallery-item .gallery-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-gallery-tab .tab-content .gallery-item .total-photo {
  position: absolute;
  bottom: 54px;
  right: 103px;
  background: rgba(0, 0, 0, 0.4);
  width: 170px;
  height: 110px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(1),
.product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(2),
.product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(3) {
  display: block;
}
.product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(1) {
  width: 267px;
  height: 230px;
}
@media (max-width: 600px) {
  .product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(1) {
    width: 61%;
    height: 230px;
    margin-right: 2%;
  }
}
.product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(2) {
  width: 168px;
  height: 110px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 600px) {
  .product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(2) {
    width: 36%;
  }
}
.product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(3) {
  width: 168px;
  height: 110px;
  margin-bottom: 10px;
  position: absolute;
  right: 0px;
  top: 120px;
}
@media (max-width: 600px) {
  .product-gallery-tab .tab-content .gallery-item .gallery-image:nth-child(3) {
    width: 36%;
  }
}
.product-gallery-tab .tab-content .gallery-item-wrapper {
  position: relative;
  width: 447px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  margin-right: 30px;
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 600px) {
  .product-gallery-tab .tab-content .gallery-item-wrapper {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.product-gallery-tab .tab-content .gallery-item-wrapper:nth-child(even) {
  margin-right: 0;
}
.product-gallery-tab .tab-content .gallery-item-wrapper .album-details {
  padding: 20px 30px;
  text-align: left;
}
.product-gallery-tab .tab-content .gallery-item-wrapper .album-details p.album-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #050508;
  margin-bottom: 5px;
}
.product-gallery-tab .tab-content .gallery-item-wrapper .album-details .total-photo {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
}
.product-gallery-tab.open-active {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
}
@media (max-width: 600px) {
  .product-gallery-tab.open-active {
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.btn-center-wrapper-gallery {
  width: 100%;
  margin-top: 30px;
}
.btn-center-wrapper-gallery .btn-primary {
  border: none;
  height: 56px;
  width: 200px;
  outline: 0;
  cursor: pointer;
}
.btn-center-wrapper-gallery .btn-primary.at-hide {
  display: none;
}

.video-gallery .video-item {
  width: 445px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  height: 300px;
  display: none;
}
@media (max-width: 768px) {
  .video-gallery .video-item {
    width: 300px;
    height: 250px;
  }
}
@media (max-width: 600px) {
  .video-gallery .video-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.video-gallery .video-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-gallery .video-item:nth-child(even) {
  margin-right: 0;
}
.video-gallery .video-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .video-gallery .video-item .play-btn {
    width: 50px;
    height: 50px;
  }
  .video-gallery .video-item .play-btn svg {
    width: 100%;
  }
}

.photo-video-gallery {
  padding: 60px 0 120px 0 !important;
}
@media (max-width: 768px) {
  .photo-video-gallery {
    padding: 40px 0 60px 0 !important;
  }
}
.photo-video-gallery .product-gallery-tab .tab-wrapper ul {
  display: flex !important;
  overflow-x: unset !important;
  overflow-y: unset !important;
  width: auto;
  margin-bottom: 30px;
}

.modal-content-inner {
  width: 545px;
  background: #fff;
  padding: 60px;
  position: relative;
  max-height: 660px;
  overflow-y: scroll;
  border-radius: 10px;
}
@media (max-width: 1025px) {
  .modal-content-inner {
    height: 100vh;
    width: 100%;
    padding: 40px 15px;
  }
}
.modal-content-inner {
  /* width */
}
.modal-content-inner::-webkit-scrollbar {
  width: 10px;
}
.modal-content-inner {
  /* Track */
}
.modal-content-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-content-inner {
  /* Handle */
}
.modal-content-inner::-webkit-scrollbar-thumb {
  background: #297745;
}
.modal-content-inner {
  /* Handle on hover */
}
.modal-content-inner::-webkit-scrollbar-thumb:hover {
  background: #297745;
}
.modal-content-inner svg.modal-close-icon {
  text-align: right;
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 20px;
}
.modal-content-inner svg.modal-close-icon path {
  fill: #297745;
}
.modal-content-inner svg.modal-close-icon g {
  fill: #297745;
}
.modal-content-inner img {
  width: 360px;
  margin: 70px auto 20px auto;
  display: table;
  height: auto;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1025px) {
  .modal-content-inner img {
    margin: 40px auto 20px auto;
  }
}
@media (max-width: 600px) {
  .modal-content-inner img {
    height: auto;
  }
}
.modal-content-inner h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.modal-content-inner .designation {
  color: #919191 !important;
  margin-bottom: 30px;
  font-size: 14px;
}
.modal-content-inner p {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
}
@media (max-width: 600px) {
  .modal-content-inner p {
    font-size: 15px;
  }
}
.modal-content-inner p {
  margin-bottom: 20px;
}
.modal-content-inner h1 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #050508;
  letter-spacing: 0.01em;
}
@media (max-width: 480px) {
  .modal-content-inner h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
.modal-content-inner h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  color: #050508;
  letter-spacing: 0.01em;
}
@media (max-width: 480px) {
  .modal-content-inner h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.modal-content-inner h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #050508;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .modal-content-inner h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.modal-content-inner h4,
.modal-content-inner h5 {
  color: #050508;
  letter-spacing: 0.01em;
  margin-top: 0;
}
.modal-content-inner ul,
.modal-content-inner ol {
  padding-left: 15px;
}
@media (max-width: 480px) {
  .modal-content-inner ul,
  .modal-content-inner ol {
    padding-left: 15px;
    margin-left: 0;
  }
}
.modal-content-inner ul li,
.modal-content-inner ol li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.all-products-wrapper {
  padding: 60px 0 120px 0;
}
@media (max-width: 600px) {
  .all-products-wrapper {
    padding: 60px 0;
  }
}
.all-products-wrapper .btn-center-wrapper {
  width: 100%;
}
.all-products-wrapper .section-head {
  margin: 0 auto;
  text-align: center;
}
.all-products-wrapper .section-head p.short-des {
  margin: 0 auto 60px auto;
  max-width: 800px;
}
.all-products-wrapper .product-wrapper .product-page-btn {
  display: none;
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs {
  padding-left: 0;
  display: table;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  .all-products-wrapper .product-wrapper .tab-wrapper ul.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #050508;
  opacity: 0.1;
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link {
  list-style: none;
  padding: 10px 10px;
  color: #414155;
  cursor: pointer;
  font-weight: 400;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  width: 160px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link:last-child {
  margin-right: 0;
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link img,
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link svg {
  width: 70px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link img,
  .all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link svg {
    margin: 0 auto 20px auto;
  }
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #050508;
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link:hover p {
  color: #050508;
  border-color: #297745;
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link.open-active {
  color: #050508;
  border-color: #297745;
}
.all-products-wrapper .product-wrapper .tab-wrapper ul.tabs li.tab-link.open-active p {
  font-weight: 700;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content {
  display: none;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content.open-active {
  display: block;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content.open-active .inner-content-wrapper .tab-content .product-item {
  display: none;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list ul#attire-mobile-slider {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list ul#attire-mobile-slider li {
  margin-right: 20px;
  padding: 10px 25px;
  border: 1px solid #297745;
  box-sizing: border-box;
  border-radius: 4px;
  color: #297745;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list ul#attire-mobile-slider li.open-active {
  background: #297745;
  color: #fff;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list ul#attire-mobile-slider li:last-child {
  margin-right: 0;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content {
  display: none;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content.open-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1290px;
  margin: 0 auto;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
    width: 33.33%;
  }
}
@media (max-width: 1025px) {
  .all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
    width: 100%;
  }
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item img {
  border: 1px solid #e6e6e7;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item img {
    height: auto;
  }
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item .product-content {
  padding: 20px;
  border: 1px solid #e6e6e7;
  border-top: 0px;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item .product-content h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 27px;
}
.all-products-wrapper .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item .product-content .category_name {
  display: flex;
  flex-wrap: wrap;
  color: #d91d55;
  font-size: 16px;
  font-weight: 400;
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs {
  padding-left: 0;
  display: table;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  .all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #050508;
  opacity: 0.1;
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs li.tab-link {
  list-style: none;
  padding: 10px 10px;
  color: #414155;
  cursor: pointer;
  font-weight: 400;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  width: 160px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs li.tab-link:last-child {
  margin-right: 0;
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs li.tab-link img,
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs li.tab-link svg {
  width: 70px;
  margin-bottom: 20px;
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs li.tab-link p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #050508;
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs li.tab-link:hover p {
  color: #050508;
  border-color: #297745;
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs li.tab-link.open-active {
  color: #050508;
  border-color: #297745;
}
.all-products-wrapper.home-products .product-wrapper .tab-wrapper ul.tabs li.tab-link.open-active p {
  font-weight: 700;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content {
  display: none;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content.open-active {
  display: block;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content.open-active .inner-content-wrapper .tab-content .product-item {
  display: none;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content.open-active .inner-content-wrapper .tab-content .product-item.image-block {
  display: block;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content.open-active .inner-content-wrapper .tab-content .product-item.image-view .modal-content {
  opacity: 1;
  z-index: 9999;
  transform: translateY(0px);
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list ul#attire-mobile-slider {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list ul#attire-mobile-slider li {
  margin-right: 20px;
  padding: 10px 25px;
  border: 1px solid #297745;
  box-sizing: border-box;
  border-radius: 4px;
  color: #297745;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list ul#attire-mobile-slider li.open-active {
  background: #297745;
  color: #fff;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list ul#attire-mobile-slider li:last-child {
  margin-right: 0;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content {
  display: none;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content.open-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1290px;
  margin: 0 auto;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
    width: 33.33%;
  }
}
@media (max-width: 1025px) {
  .all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
    width: 100%;
  }
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item img {
  border: 1px solid #e6e6e7;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item img {
    height: auto;
  }
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item .product-content {
  padding: 20px;
  border: 1px solid #e6e6e7;
  border-top: 0px;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item .product-content h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 27px;
}
.all-products-wrapper.home-products .product-wrapper .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item .product-content .category_name {
  display: flex;
  flex-wrap: wrap;
  color: #d91d55;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1450px) {
  .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper {
    padding: 0 60px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper {
    padding: 0px 20px;
  }
}
.all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item {
  display: none !important;
}
.all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item:nth-child(1), .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item:nth-child(2), .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item:nth-child(3), .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item:nth-child(4), .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item:nth-child(5), .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item:nth-child(6), .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item:nth-child(7), .all-products-wrapper.home-products .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item:nth-child(8) {
  display: block !important;
}
.all-products-wrapper.home-products a.homepage-btn.btn-center.btn-primary {
  margin: 40px auto 0;
  display: table;
  padding: 0px 30px;
  width: 150px;
  text-align: center;
  border: 2px solid #297745;
  transition: all 0.2s ease-in;
  height: 56px;
  line-height: 56px;
}
@media (max-width: 600px) {
  .all-products-wrapper.home-products a.homepage-btn.btn-center.btn-primary {
    width: 100%;
  }
}
.all-products-wrapper.home-products a.homepage-btn.btn-center.btn-primary:hover {
  color: #297745;
  background: transparent;
}
.all-products-wrapper.product-page .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item.image-block {
  display: block;
}
.all-products-wrapper.product-page .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item.image__hidden {
  display: none;
}
.all-products-wrapper.product-page .content-wrapper .tab-content .categories-list .inner-content-wrapper .tab-content .product-item.image-view .modal-content {
  opacity: 1;
  z-index: 9999;
  transform: translateY(0px);
}
.all-products-wrapper.product-page a.homepage-btn.btn-center.btn-primary {
  display: none !important;
}
.all-products-wrapper.product-page .product-page-btn {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  width: 152px;
  margin: 40px auto 0 auto;
  height: 56px;
  line-height: 56px;
  padding: 0;
  border: none;
  outline: 0;
  cursor: pointer;
  background-color: #d91d55;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #d91d55;
}
.all-products-wrapper.product-page .product-page-btn:hover {
  background-color: transparent;
  color: #d91d55;
}
.all-products-wrapper.product-page .product-page-btn.at-hide {
  display: none !important;
}

.modal-content {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.modal-content.active {
  opacity: 1;
  z-index: 9999;
}

.feature-product-wrapper .container {
  display: flex;
  flex-wrap: wrap;
}
.feature-product-wrapper .feature-product {
  width: calc(33.33% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #E6E6E7;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .feature-product-wrapper .feature-product {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .feature-product-wrapper .feature-product {
    width: 100%;
    margin-right: 0;
  }
}
.feature-product-wrapper .feature-product img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 20px;
}
@media (max-width: 600px) {
  .feature-product-wrapper .feature-product img {
    height: auto;
  }
}
.feature-product-wrapper .feature-product .feature-content {
  border-top: 1px solid #E6E6E7;
  padding: 20px;
}
.feature-product-wrapper .feature-product .feature-content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #414155;
  margin-top: 0;
  margin-bottom: 0;
}
.feature-product-wrapper .feature-product .feature-content p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #297745;
  font-family: "Open Sans", sans-serif;
}
.feature-product-wrapper .feature-product.image-view .modal-content {
  transform: translateY(0px);
  opacity: 1;
  z-index: 999;
}
.feature-product-wrapper .feature-product.image-view .modal-content .modal-content-inner {
  width: 545px;
}
@media (max-width: 600px) {
  .feature-product-wrapper .feature-product.image-view .modal-content .modal-content-inner {
    width: 100%;
  }
}
.feature-product-wrapper .feature-product.image-view .modal-content .modal-content-inner img {
  height: 100%;
  width: 100%;
}

.home-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.home-items.product-tab-content {
  display: none;
}
.home-items.product-tab-content.open-active {
  display: flex;
}
@media (max-width: 1025px) {
  .home-items {
    gap: 20px;
  }
}
.home-items .image-item {
  width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
@media (max-width: 600px) {
  .home-items .image-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.home-items .image-item .gallery-image {
  width: 100%;
}
.home-items .image-item .gallery-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-items img.full-image {
  width: 705px;
  height: auto;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .home-items img.full-image {
    width: 100%;
  }
}
.home-items img.half-image {
  width: 320px;
  height: auto;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .home-items img.half-image {
    width: 100%;
  }
}

.product-list-area {
  padding: 40px 0 100px 0;
}
.product-list-area .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-list-area .container article {
  width: calc(25% - 30px);
}
@media (max-width: 768px) {
  .product-list-area .container article {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .product-list-area .container article {
    width: 100%;
  }
}
.product-list-area .container article img {
  height: 360px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

div#product-container {
  padding: 30px 0;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
div#product-container .loading,
div#product-container .error {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  font-size: 18px;
  color: #666;
}
div#product-container .error {
  color: #d32f2f;
}

.archive-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 100%;
}

h3.no-products {
  text-align: center;
}

.product__archive-page .blog-area-content {
  padding: 0;
}
.product__archive-page button.product-single-btn {
  margin: auto;
  margin-bottom: 40px;
  margin-top: 20px;
  display: none;
}
.product__archive-page button.product-single-btn.active {
  display: block;
}

.product-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-cards .product-card-item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 600px) {
  .product-cards .product-card-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-cards .product-card-item h3.product-card-title {
  font-size: 20px;
  margin-top: 0;
}
.product-cards .product-card-item .btn-primary {
  padding: 12px 24px;
}
.product-cards .product-card-item .product-card-cotnent {
  width: calc(60% - 25px);
}
@media (max-width: 600px) {
  .product-cards .product-card-item .product-card-cotnent {
    width: 100%;
  }
}
.product-cards .product-card-item .product-card-image {
  height: 260px;
  width: 40%;
}
@media (max-width: 600px) {
  .product-cards .product-card-item .product-card-image {
    width: 100%;
    height: auto;
  }
}
.product-cards .product-card-item .product-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 8px;
}

/* single product */
.generic-inner .gallery {
  display: grid;
  grid-template: auto/33.33% 33.33% 33.33%;
  grid-gap: 20px;
  margin-right: 20px;
}
@media (max-width: 1025px) {
  .generic-inner .gallery {
    grid-template: auto/50% 50%;
  }
}
@media (max-width: 600px) {
  .generic-inner .gallery {
    grid-template: auto/100%;
    margin-right: 0;
  }
}
.generic-inner .gallery .image-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

.tab-content.all-products-items.open-active {
  display: flex;
  flex-wrap: wrap;
}
.tab-content.all-products-items.open-active .product-gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.tab-content.all-products-items.open-active .product-gallery .product-item {
  width: calc(50% - 20px);
}
@media (max-width: 600px) {
  .tab-content.all-products-items.open-active .product-gallery .product-item {
    width: 100%;
  }
}
.tab-content.all-products-items.open-active .product-gallery .product-item h3 {
  font-size: 22px;
  line-height: 36px;
  margin: 0;
  background: #f6f6f6;
  text-align: center;
  padding: 10px;
}
.tab-content.all-products-items.open-active .product-gallery .product-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.generic-head-green {
  margin-top: 45px !important;
  font-size: 32px !important;
  border-bottom: 1px dashed #dadada;
  font-weight: 500;
  margin-bottom: 25px !important;
  padding-bottom: 4px;
}

.client {
  padding: 120px 0;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1025px) {
  .client {
    padding: 60px 0;
  }
}
.client .container {
  position: relative;
}
.client .slick-list {
  margin: 0 15px 0 0 !important;
}
@media (max-width: 600px) {
  .client .slick-list {
    padding: 0 !important;
  }
}
.client .slick-list .slider-item {
  margin: 0 15px 0 0 !important;
}
.client .slick-list .slider-item img {
  height: auto;
}
.client button.prev-arrow {
  position: absolute;
  top: -100px;
  right: 55px;
  z-index: 9;
  width: 59px;
  height: 50px;
  outline: 0;
  cursor: pointer;
  display: block !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1200px) {
  .client button.prev-arrow {
    right: 65px;
  }
}
@media (max-width: 768px) {
  .client button.prev-arrow {
    right: 100px;
    top: -70px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .client button.prev-arrow {
    top: inherit;
    bottom: -90px;
    right: 50%;
    transform: translateX(-50%);
    border: 2px solid #414155;
    opacity: 0.3;
    border-radius: 4px;
    width: 56px;
    height: 52px;
  }
}
.client button.prev-arrow svg {
  width: 100%;
}
@media (max-width: 768px) {
  .client button.prev-arrow svg {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .client button.prev-arrow svg {
    width: 18px;
  }
  .client button.prev-arrow svg path {
    fill: #414155;
  }
}
.client button.next-arrow.slick-arrow {
  position: absolute;
  top: -100px;
  right: 0px;
  z-index: 9;
  width: 56px;
  height: 50px;
  cursor: pointer;
  display: block !important;
  background: transparent;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.client button.next-arrow.slick-arrow svg {
  width: 100%;
}
@media (max-width: 768px) {
  .client button.next-arrow.slick-arrow svg {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .client button.next-arrow.slick-arrow svg {
    width: 18px;
  }
  .client button.next-arrow.slick-arrow svg path {
    fill: #414155;
  }
}
@media (max-width: 1200px) {
  .client button.next-arrow.slick-arrow {
    right: 0;
  }
}
@media (max-width: 768px) {
  .client button.next-arrow.slick-arrow {
    right: 50px;
    top: -70px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .client button.next-arrow.slick-arrow {
    top: inherit;
    bottom: -90px;
    right: 50%;
    transform: translateX(70%);
    border: 2px solid #414155;
    opacity: 1;
    border-radius: 4px;
    width: 56px;
    height: 52px;
  }
}
.client .btn-box {
  margin: auto;
  display: table;
  margin-top: 50px;
}

.ceo-message {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .ceo-message {
    padding: 60px 0;
  }
}
.ceo-message .section-head .top-title {
  color: #FCB534;
  letter-spacing: 0.05em;
}
.ceo-message .section-head .head-title {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1025px) {
  .ceo-message .section-head .head-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .ceo-message .section-head .head-title {
    margin-bottom: 40px;
  }
}
.ceo-message .feature-image {
  padding-left: 115px;
  position: relative;
}
@media (max-width: 480px) {
  .ceo-message .feature-image {
    padding-left: 15px;
  }
}
.ceo-message .feature-image img {
  position: relative;
  z-index: 9;
}
.ceo-message .feature-image .box-shape {
  position: absolute;
  left: 95px;
  width: 185px;
  height: calc(100% + 40px);
  background: #FCB534;
  top: -20px;
  z-index: 1;
}
@media (max-width: 480px) {
  .ceo-message .feature-image .box-shape {
    left: 0px;
    top: -15px;
    height: calc(100% + 30px);
  }
}
.ceo-message .content-wrapper {
  margin-top: 120px;
  font-size: 18px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  max-width: 450px;
}
@media (max-width: 768px) {
  .ceo-message .content-wrapper {
    max-width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .ceo-message .content-wrapper {
    margin-top: 30px;
  }
}
.ceo-message .content-wrapper p {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}
.ceo-message .content-wrapper h2, .ceo-message .content-wrapper h3, .ceo-message .content-wrapper h4, .ceo-message .content-wrapper h5, .ceo-message .content-wrapper h6 {
  margin: 10px 0 5px 0;
  letter-spacing: 0.05em;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
}
.ceo-message .content-wrapper .designation {
  color: rgba(255, 255, 255, 0.6);
}

.mission-vission {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .mission-vission {
    padding: 60px 0;
  }
}
.mission-vission .item img {
  border-bottom: 10px solid #FCB534;
  margin-bottom: 40px;
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .mission-vission .item img {
    margin-bottom: 30px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mission-vission .item h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #050508;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .mission-vission .item h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

.teams {
  padding: 30px 0 60px 0;
}
@media (max-width: 600px) {
  .teams {
    padding: 30px 0 150px 0;
  }
}
@media (max-width: 480px) {
  .teams {
    padding: 30px 0 120px 0;
  }
}
.teams .slick-dots {
  display: none !important;
}
.teams .slider-four-items {
  position: relative;
}
.teams .slider-four-items button.prev-arrow.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .teams .slider-four-items button.prev-arrow.slick-arrow {
    top: inherit;
    bottom: -90px;
    right: 50%;
    transform: translateX(-50%) !important;
    left: inherit;
    padding: 0;
  }
}
.teams .slider-four-items button.next-arrow.slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-40%);
  outline: 0;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .teams .slider-four-items button.next-arrow.slick-arrow {
    top: inherit;
    bottom: -90px;
    right: 50%;
    transform: translateX(50px);
    padding: 0;
  }
}
.teams .slick-list {
  margin: 0 -30px;
}
@media (max-width: 600px) {
  .teams .slick-list {
    padding: 0 60px 0 30px !important;
  }
}
.teams .item {
  padding-right: 30px;
}
.teams .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 310px;
}
.teams .item .content {
  padding-left: 20px;
  padding-right: 20px;
}
.teams .item h3 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #050508;
  margin-bottom: 0;
}
.teams .item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #414155;
}

.work-step {
  padding: 80px 0 60px 0;
  position: relative;
}
.work-step .slick-slider .slick-track,
.work-step .slick-slider .slick-list {
  display: flex !important;
}
@media (max-width: 768px) {
  .work-step {
    padding: 30px 0 60px 0;
  }
}
.work-step svg.seprator-slider {
  position: absolute;
  bottom: -130px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: -11;
  width: 100%;
}
@media (max-width: 600px) {
  .work-step svg.seprator-slider {
    display: none;
  }
}
@media (max-width: 1025px) {
  .work-step {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .work-step {
    padding: 30px 0;
  }
}
.work-step .slick-dots {
  display: none !important;
}
@media (max-width: 1025px) {
  .work-step .slick-dots {
    display: flex !important;
    margin-top: 30px;
    justify-content: center;
    padding-left: 0;
    margin-left: 0;
  }
}
.work-step .slick-dots li {
  font-size: 0;
}
.work-step .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 130px;
  border: none;
  background: #050508;
  opacity: 0.2;
  margin-right: 12px;
  cursor: pointer;
  outline: 0;
}
.work-step .slick-dots li.slick-active button {
  background: #FCB534;
  opacity: 1;
}
.work-step .slick-list {
  margin: 0 -30px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .work-step .slick-list {
    padding: 0 60px 0 30px !important;
  }
}
.work-step .slider-three-items {
  position: relative;
}
.work-step .slider-three-items button.prev-arrow.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .work-step .slider-three-items button.prev-arrow.slick-arrow {
    display: none !important;
  }
}
.work-step .slider-three-items button.next-arrow.slick-arrow {
  background: #fff;
  border: none;
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-40%);
  outline: 0;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .work-step .slider-three-items button.next-arrow.slick-arrow {
    display: none !important;
  }
}
.work-step .item {
  margin-right: 30px;
  border: 1px solid rgba(5, 5, 8, 0.1);
  background: rgb(255, 255, 255);
  padding: 49px 37px 49px 38px;
  transition: transform 0.4s ease-in;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .work-step .item {
    padding: 20px 15px;
  }
}
.work-step .item.attire-center {
  transition: transform 0.4s ease-in;
  transform: translateY(30px);
}
@media (max-width: 768px) {
  .work-step .item.attire-center {
    transform: translateY(0px);
  }
}
.work-step .item .content p {
  margin-bottom: 0;
}
.work-step .item .content h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 33px 0;
}
@media (max-width: 480px) {
  .work-step .item .content h3 {
    margin: 0 0 20px 0;
  }
}
.work-step .item .content h3 span.counter {
  width: 76px;
  height: 76px;
  background: #297745;
  text-align: center;
  line-height: 76px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 50px;
}
@media (max-width: 480px) {
  .work-step .item .content h3 span.counter {
    width: 55px;
    height: 55px;
    font-size: 32px;
    line-height: 55px;
  }
}
.work-step .item .content h3 span.heading {
  width: calc(100% - 90px);
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #050508;
  padding-left: 15px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 480px) {
  .work-step .item .content h3 span.heading {
    width: calc(100% - 70px);
  }
}

.both-text {
  padding: 60px 0 100px 0;
}
@media (max-width: 1025px) {
  .both-text {
    padding: 50px 0 60px 0;
  }
}
.both-text.only-text {
  padding: 60px 0 80px 0;
}
@media (max-width: 1025px) {
  .both-text.only-text {
    padding: 30px 0 40px 0;
  }
}
.both-text.video {
  padding: 120px 0 100px 0;
}
@media (max-width: 1025px) {
  .both-text.video {
    padding: 50px 0 60px 0;
  }
}
.both-text.video .attire-description p {
  font-size: 16px;
  line-height: 24px;
}
.both-text.video .attire-description strong {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 400;
}
.both-text .container .row {
  align-items: center;
}
.both-text .container .row .attire-description h3 {
  margin-bottom: 20px;
}
.both-text .container .row .content {
  font-size: 16px;
  line-height: 24px;
}
.both-text .container .row .content p {
  font-size: 16px;
  line-height: 24px;
}
.both-text.with-gallery {
  padding: 150px 0 70px 0;
}
@media (max-width: 600px) {
  .both-text.with-gallery {
    padding: 60px 0 0 0;
  }
}
.both-text.with-gallery .container .row {
  align-items: flex-start;
}
.both-text.with-gallery .attire-description h5 {
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 600px) {
  .both-text.with-gallery .attire-description h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
.both-text.with-gallery .attire-description p {
  font-size: 16px;
  line-height: 24px;
}
.both-text.with-gallery .attire-description ul li {
  font-size: 18px;
  line-height: 28px;
}
.both-text.with-gallery .single-video-gallery {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .both-text.with-gallery .single-video-gallery .col-sm-6 {
    width: 100%;
  }
}
.both-text.with-gallery .single-video-gallery .lightgallery.left {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .both-text.with-gallery .single-video-gallery .lightgallery.left {
    margin-right: 0;
  }
}
.both-text.with-gallery .single-video-gallery .lightgallery.right {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .both-text.with-gallery .single-video-gallery .lightgallery.right {
    margin-left: 0;
  }
}
.both-text.with-gallery .single-video-gallery .lightgallery img {
  width: 100%;
  margin-bottom: 20px;
}

.single-video-gallery .gallery-image {
  position: relative;
  cursor: pointer;
}
.single-video-gallery .gallery-image svg.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .single-video-gallery .gallery-image svg.play-icon {
    width: 60px;
    height: 60px;
  }
}
.single-video-gallery .gallery-image img {
  width: 100%;
}
@media (max-width: 600px) {
  .single-video-gallery .gallery-image img {
    height: auto;
    margin-top: 20px;
  }
}

.three-item-card {
  padding: 100px 0;
}
@media (max-width: 1025px) {
  .three-item-card {
    padding: 60px 0 30px 0;
  }
}
.three-item-card .section-head.attire-center p.short-des {
  margin: 0 auto 60px auto;
}
@media (max-width: 600px) {
  .three-item-card .section-head.attire-center p.short-des {
    margin: 0 auto 40px auto;
  }
}
.three-item-card .section-head.attire-center h2.head-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 10px;
}
.three-item-card .section-head.attire-center h3.top-title {
  margin-top: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .three-item-card .item {
    margin-bottom: 30px;
  }
}
.three-item-card .item h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #050508;
  margin-top: 0;
}
.three-item-card .item p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #3D3A4F;
}
.three-item-card.for-icon .item {
  text-align: center;
  border: 1px solid rgba(5, 5, 8, 0.1);
  padding: 76px 47px 63px 48px;
}
@media (max-width: 600px) {
  .three-item-card.for-icon .item {
    padding: 30px 20px;
  }
}
.three-item-card.for-icon .item img {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .three-item-card.for-icon .item img {
    height: auto;
  }
}
.three-item-card.for-icon .item:hover img {
  animation: bounce 2s linear;
}
.three-item-card.for-image .item .content {
  background: #fff;
  padding: 24px 65px 40px 30px;
}
.three-item-card.for-image .item h3 {
  margin-bottom: 15px;
}
.three-item-card.for-image .item img {
  width: 100%;
}
@media (max-width: 600px) {
  .three-item-card.for-image .item img {
    height: auto;
  }
}
.three-item-card.for-image .item:hover img {
  animation: bounce 2s linear;
}
.three-item-card.two-item .container .row .item img {
  margin-bottom: 30px;
}
.three-item-card.two-item .container .row .item h3 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 600px) {
  .three-item-card.two-item .container .row .item h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.three-item-card.two-item .container .row .item p {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
  margin-bottom: 30px;
}
.three-item-card.two-item .container .row .item ul li {
  font-size: 18px;
  line-height: 28px;
  color: #414155;
}
.three-item-card.two-item .container .row .item:hover img {
  animation: bounce 2s linear;
}
.three-item-card.two-item .container .row .col-lg-6:nth-child(2) .item {
  margin-bottom: 0;
}
.three-item-card.two-item .container .row .col-lg-6:nth-child(2) .item .attire-description ul {
  margin-bottom: 0;
}
.three-item-card.sustainability {
  padding: 0 !important;
}
.three-item-card.sustainability .section-head {
  padding: 0 15px;
}
.three-item-card.sustainability .section-head h2.head-title {
  font-size: 36px;
  line-height: 46px;
}
.three-item-card.sustainability .section-head p.short-des {
  margin-bottom: 60px;
  max-width: 610px;
}
@media (max-width: 600px) {
  .three-item-card.sustainability .section-head p.short-des {
    width: 100%;
    margin-bottom: 30px;
  }
}
.three-item-card.sustainability .row {
  padding: 0 15px;
}
@media (max-width: 600px) {
  .three-item-card.sustainability .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.three-item-card.sustainability .item {
  margin-bottom: 68px;
}
@media (max-width: 1025px) {
  .three-item-card.sustainability .item {
    margin-bottom: 30px;
  }
}
.three-item-card.sustainability .item img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.three-item-card.sustainability .item .content h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #050508;
}
.three-item-card.sustainability .item:hover img {
  animation: bounce 2s linear;
}

.map-wrapper iframe {
  width: 100%;
  border: 0;
}

.get-in-touch-form {
  padding: 60px 0 120px 0;
}
@media (max-width: 768px) {
  .get-in-touch-form {
    padding: 60px 0;
  }
}
.get-in-touch-form .section-head p.short-des {
  max-width: 630px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .get-in-touch-form .section-head p.short-des {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.get-in-touch-form .form-wrapper form {
  margin: 0 auto;
  max-width: 890px;
}
.get-in-touch-form .form-wrapper .form-horizontal,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p,
.get-in-touch-form .form-wrapper form.wpcf7-form p {
  display: grid;
  grid-template: auto/50% 50%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 768px) {
  .get-in-touch-form .form-wrapper .form-horizontal,
  .get-in-touch-form .form-wrapper form.wpcf7-form.init p,
  .get-in-touch-form .form-wrapper form.wpcf7-form p {
    display: block;
    grid-column-gap: 0px;
  }
}
.get-in-touch-form .form-wrapper .form-horizontal br,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p br,
.get-in-touch-form .form-wrapper form.wpcf7-form p br {
  display: none;
}
.get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap input,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap input,
.get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap input {
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 12px 20px;
  outline: 0;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease;
  background: #F6F7F9;
  border-radius: 5px;
  height: 48px;
}
@media (max-width: 768px) {
  .get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap input,
  .get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap input,
  .get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap input {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap input,
  .get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap input,
  .get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
.get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap input ::-moz-placeholder, .get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap input ::-moz-placeholder, .get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap input ::-moz-placeholder {
  color: #414155;
  opacity: 0.6;
}
.get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap input ::placeholder,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap input ::placeholder,
.get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap input ::placeholder {
  color: #414155;
  opacity: 0.6;
}
.get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap input:focus,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap input:focus,
.get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap input:focus {
  border: 1px solid #297745;
}
.get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap label svg,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap label svg,
.get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap label svg {
  margin-right: 10px;
}
.get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap label p,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap label p,
.get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap label p {
  font-size: 16px;
  line-height: 24px;
  color: #1A1C25;
  opacity: 0.6;
}
.get-in-touch-form .form-wrapper .form-horizontal .wpcf7-form-control-wrap form.wpcf7-form.init label,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap form.wpcf7-form.init label,
.get-in-touch-form .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap form.wpcf7-form.init label {
  width: 100%;
}
.get-in-touch-form .form-wrapper .form-horizontal textarea,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p textarea,
.get-in-touch-form .form-wrapper form.wpcf7-form p textarea {
  background: #F6F7F9;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 920px;
  height: 207px;
  padding: 20px;
  outline: 0;
  font-size: 16px;
  line-height: 26px;
  border: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1025px) {
  .get-in-touch-form .form-wrapper .form-horizontal textarea,
  .get-in-touch-form .form-wrapper form.wpcf7-form.init p textarea,
  .get-in-touch-form .form-wrapper form.wpcf7-form p textarea {
    width: 100%;
  }
}
.get-in-touch-form .form-wrapper .form-horizontal textarea ::-moz-placeholder, .get-in-touch-form .form-wrapper form.wpcf7-form.init p textarea ::-moz-placeholder, .get-in-touch-form .form-wrapper form.wpcf7-form p textarea ::-moz-placeholder {
  color: #414155;
  opacity: 0.6;
}
.get-in-touch-form .form-wrapper .form-horizontal textarea ::placeholder,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p textarea ::placeholder,
.get-in-touch-form .form-wrapper form.wpcf7-form p textarea ::placeholder {
  color: #414155;
  opacity: 0.6;
}
.get-in-touch-form .form-wrapper .form-horizontal textarea:focus,
.get-in-touch-form .form-wrapper form.wpcf7-form.init p textarea:focus,
.get-in-touch-form .form-wrapper form.wpcf7-form p textarea:focus {
  border: 1px solid #297745;
}
@media (max-width: 1024px) {
  .get-in-touch-form .form-wrapper .form-horizontal textarea,
  .get-in-touch-form .form-wrapper form.wpcf7-form.init p textarea,
  .get-in-touch-form .form-wrapper form.wpcf7-form p textarea {
    width: 100%;
  }
}
.get-in-touch-form .submit-btn {
  height: 56px;
}
.get-in-touch-form .submit-btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #297745;
  width: 920px;
  border: none;
  height: 56px;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .get-in-touch-form .submit-btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
  }
}

.map {
  position: relative;
  padding: 60px 0;
  background: #F6F7F9;
}
.map .container {
  position: relative;
}
.map .attire__location-item {
  display: flex;
  flex-wrap: wrap;
  width: 920px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .map .attire__location-item {
    width: 100%;
  }
}
.map .attire__location-item .location-map {
  width: 50%;
}
@media (max-width: 1025px) {
  .map .attire__location-item .location-map {
    width: 100%;
  }
}
.map .attire__location-item .location-map .map-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.map .attire__location-item .location-map .map-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map .attire__location-item .location-content {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 1025px) {
  .map .attire__location-item .location-content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .map .attire__location-item .location-content {
    padding: 20px;
  }
}
.map .attire__location-item .location-content .address-head {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #050508;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .map .attire__location-item .location-content .address-head {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }
}
.map .attire__location-item .location-content .address-item {
  display: flex;
  flex-wrap: wrap;
}
.map .attire__location-item .location-content .address-item svg {
  width: 24px;
}
@media (max-width: 480px) {
  .map .attire__location-item .location-content .address-item svg {
    width: 20px;
  }
}
.map .attire__location-item .location-content .address-item .content {
  width: calc(100% - 24px - 16px);
  margin-left: 15px;
}
@media (max-width: 390px) {
  .map .attire__location-item .location-content .address-item .content {
    width: 230px;
  }
}
.map .attire__location-item .location-content .address-item .content h3 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #050508;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 480px) {
  .map .attire__location-item .location-content .address-item .content h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
.map .attire__location-item .location-content .address-item .content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #414155;
}
.map .attire__location-item.reverse {
  flex-direction: row-reverse;
}
.career {
  padding: 120px 0 90px 0;
}
@media (max-width: 768px) {
  .career {
    padding: 60px 0 30px 0;
  }
}
.career .section-head {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .career .section-head {
    margin-bottom: 30px;
  }
}
.career .post-item {
  padding: 30px 25px 20px 25px;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.career .post-item .deadline {
  font-size: 14px;
  margin-bottom: 5px;
}
.career .post-item span.app-experience {
  display: inline-block;
  margin-right: 30px;
}
.career .post-item h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #001D46;
  margin-bottom: 15px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .career .post-item h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.career .post-item span {
  font-size: 16px;
  line-height: 24px;
  color: #414155;
}
.career .post-item button.btn-primary.transparent {
  border: 1px solid #297745;
  background: transparent;
  margin-top: 32px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  width: 100%;
  color: #297745;
  text-transform: uppercase;
  cursor: pointer;
}
.career .post-item button.btn-primary.transparent:hover {
  background: #297745;
  color: #fff;
}

.get-in-touch-form.apply-now {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .get-in-touch-form.apply-now {
    padding: 60px 0;
  }
}
.get-in-touch-form.apply-now .form-wrapper .form-horizontal .wpcf7-form-control-wrap input,
.get-in-touch-form.apply-now .form-wrapper form.wpcf7-form.init p .wpcf7-form-control-wrap input,
.get-in-touch-form.apply-now .form-wrapper form.wpcf7-form p .wpcf7-form-control-wrap input {
  background: #fff;
}
.get-in-touch-form.apply-now label#chooseBtn {
  border: 1px dashed #297745;
  padding: 30px 15px;
  width: 100%;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.get-in-touch-form.apply-now label#chooseBtn span.icon {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.get-in-touch-form.apply-now label#chooseBtn span.head-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #050508;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.get-in-touch-form.apply-now input[type=file] {
  display: none;
}

.sustainablility-block {
  padding: 100px 0 30px 0;
}
@media (max-width: 1025px) {
  .sustainablility-block {
    padding: 60px 0 30px 0;
  }
}
.sustainablility-block .section-head.attire-center {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.sustainablility-block img {
  width: 100%;
  margin-bottom: 50px;
  height: auto;
}
.sustainablility-block .wp-block-image:first-child img {
  height: 450px;
}
@media (max-width: 768px) {
  .sustainablility-block .wp-block-image:first-child img {
    height: 278px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .sustainablility-block .wp-block-image:first-child img {
    height: 230px;
  }
}
.sustainablility-block .three-item-card {
  padding: 30px 0;
}
.sustainablility-block button.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  z-index: 9;
  border: none;
  width: 50px;
  height: 50px;
  left: -80px;
  outline: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
.sustainablility-block button.prev-arrow.slick-arrow:hover svg g circle {
  fill: #297745;
}
.sustainablility-block button.prev-arrow.slick-arrow:hover svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .sustainablility-block button.prev-arrow.slick-arrow {
    display: none !important;
  }
}
.sustainablility-block button.next-arrow.slick-arrow {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sustainablility-block button.next-arrow.slick-arrow:hover svg g circle {
  fill: #297745;
}
.sustainablility-block button.next-arrow.slick-arrow:hover svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .sustainablility-block button.next-arrow.slick-arrow {
    display: none !important;
  }
}
.sustainablility-block ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 0;
  padding-left: 0;
  margin-left: 0;
  position: relative;
  top: 0px;
  z-index: 9999;
  width: 95px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px 0;
}
@media (max-width: 768px) {
  .sustainablility-block ul.slick-dots {
    top: 265px;
  }
}
@media (max-width: 480px) {
  .sustainablility-block ul.slick-dots {
    top: 0;
  }
}
.sustainablility-block ul.slick-dots li {
  font-size: 0;
}
.sustainablility-block ul.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 130px;
  border: none;
  background: #050508;
  opacity: 0.2;
  margin-right: 8px;
  cursor: pointer;
  outline: 0;
  padding: 0;
}
.sustainablility-block ul.slick-dots li.slick-active button {
  background: #FCB534;
  opacity: 1;
}

.company-info {
  position: relative;
}
.company-info .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.company-info .background-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-info .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #1A1731;
  opacity: 0.7;
  animation-duration: 3s;
  transition: all 1s ease;
}
.company-info .wrapper {
  position: relative;
  height: 100%;
  padding: 55px 0;
}
@media (max-width: 768px) {
  .company-info .wrapper {
    padding: 55px 0 25px 0;
  }
}
.company-info .wrapper .row {
  justify-content: center;
}
.company-info .wrapper .counter-item {
  margin-right: 100px;
  width: 180px;
  text-align: center;
}
@media (max-width: 768px) {
  .company-info .wrapper .counter-item {
    margin-right: 0;
    width: 50%;
    margin-bottom: 30px;
  }
}
.company-info .wrapper .counter-item:last-child {
  margin-right: 0;
}
.company-info .wrapper .counter-item span.num {
  font-weight: 600;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
}
@media (max-width: 600px) {
  .company-info .wrapper .counter-item span.num {
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 20px 0;
  }
}
.company-info .wrapper .counter-item span.text {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.compliance {
  padding: 80px 0 80px 0;
}
@media (max-width: 600px) {
  .compliance {
    padding: 30px 0 30px 0;
  }
}
.compliance .section-head p.short-des {
  max-width: 730px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .compliance .section-head p.short-des {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.compliance .three-item {
  text-align: center;
}
.compliance .three-item img {
  width: 80px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .compliance .three-item img {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .compliance .three-item img {
    width: 50px;
    margin-bottom: 30px;
  }
}
.compliance .three-item h3 {
  margin-top: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #050508;
}
.compliance .middle-right {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .compliance .middle-right {
    padding: 0 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .compliance .middle-right {
    padding: 0 15px;
  }
}
.compliance .middle-right .feature-image {
  width: 50rem;
  margin-right: 65px;
  height: 556px;
}
@media (max-width: 1650px) {
  .compliance .middle-right .feature-image {
    width: 575px;
  }
}
@media (max-width: 1025px) {
  .compliance .middle-right .feature-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    height: auto;
  }
  .compliance .middle-right .feature-image img {
    height: auto;
  }
}
.compliance .middle-right .feature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.compliance .middle-right .attire-description {
  width: 500px;
}
.compliance .middle-right .attire-description p {
  font-size: 16px;
  line-height: 24px;
}
.compliance .middle-right .attire-description ul li {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 600px) {
  .compliance .middle-right .attire-description ul {
    margin-bottom: 60px;
  }
}

.sustainability.cultutal.three-item-card {
  padding: 100px 0 30px 0 !important;
}
@media (max-width: 1025px) {
  .sustainability.cultutal.three-item-card {
    padding: 60px 0 30px 0 !important;
  }
}
.sustainability.cultutal.three-item-card .item {
  margin-bottom: 60px;
}
@media (max-width: 1025px) {
  .sustainability.cultutal.three-item-card .item {
    margin-bottom: 30px;
  }
}
.sustainability.cultutal.three-item-card .item img {
  margin-bottom: 20px;
}
.sustainability.cultutal.three-item-card .item:hover img {
  animation: bounce 2s linear;
}

.industry-gallery {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .industry-gallery {
    padding-top: 60px;
  }
}
.industry-gallery .service-gallery-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .industry-gallery .service-gallery-wrapper.desktop {
    display: none;
  }
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .feature-image-description {
  width: 40%;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .feature-image-description .feature-image img {
  width: 100%;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .feature-image.left {
  width: 750px;
  height: 530px;
  position: relative;
  border-top: 20px solid #f6f7f9;
  border-right: 20px solid #f6f7f9;
  margin-top: 40px;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .feature-image.left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .feature-image.right {
  height: 600px;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .feature-image.right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .description-one {
  margin-top: 40px;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .description-two {
  position: relative;
  background: #f6f7f9;
  padding: 50px 50px 40px 40px;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .description-two h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 350px;
}
.industry-gallery .service-gallery-wrapper .service-block-wrapper .description-two p {
  max-width: 410px;
  font-size: 16px;
  line-height: 24px;
  color: #414155;
  margin-bottom: 20px;
}
.industry-gallery .service-gallery-wrapper:nth-child(odd) .service-block-wrapper .description-one {
  margin-top: 40px;
  padding-left: 30px;
}
.industry-gallery .service-gallery-wrapper:nth-child(odd) .feature-image.right {
  padding-left: 70px;
  box-sizing: border-box;
}
.industry-gallery .service-gallery-wrapper:nth-child(odd) .service-block-wrapper .feature-image.left {
  width: 790px;
}
.industry-gallery .section-head.attire-center p.short-des {
  margin: 0 auto 60px auto;
  max-width: 730px;
}
@media (max-width: 600px) {
  .industry-gallery .section-head.attire-center p.short-des {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
.industry-gallery .content.attire-description {
  padding-right: 125px;
  padding-bottom: 0px;
  width: 665px;
}
.industry-gallery .content.attire-description h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}
.industry-gallery .content.attire-description p {
  font-size: 16px;
  line-height: 24px;
}

.ct-gallery.mobile {
  display: none;
}
@media (max-width: 768px) {
  .ct-gallery.mobile {
    display: block;
  }
}
.ct-gallery.mobile .service-item {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ct-gallery.mobile .service-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ct-gallery.mobile .service-item img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ct-gallery.mobile .service-item h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #050508;
  margin-bottom: 10px;
  margin-top: 0;
}
.ct-gallery.mobile .service-item p {
  font-size: 16px;
  line-height: 24px;
}

.half-to-half {
  padding: 120px 0 60px 0;
}
@media (max-width: 768px) {
  .half-to-half {
    padding: 60px 0;
  }
}
.half-to-half .item {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .half-to-half .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .half-to-half .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
.half-to-half .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.half-to-half .item .col-lg-6.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
}
@media (max-width: 768px) {
  .half-to-half .item .col-lg-6.border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
  }
}
@media (max-width: 600px) {
  .half-to-half .item .col-lg-6 img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .half-to-half .item .col-lg-6 {
    width: 100%;
  }
}
.half-to-half .item .content.attire-description {
  padding: 46px 51px 40px 40px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .half-to-half .item .content.attire-description {
    padding: 30px 15px;
  }
}
.half-to-half .item .content.attire-description h3 {
  margin-bottom: 20px;
}
.half-to-half .item .content.attire-description p {
  font-size: 16px;
  line-height: 24px;
}
.half-to-half .item .content.attire-description ul li {
  font-size: 16px;
  line-height: 24px;
}
.half-to-half .item.item-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .half-to-half .item.item-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.half-to-half .item.item-reverse .col-lg-6.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
}
@media (max-width: 768px) {
  .half-to-half .item.item-reverse .col-lg-6.border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
  }
}
