/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * ff-nexus-sans:
 *   - http://typekit.com/eulas/0000000000000000774f9baa
 *   - http://typekit.com/eulas/0000000000000000774f9bb5
 *   - http://typekit.com/eulas/0000000000000000774f9b95
 *   - http://typekit.com/eulas/0000000000000000774ff1ec
 *
 * © 2009-2024 Adobe Systems Incorporated. All Rights Reserved.
 */

@font-face {
    font-family: "ff-nexus-sans";
    src: url("https://use.typekit.net/af/587635/0000000000000000774f9baa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/587635/0000000000000000774f9baa/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/587635/0000000000000000774f9baa/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "ff-nexus-sans";
    src: url("https://use.typekit.net/af/f74f0a/0000000000000000774f9bb5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/f74f0a/0000000000000000774f9bb5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/f74f0a/0000000000000000774f9bb5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "ff-nexus-sans";
    src: url("https://use.typekit.net/af/ecbac1/0000000000000000774ff1ec/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ecbac1/0000000000000000774ff1ec/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ecbac1/0000000000000000774ff1ec/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

:root {
  --theme-color: #ffed00;
  --theme-color2: #dad8cc;
  --theme-color3: #87867e;
  --title-color: #0A0C00;
  --body-color: #000000;
  --smoke-color: #F6F5F3;
  --black-color: #000000;
  --gray-color: #131312;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E3E3E3;
  --title-font: "ff-nexus-sans", sans-serif;
  --body-font: "ff-nexus-sans", sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1296px;
  --container-gutters: 24px;
  --section-space: 140px;
  --section-space-mobile: 80px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/

html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 28px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--title-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
table th {
  font-weight: 700;
  color: var(--title-color);
  border-left: 1px solid var(--border-color);
}
table td {
  border-left: 1px solid var(--border-color);
}
table td:first-child, table th:first-child {
  border-left: none;
}
table tr:last-child td {
    border-bottom: none;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}
.hover-img img:first-child {
  --c: var(--theme-color);
  --b: 6px;    /* thickness*/
  --g: 0px;     /* gap */
  
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
}
.hover-img:hover img:first-child {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
  transform: scale(0.98);
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin-bottom: 18px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  p {
    margin-bottom: 16px;
    line-height: 1.5;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.h1, h1, .fs-h1 {
  font-size: 80px;
  line-height: 1.167;
}
.h2, h2, .fs-h2 {
  font-size: 60px;
  line-height: 1.133;
}
.h3, h3, .fs-h3 {
  font-size: 42px;
  line-height: 1.278;
}
.h4, h4, .fs-h4 {
  font-size: 28px;
  line-height: 1.333;
}
.h5, h5, .fs-h5 {
  font-size: 20px;
  line-height: 1.417;
}
.h6, h6, .fs-h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1, h1, .fs-h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2, h2, .fs-h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3, h3, .fs-h3 {
    font-size: 30px;
  }
  .h4, h4, .fs-h4 {
    font-size: 24px;
  }
  .h5, h5, .fs-h5 {
    font-size: 20px;
  }
  .h6, h6, .fs-h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1, h1, .fs-h1 {
    font-size: 40px;
  }
  .h2, h2, .fs-h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3, h3, .fs-h3 {
    font-size: 26px;
  }
  .h4, h4, .fs-h4 {
    font-size: 22px;
  }
  .h5, h5, .fs-h5 {
    font-size: 18px;
  }
  .h6, h6, .fs-h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1, h1, .fs-h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2, h2, .fs-h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1, h1, .fs-h1 {
    font-size: 32px;
  }
}
section, .section {
    position: relative;
    z-index: 0;
    padding: 0;
}
.brightness {
  filter: brightness(99);
}
.branded {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.metric { 
  font-variant-numeric: tabular-nums;
}
/*------------------- 1.6. Extend -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
.container2 {
  max-width: 1330px;
  margin: auto;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
  .container2 {
    max-width: 1330px;
  }
}
@media only screen and (min-width: 1300px) {
  .container2.px-0,
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  .container2 {
    max-width: 1330px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .container2 {
    max-width: 1140px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    max-width: 960px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .container2 {
    max-width: 720px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .container2 {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*------------------- Grid -------------------*/
.gy-20{--bs-gutter-y:20px}.gy-30{--bs-gutter-y:30px}.gy-40{--bs-gutter-y:40px}.gy-50{--bs-gutter-y:50px}.gy-60{--bs-gutter-y:60px}.gy-80{--bs-gutter-y:80px}.gx-10{--bs-gutter-x:10px}.gx-20{--bs-gutter-x:20px}.gx-60{--bs-gutter-x:60px}.gx-90{--bs-gutter-x:90px}@media (max-width:1399px){.gx-90{--bs-gutter-x:24px}}@media (min-width:1299px){.gx-60{--bs-gutter-x:60px}}@media (min-width:1399px){.gx-30{--bs-gutter-x:30px}.gx-25{--bs-gutter-x:25px}.gx-40{--bs-gutter-x:40px}}@media (max-width:1199px){.gy-80{--bs-gutter-y:40px}}@media (max-width:991px){.gy-50{--bs-gutter-y:40px}}

.cursor-follower {
  position: fixed;
  top: -14px;
  left: -14px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: 10000;
  user-select: none;
  pointer-events: none;
}

/*------------------- Form -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input:not([type='checkbox'], [type='range']) {
  height: 55px;
  padding: 0 30px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border,
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  background: transparent;
  border-bottom: 2px solid var(--title-color);
  border-radius: 0;
  color: var(--title-color);
  font-size: 22px;
  padding: 0;
}
select.style-border::placeholder,
.single-select.style-border::placeholder,
.form-control.style-border::placeholder,
.form-select.style-border::placeholder,
textarea.style-border::placeholder,
input.style-border::placeholder {
  color: var(--title-color);
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  border-bottom: 2px solid #fff;
  color: #fff;
}
select.style-border2::placeholder,
.single-select.style-border2::placeholder,
.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
textarea.style-border2::placeholder,
input.style-border2::placeholder {
  color: #fff;
}
.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}
textarea.form-control,
textarea {
  min-height: 100px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style-border,
textarea.style-border {
  padding-top: 12px;
}
label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}
.row.no-gutters > .form-group {
  margin-bottom: 0;
}

/* Range */
input[type=range] {
  outline: none;
  box-shadow: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: var(--border-color);
  height: 6px;
  border-radius: 3px;
}
input[type=range]::-moz-range-track {
  background: var(--border-color);
  height: 6px;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: var(--body-color);
  cursor: pointer;
  margin-top: -8px;
}
input[type=range]::-moz-range-thumb {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: var(--body-color);
  cursor: pointer;
}

input[type=range]:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .25);
}
input[type=range]:active::-webkit-slider-thumb {
  background: var(--theme-color);
}
input[type=range]:active::-moz-range-thumb {
  background: var(--theme-color);
}

/*------------------- Slick Slider -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 12px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: 1px solid var(--title-color);
  background-color: transparent;
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots .slick-active button {
  background-color: var(--title-color);
}

.dot-style2 .slick-dots button {
  border: 1px solid var(--smoke-color);
}
.dot-style2 .slick-dots .slick-active button {
  background-color: var(--smoke-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 50%;
  right: var(--pos-x, 58px);
  width: var(--icon-size, 80px);
  height: var(--icon-size, 80px);
  line-height: var(--icon-size, 80px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 80px) / -1);
  z-index: 2;
  opacity: 1;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-prev {
  right: auto;
  left: var(--pos-x, 58px);
}
.slick-arrow:hover {
  opacity: 1;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

@media (max-width: 1200px) {
  .slick-arrow {
    --pos-x: 42px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .slick-arrow {
    --icon-size: 60px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}
.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}
.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}
.slick-3d-active .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}
.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-3d-active .slick-3d-next {
  opacity: 1;
  transform: translate3d(50%, 0, -21px);
  z-index: 1;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  transform: translate3d(40%, 0, -23px);
  z-index: 0;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
  opacity: 1;
  transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}
.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  transform: translate3d(-40%, 0, -23px);
}

/*------------------- Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding: 35px 0px 50px;
  display: block;
  text-align: start;
  background-color: var(--white-color);
}
.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
  border: 2px solid var(--title-color);
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 23px;
  padding: 0;
  line-height: 1;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  z-index: 1;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 50%;
}
.mobile-menu-wrapper .menu-toggle:hover {
  transform: rotate(90deg);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--white-color);
  height: 100%;
  position: relative;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  z-index: 1;
  padding: 0 20px;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper .sidebar-wrap {
  margin-bottom: 23px;
}
.mobile-menu-wrapper .sidebar-wrap h6 {
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0;
  line-height: 24px;
}
.mobile-menu-wrapper .sidebar-wrap a {
  color: var(--title-color);
}
.mobile-menu-wrapper .sidebar-wrap a:hover {
  color: var(--title-color);
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 25px;
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 2px solid var(--title-color);
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu ul {
  margin: 0;
  padding: 5px 0;
}
.mobile-menu ul li {
  list-style-type: none;
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  letter-spacing: normal;
  text-transform: capitalize;
}
.mobile-menu ul li.active-class > a {
  color: var(--title-color);
}
.mobile-menu ul li.active-class > a:before {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li a {
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  padding: 6px 0;
}
.mobile-menu ul li ul li a .mean-expand-class:before {
  font-size: 14px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: var(--title-color);
  border-radius: 50%;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\f107";
  font-family: var(--icon-font);
  font-weight: 700;
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
  content: "\f106";
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
}
/*------------------- Desk Menu -------------------*/
.desk-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.desk-menu-wrapper .desk-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--white-color);
  border-bottom: 2px solid var(--title-color);
}
.desk-menu-wrapper .desk-logo svg {
  max-width: 185px;
}
.desk-menu-wrapper .menu-toggle2 {
  border: 1px solid var(--white-color);
  font-size: 22px;
  position: absolute;
  right: 48px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 50%;
}
.desk-menu-wrapper .menu-toggle2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.desk-menu-wrapper .desk-menu-area {
  width: 100%;
  background-color: var(--title-color);
  border-right: 0;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.desk-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}
.desk-menu-wrapper.body-visible .desk-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.desk-menu-wrapper.body-visible .desk-menu-area .desk-menu > ul {
  clip-path: inset(0);
}

.desk-menu {
  overflow-y: scroll;
  max-height: 100vh;
  padding-bottom: 40px;
  margin-top: 0px;
  padding-top: 60px;
  text-align: left;
}
.desk-menu::-webkit-scrollbar {
  display: none;
}
.desk-menu ul {
  margin: 0;
  padding: 0 0;
}
.desk-menu ul:has(.active-class2) > li {
  opacity: 0.5;
}
.desk-menu ul li {
  list-style-type: none;
  transition: 0.4s;
}
.desk-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 100px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--smoke-color);
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
.desk-menu ul li.active-class2 {
  opacity: 1;
}
.desk-menu ul li.active-class2 > a:before {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.desk-menu ul li ul {
  max-width: 250px;
}
.desk-menu ul li ul li {
  padding-left: 0px;
}
.desk-menu ul li ul li a {
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 20px;
  padding: 8px 0;
}
.desk-menu ul li ul li.menu-item-has-children {
  position: relative;
}
.desk-menu ul li ul li.menu-item-has-children:before, .desk-menu ul li ul li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 2px;
  height: 9px;
  width: 2px;
  background: var(--white-color);
  transition: 0.4s;
  transform: rotate(45deg);
  display: inline-block;
  transition: 0.4s;
}
.desk-menu ul li ul li.menu-item-has-children:before {
  transform: rotate(-45deg);
  top: 16px;
}
.desk-menu ul li ul li:last-child {
  border-bottom: none;
}
.desk-menu ul li ul li ul {
  margin-left: 16px;
}
.desk-menu ul .submenu-item-has-children2 > a .mean-expand-class2 {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: var(--title-color);
  border-radius: 50%;
}
.desk-menu ul .submenu-item-has-children2.active-class2 > a .mean-expand-class2:before {
  content: "\f068";
}
.desk-menu > ul {
  padding: 0 100px;
  clip-path: inset(0 0 100% 0);
  transition: 1.5s all ease-in-out;
}
.desk-menu > ul > li:last-child {
  border-bottom: none;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .desk-menu ul li a {
    font-size: 80px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .desk-menu ul li a {
    font-size: 60px;
  }
  .desk-menu {
    padding-top: 40px;
    max-height: calc(100vh - 20px);
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .desk-menu {
    padding-top: 70px;
  }
}
@media (max-width: 400px) {
  .desk-menu-wrapper .desk-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .desk-menu > ul {
    padding: 0 20px;
  }
}

.mobile-head-spacer {
  height: 0px;
}
@media (max-width: 991px) {
  .mobile-head-spacer {
    height: 30px;
  }
}

/*------------------- Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner {
  display: block;
  width: 45px;
  height: 45px;
}
.preloader-inner span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  margin: 4px;
  border: 4px solid transparent;
  border-radius: 50%;
  animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--theme-color) transparent transparent transparent;
}
.preloader-inner span:nth-child(1) {
  animation-delay: -0.1s;
}
.preloader-inner span:nth-child(2) {
  animation-delay: -0.2s;
}
.preloader-inner span:nth-child(3) {
  animation-delay: -0.3s;
}

@-webkit-keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.link-effect {
  position: relative;
  overflow: hidden;
  display: block;
  height: 22px;
  line-height: 24px;
}
.link-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.link-effect:hover .effect-1 {
  top: -100%;
}

.btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: var(--title-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px 25px;
  border-radius: 0;
  overflow: hidden;
}
.btn:focus, .btn:hover, .btn.active {
  color: var(--white-color);
  outline: none;
  box-shadow: none;
}
.btn:hover .effect-1 {
  top: -100%;
}
.btn.style2 {
  background: var(--theme-color);
  color: var(--title-color);
}
.btn.style2:focus, .btn.style2:hover, .btn.style2.active {
  color: var(--title-color);
}
.btn.style3 {
  border: 1px solid #4B4D49;
  background: transparent;
  color: var(--white-color);
}
.btn.style3:after, .btn.style3:before {
  border-top: 25px solid var(--white-color);
  border-bottom: 25px solid var(--white-color);
}
.btn.style3:focus, .btn.style3:hover, .btn.style3.active {
  color: var(--title-color);
}
.btn.style4 {
  background: var(--white-color);
  color: var(--theme-color);
}
.btn.style4:hover {
  color: var(--white-color);
}
.btn.style5 {
  border-radius: 0;
  padding: 21px 34px 23px;
  background: var(--title-color);
}
.btn.style5:before {
  border-radius: 0;
  transform: none;
  left: 0;
  width: 0;
}
.btn.style5:hover:before {
  background-color: var(--theme-color);
  width: 100%;
}
.btn.style6 {
  border-radius: 0;
  background: var(--theme-color);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.btn.style6:before {
  border-radius: 0;
  transform: none;
  left: 0;
  width: 0;
}
.btn.style6:hover:before {
  width: 100%;
}
.btn.btn-border {
  color: var(--title-color);
  padding: 19.5px 21px 19.5px 25px;
}
.btn.btn-border:before {
  background: transparent;
  border: 1px solid var(--black-color);
}
.btn.btn-border:active, .btn.btn-border:focus, .btn.btn-border:hover {
  color: var(--white-color);
}
.btn.btn-border:active:before, .btn.btn-border:focus:before, .btn.btn-border:hover:before {
  background-color: var(--black-color);
}
.btn.btn-border2 {
  color: var(--theme-color);
  padding: 19.5px 40px 19.5px 40px;
}
.btn.btn-border2:before {
  background: transparent;
  border: 1px solid var(--theme-color);
}
.btn.btn-border2:active, .btn.btn-border2:focus, .btn.btn-border2:hover {
  color: var(--white-color);
}
.btn.btn-border2:active:before, .btn.btn-border2:focus:before, .btn.btn-border2:hover:before {
  background-color: var(--theme-color);
}
.btn.btn-border3 {
  color: var(--white-color);
  padding: 19.5px 21px 19.5px 25px;
}
.btn.btn-border3:before {
  background: transparent;
  border: 1px solid var(--white-color);
}
.btn.btn-border3:active, .btn.btn-border3:focus, .btn.btn-border3:hover {
  color: var(--theme-color);
}
.btn.btn-border3:active:before, .btn.btn-border3:focus:before, .btn.btn-border3:hover:before {
  background-color: var(--white-color);
}
.btn.btn-border4 {
  color: var(--title-color);
  border: 1px solid var(--title-color);
  border-radius: 0;
  font-family: var(--title-font);
}
.btn.btn-border4:before {
  display: none;
}
.btn.btn-border4:active, .btn.btn-border4:focus, .btn.btn-border4:hover {
  color: var(--white-color);
  background: var(--title-color);
}
.btn.style-r0:before {
  border-radius: 0;
}
.btn.btn-fw {
  width: 100%;
}
.btn.btn-fw:before, .btn.btn-fw:after {
  display: none;
}
.btn.btn-fw:hover {
  background-color: var(--title-color);
}
.btn.circle-btn {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  line-height: 180px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.circle-btn.style2 .link-effect .effect-1 {
  line-height: 24px;
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 0px;
  border: none;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.btn-border {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
  text-align: center;
  background-color: var(--white-color);
  border: 1px solid rgba(199, 134, 101, 0.2);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 30px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  border: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.link-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: var(--title-color);
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}
.link-btn i {
  font-size: 0.9rem;
}
.link-btn:after, .link-btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.link-btn:after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
}
.link-btn:hover {
  color: var(--title-color);
}
.link-btn:hover::before {
  width: 0;
}
.link-btn:hover:after {
  width: 100%;
}
.link-btn:hover .effect-1 {
  top: -100%;
}
.link-btn.style2 {
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--title-color);
  display: inline-flex;
  text-transform: capitalize;
}
.link-btn.style2:before {
  background-color: var(--title-color);
  bottom: -3px;
  left: 0px;
  height: 1px;
  width: 100%;
}
.link-btn.style2:hover {
  color: var(--theme-color);
}
.link-btn.style2:hover:before {
  background-color: var(--theme-color);
  width: calc(100% - 55px);
}
.link-btn.text-theme:before, .link-btn.text-theme:after {
  background: var(--theme-color);
}
.link-btn.text-theme img {
  filter: brightness(99);
}

.link-btn2 {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--white-color);
  padding: 0;
}

.line-btn {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--title-color);
}
.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--title-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
}
.scroll-top svg {
  color: var(--title-color);
  border-radius: 50%;
  background: transparent;
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--title-color);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }
  .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 17px 25px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .scroll-top {
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
  }
  .scroll-top:after {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    width: 40px;
  }
  .btn {
    padding: 15.5px 20px 20px;
    font-size: 15px;
  }
  .btn.circle-btn {
    height: 120px;
    width: 120px;
    line-height: 120px;
  }
}
body.bg-title .scroll-top svg { color: var(--white-color); }
body.bg-title .scroll-top svg path { stroke: var(--theme-color); }
body.bg-title .scroll-top::after {
  color: var(--white-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  letter-spacing: 1.1px;
}

.sub-title {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  font-family: var(--body-font);
  letter-spacing: 1.4px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  margin-top: -0.4em;
}
.sub-title:after {
  content: "";
  position: relative;
  height: 1px;
  width: 50px;
  display: inline-block;
  background: var(--theme-color);
  margin-left: 10px;
}
.sub-title.style2 {
  display: block;
  letter-spacing: 4.2px;
  margin-top: -0.4em;
}
.sub-title.style2:after {
  display: none;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.3em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.667;
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .sec-text {
    font-size: 16px;
  }
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 17px);
  position: relative;
  z-index: 2;
}
.title-area .checklist {
  margin-top: 30px;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.page-title {
  font-size: 40px;
  font-weight: 500;
  margin-top: -0.3em;
}

.page-subtitle {
  font-size: 30px;
  font-weight: 500;
}

.shadow-text {
  font-size: 120px;
  font-weight: 500;
  font-family: var(--title-font);
  color: rgba(0, 0, 0, 0.03);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-text {
    margin-top: 0px;
  }
  .shadow-text {
    font-size: 100px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .title-area {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .sec-text {
    font-size: 16px;
  }
  .shadow-text {
    font-size: 80px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title {
    font-size: 14px;
  }
  .shadow-text {
    font-size: 70px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .shadow-text {
    font-size: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .shadow-text {
    display: none;
  }
}
.sec_title_static {
  position: absolute;
  height: 100%;
  display: block;
}
.sec_title_static .sec_title_wrap {
  position: sticky;
  top: 150px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .sec_title_static {
    position: initial;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.style-italic {
  font-style: italic;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: var(--icon-size, 48px);
  width: var(--icon-size, 48px);
  line-height: 48px;
  display: inline-block;
  color: var(--title-color);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--smoke-color);
  background: var(--smoke-color);
}
.social-btn a:hover {
  background: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}
.social-btn.style2 {
  gap: 25px;
}
.social-btn.style2 .link-effect {
  height: 25px;
}
.social-btn.style2 a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: var(--white-color);
  border: 0;
  font-size: 20px;
}
.social-btn.style2 a:hover {
  background: transparent;
  color: var(--theme-color);
}
.social-btn.style3 {
  gap: 20px;
}
.social-btn.style3 .link-effect {
  height: 25px;
}
.social-btn.style3 a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: var(--title-color);
  border: 0;
  font-size: 20px;
}
.social-btn.style3 a:hover {
  background: transparent;
  color: var(--title-color);
}
.social-btn.style4 a {
  --icon-size: 50px;
  line-height: 50px;
  font-size: 16px;
  background: transparent;
  color: var(--white-color);
  border-color: #4B4D49;
}
.social-btn.style4 a:hover {
  background: #4B4D49;
}
.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.global-carousel.slider-shadow .slick-list {
  padding: 30px 0px 40px 0px !important;
  margin: -30px 0px -40px 0px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.btn-group .btn {
  border-radius: 0;
  flex: none;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

/*video jarallax*********/
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*------------------- 3.6. Font -------------------*/

.font-icon { font-family: var(--icon-font); }
.font-title { font-family: var(--title-font); }
.font-body { font-family: var(--body-font); }
.fw-normal { font-weight: 400; }
.fw-bold { font-weight: 700; }
.fs-lg { font-size: 24px; }
.fs-md { font-size: 20px; }
.fs-xs { font-size: 16px; }
.text-underline { text-decoration: underline; }

@media (max-width: 991px) {
  .fs-lg { font-size: 20px; }
  .fs-md { font-size: 17px; }
  .fs-xs { font-size: 14px; }
}
@media (max-width: 575px) {
  .fs-lg { font-size: 19px; }
  .fs-md { font-size: 16px; }
  .fs-xs { font-size: 13px; }
}

/*------------------- 3.7. Background -------------------*/

.bg-overlap:after, .bg-overlap-before:before {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -2;
}
.bg-overlap:after { bottom: 0; }
.bg-overlap-before:before { top: 0; }
.bg-theme, .bg-overlap-theme:after, .bg-overlap-theme:before {
  background-color: var(--theme-color) !important;
}
.bg-theme2, .bg-overlap-theme2:after, .bg-overlap-theme2:before {
  background-color: var(--theme-color2) !important;
}
.bg-theme3, .bg-overlap-theme3:after, .bg-overlap-theme3:before {
  background-color: var(--theme-color3) !important;
}
.bg-smoke, .bg-overlap-smoke:after, .bg-overlap-smoke:before {
  background-color: var(--smoke-color) !important;
}
.bg-white, .bg-overlap-white:after, .bg-overlap-white:before {
  background-color: var(--white-color) !important;
}
.bg-black, .bg-overlap-black:after, .bg-overlap-black:before {
  background-color: var(--black-color) !important;
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.bg-auto {
  background-size: auto auto;
}
.bg-top-center {
  background-size: auto;
  background-position: top center;
}
.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

/*------------------- 3.8. Text Color -------------------*/

.text-theme { color: var(--theme-color) !important; }
.text-theme2 { color: var(--theme-color2) !important; }
.text-theme3 { color: var(--theme-color3) !important; }
.text-title { color: var(--title-color) !important; }
.text-body { color: var(--body-color) !important; }
.text-white { color: var(--white-color) !important; }
.text-smoke { color: var(--smoke-color) !important; }
.text-light { color: var(--light-color) !important; }
.text-yellow { color: var(--yellow-color) !important; }
.text-success { color: var(--success-color) !important; }
.text-error { color: var(--error-color) !important; }
.text-inherit { color: inherit; }
.text-inherit:hover { color: var(--theme-color); }
a.text-theme:hover,
.text-reset:hover {
  text-decoration: none;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=overlay1]:before {
  background-color: #131B23;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.slider-animated {
  --animation-name: scalein;
}
.slidetopleft.slider-animated {
  --animation-name: slidetopleft;
}
.slidebottomright.slider-animated {
  --animation-name: slidebottomright;
}
.slideinleft.slider-animated {
  --animation-name: slideinleft;
}
.slideinright.slider-animated {
  --animation-name: slideinright;
}
.slideinup.slider-animated {
  --animation-name: slideinup;
}
.slideindown.slider-animated {
  --animation-name: slideindown;
}
.rollinleft.slider-animated {
  --animation-name: rollinleft;
}
.rollinright.slider-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
  border-bottom: none;
  margin: -0.3em 0 32px 0;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 30px;
  position: relative;
}
.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_recent_entries ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_recent_entries .menu,
.footer-widget.widget_recent_entries > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_recent_entries a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 19px;
  font-family: var(--body-font);
  color: var(--body-color);
  display: flex;
  align-items: center;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
}
.footer-widget.widget_meta a i, .footer-widget.widget_pages a i, .footer-widget.widget_archive a i, .footer-widget.widget_recent_entries a i, .footer-widget.widget_categories a i, .footer-widget.widget_nav_menu a i {
  font-size: 12px;
  color: var(--title-color);
  position: absolute;
  opacity: 0;
  left: 0;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_recent_entries a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_meta a:after, .footer-widget.widget_pages a:after, .footer-widget.widget_archive a:after, .footer-widget.widget_recent_entries a:after, .footer-widget.widget_categories a:after, .footer-widget.widget_nav_menu a:after {
  content: "";
  position: absolute;
  right: 100%;
  left: 0;
  bottom: 0;
  top: auto;
  height: 2px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
  border: 0;
  margin: 0;
  display: inline-block;
  width: auto;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_recent_entries a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--title-color);
}
.footer-widget.widget_meta a:hover i, .footer-widget.widget_pages a:hover i, .footer-widget.widget_archive a:hover i, .footer-widget.widget_recent_entries a:hover i, .footer-widget.widget_categories a:hover i, .footer-widget.widget_nav_menu a:hover i {
  opacity: 1;
}
.footer-widget.widget_meta a:hover:after, .footer-widget.widget_pages a:hover:after, .footer-widget.widget_archive a:hover:after, .footer-widget.widget_recent_entries a:hover:after, .footer-widget.widget_categories a:hover:after, .footer-widget.widget_nav_menu a:hover:after {
  right: 0;
}
.footer-widget.widget_meta li, .footer-widget.widget_pages li, .footer-widget.widget_archive li, .footer-widget.widget_recent_entries li, .footer-widget.widget_categories li, .footer-widget.widget_nav_menu li {
  border: 0 !important;
  padding-bottom: 0 !important;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_recent_entries li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget.widget_meta .wp-block-navigation__submenu-container,
.footer-widget.widget_meta .sub-menu,
.footer-widget.widget_meta .children, .footer-widget.widget_pages .wp-block-navigation__submenu-container,
.footer-widget.widget_pages .sub-menu,
.footer-widget.widget_pages .children, .footer-widget.widget_archive .wp-block-navigation__submenu-container,
.footer-widget.widget_archive .sub-menu,
.footer-widget.widget_archive .children, .footer-widget.widget_recent_entries .wp-block-navigation__submenu-container,
.footer-widget.widget_recent_entries .sub-menu,
.footer-widget.widget_recent_entries .children, .footer-widget.widget_categories .wp-block-navigation__submenu-container,
.footer-widget.widget_categories .sub-menu,
.footer-widget.widget_categories .children, .footer-widget.widget_nav_menu .wp-block-navigation__submenu-container,
.footer-widget.widget_nav_menu .sub-menu,
.footer-widget.widget_nav_menu .children {
  margin-left: 10px;
}
.footer-widget.widget_meta .wp-block-navigation__submenu-container li a,
.footer-widget.widget_meta .sub-menu li a,
.footer-widget.widget_meta .children li a, .footer-widget.widget_pages .wp-block-navigation__submenu-container li a,
.footer-widget.widget_pages .sub-menu li a,
.footer-widget.widget_pages .children li a, .footer-widget.widget_archive .wp-block-navigation__submenu-container li a,
.footer-widget.widget_archive .sub-menu li a,
.footer-widget.widget_archive .children li a, .footer-widget.widget_recent_entries .wp-block-navigation__submenu-container li a,
.footer-widget.widget_recent_entries .sub-menu li a,
.footer-widget.widget_recent_entries .children li a, .footer-widget.widget_categories .wp-block-navigation__submenu-container li a,
.footer-widget.widget_categories .sub-menu li a,
.footer-widget.widget_categories .children li a, .footer-widget.widget_nav_menu .wp-block-navigation__submenu-container li a,
.footer-widget.widget_nav_menu .sub-menu li a,
.footer-widget.widget_nav_menu .children li a {
  border-bottom: 0;
  margin: 0 0px 19px 0px;
  padding: 0 0 0 23px;
}
.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.3em;
  margin-bottom: 17px;
  padding: 0;
  border: 0;
}
.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 700;
  margin: 5px 0 0 0;
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
  color: var(--light-color);
  font-size: 12px;
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--light-color);
  transition: 0.4s;
}
.footer-widget .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.footer-widget.widget_shopping_cart .total, .footer-widget.widget_rss ul .rss-date, .footer-widget.widget_rss ul cite, .footer-widget.widget_rss ul .rsswidget,
.footer-widget .product_list_widget li a, .footer-widget.widget_shopping_cart .cart_list a:not(.remove) {
  color: var(--white-color);
}
.footer-widget blockquote:before, .footer-widget .wp-block-quote:before {
  left: 40px;
  top: 40px;
}
.footer-widget .wp-block-search .wp-block-search__inside-wrapper {
  border: 0;
  border-radius: 0;
}
.footer-widget .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 10px;
}
.footer-widget .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.footer-widget .widget_nav_menu a,
.footer-widget .widget_meta a,
.footer-widget .widget_pages a,
.footer-widget .widget_archive a,
.footer-widget .wp-block-page-list a,
.footer-widget .widget_categories a {
  border-bottom: 1px solid #363636;
}
.footer-widget .widget_nav_menu .wp-block-navigation__submenu-container li a, .footer-widget .widget_nav_menu .sub-menu li a, .footer-widget .widget_nav_menu .children li a, .footer-widget .widget_meta .wp-block-navigation__submenu-container li a, .footer-widget .widget_meta .sub-menu li a, .footer-widget .widget_meta .children li a, .footer-widget .widget_pages .wp-block-navigation__submenu-container li a, .footer-widget .widget_pages .sub-menu li a, .footer-widget .widget_pages .children li a, .footer-widget .widget_archive .wp-block-navigation__submenu-container li a, .footer-widget .widget_archive .sub-menu li a, .footer-widget .widget_archive .children li a, .footer-widget .wp-block-page-list .wp-block-navigation__submenu-container li a, .footer-widget .wp-block-page-list .sub-menu li a, .footer-widget .wp-block-page-list .children li a, .footer-widget .widget_categories .wp-block-navigation__submenu-container li a, .footer-widget .widget_categories .sub-menu li a, .footer-widget .widget_categories .children li a {
  border-bottom: 1px solid #363636;
}
.footer-widget.woocommerce .widget_shopping_cart .total, .footer-widget.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #363636;
}

.widget-contact {
  max-width: 220px;
}
.widget-contact .contact-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -8px;
  margin-bottom: -0.55em;
}
.widget-contact .contact-info-list li {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
}
.widget-contact .contact-info-list li a {
  color: var(--title-color);
}
.widget-contact .contact-info-list li:not(:last-child) {
  margin-bottom: 23px;
}

.widget-about .footer-logo {
  margin-bottom: 22px;
}
.widget-about .about-text {
  font-size: 18px;
  margin-bottom: 27px;
}

.footer-text {
  margin-top: -0.45em;
  margin-bottom: 12px;
  color: var(--body-color);
  font-weight: 300;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .footer-text,
  .widget-about .about-text {
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
  .footer-info-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .sidebar-gallery {
    max-width: 350px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
  .widget_event-location {
    padding: 30px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.nav-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 41;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.6s ease-in-out;
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative;
}
.simple-icon .badge {
  padding: 0.2em 0.4em;
  font-size: 0.5em;
  top: -5px;
  right: 0px;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}
.header-button {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-button .search-btn {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  padding: 0;
}
.header-logo {
  padding: 15px 0px;
}
.header-logo img {
  width: 180px;
}
@media (max-width: 575px) {
  .header-logo img {
    width: 170px;
  }
  .header-logo {
    padding: 5px 0px;
  }
}
@media (max-width: 375px) {
  .header-logo img {
    width: 150px;
  }
}
.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}
.header-links li > i {
  margin-right: 8px;
}
.header-links li .header-sub-links li:not(:last-child) {
  margin: 0 30px 0 0;
}
.header-links li .header-sub-links li:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -20px;
  top: 0;
  color: var(--title-color);
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--title-color);
  font-family: var(--body-font);
  display: inline-flex;
  align-items: center;
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 700;
  margin-right: 6px;
}
.header-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-btn {
  background: transparent;
  position: relative;
  height: 60px;
  width: 60px;
  border: 2px solid var(--title-color);
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  padding: 0;
}
.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 18px;
  background: var(--title-color);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 4px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 10px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .sidebar-btn {
    height: 50px;
    width: 50px;
  }
}
/* Header 1 ---------------------------------- */
.header-layout1 {
  /* Medium devices */
  /* Extra small devices */
}
.header-layout1 .sticky-wrapper {
  padding: 0px 36px;
}
@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper {
    padding: 15px 36px;
  }
}
@media (max-width: 575px) {
  .header-layout1 .sticky-wrapper {
    padding: 15px 0px;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.header-layout2 .sticky-wrapper {
  padding: 0px 36px;
}
.header-layout2 .sticky-wrapper .header-links a {
  color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a {
  padding: 44.5px 20px;
  color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:before {
  border-color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  background: var(--white-color);
}
.header-layout2 .main-menu ul.sub-menu {
  background: var(--white-color);
}
.header-layout2 .main-menu ul.sub-menu a {
  color: var(--title-color);
}
.header-layout2 .main-menu ul.sub-menu li.active > a {
  color: var(--title-color);
  padding-left: 5px;
}
.header-layout2 .main-menu ul.sub-menu .menu-item-has-children > a:before,
.header-layout2 .main-menu ul.sub-menu .menu-item-has-children > a:after {
  background: var(--title-color);
}
.header-layout2 .header-button .search-btn {
  color: var(--white-color);
}
.header-layout2 .sticky-wrapper.header-sticky {
  background: var(--title-color);
}
.header-layout2 .sidebar-btn {
  border-color: var(--white-color);
  margin: 25px 0;
}
.header-layout2 .sidebar-btn .line {
  background: var(--white-color);
}
@media (max-width: 1399px) {
  .header-layout2 .main-menu > ul > li > a {
    padding: 44.5px 10px;
  }
}
@media (max-width: 991px) {
  .header-layout2 .sidebar-btn {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .header-layout2 .sticky-wrapper {
    padding: 5px 0px;
  }
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.header-layout3 .sticky-wrapper {
  padding: 0px 36px;
}
.header-layout3 .sticky-wrapper .header-links a {
  color: var(--white-color);
}
.header-layout3 .main-menu > ul > li > a {
  padding: 44.5px 20px;
}
.header-layout3 .main-menu > ul > li > a:before {
  border-color: var(--white-color);
}
.header-layout3 .main-menu > ul > li > a:hover:before {
  background: var(--white-color);
}
@media (max-width: 1399px) {
  .header-layout3 .main-menu > ul > li > a {
    padding: 44.5px 10px;
  }
}
@media (max-width: 1199px) {
  .header-layout3 .header-button {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .header-layout3 .sticky-wrapper {
    padding: 15px 36px;
  }
}
@media (max-width: 575px) {
  .header-layout3 .sticky-wrapper {
    padding: 15px 0px;
  }
}

/*------------------- 4.3. Footer  -------------------*/

footer { margin-top: auto; }
.footer-wrapper {
  background: var(--smoke-color);
}

.copyright-wrap {
  padding: 22px 0;
}

.widget-area {
  padding: 0px 0 90px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .widget-area {
    padding: 0px 0 30px;
  }
}

.copyright-text {
  margin: 0;
  color: var(--title-color);
  font-weight: 400;
  font-size: 18px;
}
.copyright-text a {
  color: var(--title-color);
}

.footer-menu-area {
  border-bottom: 2px solid var(--title-color);
  border-top: 2px solid var(--title-color);
  padding: 21px 0;
  /* Large devices */
  /* Extra small devices */
}
.footer-menu-area .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.footer-menu-area .footer-menu-list li {
  display: inline-block;
}
.footer-menu-area .footer-menu-list li a {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  letter-spacing: -0.14px;
}
@media (max-width: 1199px) {
  .footer-menu-area .footer-menu-list {
    gap: 15px 28px;
  }
}
@media (max-width: 575px) {
  .footer-menu-area .footer-menu-list {
    display: block;
  }
  .footer-menu-area .footer-menu-list li {
    display: block;
  }
  .footer-menu-area .footer-menu-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*footer 3************/
.footer-layout3 {
  padding-top: 30px;
}
.footer-layout3 .footer-menu-area {
  border-top: 0;
}

}
/*------------------- 4.5. Pagination  -------------------*/
.pagination-wrap .pagination {
  gap: 12px;
  flex-wrap: wrap;
}
.pagination-wrap .pagination .page-link {
  margin-left: 0;
  padding: 0 0;
  color: var(--title-color);
  font-weight: 700;
  font-family: var(--title-font);
  font-size: 14px;
  line-height: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--smoke-color);
}
.pagination-wrap .pagination .page-link:hover {
  color: var(--white-color);
  background-color: var(--body-color);
}
.pagination-wrap .pagination .page-link:focus {
  color: var(--white-color);
  background-color: var(--body-color);
  outline: 0;
  box-shadow: none;
}
.pagination-wrap .pagination .page-item.active .page-link {
  color: var(--white-color);
  background-color: var(--body-color);
  border-color: var(--body-color);
}

/*------------------- 4.9. Error  -------------------*/
.error-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 106px;
}

/*------------------- 4.00. About  -------------------*/
/*about area 1***********************/
.about-area-1 {
  margin-top: 100px;
  /* Extra large devices */
  /* Medium devices */
}
.about-area-1 .about-img-1-1 {
  width: 44%;
}
.about-area-1 .about-img-1-1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1500px) {
  .about-area-1 .about-img-1-1 {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .about-area-1 {
    margin-top: 0;
  }
  .about-area-1 .about-img-1-1 {
    width: 100%;
    top: -80px !important;
    position: relative;
  }
}

.about-counter-wrap {
  display: flex;
  gap: 120px;
}
.about-counter-wrap .counter-card {
  position: relative;
  text-align: left;
}
.about-counter-wrap .counter-card:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  height: 100%;
  width: 2px;
  background: var(--title-color);
}
.about-counter-wrap .counter-card:last-child:after {
  display: none;
}
.about-counter-wrap .counter-card_number {
  font-size: 48px;
  letter-spacing: -0.96px;
  display: flex;
  margin-bottom: 0;
}
.about-counter-wrap .counter-card_title {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: -0.3em;
}

/* Large devices */
@media (max-width: 1199px) {
  .about-counter-wrap {
    gap: 100px;
  }
  .about-counter-wrap .counter-card:after {
    right: -50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-counter-wrap .counter-card_number {
    font-size: 40px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .about-counter-wrap {
    gap: 60px;
  }
  .about-counter-wrap .counter-card:after {
    right: -30px;
  }
  .about-counter-wrap .counter-card_number {
    font-size: 30px;
  }
  .about-counter-wrap .counter-card_title {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .about-counter-wrap {
    display: block;
  }
  .about-counter-wrap .counter-card:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */
.testimonial-area-1 {
  margin-top: 100px;
}
.testimonial-area-1 .testimonial-img-1-1 {
  width: 44%;
}
.testimonial-area-1 .testimonial-img-1-1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1500px) {
  .testimonial-area-1 .testimonial-img-1-1 {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .testimonial-area-1 {
    margin-top: 0;
  }
  .testimonial-area-1 .testimonial-img-1-1 {
    width: 100%;
    top: -80px !important;
    position: relative;
  }
}

.testi-slider1 {
  position: relative;
}
.testi-slider1 .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: end;
}
.testi-slider1 .slick-dots li {
  margin-right: 12px;
}
.testi-slider1 .slick-dots li:last-child {
  margin-right: 0;
}
.testi-slider1 .slick-dots li button {
  border: 1px solid var(--title-color);
  height: 10px;
  width: 10px;
}
.testi-slider1 .slick-dots li.slick-active button {
  background: var(--title-color);
}
.testi-box_text {
  margin-bottom: 30px;
  line-height: 38px;
  font-size: 24px;
}
.testi-box_profile .testi-box_name {
  margin-bottom: 6px;
  margin-top: -0.35em;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
}
.testi-box_profile .testi-box_desig {
  font-size: 18px;
  display: block;
  margin-bottom: -0.1em;
}
@media (max-width: 1399px) {
  .testi-box .testi-box_text {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 1299px) {
  .testi-box .testi-box_text {
    font-size: 16px;
    line-height: 30px;
  }
}

/* Testimonial 2 ---------------------------------- */
.testi-slider2 .slick-slide {
  opacity: 0.1;
  transition: 0.4s;
}
.testi-slider2 .slick-slide.slick-current {
  opacity: 1;
}
.testi-box.style2 {
  padding: 0 55px;
}
.testi-box.style2 .testi-box_text {
  font-size: 38px;
  line-height: 48px;
}
.testi-box.style2 .testi-box_profile {
  margin-top: 52px;
}
.testi-box.style2 .testi-box_profile .testi-box_name {
  font-size: 24px;
}
.testi-box.style2 .testi-box_profile .testi-box_desig {
  font-size: 18px;
  margin-bottom: -0.1em;
}

@media (max-width: 1700px) {
  .testi-box.style2 {
    padding: 0 25px;
  }
  .testi-box.style2 .testi-box_text {
    font-size: 30px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .testi-box.style2 {
    padding: 0 15px;
  }
  .testi-box.style2 .testi-box_text {
    line-height: normal;
  }
  .testi-box.style2 .testi-box_text {
    font-size: 27px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .testi-box.style2 .testi-box_text {
    font-size: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testi-box.style2 .testi-box_text {
    font-size: 25px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .testi-box.style2 .testi-box_text {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .testi-box.style2 .testi-box_text {
    font-size: 20px;
  }
  .testi-box.style2 .testi-box_profile {
    margin-top: 42px;
  }
}
/* Testimonial 3 ---------------------------------- */
.testi-box.style3 .testi-box_text {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.48px;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-box.style3 .testi-box_text {
    font-size: 20px;
    line-height: initial;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testi-box.style3 .testi-box_text {
    font-size: 24px;
    line-height: initial;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testi-box.style3 .testi-box_text {
    font-size: 20px;
    line-height: initial;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .testi-box.style3 {
    padding: 30px;
  }
  .testi-box.style3 .testi-box_text {
    font-size: 18px;
  }
}
/*------------------- 4.00. Counter  -------------------*/
/* Counter area ---------------------------------- */
.counter-divider {
  position: relative;
}
.counter-divider:after {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  height: 100%;
  width: 1px;
  border: 1px solid var(--title-color);
}
.counter-divider:first-child:after {
  display: none;
}

.counter-card {
  max-width: 320px;
}
.counter-card_number {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 18px;
}
.counter-card_title {
  font-weight: 700;
}
.counter-card_text {
  font-size: 18px;
  margin-bottom: -0.2em;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-divider:after {
    left: -30px;
  }
  .counter-card_number {
    font-size: 45px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .counter-divider:after {
    display: none;
  }
  .counter-card_number {
    margin-top: -0.28em;
  }
  .counter-card_title {
    font-size: 22px;
  }
  .counter-card_text {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-card_number {
    font-size: 40px;
  }
  .counter-card {
    max-width: none;
    text-align: center;
  }
}
/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-meta {
  display: block;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-right: 0;
}
.blog-meta span ~ a,
.blog-meta span ~ span,
.blog-meta a ~ a,
.blog-meta a ~ span {
  margin-left: 22px;
}
.blog-meta span ~ a:after,
.blog-meta span ~ span:after,
.blog-meta a ~ a:after,
.blog-meta a ~ span:after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--body-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -3px;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0 !important;
  padding-right: 0;
}
.blog-meta span a {
  margin-right: 0 !important;
}
.blog-meta a:hover {
  color: var(--title-color);
}

.blog-card {
  background: transparent;
  position: relative;
  border-radius: 0px;
  display: block;
}
.blog-card .blog-title {
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 17px;
}
.blog-card .blog-title a {
  transition: 0.5s ease-in-out;
  color: var(--title-color);
}
.blog-card .blog-title a:hover {
  color: var(--title-color);
}
.blog-card .blog-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.blog-card .blog-img img {
  max-width: 100%;
  border-radius: 0;
  transform: scale(1.04);
  transition: 0.4s ease-in-out;
}
.blog-card .blog-content {
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  transition: 0.4s;
}
.blog-card:hover .post-img img,
.blog-card:hover .blog-img img {
  transform: scale(1.04) translateX(6px);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-card .blog-title {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-img img {
    width: 100%;
  }
}
/* Blog Card 2 ---------------------------------- */
.blog-card.style2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%), transparent 50%/cover no-repeat;
  background: linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%), transparent 50%/cover no-repeat;
  transition: 0.4s all;
  z-index: 3;
}
.blog-card.style2 .blog-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 40px 36px;
  --title-color: #fff;
  opacity: 1;
  transition: 0.4s;
}
.blog-card.style2 .blog-content .blog-title {
  letter-spacing: -0.48px;
}
.blog-card.style2 .link-btn img {
  filter: brightness(999) grayscale(9);
}
.blog-card.style2 .blog-meta span ~ a:after,
.blog-card.style2 .blog-meta span ~ span:after,
.blog-card.style2 .blog-meta a ~ a:after {
  background: var(--title-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 22px;
  }
  .blog-card.style2 .blog-content {
    padding: 30px 26px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 18px;
  }
  .blog-card.style2 .blog-meta span,
  .blog-card.style2 .blog-meta a {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 24px;
  }
  .blog-card.style2 .blog-meta span,
  .blog-card.style2 .blog-meta a {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 18px;
  }
  .blog-card.style2 .blog-meta span,
  .blog-card.style2 .blog-meta a {
    font-size: 14px;
  }
}
/* Blog Area 3 ---------------------------------- */
/* Blog grid ---------------------------------- */
.blog-grid-static-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-grid-static-wrap .blog-grid-static {
  position: sticky;
  top: 155px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
}

.blog-grid {
  display: flex;
  border: 0;
  background: var(--smoke-color);
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.blog-grid .blog-img {
  position: relative;
  min-width: 302px;
  overflow: hidden;
}
.blog-grid .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.4s ease-in-out;
}
.blog-grid .blog-content {
  padding: 40px;
  align-self: center;
}
.blog-grid .blog-title {
  font-size: 22px;
  margin-bottom: 21px;
  margin-top: 0px;
  line-height: 32px;
  font-weight: 700;
}
.blog-grid .blog-title a {
  color: var(--title-color);
}
.blog-grid .link-btn {
  margin-top: 50px;
}
.blog-grid:hover .blog-img img {
  transform: scale(1.1);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-grid .blog-content {
    padding: 40px 30px;
  }
  .blog-grid .blog-img {
    min-width: 252px;
  }
  .blog-grid .link-btn {
    margin-top: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-grid .blog-img {
    min-width: 302px;
  }
  .blog-grid .link-btn {
    margin-top: 70px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-grid .blog-img {
    min-width: 180px;
  }
  .blog-grid .link-btn {
    margin-top: 0;
  }
  .blog-grid .blog-content {
    padding: 30px 30px;
  }
  .blog-grid .blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-grid-static-wrap .blog-grid-static {
    position: initial;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-grid {
    flex-direction: column;
  }
  .blog-grid .blog-content {
    align-self: flex-start;
  }
  .blog-grid .blog-meta span, .blog-grid .blog-meta a {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .blog-grid .blog-title {
    font-size: 18px;
    line-height: 28px;
  }
}
/* Blog Area 5 ---------------------------------- */
.blog-card.style3 .blog-meta span, .blog-card.style3 .blog-meta a {
  color: var(--smoke-color);
}
.blog-card.style3 .blog-meta span ~ a:after, .blog-card.style3 .blog-meta a ~ a:after {
  background-color: var(--smoke-color);
}
.blog-card.style3 .blog-title a {
  color: var(--smoke-color);
}
.blog-card.style3 .link-btn {
  color: var(--smoke-color);
}
.blog-card.style3 .link-btn:after, .blog-card.style3 .link-btn:before {
  background: var(--smoke-color);
}
.blog-card.style3 .link-btn img {
  filter: brightness(99) grayscale(99);
}

/*------------------- 4.00. Blog  -------------------*/
/*=============================
    19. Blog
===============================*/
.blog-post-item {
  border: none;
  background: var(--white-color);
  border-radius: 0px;
  margin-bottom: 30px;
}

.blog-post-thumb {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-post-thumb img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-post-thumb img {
    height: 350px;
  }
}

.blog-post-content .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.96px;
  margin-bottom: 23px;
  text-transform: capitalize;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
.blog-post-content .title a {
  color: var(--title-color);
}
@media (max-width: 1399px) {
  .blog-post-content .title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .blog-post-content .title {
    font-size: 32px;
    letter-spacing: normal;
  }
}
@media (max-width: 575px) {
  .blog-post-content .title {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .blog-post-content .title {
    font-size: 20px;
  }
}

.blog-post-meta {
  margin-bottom: 12px;
}
.blog-post-meta .list-wrap {
  display: flex;
  align-items: center;
  gap: 15px 28px;
  flex-wrap: wrap;
}
.blog-post-meta .list-wrap li {
  display: flex;
  align-items: center;
  gap: 8px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-right: 0;
}
.blog-post-meta .list-wrap li a {
  color: var(--title-color);
}
.blog-post-meta .list-wrap li i {
  font-size: 18px;
}
.blog-post-meta .list-wrap li:not(:first-child):after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--body-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -3px;
}

/*blog post 2************/
.blog-post-item-two {
  margin-bottom: 30px;
}
.blog-post-item-two .blog-post-thumb img {
  height: auto;
}
.blog-post-item-two .blog-post-content .title {
  font-size: 24px;
  letter-spacing: normal;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .blog-post-item-two .blog-post-content .title {
    font-size: 22px;
  }
}

/*Blockquote****************/
blockquote {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  align-items: start;
  margin: 40px 0;
  /* Extra small devices */
}
blockquote .blockquote-icon {
  flex: none;
}
blockquote p {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  color: var(--title-color);
  line-height: 1.583;
  letter-spacing: -0.48px;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
}
@media (max-width: 575px) {
  blockquote {
    display: block;
  }
  blockquote .blockquote-icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  blockquote p {
    font-size: 18px;
  }
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

/*------------------- 4.00. Client  -------------------*/
.client-list-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.client-list-wrap li a,
.client-list-wrap li span {
  height: 148px;
  line-height: 148px;
  width: 212px;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 1399px) {
  .client-list-wrap li a,
  .client-list-wrap li span {
    width: 182px;
  }
}
@media (max-width: 991px) {
  .client-list-wrap li a,
  .client-list-wrap li span {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .client-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .client-list-wrap li a,
  .client-list-wrap li span {
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .client-list-wrap li a,
  .client-list-wrap li span {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 375px) {
  .client-list-wrap li a,
  .client-list-wrap li span {
    height: 70px;
    line-height: 70px;
    width: 130px;
  }
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  font-size: 19px;
  margin-bottom: 5px;
  display: flex;
}
.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li i, .checklist li svg {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 6px;
  width: 18px;
}
.checklist.style2 ul li {
  font-weight: 700;
  border-radius: 6px;
  background-color: rgb(247, 244, 239);
  padding: 17px 30px;
  font-family: var(--title-font);
}
.checklist.style2 ul li:not(:last-child) {
  margin-bottom: 20px;
}
.checklist.style2 ul li i {
  margin-right: 20px;
}
.checklist.style3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
.checklist.style3 ul li {
  margin-bottom: 0;
}
.checklist.style4 ul li:not(:last-child) {
  margin-bottom: 9px;
}
.checklist.style5 ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color);
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.img-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.img-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-half.img-right {
  right: 0;
}

.icon-box {
  display: inline-flex;
  gap: 10px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-wrap.style2 {
  gap: 30px 40px;
}

.category-tag {
  background: var(--theme-color);
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding: 0 19px;
  letter-spacing: 1px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
  .checklist li {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .checklist li i, .checklist li svg {
    font-size: 14px;
    margin-right: 5px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .checklist.style2 ul li i {
    margin-right: 10px;
  }
}
.global-img {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.global-img:after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.global-img:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}

.img-anim {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*------------------- 4.00. Video -------------------*/

.plyr__poster {
  background-size: cover;
}
.plyr__video-wrapper{ z-index: 0; }
html {
    --plyr-color-main: var(--theme-color2);
}
.plyr__control--overlaid {
    padding: 2rem;
}
.plyr__control svg {
    width: 20px;
    height: 20px;
}
.plyr__control--overlaid::before, .plyr__control--overlaid::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: var(--theme-color2);
    opacity: 0.8;
    animation: ripple-1 2s infinite ease-in-out;
    z-index: -1;
}
.plyr__control--overlaid::after, .btn-circle.ripple::after {
    opacity: 0.6;
    animation: ripple-2 2s infinite ease-in-out;
    animation-delay: 0.5s;
}
@keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

/* Video 1 ---------------------------------- */
.jarallax {
  width: 100%;
  height: 800px;
  /* Extra large devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .jarallax {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .jarallax {
    height: 400px;
  }
}

.jarallax-video-pause {
  position: absolute;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  cursor: none;
  z-index: 10000;
  opacity: 0;
}

.cursor-follower.jarallax-btn {
  height: 180px;
  width: 180px;
  background: var(--white-color);
  transform: translate(-90px, -90px);
  border: 0;
}
.cursor-follower.jarallax-btn:after {
  content: "PLAY VIDEO";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 180px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
}

.video-wrap {
  position: relative;
}
.video-wrap .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--white-color);
  color: var(--title-color);
  margin: -90px 0 0 -90px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .video-wrap .play-btn {
    margin: 0 0;
    transform: translate(-50%, -50%) !important;
  }
}
.video-wrap .play-btn:before, .video-wrap .play-btn:after {
  display: none;
}

/* Extra small devices */
@media (max-width: 575px) {
  .cursor-follower.jarallax-btn {
    height: 150px;
    width: 150px;
  }
  .cursor-follower.jarallax-btn:after {
    line-height: 150px;
  }
}
/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: transparent;
  border-top: 2px solid var(--title-color);
  border-radius: 0px;
  display: flex;
  align-items: start;
  padding: 25px 0;
  position: relative;
  justify-content: space-between;
  gap: 20px;
}
.accordion-card:last-child {
  border-bottom: 2px solid var(--title-color);
}
.accordion-card .accordion-header {
  flex: none;
}
.accordion-card .accordion-button {
  font-size: 24px;
  font-family: var(--title-font);
  color: var(--title-color);
  border: 0;
  background-color: transparent;
  padding: 0px 30px 0 0;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  transition: 0.3s;
  align-items: start;
  position: inherit;
  font-weight: 700;
}
.accordion-card .accordion-button:after {
  content: "\f067";
  height: 40px;
  width: auto;
  border-radius: 7px;
  line-height: 38px;
  background: transparent;
  border: 0;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 900;
  font-size: 16px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 0px;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button.collapse:after {
  content: "\f068";
  transform: rotate(0);
}
.accordion-card .accordion-button .faq-number {
  font-size: 14px;
  font-weight: 700;
  margin-right: 40px;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: rotate(0);
}
.accordion-card .accordion-collapse {
  border: none;
  position: relative;
}
.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 2px 60px 0px 0px;
  margin-top: -0.5em;
  max-width: 365px;
}
.accordion-card .accordion-body p {
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 18px;
}
.accordion-card .accordion-body p:last-child {
  margin-bottom: 0em;
}
.accordion-card:last-child {
  margin-bottom: 0;
}

/* Medium devices */
@media (max-width: 991px) {
  .accordion-card {
    display: block;
  }
  .accordion-card .accordion-body {
    margin-top: 20px;
    max-width: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .accordion-card .accordion-body {
    padding-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button .faq-number {
    margin-right: 10px;
  }
  .accordion-card .accordion-button {
    font-size: 20px;
  }
  .accordion-card .accordion-body p {
    font-size: 16px;
  }
}
/* Faq 2 ---------------------------------- */
.accordion-card.style2 {
  display: block;
}
.accordion-card.style2 .accordion-button {
  font-size: 20px;
}
.accordion-card.style2 .accordion-body {
  max-width: none;
  padding-right: 0;
  margin-top: 12px;
  margin-bottom: 16px;
}

/*------------------- 4.00. feature -------------------*/
/*feature area 1***********************/
.feature-card {
  background: var(--smoke-color);
  padding: 40px 36px;
  /* Medium devices */
}
.feature-card-icon {
  height: 160px;
}
.feature-card-title a {
  color: var(--title-color);
}
.feature-card-text {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .feature-card {
    padding: 30px 26px;
  }
  .feature-card-title {
    font-size: 20px;
  }
  .feature-card-icon {
    margin-bottom: 34px;
  }
}

/*------------------- 4.00. Process -------------------*/
.process-card .process-card-number {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
  border-bottom: 2px solid var(--smoke-color);
  padding-bottom: 22px;
  position: relative;
}
.process-card .process-card-number:after {
  content: "";
  position: absolute;
  left: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white-color);
  bottom: 0;
  transform: translate(0px, 50%);
  border: 4px solid var(--title-color);
}
.process-card .process-card-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  margin-top: 45px;
}
.process-card .process-card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 330px;
  margin-bottom: -0.3em;
}

/* Large devices */
@media (max-width: 1199px) {
  .process-card .process-card-text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .process-card .process-card-text {
    max-width: none;
    font-size: 18px;
  }
}
/*project-details-area*********/
.project-details-info .list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-details-info .list-wrap li {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
}
.project-details-info .list-wrap li:not(:last-child) {
  margin-bottom: 24px;
}
.project-details-info .list-wrap li span {
  display: block;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.inner__page-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
.inner__page-nav .nav-btn {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  color: var(--title-color);
}
.inner__page-nav .nav-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

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

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

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

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

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

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

.mt-140 {
  margin-top: 140px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .mt-140 {
    margin-top: 80px;
  }
}

.mt-lg-140 {
  margin-top: 140px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .mt-lg-140 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-lg-140 {
    margin-top: 0;
  }
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.65rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mt-80 {
  margin-top: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 40px;
  }
}

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

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-80 {
  margin-bottom: 80px;
  /* Medium devices */
}

.space,
.space-top {
  padding-top: var(--section-space);
}
.space,
.space-bottom {
  padding-bottom: var(--section-space);
}
.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 60px);
}
.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 60px);
}
.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}
.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}
.space-small,
.space-small-top {
  padding-top: calc(var(--section-space) - 90px);
}
.space-small,
.space-small-bottom {
  padding-bottom: calc(var(--section-space) - 90px);
}
.space-large,
.space-large-top {
  padding-top: calc(var(--section-space-mobile) + 30px);
}
.space-large,
.space-large-bottom {
  padding-bottom: calc(var(--section-space-mobile) + 30px);
}
.space-extra-large,
.space-extra-large-top {
  padding-top: calc(var(--section-space-mobile) + 80px);
}
.space-extra-large,
.space-extra-large-bottom {
  padding-bottom: calc(var(--section-space-mobile) + 80px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-small,
  .space-small-top {
    padding-top: calc(var(--section-space) - 100px);
  }
  .space-small,
  .space-small-bottom {
    padding-bottom: calc(var(--section-space) - 100px);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 65px;
  }
  .pt-105 {
    padding-top: 65px;
  }
}
@media (max-width: 575px) {
  .space-small,
  .space-small-top {
    padding-top: calc(var(--section-space) - 120px);
  }
  .space-small,
  .space-small-bottom {
    padding-bottom: calc(var(--section-space) - 120px);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 40px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 40px);
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 50px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 50px;
  }
  .space-large,
  .space-large-top {
    padding-top: calc(var(--section-space-mobile) + 20px);
  }
  .space-large,
  .space-large-bottom {
    padding-bottom: calc(var(--section-space-mobile) + 20px);
  }
}
