@charset "UTF-8";

:root {
  --theme-color: #86C342;
  --theme-color2: #502581;
--theme-color3: #321851;
  --title-color: #1C2359;
  --body-color: #5C5F71;
  --smoke-color: #E4E4E5;
  --smoke-color2: #F2F3FC;
  --smoke-color3: #C5DACC;
  --smoke-color4: #E9F5ED;
  --smoke-color5: #FFF2F2;
  --smoke-color6: #EBF5DE;
  --smoke-color7: #FFFBD9;
  --smoke-color8: #CFDBC0;
  --black-color: #000000;
  --black-color2: #0A0A0A;
  --gray-color: #D8DDE1;
  --gray-color2: #B7BDDE;
  --white-color: #ffffff;
  --light-color: #B7BEC8;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E0E0E0;
  --th-border-color2: #DEDFE3;
  --title-font: "Outfit", sans-serif;
  --title-font2: "Saira", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1620px;
  --container-gutters: 24px;
  --section-space: 70px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}


button:focus,
a:focus,
a:active {
  outline: none;
}

img:not([draggable]) {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

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%;
}


p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
  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: 45px;
  line-height: 1.09;
}

.h2,
h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.26;
}
.title-area .sec-title .h2,
h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.26;
}
.hero-title .h2,
h2 {
  font-weight: 600;
  font-size: 45px;
    line-height: 1.09;
}
.h3,
h3 {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .h1,
  h1 {
    font-size: 67px;
    line-height: 1.26;
  }
  .h2,
  h2 {
    font-size: 47px;
    line-height: 1.31;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 57px;
    line-height: 1.26;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/

/* Small devices */

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
.th-container3 {
  --main-container: 1250px;
}
/* Hight Resoulation devices */
@media only screen and (min-width: 1300px) {
  
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

/* Large devices */
/*------------------- 2.2. Grid -------------------*/

.gy-40 {
  --bs-gutter-y: 40px;
}
@media (min-width: 1500px) {
  .gx-70 {
    --bs-gutter-x: 70px;
  }
}
/* Medium devices */

/*------------------- 2.3. Input -------------------*/

/* Firefox */

/*------------------- 2.4. Slider -------------------*/
.swiper-wrapper.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.slider-controller {
  margin-top: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  /* Large devices */
}
.slider-controller .button {
  width: calc(100% - 204px);
}
@media (max-width: 1199px) {
  .slider-controller {
    margin-top: 45px;
  }
}

/* Extra large devices */
/* Medium Large devices */

/* Medium devices */

/*------------------- 2.4. nice-select -------------------*/
:root {
  --input-height: 50px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}

/*------------------- 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: var(--white-color);
}
.th-menu-wrapper .mobile-logo svg {
  max-height: 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: 8px;
}
.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.th-mobile-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    display: inline-block;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-96 0 512 512' fill='%23000000'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}
.th-mobile-menu ul li ul li {
  padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
          box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.8' stroke-linecap='round'%3E%3Cpath d='M12 5V19'/%3E%3Cpath d='M5 12H19'/%3E%3C/svg%3E");
        margin-top: 5px;
    margin-left: 0px;
}
.th-mobile-menu ul .th-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.8' stroke-linecap='round'%3E%3Cpath d='M5 12H19'/%3E%3C/svg%3E");
}
.th-mobile-menu ul .th-item-has-children.th-active > a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.8' stroke-linecap='round'%3E%3Cpath d='M5 12H19'/%3E%3C/svg%3E");
}
.th-mobile-menu > ul {
  padding: 0 40px;
}
.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.sr-only{
  display: none;
}
.hero-bg-image::before{
      content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 33, 89, 0.8)), to(rgba(26, 33, 89, 0.8)));
    background: linear-gradient(0deg, rgba(26, 33, 89, 0.8), rgba(26, 33, 89, 0.8));
}
.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 8px;
}
.th-menu-toggle:hover {
  background-color: var(--title-color);
}
.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 45px 0 10px 0;
  padding-bottom: 20px;
  line-height: 12px;
  height: 12px;
  bottom: 0 !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  margin: 5px 4px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--body-color);
  color: var(--white-color);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.th-hero-wrapper .swiper-pagination-bullet {
  border-color: var(--white-color);
}

.hero-1 .slider-controller .swiper-pagination-bullets {
  margin: 0;
}
.hero-1 .slider-controller .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 24px 0 !important;
  display: block;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: scale(1.9);
          transform: scale(1.9);
}
.swiper-pagination-bullets.style2 .swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}
.preloader .th-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 0 auto;
}

/* Specific styles for .heart-rate container */

/* Styles for the fade-in animation */

/* Styles for the fade-out animation */

/* Keyframes for the heartRateIn animation */
@-webkit-keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
/* Keyframes for the heartRateOut animation */
@-webkit-keyframes heartRateOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}
@keyframes heartRateOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  font-family: var(--body-font);
  border: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  line-height: 1;
  padding: 20px 24px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  will-change: transform;
}
.th-btn img {
  margin-right: 8px;
}
.th-btn:before, .th-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--title-color)), color-stop(0, transparent), color-stop(50%, transparent), color-stop(0, var(--title-color)), color-stop(75%, var(--title-color)), color-stop(0, transparent));
  background: linear-gradient(90deg, var(--title-color) 25%, transparent 0, transparent 50%, var(--title-color) 0, var(--title-color) 75%, transparent 0);
  -webkit-transform: translateY(var(--progress, 100%));
          transform: translateY(var(--progress, 100%));
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.th-btn:after {
  --progress: -100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, var(--title-color)), color-stop(50%, var(--title-color)), color-stop(0, transparent), color-stop(75%, transparent), color-stop(0, var(--title-color)));
  background: linear-gradient(90deg, transparent 0, transparent 25%, var(--title-color) 0, var(--title-color) 50%, transparent 0, transparent 75%, var(--title-color) 0);
}
.th-btn:hover {
  color: var(--white-color);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.th-btn:hover:before, .th-btn:hover:after {
  --progress: 0;
}
.th-btn.style1:before, .th-btn.style1:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--white-color)), color-stop(0, transparent), color-stop(50%, transparent), color-stop(0, var(--white-color)), color-stop(75%, var(--white-color)), color-stop(0, transparent));
  background: linear-gradient(90deg, var(--white-color) 25%, transparent 0, transparent 50%, var(--white-color) 0, var(--white-color) 75%, transparent 0);
}
.th-btn.style1:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, var(--white-color)), color-stop(50%, var(--white-color)), color-stop(0, transparent), color-stop(75%, transparent), color-stop(0, var(--white-color)));
  background: linear-gradient(90deg, transparent 0, transparent 25%, var(--white-color) 0, var(--white-color) 50%, transparent 0, transparent 75%, var(--white-color) 0);
}
.th-btn.style1:hover {
  color: var(--title-color);
}
.th-btn.style2 {
  background-color: var(--theme-color2);
}
.th-btn.style2:before, .th-btn.style2:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--theme-color)), color-stop(0, transparent), color-stop(50%, transparent), color-stop(0, var(--theme-color)), color-stop(75%, var(--theme-color)), color-stop(0, transparent));
  background: linear-gradient(90deg, var(--theme-color) 25%, transparent 0, transparent 50%, var(--theme-color) 0, var(--theme-color) 75%, transparent 0);
}
.th-btn.style2:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, var(--theme-color)), color-stop(50%, var(--theme-color)), color-stop(0, transparent), color-stop(75%, transparent), color-stop(0, var(--theme-color)));
  background: linear-gradient(90deg, transparent 0, transparent 25%, var(--theme-color) 0, var(--theme-color) 50%, transparent 0, transparent 75%, var(--theme-color) 0);
}
.th-btn.style3 {
  background-color: var(--white-color);
  color: var(--title-color);
  padding: 16px 24px;
}
.th-btn.style3:before, .th-btn.style3:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--theme-color)), color-stop(0, transparent), color-stop(50%, transparent), color-stop(0, var(--theme-color)), color-stop(75%, var(--theme-color)), color-stop(0, transparent));
  background: linear-gradient(90deg, var(--theme-color) 25%, transparent 0, transparent 50%, var(--theme-color) 0, var(--theme-color) 75%, transparent 0);
}
.th-btn.style3:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, var(--theme-color)), color-stop(50%, var(--theme-color)), color-stop(0, transparent), color-stop(75%, transparent), color-stop(0, var(--theme-color)));
  background: linear-gradient(90deg, transparent 0, transparent 25%, var(--theme-color) 0, var(--theme-color) 50%, transparent 0, transparent 75%, var(--theme-color) 0);
}
.th-btn.style3:hover {
  color: var(--white-color);
}
.th-btn.style5 {
  background-color: var(--title-color);
}
.th-btn.style5:before, .th-btn.style5:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--theme-color2)), color-stop(0, transparent), color-stop(50%, transparent), color-stop(0, var(--theme-color2)), color-stop(75%, var(--theme-color2)), color-stop(0, transparent));
  background: linear-gradient(90deg, var(--theme-color2) 25%, transparent 0, transparent 50%, var(--theme-color2) 0, var(--theme-color2) 75%, transparent 0);
}
.th-btn.style5:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, var(--theme-color2)), color-stop(50%, var(--theme-color2)), color-stop(0, transparent), color-stop(75%, transparent), color-stop(0, var(--theme-color2)));
  background: linear-gradient(90deg, transparent 0, transparent 25%, var(--theme-color2) 0, var(--theme-color2) 50%, transparent 0, transparent 75%, var(--theme-color2) 0);
}
.th-btn.th-border {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.th-btn.th-border:before, .th-btn.th-border:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--white-color)), color-stop(0, transparent), color-stop(50%, transparent), color-stop(0, var(--white-color)), color-stop(75%, var(--white-color)), color-stop(0, transparent));
  background: linear-gradient(90deg, var(--white-color) 25%, transparent 0, transparent 50%, var(--white-color) 0, var(--white-color) 75%, transparent 0);
}
.th-btn.th-border:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, var(--white-color)), color-stop(50%, var(--white-color)), color-stop(0, transparent), color-stop(75%, transparent), color-stop(0, var(--white-color)));
  background: linear-gradient(90deg, transparent 0, transparent 25%, var(--white-color) 0, var(--white-color) 50%, transparent 0, transparent 75%, var(--white-color) 0);
}
.th-btn.th-border:hover {
  color: var(--title-color);
}
.th-btn.black-border {
  background-color: transparent;
  border: 1px solid rgba(92, 95, 113, 0.2);
  border-radius: 8px;
  color: var(--title-color);
}
.th-btn.black-border:before, .th-btn.black-border:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--title-color)), color-stop(0, transparent), color-stop(50%, transparent), color-stop(0, var(--title-color)), color-stop(75%, var(--title-color)), color-stop(0, transparent));
  background: linear-gradient(90deg, var(--title-color) 25%, transparent 0, transparent 50%, var(--title-color) 0, var(--title-color) 75%, transparent 0);
}
.th-btn.black-border:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, var(--title-color)), color-stop(50%, var(--title-color)), color-stop(0, transparent), color-stop(75%, transparent), color-stop(0, var(--title-color)));
  background: linear-gradient(90deg, transparent 0, transparent 25%, var(--title-color) 0, var(--title-color) 50%, transparent 0, transparent 75%, var(--title-color) 0);
}
.th-btn.black-border:hover {
  color: var(--white-color);
}
.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);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.scroll-top:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 1;
    cursor: pointer;
    border: 2px solid var(--theme-color);
    border-radius: 50%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2386c342' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5'/%3E%3Cpath d='M5 12l7-7 7 7'/%3E%3C/svg%3E");
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 10px);
  margin-top: -0.32em;
}

.sub-title {
  position: relative;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 22px;
  display: inline-block;
  padding-left: 35px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .sub-title {
    font-size: 16px;
  }
}
.sub-title:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 28px;
  height: 15px;
  background-image: url("../img/theme-img/sub-title.svg");
  background-repeat: no-repeat;
  background-color: transparent;
}
.sub-title:has(img) {
  margin-top: 0;
}
.sub-title.style2 {
  color: var(--theme-color2);
  padding-left: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.sub-title.style2:before {
  height: 20px;
  top: 2px;
  background-image: url("../img/theme-img/sub-title2.svg");
}
.sub-title.style3 {
  color: var(--theme-color2);
  padding-left: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.sub-title.style3:before {
  height: 20px;
  top: 5px;
  background-image: url("../img/theme-img/sub-title3.svg");
}

.box-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: -0.32em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 10px);
  position: relative;
  z-index: 2;
}
.title-area.style2 {
  margin-top: -8px;
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
}
/* Small devices */
/* Extra small devices */
/*------------------- 3.4. Common -------------------*/

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

/*sec shape  start --------------------------*/

/*sec shape  end  --------------------------*/
/*Icon Masking********/

/*Magnific popup transition********/

/* cursor area start ---------------------------*/

/* cursor area end ---------------------------*/
/*slider-drag-cursor**************/

/*------------------- 3.6. Font -------------------*/

.fw-normal {
  font-weight: 400;
}

/*------------------- 3.7. Background -------------------*/


[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

a.text-theme:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/

/*------------------- 3.10. Animation -------------------*/

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.4;
  }
  50% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.4;
  }
  50% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@-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);
  }
}

@-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%;
  }
}

@-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);
  }
}

@-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);
  }
}

@-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);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@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);
  }
}

@-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);
  }
}

@-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);
  }
}
@-webkit-keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineDown {
  0% {
    -webkit-transform: 0;
            transform: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 1;
  }
}
@keyframes lineDown {
  0% {
    -webkit-transform: 0;
            transform: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 1;
  }
}

@-webkit-keyframes swing {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes swing {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@-webkit-keyframes wave {
  0% {
    background-position: top right;
  }
  100% {
    background-position: top right -2000px;
  }
}

@keyframes wave {
  0% {
    background-position: top right;
  }
  100% {
    background-position: top right -2000px;
  }
}
@-webkit-keyframes scaleUpDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUpDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes roundFill {
  0% {
    width: 0;
  }
  60% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes roundFill {
  0% {
    width: 0;
  }
  60% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
            transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
            transform: translate3d(0, -15px, 15px);
  }
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
            transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
            transform: translate3d(0, -15px, 15px);
  }
}
@-webkit-keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes zoom1 {
  0% {
    scale: 0.2;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.2;
  }
}
@keyframes zoom1 {
  0% {
    scale: 0.2;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.2;
  }
}
@-webkit-keyframes topBottomLine {
  0% {
    top: 0;
  }
  50% {
    top: calc(100% - 30px);
  }
  100% {
    top: 0;
  }
}
@keyframes topBottomLine {
  0% {
    top: 0;
  }
  50% {
    top: calc(100% - 30px);
  }
  100% {
    top: 0;
  }
}

@-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 footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@-webkit-keyframes fadeLeftRight {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes fadeLeftRight {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.slideinup {
  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);
}

.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.th-ani:hover {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}

.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 shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-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 scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@-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);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
            transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
            transform: translate3d(0, -15px, 15px);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu > ul,
.widget_nav_menu .menu {
  margin: 0 0 -10px 0;
}
.widget_nav_menu a {
  display: block;
  background-color: var(--white-color);
  border: 1px solid var(--smoke-color);
  margin: 0 0 10px 0;
  padding: 16.5px 45px 16.5px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 100px;
}
.widget_nav_menu a::before {
  content: "\f061";
  position: absolute;
  right: 25px;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.widget_nav_menu li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span {
  color: var(--title-color);
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  position: absolute;
  right: 24px;
  top: 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}
.widget_nav_menu a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.widget_nav_menu a:hover:before {
  color: var(--white-color);
}
.widget_nav_menu a:hover ~ span {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.widget_nav_menu a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget {
  padding: var(--widget-padding-y, 32px) var(--widget-padding-x, 32px);
  background-color: transparent;
  border: 1px solid var(--smoke-color);
  margin-bottom: 32px;
  position: relative;
  border-radius: 30px;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 28px 0;
}

/* download-media ---------------------*/


.widget_title.style2 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}

.widget_title.style2:after,
.widget_title.style2:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #E0E0E0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget_title.style2:after {
  background-color: var(--theme-color);
  width: 50px;
}

/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 20px;
    --widget-padding-x: 20px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}
.footer-widget {
  margin-bottom: 50px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  margin: -0.11em 0 32px 0;
}
 .footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}
 .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
 .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 28px;
  margin-bottom: 21px;
  font-family: var(--body-font);
  color: var(--white-color);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
 .footer-widget.widget_nav_menu a:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6.47399V9.52606C16 9.75581 15.8138 9.94225 15.5838 9.94225H9.94225V15.5838C9.94225 15.8139 9.75581 16 9.52606 16H6.47399C6.24437 16 6.05779 15.8138 6.05779 15.5838V9.94225H0.416193C0.186253 9.94225 0 9.75581 0 9.52606V6.47399C0 6.24419 0.186253 6.05779 0.416193 6.05779H6.05779V0.416193C6.05779 0.186162 6.24432 0 6.47399 0H9.52606C9.75581 0 9.94225 0.186162 9.94225 0.416193V6.05779H15.5838C15.8139 6.05779 16 6.24419 16 6.47399Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  position: absolute;
  font-weight: 900;
  left: 0;
  top: 4px;
  width: 16px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 16px;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
}
 .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
 .footer-widget.widget_nav_menu a:hover:before {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
 .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
 .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
 .footer-widget.widget_nav_menu.style2 a:before {
  content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M16.25 6.47399V9.52606C16.25 9.75581 16.0638 9.94225 15.8338 9.94225H10.1923V15.5838C10.1923 15.8139 10.0058 16 9.77606 16H6.72399C6.49437 16 6.30779 15.8138 6.30779 15.5838V9.94225H0.666193C0.436253 9.94225 0.25 9.75581 0.25 9.52606V6.47399C0.25 6.24419 0.436253 6.05779 0.666193 6.05779H6.30779V0.416193C6.30779 0.186162 6.49432 0 6.72399 0H9.77606C10.0058 0 10.1923 0.186162 10.1923 0.416193V6.05779H15.8338C16.0639 6.05779 16.25 6.24419 16.25 6.47399Z' fill='%235C5F71'/%3E%3C/g%3E%3C/svg%3E%0A");
}
 .footer-widget.widget_nav_menu.style2 a:hover:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6.47399V9.52606C16 9.75581 15.8138 9.94225 15.5838 9.94225H9.94225V15.5838C9.94225 15.8139 9.75581 16 9.52606 16H6.47399C6.24437 16 6.05779 15.8138 6.05779 15.5838V9.94225H0.416193C0.186253 9.94225 0 9.75581 0 9.52606V6.47399C0 6.24419 0.186253 6.05779 0.416193 6.05779H6.05779V0.416193C6.05779 0.186162 6.24432 0 6.47399 0H9.52606C9.75581 0 9.94225 0.186162 9.94225 0.416193V6.05779H15.5838C15.8139 6.05779 16 6.24419 16 6.47399Z' fill='%23F96363'/%3E%3C/svg%3E%0A");
  color: var(--theme-color);
}

.th-widget-about .about-logo {
  margin-bottom: 32px;
}
.th-widget-about .about-text {
  font-size: 18px;
  color: rgba(183, 189, 222, 0.8);
  margin-bottom: 30px;
  margin-top: -0.5em;
}

/* Large devices */
@media (max-width: 1199px) {
   .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .th-widget-about .about-text {
    margin-bottom: 20px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}
.header-layout1 .sticky-wrapper.sticky {
  max-width: var(--main-container);
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  border-radius: 0 0 20px 20px;
  /* Extra large devices */
}
.header-layout1 .sticky-wrapper.sticky .header-logo.style1 {
    display: block;
}

@media (max-width: 1199px) {
  .header-layout1 .sticky-wrapper.sticky .th-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area {
    padding: 0px 25px 0px 25px;
  }
}
@media (max-width: 480px) {
  .header-layout1 .menu-area {
    padding: 0px 15px 0px 15px;
  }
}
.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;
}
@-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-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--title-color);
  text-transform: capitalize;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 14px;
}
.main-menu > ul > li > a {
  padding: 33px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:has(.mega-menu) {
  position: static;
}
.main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    position: relative;
    top: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M4.646 6.146a.5.5 0 0 1 .708 0L8 8.793l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}


.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border-top: 3px solid var(--theme-color);
  -webkit-box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
          box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 9px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li.menu-item-has-children:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\e3b2";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  width: 13px;
  height: 16px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 500;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}
.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
  color: var(--theme-color);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme-color);
}
.social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .header-logo {
    max-width: 148px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .main-menu > ul > li > a {
    padding: 37px 0;
  }
}
.header-button .th-btn:not(:last-child) {
  /* Medium Large devices */
}

/* header layout1 start  ---------------------------------- */
.header-layout1 .container {
  --main-container: 1856px;
}
.header-layout1 .header-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .header-layout1 .header-wrapp {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .header-layout1 .header-wrapp .th-btn {
    display: none;
  }
}
.header-layout1 .header-logo.style1 {
  display: none;
}
.header-layout1 .menu-area {
  margin: 32px 0px 0 0px;
  padding: 0px 48px;
  border-radius: 16px;
  background-color: var(--white-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area {
    padding: 0px 25px 0px 25px;
  }
}
@media (max-width: 480px) {
  .header-layout1 .menu-area {
    padding: 0px 15px 0px 15px;
  }
}
.header-layout1 .menu-top {
  border-bottom: 1px solid var(--smoke-color);
}
.header-layout1 .header-logo {
  padding-top: 24px;
  padding-bottom: 24px;
}
.header-layout1 .th-btn {
  padding: 15.2px 24px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .header-layout1 .th-btn {
    padding: 15px 16px;
  }
}
.header-layout1 .th-btn:not(:last-child) {
  margin-right: 10px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .header-layout1 .th-btn:not(:last-child) {
    display: none;
  }
}
.header-layout1 .th-menu-toggle {
  margin: 15px 0;
}
.footer-wrapper {
    position: relative;
 
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 30px;
}

.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-size: 16px;
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 25px;
  margin-right: 10px;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .footer-links li {
    padding-right: 20px;
    margin-right: 5px;
  }
}
.footer-links li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  background-color: var(--theme-color);
  right: 0;
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links a {
  font-family: inherit;
  color: #5C5F71;
}
.footer-links a:hover {
  color: var(--theme-color);
}

.copyright-wrap {
  background-color: var(--white-color);
  padding: 18px 0;
}

.copyright-text {
  margin: 0;
  color: var(--body-color);
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--title-color);
}

.th-widget-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (max-width: 1500px) {
  .th-widget-contact {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .th-widget-contact {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 1299px) {
  .th-widget-contact {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 991px) {
  .th-widget-contact {
    grid-template-columns: auto;
  }
}
.th-widget-contact .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 357px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .th-widget-contact .info-box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.th-widget-contact .info-box .box-icon {
  min-width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid rgba(92, 95, 113, 0.3);
  border-radius: 48px;
  color: var(--theme-color);
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}
.th-widget-contact .info-box .box-icon:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 375px) {
  .th-widget-contact .info-box .box-icon {
    max-width: 56px;
    display: block;
    margin: auto;
  }
}
.th-widget-contact .info-box .box-title {
  margin-bottom: 5px;
}
.th-widget-contact .info-box .box-text {
  margin-bottom: 0;
}
.th-widget-contact .info-box .box-link {
  color: var(--body-color);
  display: block;
}
.th-widget-contact .divided {
  width: 1px;
  height: 71px;
  background: rgba(92, 95, 113, 0.2);
  border-radius: 24px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .th-widget-contact .divided {
    display: none;
  }
}
.th-widget-contact .footer-btn {
  /* Small devices */
}
@media (max-width: 767px) {
  .th-widget-contact .footer-btn {
    text-align: center;
  }
}
.th-widget-contact .footer-btn .th-btn {
  font-size: 24px;
  padding: 36px 30px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .th-widget-contact .footer-btn .th-btn {
    font-size: 20px;
    padding: 20px 20px;
  }
}
@media (max-width: 375px) {
  .th-widget-contact .footer-btn .th-btn {
    font-size: 18px;
    padding: 20px 18px;
  }
}

.copyright-wrap {
  background-color: transparent;
}
.copyright-wrap .copyright-text {
  color: var(--body-color);
}
.copyright-wrap .footer-links a {
  color: #B7BDDE;
}
.copyright-wrap .footer-links a:hover {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .copyright-text {
    text-align: center;
  }
}



.footer-layout3 .footer-widget {
  margin-bottom: 62px;
}
.footer-layout3 .widget-area {
  padding-top: 80px;
}
.footer-layout3 .copyright-wrap .copyright-text {
  color: #fff;
}
.footer-layout3 .footer-widget.widget_nav_menu a {
  color: #fff;
}
.footer-layout3 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}
.footer-layout3 .footer-area {
  background-color: var(--theme-color3);
  border-radius: 10px;
  width: 1760px;
  max-width: 100%;
  margin: 0px auto 0;
  position: relative;
 
}
@media (max-width: 1500px) {
  .footer-layout3 .footer-area {
    border-radius: 10px;
  }
}
.footer-layout3 .th-widget-contact {
  background-color: var(--white-color);
  border-radius: 16px;
  padding: 35px 24px 35px 35px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .footer-layout3 .th-widget-contact {
    padding: 25px 20px;
  }
}
.footer-layout3 .copyright-text a:hover {
  color: var(--white-color);
}

.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
}
.th-hero-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.call-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .call-info {
    display: block;
    text-align: left;
    gap: 5px;
  }
}
.call-info.style3 {
  background-color: var(--title-color);
  border-radius: 16px;
  padding: 22px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .call-info.style3 {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .call-info.style3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 375px) {
  .call-info.style3 {
    text-align: center;
  }
}
.call-info.style3 .call-icon {
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 68px;
  /* Small devices */
}
@media (max-width: 767px) {
  .call-info.style3 .call-icon {
    display: block;
    margin: auto;
  }
}
.call-info.style3 .call-icon i:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.call-info.style3 .call-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
}
.call-info.style3 .call-link {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--white-color);
}
.call-info .call-icon {
  /* Extra small devices */
}
@media (max-width: 375px) {
  .call-info .call-icon {
    margin-bottom: 5px;
  }
}
.call-info .call-icon .svg-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.call-info .call-icon i:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
  color: var(--white-color);
}
.call-info .call-label {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--body-color);
  display: block;
  margin-bottom: 0px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .call-info .call-label {
    font-size: 16px;
  }
}
.call-info .call-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: var(--title-color);
  margin-bottom: 0;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}
.call-info .call-link:hover {
  color: var(--theme-color);
}
@media (max-width: 375px) {
  .call-info .call-link {
    font-size: 18px;
  }
}
.call-info .call-link a {
  color: inherit;
}
.call-info.style2 .call-icon {
  width: 56px;
  border: 5px solid rgba(249, 99, 99, 0.2);
  border-radius: 50%;
}
.call-info.style2 .call-icon i {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.call-info.style2 .call-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
}

.btn-group:has(.call-btn) {
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .btn-group:has(.call-btn) {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .btn-group:has(.call-btn) {
    gap: 20px;
  }
}

/* Hero 1 ---------------------------------- */
.hero-image {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-image {
    text-align: center;
  }
}

/* hero 1 ------------------------ */
.hero-1 {
  position: relative;
  z-index: 3;
}
.hero-1 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 33, 89, 0.8)), to(rgba(26, 33, 89, 0.8)));
  background: linear-gradient(0deg, rgba(26, 33, 89, 0.8), rgba(26, 33, 89, 0.8));
}
.hero-1 .social-links {
  position: absolute;
  z-index: 2;
  left: -5.5%;
  bottom: 40%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1899px) {
  .hero-1 .social-links {
    left: -8%;
  }
}
@media (max-width: 1799px) {
  .hero-1 .social-links {
    display: none;
  }
}
.hero-1 .social-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-1 .social-links a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.hero-1 .social-links:after {
  content: "";
  position: relative;
  background-color: var(--theme-color);
  height: 1px;
  width: 176px;
  display: inline-block;
  top: -6px;
  margin-left: 15px;
}
.hero-1 .social-links.style2 {
  left: -7%;
}
.hero-1 .slider-controller {
  position: absolute;
  top: 50%;
  right: 66px;
  z-index: 2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-1 .slider-controller {
    display: none;
  }
}
.hero-1 .hero-inner {
  position: relative;
  z-index: 1;
}
.hero-1 .hero-inner.style2:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 33, 89, 0.8)), to(rgba(26, 33, 89, 0.8)));
  background: linear-gradient(0deg, rgba(26, 33, 89, 0.8), rgba(26, 33, 89, 0.8));
  z-index: -1;
}

.hero-style1 {
  position: relative;
  padding: 408px 0 189px 0;
  max-width: 913px;
  margin-left: 40px;
  z-index: 4;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-style1 {
    text-align: center;
    padding: 408px 0 100px 0;
  }
}
@media (max-width: 991px) {
  .hero-style1 {
    padding: 350px 0 100px 0;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .hero-style1 {
    padding: 300px 0 100px 0;
  }
}
.hero-style1 .sub-title {
  color: var(--white-color);
}
.hero-style1 .hero-title {
  color: var(--white-color);
  margin-bottom: 60px;
	font-size:80;
}
.hero-style1 .hero-title h1 {
 font-size:80;
}
.hero-style1 .hero-title h2 {
 font-size:50;
}


@-webkit-keyframes dnarotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(359deg);
            transform: rotateZ(359deg);
  }
}

@keyframes dnarotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(359deg);
            transform: rotateZ(359deg);
  }
}
@-webkit-keyframes dnaAnim {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(359deg);
            transform: rotateY(359deg);
  }
}
@keyframes dnaAnim {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(359deg);
            transform: rotateY(359deg);
  }
}
#description {
  margin-bottom: 30px;
}
.contact-info {
  /* Extra small devices */
}
.contact-info-area {
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-info-area {
    padding: 120px 0 80px 0;
  }
}
.contact-info_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  max-width: 663px;
  /* Small devices */
}
@media (max-width: 767px) {
  .contact-info_wrapp {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .contact-info_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-info_wrapp .divided {
  width: 1px;
  height: 80px;
  background-color: var(--th-border-color2);
  /* Small devices */
}
@media (max-width: 767px) {
  .contact-info_wrapp .divided {
    display: none;
  }
}
@media (max-width: 375px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-info_label {
  font-family: var(--title-font);
  font-size: 24px;
  line-height: 30px;
  color: var(--title-color);
  font-weight: 600;
  margin-top: -0.3rem;
  margin-bottom: 2px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .contact-info_label {
    font-size: 20px;
  }
}
.contact-info_text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  max-width: 260px;
}
@-webkit-keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
            transform: rotate(5deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
            transform: rotate(5deg) translate(-5px, -5px);
  }
}
@keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
            transform: rotate(5deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
            transform: rotate(5deg) translate(-5px, -5px);
  }
}
@-webkit-keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.contact-area {
  background-color: #F2F3FC;
}
.global-img2 {
  position: relative;
  overflow: hidden;
 }
.global-img2 img {
  width: 100%;
  }

.th-ani .box-icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.th-ani:hover .box-icon img {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}

/* About area -------------------*/

.discount-wrapp {
  position: relative;
  background-color: #FFF2F2;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  z-index: 2;
}

.discount-tag {
  display: inline-block;
  min-height: 170px;
  min-width: 170px;
  border-radius: 50%;
  z-index: 1;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 500;
  color: var(--title-color);
  text-align: center;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  animation: spin 10s infinite alternate-reverse;
}
.discount-tag span {
  --rotate-letter: 8deg;
  min-height: 80px;
  position: absolute;
  min-width: 80px;
  left: 24px;
  top: 0px;
  text-transform: uppercase;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(var(--rotate-letter));
          transform: rotate(var(--rotate-letter));
}

.discount-wrapp.style2 {
  position: absolute;
  bottom: -63px;
  right: 65px;
}
.discount-wrapp.style2 .discount-tag {
  font-size: 18px;
}

.about-wrapper.style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  /* Medium devices */
}
@media (max-width: 1799px) {
  .about-wrapper.style2 {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .about-wrapper.style2 {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}


.about-bg-shape7-1 {
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  
  .about-bg-shape7-1 {
    display: none;
  }
}

.img-box7-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
  position: relative;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  margin-left: -46px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .img-box7-1 {
    margin-left: 0;
  }
}
.img-box7-1 .img1 {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  overflow: hidden;
}
.img-box7-1 .img2 {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  overflow: hidden;
  margin-top: 35px;
}
.img-box7-1 .about-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.img-box7-1 .about-wrapper .discount-wrapp {
  background-color: var(--theme-color);
}
.img-box7-1 .about-wrapper .about-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 0;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-box7-1 .about-wrapper .discount-tag {
  color: var(--white-color);
}
.img-box7-1 .about-wrapper .discount-tag span {
  --rotate-letter: 9deg;
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  color: var(--title-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  /* padding-left: 35px; */
  /* Extra small devices */
}

.checklist li svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    flex-shrink: 0;
}
@media (max-width: 575px) {
  .checklist li {
    font-size: 18px;
  }
}
.checklist li > i {
  font-size: 22px;
  color: var(--title-color);
}
.checklist li:not(:last-child) {
  margin-bottom: 10px;
}
.checklist.style2 li {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--body-color);
  padding-left: 40px;
}
.checklist.style2 li:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_692_4795)'%3E%3Cpath d='M23.3145 3.28105C22.9614 2.92738 22.3886 2.92677 22.0355 3.27955L11.1843 14.1021L7.26917 9.84997C6.93087 9.48275 6.3589 9.45894 5.99107 9.79719C5.62353 10.1355 5.6 10.7077 5.93829 11.0753L10.4911 16.0197C10.6578 16.2009 10.8912 16.3062 11.1372 16.3113C11.1438 16.3116 11.1502 16.3116 11.1565 16.3116C11.3956 16.3116 11.6256 16.2166 11.7951 16.0477L23.3127 4.56032C23.6667 4.20758 23.6673 3.63472 23.3145 3.28105Z' fill='%23502581'/%3E%3Cpath d='M23.0955 11.0955C22.5959 11.0955 22.191 11.5004 22.191 12C22.191 17.6195 17.6195 22.191 12 22.191C6.38081 22.191 1.80905 17.6195 1.80905 12C1.80905 6.38081 6.38081 1.80905 12 1.80905C12.4996 1.80905 12.9045 1.40414 12.9045 0.904547C12.9045 0.404906 12.4996 0 12 0C5.38312 0 0 5.38312 0 12C0 18.6166 5.38312 24 12 24C18.6166 24 24 18.6166 24 12C24 11.5004 23.5951 11.0955 23.0955 11.0955Z' fill='%23502581'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_692_4795'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color);
  margin-right: 10px;
}
.checklist.style3 li {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  padding-left: 40px;
}
.checklist.style3 li:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_692_4795)'%3E%3Cpath d='M23.3145 3.28105C22.9614 2.92738 22.3886 2.92677 22.0355 3.27955L11.1843 14.1021L7.26917 9.84997C6.93087 9.48275 6.3589 9.45894 5.99107 9.79719C5.62353 10.1355 5.6 10.7077 5.93829 11.0753L10.4911 16.0197C10.6578 16.2009 10.8912 16.3062 11.1372 16.3113C11.1438 16.3116 11.1502 16.3116 11.1565 16.3116C11.3956 16.3116 11.6256 16.2166 11.7951 16.0477L23.3127 4.56032C23.6667 4.20758 23.6673 3.63472 23.3145 3.28105Z' fill='%23502581'/%3E%3Cpath d='M23.0955 11.0955C22.5959 11.0955 22.191 11.5004 22.191 12C22.191 17.6195 17.6195 22.191 12 22.191C6.38081 22.191 1.80905 17.6195 1.80905 12C1.80905 6.38081 6.38081 1.80905 12 1.80905C12.4996 1.80905 12.9045 1.40414 12.9045 0.904547C12.9045 0.404906 12.4996 0 12 0C5.38312 0 0 5.38312 0 12C0 18.6166 5.38312 24 12 24C18.6166 24 24 18.6166 24 12C24 11.5004 23.5951 11.0955 23.0955 11.0955Z' fill='%23502581'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_692_4795'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color);
  margin-right: 10px;
}
.checklist.style5 li {
  font-weight: 400;
	content: "\f0da";
}
.checklist.style5 li:before {
  color: var(--theme-color2);
}
.checklist.list-two-column ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  /* Medium Large devices */
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .checklist.list-two-column ul {
    gap: 0 20px;
  }
}
@media (max-width: 1299px) {
  .checklist.list-two-column ul {
    gap: 0 15px;
  }
}
@media (max-width: 520px) {
  .checklist.list-two-column ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checklist.list-two-column ul li {
  /* Medium Large devices */
}
.checklist.list-two-column ul li:last-child {
  margin-bottom: 20px;
}
@media (max-width: 1299px) {
  .checklist.list-two-column ul li {
    font-size: 16px;
  }
}
.checklist.mb-40 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
}
.cta-area {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.cta-area:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-64.07%, rgba(26, 33, 89, 0)), color-stop(68.66%, rgba(26, 33, 89, 0.8)));
  background: linear-gradient(180deg, rgba(26, 33, 89, 0) -64.07%, rgba(26, 33, 89, 0.8) 68.66%);
  z-index: -1;
}
.cta-area2 {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.cta-area2:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-64.07%, rgba(26, 33, 89, 4)), color-stop(68.66%, rgba(26, 33, 89, 0.8)));
  background: linear-gradient(180deg, rgba(26, 33, 89, 4) -64.07%, rgba(26, 33, 89, 0.8) 68.66%);
  z-index: -1;
}
.sec-text3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  max-width: 1017px;
  display: block;
  margin: auto;
  text-align: center;
  color: var(--white-color);
}

.call-1 {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.02em;
  color: var(--white-color);
}
.call-1 i {
  color: var(--theme-color);
}
.call-1 a {
  color: inherit;
}

.service-grid {
  position: relative;
  z-index: 2;
}
.service-grid .box-img {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  margin-bottom: 32px;
}

.service-grid .box-img img {
  border-radius: 16px;
}
.service-grid .box-content .box-title a {
  font-size: 20px;
  margin-bottom: 22px;
	color:#fff;
}
.service-grid .box-content .box-text {
  	color:#fff;
}

.service-tab10 {
  background: var(--smoke-color2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.service-tab10 .tab-btn {
  background: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  letter-spacing: 0.02em;
  padding: 27px 22px;
  border-right: 2px solid var(--white-color);
  width: 16.666%;
  /* Extra large devices */
  /* Medium devices */
  /* Small devices */
}
.service-tab10 .tab-btn:last-child {
  border-right: 0;
}
.service-tab10 .tab-btn.active {
  background: var(--theme-color2);
  color: var(--white-color);
}
@media (max-width: 1500px) {
  .service-tab10 .tab-btn {
    width: 33.333%;
    border-bottom: 2px solid var(--white-color);
  }
  .service-tab10 .tab-btn:last-child {
    border-right: 2px solid var(--white-color);
  }
}
@media (max-width: 991px) {
  .service-tab10 .tab-btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .service-tab10 .tab-btn {
    width: 100%;
    border-right: 0;
  }
  .service-tab10 .tab-btn:last-child {
    border-bottom: 0;
    border-right: 0;
  }
}

.service-card10 {
  background: var(--smoke-color2);
  padding: 60px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .service-card10 {
    padding: 40px;
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .service-card10 {
    display: block;
  }
}
@media (max-width: 575px) {
  .service-card10 {
    padding: 30px;
  }
	.service-card10 .box-img img {  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;

  }
}
.service-card10 .box-content {
  max-width: 650px;
  -ms-flex-item-align: center;
      align-self: center;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .service-card10 .box-content {
    max-width: none;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
.service-card10 .box-img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .service-card10 .box-img {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .service-card10 .box-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .service-card10 .box-img {
    margin-bottom: 40px;
  }
}
.service-card10 .box-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card10 .box-img .box-icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -100px;
  bottom: 80px;
  /* Medium Large devices */
}
.service-card10 .box-img .box-icon:after {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 6px solid var(--smoke-color2);
}
.service-card10 .box-img .box-icon img {
  border-radius: 0;
  width: auto;
  height: auto;
}
@media (max-width: 1399px) {
  .service-card10 .box-img .box-icon {
    left: 30px;
    bottom: 30px;
    width: 120px;
    height: 120px;
  }
  .service-card10 .box-img .box-icon img {
    width: 60px;
  }
  .service-card10 .box-img .box-icon:after {
    inset: 10px;
  }
}
.service-card10 .box-title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25em;
  max-width: 400px;
  margin-bottom: 27px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .service-card10 .box-title {
    font-size: 36px;
  }
}
@media (max-width: 1299px) {
  .service-card10 .box-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .service-card10 .box-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .service-card10 .box-title {
    max-width: none;
    margin-bottom: 20px;
  }
}
.service-card10 .box-text {
  letter-spacing: 0.02em;
}
.service-card10 .btn-group {
  margin-top: 60px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .service-card10 .btn-group {
    margin-top: 40px;
  }
}

/* project card start ----------------------------*/
.social-links {
  padding: 0;
  display: inline-block;
}
.social-links .title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  margin-right: 16px;
  display: inline-block;
}
.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 0 0;
}
.social-links a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(183, 189, 222, 0.5);
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
/* feature card start -------------------------*/
.feature-card {
  background-color: #F2F3FC;
  border-radius: 16px;
  padding: 30px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .feature-card {
    padding: 30px;
  }
}
.feature-card_wrapp:nth-child(2) .feature-card {
  background-color: #E9F5ED;
}
.feature-card_wrapp:nth-child(3) .feature-card {
  background-color: #FFFBD9;
}
.feature-card .box-icon {
  margin-bottom: 30px;
}
.feature-card .box-icon img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-card .box-title {
  margin-bottom: 10px;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .feature-card .box-title {
    font-size: 25px;
  }
}
@media (max-width: 1399px) {
  .feature-card .box-title {
    font-size: 20px;
  }
}
.feature-card .box-text {
  max-width: 450px;
  color: var(--title-color);
  margin-bottom: 24px;
}
.feature-card .th-btn {
  padding: 15px 24px;
}
.feature-card:hover .box-icon img {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}

/* .feature-box start -------------------------------*/

/* Feature 3 ---------------------------------- */

/* .feature-box end -------------------------------*/
/* choose-feature2 start --------------  */

/* choose-feature start -------------------------------*/

/* choose-feature end -------------------------------*/
/* choose-card end -------------------------------*/

/* choose-card end -------------------------------*/

/* choose-area2 start ---------------------------*/

/*  */
@-webkit-keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

/*feature area 4**************************/

/* Feature 3 */

/*------------------- 4.00. Video -------------------*/
/* Video area start -----------------------*/

/*------------------- 4.00. Work -------------------*/
/* work-area start -----------------------*/

/*------------------- 4.00. Category -------------------*/
/* Category Page ---------------------------------- */

/*------------------- 4.00. Color Scheme -------------------*/
/* color scheme ---------------------------------- */

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/

/*-- Padding Top And Bottom --*/

/*-- Padding Top --*/

/*-- Padding Bottom --*/

.pb-10 {
  padding-bottom: 10px;
}

/*-- Padding Left --*/

/*-- Padding Right --*/

/*-- margin Left And Right --*/

/*-- margin Top And Bottom --*/

/*-- margin Top --*/

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

/*-- margin Left --*/

/*-- margin Right --*/

.mt-50 {
  margin-top: 50px;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mt-60 {
  margin-top: 60px;
}

.fs-18 {
  font-size: 18px;
  line-height: 1.555;
}

.space {
  padding-top: var(--section-space);
}

.space {
  padding-bottom: var(--section-space);
}
button::-moz-focus-inner{padding:0;border:0}
/* Medium devices */
@media (max-width: 991px) {
  .space {
    padding-top: var(--section-space-mobile);
  }
  .space {
    padding-bottom: var(--section-space-mobile);
  }
}

.swiper{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{overflow:hidden;overflow:clip;list-style:none;padding:0}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
.swiper-wrapper{transform:translateZ(0)}
.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.youtube-lite {
    position: relative;
    padding-top: 56.25%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.youtube-lite img,
.youtube-lite iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.play-btn {
    position: absolute;
    inset: 50%;
    width: 70px;
    height: 50px;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 14px;
    background: rgba(255,0,0,.9);
    cursor: pointer;
}

.play-btn::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 16px;
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.discount-tag span.char2 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
          transform: rotate(calc(var(--rotate-letter) * 2));
}
.discount-tag span.char3 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
          transform: rotate(calc(var(--rotate-letter) * 3));
}
.discount-tag span.char4 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
          transform: rotate(calc(var(--rotate-letter) * 4));
}
.discount-tag span.char5 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
          transform: rotate(calc(var(--rotate-letter) * 5));
}
.discount-tag span.char6 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
          transform: rotate(calc(var(--rotate-letter) * 6));
}
.discount-tag span.char7 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
          transform: rotate(calc(var(--rotate-letter) * 7));
}
.discount-tag span.char8 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
          transform: rotate(calc(var(--rotate-letter) * 8));
}
.discount-tag span.char9 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
          transform: rotate(calc(var(--rotate-letter) * 9));
}
.discount-tag span.char10 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
          transform: rotate(calc(var(--rotate-letter) * 10));
}
.discount-tag span.char11 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
          transform: rotate(calc(var(--rotate-letter) * 11));
}
.discount-tag span.char12 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
          transform: rotate(calc(var(--rotate-letter) * 12));
}
.discount-tag span.char13 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
          transform: rotate(calc(var(--rotate-letter) * 13));
}
.discount-tag span.char14 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
          transform: rotate(calc(var(--rotate-letter) * 14));
}
.discount-tag span.char15 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
          transform: rotate(calc(var(--rotate-letter) * 15));
}
.discount-tag span.char16 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
          transform: rotate(calc(var(--rotate-letter) * 16));
}
.discount-tag span.char17 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
          transform: rotate(calc(var(--rotate-letter) * 17));
}
.discount-tag span.char18 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
          transform: rotate(calc(var(--rotate-letter) * 18));
}
.discount-tag span.char19 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
          transform: rotate(calc(var(--rotate-letter) * 19));
}
.discount-tag span.char20 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
          transform: rotate(calc(var(--rotate-letter) * 20));
}
.discount-tag span.char21 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
          transform: rotate(calc(var(--rotate-letter) * 21));
}
.discount-tag span.char22 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
          transform: rotate(calc(var(--rotate-letter) * 22));
}
.discount-tag span.char23 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
          transform: rotate(calc(var(--rotate-letter) * 23));
}
.discount-tag span.char24 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
          transform: rotate(calc(var(--rotate-letter) * 24));
}
.discount-tag span.char25 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
          transform: rotate(calc(var(--rotate-letter) * 25));
}
.discount-tag span.char26 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
          transform: rotate(calc(var(--rotate-letter) * 26));
}
.discount-tag span.char27 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
          transform: rotate(calc(var(--rotate-letter) * 27));
}
.discount-tag span.char28 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
          transform: rotate(calc(var(--rotate-letter) * 28));
}
.discount-tag span.char29 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
          transform: rotate(calc(var(--rotate-letter) * 29));
}
.discount-tag span.char30 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
          transform: rotate(calc(var(--rotate-letter) * 30));
}
.discount-tag span.char31 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
          transform: rotate(calc(var(--rotate-letter) * 31));
}
.discount-tag span.char32 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
          transform: rotate(calc(var(--rotate-letter) * 32));
}
.discount-tag span.char33 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
          transform: rotate(calc(var(--rotate-letter) * 33));
}
.discount-tag span.char34 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
          transform: rotate(calc(var(--rotate-letter) * 34));
}
.discount-tag span.char35 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
          transform: rotate(calc(var(--rotate-letter) * 35));
}
.discount-tag span.char36 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
          transform: rotate(calc(var(--rotate-letter) * 36));
}
.discount-tag span.char37 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 37));
          transform: rotate(calc(var(--rotate-letter) * 37));
}
.discount-tag span.char38 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 38));
          transform: rotate(calc(var(--rotate-letter) * 38));
}
.discount-tag span.char39 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 39));
          transform: rotate(calc(var(--rotate-letter) * 39));
}
.discount-tag span.char40 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 40));
          transform: rotate(calc(var(--rotate-letter) * 40));
}
.discount-tag span.char41 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 41));
          transform: rotate(calc(var(--rotate-letter) * 41));
}
.discount-tag span.char42 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 42));
          transform: rotate(calc(var(--rotate-letter) * 42));
}
.discount-tag span.char43 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 43));
          transform: rotate(calc(var(--rotate-letter) * 43));
}
.discount-tag span.char44 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 44));
          transform: rotate(calc(var(--rotate-letter) * 44));
}
.checklist li {
    position: relative;
    padding-left: 34px;
}
.style5 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;

    width: 22px;
    height: 22px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23502581'%3E%3Cpath d='M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01zm.287 5.984-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708'/%3E%3C/svg%3E");
}
/*# sourceMappingURL=style.css.map */