/*

Author: Fatima
*/
/*=================================
    CSS Index Here
==================================*/
/*


*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #e1ff51;
  --title-color: #06050B;
  --body-color: #9F9F9F;
  --smoke-color: #D4D4D4;
  --smoke-color2: #F5F5F5;
  --smoke-color3: #C5DACC;
  --smoke-color4: #E9F5ED;
  --black-color: #000000;
  --black-color2: #0A0A0A;
  --gray-color: #D8DDE1;
  --white-color: #ffffff;
  --light-color: #B7BEC8;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E0E0E0;
  --title-font: "Epilogue", sans-serif;
  --title-font2: "Urbanist", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --slidingAT: 1.3s;
  --controlSize: 60px;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: #00272c;
}
iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
  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 {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}

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

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

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: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

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: 600;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.1;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.1;
}

.h3,
h3 {
  font-size: 44px;
  line-height: 1.25;
}

.h4,
h4 {
  font-size: 32px;
  line-height: 1.5;
}

.h5,
h5 {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .h1,
  h1 {
    font-size: 67px;
    line-height: 1.26;
  }
  .h2,
  h2 {
    font-size: 47px;
    line-height: 1.31;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 57px;
    line-height: 1.26;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 26px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 32px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media (min-width: 1370px) {
  .th-container {
    --main-container: 1848px;
  }
}
.th-container3 {
  --main-container: 1447px;
}

@media (min-width: 1370px) {
  .th-container2 {
    --main-container: 1530px;
  }
}
@media (min-width: 1370px) {
  .th-container3 {
    --main-container: 1768px;
  }
}
@media (min-width: 1370px) {
  .th-container4 {
    --main-container: 1600px;
  }
}
@media (min-width: 1370px) {
  .th-container5 {
    --main-container: 1320px;
  }
}
@media (min-width: 1370px) {
  .th-container6 {
    --main-container: 1808px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .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);
  }
}
@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;
  }
}
.round-container {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Large devices */
@media (max-width: 1199px) {
  .round-container {
    border-radius: 0;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-100 {
  --bs-gutter-x: 100px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .gx-100 {
    --bs-gutter-x: 60px;
  }
}
@media (max-width: 991px) {
  .gx-100 {
    --bs-gutter-x: 40px;
  }
}

.gx-80 {
  --bs-gutter-x: 80px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .gx-80 {
    --bs-gutter-x: 60px;
  }
}
@media (max-width: 991px) {
  .gx-80 {
    --bs-gutter-x: 40px;
  }
}

.gy-80 {
  --bs-gutter-y: 80px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 60px;
  }
}
@media (max-width: 991px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}

@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;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  color: var(--body-color);
  border-radius: 0px;
  background-color: transparent;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: var(--white-color);
  width: 100%;
  border-radius: 10px;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--white-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--white-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--white-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--white-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 17px;
  font-size: 16px;
  color: var(--theme-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #6E6E6E;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: transparent;
  border: 1px solid #6E6E6E;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8B929C;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}


.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

input[type=time] {
  padding: 0 30px;
  position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

/*------------------- 2.4. Slider -------------------*/
.swiper-wrapper.row {
  flex-wrap: nowrap;
}

.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}
.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  transition: 0.6s ease-in-out;
}
.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-pagination-progressbar {
  --swiper-pagination-progressbar-size: 2px;
  background: #525252;
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .swiper-pagination-progressbar {
    margin-top: 20px;
  }
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--theme-color);
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 8px);
  left: 0;
}

.swiper-pagination-fraction {
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
}
.swiper-pagination-fraction .swiper-pagination-current {
  font-size: 24px;
  color: var(--title-color);
  font-weight: 600;
  display: inline-block;
  width: 31px;
}

.white-color .swiper-pagination-current {
  color: var(--white-color);
}

.slider-controller {
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  /* Large devices */
}
.slider-controller .button {
  width: calc(100% - 204px);
}
.slider-controller .swiper-pagination-progressbar {
  background-color: #525252;
}
@media (max-width: 1199px) {
  .slider-controller {
    margin-top: 45px;
  }
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 45px 0 -0.3rem 0;
  padding-bottom: 0px;
  line-height: 12px;
  height: 12px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  margin: 5px 4px;
  opacity: 1;
  background: transparent;
  border: 1px solid #484848;
  color: var(--white-color);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(116.7deg, #7B5DFF 0%, #B35DFF 100%);
  border-color: var(--theme-color);
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: #F4F7FF;
  border-radius: 30px;
  color: var(--white-color);
  border: 1px solid #F4F7FF;
  position: absolute;
  top: 50%;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 64px);
  height: var(--icon-size, 64px);
  line-height: var(--icon-size, 64px);
  font-size: var(--icon-font-size, 20px);
  margin-top: calc(var(--icon-size, 0px) / -2);
  z-index: 3;
  border-radius: 50%;
  /* Small devices */
}
@media (max-width: 767px) {
  .slider-arrow {
    display: none;
  }
}
.slider-arrow img {
  margin-top: -5px;
  transition: all 0.4s ease-in-out;
}
.slider-arrow.style2 {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: var(--title-color);
}
.slider-arrow.style2 img {
  transition: all 0.4 ease-in-out;
}
.slider-arrow.style2:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.slider-arrow.style2:hover img {
  filter: brightness(0) invert(1);
}
.slider-arrow.style3 {
  background-color: transparent;
  border: 1px solid rgba(92, 95, 113, 0.2);
  color: var(--title-color);
}
.slider-arrow.style4 {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: var(--title-color);
  box-shadow: 0px 20px 50px rgba(11, 11, 11, 0.1);
}
.slider-arrow.style4 img {
  transition: all 0.4 ease-in-out;
}
.slider-arrow.style4:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.slider-arrow.style4:hover img {
  filter: brightness(0) invert(1);
}
.slider-arrow.style5 {
  top: 45%;
  left: var(--pos-x, 520px);
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 40px;
  border: 4px solid transparent;
  color: var(--title-color);
  transition: all 0.4s ease;
}
.slider-arrow.style5:hover {
  background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
  border: 4px solid #F7F7F7;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 40px;
}
.slider-arrow.style5.slider-next {
  right: var(--pos-x, 520px);
}
.slider-arrow.style6 {
  padding: 4px 10px 4px 4px;
  background: #06050B;
  border-radius: 16px;
  width: 116px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin: 0;
  transition: all 0.4s;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .slider-arrow.style6 {
    padding: 0px 8px 4px 0px;
  }
}
.slider-arrow.style6.slider-next {
  padding: 4px 8px 4px 14px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .slider-arrow.style6.slider-next {
    padding: 0px 8px 4px 14px;
  }
}
.slider-arrow.style6 i {
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 16px;
  color: var(--title-color);
}
.slider-arrow.style6:hover {
  background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
  border: none;
}
.slider-arrow.style7 {
  top: 45%;
  left: var(--pos-x, 520px);
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid rgba(19, 19, 19, 0.1019607843);
  border-radius: 40px;
  color: var(--title-color);
  transition: all 0.4s ease;
}
.slider-arrow.style7:hover {
  background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
  border: 1px solid #FF1CA4;
}
.slider-arrow.style7.slider-next {
  right: var(--pos-x, 520px);
}
.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}
.slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.slider-arrow:hover img {
  filter: brightness(0) invert(1);
}

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

.arrow-wrap {
  position: relative;
}
.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.4);
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}
.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}
.icon-box .slider-arrow {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  /* Extra large devices */
}
.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 1500px) {
  .icon-box .slider-arrow {
    display: block !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 0px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-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);
}

/*------------------- 2.4. nice-select -------------------*/
:root {
  --input-height: 50px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  transition: all 0.2s ease-in-out;
  transform: rotate(45deg);
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  border-bottom: 3px solid var(--theme-color);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-28px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--smoke-color);
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.th-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;
}
.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: #141414;
}
.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--title-color);
  background-color: var(--theme-color);
  border-radius: 48px;
}
.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.th-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}
.th-mobile-menu ul li.th-active > a:before {
  transform: rotate(90deg);
}
.th-mobile-menu ul li ul li {
  padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.th-mobile-menu ul .th-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
  content: "\f068";
}
.th-mobile-menu ul .th-item-has-children.th-active > a:after {
  content: "\f068";
}
.th-mobile-menu > ul {
  padding: 0 40px;
}
.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--title-color);
  display: inline-block;
  border-radius: 48px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .th-menu-toggle {
    width: 48px;
    height: 48px;
  }
}
.th-menu-toggle:hover {
  background-color: var(--white-color);
}
.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-bg {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: var(--secondary-color, #111);
  transition: transform 1s ease-in-out;
  z-index: 5;
}

.preloader-bg-one {
  top: 0;
}

.preloader-bg-two {
  bottom: 0;
}

.loader-wrapper {
  position: relative;
  display: flex;
  z-index: 10;
  transition: opacity 1s ease;
  direction: ltr;
}

.loader-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: auto;
  margin: 2rem;
  font-family: var(--title-font);
  font-size: 84px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  scale: 2;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: transparent;
  -webkit-mask: repeating-linear-gradient(90deg, transparent 0, transparent 6px, var(--theme-color) 6px, var(--theme-color) 9px);
          mask: repeating-linear-gradient(90deg, transparent 0, transparent 6px, var(--theme-color) 6px, var(--theme-color) 9px);
}

.loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 50% 50%, #7B5DFF 0%, transparent 50%), radial-gradient(circle at 45% 45%, #D4FF12 0%, transparent 45%), radial-gradient(circle at 55% 55%, #FF1CA4 0%, transparent 45%), radial-gradient(circle at 45% 55%, #C726FD 0%, transparent 45%), radial-gradient(circle at 55% 45%, #4E0055 0%, transparent 45%);
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 0%, transparent 10%, black 25%);
          mask: radial-gradient(circle at 50% 50%, transparent 0%, transparent 10%, black 25%);
  animation: transform-animation 2s infinite alternate, opacity-animation 4s infinite;
  animation-timing-function: cubic-bezier(0.6, 0.8, 0.5, 1);
}

@keyframes transform-animation {
  0% {
    transform: translate(-55%);
  }
  100% {
    transform: translate(55%);
  }
}
@keyframes opacity-animation {
  0%, 100% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
}
.loader-letter {
  display: inline-block;
  opacity: 0;
  animation: loader-letter-anim 4s infinite linear;
  z-index: 2;
}

.loader-letter:nth-child(1) {
  animation-delay: 0.1s;
}

.loader-letter:nth-child(2) {
  animation-delay: 0.205s;
}

.loader-letter:nth-child(3) {
  animation-delay: 0.31s;
}

.loader-letter:nth-child(4) {
  animation-delay: 0.415s;
}

.loader-letter:nth-child(5) {
  animation-delay: 0.521s;
}

.loader-letter:nth-child(6) {
  animation-delay: 0.626s;
}

.loader-letter:nth-child(7) {
  animation-delay: 0.731s;
}

.loader-letter:nth-child(8) {
  animation-delay: 0.837s;
}

.loader-letter:nth-child(9) {
  animation-delay: 0.942s;
}

.loader-letter:nth-child(10) {
  animation-delay: 1.047s;
}

@keyframes loader-letter-anim {
  0% {
    filter: blur(0px);
    opacity: 0;
  }
  5% {
    opacity: 1;
    text-shadow: 0 0 4px #8d8379;
    filter: blur(0px);
    transform: scale(1.1) translateY(-2px);
  }
  20% {
    opacity: 0.2;
    filter: blur(0px);
  }
  100% {
    filter: blur(5px);
    opacity: 0;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 21px 30px;
  border-radius: 48px;
  transition: all linear 0.5s;
}
.th-btn:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 140px;
  background: rgba(10, 38, 120, 0.141);
  top: -40px;
  left: -75px;
  transform: rotate(30deg);
  transition: all linear 0.5s;
}
.th-btn:hover {
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn:hover:after {
  left: 120%;
}
.th-btn.white-btn {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.th-btn.white-btn:hover {
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn.white-btn:hover:after {
  background-color: var(--white-color);
}
.th-btn.style1 {
  color: var(--white-color);
}
.th-btn.style1:hover {
  color: var(--title-color);
}
.th-btn.fw-btn {
  width: 100%;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 56px);
  font-size: var(--btn-font-size, 18px);
  background-color: var(--icon-bg, transparent);
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  color: var(--title-color);
  text-align: center;
  transition: 0.4s ease-in-out;
}
.icon-btn a {
  color: var(--title-color);
}
.icon-btn img {
  margin-top: -4px;
  transition: all 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn:hover img {
  filter: brightness(0) invert(1);
}
.icon-btn.th-radius {
  border-radius: 100px;
}

.th-radius {
  border-radius: 24px;
}

.link-btn {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  color: var(--title-color);
}
.link-btn i {
  margin-left: 15px;
  font-size: 16px;
}
.link-btn:hover {
  color: var(--theme-color);
}

.line-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: capitalize;
  color: var(--title-color);
}
.line-btn i {
  margin-left: 5px;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--theme-color);
}
.line-btn:hover::before {
  width: 45px;
}
.line-btn:hover.th-icon i {
  transform: rotate(0deg);
}
.line-btn.th-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease;
}

.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);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 10px);
  margin-top: -0.12em;
}

.sub-title {
  position: relative;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color);
  margin-bottom: 20px;
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .sub-title {
    font-size: 16px;
  }
}
.sub-title:has(img) {
  margin-top: 0;
}

.box-title {
  font-size: 24px;
  line-height: 1.3;
  text-transform: capitalize;
  margin-top: 0;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 500;
  color: #E5E5E5;
}

.sec-text2 {
  font-size: 18px;
  color: #E5E5E5;
}

.sec-desc {
  font-family: var(--title-font);
  font-size: 18px;
  color: #B7BEC8;
  margin-bottom: 0;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 10px);
  position: relative;
  z-index: 2;
}
.title-area.style2 .sec-title.style4 {
  margin-left: 220px;
  margin-right: -90px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .title-area.style2 .sec-title.style4 {
    margin-left: 0px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .title-area.style2 .sec-title.style4 {
    margin-left: 0;
  }
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.title-area .sec-title .title {
  display: block;
  margin-left: 321px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1699px) {
  .title-area .sec-title .title {
    margin-left: 200px;
  }
}
@media (max-width: 1199px) {
  .title-area .sec-title .title {
    margin-left: 140px;
  }
}
@media (max-width: 767px) {
  .title-area .sec-title .title {
    margin-left: 40px;
  }
}
@media (max-width: 375px) {
  .title-area .sec-title .title {
    margin-left: 0px;
  }
}
.title-area .sec-title.style2 {
  font-size: 56px;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .title-area .sec-title.style2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title-area .sec-title.style2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .title-area .sec-title.style2 {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .title-area .sec-title.style2 {
    font-size: 30px;
  }
}
.title-area .sec-title.style3 {
  font-family: var(--title-font);
  font-size: 56px;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .title-area .sec-title.style3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title-area .sec-title.style3 {
    font-size: 38px;
  }
}
@media (max-width: 375px) {
  .title-area .sec-title.style3 {
    font-size: 30px;
  }
}
.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-title {
  margin: 47px 0;
  opacity: 1;
}

hr.title-line {
  margin-top: 0;
  background-color: var(--th-border-color);
  opacity: 1;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}

.shadow-title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 194px;
  line-height: 204px;
  color: #121212;
  opacity: 0.02;
  margin: -0.55em 0 -0.45em -0.25em;
}
.shadow-title.style2 {
  position: absolute;
  top: 0;
  font-weight: 700;
  font-size: 194px;
  line-height: 200px;
  color: #191919;
  display: inline-block;
  margin-left: -20%;
  opacity: 1;
  z-index: -1;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .shadow-title.style2 {
    font-size: 104px;
    line-height: 200px;
  }
}
.shadow-title.style3 {
  margin-left: -40%;
  width: 978px;
}
.shadow-title.color2 {
  background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}
.shadow-title.color3 {
  background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --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;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .shadow-title {
    font-size: 102px;
    line-height: 102px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 80px;
    line-height: 80px;
  }
}
.sec-text4 {
  font-weight: 400;
  font-size: 20px;
  color: #D4D4D4;
}

.sec-text5 {
  max-width: 642px;
  display: block;
  margin: auto;
}

.sec-text7 {
  color: #E5E5E5;
}

.sec-text8 {
  color: #D4D4D4;
}

.Horizontal {
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
}

.th-cta-title {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  gap: 4vw;
  padding-left: 100vw;
  font-size: 120px;
  font-weight: 600;
  margin-left: 100px;
}

.line {
  height: 70px;
  position: relative;
  overflow: hidden;
}
.line span {
  position: absolute;
}

.title-box-text {
  font-size: 20px;
  max-width: 540px;
  display: block;
  margin: auto;
}

.text-title {
  margin: 47px 0 !important;
}

.award-area .desc {
  max-width: 616px;
  display: block;
  margin: auto;
}

.sec-text6 {
  color: var(--smoke-color);
}

.sec-text7 {
  max-width: 560px;
  display: block;
  margin: auto;
  color: var(--smoke-color);
}

/*------------------- 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;
}
.shape-mockup.testi-shape {
  /* Large devices */
}
@media (min-width: 1930px) {
  .shape-mockup.testi-shape {
    width: 100%;
  }
  .shape-mockup.testi-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .shape-mockup.testi-shape {
    width: 100%;
    height: 100%;
  }
  .shape-mockup.testi-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.shape-mockup.testi-shape2 {
  /* Medium Large devices */
}
@media (max-width: 1699px) {
  .shape-mockup.testi-shape2 {
    width: 30%;
    height: 100%;
  }
  .shape-mockup.testi-shape2 img {
    height: 100%;
  }
}
@media (max-width: 1299px) {
  .shape-mockup.testi-shape2 {
    display: none !important;
  }
}
.shape-mockup.testi-img {
  border-radius: 30px 0 0 0;
}
@media (max-width: 1899px) {
  .shape-mockup.shape1 {
    display: none !important;
  }
}
.shape-mockup.faq-shape {
  max-width: 238px;
}
.shape-mockup.faq-shape:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  -webkit-mask-image: url(../img/shape/star.png);
          mask-image: url(../img/shape/star.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.shape-mockup.faq-shape img {
  max-width: 238px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../img/shape/star2.png);
          mask-image: url(../img/shape/star2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.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;
}

.th-radius2 {
  border-radius: 20px;
}

.th-radius3 {
  border-radius: 30px;
}

.th-radius4 {
  border-radius: 100px;
  /* Small devices */
}
@media (max-width: 767px) {
  .th-radius4 {
    border-radius: 50px;
  }
}

.th-radius5 {
  border-radius: 50px;
}

.media-body {
  flex: 1;
}

.badge {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  color: var(--white-color);
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.th-social .title {
  margin-right: 6px;
}
.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  background-color: rgba(255, 255, 255, 0.06);
  color: var(--white-color);
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .th-social a {
    margin-right: 4px;
  }
}
.th-social a:last-child {
  margin-right: 0;
}
.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-social.style2 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: #F4F7FF;
  color: var(--title-color);
  border: 1px solid #F4F7FF;
}
.th-social.style2 a:hover {
  border-color: var(--theme-color);
  color: var(--white-color);
  background-color: var(--theme-color);
}
.th-social.style3 a {
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  margin-right: 10px;
}
.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

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

.th-bg-img {
  position: absolute;
  inset: 0;
}
.th-bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*sec shape  start --------------------------*/
.sec-shape {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.sec-shape.style2:after, .sec-shape.style2:before {
  background: #E3E7F0;
}
.sec-shape.style2 .th-btn {
  padding: 20.5px 40px;
}
.sec-shape:after, .sec-shape:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 560px;
  height: 1px;
  background: #656A74;
}
.sec-shape:before {
  margin-left: -37rem;
}
.sec-shape:after {
  margin-left: 2.5rem;
}

/*sec shape  end  --------------------------*/
/*Icon Masking********/
.icon-masking {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
}
.icon-masking .mask-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: hue;
  background: var(--theme-color);
  top: 0;
}

.icon-masking2 {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
}
.icon-masking2 .mask-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  background: var(--theme-color);
  top: 0;
}

/*Magnific popup transition********/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* cursor area start ---------------------------*/
.cursor-follower {
  position: fixed;
  background: var(--theme-color);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid var(--theme-color);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  z-index: 999999;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translate(2px, 2px);
}

/* cursor area end ---------------------------*/
/*slider-drag-cursor**************/
.slider-drag-cursor {
  pointer-events: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -2px;
  height: 36px;
  width: 36px;
  transition: width 0.1s ease-in-out;
  background: rgba(87, 179, 62, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 100%;
  color: var(--white-color);
  display: none;
  cursor: none;
}
.slider-drag-cursor.active {
  display: block;
}

.reveal {
  position: relative;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: left;
}

/*------------------- 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-extralight {
  font-weight: 100;
}

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

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

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

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

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

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

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-smoke3 {
  background-color: var(--smoke-color3) !important;
}

.bg-smoke4 {
  background-color: var(--smoke-color4) !important;
}

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

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

.bg-black2 {
  background-color: var(--black-color2) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.gradient-body {
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg1 {
  background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
}

.gr-bg2 {
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg3 {
  background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.gr-bg4 {
  background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.gr-bg5 {
  background: linear-gradient(180deg, rgba(237, 240, 244, 0) 0%, rgba(237, 240, 244, 0.85) 100%);
}

.gr-bg6 {
  background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
}

.gr-bg7 {
  background: linear-gradient(180deg, #3E66F3 0%, #0031DD 100%);
  border-radius: 100px;
}

.gray-body {
  background-color: #F8FAFF;
}

.smoke-body {
  background-color: #F3F2EA;
}

.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-bottom-center {
  background-size: auto;
  background-position: bottom center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.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.4s 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;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--title-color);
  text-transform: capitalize;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 16px;
}
.main-menu > ul > li > a {
  color: var(--white-color);
  padding: 33px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:has(.sub-menu) > a, .main-menu ul li:has(.mega-menu) > a, .main-menu ul li.menu-item-has-children > a {
  color: var(--white-color);
}
.main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 14px;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transform: scaleY(1) translateX(0%);
}
@media (max-width: 1599px) {
  .main-menu ul li:hover ul.mega-menu {
    transform: scaleY(1) translateX(14%);
  }
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #141414;
  color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 18px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border-top: 3px solid var(--theme-color);
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  color: var(--white-color);
}

.header-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-info:last-child {
    display: none;
  }
}
.header-info-wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-info-wrap {
    display: none;
  }
}
.header-info-wrap .divided {
  width: 1px;
  height: 40px;
  background-color: var(--smoke-color);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-info-wrap .divided {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header-info:last-child {
    display: none;
  }
}
.header-info_icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DEDFE3;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.header-info_icon i:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-info_label {
  font-style: normal;
  letter-spacing: 0.02em;
  color: var(--body-color);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.header-info_link {
  font-weight: 500;
  font-size: 14px;
  color: var(--title-color);
  margin-bottom: 0;
}
.header-info_link a {
  color: inherit;
}
.header-info_link a:hover {
  color: var(--theme-color);
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-button .icon-btn {
  position: relative;
}
.header-button .cart-btn {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--white-color);
  /* Extra small devices */
}
@media (max-width: 375px) {
  .header-button .cart-btn {
    font-size: 16px;
    line-height: 26px;
  }
  .header-button .cart-btn .badge {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .header-button .cart-btn {
    font-size: 12px;
    line-height: 24px;
  }
  .header-button .cart-btn .badge {
    font-size: 12px;
  }
}
.header-button .cart-btn i {
  color: var(--theme-color);
  margin-left: 4px;
}
.header-button .search-form {
  position: relative;
}
@media (max-width: 1299px) {
  .header-button .search-form {
    display: none;
  }
}
.header-button .search-form input {
  width: 315px;
  height: 48px;
  padding: 16px 24px;
  background-color: transparent;
  border: 1px solid rgba(114, 114, 119, 0.2);
  border-radius: 8px;
}
@media (max-width: 1799px) {
  .header-button .search-form input {
    width: 250px;
  }
}
@media (max-width: 1699px) {
  .header-button .search-form input {
    width: 170px;
  }
}
.header-button .search-form button {
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent;
  border: 0;
  color: var(--title-color);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
}
.header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}
.header-links li:not(:last-child):after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: var(--smoke-color);
  position: absolute;
  top: 5px;
  right: -20px;
}
.header-links li > i {
  color: var(--title-color);
  margin-right: 6px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--title-color);
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links i {
  color: var(--title-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: var(--body-font);
  color: var(--title-color);
}
@media (max-width: 1599px) {
  .social-links .social-title {
    display: none;
  }
}
.social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--title-color);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}
.social-links a:not(:last-child) {
  margin: 0 28px 0 0;
}
.social-links a:not(:last-child):before {
  content: "";
  position: absolute;
  top: 5px;
  right: -13px;
  height: 15px;
  width: 1px;
  background-color: var(--smoke-color);
}
.social-links a:hover {
  color: var(--theme-color);
}
.social-links a:hover i {
  animation: slideTop 0.5s;
}

.header-social .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: var(--body-color);
}
.header-social a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.header-social a:last-child {
  margin-right: 0;
}
.header-social a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 12px;
  padding-bottom: 12px;
  /* Extra small devices */
}
.header-logo a {
  font-size: 25px;
  color: var(--white-color);
}
@media (max-width: 575px) {
  .header-logo {
    max-width: 150px;
  }
  .header-logo .icon-masking .mask-icon {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .main-menu > ul > li > a {
    padding: 37px 0;
  }
}
.header-button .th-btn:not(:last-child) {
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-button .th-btn:not(:last-child) {
    display: none;
  }
}

.header-top {
  padding: 9px 0;
  border-bottom: 1px solid #F5F5F5;
}

/* header layout1 start  ---------------------------------- */
.header-layout1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-layout1 .sticky-wrapper.sticky {
  background-color: #141414;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout1 .sticky-wrapper.sticky {
    padding: 12px 0;
  }
}
.header-layout1 .menu-area {
  padding: 10px 0;
}
.header-layout1 .header-button {
  gap: 16px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .header-layout1 .header-button {
    gap: 8px;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.fa-phone-volume {
  transform: rotate(-45deg);
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 30px;
}

.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-size: 16px;
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 25px;
  margin-right: 10px;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .footer-links li {
    padding-right: 20px;
    margin-right: 5px;
  }
}
.footer-links li:after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4001_6480)'%3E%3Cpath d='M10.6221 8.20517C9.30864 8.20517 8.20908 9.27419 8.20908 10.6181V15.6577C8.20908 15.7927 8.09968 15.9022 7.96473 15.9022C7.82978 15.9022 7.72038 15.7927 7.72038 15.6577V10.6181C7.72038 9.27419 6.62082 8.20517 5.27691 8.20517H0.267785C0.132835 8.20517 0.0234375 8.09577 0.0234375 7.96082C0.0234375 7.82588 0.132835 7.71647 0.267785 7.71647H5.27691C6.62082 7.68593 7.72038 6.61691 7.68984 5.27301V0.279151C7.68984 0.135767 7.80608 0.0195312 7.94946 0.0195312C8.09284 0.0195312 8.20908 0.135767 8.20908 0.279151V5.27301C8.20908 6.61691 9.30864 7.68593 10.6221 7.68593H15.6464C15.7897 7.68593 15.9061 7.80216 15.9061 7.94555C15.9061 8.08893 15.7897 8.20517 15.6464 8.20517H10.6221Z' fill='%23D4FF12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4001_6480'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  top: 10%;
  right: 0;
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links a {
  font-family: inherit;
  color: #5C5F71;
}
.footer-links a:hover {
  color: var(--theme-color);
}

.copyright-wrap {
  background-color: var(--white-color);
  padding: 18px 0;
}

.copyright-text {
  margin: 0;
  color: var(--body-color);
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--title-color);
}

.footer-text2 {
  font-size: 18px;
  margin-bottom: -0.4rem;
}

.footer-info {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  color: #fff;
  line-height: 26px;
  padding: 0 0 0 55px;
  max-width: 277px;
  margin-top: 0;
}
.footer-info:not(:last-child) {
  margin: 0 0 35px 0;
}
.footer-info i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.0784313725);
  color: var(--white-color);
  position: absolute;
  left: 0;
  font-size: 14px;
  border-radius: 50%;
}
.footer-info-title {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 5px;
  margin-top: -0.2em;
}
.footer-info a {
  color: var(--white-color);
}
.footer-info a:hover {
  color: var(--theme-color);
}

.copyright-wrap {
  background-color: transparent;
}
.copyright-wrap .copyright-text {
  color: var(--body-color);
}
.copyright-wrap .footer-links a {
  color: #fff;
}
.copyright-wrap .footer-links a:hover {
  color: var(--theme-color);
}

.footer-newsletter-content {
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-newsletter-content {
    text-align: center;
    margin-bottom: 25px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .footer-contact-wrap {
    grid-template-columns: auto auto;
    gap: 30px;
  }
}
.footer-tags .tagcloud a {
  background-color: transparent;
  border: 1px solid rgba(183, 189, 222, 0.2);
  border-radius: 8px;
  padding: 12.5px 15px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--white-color);
}
.footer-tags .tagcloud a:not(:last-child) {
  margin: 0 16px 16px 0;
}
.footer-tags .tagcloud a:hover {
  background-color: var(--theme-color);
}
.footer-tags .btn-group {
  margin-top: 32px;
}

/* footer-layout1 start ---------------------------*/
.footer-layout1 {
  background-color: #00272c;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  --smoke-color2: #fff;
}
.footer-layout1 .about-text {
  color: var(--smoke-color);
  margin-bottom: 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-layout1 .about-text {
    margin-bottom: 30px;
  }
}
.footer-layout1 .th-widget-about {
  max-width: 248px;
}
.footer-layout1 .widget-area {
  padding-top: 80px;
}
.footer-layout1 .about-logo {
  margin-bottom: 25px;
}
.footer-layout1 .about-logo a {
  font-size: 25px;
  color: var(--white-color);
}
.footer-layout1 .footer-widget {
  margin-bottom: 35px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .footer-layout1 .footer-widget {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-layout1 .footer-widget {
    margin-bottom: 30px;
  }
}
.footer-layout1 .footer-widget .widget_title {
  font-family: var(--title-font);
  font-size: 20px;
  max-width: 270px;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer-layout1 .footer-widget.widget_nav_menu ul {
  padding: 0;
  margin: 0;
}
.footer-layout1 .footer-widget.widget_nav_menu ul li {
  list-style: none;
}
.footer-layout1 .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 14px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  color: var(--white-color);
  position: relative;
  transition: all 0.9s ease-in-out;
}
.footer-layout1 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}
.footer-layout1 .copyright-text {
  color: var(--white-color);
}
.footer-layout1 .copyright-text a:hover {
  color: var(--white-color);
}
.footer-layout1 .th-social a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: transparent;
  border: 1px solid #484848;
  border-radius: 48px;
  color: var(--white-color);
  font-size: 13px;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .footer-layout1 .th-social a {
    margin-right: 5px;
  }
}
.footer-layout1 .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--title-color);
}
.footer-layout1 .th-widget-about .footer-info {
  margin-bottom: 30px;
}
.footer-layout1 .th-widget-about .footer-info:not(:last-child) {
  margin: 0 0 25px 0;
}
.footer-layout1 .th-widget-about .footer-info i {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  color: var(--white-color);
  transition: all 0.4s ease-in-out;
}
.footer-layout1 .th-widget-about .footer-info i:hover {
  background-color: var(--theme-color);
  color: var(--title-color);
  border-color: var(--theme-color);
}
.footer-layout1 .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding: 25px 0;
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 20px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  color: var(--theme-color);
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.breadcumb-menu li:after {
  content: "\f105";
  position: relative;
  margin-left: 10px;
  font-weight: 400;
  font-size: 15px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
}

.breadcumb-title {
  color: var(--white-color);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.02em;
  margin: -0.22em 0 -0.14em 0;
  line-height: 1.1;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .breadcumb-title {
    font-size: 47px;
    line-height: 1.31;
  }
}

.breadcumb-wrapper {
  position: relative;
  background-color: var(--title-color);
  padding: 180px 0 70px 0;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

.breadcumb-content {
  position: relative;
  z-index: 2;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 40px;
  }
  .breadcumb-menu {
    margin: 20px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 30px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
/* Blockquote ---------------------*/
blockquote,
.wp-block-quote {
  font-size: 18px;
  line-height: 1.33;
  padding: 27px 40px 45px 60px;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 34px 0 40px 0;
  color: var(--title-color);
  font-style: normal;
  border: 1px solid var(--smoke-color) !important;
  border-radius: 0px;
}
blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 9px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
blockquote p a,
.wp-block-quote p a {
  color: inherit;
}
blockquote:before,
.wp-block-quote:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 33px;
  background-color: #fff;
}
blockquote:after,
.wp-block-quote:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  width: 25px;
  background-color: var(--theme-color);
  clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
}
blockquote cite,
.wp-block-quote cite {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-family: var(--body-font);
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
  left: 100px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 7px 45px 7px 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='194' height='35' viewBox='0 0 194 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H194L169.234 35H0V0Z' fill='%23F96363'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='194' height='35' viewBox='0 0 194 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H194L169.234 35H0V0Z' fill='%23F96363'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  border-radius: 0px;
  overflow: hidden;
  /* Extra small devices */
}
@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    left: 30px;
  }
}
blockquote cite br,
.wp-block-quote cite br {
  display: none;
}
blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
  padding: 40px;
  margin-bottom: 30px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}
blockquote:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}
blockquote p:has(cite),
.wp-block-quote p:has(cite) {
  padding-bottom: 10px;
}
blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}

.page--content blockquote:before,
.page--content .wp-block-quote:before {
  background-color: #fff;
}

.wp-block-pullquote {
  color: var(--body-color);
  padding: 0;
}

blockquote.has-very-dark-gray-color {
  color: var(--body-color) !important;
  background-color: var(--white-color);
}

.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 100px 15px 30px 15px;
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    font-size: 16px;
    padding: 40px 20px 30px 30px;
  }
  blockquote:before,
  .wp-block-quote:before {
    width: 100px;
    font-size: 52px;
  }
  blockquote cite,
  .wp-block-quote cite {
    margin-top: 23px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
}
.blog-meta {
  display: block;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #D4D4D4;
  font-family: var(--body-font);
  position: relative;
  margin-right: 32px;
}
.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;
}
.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.blog-meta a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 6px;
    padding-right: 15px;
  }
}
.blog-audio img,
.blog-img img,
.blog-video img {
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.th-blog {
  margin-bottom: 30px;
}

.blog-image {
  border-radius: 24px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .blog-image {
    display: none;
  }
}
.blog-image img {
  border-radius: 24px;
}

.blog-inner-title {
  color: var(--title-color);
  margin-top: -0.25em;
  margin-bottom: 25px;
}
.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 10px;
}

.page-single .subtitle {
  background: #FFF2F2;
  border-radius: 24px;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--title-color);
  display: inline-block;
  margin-bottom: 20px;
}

.blog-wrapp {
  display: flex;
  justify-content: space-between;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-wrapp {
    flex-direction: column;
    gap: 30px;
  }
}
.blog-wrapp .blog-desc {
  max-width: 946px;
}
.blog-wrapp .blog-meta a {
  color: var(--body-color);
}
.blog-wrapp .blog-meta a i {
  color: var(--title-color);
  font-size: 14px;
}

.right-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 250px;
  /* Small devices */
}
@media (max-width: 767px) {
  .right-text {
    align-items: flex-start;
    gap: 30px;
  }
}

.box-profile {
  display: flex;
  align-items: center;
  gap: 17px;
}
.box-profile .box-author {
  max-width: 51px;
}
.box-profile .box-title {
  margin-bottom: 0;
}
.box-profile .box-desig {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #06050B;
}

.th-radius {
  border-radius: 24px;
}

.blog-meta span,
.blog-meta a {
  margin-right: 16px;
  font-weight: 500;
  font-size: 18px;
  color: var(--title-color);
  padding: 7px 24px;
  border: 1px solid #D4D4D4;
  border-radius: 48px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    font-size: 16px;
    padding: 7px 14px;
    margin: 0 7px 7px 0;
  }
}
@media (max-width: 375px) {
  .blog-meta span,
  .blog-meta a {
    padding: 7px 10px;
    margin-right: 5px;
  }
}
.blog-meta span i,
.blog-meta a i {
  color: var(--theme-color);
  margin-right: 8px;
}

.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  overflow: hidden;
}
.blog-single.single-grid {
  border: 1px solid #D4D4D4;
  border-radius: 16px;
}
.blog-single.single-grid .blog-img {
  position: relative;
  margin: 8px 8px 0 8px;
  border-radius: 16px;
  overflow: hidden;
}
.blog-single.single-grid .blog-img img {
  border-radius: 16px;
}
.blog-single.single-grid .blog-content {
  padding: 32px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .blog-single.single-grid .blog-content {
    padding: 25px;
  }
}
.blog-single.single-grid .blog-meta {
  margin-bottom: 16px;
}
.blog-single.single-grid .blog-meta span,
.blog-single.single-grid .blog-meta a {
  margin-right: 16px;
  font-weight: 500;
  font-size: 18px;
  color: var(--title-color);
  padding: 7px 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #D4D4D4;
  border-radius: 48px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .blog-single.single-grid .blog-meta span,
  .blog-single.single-grid .blog-meta a {
    font-size: 14px;
    padding: 5px 16px;
    margin-right: 7px;
  }
}
.blog-single.single-grid .blog-meta span i,
.blog-single.single-grid .blog-meta a i {
  color: var(--theme-color);
  margin-right: 8px;
}
.blog-single.single-grid .box-title {
  margin-bottom: 35px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .blog-single.single-grid .box-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .blog-single.single-grid .box-title {
    max-width: 425px;
  }
}
@media (max-width: 991px) {
  .blog-single.single-grid .box-title {
    max-width: 100%;
  }
}
.blog-single .blog-title {
  margin-bottom: 5px;
}
.blog-single .blog-text {
  margin-bottom: 35px;
}
.blog-single .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  display: inline-block;
  font-size: 16px;
  color: #6E6E6E;
  text-align: center;
}
.blog-single .social-links a:hover {
  color: var(--theme-color);
}
.blog-single .blog-meta {
  margin: 0em 0 25px 0;
}
.blog-single .blog-content {
  position: relative;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
}
.blog-single .blog-img {
  border-radius: 16px;
  margin-bottom: 24px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-single .blog-img {
    margin-bottom: 35px;
  }
}
.blog-single .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
  box-shadow: none;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .line-btn {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-list-single {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .blog-list-single {
    flex-direction: column;
  }
}
.blog-list-single .blog-img {
  min-width: 496px;
  max-width: 496px;
  border-radius: 24px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .blog-list-single .blog-img {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-list-single .blog-img {
    margin-bottom: 0;
  }
}
.blog-list-single .blog-img img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list-single .blog-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.blog-list-single .blog-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-list-single .blog-author img {
  max-width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list-single .blog-author .title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--title-color);
  margin-bottom: 0;
}
.blog-list-single .tag {
  padding: 4px 18px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #4E4E4E;
  border: 1px solid #E4E4E6;
  border-radius: 48px;
}
.blog-list-single .blog-text {
  margin-bottom: 35px;
}

.blog-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #484848;
}

.share-links-title {
  font-size: 20px;
  color: var(--title-color);
  font-family: var(--body-font);
  font-weight: 500;
  margin: 0 15px 0 0;
  display: inline-block;
}

.share-links {
  border-top: 1px solid var(--smoke-color);
  border-bottom: 1px solid var(--smoke-color);
  margin: 40px 0 20px 0;
  padding: 40px 0;
}
.share-links > .row {
  align-items: center;
  --bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .share-links {
    --blog-space-x: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}
.blog-text {
  line-height: 26px;
  margin-bottom: 25px;
}

.blog-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .blog-navigation {
    flex-direction: column;
  }
}
.blog-navigation .nav-text {
  font-size: 12px;
  font-family: var(--body-font);
  color: var(--title-color);
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-navigation .nav-text {
    font-size: 16px;
  }
}
.blog-navigation .nav-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #F4F7FF;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.4s ease-in-out;
}
.blog-navigation .nav-btn:hover {
  background-color: var(--theme-color);
}
.blog-navigation .nav-btn:hover .nav-text {
  color: var(--white-color);
}
.blog-navigation .nav-btn .blog img {
  min-width: 120px;
  border-radius: 8px;
}
.blog-navigation .nav-btn img {
  border-radius: 8px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-navigation .nav-btn img {
    display: none;
  }
}
.blog-navigation .nav-btn:hover .nav-img:after {
  transform: scale(1);
}
.blog-navigation .nav-btn:hover .nav-img i {
  transform: scale(1);
}
.blog-navigation .nav-btn .nav-img {
  min-width: 120px;
  height: 120px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  /* Small devices */
}
.blog-navigation .nav-btn .nav-img img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-navigation .nav-btn .nav-img {
    display: none;
  }
}
.blog-navigation .nav-btn .nav-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transform: scale(0);
  transition: 0.4s ease-in-out;
}
.blog-navigation .nav-btn .nav-img i {
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 81px;
  font-size: 24px;
  color: var(--theme-color);
  transform: scale(0);
  z-index: 2;
  transition: 0.4s ease-in-out;
}
.blog-navigation .nav-btn .nav-img img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}
.blog-navigation .box-title {
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 0;
}
.blog-navigation .blog-next {
  text-align: right;
}
.blog-navigation .blog-btn {
  font-size: 38px;
  color: var(--theme-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-navigation .blog-btn {
    font-size: 25px;
  }
}
.blog-navigation .blog-btn:hover {
  color: var(--theme-color);
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.th-hero-wrapper .swiper-pagination-bullet {
  border-color: var(--white-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .th-hero-wrapper .slider-arrow {
    --pos-x: 40px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .th-hero-wrapper .slider-arrow {
    left: auto;
    top: calc(50% - 35px);
    right: var(--pos-x, -120px);
    margin: 0;
  }
  .th-hero-wrapper .slider-arrow.slider-next {
    top: calc(50% + 35px);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .th-hero-wrapper .slider-arrow {
    left: auto;
    top: calc(50% - 30px);
    right: var(--pos-x, -120px);
    margin: 0;
  }
  .th-hero-wrapper .slider-arrow.slider-next {
    top: calc(50% + 30px);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .th-hero-wrapper .slider-arrow {
    display: none;
  }
}
.th-hero-bg {
  position: absolute;
  inset: 0;
}
.th-hero-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.call-info {
  display: flex;
  align-items: center;
  gap: 12px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .call-info {
    display: block;
    text-align: left;
    gap: 5px;
  }
}
.call-info.style3 {
  background-color: var(--title-color);
  border-radius: 16px;
  padding: 22px 40px;
  justify-content: space-between;
  margin-top: 60px;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .call-info.style3 {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .call-info.style3 {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .call-info.style3 {
    text-align: center;
  }
}
.call-info.style3 .call-icon {
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 68px;
  /* Small devices */
}
@media (max-width: 767px) {
  .call-info.style3 .call-icon {
    display: block;
    margin: auto;
  }
}
.call-info.style3 .call-icon i:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.call-info.style3 .call-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
}
.call-info.style3 .call-link {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--white-color);
}
.call-info .call-icon {
  /* Extra small devices */
}
@media (max-width: 375px) {
  .call-info .call-icon {
    margin-bottom: 5px;
  }
}
.call-info .call-icon i {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 48px;
  transition: all 0.4s ease-in-out;
}
.call-info .call-icon i:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
  color: var(--white-color);
}
.call-info .call-label {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--body-color);
  display: block;
  margin-bottom: 0px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .call-info .call-label {
    font-size: 16px;
  }
}
.call-info .call-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: var(--title-color);
  margin-bottom: 0;
  letter-spacing: 0.02em;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}
.call-info .call-link:hover {
  color: var(--theme-color);
}
@media (max-width: 375px) {
  .call-info .call-link {
    font-size: 18px;
  }
}
.call-info .call-link a {
  color: inherit;
}
.call-info.style2 .call-icon {
  width: 56px;
  border: 5px solid rgba(249, 99, 99, 0.2);
  border-radius: 50%;
}
.call-info.style2 .call-icon i {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.call-info.style2 .call-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
}

.btn-group:has(.call-btn) {
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .btn-group:has(.call-btn) {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .btn-group:has(.call-btn) {
    gap: 20px;
  }
}

/* Hero 1 ---------------------------------- */
.hero-image {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-image {
    text-align: center;
  }
}

/* hero 1 ------------------------ */
.hero-1 {
  background-size: auto;
  background-position: left center;
}
.hero-1.style1 .hero-image {
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-1.style1 .hero-image {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .hero-1.style1 .hero-image {
    width: 310px;
    height: 310px;
  }
}
.hero-1.style1 .hero-image:before {
  content: "";
  position: absolute;
  inset: -50px;
  border: 2px solid rgba(226, 255, 81, 0.5);
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-1.style1 .hero-image:before {
    inset: -30px;
  }
}
.hero-1.style1 .hero-image .dots {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  display: block;
  animation: spin 15s linear infinite;
}
.hero-1.style1 .hero-image .dots:before {
  content: "";
  position: absolute;
  top: 0%;
  left: -60px;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-1.style1 .hero-image .dots:before {
    left: -40px;
  }
}
.hero-1.style1 .hero-image .dots:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 20px;
  height: 20px;
  background-color: rgba(226, 255, 81, 0.5);
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-1.style1 .hero-image .dots:after {
    right: -40px;
  }
}
.hero-1 .scroll-down {
  position: absolute;
  right: 120px;
  bottom: 100px;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .hero-1 .scroll-down {
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .scroll-down {
    display: none;
  }
}
.hero-1 .scroll-down .hero-scroll-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  color: var(--white-color);
}
.hero-1 .scroll-down .title {
  font-weight: 500;
  font-size: 16px;
  transform: rotate(-90deg);
}
.hero-1 .scroll-down .icon-btn {
  width: 56px;
  height: 56px;
  background: var(--theme-color);
  border-radius: 48px;
  border: none;
  color: var(--title-color);
}
.hero-1 .hero-image {
  position: relative;
  width: 380px;
  height: 380px;
  display: block;
  margin: auto;
  border: 2px solid var(--theme-color);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
  z-index: 2;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image {
    width: 310px;
    height: 310px;
  }
}
.hero-1 .hero-image:before {
  content: "";
  position: absolute;
  inset: -50px;
  border: 2px solid rgba(226, 255, 81, 0.5);
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-1 .hero-image:before {
    inset: -30px;
  }
}
.hero-1 .hero-image .dots {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  display: block;
  animation: spin 15s linear infinite;
}
.hero-1 .hero-image .dots:before {
  content: "";
  position: absolute;
  top: 0%;
  left: -60px;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-1 .hero-image .dots:before {
    left: -40px;
  }
}
.hero-1 .hero-image .dots:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-1 .hero-image .dots:after {
    right: -40px;
  }
}

.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero-style1 {
  position: relative;
  padding: 240px 0 150px 0px;
  z-index: 4;
  margin-bottom: 20px;
  /* Large devices */
  /* Medium devices */
}
.hero-style1.style2 .hero-title {
  font-size: 60px;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-style1.style2 .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .hero-style1.style2 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-style1.style2 .hero-title {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .hero-style1.style2 .hero-title {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .hero-style1 {
    padding: 240px 0 50px 0px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hero-style1 {
    padding: 200px 0 50px 0;
  }
}
.hero-style1 .sub-title .title {
  animation: skew-x-shake 1s infinite;
}
.hero-style1 .hero-title {
  color: var(--white-color);
  margin-bottom: 10px;
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1700px) {
  .hero-style1 .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  .hero-style1 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-style1 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .hero-style1 .hero-title {
    font-size: 30px;
  }
}
.hero-style1 .header-caption {
  color: var(--theme-color);
  font-size: 64px;
  line-height: 74px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-style1 .header-caption {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 375px) {
  .hero-style1 .header-caption {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-style1 .hero-text {
  color: #9F9F9F;
  font-size: 18px;
  max-width: 646px;
  margin-top: 15px;
  margin-bottom: 54px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-style1 .hero-text {
    display: block;
    margin: auto auto 54px auto;
  }
}
@media (max-width: 375px) {
  .hero-style1 .hero-text {
    font-size: 16px;
  }
}
.hero-style1 .btn-group {
  margin-bottom: 35px;
}
.hero-style1 .th-social a:hover {
  color: var(--title-color);
}

/* hero 1 end ------------------------------*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.skew-shake-x {
  animation: skew-x-shake 1s infinite;
}

@keyframes skew-x-shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*------------------- 4.00. Contact  -------------------*/
.contact-area {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.contact-media {
  background-color: #141414;
  padding: 40px 20px;
  text-align: center;
  border-radius: 20px;
}
.contact-media .icon-btn {
  background-color: rgba(255, 73, 74, 0.2);
  color: var(--theme-color);
  border: none;
  margin-bottom: 25px;
}
.contact-media .box-title {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.contact-media .box-text {
  color: #9F9F9F;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
}

.contact-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
}

/*------------------- 4.00. About  -------------------*/
.global-img {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.global-img:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.global-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.3s all ease;
}
.global-img:hover img {
  transform: scale(1.1);
}
.global-img:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* About area -------------------*/
.about-item {
  padding: 40px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}
.about-item_wrapp {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-item_wrapp {
    grid-template-columns: auto;
  }
}
.about-item .box-icon {
  min-width: 55px;
  min-height: 55px;
  color: var(--theme-color);
  font-size: 40px;
  margin-bottom: 25px;
}
.about-item .box-title {
  color: var(--white-color);
}
.about-item .box-text {
  margin-bottom: 0;
}

.th-experience {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px 30px 40px 30px;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
}
.th-experience:after {
  content: " ";
  position: absolute;
  right: -250px;
  bottom: -367px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  background-color: var(--theme-color);
  filter: blur(227px);
  z-index: -1;
}
.th-experience_content {
  display: flex;
  align-items: center;
  gap: 44px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .th-experience_content {
    gap: 25px;
  }
}
@media (max-width: 375px) {
  .th-experience_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.th-experience .experience-year {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 167px;
  font-weight: 700;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .th-experience .experience-year {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .th-experience .experience-year {
    font-size: 70px;
    line-height: 70px;
  }
}
.th-experience .experience-text {
  color: var(--white-color);
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .th-experience .experience-text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 375px) {
  .th-experience .experience-text {
    font-size: 25px;
    line-height: 36px;
  }
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
.box-desig {
  font-size: 14px;
  font-weight: 400;
}

.testi-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 28px;
  z-index: 2;
  height: 100%;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .testi-card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .testi-card {
    padding: 30px 20px;
  }
}
.testi-card .rating {
  font-size: 16px;
  color: #FF9B37;
  display: block;
  margin-bottom: 10px;
}
.testi-card .rating i {
  margin-right: 4px;
}
.testi-card .box-text {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-card .box-text {
    margin-bottom: 30px;
  }
}
.testi-card .box-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testi-card .box-author {
  max-width: 82px;
  border-radius: 14px;
  overflow: hidden;
}
.testi-card .box-author img {
  border-radius: 14px;
}
.testi-card .box-title {
  color: var(--white-color);
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.testi-card .box-desig {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 0;
}
.testi-card .box-wrapp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .testi-card .box-wrapp {
    flex-direction: column;
    gap: 10px;
  }
}

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-area {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  gap: 35px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .counter-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    gap: 40px 30px;
  }
}
@media (max-width: 480px) {
  .counter-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.counter-area .divided:not(:last-child) {
  height: 150px;
  width: 1px;
  border: 1px solid #484848;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .counter-area .divided:not(:last-child) {
    display: none;
  }
}

.counter-card {
  padding: 34px 7px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
  z-index: 2;
  animation-delay: 1;
}
.counter-card .box-number {
  color: var(--white-color);
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 5px;
  margin-top: 0;
}
.counter-card .box-text {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 0;
  min-width: 145px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .counter-card .box-text {
    font-size: 18px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-card-wrap.style2 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px 0;
  }
  .counter-card-wrap .divider {
    display: none;
  }
  .counter-card .box-number {
    font-size: 36px;
    margin-bottom: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .counter-card-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px 0;
  }
  .counter-card-wrap .divider {
    display: none;
  }
  .counter-card .box-number {
    font-size: 36px;
    margin-bottom: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-card {
    text-align: center;
  }
  .counter-card .box-number {
    font-size: 30px;
  }
  .counter-card-wrap.style2 {
    display: block;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .counter-card-wrap {
    display: block;
    margin: auto;
  }
  .counter-card-wrap .divider {
    display: none;
  }
}
/*------------------- 4.00. Blog  -------------------*/
/* blog card start ------------------------------*/
.blog-area {
  background-color: #F0EFE9;
}

.blog-area2 {
  position: relative;
  z-index: 2;
}
.blog-area2:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--smoke-color2);
  top: 0;
  height: 548px;
  z-index: -1;
}

.blog-area3 {
  background-color: var(--white-color);
  padding: 180px 0 120px 0;
  margin-top: -60px;
}

.blog-card {
  position: relative;
  z-index: 2;
}
.blog-card .box-img {
  border-radius: 24px;
  margin-bottom: 24px;
}
.blog-card .box-img img {
  border-radius: 24px;
}
.blog-card .blog-meta {
  position: relative;
  z-index: 2;
  margin: -0.3rem 0 0px 0;
}
.blog-card .blog-meta a {
  border: none;
  color: var(--body-color);
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
}
.blog-card .blog-meta a:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--body-color);
  position: relative;
  top: -2px;
  margin-left: 20px;
  display: inline-block;
}
.blog-card .blog-meta i {
  color: var(--theme-color);
}
.blog-card .cat {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
  border: 1px solid var(--smoke-color);
  border-radius: 24px;
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 24px;
}
.blog-card .tags {
  color: var(--white-color);
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
}
.blog-card .box-title {
  color: var(--white-color);
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 24px;
}

/* blog box start ------------------------------*/
.blog-box {
  position: relative;
  z-index: 2;
}
.blog-box .box-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 40px;
}
.blog-box .box-img img {
  border-radius: 16px;
  transform: 0.4s ease-in-out;
}
.blog-box .date {
  position: absolute;
  top: 32px;
  left: 0;
  padding: 10px 16px;
  background-color: var(--theme-color);
  border-radius: 0px 80px 80px 0px;
  font-family: var(--title-font);
  font-size: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.blog-box .blog-meta span,
.blog-box .blog-meta a {
  font-weight: 400;
  font-size: 16px;
  color: #A3A3A3;
  position: relative;
  z-index: 2;
}
.blog-box .blog-meta span:not(:last-child):before,
.blog-box .blog-meta a:not(:last-child):before {
  content: "";
  position: absolute;
  top: 5px;
  right: -16px;
  height: 12px;
  width: 1px;
  background-color: #525252;
}
.blog-box .blog-meta span i,
.blog-box .blog-meta a i {
  color: var(--theme-color);
}
.blog-box .blog-meta span:hover,
.blog-box .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-box .box-title {
  color: var(--white-color);
  line-height: 44px;
  margin-bottom: 0px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .blog-box .box-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.blog-box .box-title a {
  color: inherit;
}
.blog-box .box-title:hover {
  color: var(--theme-color);
}
.blog-box .blog-img img {
  width: 100%;
}
.blog-box .blog-meta {
  margin: -0.3rem 0 18px 0;
}
.blog-box .line-btn {
  text-transform: capitalize;
}
.blog-box:hover .blog-img img {
  transform: scale(1.08);
}

/* blog grid start --------------------*/
.blog-grid {
  border: 1px solid #DEDFE3;
  border-radius: 24px;
  padding: 30px 32px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-grid {
    padding: 25px;
  }
}
.blog-grid.style2 {
  display: flex;
  gap: 30px;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .blog-grid.style2 {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .blog-grid.style2 {
    display: block;
  }
}
.blog-grid.style2 .blog-img {
  min-width: 247px;
  height: 100%;
  border-radius: 16px;
  margin-top: 0;
  /* Medium Large devices */
}
.blog-grid.style2 .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .blog-grid.style2 .blog-img {
    width: 100%;
    min-width: 100%;
    height: 340px;
    margin-bottom: 13px;
  }
}
.blog-grid.style2 .box-title {
  letter-spacing: 0.02em;
}
.blog-grid.style2 .box-text {
  margin-bottom: 27px;
}
.blog-grid .blog-img {
  border-radius: 16px;
  margin-top: 32px;
}
.blog-grid .blog-img img {
  width: 100%;
  border-radius: 14px;
}
.blog-grid .blog-meta {
  margin-bottom: 13px;
}
.blog-grid .blog-meta i {
  color: var(--theme-color);
}
.blog-grid .box-title {
  letter-spacing: 0.02em;
  color: #010F1C;
  margin-bottom: 10px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .blog-grid .box-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.blog-grid .box-text {
  font-size: 18px;
  border-bottom: 1px solid #DEDFE3;
  margin-bottom: 32px;
  padding-bottom: 22px;
}
.blog-grid .th-btn {
  font-size: 18px;
  padding: 13px 24px;
}

/* blog-item start ---------------------*/
.blog-item {
  position: relative;
  z-index: 2;
  --space: 24px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-item {
    --space: 20px;
  }
}
.blog-item .box-img {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.blog-item .box-img img {
  border-radius: 24px;
}
.blog-item .box-content {
  position: absolute;
  bottom: var(--space);
  max-width: calc(100% - var(--space) * 2);
  margin-left: var(--space);
  background: rgba(6, 5, 11, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 16px;
  padding: 50px 30px;
  z-index: 3;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .blog-item .box-content {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .blog-item .box-content {
    padding: 30px 20px;
  }
}
.blog-item .blog-meta {
  margin: -0.3rem 0 30px 0;
}
.blog-item .blog-meta a {
  padding: 5px 16px;
  border-radius: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}
.blog-item .box-title {
  font-family: var(--title-font);
  font-size: 32px;
  color: var(--white-color);
  margin-bottom: 0;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-item .box-title {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .blog-item .box-title {
    font-size: 20px;
  }
}
.blog-item .box-title a {
  color: inherit;
}

/* blog-card2 ---------------------*/
/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  color: var(--body-color);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  /* Extra small devices */
}
.checklist li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .checklist li {
    font-size: 18px;
  }
}
.checklist li > i {
  font-size: 18px;
  color: var(--theme-color);
}
.checklist.list-two-column ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px 10px;
}
@media (max-width: 767px) {
  .checklist.list-two-column ul {
    grid-template-columns: auto;
  }
}
.checklist.list-two-column ul li {
  color: var(--white-color);
  font-size: 16px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .checklist.list-two-column ul li {
    font-size: 16px;
  }
}
.checklist.list-two-column ul li span {
  text-transform: capitalize;
  color: var(--body-color);
  font-size: 14px;
}
.checklist.list-two-column ul li:not(:last-child) {
  margin-bottom: 0px;
}
.checklist.list-three-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 12px;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .checklist.list-three-column ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .checklist.list-three-column ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checklist.mb-40 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}
.checklist.mb-45 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.two-column {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 700px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .two-column {
    display: block;
  }
}
.two-column .checklist.style6:not(:last-child) {
  margin-bottom: 30px;
}

.two-column:has(.checklist.style6) {
  gap: 30px;
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.bg-img img {
  width: 100%;
  height: 100%;
}

.th-video {
  position: relative;
  border-radius: 5px;
}
.th-video img {
  border-radius: inherit;
}
.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.th-video .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

.video-btn {
  display: flex;
  align-items: center;
  color: var(--body-color);
  text-transform: uppercase;
  line-height: 1.6;
}
.video-btn .play-btn {
  --icon-size: 50px;
  margin-right: 15px;
}
.video-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding-right: 0.1em;
}
.video-btn .play-btn:before {
  background-color: var(--theme-color);
}
.video-btn .small-text {
  font-size: 10px;
  text-decoration: underline;
  display: block;
}
.video-btn .big-text {
  font-size: 14px;
  font-weight: 500;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}
/* th anim start----------------------- */
.th-anim {
  position: relative;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.th-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: left;
}

.rounded {
  border-radius: 16px !important;
}

.text-body {
  color: rgba(92, 95, 113, 0.9) !important;
}

.mouse-pointer {
  position: fixed;
  top: 50%;
  left: -100px;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 9999;
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
  border-radius: 50%;
  background: var(--theme-color);
  overflow: hidden;
}
.mouse-pointer:before {
  content: "";
  inset: 3px;
  position: absolute;
  background: var(--white-color);
  border-radius: inherit;
  border: 1px solid var(--theme-color);
}
.mouse-pointer .icon {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.225, 1, 0.316, 0.99);
}
.mouse-pointer .icon i {
  margin: 0px 3px;
}

/* custom-mouse-pointer */
.mouse-pointer.large {
  display: none;
}

.mouse-pointer.small {
  width: 25px;
  height: 25px;
}

.mouse-pointer.right {
  width: 50px;
  height: 50px;
}

.mouse-pointer.right.large .icon {
  opacity: 0;
}

.mouse-pointer.right.large {
  background: transparent !important;
}

.mouse-pointer.zoom,
.mouse-pointer.open {
  width: 80px;
  height: 80px;
}

.mouse-pointer .icon i {
  margin: 0px 3px;
}

.mouse-pointer.right .icon {
  opacity: 1;
  transition-delay: 0.2s;
}

.touch .mouse-pointer {
  display: none;
}

.mouse-pointer.transparent {
  display: none;
  transition: all 500ms ease;
}

/* custom-mouse-pointer-end */
/* CSS */
.anim-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.anim-wrap canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

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

.img-anim img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  /* hidden, WebGL canvas will replace */
}

.img-anim canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.th-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.th-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.th-clip-anim .th-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

/* --------- custom cursor styles start --------- */
.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-color);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 1;
  transition: all 0.43s ease-out 0s;
  mix-blend-mode: difference;
}

.cursor-outer.cursor-hover {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--white-color);
  mix-blend-mode: difference;
  opacity: 1;
}

.cursor-outer.cursor-big {
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  background-color: var(--white-color);
  mix-blend-mode: difference;
}

.cursor-outer.cursor-big.drag-cursor {
  opacity: 1;
  cursor: auto !important;
}

.cursor-outer.cursor-big.view-cursor {
  opacity: 1;
}

.cursor-outer.cursor-hover.drag-cursor {
  opacity: 1;
}

.cursor-outer.cursor-hover.view-cursor {
  opacity: 1;
}

.cursor-outer.drag-cursor {
  opacity: 0;
}

.cursor-outer.view-cursor {
  opacity: 0;
}

.cursor-outer.not-cursor-outer {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-color);
  opacity: 1;
  transition: all 0.26s ease-out 0s;
  mix-blend-mode: difference;
}

.cursor-inner.cursor-big {
  opacity: 0;
}

.cursor-inner.cursor-hover {
  opacity: 0;
}

.cursor-inner span {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  margin-left: -80px;
  margin-top: -80px;
  background-color: var(--theme-color);
  color: var(--title-color);
  line-height: 1;
  opacity: 0;
  transform: scale(0);
  text-transform: uppercase;
  transition: all 0.4s ease-out 0s;
  letter-spacing: 1px;
  mix-blend-mode: difference !important;
  text-align: center;
}

.cursor-inner span i {
  font-size: 24px;
  margin-bottom: -8px;
}

.cursor-inner.view-cursor {
  margin-top: -60px;
}

.cursor-inner.not-cursor-outer {
  opacity: 0;
}

.draggable-cursor {
  cursor: grab !important;
}

.viewable-cursor {
  cursor: pointer !important;
}

.drag-cursor .drag {
  opacity: 1;
  transform: scale(1);
}

.view-cursor .view {
  opacity: 1;
  transform: scale(1);
}

.cursor-none .cursor-inner,
.cursor-none .cursor-outer {
  opacity: 0;
}

/* --------- custom cursor end ---------*/
/*------------------- 4.00. Service -------------------*/
/* service-card start -------------------------------*/
.service-area {
  background-color: #F5F5F5;
  border-radius: 32px;
  margin: 20px;
}
@media (max-width: 1699px) {
  .service-area {
    margin: 0;
    border-radius: 0;
  }
}

.service-area2 {
  border-radius: 32px;
  margin: 0 80px;
  height: 892px;
  /* Extra large devices */
}
@media (max-width: 1699px) {
  .service-area2 {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 1500px) {
  .service-area2 {
    height: 100%;
  }
}

.service-area3 {
  background-color: #EDF5F3;
}

.service-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 40px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .service-card {
    padding: 30px 25px;
  }
}
.service-card .box-icon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 32px;
  z-index: 2;
}
.service-card .box-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scale(0);
  border-radius: inherit;
  background-color: var(--theme-color);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.service-card .box-icon img {
  transition: all 0.4s ease-in-out;
}
.service-card .box-title {
  margin-bottom: 10px;
}
.service-card .box-text {
  margin-bottom: -0.3rem;
}
.service-card:hover .box-icon:before {
  transform: scaleX(1);
}
.service-card:hover .box-icon img {
  transform: rotateY(180deg);
}
.service-card.style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .service-card.style2 {
    text-align: center;
  }
}
.service-card.style2 .box-icon {
  z-index: 2;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-card.style2 .box-icon {
    display: block;
    margin: auto auto 30px auto;
  }
}
.service-card.style2 .box-icon img {
  padding: 13px;
}
.service-card.style2 .box-icon:before {
  display: none;
}

.serviceSlider {
  position: relative;
  margin-right: -23% !important;
  /* Medium Large devices */
}
@media (max-width: 1699px) {
  .serviceSlider {
    margin-right: -25% !important;
  }
}
@media (max-width: 1399px) {
  .serviceSlider {
    margin-right: 0 !important;
  }
}
.serviceSlider .icon-box {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 9;
  flex-direction: column;
  transform: translateY(-50%);
  /* Small devices */
}
@media (max-width: 767px) {
  .serviceSlider .icon-box {
    display: none;
  }
}

.service-box {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  padding: 16px 40px 16px 16px;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-box {
    margin-top: 50px;
    padding: 16px;
  }
}
.service-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../img/shape/ser-shape.png");
          mask-image: url("../img/shape/ser-shape.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(11, 11, 11, 0.07);
  mask-repeat: no-repeat;
  border-radius: inherit;
  z-index: -1;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-box:before {
    -webkit-mask-image: none;
            mask-image: none;
    box-shadow: none;
  }
}
.service-box .box-wrapp {
  display: flex;
  align-items: center;
  gap: 32px;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-box .box-wrapp {
    flex-direction: column;
  }
}
.service-box .box-icon {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
}
.service-box .box-img {
  min-width: 264px;
  border-radius: 16px;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-box .box-img {
    min-width: 100%;
    height: 400px;
  }
}
.service-box .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.service-box .box-title {
  margin-bottom: 10px;
}
.service-box .box-text {
  font-size: 18px;
  margin-bottom: 35px;
}
.service-box .icon-btn {
  position: absolute;
  right: 0;
  bottom: 7px;
  background-color: var(--white-color);
  border-color: var(--white-color);
}
.service-box .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.service-box.style2:before {
  -webkit-mask-image: url("../img/shape/ser-shape2.png");
          mask-image: url("../img/shape/ser-shape2.png");
  /* Medium devices */
}
@media (max-width: 991px) {
  .service-box.style2:before {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.service-box.style2 .sub-title {
  padding: 6px 12px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.service-box.style2 .sub-title:before {
  display: none;
}
.service-box.style2 .box-title {
  font-size: 28px;
  font-weight: 500;
}
.service-box.style2 .icon-btn {
  right: 40px;
}

.service-box2 {
  position: relative;
  z-index: 2;
  background: #F4F7FF;
  border-radius: 16px;
  padding: 44px 40px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .service-box2 {
    padding: 35px 25px;
  }
}
.service-box2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape/service-shape.png");
  background-repeat: no-repeat;
  border-radius: inherit;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.service-box2 .box-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%);
  border-radius: 10px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.service-box2 .box-icon:before {
  content: "";
  position: absolute;
  inset: 10px;
  background-color: var(--white-color);
  border-radius: inherit;
  z-index: -1;
}
.service-box2 .box-title {
  margin-bottom: 10px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .service-box2 .box-title {
    font-size: 20px;
  }
}
.service-box2 .box-text {
  margin-bottom: 35px;
}
.service-box2 .icon-btn {
  position: absolute;
  right: 0;
  bottom: 7px;
  background-color: var(--white-color);
  border-color: var(--white-color);
}
.service-box2 .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.service-box2:hover:before {
  opacity: 1;
  visibility: visible;
}

.serviceSlider9 {
  position: relative;
  margin-right: -52% !important;
  /* Medium Large devices */
}
@media (max-width: 1599px) {
  .serviceSlider9 {
    margin-right: -40% !important;
  }
}
@media (max-width: 1399px) {
  .serviceSlider9 {
    margin-right: 0 !important;
  }
}
.serviceSlider9 .icon-box {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 9;
  flex-direction: column;
  transform: translateY(-50%);
  /* Small devices */
}
@media (max-width: 767px) {
  .serviceSlider9 .icon-box {
    display: none;
  }
}

/* service-box end --------------------------------*/
/* service-list start -------------------*/
.service-list-area {
  position: relative;
  z-index: 2;
  min-height: 953px;
  /* Medium Large devices */
  /* Medium devices */
}
.service-list-area.style2 {
  min-height: 483px;
  margin-top: 50px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1299px) {
  .service-list-area.style2 {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  .service-list-area.style2 {
    min-height: 800px;
  }
}
@media (max-width: 1299px) {
  .service-list-area {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .service-list-area {
    margin-bottom: 70px;
  }
}
.service-list.style2 .service-list-content {
  max-width: 648px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #D4D4D4;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .service-list.style2 .service-list-content {
    max-width: 560px;
  }
}
.service-list.style2 .service-img {
  left: unset;
  right: 0%;
  max-width: 536px;
  height: 438px;
  border-radius: 24px;
  transform: rotate(-5deg);
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .service-list.style2 .service-img {
    position: absolute;
    top: 0%;
  }
}
@media (max-width: 1199px) {
  .service-list.style2 .service-img {
    top: 50%;
  }
}
@media (max-width: 375px) {
  .service-list.style2 .service-img {
    top: 55%;
  }
}
.service-list.style2 .service-img img {
  max-width: 536px;
  height: 438px;
  border-radius: 24px;
  /* Extra small devices */
}
@media (max-width: 480px) {
  .service-list.style2 .service-img img {
    max-width: 370px;
    height: 370px;
  }
}
@media (max-width: 375px) {
  .service-list.style2 .service-img img {
    max-width: 300px;
    height: 300px;
  }
}
.service-list.style2 .number {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #A3A3A3;
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .service-list.style2 .number {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .service-list.style2 .number {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .service-list.style2 .number {
    font-size: 20px;
  }
}
.service-list.style2 .box-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-transform: capitalize;
  color: #A3A3A3;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .service-list.style2 .box-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .service-list.style2 .box-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 375px) {
  .service-list.style2 .box-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.service-list.style2 .box-text {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
}
.service-list.style2.item-active .service-img {
  height: 417px;
}
.service-list.style2.item-active .service-img2 {
  height: 417px;
}
.service-list.style2.item-active .service-list-content .box-title {
  color: var(--title-color);
}
.service-list.style2.item-active .service-list-content .box-text {
  height: 100%;
  opacity: 1;
  transform: translateY(0px);
}
.service-list.style3 .service-list-content {
  max-width: 540px;
}
.service-list.style3 .box-title {
  text-transform: uppercase;
}
.service-list.style3 .service-img {
  border-radius: 16px;
}
.service-list.style3 .service-img img {
  border-radius: 16px;
}
.service-list.style3 .service-img2 {
  border-radius: 16px;
}
.service-list.style3 .service-img2 img {
  border-radius: 16px;
}
.service-list .service-list-content {
  max-width: 450px;
  display: block;
  margin-left: auto;
  margin-bottom: 28px;
  margin-right: 200px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .service-list .service-list-content {
    margin-right: 100px;
  }
}
@media (max-width: 1399px) {
  .service-list .service-list-content {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .service-list .service-list-content {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .service-list .service-list-content {
    margin-left: 0;
    max-width: 100%;
  }
}
.service-list .service-img {
  max-width: 798px;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .service-list .service-img {
    max-width: 600px;
  }
}
.service-list .service-img img {
  width: 798px;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .service-list .service-img {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .service-list .service-img {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .service-list .service-img {
    position: absolute;
    top: 35%;
    max-width: 100%;
    border: 0;
    padding: 0;
  }
}
.service-list .service-img2 {
  max-width: 524px;
  position: absolute;
  bottom: 0;
  right: 13%;
  opacity: 0;
  height: 0;
  visibility: hidden;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .service-list .service-img2 {
    right: 4%;
  }
}
@media (max-width: 1399px) {
  .service-list .service-img2 {
    right: 0%;
  }
}
@media (max-width: 1299px) {
  .service-list .service-img2 {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .service-list .service-img2 {
    display: none;
  }
}
.service-list .box-title {
  font-weight: 700;
  font-size: 40px;
  color: #999999;
  /* Large devices */
  /* Medium devices */
}
.service-list .box-title a {
  color: inherit;
}
@media (max-width: 1199px) {
  .service-list .box-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .service-list .box-title {
    font-size: 24px;
  }
}
.service-list .service-wrapp {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.service-list.item-active .box-title {
  color: var(--title-color);
}
.service-list.item-active .number {
  color: var(--title-color);
}
.service-list.item-active .service-img {
  height: 700px;
  opacity: 1;
  visibility: visible;
}
.service-list.item-active .service-img2 {
  height: 524px;
  opacity: 1;
  visibility: visible;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .service-list.item-active .service-img2 {
    height: 450px;
  }
}
.service-list:hover .box-title {
  color: var(--title-color);
}
.service-list:hover .number {
  color: var(--title-color);
}
.service-list:hover:before {
  height: 100%;
}
.service-list:hover:before, .service-list:hover:after {
  opacity: 1;
  visibility: visible;
}

/* service-grid end --------------------------------*/
/* service-grid start --------------------------------*/
.service-grid {
  position: relative;
  z-index: 2;
  text-align: center;
  background: #18161D;
  border-radius: 24px;
  padding: 24px 24px 48px 24px;
}
.service-grid .box-img {
  border-radius: 16px;
  margin-bottom: 40px;
}
.service-grid .box-img img {
  border-radius: 16px;
}
.service-grid .box-title {
  font-weight: 600;
  font-size: 32px;
  color: var(--white-color);
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1299px) {
  .service-grid .box-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .service-grid .box-title {
    font-size: 24px;
  }
}
.service-grid .box-text {
  color: var(--white-color);
  margin-bottom: 0;
}

.service-grid2 {
  position: relative;
  z-index: 2;
  text-align: center;
  background: var(--white-color);
  border-radius: 24px;
  padding: 70px 38px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .service-grid2 {
    padding: 40px 20px;
  }
}
.service-grid2 .box-icon {
  margin-bottom: 20px;
}
.service-grid2 .box-icon img {
  transition: all 0.4s ease-in-out;
}
.service-grid2 .box-title {
  font-weight: 400;
  font-size: 32px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .service-grid2 .box-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .service-grid2 .box-title {
    font-size: 24px;
  }
}
.service-grid2 .box-text {
  font-size: 18px;
  margin-bottom: 40px;
}
.service-grid2 .th-btn3 {
  background: transparent;
  border: 1px solid var(--smoke-color);
  color: var(--title-color);
  padding: 15px 50px 15px 20px;
  border-radius: 8px;
}
.service-grid2 .th-btn3 .icon {
  width: 40px;
  height: 40px;
  background: #F4F7FF;
  border-radius: 8px;
}
.service-grid2 .th-btn3:hover {
  background: linear-gradient(309.43deg, var(--theme-color) 9.12%, var(--theme-color) 100%);
  color: var(--white-color);
}
.service-grid2 .th-btn3:hover .icon {
  background-color: var(--white-color);
  color: var(--white-color);
}
.service-grid2 .th-btn3:hover .icon i {
  transform: rotate(0);
}
.service-grid2:hover .box-icon img {
  transform: rotateY(180deg);
}

/* service-grid end --------------------------------*/
/* service-block start --------------------------------*/
.service-block {
  position: relative;
  border-radius: 16px;
  transition: 0.4s ease-in-out;
  z-index: 2;
  overflow: hidden;
}
.service-block .box-title {
  margin-bottom: -0.3rem;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .service-block .box-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.service-block .box-img {
  position: relative;
  border-radius: 16px;
  z-index: 2;
}
.service-block .box-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 20, 0) 0%, rgba(18, 18, 20, 0.8) 100%);
  border-radius: inherit;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-block .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s ease-in-out;
}
.service-block .icon-btn {
  --btn-size: 50px;
  line-height: 44px;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  margin-bottom: 35px;
}
.service-block .icon-btn img {
  filter: brightness(0) invert(1);
}
.service-block .icon-btn:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.service-block .button-marquee {
  position: relative;
  overflow: hidden;
  --offset: 15vh;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}
.service-block .button {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 16px;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 10s linear infinite;
  margin-bottom: 80px;
}
.service-block .button .text {
  color: var(--white-color);
  font-weight: 300;
  white-space: nowrap;
}
.service-block .button .img {
  min-width: -moz-max-content;
  min-width: max-content;
}
.service-block .box-title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  color: var(--white-color);
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .service-block .box-title {
    left: 30px;
    bottom: 30px;
    font-size: 24px;
  }
}
.service-block .box-content {
  position: absolute;
  bottom: -48px;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.service-block:hover .box-img img {
  transform: scale(1.1);
  transition: all ease 0.4s;
}
.service-block:hover .box-content {
  bottom: 48px;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/* service-block end --------------------------------*/
/* service details start ---------------------------*/
.page-img {
  border-radius: 24px;
  overflow: hidden;
}
.page-img.style1 {
  border-radius: 20px;
}
.page-img.style1 img {
  border-radius: 20px;
}
.page-img img {
  border-radius: 24px;
}

.service-slide-img {
  border-radius: 8px;
}
.service-slide-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-group-img {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
.service-group-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.service-checklist ul li {
  font-family: var(--title-font);
  padding: 0;
  color: #D4D4D4;
}
.service-checklist ul li:before {
  display: none;
}

.service-process {
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px 20px 30px 30px;
  position: relative;
  z-index: 2;
}
.service-process-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 30px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .service-process-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .service-process-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-process_img {
  margin-bottom: 20px;
}
.service-process_title {
  font-family: var(--title-font);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .service-process_title {
    font-size: 20px;
    line-height: 30px;
  }
}
.service-process_text {
  line-height: 26px;
  margin-bottom: -0.4rem;
}

.service-meta {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-meta {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.service-meta .feature {
  background-color: var(--theme-color);
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  padding: 11px 16px;
}
.service-meta .rating {
  padding: 10px 16px;
  background: #FFF2F2;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #0D0D0C;
}
.service-meta .rating i {
  color: #FFA944;
  margin-right: 8px;
}

.service-accordion-content {
  max-height: 772px;
}

.accordion-item {
  position: relative;
  transition: 0.4s ease-in-out;
  background: transparent;
  overflow: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .accordion-item {
    min-width: 100%;
  }
}
.accordion-item_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-item_wrapp {
  display: flex;
  gap: 24px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .accordion-item_wrapp {
    display: block;
  }
}
.accordion-item_content {
  color: #fff;
  padding: 0 30px 0px 110px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 1s ease;
  opacity: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .accordion-item_content {
    padding: 0 30px 0px 0px;
  }
}
.accordion-item .service-img {
  position: absolute;
  top: 0;
  right: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .accordion-item .service-img {
    display: none;
  }
}
.accordion-item .service-img img {
  border-radius: 24px;
}
.accordion-item .box-title {
  margin-bottom: -0.3rem;
  transition: all 0.4s ease-in-out;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .accordion-item .box-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .accordion-item .box-title {
    font-size: 20px;
  }
}
.accordion-item .icon-btn {
  position: absolute;
  top: 100%;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .accordion-item .icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .accordion-item .icon-btn {
    display: none;
  }
}
.accordion-item .icon-btn:hover i {
  color: var(--title-color);
}
.accordion-item .icon-btn i {
  font-size: 24px;
  /* Small devices */
}
@media (max-width: 767px) {
  .accordion-item .icon-btn i {
    font-size: 20px;
  }
}
.accordion-item .number {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: 1px solid #D4D4D4;
  border-radius: 48px;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--title-color);
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .accordion-item .number {
    margin-right: 10px;
  }
}
.accordion-item .box-title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-transform: capitalize;
  max-width: 332px;
  margin-bottom: 5px;
  /* Small devices */
}
@media (max-width: 767px) {
  .accordion-item .box-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.accordion-item .box-text {
  max-width: 332px;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.accordion-item .accordion-button {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background: transparent;
  padding: 0px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  display: block;
  transition: 0.3s;
  position: relative;
  border-radius: 0 !important;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .accordion-item .accordion-button {
    padding: 21.5px 20px;
  }
}
@media (max-width: 575px) {
  .accordion-item .accordion-button {
    padding: 20px 15px;
  }
}
.accordion-item .accordion-button:after {
  display: none;
}
.accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  padding-bottom: 0;
}
.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.accordion-item .accordion-button:not(.collapsed) .icon-btn {
  opacity: 0;
  visibility: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .accordion-item .accordion-button:not(.collapsed) .icon-btn {
    opacity: 1;
    visibility: visible;
  }
}
.accordion-item .accordion-button.collapsed {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E5E5E5;
}
.accordion-item .accordion-button.collapsed .service-img {
  opacity: 0;
  visibility: hidden;
}
.accordion-item .accordion-button.collapsed .icon-btn {
  top: 40%;
}
.accordion-item .faq-text {
  max-width: 332px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
  display: block;
  margin-left: 61px;
}
.accordion-item .accordion-collapse {
  border: none;
}
.accordion-item .accordion-collapse.collapse .accordion-body {
  border-color: #E5E5E5;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.accordion-item .accordion-body {
  background-color: transparent;
  border: none;
  padding: 0px;
  border-bottom: 1px solid transparent;
}
.accordion-item .faq-img {
  height: 100%;
}
.accordion-item .faq-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-image img {
  border-radius: 24px;
}

.service-area4 {
  background-color: #0C0E13;
}

.service-grid3 {
  position: relative;
  background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%);
  border-radius: 16px;
  padding: 32px;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.service-grid3:before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #0C0E13;
  border-radius: inherit;
  z-index: -1;
}
.service-grid3 .service-shape {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.service-grid3 .box-icon {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%);
  border-radius: 4px;
  margin-bottom: 32px;
  z-index: 2;
}
.service-grid3 .box-icon:before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #0C0E13;
  border-radius: inherit;
  z-index: -1;
}
.service-grid3 .box-icon img {
  transition: all 0.4s ease-in-out;
}
.service-grid3 .box-title {
  color: var(--white-color);
  font-size: 20px;
}
.service-grid3 .box-text {
  color: #A3A3A3;
  margin-bottom: 0;
}
.service-grid3:hover .service-shape {
  opacity: 1;
  visibility: visible;
}
.service-grid3:hover .box-icon img {
  transform: rotateY(180deg);
}

.serviceSlider10 {
  overflow: hidden;
}

.service-card2 {
  position: relative;
  text-align: center;
}
.service-card2 .box-img {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 60px;
}
.service-card2 .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.service-card2 .box-title {
  font-family: var(--title-font);
  font-size: 32px;
  line-height: 44px;
  color: var(--white-color);
}
@media (max-width: 1699px) {
  .service-card2 .box-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.service-card2 .box-text {
  color: #D4D4D4;
  margin-bottom: 32px;
}
.service-card2 .th-btn {
  padding: 19px 30px;
}

/*------------------- 4.00. Gallery -------------------*/
/*------------------- 4.00. Project -------------------*/
/* project card start ----------------------------*/
.project-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 30px 40px 30px;
}
.project-card .box-title {
  color: var(--white-color);
  margin-bottom: 10px;
}
.project-card .box-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 8px;
  margin-bottom: 20px;
}
.project-card .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project-card .box-sub {
  font-size: 16px;
  text-transform: capitalize;
}
.project-card .box-text {
  max-width: 542px;
  margin-bottom: 0px;
}
.project-card .icon-btn {
  --btn-size: 50px;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: absolute;
  bottom: 24px;
  right: 24px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-card .icon-btn {
    --btn-size: 70px;
    position: relative;
    right: unset;
    bottom: 0;
    margin-top: 20px;
  }
}
.project-card .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.project-card .icon-btn:hover img {
  filter: none;
}

/*------------------- 4.00. Skill -------------------*/
.skill-list {
  display: flex;
  gap: 20px;
  align-items: center;
}
.skill-list_wrapp {
  display: flex;
  flex-wrap: wrap;
  grid-column: span 7/span 7;
  gap: 30px;
}
.skill-list .box-title {
  font-size: 20px;
  margin-bottom: 0;
}
.skill-list .box-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.skill-list .box-icon img {
  border-radius: 50%;
}

.skill-wrapp:not(:last-child) {
  margin-right: 20px;
}

.skill-card_wrapp {
  position: relative;
  z-index: 2;
  background-color: var(--smoke-color);
  padding: 30px;
  margin-left: -200px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .skill-card_wrapp {
    margin-left: 0;
  }
}
.skill-card_title {
  font-size: 30px;
  line-height: 40px;
  margin-top: -0.4rem;
  margin-bottom: 10px;
}

.skill-feature {
  text-align: left;
  margin-bottom: 20px;
}
.skill-feature_title,
.skill-feature .progress-value {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: var(--title-font);
  color: var(--white-color);
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .skill-feature_title,
  .skill-feature .progress-value {
    font-size: 18px;
  }
}
.skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: #141414;
  overflow: visible;
  border-radius: 8px;
}
.skill-feature .progress-bar {
  background-color: var(--theme-color);
  height: 8px;
  border-radius: inherit;
  overflow: visible;
  position: relative;
}
.skill-feature .progress-value {
  position: absolute;
  top: -30px;
  right: -8px;
}

.education-area {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.education {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  padding: 80px 20px;
  height: 100%;
}
.education .box-icon {
  color: var(--title-color);
}

.edu-wrapp {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .edu-wrapp {
    padding: 30px;
  }
}

.education-experience-card {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  /* Medium devices */
}
.education-experience-card .edu-sub-title {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}
.education-experience-card .box-title {
  color: var(--white-color);
  margin-bottom: 4px;
}
.education-experience-card .sub-title {
  margin-bottom: 7px;
}
.education-experience-card .edu-para {
  color: #9F9F9F;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 6px;
  margin-bottom: 0;
}

.work-area {
  background-color: var(--theme-color);
}
.work-area .sub-title {
  color: var(--title-color);
}

.work-card:not(:last-child) {
  margin-bottom: 64px;
}
.work-card .box-title {
  font-size: 32px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .work-card .box-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.work-card .tags {
  color: var(--title-color);
}
.work-card .date {
  color: var(--title-color);
  margin-right: 15px;
}
.work-card .company {
  display: block;
  color: var(--title-color);
  margin-bottom: 10px;
}
.work-card .box-text {
  color: var(--title-color);
  max-width: 670px;
}

.work-img img {
  border-radius: 16px;
}

/* */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 50px auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background: var(--body-color);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* ================= TIMELINE ELEMENT ================= */
.timeline-element {
  position: relative;
  width: 50%;
  padding: 10px 40px;
  opacity: 0;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  /* Scroll Driven Animation */
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
}

/* Odd -> Left */
.timeline-element:nth-child(odd) {
  left: 0;
  animation-name: slideInLeft;
}

/* Even -> Right */
.timeline-element:nth-child(even) {
  left: 50%;
  animation-name: slideInRight;
}

/* ================= DOT ================= */
.timeline-element::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--white-color);
  border: 4px solid var(--theme-color);
  top: 15px;
  right: -13px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-element:nth-child(even)::after {
  left: -13px;
}

.timeline-element:last-child::after {
  right: -21px;
}

/* ================= CONTENT ================= */
.timeline-content {
  position: relative;
  background: #141414;
  padding: 20px 30px;
  border-radius: 6px;
  z-index: 2;
}
.timeline-content .tags {
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: var(--theme-color);
  border-radius: 2px;
  color: var(--white-color);
  padding: 5px 10px;
}
.timeline-content .company {
  display: block;
  margin-bottom: 10px;
}
.timeline-content .company:hover {
  color: var(--white-color);
}
.timeline-content .date {
  margin-right: 10px;
}

/* ================= KEYFRAMES ================= */
@keyframes slideInLeft {
  from {
    transform: translateX(-120px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(120px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ================= RESPONSIVE ================= */
@media (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }
  .timeline-element {
    width: 100%;
    left: 0 !important;
    padding-left: 70px;
    animation-name: slideInLeft;
  }
  .timeline-element::after {
    left: 15px;
  }
  .timeline-element::before {
    left: 45px;
    border-right-color: var(--theme-color);
    border-left-color: transparent;
  }
}
/*=================================
    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;
}

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

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

.fs-20 {
  font-size: 20px;
}

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

/*-- 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;
}

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

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

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

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

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

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

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

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

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

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

.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-38 {
  margin-bottom: 38px;
}

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

.me-80 {
  margin-right: 80px;
}
@media (max-width: 1699px) {
  .me-80 {
    margin-right: 0;
  }
}

.ms-80 {
  margin-left: 80px;
}
@media (max-width: 1699px) {
  .ms-80 {
    margin-left: 0;
  }
}

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

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

.fs-18 {
  font-size: 18px;
  line-height: 1.555;
}

.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) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* 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-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;
  }
}
.th-redius {
  border-radius: 32px;
}
/*# sourceMappingURL=style.css.map */
