@charset "UTF-8";
@use "sass:math";
:root {
  --theme-color: #1c2d37;
  --theme-color2: #00a0d2;
  --title-color: #0d0d0c;
  --title-dark: #364440;
  --body-color: #6e7070;
  --smoke-color: #c0cdd1;
  --smoke-color2: #666666;
  --smoke-color3: #c2d6c2;
  --black-color: #000000;
  --black-color2: #1b1b1b;
  --black-color3: #1a1a1a;
  --gray-color: #f8f2ec;
  --white-color: #ffffff;
  --light-color: #a4b5ba;
  --yellow-color: #e2b93b;
  --success-color: #27ae60;
  --error-color: #eb5757;
  --th-border-color: #cdcdcd;
  --th-border-color2: #e6e6e6;
  --title-font: "Outfit", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1296px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --th-body-background: #ffffff;
}
/*------------------- 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;
  background: var(--th-body-background);
  -webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 0px;
}
body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.3) 25%,
    transparent 20%,
    transparent 50%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.3) 75%,
    transparent 75%,
    transparent
  );
  border-radius: 0px;
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
table {
  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;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  -webkit-transition: all ease 0.4s;
  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: #212529;
  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: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 80px;
  line-height: 1.18;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .h1,
  h1 {
    font-size: 70px;
  }
}
.h2,
h2 {
  font-size: 48px;
  line-height: 1.333;
}
.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}
.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}
.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}
.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 60px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .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) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
.cursor-follower {
  position: fixed;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  z-index: 999999;
  -webkit-transition: 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,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 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,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  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;
  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,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  opacity: 0.7;
  mix-blend-mode: multiply;
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}
.page-links,
.clearfix {
  clear: both;
}
.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@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 (min-width: 1300px) {
  .th-container {
    --main-container: 1408px;
  }
  .th-container2 {
    --main-container: 1760px;
  }
}
@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;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*="col"] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  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);
}
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
.gy-10 {
  --bs-gutter-y: 10px;
}
.gy-30 {
  --bs-gutter-y: 30px;
}
.gy-35 {
  --bs-gutter-y: 35px;
}
.gy-40 {
  --bs-gutter-y: 40px;
}
.gy-50 {
  --bs-gutter-y: 50px;
}
.gy-60 {
  --bs-gutter-y: 60px;
}
.gy-80 {
  --bs-gutter-y: 80px;
}
.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}
.gx-0 {
  --bs-gutter-x: 0;
}
.gx-35 {
  --bs-gutter-x: 35px;
}
.gx-10 {
  --bs-gutter-x: 10px;
}
@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--gray-color);
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--th-border-color);
  background-color: var(--gray-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
input[type="date"] {
  padding: 0 25px 0 25px;
  position: relative;
}
input[type="date"]:after {
  content: "\f073";
  position: relative;
  font-family: var(--icon-font);
  top: 0px;
  font-weight: 300;
  color: var(--theme-color);
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.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: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}
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: 16px;
  font-size: 16px;
  color: var(--body-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: transparent;
}
.form-group.has-label > i {
  top: 50px;
}
.form-group.style-border select,
.form-group.style-border textarea,
.form-group.style-border input {
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.form-group.style-border select::-webkit-input-placeholder,
.form-group.style-border textarea::-webkit-input-placeholder,
.form-group.style-border input::-webkit-input-placeholder {
  color: var(--theme-color);
}
.form-group.style-border select::-moz-placeholder,
.form-group.style-border textarea::-moz-placeholder,
.form-group.style-border input::-moz-placeholder {
  color: var(--theme-color);
}
.form-group.style-border select:-ms-input-placeholder,
.form-group.style-border textarea:-ms-input-placeholder,
.form-group.style-border input:-ms-input-placeholder {
  color: var(--theme-color);
}
.form-group.style-border select::-ms-input-placeholder,
.form-group.style-border textarea::-ms-input-placeholder,
.form-group.style-border input::-ms-input-placeholder {
  color: var(--theme-color);
}
.form-group.style-border select::placeholder,
.form-group.style-border textarea::placeholder,
.form-group.style-border input::placeholder {
  color: var(--theme-color);
}
.form-group.style-border option {
  color: var(--title-dark);
}
.form-group.style-border i {
  color: var(--theme-color);
}
.form-group.style-border2 select,
.form-group.style-border2 textarea,
.form-group.style-border2 input {
  background: transparent;
  border: 1px solid var(--th-border-color);
  color: var(--body-color);
}
.form-group.style-border2 select::-webkit-input-placeholder,
.form-group.style-border2 textarea::-webkit-input-placeholder,
.form-group.style-border2 input::-webkit-input-placeholder {
  color: var(--body-color);
}
.form-group.style-border2 select::-moz-placeholder,
.form-group.style-border2 textarea::-moz-placeholder,
.form-group.style-border2 input::-moz-placeholder {
  color: var(--body-color);
}
.form-group.style-border2 select:-ms-input-placeholder,
.form-group.style-border2 textarea:-ms-input-placeholder,
.form-group.style-border2 input:-ms-input-placeholder {
  color: var(--body-color);
}
.form-group.style-border2 select::-ms-input-placeholder,
.form-group.style-border2 textarea::-ms-input-placeholder,
.form-group.style-border2 input::-ms-input-placeholder {
  color: var(--body-color);
}
.form-group.style-border2 select::placeholder,
.form-group.style-border2 textarea::placeholder,
.form-group.style-border2 input::placeholder {
  color: var(--body-color);
}
.form-group.style-border2 option {
  color: var(--title-dark);
}
.form-group.style-border2 i {
  color: var(--body-color);
}
.form-group.style-border3 select,
.form-group.style-border3 textarea,
.form-group.style-border3 input {
  background: transparent;
  border: 1px solid rgba(221, 232, 221, 0.5);
  color: var(--gray-color);
  border-radius: 50px;
}
.form-group.style-border3 select::-webkit-input-placeholder,
.form-group.style-border3 textarea::-webkit-input-placeholder,
.form-group.style-border3 input::-webkit-input-placeholder {
  color: var(--gray-color);
}
.form-group.style-border3 select::-moz-placeholder,
.form-group.style-border3 textarea::-moz-placeholder,
.form-group.style-border3 input::-moz-placeholder {
  color: var(--gray-color);
}
.form-group.style-border3 select:-ms-input-placeholder,
.form-group.style-border3 textarea:-ms-input-placeholder,
.form-group.style-border3 input:-ms-input-placeholder {
  color: var(--gray-color);
}
.form-group.style-border3 select::-ms-input-placeholder,
.form-group.style-border3 textarea::-ms-input-placeholder,
.form-group.style-border3 input::-ms-input-placeholder {
  color: var(--gray-color);
}
.form-group.style-border3 select::placeholder,
.form-group.style-border3 textarea::placeholder,
.form-group.style-border3 input::placeholder {
  color: var(--gray-color);
}
.form-group.style-border3 textarea {
  border-radius: 24px;
}
.form-group.style-border3 option {
  color: var(--title-dark);
}
.form-group.style-border3 i {
  color: var(--gray-color);
}
.form-group.style-white .form-select,
.form-group.style-white .form-control {
  background: var(--white-color);
}
.form-group.style-white > i {
  top: 20px;
  background: transparent;
  color: var(--theme-color);
}
.form-group.style-radius .form-select,
.form-group.style-radius .form-control {
  border-radius: 50px;
  height: 60px;
}
.form-group.style-radius textarea.form-control {
  border-radius: 16px;
}
.form-group.style-radius > i {
  top: 22px;
}
[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}
.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important;
}
.form-rounded-10 .th-btn {
  border-radius: 10px;
}
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: 25px;
  cursor: pointer;
  display: block;
  margin-bottom: 6px;
}
input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 5.5px;
  background-color: transparent;
  border: 1px solid rgba(28, 45, 55, 0.2);
  border-radius: 3px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  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: 25px;
  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;
  -webkit-transition: all 0.2s ease;
  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: 18px;
  margin-top: -0.3em;
  display: block;
  color: var(--theme-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 {
  display: none;
}
.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;
}
/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  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 {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.swiper-fade .swiper-slide-prev {
  opacity: 0;
}
.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 53px 0 0px 0;
  line-height: 3px;
  height: 3px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 64px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 3px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--theme-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}
.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination-bullets.style2 .swiper-pagination-bullet {
  height: 2px;
  background: #8a9aa0;
}
.swiper-pagination-bullets.style2 .swiper-pagination-bullet:hover,
.swiper-pagination-bullets.style2
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.swiper-pagination-bullets.style3 {
  height: 16px;
}
.swiper-pagination-bullets.style3 .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid var(--light-color);
  border-radius: 50%;
}
.swiper-pagination-bullets.style3 .swiper-pagination-bullet:hover,
.swiper-pagination-bullets.style3
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.swiper-pagination-bullets.style4 {
  height: 10px;
}
.swiper-pagination-bullets.style4 .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid var(--light-color);
  border-radius: 50%;
  position: relative;
}
.swiper-pagination-bullets.style4 .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper-pagination-bullets.style4 .swiper-pagination-bullet:hover {
  background-color: var(--white-color);
}
.swiper-pagination-bullets.style4
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white-color);
}
.swiper-pagination-bullets.style4
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  inset: -12px;
}
.slider-pagination.swiper-pagination-progressbar {
  width: -webkit-fill-available;
  position: relative;
  height: 1px;
  background: #d9d9d9;
  top: auto;
  bottom: 0px;
  margin: 70px 0px 0;
}
.slider-pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 1px;
  top: auto;
  bottom: 0;
  background: var(--theme-color);
}
.slider-pagination-progressbar2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--light-color);
  z-index: 1;
}
.slider-pagination-progressbar2 .slider-progressbar-fill {
  width: 100%;
  height: 0;
  background-color: var(--theme-color);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.slider-area {
  position: relative;
}
.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 55px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 55px) / -2);
  z-index: 3;
  border-radius: 99px;
}
.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-color2);
  color: var(--theme-color);
}
.slider-arrow.style2 {
  border: 1px solid var(--white-color);
  --icon-size: 48px;
  line-height: 46px;
}
.slider-arrow.style2:hover {
  background: var(--title-dark);
  color: var(--white-color);
}
.slider-arrow.style2:hover img {
  -webkit-filter: grayscale(9) invert(1);
  filter: grayscale(9) invert(1);
}
.slider-arrow.style3 {
  border: 1px solid var(--white-color);
  background: var(--white-color);
  --icon-size: 48px;
  line-height: 46px;
}
.slider-arrow.style3:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.slider-arrow.style3:hover img {
  -webkit-filter: grayscale(9) invert(1);
  filter: grayscale(9) invert(1);
}
.slider-arrow.style4 {
  border: 1px solid var(--title-dark);
  background: transparent;
  line-height: 52px;
  /* Medium devices */
}
.slider-arrow.style4:hover {
  background: var(--title-dark);
}
.slider-arrow.style4:hover img {
  -webkit-filter: invert(1) contrast(9);
  filter: invert(1) contrast(9);
}
@media (max-width: 991px) {
  .slider-arrow.style4 {
    line-height: 37px;
  }
}
.slider-arrow.style5 {
  border: 1px solid var(--theme-color);
  background: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-arrow.style5:hover {
  background: var(--theme-color);
}
.slider-arrow.style5:hover img {
  -webkit-filter: invert(1) contrast(9);
  filter: invert(1) contrast(9);
}
.slider-arrow.style6 {
  border: 1px solid var(--white-color);
  background: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-arrow.style6 img {
  -webkit-filter: invert(1) contrast(9);
  filter: invert(1) contrast(9);
}
.slider-arrow.style6:hover {
  background: var(--white-color);
}
.slider-arrow.style6:hover img {
  -webkit-filter: none;
  filter: none;
}
.slider-arrow.style7 {
  border: 1px solid var(--white-color);
  background: transparent;
  line-height: 52px;
  /* Medium devices */
}
.slider-arrow.style7 img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-arrow.style7:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.slider-arrow.style7:hover img {
  -webkit-filter: invert(1) contrast(9);
  filter: invert(1) contrast(9);
}
@media (max-width: 991px) {
  .slider-arrow.style7 {
    line-height: 37px;
  }
}
.arrow-margin .slider-arrow {
  top: calc(50% - 30px);
}
.arrow-wrap {
  position: relative;
}
.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -30px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    display: none !important;
  }
}
.icon-box {
  /* Medium devices */
}
.icon-box .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .icon-box .slider-arrow {
    display: inline-block !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    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;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
  perspective: 100px;
}
.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 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;
  -webkit-transform: translate3d(50%, 0, -21px);
  transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
  transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
  transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}
.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
  transform: translate3d(-40%, 0, -23px);
}
/*slider-drag-cursor**************/
.slider-drag-cursor {
  pointer-events: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -2px;
  height: 36px;
  width: 36px;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
  background: rgba(28, 45, 55, 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;
}
/*------------------- 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%;
  -webkit-transition: all ease 0.8s;
  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: #fff;
  border-bottom: 1px solid var(--theme-color2);
}
.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(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--white-color);
  color: #5f6467;
}
.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 340px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  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-dark);
  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 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  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 .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  inset: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-color: transparent;
  color: var(--title-dark);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: none;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.th-mobile-menu
  ul
  .menu-item-has-children.th-active
  > a
  .th-mean-expand:before {
  content: "\f068";
}
.th-mobile-menu ul .menu-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: #3f2120;
  color: var(--white-color);
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}
.th-menu-toggle:hover {
  background-color: var(--white-color);
  color: var(--theme-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);
}
.th-menu-toggle.sidebar-btn {
  width: auto;
}
.th-menu-toggle.sidebar-btn:hover {
  background: transparent;
}
@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}
/* Animation of letters loading from the preloader */
@-webkit-keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  min-width: 125px;
  border-radius: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: var(--theme-color2);
  color: var(--white-color);
}
.th-btn i {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  color: var(--white-color);
}
.th-btn .btn-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.th-btn.th-btn-icon:after {
  content: "";
  position: relative;
  background-image: url(../images/arrow-right.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.th-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -webkit-linear-gradient(
    330deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.3;
}
.th-btn:focus,
.th-btn:hover,
.th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}
.th-btn:focus:before,
.th-btn:hover:before,
.th-btn.active:before {
  -webkit-animation: shine 1.5s ease-out infinite;
  animation: shine 1.5s ease-out infinite;
}
.th-btn.style2 {
}
.th-btn.style2.th-btn-icon:after {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}
.th-btn.style3 {
  background: var(--title-dark);
  color: var(--white-color);
  padding: 21px 32px;
}
.th-btn.style3.th-btn-icon:after {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}
.th-btn.style3 .btn-icon {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}
.th-btn.style4 {
  color: var(--white-color);
}
.th-btn.style4.th-btn-icon:after {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
  color: var(--white-color);
  width: 23px;
  height: 23px;
}
.th-btn.style5 {
  background-color: var(--theme-color2);
  color: var(--title-color);
  padding: 20px 32px;
}
.th-btn.style5:hover {
  color: var(--theme-color);
}
.th-btn.style-border {
  border: 1px solid var(--white-color);
  padding: 16px 24px;
  background: transparent;
}
.th-btn.style-border.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
  filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}
.th-btn.style-border:before {
  background-image: -webkit-linear-gradient(
    330deg,
    rgba(108, 108, 108, 0) 30%,
    rgba(108, 108, 108, 0.5),
    rgba(108, 108, 108, 0) 70%
  );
  background-image: linear-gradient(
    120deg,
    rgba(108, 108, 108, 0) 30%,
    rgba(108, 108, 108, 0.5),
    rgba(108, 108, 108, 0) 70%
  );
}
.th-btn.style-border .btn-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.th-btn.style-border:hover {
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn.style-border:hover.th-btn-icon:after {
  -webkit-filter: none;
  filter: none;
  color: var(--title-color);
}
.th-btn.style-border:hover .btn-icon {
  -webkit-filter: none;
  filter: none;
}
.th-btn.style-border2 {
  border: 1px solid var(--theme-color);
  padding: 16px 30px;
  color: var(--theme-color);
  background: transparent;
}
.th-btn.style-border2.th-btn-icon:after {
  -webkit-filter: brightness(4);
  filter: brightness(4);
  color: var(--theme-color);
  width: 22px;
  height: 22px;
}
.th-btn.style-border2 .btn-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--theme-color);
  -webkit-filter: none;
  filter: none;
}
.th-btn.style-border2:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.th-btn.style-border2:hover.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
  filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
}
.th-btn.style-border2:hover .btn-icon {
  color: var(--white-color);
  -webkit-filter: brightness(0) grayscale(9) invert(2);
  filter: brightness(0) grayscale(9) invert(2);
}
.th-btn.style-border3 {
  border: 1px solid var(--white-color);
  padding: 20px 32px;
  background: transparent;
}
.th-btn.style-border3.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
  filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}
.th-btn.style-border3:before {
  background-image: -webkit-linear-gradient(
    330deg,
    rgba(108, 108, 108, 0) 30%,
    rgba(108, 108, 108, 0.5),
    rgba(108, 108, 108, 0) 70%
  );
  background-image: linear-gradient(
    120deg,
    rgba(108, 108, 108, 0) 30%,
    rgba(108, 108, 108, 0.5),
    rgba(108, 108, 108, 0) 70%
  );
}
.th-btn.style-border3 .btn-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.th-btn.style-border3:hover {
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn.style-border3:hover.th-btn-icon:after {
  -webkit-filter: none;
  filter: none;
  color: var(--title-color);
}
.th-btn.style-border3:hover .btn-icon {
  -webkit-filter: none;
  filter: none;
}
.th-btn.style-white {
  background: var(--white-color);
  color: var(--theme-color);
}
.th-btn.style-white:hover {
  background: var(--theme-color2);
}
.th-btn.btn-fw {
  width: 100%;
}
.th-btn.btn-fw:before,
.th-btn.btn-fw:after {
  display: none;
}
.th-btn.btn-fw:hover {
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn.btn-sm {
  padding: 16px 25px;
  min-width: 152px;
}
.th-btn.circle-btn {
  height: 200px;
  width: 200px;
  border: 1px solid rgba(196, 207, 222, 0.28);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
}
.th-btn.circle-btn .circle-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.th-btn.circle-btn .circle-btn-wrap i {
  color: var(--theme-color);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 24px;
}
.th-btn.circle-btn .circle-btn-wrap span {
  margin-top: 10px;
  line-height: 1.857;
  width: 100%;
}
@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}
@keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 40px);
  height: var(--btn-size, 40px);
  line-height: var(--btn-size, 40px);
  font-size: var(--btn-font-size, 18px);
  background-color: transparent;
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}
.icon-btn.style2:hover {
  background-color: var(--theme-color2);
}
.link-btn {
  font-weight: 700;
  font-size: 14px;
  font-family: var(--title-font);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--title-color);
}
.link-btn .icon {
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 8px;
}
.link-btn i {
  position: relative;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover,
.link-btn.active {
  color: var(--theme-color);
}
.link-btn:hover::before,
.link-btn.active::before {
  width: 100%;
}
.link-btn.style2 {
  color: var(--theme-color);
}
.link-btn.style2::before {
  width: 100%;
}
.link-btn.style2:hover:before {
  width: 50%;
}
.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;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  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: #010101;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color2);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: #fafafa;
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color2);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 16px);
  margin-top: -0.3em;
  font-weight: 600;
}
.sec-title.style2 {
  margin-top: -0.32em;
}
.sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--theme-color);
  margin-bottom: 28px;
  line-height: 1;
  padding: 8px 0px;
  position: relative;
}
.sub-title:after,
.sub-title:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 32px;
  background: var(--theme-color);
}
.sub-title:before {
  top: 0;
  left: 0;
}
.sub-title:after {
  bottom: 0;
  left: 0;
}
.sub-title.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}
.sub-title i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sub-title i {
    font-size: 24px;
  }
}
.sub-title.text-white:after,
.sub-title.text-white:before {
  background: var(--white-color);
}
.sub-title2 {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -0.4em;
}
.sub-title2:before {
  content: "";
  height: 1px;
  width: 48px;
  background-color: var(--theme-color);
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sub-title2.text-white:before {
  background-color: var(--white-color);
}
.sub-title3 {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -0.4em;
}
.sub-title3:after,
.sub-title3:before {
  content: "";
  height: 1px;
  width: 48px;
  background-color: var(--theme-color);
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sub-title3.text-white:before {
  background-color: var(--white-color);
}
.sub-title3.text-theme2:after,
.sub-title3.text-theme2:before {
  background: var(--theme-color2);
}
.sub-title3.after-none:after {
  display: none;
}
.sub-title3.before-none:before {
  display: none;
}
.sub-title4 {
  background: var(--theme-color2);
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color);
  text-transform: uppercase;
  padding: 4px 15px;
  border-radius: 6px;
  font-family: var(--title-font);
  margin-bottom: 30px;
  display: inline-block;
}
.sec-text {
  font-size: 18px;
  line-height: 1.777;
  /* Extra small devices */
  color: #212529;
}
.sec-text.text-white {
  opacity: 0.8;
}
@media (max-width: 575px) {
  .sec-text {
    font-size: 16px;
  }
}
.box-title {
  font-size: 24px;
  line-height: 1.417;
  margin-top: -0.32em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}
.box-subtitle {
  margin-bottom: 8px;
}
.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}
.box-title2 a {
  color: inherit;
}
.box-title2 a:hover {
  color: var(--theme-color);
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 9px;
}
.title-area.text-center .sub-title:before,
.title-area.text-center .sub-title:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}
.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
.mb-32 {
  margin-bottom: 32px;
}
hr.title-line {
  margin-top: 0;
  background-color: var(--smoke-color2);
  opacity: 1;
  margin-bottom: var(--section-title-space) !important;
}
.sec-btn {
  text-align: center;
}
.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}
.shadow-title {
  font-family: var(--title-font);
  font-size: 100px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  background: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  margin: -0.67em 0 -0.48em 0;
  display: block;
  /* Medium Large devices */
}
.shadow-title.style2 {
  -webkit-text-stroke: 1px rgba(28, 45, 55, 0.15);
}
@media (max-width: 1299px) {
  .shadow-title {
    font-size: 85px;
  }
}
.title-area2 {
  padding: 50px 100px;
}
.title-area2 .subtitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: -0.4em;
  margin-bottom: 5px;
  display: block;
}
.title-area2 .title {
  color: var(--white-color);
  max-width: 430px;
  margin-bottom: -0.26em;
}
@media (max-width: 1700px) {
  .title-area2 {
    padding: 50px 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .shadow-title {
    font-size: 64px;
  }
  .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;
  }
  .title-area2 .title {
    max-width: 300px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 60px;
  }
  .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;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .title-area2 {
    text-align: center;
  }
  .title-area2 .title {
    max-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .shadow-title {
    font-size: 52px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 40px;
  }
  .title-area2 {
    padding: 40px 20px;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: var(--z-index, 1);
  position: relative;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}
.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}
.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}
.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}
.z-index-common {
  position: relative;
  z-index: 3;
}
.z-index-auto {
  position: relative;
  --z-index: auto;
  z-index: auto;
}
.z-index-3 {
  z-index: 3;
}
.z-index-1 {
  z-index: 1;
}
.z-index-n1 {
  z-index: -1;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Bannerhome {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.Bannerhome .media_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: 16s linear 0s infinite normal none running zoom-out;
  transition: all 0s ease-in-out 0s;
  object-position: bottom;
}
.Bannerhome .banner_wrapp {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
}
.Bannerhome:after {
  content: "";
  background: linear-gradient(
    273deg,
    rgb(0 0 0 / 30%),
    rgb(0 0 0 / 10%) 40%,
    #0000
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.Bannerhome .banner_wrapp .plan_detials {
  background: rgb(0 160 210 / 80%);
  outline-offset: 3px;
  border-radius: 20px;
  padding: 20px;
  width: 440px;
  color: #fff;
}
.Bannerhome .banner_wrapp .plan_detials .heading_title {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.Bannerhome .banner_wrapp .plan_detials .heading_title h1 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.Bannerhome .banner_wrapp .plan_detials .heading_title p {
  font-size: 14px;
  margin: 5px 0 10px;
  color: #fff;
  line-height: 16px;
}
.Bannerhome .banner_wrapp .plan_detials ul {
  padding-left: 0;
}
.Bannerhome .banner_wrapp .plan_detials ul li {
  font-size: 14px;
  display: block;
}
.Bannerhome .banner_wrapp .plan_detials ul li span {
  font-weight: 600;
}
.Bannerhome .banner_wrapp .plan_detials ul li span + span {
  font-weight: 400;
  margin-left: 5px;
}
.Bannerhome .banner_wrapp .plan_detials .plan_pr_list {
  margin: 10px 0;
}
.appointment-thumb {
  overflow: hidden;
  border-radius: 32px;
}
.Bannerhome .banner_wrapp .plan_detials .plan_pr_list .bx {
  background: rgb(0 160 210 / 60%);
  border-radius: 10px;
  padding: 6px 15px;
  border: 0.5px solid #fff;
  font-size: 16px;
  font-weight: 600;
}
.Bannerhome .banner_wrapp .plan_detials .plan_pr_list .bx + .bx {
  margin-top: 10px;
}
.Bannerhome .banner_wrapp .plan_detials h2 {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
}
.Bannerhome .banner_wrapp .plan_detials h3 {
  font-size: 26px;
  margin: 10px 0 0;
  color: #fff;
  font-weight: 900;
}
.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.25em 0.45em;
  font-size: 0.7em;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  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;
}
.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.box-text {
  margin-bottom: -0.5em;
}
.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  /* Small devices */
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}
@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}
.th-bg-img {
  position: absolute;
  inset: 0;
}
.th-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.link-anim .text-anime {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: normal;
}
.link-anim .text {
  display: block;
  -webkit-animation: move-down-alternate 0.2s ease forwards;
  animation: move-down-alternate 0.2s ease forwards;
}
.link-anim:hover .text,
.link-anim:active .text,
.link-anim:focus .text {
  -webkit-animation: move-up-alternate 0.2s ease forwards;
  animation: move-up-alternate 0.2s ease forwards;
}
@-webkit-keyframes move-up-alternate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move-up-alternate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move-down-alternate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move-down-alternate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.icon-masking {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
}
.icon-masking .mask-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  background: var(--theme-color);
  top: 0;
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*------------------- 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-16 {
  font-size: 16px !important;
}
.fs-xs {
  font-size: 14px;
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}
.bg-theme2 {
  background-color: var(--theme-color2) !important;
}
.bg-smoke {
  background-color: var(--smoke-color) !important;
}
.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}
.bg-gray {
  background-color: var(--gray-color) !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-black3 {
  background-color: var(--black-color3) !important;
}
.bg-title {
  background-color: var(--title-color) !important;
}
.bg-title-dark {
  background-color: var(--theme-color2);
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.bg-auto {
  background-size: auto auto;
}
.bg-top-center {
  background-size: auto;
  background-position: top center;
}
.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}
.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}
.bg-top-right {
  background-size: auto;
  background-position: top right;
}
.bg-top-left {
  background-size: auto;
  background-position: top left;
}
.bg-attachment {
  background-attachment: fixed;
}
.section-bg-shape {
  position: absolute;
  inset: 0 30px;
  z-index: -1;
  overflow: hidden;
  /* Medium Large devices */
  /* Medium devices */
}
.section-bg-shape img {
  width: 100%;
  height: 100%;
}
.section-bg-shape:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 140px;
  height: 140px;
  -webkit-filter: blur(175px);
  filter: blur(175px);
  background: var(--theme-color);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  z-index: 1;
}
.section-bg-shape.left-shadow:after {
  left: 0px;
  right: auto;
}
@media (max-width: 1399px) {
  .section-bg-shape {
    inset: 0 20px;
  }
}
@media (max-width: 991px) {
  .section-bg-shape {
    inset: 0;
    background: var(--title-dark);
  }
}
.sec-bg-shape2-1.text-white,
.sec-bg-shape2-2.text-white,
.sec-bg-shape2-3.text-white {
  -webkit-filter: brightness(9);
  filter: brightness(9);
}
.Gallery_sec .title_headeing {
  text-align: center;
}
.Gallery_sec .list_Gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.Gallery_sec .list_Gallery {
  margin-top: 30px;
}
.Gallery_sec .list_Gallery .item_card {
  position: relative;
  height: 300px;
  background: #fff;
  overflow: hidden;
}
.Gallery_sec {
  padding: 60px 0;
  overflow: hidden;
}
.Gallery_sec .list_Gallery .item_card img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  object-fit: cover;
}
.Gallery_sec .list_Gallery .item_card:hover img {
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
}
/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}
.text-theme2 {
  color: var(--theme-color2) !important;
}
.text-title {
  color: var(--title-color) !important;
}
.text-body {
  color: var(--body-color) !important;
}
.text-white {
  color: var(--white-color) !important;
}
.text-light {
  color: var(--light-color) !important;
}
.text-yellow {
  color: var(--yellow-color) !important;
}
.text-success {
  color: var(--success-color) !important;
}
.text-error {
  color: var(--error-color) !important;
}
.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}
a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}
/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}
[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}
[data-overlay="title"]:before {
  background-color: var(--title-color);
}
[data-overlay="smoke"]:before {
  background-color: var(--smoke-color);
}
[data-overlay="white"]:before {
  background-color: var(--white-color);
}
[data-overlay="black"]:before {
  background-color: var(--black-color);
}
[data-overlay="overlay1"]:before {
  background-color: #080e1c;
}
[data-opacity="1"]:before {
  opacity: 0.1;
}
[data-opacity="2"]:before {
  opacity: 0.2;
}
[data-opacity="3"]:before {
  opacity: 0.3;
}
[data-opacity="4"]:before {
  opacity: 0.4;
}
[data-opacity="5"]:before {
  opacity: 0.5;
}
[data-opacity="6"]:before {
  opacity: 0.6;
}
[data-opacity="7"]:before {
  opacity: 0.7;
}
[data-opacity="8"]:before {
  opacity: 0.8;
}
[data-opacity="9"]:before {
  opacity: 0.9;
}
[data-opacity="10"]:before {
  opacity: 1;
}
/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before,
.hero-slider10 .slider-banner-dots .single-banner-dot-wrap .dot:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0;
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  -webkit-animation: wave 70s linear infinite;
  animation: wave 70s linear infinite;
}
@-webkit-keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
  animation: morph 8s ease-in-out infinite;
}
@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}
@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.movingCar {
  -webkit-animation: movingCar 25s linear infinite;
  animation: movingCar 25s linear infinite;
}
@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw * -1 + 108%));
    transform: translateX(calc(100vw * -1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
    transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg);
  }
}
@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw * -1 + 108%));
    transform: translateX(calc(100vw * -1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
    transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg);
  }
}
.moving {
  -webkit-animation: moving 8s linear infinite;
  animation: moving 8s linear infinite;
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.moving2 {
  -webkit-animation: moving2 8s linear infinite;
  animation: moving2 8s linear infinite;
}
@-webkit-keyframes moving2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moving2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.moving3 {
  -webkit-animation: moving3 8s linear infinite;
  animation: moving3 8s linear infinite;
}
@-webkit-keyframes moving3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moving3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.spin {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bg-color-ani,
.color-animate {
  -webkit-animation: bgColor 6s linear infinite;
  animation: bgColor 6s linear infinite;
}
@-webkit-keyframes bgColor {
  0% {
    background-color: #f2ba4c;
  }
  25% {
    background-color: #81f24c;
  }
  50% {
    background-color: #41f27d;
  }
  75% {
    background-color: #0500ff;
  }
  100% {
    background-color: #f2ba4c;
  }
}
@keyframes bgColor {
  0% {
    background-color: #f2ba4c;
  }
  25% {
    background-color: #81f24c;
  }
  50% {
    background-color: #41f27d;
  }
  75% {
    background-color: #0500ff;
  }
  100% {
    background-color: #f2ba4c;
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
}
.swiper-slide-active .fadein {
  --animation-name: fadein;
}
.swiper-slide-active .scalein {
  --animation-name: scalein;
}
.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}
.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}
.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}
.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}
.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}
.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}
.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scalein {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes scalein {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
.spin2 {
  -webkit-animation: spin2 10s linear infinite;
  animation: spin2 10s linear infinite;
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/*animation bubble****************/
.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.animation-bubble div[class^="bubble-"] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../img/shape/star.html) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .animation-bubble > :nth-child(even) {
    display: none;
  }
}
.bubble-1 {
  bottom: -5px;
  left: 68%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
  animation: bubble-animation 4.5s infinite ease-in -6.57s;
}
.bubble-2 {
  bottom: -71px;
  left: 97%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
  animation: bubble-animation 4.5s infinite ease-in -5.07s;
}
.bubble-3 {
  bottom: -71px;
  left: 43%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
  animation: bubble-animation 4.5s infinite ease-in -6.73s;
}
.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
  animation: bubble-animation 4.5s infinite ease-in -4.04s;
}
.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
  animation: bubble-animation 4.5s infinite ease-in -3.11s;
}
.bubble-6 {
  bottom: -71px;
  left: 41%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
  animation: bubble-animation 4.5s infinite ease-in -5.95s;
}
.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
  animation: bubble-animation 4.5s infinite ease-in -3.68s;
}
.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
  animation: bubble-animation 4.5s infinite ease-in -3.89s;
}
.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -1.09s;
  animation: bubble-animation 4.5s infinite ease-in -1.09s;
}
.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -0.96s;
  animation: bubble-animation 4.5s infinite ease-in -0.96s;
}
@-webkit-keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}
@keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes icon-anim {
  0% {
    top: 26px;
    right: 90px;
  }
  25% {
    top: 86px;
    right: 110px;
  }
  100% {
    top: 26px;
    right: 90px;
  }
}
@keyframes icon-anim {
  0% {
    top: 26px;
    right: 90px;
  }
  25% {
    top: 86px;
    right: 110px;
  }
  100% {
    top: 26px;
    right: 90px;
  }
}
.img-shine {
  position: relative;
}
.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.img-shine:hover:after {
  -webkit-animation: imgShine 1s;
  animation: imgShine 1s;
}
@-webkit-keyframes imgShine {
  100% {
    left: 125%;
  }
}
@keyframes imgShine {
  100% {
    left: 125%;
  }
}
.footer-text {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}
.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}
.icon-group a:last-child {
  margin-right: 0;
}
/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}
.th-header .icon-btn {
  border-radius: 99px;
}
.th-header .menu-area {
  position: relative;
  z-index: 2;
}
.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}
@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--black-color);
}
.main-menu a:hover {
  color: var(--theme-color2);
}
.main-menu > ul > li {
  margin: 0 22px;
}
.main-menu > ul > li > a {
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color2);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu .mega-menu-wrap {
  position: static;
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}
.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}
.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}
.header-button .icon-btn:hover .badge {
  background-color: var(--title-dark);
}
.header-button .th-btn {
}
.sidebar-btn .line {
  display: block;
  height: 1px;
  width: 32px;
  background: var(--white-color);
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme-color);
}
.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #363739;
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 3px;
}
.header-links li > i {
  margin-right: 11px;
  color: var(--theme-color);
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links .social-links a {
  font-size: 14px;
}
.header-notice {
  margin: 0;
}
.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  gap: 15px;
}
.header-icons .icon-btn {
  font-size: 18px;
}
.header-icons .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}
.header-icons .icon-btn:hover .badge {
  background-color: var(--title-dark);
}
.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .menu-expand {
    font-size: 15px;
  }
}
.menu-expand i {
  margin-right: 15px;
}
.menu-expand:hover {
  color: var(--white-color);
}
/* Header default ---------------------------------- */
.header-default {
  background: var(--theme-color);
}
.header-default .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--white-color);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-default .main-menu > ul > li > a:hover {
  color: var(--white-color);
}
.header-default .main-menu > ul > li > a:hover:after {
  color: var(--white-color);
}
.header-default .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-default .menu-area {
  position: relative;
  z-index: 2;
}
.header-default .header-logo {
  position: relative;
  z-index: 2;
}
.header-default .th-menu-toggle {
  margin-left: auto;
}
.header-default .sticky-wrapper.sticky .header-logo {
  margin-top: 0px;
}
.header-default .sticky-wrapper.sticky .main-menu > ul > li > a {
  padding: 41px 0;
}
.header-default .header-button .th-btn {
  padding: 12px 24px;
}
@media (min-width: 1600px) {
  .header-default {
    --main-container: 1760px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-default .main-menu {
    margin-left: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .header-button {
    margin: 22px 0;
  }
}
@media (max-width: 991px) {
  .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .header-button {
    margin: 22px 0;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --th-border-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  background-color: #212428;
  overflow: hidden;
}
.footer-wrapper .social-links a {
  margin: 0 30px 0 0;
}
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-links ul {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  position: relative;
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links a {
  font-family: var(--body-font);
  color: var(--light-color);
}
.footer-links a:hover {
  color: var(--white-color);
}
.copyright-wrap {
  padding: 20px 0;
  background-size: 100% auto;
  background-color: #000;
}
.copyright-wrap .copyright-text {
  color: var(--theme-color);
}
.copyright-wrap .copyright-text a {
  color: var(--theme-color);
}
.copyright-wrap .copyright-text a:hover {
  color: var(--title-color);
}
.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}
.copyright-text {
  margin: 0;
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--white-color);
}
/* Medium devices */
@media (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
/* Footer Area Default---------------------------------- */
.footer-default {
  --body-color: #a4b5ba;
}
/* Footer Area 2---------------------------------- */
.footer-layout2 {
  --body-color: #6e7070;
}
.footer-layout2 .copyright-wrap .copyright-text {
  color: #ffffff;
}
.footer-layout2 .copyright-wrap .copyright-text a {
  color: #ffffff;
}
.footer-layout2 .copyright-wrap .copyright-text a:hover {
  color: var(--theme-color2);
}
.footer-layout2 .footer-links a {
  color: #ffffff;
}
.footer-layout2 .footer-links a:hover {
  color: var(--theme-color2);
}
/* Extra small devices */
@media (max-width: 575px) {
  blockquote,
  .wp-block-quote {
    padding: 20px 20px 30px;
  }
}
@-webkit-keyframes scrollMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes scrollMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/*------------------- 4.9. Error  -------------------*/
.error-area-1 {
  padding: 225px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .error-area-1 {
    padding: 80px 0;
  }
}
.error-img {
  text-align: center;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  /* Medium devices */
}
.error-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .error-img {
    display: none;
  }
}
.error-content {
  max-width: 553px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .error-content {
    text-align: center;
    max-width: none;
  }
}
.error-title {
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 600;
  color: var(--theme-color);
  /* Medium devices */
}
@media (max-width: 991px) {
  .error-title {
    font-size: 60px;
    margin-top: -0.3em;
  }
}
.error-subtitle {
  font-size: 32px;
  font-weight: 600;
  color: var(--theme-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .error-subtitle {
    font-size: 24px;
  }
}
.error-text {
  margin-bottom: 72px;
  font-size: 18px;
  color: var(--theme-color);
  margin-left: auto;
  margin-right: auto;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .error-text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-text {
    margin-bottom: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}
.img-magnifier-container {
  position: relative;
}
.img-magnifier-glass {
  position: absolute;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: none;
  width: 200px;
  height: 200px;
}
.magnify {
  position: relative;
  cursor: none;
}
.magnify .magnifier {
  height: 180px;
  width: 180px;
  position: absolute;
  z-index: 20;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-size: 700%;
  background-repeat: no-repeat;
  margin-left: -90px !important;
  margin-top: -90px !important;
  pointer-events: none;
  display: none;
}
.magnify .magnified {
  display: block;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 100%;
}
.magnify img {
  width: 100%;
  height: 100%;
}
.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none;
}
.quantity .qty-btn {
  font-size: 16px;
}
#description {
  margin-bottom: 30px;
}
#description p {
  color: var(--theme-color);
}
.empty-notice {
  margin: 40px auto;
}
#ship-to-different-address {
  margin-top: 15px;
}
.select2-container--default .select2-selection--single {
  height: 56px;
  border: 1px solid transparent;
  background-color: var(--smoke-color2);
  border-radius: 27px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 56px;
  padding-left: 25px;
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\f107";
  font-family: var(--icon-font);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin: 0;
  border: none;
  top: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 56px;
  line-height: 56px;
  margin-right: 30px;
}
span.select2-selection.select2-selection--single:focus {
  outline: none;
}
.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid var(--theme-color);
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}
.checkout-ordertable th {
  font-weight: 800;
  text-align: left;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}
.checkout-ordertable input[type="hidden"] ~ label {
  color: var(--theme-color);
}
/* Contact Area 1---------------------------------- */
.contact-bg-shape1-1 {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .contact-bg-shape1-1 {
    display: none;
  }
}
.about-contact-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border: 1px solid #97ae97;
  border-radius: 16px;
  padding: 24px 24px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.about-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}
.about-contact-grid .about-contact-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--title-dark);
  border-radius: 50%;
  color: var(--white-color);
}
.about-contact-grid .about-contact-icon img {
  -webkit-filter: invert(1) contrast(9);
  filter: invert(1) contrast(9);
}
.about-contact-grid .about-contact-details-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.3em;
  margin-bottom: 8px;
}
.about-contact-grid .about-contact-details-text {
  margin-bottom: 0;
}
.about-contact-grid:hover {
  box-shadow: 0px 15px 30px rgba(176, 198, 176, 0.5);
  border-color: transparent;
}
.contact-sec-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  /* Medium devices */
}
.contact-sec-map .contact-map {
  height: 100%;
}
.contact-sec-map .contact-map iframe {
  height: 100%;
  border-radius: 0;
}
.contact-sec-map .location-map-address {
  background: var(--title-dark);
  right: 15%;
  bottom: 30%;
}
@media (max-width: 991px) {
  .contact-sec-map {
    position: relative;
    top: auto;
    bottom: -80px;
    width: 100%;
  }
  .contact-sec-map .contact-map iframe {
    height: 350px;
  }
}
/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.about-area-2 {
  position: relative;
  left: calc((100% - var(--main-container)) / 2);
}
.about-wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.about-wrap2 .checklist {
  padding-right: 40px;
  border-right: 1px solid #c2d6c2;
  margin-right: 40px;
}
@media (max-width: 1299px) {
  .about-wrap2 .checklist {
    padding-right: 30px;
    margin-right: 30px;
  }
  .about-wrap2 .checklist.style2 li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-wrap2 .checklist {
    padding-right: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .about-wrap2 {
    display: block;
  }
  .about-wrap2 .checklist {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
.about-wrap2.style-theme .checklist {
  border-color: var(--theme-color);
}
.call-btn .icon-btn {
  background: var(--title-dark);
  --btn-size: 52px;
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 15px;
}
.call-btn .icon-btn img {
  width: 20px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.call-btn .btn-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-bottom: 11px;
}
.call-btn .btn-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
}
.call-btn .btn-text a {
  color: var(--title-color);
}
.call-btn .btn-text a:hover {
  color: var(--theme-color);
}
@media (max-width: 1399px) {
  .call-btn .btn-text {
    font-size: 22px;
  }
}
@media (max-width: 1299px) {
  .call-btn .btn-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .call-btn .icon-btn {
    margin-bottom: 0;
  }
  .call-btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.img-box2 {
  position: relative;
}
.img-box2 .about-tag {
  position: absolute;
  top: 60px;
}
.img-box2 .about-tag .about-experience-tag {
  color: var(--title-color);
  width: 170px;
  height: 170px;
  margin-left: -85px;
  margin-top: -85px;
}
.img-box2 .about-tag .about-experience-tag span {
  height: 107px;
  top: -12px;
}
@media (max-width: 991px) {
  .img-box2 .about-tag {
    left: 60px;
  }
  .img-box2 .about-tag .about-experience-tag {
    color: var(--title-color);
    width: 220px;
    height: 220px;
    margin-left: -110px;
    margin-top: -110px;
    background: white;
  }
  .img-box2 .about-tag .about-experience-tag span {
    top: 0;
  }
}
@media (max-width: 575px) {
  .img-box2 .about-tag {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.img-box2 .slider-area {
  overflow: hidden;
  margin-left: 50px;
  margin-right: -230px;
  width: 868px;
}
.img-box2 .img1 {
  border-radius: 24px;
  position: relative;
}
.img-box2 .img1:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid var(--white-color);
  border-radius: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.img-box2 .img1 img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  border-radius: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.img-box2 .about-thumb-slider {
  margin-left: -938px;
  margin-right: 0;
  -webkit-transform: translate(331px, 0);
  -ms-transform: translate(331px, 0);
  transform: translate(331px, 0);
}
.img-box2 .about-thumb-slider .swiper-slide .swiper-slide-shadow-right,
.img-box2 .about-thumb-slider .swiper-slide .swiper-slide-shadow-left {
  background-image: none;
}
.img-box2 .about-thumb-slider .swiper-slide-active .img1:after {
  inset: -3px;
}
.img-box2 .about-thumb-slider .swiper-slide-active .img1 img {
  -webkit-filter: none;
  filter: none;
}
.img-box2 .slider-arrow {
  --pos-x: 247px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: rgba(255, 255, 255, 0.66);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 70px;
  height: 46px;
  line-height: 40px;
  border: 3px solid var(--white-color);
}
.img-box2 .slider-arrow img {
  width: 24px;
}
@media (max-width: 1500px) {
  .img-box2 .slider-area {
    width: auto;
    margin-right: 0;
  }
  .img-box2 .about-thumb-slider {
    margin-left: -877px;
    -webkit-transform: translate(366px, 0);
    -ms-transform: translate(366px, 0);
    transform: translate(366px, 0);
  }
  .img-box2 .slider-arrow {
    --pos-x: 115px;
  }
}
@media (max-width: 1399px) {
  .img-box2 .about-thumb-slider {
    margin-left: -871px;
    -webkit-transform: translate(370px, 0);
    -ms-transform: translate(370px, 0);
    transform: translate(370px, 0);
  }
  .img-box2 .slider-arrow {
    --pos-x: 100px;
  }
}
@media (max-width: 1299px) {
  .img-box2 .about-thumb-slider {
    margin-left: -853px;
    -webkit-transform: translate(383px, 0);
    -ms-transform: translate(383px, 0);
    transform: translate(383px, 0);
  }
  .img-box2 .slider-arrow {
    --pos-x: 55px;
  }
}
@media (max-width: 1199px) {
  .img-box2 .about-thumb-slider {
    margin-left: -930px;
    -webkit-transform: translate(336px, 0);
    -ms-transform: translate(336px, 0);
    transform: translate(336px, 0);
  }
  .img-box2 .slider-arrow {
    --pos-x: 225px;
  }
}
@media (max-width: 991px) {
  .img-box2 .slider-area {
    margin-left: 0;
  }
  .img-box2 .about-thumb-slider {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .img-box2 .img1 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .img-box2 .img1 {
    overflow: hidden;
  }
}
/* About 3 ---------------------------------- */
.about-3-bg-shape {
  opacity: 0.6;
}
/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
  position: relative;
}
.th-team .team-img {
  position: relative;
  overflow: hidden;
}
.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .team-desig {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color);
}
.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-team .box-title {
  margin-bottom: 0;
}
/* Team Area 1 ---------------------------------- */
.team-area-1 {
  padding-top: calc(450px + 120px);
  /* Medium devices */
}
@media (max-width: 991px) {
  .team-area-1 {
    padding-top: calc(450px + 80px);
  }
}
/* Team Card 2---------------------------------- */
.team-slider2 .slider-arrow {
  --pos-x: -25px;
}
.team-card.style2 {
  padding: 0;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
}
.team-card.style2 .img-wrap {
  position: relative;
}
.team-card.style2 .img-wrap:after {
  /* content: ''; */
  position: absolute;
  inset: 0;
  background: rgba(54, 68, 64, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-card.style2 .team-img img {
  height: auto;
}
.team-card.style2 .team-card-content {
  background: var(--gray-color);
  padding: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: initial;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-card.style2 .box-title {
  margin-bottom: 1px;
}
.team-card.style2 .box-title a {
  color: var(--title-dark);
}
.team-card.style2 .box-title a:hover {
  color: var(--theme-color);
}
.team-card.style2 .team-desig {
  color: var(--title-dark);
}
.team-card.style2 .icon-btn {
  background: var(--title-dark);
  color: var(--white-color);
}
.team-card.style2 .icon-btn img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-card.style2 .icon-btn:hover {
  background: var(--theme-color2);
  color: var(--title-color);
}
.team-card.style2 .icon-btn:hover img {
  -webkit-filter: none;
  filter: none;
}
.team-card.style2 .th-social-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-card.style2 .th-social-wrap .icon-btn {
  background: transparent;
  border: 0;
  margin-top: 15px;
  font-size: 30px;
}
.team-card.style2 .th-social-wrap .icon-btn img {
  width: 30px;
}
.team-card.style2 .th-social-wrap .icon-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-card.style2 .th-social-wrap .icon-btn:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.team-card.style2 .th-social {
  background: transparent;
  position: initial;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  width: auto;
}
.team-card.style2 .th-social a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: transparent;
  border: 1px solid rgba(189, 189, 189, 0.5);
  font-size: 16px;
}
.team-card.style2 .th-social a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.team-card.style2:hover .img-wrap:after {
  opacity: 1;
}
.team-card.style2:hover .th-social-wrap {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
/* Team Details ---------------------------------- */
.about-card_title {
  font-size: 32px;
  font-weight: 600;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .about-card_title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .about-card_title {
    font-size: 24px;
  }
}
.team-about-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-about-list li {
  font-size: 16px;
  color: var(--theme-color);
}
.team-about-list li:not(:last-child) {
  margin-bottom: 10px;
}
.team-about-list li strong {
  font-weight: 600;
  min-width: 120px;
  display: inline-block;
}
/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Area 1 ---------------------------------- */
.testi-slider1 .slider-pagination {
  text-align: start;
  margin-top: 96px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-slider1 .slider-pagination {
    margin-top: 40px;
  }
}
.testi-card {
  position: relative;
  margin-right: 110px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-card {
    margin-right: 0;
  }
}
.testi-card .testi-grid_review {
  color: var(--yellow-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.testi-card_text {
  font-size: 24px;
  line-height: 2em;
  font-weight: 400;
  margin: 5px 0 15px 0;
  color: #1b1b1b;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .testi-card_text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testi-card_text {
    font-size: 16px;
  }
}
.testi-card .quote-icon {
  margin-bottom: 0px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .testi-card .quote-icon {
    width: 90px;
  }
}
@media (max-width: 375px) {
  .testi-card .quote-icon {
    width: 60px;
  }
}
.testi-card_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: -0.25em;
}
.testi-card_name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.testi-card_desig {
  margin-bottom: 0;
  display: block;
  color: var(--body-color);
  font-size: 16px;
}
.testi-card .testi-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  /* Extra small devices */
}
.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.testi-thumb-wrap {
  position: relative;
  display: inline-block;
  padding-right: 85px;
  padding-bottom: 65px;
  /* Extra small devices */
}
.testi-thumb-wrap .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 375px) {
  .testi-thumb-wrap {
    padding-right: 0;
    padding-bottom: 0;
  }
  .testi-thumb-wrap .img2 {
    position: initial;
    margin-top: 30px;
    -webkit-animation: none;
    animation: none;
  }
  .testi-thumb-wrap .img2 img {
    width: 100%;
  }
}
/* Testimonial Area 2 ---------------------------------- */
.testi-wrap2 {
  position: relative;
  left: calc((100% - var(--main-container)) / 2);
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .testi-wrap2 {
    left: 0;
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .testi-wrap2 {
    padding: 0;
  }
}
.testi-grid-wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
.testi-grid-wrap2 .testi-grid-thumb {
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1399px) {
  .testi-grid-wrap2 .testi-grid-thumb img {
    max-width: 580px;
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 1299px) {
  .testi-grid-wrap2 .testi-grid-thumb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .testi-grid-wrap2 .testi-grid-thumb img {
    max-width: none;
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .testi-grid-wrap2 .testi-grid-thumb img {
    height: auto;
  }
}
@media (max-width: 991px) {
  .testi-grid-wrap2 {
    display: block;
  }
  .testi-grid-wrap2 .testi-grid-thumb {
    border-radius: 24px 24px 0 0;
  }
}
.testi-card.style2 {
  background: var(--white-color);
  margin-left: -306px;
  margin-right: 0;
  border-radius: 24px;
  padding: 32px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}
.testi-card.style2 .testi-grid_review {
  margin-top: -0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.testi-card.style2 .testi-card_text {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  color: var(--body-color);
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.testi-card.style2 .testi-card_text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -32px;
  background: #e5e4e9;
  height: 1px;
  width: 100%;
}
.testi-card.style2 .testi-card_profile {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-top: 28px;
}
.testi-card.style2 .testi-card_profile .quote-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--white-color);
  padding-left: 22px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testi-card.style2 .avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}
.testi-card.style2 .testi-card_name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0px;
}
.testi-card.style2 .testi-card_desig {
  font-size: 16px;
  margin-bottom: -0.4em;
}
@media (max-width: 1500px) {
  .testi-card.style2 {
    margin-left: -506px;
  }
  .testi-card.style2 .testi-card_text {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .testi-card.style2 {
    margin-left: -406px;
  }
  .testi-card.style2 .testi-card_text {
    font-size: 18px;
  }
}
@media (max-width: 1299px) {
  .testi-card.style2 {
    margin-left: -300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 991px) {
  .testi-card.style2 {
    margin-left: 0;
    border-radius: 0 0 24px 24px;
  }
  .testi-card.style2 .testi-card_text {
    font-size: 16px;
  }
  .testi-card.style2 .testi-card_name {
    font-size: 20px;
  }
  .testi-card.style2 .testi-card_profile .quote-icon {
    width: auto;
  }
}
/* Testimonial Area 3 ---------------------------------- */
.testi-slider3 {
  margin: 0 -120px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.testi-slider3 .swiper-wrapper {
  margin: 0 0 0 -350px;
}
.testi-slider3 .swiper-slide.swiper-slide-active .testi-card.style3 {
  background: var(--theme-color);
}
.testi-slider3
  .swiper-slide.swiper-slide-active
  .testi-card.style3
  .testi-card_text {
  color: var(--light-color);
}
.testi-slider3
  .swiper-slide.swiper-slide-active
  .testi-card.style3
  .testi-card_name {
  color: var(--white-color);
}
.testi-slider3
  .swiper-slide.swiper-slide-active
  .testi-card.style3
  .testi-card_desig {
  color: var(--light-color);
}
@media (max-width: 1500px) {
  .testi-slider3 {
    margin: 0 -240px;
  }
  .testi-slider3 .swiper-wrapper {
    margin: 0 0 0 -315px;
  }
}
@media (max-width: 1299px) {
  .testi-slider3 {
    margin: 0;
  }
  .testi-slider3 .swiper-wrapper {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .testi-slider3 {
    margin: 0 40px;
  }
}
@media (max-width: 575px) {
  .testi-slider3 {
    margin: 0 15px;
  }
}
.testi-card.style3 {
  background: var(--white-color);
  margin-right: 0;
  border-radius: 24px;
  padding: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Extra small devices */
}
.testi-card.style3 .testi-grid_review {
  margin-top: -0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.testi-card.style3 .testi-card_text {
  margin-top: -0.5em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  color: var(--body-color);
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .testi-card.style3 .testi-card_text {
    font-size: 18px;
  }
}
.testi-card.style3 .testi-card_profile {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-top: 56px;
}
.testi-card.style3 .testi-card_profile .quote-icon {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testi-card.style3 .testi-card_profile .quote-icon img {
  width: 64px;
}
.testi-card.style3 .avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.testi-card.style3 .testi-card_name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0px;
  color: var(--theme-color);
}
.testi-card.style3 .testi-card_desig {
  font-size: 16px;
  margin-bottom: -0.4em;
}
@media (max-width: 575px) {
  .testi-card.style3 {
    padding: 30px;
  }
  .testi-card.style3 .testi-card_text {
    padding-bottom: 28px;
    font-size: 16px;
  }
  .testi-card.style3 .testi-card_profile {
    padding-top: 36px;
  }
  .testi-card.style3 .testi-card_name {
    font-size: 18px;
  }
}
/* Testimonial Area 4 ---------------------------------- */
.testi-slider4 {
  margin: 0 -750px 0 0;
  /* Extra large devices */
}
.testi-slider4 .swiper-slide.swiper-slide-active .testi-card.style3 {
  background: var(--theme-color);
}
.testi-slider4
  .swiper-slide.swiper-slide-active
  .testi-card.style3
  .testi-card_text {
  color: var(--light-color);
}
.testi-slider4
  .swiper-slide.swiper-slide-active
  .testi-card.style3
  .testi-card_name {
  color: var(--white-color);
}
.testi-slider4
  .swiper-slide.swiper-slide-active
  .testi-card.style3
  .testi-card_desig {
  color: var(--light-color);
}
@media (max-width: 1500px) {
  .testi-slider4 {
    margin: 0;
  }
}
/* Testimonial Area 4.1 ---------------------------------- */
.testi-slider4-2 {
  margin: 0 -750px 0 0;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .testi-slider4-2 {
    margin: 0;
  }
}
/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-area-1 {
  padding-top: 165px;
}
.counter-card {
  text-align: center;
}
.counter-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.counter-card-wrap .divider {
  width: 1px;
  height: 75px;
  border: 1px dashed rgba(183, 183, 183, 0.5);
}
.counter-card-wrap .divider:last-of-type {
  display: none;
}
.counter-card .box-number {
  font-size: 48px;
  color: var(--theme-color2);
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: -0.35em;
}
.counter-card .box-number .counter-number {
  color: var(--theme-color2);
}
.counter-card .box-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
}
.counter-card:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-filter: brightness(99);
  filter: brightness(99);
}
.counter-card:hover .box-icon:after {
  opacity: 1;
}
.counter-card:hover .box-icon:before {
  -webkit-animation: spin 10s infinite;
  animation: spin 10s infinite;
  border: 1px dashed var(--white-color);
}
/* Medium devices */
@media (max-width: 991px) {
  .counter-card .box-number {
    font-size: 36px;
  }
  .counter-card .box-text {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-card {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .counter-card-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    gap: 50px 0;
  }
  .counter-card-wrap .divider {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .counter-card {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .counter-card .box-text {
    font-size: 14px;
  }
}
/* Counter 2 ---------------------------------- */
.counter-area-2 {
  padding-top: 126px;
  margin-top: -126px;
  z-index: -1;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .counter-area-2 {
    padding-top: 106px;
    margin-top: -106px;
  }
}
@media (max-width: 1199px) {
  .counter-area-2 {
    padding-top: 0;
    margin-top: 0;
    z-index: 1;
  }
}
.counter-card.style2 .box-number {
  /* Medium devices */
}
@media (max-width: 991px) {
  .counter-card.style2 .box-number {
    font-size: 40px;
  }
}
/* Counter 3 ---------------------------------- */
.counter-card-wrap.style2 {
  /* Large devices */
}
.counter-card-wrap.style2 .counter-card .box-number {
  margin-top: -0.3em;
}
@media (max-width: 1199px) {
  .counter-card-wrap.style2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .counter-card-wrap.style2 .counter-card {
    width: 33%;
  }
}
/* Counter 4 ---------------------------------- */
.counter-card.style4 {
  /* Medium devices */
}
.counter-card.style4 .box-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  line-height: normal;
  margin-bottom: 24px;
}
.counter-card.style4 .box-icon:before,
.counter-card.style4 .box-icon:after {
  display: none;
}
.counter-card.style4 .box-text {
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .counter-card.style4 .box-text {
    font-size: 16px;
  }
}
/* Counter 5 ---------------------------------- */
.counter-card.style5 {
  /* Medium devices */
}
.counter-card.style5 .box-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  line-height: normal;
  margin-bottom: 24px;
}
.counter-card.style5 .box-icon:before,
.counter-card.style5 .box-icon:after {
  display: none;
}
.counter-card.style5 .box-icon img {
  -webkit-filter: none;
  filter: none;
}
.counter-card.style5 .box-text {
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .counter-card.style5 .box-text {
    font-size: 16px;
  }
}
/*------------------- 4.00. Blog  -------------------*/
/* Blog Grid ---------------------------------- */
.blog-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  /* Large devices */
  /* Medium devices */
}
.blog-grid:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-grid:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.blog-grid:last-child {
  margin-bottom: 0;
}
.blog-grid .blog-img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  width: 50%;
}
.blog-grid .blog-img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.blog-grid .blog-content .subtitle {
  color: var(--white-color);
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.blog-grid .blog-content .box-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  max-width: 472px;
  /* Extra small devices */
}
.blog-grid .blog-content .box-title a {
  color: var(--white-color);
}
.blog-grid .blog-content .box-title a:hover {
  color: var(--theme-color2);
}
@media (max-width: 375px) {
  .blog-grid .blog-content .box-title {
    font-size: 20px;
  }
}
.blog-grid .blog-content .blog-text {
  color: var(--white-color);
  opacity: 0.7;
}
.blog-grid .blog-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-grid .blog-bottom-wrap .th-btn {
  margin-left: auto;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-grid .blog-bottom-wrap .th-btn {
    margin-left: 0;
  }
}
.blog-grid .blog-author-wrap {
  background: transparent;
  border-radius: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.blog-grid .blog-author-wrap a {
  color: var(--white-color);
}
.blog-grid .blog-author-wrap a:hover {
  color: var(--theme-color2);
}
.blog-grid .blog-date {
  color: var(--white-color);
}
.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
@media (max-width: 1199px) {
  .blog-grid {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .blog-grid {
    display: block;
  }
  .blog-grid .blog-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* Blog Card ---------------------------------- */
.blog-card {
  border-radius: 0px;
  background-color: transparent;
}
.blog-card .box-title {
  margin-top: 13px;
  margin-bottom: -0.25em;
  font-size: 24px;
  font-weight: 700;
  max-width: 386px;
}
.blog-card .box-title a {
  background-image: -webkit-linear-gradient(
    right,
    var(--theme-color),
    var(--theme-color)
  );
  background-image: linear-gradient(
    to left,
    var(--theme-color),
    var(--theme-color)
  );
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.blog-card .box-title a:hover {
  background-size: 100% 2px;
}
.blog-card .blog-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 326px;
  object-fit: cover;
}
.blog-card .blog-content {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 0;
  border: 0;
  padding-top: 30px;
}
.blog-card .blog-content .blog-date {
  display: inline-block;
  border-radius: 8px 0 8px 0;
  background: var(--title-color);
  color: var(--white-color);
  text-align: center;
  font-size: 14px;
  padding: 0px 10px 2px;
  position: absolute;
  right: 20px;
  overflow: hidden;
  top: 0;
  -webkit-transform: translate(0, -45px);
  -ms-transform: translate(0, -45px);
  transform: translate(0, -45px);
}
.blog-card .blog-content .blog-date span {
  background: var(--white-color);
  display: block;
  width: calc(100% + 20px);
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  padding-bottom: 9px;
  margin-bottom: 1px;
  margin-left: -10px;
  padding-top: 10px;
}
.blog-card .blog-category {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  display: inline-block;
  padding: 2px 14px;
  color: var(--title-color);
}
.blog-card .blog-category:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.blog-card .link-btn {
  color: var(--title-color);
}
.blog-card .link-btn:before {
  background-color: var(--theme-color);
}
.blog-card .link-btn:hover {
  color: var(--theme-color);
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.blog-card:hover .blog-img .icon-btn {
  opacity: 1;
}
.blog-card:hover .blog-img:after {
  opacity: 0.8;
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-card .box-title {
    font-size: 20px;
  }
}
/* Blog Card 2---------------------------------- */
.blog-card.style2 {
  background: transparent;
  position: relative;
}
.blog-card.style2 .blog-img {
  border-radius: 24px;
}
.blog-card.style2 .blog-img img {
  height: 300px;
}
.blog-card.style2 .blog-content {
  padding-top: 24px;
  margin-bottom: 0;
}
.blog-card.style2 .blog-content .blog-meta {
  margin-top: -0.3em;
  margin-bottom: 14px;
  background: transparent;
}
.blog-card.style2 .blog-content .blog-meta a {
  color: var(--white-color);
}
.blog-card.style2 .blog-content .box-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  max-width: none;
  /* Medium devices */
}
.blog-card.style2 .blog-content .box-title a {
  color: var(--white-color);
  background-image: -webkit-linear-gradient(
    right,
    var(--white-color),
    var(--white-color)
  );
  background-image: linear-gradient(
    to left,
    var(--white-color),
    var(--white-color)
  );
}
@media (max-width: 991px) {
  .blog-card.style2 .blog-content .box-title {
    font-size: 22px;
  }
}
/* Blog Card 3---------------------------------- */
.blog-card.style3 {
  background: transparent;
  position: relative;
}
.blog-card.style3 .blog-img {
  border-radius: 24px;
  position: relative;
}
.blog-card.style3 .blog-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-card.style3 .blog-img img {
  height: 300px;
}
.blog-card.style3 .blog-content {
  padding-top: 25px;
  margin-bottom: 0;
}
.blog-card.style3 .blog-content .blog-meta {
  margin-top: -0.3em;
  margin-bottom: 14px;
  background: transparent;
}
.blog-card.style3 .blog-content .blog-meta a {
  color: var(--title-color);
}
.blog-card.style3 .blog-content .box-title {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  max-width: none;
  /* Medium Large devices */
}
.blog-card.style3 .blog-content .box-title a {
  color: var(--title-color);
  background-image: -webkit-linear-gradient(
    right,
    var(--title-color),
    var(--title-color)
  );
  background-image: linear-gradient(
    to left,
    var(--title-color),
    var(--title-color)
  );
}
@media (max-width: 1299px) {
  .blog-card.style3 .blog-content .box-title {
    font-size: 22px;
  }
}
.blog-card.style3:hover .blog-img:after {
  opacity: 0;
}
/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist.list-two-column ul {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .checklist.list-two-column ul {
    grid-template-columns: auto;
  }
  .checklist.list-two-column ul li {
    text-align: initial;
  }
}
.checklist li {
  color: var(--title-color);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.checklist li:before {
  height: 28px;
}
.checklist li > i {
  color: var(--theme-color);
  margin-top: 5px;
}
.checklist li:not(:last-child) {
  margin-bottom: 15px;
}
.checklist.mb-45 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 40px;
  }
}
.checklist.style2 li {
  font-size: 18px;
  font-weight: 400;
  color: var(--title-color);
  gap: 10px;
  line-height: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.bg-img img {
  width: 100%;
  height: 100%;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-20 {
  border-radius: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}
.rounded-80 {
  border-radius: 80px 80px 0 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .rounded-80 {
    border-radius: 10px 10px 0 0;
  }
}
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}
.modal-backdrop.show {
  opacity: 0.7;
  z-index: 99;
}
.modal {
  z-index: 999;
  padding-right: 0 !important;
}
.modal-dialog {
  max-width: 100%;
}
.modal-dialog .modal-content {
  background: transparent;
  border: 0;
}
.modal-dialog .modal-content .modal-header {
  border: 0;
}
.modal-dialog .btn-close {
  padding: 0;
  outline: 0;
  box-shadow: none;
  margin: 0 0px 0 auto;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white-color);
  border: 0;
  opacity: 1;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  display: block;
  /* Extra small devices */
}
.modal-dialog .btn-close:hover i {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
@media (max-width: 575px) {
  .modal-dialog .btn-close {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
.modal-dialog .page-single {
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 20px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .modal-dialog .page-single {
    padding: 20px;
    border-radius: 15px;
  }
}
/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
  border: 1px solid var(--theme-color);
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  position: relative;
  z-index: 3;
}
.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}
.accordion-card .accordion-button {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  border: 0;
  color: var(--theme-color);
  background-color: transparent;
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 68px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "\f107";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: var(--theme-color2);
  color: var(--white-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  color: #ffffff;
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0px 30px 30px;
  background: var(--theme-color2);
}
.accordion-card .faq-text {
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: -0.48em;
}
/* Medium devices */
@media (max-width: 991px) {
  .accordion-card .accordion-button {
    font-size: 20px;
    min-height: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 12px 45px 12px 20px;
  }
  .accordion-card .accordion-body {
    padding: 10px 30px 20px 30px;
  }
}
/*------------------- 4.00. Service -------------------*/
/* Service Area 1 ---------------------------------- */
.service-card .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-card .box-title {
  margin-top: 30px;
}
.service-card .box-title a {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
}
.service-card .box-title a:hover {
  color: var(--theme-color2);
}
.service-card .box-text {
  color: var(--white-color);
  opacity: 0.8;
}
.service-card:hover .service-card-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* Service Area 2 ---------------------------------- */
.service-card.style2 .service-card-icon {
  width: 96px;
  height: 96px;
  line-height: 93px;
  border-radius: 50%;
  border: 1px solid var(--theme-color2);
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-card.style2 .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-card.style2 .box-title {
  margin-top: 17px;
}
.service-card.style2 .box-title a {
  color: var(--title-color);
  font-size: 24px;
  font-weight: 600;
}
.service-card.style2 .box-title a:hover {
  color: var(--title-dark);
}
.service-card.style2 .box-text {
  color: var(--body-color);
  opacity: 0.8;
}
.service-card.style2 .service-img {
  margin-top: 50px;
  border-radius: 24px;
  overflow: hidden;
}
.service-card.style2 .service-img img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-card.style2:hover .img-shine:after {
  -webkit-animation: imgShine 1s;
  animation: imgShine 1s;
}
.service-card.style2:hover .service-card-icon {
  background: var(--theme-color2);
}
.service-card.style2:hover .service-card-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-filter: brightness(9);
  filter: brightness(9);
}
.service-card.style2:hover .service-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* Portfolio Area 2-------------------------------*/
.project-bg-shape2-1 {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .project-bg-shape2-1 {
    display: none;
  }
}
.project-slider2 {
  position: relative;
  left: calc((100% - var(--main-container)) / 2);
  /* Medium Large devices */
  /* Extra small devices */
}
.project-slider2 .slider-arrow {
  --pos-x: -30px;
  top: calc(50% - 71px);
}
@media (max-width: 1299px) {
  .project-slider2 {
    left: 0;
    padding: 0 40px;
  }
  .project-slider2 .slider-arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .project-slider2 {
    padding: 0 15px;
  }
}
.portfolio-card.style2 .portfolio-img {
  border-radius: 32px;
}
.portfolio-card.style2 .portfolio-img .portfolio-card-shape {
  inset: 0;
  background: rgba(54, 68, 64, 0.8);
  border: 1px solid var(--white-color);
  border-radius: 32px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.portfolio-card.style2 .portfolio-img .portfolio-card-shape img {
  width: 421px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-card.style2 .portfolio-title {
  margin-bottom: 18px;
  text-align: center;
  color: #fff;
}
.portfolio-card.style2 .portfolio-title a {
  font-size: 32px;
  font-weight: 500;
  color: var(--white-color);
}
.portfolio-card.style2 .portfolio-title a:hover {
  color: var(--theme-color2);
}
.portfolio-card.style2 .portfolio-text {
  color: var(--white-color);
  margin-bottom: -0.25em;
}
.portfolio-card.style2:hover .portfolio-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*------------------- 4.00. Download  -------------------*/
.download-area-1 {
  background-attachment: fixed;
}
/*=================================
    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;
}
.pt-80 {
  padding-top: 80px;
}
.pb-60 {
  padding-bottom: 60px;
}
/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}
.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}
/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-33 {
  margin-bottom: 33px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-n1 {
  margin-top: -0.25rem;
}
.mt-n2 {
  margin-top: -0.45rem;
}
.mt-n3 {
  margin-top: -0.8rem;
}
.mt-n4 {
  margin-top: -1.5rem;
}
.mt-n5 {
  margin-top: -3rem;
}
.mb-n1 {
  margin-bottom: -0.25rem;
}
.mb-n2 {
  margin-bottom: -0.45rem;
}
.mb-n3 {
  margin-bottom: -0.8rem;
}
.mb-n4 {
  margin-bottom: -1.5rem;
}
.mb-n5 {
  margin-bottom: -3rem;
}
.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;
  }
  .Bannerhome .banner_wrapp .plan_detials {
    width: 100%;
    margin-top: 30px;
    border-radius: 0;
  }
  .Bannerhome:after {
    display: none;
  }
  .Bannerhome .banner_wrapp .banner_cont h3 {
    font-size: 24px;
  }
  .Gallery_sec .list_Gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .Bannerhome .banner_wrapp .banner_cont {
    flex: 0 0 100%;
  }
  .navbar-toggler,
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 8px 15px;
    border: 0;
  }
  .navbar .navbar-collapse {
    position: fixed;
    width: 65%;
    right: -100%;
    top: 74px;
    background: #fff;
    height: 100vh;
    transition: 0.3s ease-in-out;
    padding: 10px;
  }
}
a.client-card {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 10px;
}
a.client-card img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}
#ContactusModal {
}
#ContactusModal .modal-content {
  background-color: #fff6f8;
  border-radius: 12px;
}
#ContactusModal .modal-content .modal-header {
  padding: 6px 20px;
  border-bottom: 1px solid #dee2e6;
  position: relative;
}
#ContactusModal .modal-content .modal-header h1 {
  font-size: 24px;
  color: var(--theme-color2);
  font-weight: 600;
}
#ContactusModal .modal-content .modal-header .btn-close {
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: -4px;
  top: -33px;
  display: flex;
  align-items: center;
}
#ContactusModal .modal-content .modal-body {
  padding: 0 15px;
}
#ContactusModal .modal-content .modal-body .formEq {
  padding-bottom: 30px;
}
.header-contact {
  position: absolute;
  top: 20px;
  right: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f9f9f9;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.phone-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.phone-number:hover {
  color: #007bff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 400px;
  }
}
.input_box i {
  color: var(--theme-color2);
  font-size: 16px;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input_box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px #00000029;
  height: 43px;
  margin-top: 0;
  position: relative;
}
.input_box input {
  border: none;
  border-radius: 8px;
  color: #000000;
  outline: none;
  padding: 9px 9px 9px 41px;
  position: absolute;
  transition: all 0.3sease-in-out;
  width: 100%;
  background: #fff;
}
.form-check-label {
  font-size: 12px;
  margin-left: 10px;
}
.custom_form_check a {
  color: var(--theme-color2);
  font-weight: 500;
  text-decoration: none;
}
.custom_form_check {
  display: flex;
  align-items: center;
}
#ContactusModal .th-btn.style2 {
  margin-top: 15px;
  width: 100%;
}
.text-\[\#03A84E\] {
  --tw-text-opacity: 1;
  color: rgb(3 168 78 / var(--tw-text-opacity, 1));
}
.social-btn {
  display: flex;
  width: 180px;
  gap: 15px;
  align-items: center;
  padding: 5px 10px 5px 20px;
  border: 1px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-bottom: 5px;
  right: -120px;
  transition: right 1s;
  position: fixed;
  top: 200px;
  z-index: 99;
}
.social-btn p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.social-btn:hover {
  right: 0;
  transition: 1s;
}
.social-contact .social-btn + .social-btn {
  top: 315px;
}
.social {
  position: fixed;
  top: 255px;
}
.accordion-card .accordion-body ul {
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .Bannerhome .media_img {
    position: inherit;
  }
  .Bannerhome {
    height: initial;
    flex-direction: column;
    display: flex;
  }
  .social-btn {
    right: -110px;
    transition: right 1s;
  }
  .social-btn:hover {
    right: 0;
  }
}
@media screen and (max-width: 460px) {
  .Gallery_sec .list_Gallery {
    grid-template-columns: auto;
  }
}
