/* ==== 
 --------- (1.01) mixins start ---------
 ==== */
/* ==== 
   --------- (1.01) mixins end ---------
   ==== */
/* ==== 
 --------- (1.02) variables start ---------
 ==== */
:root {
  --nunito: "Nunito", sans-serif;
  --cursive: "Edu AU VIC WA NT Pre", cursive;
  --template-font: var(--nunito);
  --template-bg: #ffffff;
  --template-color: #4e4e4e;
  --white: #ffffff;
  --black: #000000;
  --primary-color: #046a58;
  --secondary-color: #122f2a;
  --main-blue: #71b7e6;
  --main-purple: #30A8AD;
  --main-grey: #ccc;
  --sub-grey: #d9d9d9;
  --tertiary-color: #046a58;
  --quaternary-color: #00715d;
  --quinary-color: #061408;
  --septenary-color: #0c141f;
  --senary-color: #d9d9d9;
  --hover-color: #836600;
  --transition: all 0.5s ease;
  --shadow: 0px 10px 25px 0px rgba(37, 42, 52, 0.08);
  --shadow-secondary: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  --shadow-tertiary: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
}

/* ==== 
   --------- (1.02) variables end ---------
   ==== */
/* ==== 
 --------- (2.01) reset styles start ---------
 ==== */

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

r
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}
a:focus,
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}


hr,
blockquote,
textarea {
  margin: 0px;
  opacity: 1;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
}

/* ==== 
 --------- (2.02) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.03) global styles start ---------
 ==== */


.unset {
  max-width: unset;
}

.dir-rtl {
  direction: rtl;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.lh-0 {
  line-height: 0;
}

.template-color {
  color: var(--template-color);
}

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-color);
}

.tertiary-text {
  color: var(--tertiary-color);
}

.quaternary-text {
  color: var(--quaternary-color);
}

.quinary-text {
  color: var(--quinary-color);
}

.septenary-text {
  color: var(--septenary-color);
}

.senary-text {
  color: var(--senary-color);
}

.template-bg {
  background-color: var(--template-bg);
}

.primary-bg {
  background-color: #f9f9f9;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.tertiary-bg {
  background-color: var(--tertiary-color);
}

.quaternary-bg {
  background-color: var(--quaternary-color);
}

.quinary-bg {
  background-color: var(--quinary-color);
}

.septenary-bg {
  background-color: var(--septenary-color);
}

.senary-bg {
  background-color: var(--quinary-color);
}

.white-bg {
  background-color: var(--white);
}

.black-bg {
  background-color: var(--black);
}

.section-bg-primary {
  background-color: var(--primary-color);
}

.section-bg-secondary {
  background-color: var(--secondary-color);
}

.section-bg-tertiary {
  background-color: var(--tertiary-color);
}

.section-bg-quaternary {
  background-color: var(--quaternary-color);
}

.gutter-60 {
  row-gap: 60px;
}

.gutter-40 {
  row-gap: 40px;
}

.gutter-30 {
  row-gap: 30px;
}

.gutter-24 {
  row-gap: 24px;
}

.gutter-16 {
  row-gap: 16px;
}

.gutter-12 {
  row-gap: 16px;
}

.pt-120 {
  padding-top: 100px;
}

.pt-100 {
  padding-top: 80px;
}

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

.pb-120 {
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 80px;
}

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

.mt-120 {
  margin-top: 100px;
}

.mt-100 {
  margin-top: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 40px;
}

.mt-55 {
  margin-top: 35px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-6 {
  margin-top: 6px;
}

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

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

.mb-120 {
  margin-bottom: 100px;
}

.mb-100 {
  margin-bottom: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 40px;
}

.mb-55 {
  margin-bottom: 35px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

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

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

.sticky-wrapper {
  position: relative;
}

.sticky-item {
  position: sticky;
  top: 120px;
}

.divider {
  background-color: #ebebec;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.social a {
  font-size: 16px;
  color: var(--white);
}
.social a:hover {
  color: var(--base-color);
}

.select {
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
  z-index: 999;
}
.select .option {
  padding-inline: 18px !important;
  min-height: 34px;
}
.select::after {
  right: unset;
  inset-inline-end: 0px !important;
  width: 7px;
  height: 7px;
  border-color: var(--black);
  margin-top: -5px;
}
.select .option,
.select .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 0px;
}
.select .option span,
.select .option i,
.select .current span,
.select .current i {
  width: 30px;
  height: 20px;
}
.select .current {
  color: var(--black);
  line-height: 1;
}
.select .list {
  padding: 12px 0px;
}

.sidebar-cart {
  background: var(--white);
  -webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
  padding: 15px 15px 0 15px;
  position: fixed;
  display: block;
  width: 320px;
  height: 100vh;
  z-index: 99999;
  top: 0;
  inset-inline-end: 0px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidebar-cart .close-cart {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: 0px;
  outline: 0px;
}
.sidebar-cart .close-cart .close-icon {
  width: 16px;
  height: 16px;
  background: var(--black);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-cart h2 {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar-cart h2 span.count {
  color: var(--white);
  background: var(--black);
  padding: 8px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -4px;
}
.sidebar-cart .cart-items {
  margin-top: 30px;
}
.sidebar-cart .cart-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 24px 0px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
  position: relative;
}
.sidebar-cart .cart-item-single .delete-item {
  position: absolute;
  top: 50%;
  inset-inline-end: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--base-bg);
  background-color: transparent;
  font-size: 20px;
}
.sidebar-cart .cart-item-single .delete-item:hover {
  color: var(--hover-color);
}
.sidebar-cart .cart-item-single .cart-item-thumb a {
  width: 80px;
  height: 100px;
}
.sidebar-cart .cart-item-single .cart-item-thumb a img {
  width: 100%;
  height: 100%;
}
.sidebar-cart .cart-item-single .h6 a {
  font-weight: 600;
  color: var(--black);
  font-size: 18px;
}
.sidebar-cart .cart-item-single .h6 a:hover {
  color: var(--hover-color);
}
.sidebar-cart .cart-item-single .price {
  font-weight: 600;
  font-size: 14px;
  color: var(--black);
}
.sidebar-cart .cart-item-single .measure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.sidebar-cart .cart-item-single .measure button {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  background-color: var(--base-bg);
  color: var(--base-color);
  font-size: 14px;
}
.sidebar-cart .cart-item-single .item-quantity {
  min-width: 16px;
  color: var(--black);
  font-weight: 700;
  text-align: center;
}
.sidebar-cart .der {
  height: calc(100% - 140px);
  overflow-y: auto;
}
.sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 45px;
  background: var(--white);
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sidebar-cart div.totals div.subtotal,
.sidebar-cart div.totals div.shipping,
.sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-cart div.totals div.subtotal span.amount,
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping span.amount,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax span.amount,
.sidebar-cart div.totals div.tax .total-price {
  color: var(--secondary-color);
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  font-weight: 700;
}
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax .total-price {
  margin: 0px;
}
.sidebar-cart div.totals div.subtotal span.label,
.sidebar-cart div.totals div.shipping span.label,
.sidebar-cart div.totals div.tax span.label {
  color: var(--secondary-color);
  font-weight: 700;
}
.sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 80px;
  background: var(--white);
  display: block;
  white-space: nowrap;
}
.sidebar-cart div.action-buttons a.view-cart-button,
.sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-weight: 700;
}
.sidebar-cart div.action-buttons a.view-cart-button {
  background: var(--black);
  border-color: var(--black);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: var(--white);
  width: 80px;
}
.sidebar-cart div.action-buttons a.checkout-button {
  border-color: var(--base-bg);
  background: var(--base-bg);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  color: var(--base-color);
  width: 200px;
}

.sidebar-cart-active {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.cart-backdrop {
  position: fixed;
  top: 0px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5921568627);
  z-index: 9999;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.cart-backdrop-active {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.search-popup {
  position: fixed;
  inset-inline-start: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  inset-inline-start: 15px;
  inset-inline-end: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .search-popup__group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .search-popup__group input {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--black);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-padding-end: 80px;
          padding-inline-end: 80px;
  border-radius: 5px;
}
.search-popup .search-popup__group button {
  color: var(--secondary-color);
}
.search-popup .search-popup__group button:hover {
  color: var(--hover-color);
}
.search-popup button {
  position: absolute;
  inset-inline-end: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-popup .close-search {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--base-bg);
  width: 70px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  color: var(--base-color);
}
.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  line-height: 70px;
  color: var(--black);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 0;
}
.search-active .search-popup form {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.parallax-image {
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.parallax-image-wrap,
.parallax-image-inner {
  border-radius: inherit;
}

.title-animation {
  text-transform: lowercase !important;
}
.title-animation > div > div:nth-child(1) {
  text-transform: uppercase;
}
.title-animation > span > div > div:nth-child(1) {
  text-transform: uppercase;
}

.section__header .icon-thumb .icon-thumb-single:nth-of-type(2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section__header .icon-thumb span {
  width: 70px;
  height: 1px;
  background-color: var(--quaternary-color);
  display: inline-block;
  line-height: 0px;
}
.section__header .icon-thumb span:nth-of-type(2) {
  width: 56px;
}

.main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-pagination button,
.main-pagination a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9eb3af;
  background-color: transparent;
  color: var(--black);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 800;
  font-size: 14px;
}
.main-pagination button:hover,
.main-pagination a:hover {
  border-color: var(--base-bg);
  background-color: var(--base-bg);
  color: var(--base-color);
}
.main-pagination .active {
  border-color: var(--base-bg);
  background-color: var(--base-bg);
  color: var(--base-color);
}
.main-pagination button {
  background-color: var(--quaternary-color);
  color: var(--white);
}
.main-pagination button:hover {
  background-color: var(--base-bg);
  color: var(--base-color);
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e9e9e9;
  border-radius: 10px;
  position: relative;
}
.progress-bar .progress-bar-percent {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: var(--base-color);
  border-radius: inherit;
}

.video-btn-wrapper {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}
.video-btn-wrapper .open-video-popup {
  width: 80px;
  height: 80px;
  background: var(--base-bg);
  border-radius: 100%;
  position: relative;
  -webkit-animation: pulse-shadow 3s 2s linear infinite;
          animation: pulse-shadow 3s 2s linear infinite;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.video-btn-wrapper .open-video-popup i {
  font-size: 20px;
  color: var(--secondary-color);
}
@-webkit-keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
}

@keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
}
.slider-navigation .slider-btn {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondary-color);
  color: var(--white);
  font-size: 20px;
}
.slider-navigation .slider-btn:hover {
  background-color: var(--base-bg);
  color: var(--black);
}
.slider-navigation .slider-btn-next {
  background-color: var(--base-bg);
  color: var(--black);
}
.slider-navigation .slider-btn-next:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.banner-four .slider-navigation .slider-btn,
.banner-two .slider-navigation .slider-btn {
  background-color: var(--white);
  color: var(--black);
}
.banner-four .slider-navigation .slider-btn:hover,
.banner-two .slider-navigation .slider-btn:hover {
  background-color: var(--base-bg);
  color: var(--black);
}
.banner-four .slider-navigation .slider-btn-next,
.banner-two .slider-navigation .slider-btn-next {
  background-color: var(--base-bg);
  color: var(--black);
}
.banner-four .slider-navigation .slider-btn-next:hover,
.banner-two .slider-navigation .slider-btn-next:hover {
  background-color: var(--white);
  color: var(--black);
}

.privacy {
  padding: 100px 0px;
  background-color: var(--white);
}
.privacy .privacy-group {
  margin-bottom: 60px;
  margin-top: -7px;
}
.privacy .privacy-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.privacy .privacy-group h4 {
  font-weight: 600;
  color: var(--black);
}
.privacy .privacy-group p {
  margin-top: 20px;
  font-size: 18px;
}

/* ==== 
 --------- (2.03) global styles end ---------
 ==== */
/* ==== 
 --------- (3.01) buttons styles start ---------
 ==== */
.btn--primary {
  padding: 13px 24px;
  background-color: var(--base-bg);
  color: var(--black);
  position: relative;
  font-weight: 700;
  z-index: 1;
  gap: 16px;
  overflow: hidden;
  letter-spacing: 0.8px;
}
.btn--primary::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-end: 0%;
  width: 0px;
  height: 100%;
  background-color: var(--quaternary-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
}
.btn--primary i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, color 0s ease;
  transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}
.btn--primary:hover {
  color: var(--white);
}
.btn--primary:hover::after {
  width: 100%;
  inset-inline-start: 0%;
}
.btn--primary:hover i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.btn--secondary {
  overflow: hidden;
  color: var(--white);
  background-color: var(--quaternary-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  text-align: center;
  padding: 18px 40px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--secondary.btn--inverted {
  color: #37474f;
  border-color: #37474f;
}
.btn--secondary::before, .btn--secondary::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: var(--base-bg);
  color: var(--base-color);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  pointer-events: none;
}
.btn--secondary::before {
  top: 0;
  padding-top: 18px;
}
.btn--secondary::after {
  bottom: 0;
  line-height: 0;
}
.btn--secondary > span {
  display: inline-block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
          transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.5s;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.5s, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.5s;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.btn--secondary:hover::before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.btn--secondary:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.btn--secondary:hover > span {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.btn--tertiary {
  padding: 13px 24px;
  background-color: var(--base-bg);
  color: var(--black);
  position: relative;
  font-weight: 700;
  z-index: 1;
  gap: 16px;
  overflow: hidden;
  letter-spacing: 0.8px;
}
.btn--tertiary::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-end: 0%;
  width: 0px;
  height: 100%;
  background-color: var(--quaternary-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
}
.btn--tertiary:hover {
  color: var(--white);
}
.btn--tertiary:hover::after {
  width: 100%;
  inset-inline-start: 0%;
}

/* ==== 
 --------- (3.01) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.02) forms styles start ---------
 ==== */
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.input-group .input-single {
  width: 100%;
}
.input-group input,
.input-group textarea {
  width: 100%;
  padding: 9px 16px;
  background-color: var(--white);
  border: 1px solid #707070;
  color: var(--quaternary-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.input-group input:focus,
.input-group textarea:focus {
  border-color: var(--base-color);
}
.input-group input::-webkit-input-placeholder, .input-group textarea::-webkit-input-placeholder {
  color: var(--quaternary-color);
}
.input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder {
  color: var(--quaternary-color);
}
.input-group input:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder {
  color: var(--quaternary-color);
}
.input-group input::-ms-input-placeholder, .input-group textarea::-ms-input-placeholder {
  color: var(--quaternary-color);
}
.input-group input::placeholder,
.input-group textarea::placeholder {
  color: var(--quaternary-color);
}
.input-group textarea {
  min-height: 300px;
}

.contact__form .input-single,
.checkout__form .input-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0px 16px;
  border-radius: 8px !important;
  border: 2px solid #7e7e7e;
  background: #046150;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 30px;
}
.contact__form .input-single:nth-last-of-type(1),
.checkout__form .input-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact__form .input-single input,
.contact__form .input-single textarea,
.contact__form .input-single .nice-select,
.checkout__form .input-single input,
.checkout__form .input-single textarea,
.checkout__form .input-single .nice-select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: transparent;
  color: var(--white);
  border: 0px;
  padding: 20px 0px;
}
.contact__form .input-single input::-webkit-input-placeholder, .contact__form .input-single textarea::-webkit-input-placeholder, .contact__form .input-single .nice-select::-webkit-input-placeholder, .checkout__form .input-single input::-webkit-input-placeholder, .checkout__form .input-single textarea::-webkit-input-placeholder, .checkout__form .input-single .nice-select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single input::-moz-placeholder, .contact__form .input-single textarea::-moz-placeholder, .contact__form .input-single .nice-select::-moz-placeholder, .checkout__form .input-single input::-moz-placeholder, .checkout__form .input-single textarea::-moz-placeholder, .checkout__form .input-single .nice-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single input:-ms-input-placeholder, .contact__form .input-single textarea:-ms-input-placeholder, .contact__form .input-single .nice-select:-ms-input-placeholder, .checkout__form .input-single input:-ms-input-placeholder, .checkout__form .input-single textarea:-ms-input-placeholder, .checkout__form .input-single .nice-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single input::-ms-input-placeholder, .contact__form .input-single textarea::-ms-input-placeholder, .contact__form .input-single .nice-select::-ms-input-placeholder, .checkout__form .input-single input::-ms-input-placeholder, .checkout__form .input-single textarea::-ms-input-placeholder, .checkout__form .input-single .nice-select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single input::placeholder,
.contact__form .input-single textarea::placeholder,
.contact__form .input-single .nice-select::placeholder,
.checkout__form .input-single input::placeholder,
.checkout__form .input-single textarea::placeholder,
.checkout__form .input-single .nice-select::placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single i,
.checkout__form .input-single i {
  font-size: 18px;
  color: var(--base-color);
}
.contact__form .alter-input,
.checkout__form .alter-input {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact__form .alter-input i,
.checkout__form .alter-input i {
  margin-top: 20px;
}
.contact__form .input-group,
.checkout__form .input-group {
  margin-bottom: 30px;
}
.contact__form .input-group .input-single,
.checkout__form .input-group .input-single {
  margin-bottom: 0px;
}
.contact__form .form-cta,
.checkout__form .form-cta {
  margin-top: 40px;
}
.contact__form .btn--primary,
.checkout__form .btn--primary {
  padding: 18px 40px;
  border-radius: 5px;
  font-weight: 700;
  gap: 8px;
  background-color: var(--black);
}
.contact__form .btn--primary::before, .contact__form .btn--primary::after,
.checkout__form .btn--primary::before,
.checkout__form .btn--primary::after {
  border-radius: 0px;
}
.contact__form .btn--primary i,
.checkout__form .btn--primary i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, color 0s ease;
  transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
  font-size: 18px;
}
.contact__form .btn--primary:hover,
.checkout__form .btn--primary:hover {
  color: var(--white);
}
.contact__form .btn--primary:hover i,
.checkout__form .btn--primary:hover i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.contact__form .input-single {
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.checkout__form .input-group .input-single {
  width: 100%;
}
.checkout__form .input-single {
  padding: 0px 20px;
  background-color: #efefef;
  border: 0px solid transparent;
}
.checkout__form .input-single input,
.checkout__form .input-single textarea {
  color: var(--black);
}
.checkout__form .input-single input::-webkit-input-placeholder, .checkout__form .input-single textarea::-webkit-input-placeholder {
  color: #667471;
}
.checkout__form .input-single input::-moz-placeholder, .checkout__form .input-single textarea::-moz-placeholder {
  color: #667471;
}
.checkout__form .input-single input:-ms-input-placeholder, .checkout__form .input-single textarea:-ms-input-placeholder {
  color: #667471;
}
.checkout__form .input-single input::-ms-input-placeholder, .checkout__form .input-single textarea::-ms-input-placeholder {
  color: #667471;
}
.checkout__form .input-single input::placeholder,
.checkout__form .input-single textarea::placeholder {
  color: #667471;
}
.checkout__form .input-single i {
  color: #adadad;
}
.checkout__form .nice-select {
  z-index: 9;
}
.checkout__form .btn--primary {
  width: 100%;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


@-webkit-keyframes flipY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes flipY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes moveBg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes moveBg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ==== 
 --------- (3.03) preloader styles end ---------
 ==== */
/* ==== 
 --------- (3.05) custom cursor styles start ---------
 ==== */
.cursor-outer {
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--quaternary-color);
  background-color: var(--quaternary-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.cursor-outer.cursor-hover {
  opacity: 0.14;
}
.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
          margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--quaternary-color);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--template-color);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.cursor-inner.cursor-big span {
  opacity: 1;
}
.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
          margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #686363;
  opacity: 0;
}

/* ==== 
 --------- (3.05) custom cursor styles end ---------
 ==== */
/* ==== 
 --------- (3.04) scroll porgress button styles start ---------
 ==== */
.progress-wrap {
  position: fixed;
  inset-inline-end: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  padding: 6px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #acd5ce;
  -webkit-box-shadow: inset 0 0 0 8px #acd5ce;
          box-shadow: inset 0 0 0 8px #acd5ce;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 99;
  overflow: hidden;
}
.progress-wrap span {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.progress-wrap span::after {
  content: "\f176";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  border-radius: 50%;
  color: #076051;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 200%);
      -ms-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap span::before {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  border-radius: 50%;
  color: #076051;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover span::before {
  -webkit-transform: translate(-50%, -200%);
      -ms-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}
.progress-wrap:hover span::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.progress-wrap path {
  fill: none;
}
.progress-wrap .progress-circle path {
  stroke: #076051;
  stroke-width: 4;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ==== 
 --------- (3.04) scroll porgress button styles end ---------
 ==== */
/* ==== 
 --------- (4.01) header styles start ---------
 ==== */
.topbar {
  background-color: #ececec;
  overflow-x: clip;
}
.topbar .container {
  max-width: 1564px;
}

.topbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topbar__list a {
  font-weight: 500;
  line-height: 20px;
}
.topbar__list a i {
  color: var(--hover-color);
  font-size: 22px;
}
.topbar__list a:hover {
  color: var(--hover-color);
}
.topbar__list li {
  line-height: 0px;
}
.topbar__list li:nth-of-type(1) a {
  font-size: 14px;
}

.topbar__items {
  width: 100%;
  gap: 40px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topbar__items-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topbar__items-menu__icon {
  line-height: 0px;
}
.topbar__items-menu__icon i {
  font-size: 20px;
}

.topbar__items-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.topbar__items-menu__link a {
  font-weight: 500;
  color: var(--black);
}
.topbar__items-menu__link a:hover {
  color: var(--hover-color);
}
.topbar__items-menu__link li:nth-last-of-type(1) a {
  color: var(--hover-color);
}
.topbar__items-menu__link li:nth-last-of-type(1) a:hover {
  color: var(--black);
}

.country-select .current {
  color: var(--template-color);
  font-weight: 600;
}
.country-select::after {
  border-color: var(--template-color);
}

.topbar__social-menu {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  padding-block: 14px;
  position: relative;
  overflow-y: clip;
  z-index: 1;
  line-height: 0px;
}
.topbar__social-menu::before {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--base-bg);
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}
.topbar__social-menu::after {
  content: "";
  position: absolute;
  inset-inline-start: 99%;
  inset-block: 0px;
  width: 50vw;
  height: 100%;
  background-color: var(--base-bg);
  z-index: -1;
}
.topbar__social-menu a {
  color: var(--base-color);
}
.topbar__social-menu a:hover {
  color: var(--hover-color);
}

.topbar__secondary {
  background-color: var(--primary-color);
}
.topbar__secondary .container {
  max-width: 1400px;
}
.topbar__secondary .topbar__social-menu {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.topbar__secondary .topbar__social-menu::before, .topbar__secondary .topbar__social-menu::after {
  content: none;
}
.topbar__secondary .topbar__inner {
  padding-bottom: 30px;
}
.topbar__secondary .topbar__list a {
  color: var(--white);
}
.topbar__secondary .topbar__list a i {
  color: var(--white);
}
.topbar__secondary .social a {
  color: var(--white);
}
.topbar__secondary .select .current {
  color: var(--white);
}
.topbar__secondary .select::after {
  border-color: var(--white);
}
.topbar__secondary .topbar__items-menu i {
  color: var(--white);
}
.topbar__secondary .topbar__items-menu a {
  color: var(--white);
}
.topbar__secondary .topbar__items-menu li {
  color: var(--white);
}
.topbar__secondary .topbar__items-menu li:nth-last-of-type(1) a {
  color: #ffc071;
}

.header {
  background-color: var(--white);
  position: relative;
  z-index: 9;
}
.header div {
  line-height: 0px;
}
.header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .navbar-logo img {
  max-width: 160px;
  height: 36px;
}
.header .navbar__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-margin-start: -15px;
          margin-inline-start: -15px;
}
.header .navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .navbar__item a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 42px 15px;
  width: 100%;
  line-height: 1;
  color: #16171a;
}
.header .navbar__item a:hover {
  color: var(--hover-color);
}
.header .navbar__item .dropdown-label-alter {
  position: relative;
}
.header .navbar__item .dropdown-label-alter::before {
  content: "";
  position: absolute;
  bottom: 0px;
  inset-inline-start: 50%;
  border: 10px solid transparent;
  border-bottom-color: var(--hover-color);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.header .navbar__item:hover .dropdown-label-alter::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
}
.header .navbar__item--has-children {
  position: relative;
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label {
  color: var(--hover-color);
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label-sub::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header .navbar__item--has-children:hover > .navbar__sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
}
.header .navbar__dropdown-label {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .navbar__dropdown-label::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  font-size: inherit;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header .navbar__sub-menu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0px;
  min-width: 230px;
  max-width: 260px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  pointer-events: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  padding: 20px 0px;
  border-radius: 5px;
  z-index: 9;
}
.header .navbar__sub-menu li:nth-last-of-type(1) > a {
  border-bottom: 0px;
}
.header .navbar__sub-menu a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  color: var(--black);
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid rgba(228, 218, 218, 0.4784313725);
  text-transform: capitalize;
}
.header .navbar__sub-menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-start: 20px;
  height: 1px;
  margin-top: 0px;
  width: 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--hover-color);
}
.header .navbar__sub-menu a:hover {
  color: var(--hover-color);
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.header .navbar__sub-menu a:hover::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
      -ms-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
  width: 10px;
}
.header .navbar__sub-menu .active > a {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.header .navbar__sub-menu .active > a::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
      -ms-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
  width: 10px;
}
.header .navbar__sub-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub {
  color: var(--hover-color);
}
.header .navbar__sub-menu__nested {
  top: 0%;
  inset-inline-start: 100%;
  min-width: 230px;
}
.header .navbar__sub-menu__nested::before {
  content: "";
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
  inset-inline-start: -20px;
  border: 10px solid transparent;
  top: 12px;
  border-inline-end-color: var(--hover-color);
}
.header .active > .navbar__dropdown-label,
.header .active > a {
  color: var(--hover-color);
}
.header .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header .contact-btn i {
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: -3px;
}
.header .contact-btn p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: #828a8d;
  margin-bottom: 8px;
}
.header .contact-btn a {
  color: #555555;
  line-height: 1;
  font-weight: 700;
}
.header .contact-btn a:hover {
  color: var(--hover-color);
}
.header .navbar__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .navbar__mobile-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .btn--secondary,
.header .btn--primary {
  padding: 18px 40px;
  border-radius: 5px;
}
.header .search-box button {
  font-size: 24px;
  color: var(--black);
}
.header .search-box button:hover {
  color: var(--hover-color);
}
.header .cart-box {
  position: relative;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}
.header .cart-box button {
  font-size: 24px;
  color: var(--black);
}
.header .cart-box button:hover {
  color: var(--hover-color);
  border-color: var(--hover-color);
}
.header .cart-box span {
  position: absolute;
  top: -12px;
  inset-inline-end: -12px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-bg);
  color: var(--base-color);
  font-size: 12px;
  font-weight: 700;
}
.header .open-offcanvas-nav {
  padding: 0px;
  display: inline-block;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.header .open-offcanvas-nav span {
  height: 2px;
  background-color: var(--quaternary-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header .open-offcanvas-nav .top-bar {
  width: 30px;
}
.header .open-offcanvas-nav .middle-bar {
  width: 34px;
}
.header .open-offcanvas-nav .bottom-bar {
  width: 16px;
}
.header .open-offcanvas-nav:hover span {
  background-color: var(--hover-color);
}
.header .open-offcanvas-nav-active .middle-bar {
  opacity: 0;
}
.header .open-offcanvas-nav-active .top-bar,
.header .open-offcanvas-nav-active .bottom-bar {
  width: 30px !important;
}
.header .open-offcanvas-nav-active .top-bar {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(9px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(9px);
          transform: rotate(45deg) translateY(5px) translateX(9px);
  background-color: var(--base-color);
}
.header .open-offcanvas-nav-active .bottom-bar {
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(9px);
      -ms-transform: rotate(-45deg) translateY(-5px) translateX(9px);
          transform: rotate(-45deg) translateY(-5px) translateX(9px);
  background-color: var(--base-color);
}

.mega-menu {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  max-width: 100% !important;
  background-color: var(--white);
  padding: 20px !important;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mega-menu li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0px !important;
  padding-left: 32px !important;
  font-weight: 700;
}
.mega-menu li > a::before {
  content: none !important;
}
.mega-menu li {
  padding: 20px !important;
  padding-bottom: 0px !important;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.mega-menu li:hover .mega-content-wrapper .mega-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.mega-menu .mega-content-wrapper {
  position: relative;
  width: 190px;
  overflow: hidden;
  border-radius: 5px;
}
.mega-menu .mega-content-wrapper img {
  width: 100%;
  height: 230px;
  border-radius: 5px;
}
.mega-menu .mega-content {
  position: absolute;
  inset: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  overflow: hidden;
}
.mega-menu .mega-content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px !important;
  border: 0px solid transparent !important;
  font-weight: 700;
}
.mega-menu .mega-content a::before, .mega-menu .mega-content a::after {
  content: none !important;
}
.mega-menu .mega-content a:hover {
  padding-left: 32px !important;
}
.mega-menu .mega-content .btn--primary:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
}
.mega-menu .mega-content .btn--secondary {
  background-color: var(--white) !important;
  color: var(--black) !important;
}
.mega-menu .mega-content .btn--secondary:hover {
  background-color: var(--base-bg) !important;
  color: var(--black) !important;
}

.header-primary {
  padding: 27px 0px;
}
.header-primary .container {
  max-width: 1564px;
}

.header-secondary .container {
  max-width: 1564px;
}
.header-secondary .main-header__menu-box {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  background-color: var(--white);
  -webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.header-secondary .navbar__mobile-options .btn--secondary {
  padding: 38px 40px;
  border-radius: 0px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.header-secondary .navbar__mobile-options .btn--secondary::before {
  padding-top: 38px;
}

.header-secondary .navbar__mobile-options,
.header-tertiary .navbar__mobile-options,
.header-quaternary .navbar__mobile-options {
  gap: 6px;
}
.header-secondary .navbar__mobile-options .btn--secondary,
.header-tertiary .navbar__mobile-options .btn--secondary,
.header-quaternary .navbar__mobile-options .btn--secondary {
  border-radius: 0px;
}

.header-tertiary,
.header-quaternary {
  padding: 27px 0px;
}

.header-quaternary {
  position: absolute;
  top: 0px;
  inset-inline: 0px;
}

.sticky-header {
  position: fixed !important;
  z-index: 999;
  top: 0px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  width: 100%;
  -webkit-animation: stickyNavbar 0.5s linear;
          animation: stickyNavbar 0.5s linear;
  background: var(--white) !important;
  -webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
}
@-webkit-keyframes stickyNavbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes stickyNavbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes navLinkFadeReverse {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes navLinkFadeReverse {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.mfp-bg {
  z-index: 9999;
}

.mfp-wrap {
  z-index: 99999;
}

@-webkit-keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
}
@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
}
@keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
}

@-webkit-keyframes fall {
  0% {
    top: -150px;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-45%) rotate(-40deg);
            transform: translateX(-45%) rotate(-40deg);
  }
  50% {
    top: 400px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
  75% {
    -webkit-transform: translateX(-55%) rotate(-30deg);
            transform: translateX(-55%) rotate(-30deg);
  }
  100% {
    top: 1600px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
}

@keyframes fall {
  0% {
    top: -150px;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-45%) rotate(-40deg);
            transform: translateX(-45%) rotate(-40deg);
  }
  50% {
    top: 400px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
  75% {
    -webkit-transform: translateX(-55%) rotate(-30deg);
            transform: translateX(-55%) rotate(-30deg);
  }
  100% {
    top: 1600px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
}
@-webkit-keyframes pulseSm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes pulseSm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
}
@keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
            transform: scale(1.2) translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
            transform: scale(1.2) translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0.5;
  }
}

@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0.5;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(5px);
            transform: translateX(-5px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(5px);
            transform: translateX(-5px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes animate-stroke-four {
  0% {
    stroke-dasharray: 3000px;
    stroke-dashoffset: 3000px;
    stroke: var(--quaternary-color);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: var(--quaternary-color);
  }
}
@keyframes animate-stroke-four {
  0% {
    stroke-dasharray: 3000px;
    stroke-dashoffset: 3000px;
    stroke: var(--quaternary-color);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: var(--quaternary-color);
  }
}

@media (min-width: 768px) {
  .gallery__single {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .gallery__single {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .gallery__single {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .gallery__single {
    width: 16.6666666667%;
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-rtl {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes marquee-rtl {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

  @media only screen and (min-width: 992px) {
    .explore-area .explore__single {
      margin: 0px;
      height: 340px;
    }
    .explore-area .explore__wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      grid-auto-rows: 340px;
      grid-auto-flow: dense;
    }
    .explore-area .explore__single-tall {
      height: 710px;
      grid-row: span 2;
    }
    .explore-area .explore__single-wide {
      grid-column: span 2;
    }
  }

/* ============Projects============ */

 .explore-area {
    background-color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .explore-area .explore__single {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 10px;
  }
  .explore-area .explore__single:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .explore-area .explore__single .thumb {
    min-height: 240px;
    height: 100%;
  }
  .explore-area .explore__single .thumb a {
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .explore-area .explore__single .thumb a img {
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    min-height: 270px;
  }
  .explore-area .explore__single .content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    padding: 20px 20px 40px 20px;
  }

  .project-content .content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
  }
  .project-content .content p {
    color: var(--white);
    line-height: 26px;
    font-family: var(--accent-font);
    margin-bottom: 0;
  }
  .project-content .content h5 a {
    font-weight: 600;
    margin-top: 5px;
    color: #30A8AD;
  }
  .project-item-boxes .project-item .project-content .content h5 a:hover {
    color: var(--white)!important;
  }
  .project-item::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  }

  .project-item-boxes .arr {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: transparent;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    background-color: var(--base-bg);
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    color: var(--black);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .project-item .arr:hover {
    background-color: var(--white);
  }

  .explore-area .explore__single .content p {
    color: var(--white);
    line-height: 26px;
    margin-bottom: 0;
  }
  .explore-area .explore__single .content h5 a {
    font-weight: 600;
    margin-top: 5px;
    color: #30A8AD;
  }
  .explore-area .explore__single .content h5 a:hover {
    color: var(--white);
  }
  .explore-area .explore__single::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .explore-area .explore__single .arr {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: transparent;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    background-color: var(--base-bg);
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    color: var(--black);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .project-item .arr:hover {
    background-color: var(--white);
  }
  .explore-area .explore__single:hover .thumb img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .explore-area .explore__single:hover .content h5 a {
    color: var(--white);
  }
  .explore-area .explore__single:hover .arr {
    background-color: var(--white);
  }
  .explore-area .explore__wrapper {
    margin-bottom: 40px;
  }
  .explore-area .section__header--secondary h3 {
    font-weight: 600;
    color: var(--secondary-color);
  }
  .explore-area .section__header--secondary p {
    color: #555555;
    margin-top: 10px;
  }
  .explore-area .spade {
    position: absolute;
    bottom: 30%;
    inset-inline-start: 18%;
    z-index: -1;
  }
  .explore-area .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
            animation: pulse 4s infinite ease-in-out;
  }
  
  .explore-alt {
    margin-top: 140px;
  }
  



  .cards-container {
    display: flex;
}

.card-project {
  flex: 1;
  background-color: #1c1c1c;
  color: #fff!important;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: flex 0.4s ease;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 600px;
}

.custom-shape {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.custom-shape.blue-1 { border-right: 35px solid #03045e; }
.custom-shape.blue-2 { border-right: 35px solid #033886; }
.custom-shape.blue-3 { border-right: 35px solid #0077b6; }
.custom-shape.blue-4 { border-right: 35px solid #0096c7; }
.custom-shape.blue-5 { border-right: 35px solid #02aed1; }

.card-project h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.card-content-t {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    font-size: 1rem;
    font-family: var(--accent-font);
    line-height: 1.5;
    color: #fff!important;
    overflow: hidden;
}

.card-content-t p {
    margin-bottom: 1rem;
    font-family: var(--accent-font);
}

.card-project.active {
    flex: 6.5;
}

.card-project.active h3 {
    color: #fff!important;
}

.card-project.active .card-content-t {
    opacity: 1;
    max-height: 350px;
}

.card-project:nth-child(1) {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #0a0c7c36 24px), repeating-linear-gradient(#03045E55, #03045E);
}
.card-project:nth-child(2) {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #0a257c36 24px), repeating-linear-gradient(#023e8ad9, #023e8a);
}
.card-project:nth-child(3) {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #006eb6 24px), repeating-linear-gradient(#0077b6f2, #0077b6);
}
.card-project:nth-child(4) {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #0096c7 24px), repeating-linear-gradient(#0096c7e6, #0096c7);
}
.card-project:nth-child(5) {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #00b4d899 24px), repeating-linear-gradient(#00b4d8eb, #00b4d8f2);
}
.card-project:nth-child(6) {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #48cae4c4 24px), repeating-linear-gradient(#48cae4eb, #48cae4f7);
}

.card-content-t button {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    background-color: #ffff!important;
    color: #297FBB;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.card-content-t button:hover {
    background-color: #ebebeb!important;
    transform: translateY(-2px);
}


.course {
	background-color: #eaeaea;
	border-radius: 10px;
	display: flex;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
	width: 700px;
}

.course h6 {
	opacity: 0.6;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.course h2 {
	letter-spacing: 1px;
	margin: 10px 0;
}

.course-preview {
	background-color: #006DAE;
	color: #fff;
	padding: 30px;
	max-width: 250px;
}

.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	opacity: 0.6;
	margin-top: 30px;
	text-decoration: none;
}

.course-info {
	padding: 30px;
	position: relative;
	width: 100%;
}

.progress-container {
	text-align: right;
}


.progress-text {
	font-size: 10px;
	opacity: 0.6;
	letter-spacing: 1px;
}

.btn-jobs {
	background-color: #006DAE;
	border: 0;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	padding: 12px 25px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	letter-spacing: 1px;
}


.jobs__item {
  width: 100%;
  height: auto;
  font-family: var(--accent-font);
  padding: 35px 40px;
  background-color: #eaeaea;
  border-radius: 10px;
  border-left: 6px solid #30a8ad;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.jobs__column {
  display: flex;
  align-items: center;
}

.jobs__img {
  width: 90px;
  height: auto;
}

.jobs__info {
  margin-left: 25px;
  width: auto;
}

.jobs__company {
  color: #40A5A4;
  font-size: 14px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.jobs__title {
  color: #595c5f;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.jobs__details {
  margin: 0;
  padding: 0;
}

.jobs__details-item {
  display: inline-block;
  color: hsl(180, 8%, 52%);
  font-size: 14px;
}

.jobs__details-item::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: hsl(180, 8%, 52%);
  display: inline-block;
  margin: 5px 15px;
}

.jobs__details-item:last-child::after {
  display: none;
}

.tag, .close-tag {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: hsl(182.4, 56.6%, 43.3%);
  font-weight: 700;
  font-size: 14px;
  color: #eaeaea;
  margin: 7.5px 5px;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
  text-align: center;
}

.close-tag {
  padding-right: 45px;
}

.close-tag::after {
  content: "";
  display: block;
  width: 35px;
  height: 100%;
  background-color: var(--highlight-color);
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('./images/icon-remove.svg');
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tag:hover, .tag--active {
  background-color: #206568;
  color: #fff;
}

.close-tag:hover::after {
  background-color: var(--very-dark-color);
}


  .jobs {
      grid-row-gap: 50px;
  }

  .jobs__item {
      flex-wrap: wrap;
  }

  .jobs__info {
      margin-left: 0;
      width: 100%;
  }

  .jobs__column {
      justify-content: flex-start;
      flex: 0 1 100%;
      flex-wrap: wrap;
  }

  .jobs__column--left {
      border-bottom: #ABABAB4A solid 1px;
      margin-bottom: 20px;
      padding-bottom: 20px;
  }

  .jobs__column--right {
      width: 100%;
      justify-content: flex-start;
      flex: 0 1 100%;
      flex-wrap: wrap;
      margin-left: -5px;
  }

  .jobs__img {
      width: 50px;
      margin-top: calc(-35px - 25px);
      margin-bottom: 20px;
  }

  .header-with-bg {
    background-color: #006DAE;
}





.live-data-item{
	position: relative;
	height: calc(100% - 30px)!important;
	margin-bottom: 30px;
  border-radius: 10px;
  background-color: #EAEAEA!important;
	text-align: center;
  border-left: 6px solid #30a8ad;
	overflow: hidden;
}






.container form .user__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
/* inside the form user details */
form .user__details .input__box {
  width: calc(100% / 2 - 20px);
  margin-bottom: 15px;
}

.user__details .input__box .details {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.user__details .input__box input {
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid var(--main-grey);
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user__details .input__box input:focus,
.user__details .input__box input:valid {
  border-color: var(--main-purple);
}

/* inside the form gender details */

form .gender__details .gender__title {
  font-size: 16px;
  font-weight: 400;
}

form .gender__details .category {
  display: flex;
  width: 80%;
  margin: 15px 0;
  justify-content: space-between;
}

.gender__details .category label {
  display: flex;
  align-items: center;
}

.gender__details .category .dot {
  height: 18px;
  width: 18px;
  background: var(--sub-grey);
  border-radius: 50%;
  margin: 10px;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}

#dot-1:checked ~ .category .one,
#dot-2:checked ~ .category .two,
#dot-3:checked ~ .category .three {
  border-color: var(--sub-grey);
  background:#30A8AD;
}

form input[type="checkbox"] {
  margin-left: 10px;
}

/* submit button */
form .button {
  height: 45px;
  margin: 45px 0;
}

form .button input {
  height: 100%;
  width: 100%;
  outline: none;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--main-blue), var(--main-purple));
  transition: all 0.3s ease;
}

form .button input:hover {
  background: linear-gradient(-135deg, var(--main-blue), var(--main-purple));
}

@media only screen and (max-width: 584px) {
  .container {
    max-width: 100%;
  }

  form .user__details .input__box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .gender__details .category {
    width: 100%;
  }

  .container form .user__details {
    max-height: 300px;
    overflow-y: scroll;
  }

  .user__details::-webkit-scrollbar {
    width: 0;
  }
}

.fa-angle-left{
  transform: scaleX(-1);
}
.fa-angle-right{
  transform: scaleX(-1);
}


@media only screen and (max-width: 600px) {
  .cards-container{
    display: grid;
  }
  .card-project{
    height: auto;
  }
  .custom-shape{
  position: absolute;
  bottom: 30px;
  top: 0;
  left: 20px;
  right: auto;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  }
  .card-project.active .card-content-t {
    opacity: 1;
    max-height: 650px;
}
  .custom-shape.blue-1 { 
    border-top: 35px solid #03045e;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent; 
  }
  .custom-shape.blue-2 { 
    border-top: 35px solid #033886;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
   }
  .custom-shape.blue-3 { 
    border-top: 35px solid #0077b6;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent; 
  }
  .custom-shape.blue-4 { 
    border-top: 35px solid #0096c7;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent; 
  }
  .custom-shape.blue-5 { 
    border-top: 35px solid #02aed1;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}