@charset "UTF-8";
:root {
  --theme-color: #EB1400;
  --theme-color2: #3F9065;
  --theme-color3: #FF9924;
  --theme-color4: #F1C40F;
  --title-color: #121212;
  --body-color: #6C6C6C;
  --smoke-color: #F7F2E2;
  --smoke-color2: #E9C590;
  --smoke-color3: #F2F2F2;
  --smoke-color4: #FDE1B9;
  --black-color: #000000;
  --black-color2: #072F25;
  --black-color3: #171717;
  --black-color4: #2F394A;
  --black-color5: #22272E;
  --black-color6: #2D333D;
  --black-color7: #0E0E13;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #AFB1C3;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #D8DDE1;
  --th-border-color2: #9D9D9D;
  --th-border-color3: #252A31;
  --th-border-color4: #353B45;
  --th-border-color5: #49515C;
  --th-border-color6: #383D46;
  --title-font: "Barlow Condensed", sans-serif;
  --body-font: "Inter", sans-serif;
  --subtitle-font: "Bangers", system-ui;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1520px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --th-body-background: #ffffff;
}

html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

html::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

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

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 28px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

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

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--black-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%;
}

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

p {
  font-family: var(--body-font);
  margin: 0 0 15px 0;
  color: var(--body-color);
  line-height: 1.8;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 20px;
}

.h6,
h6 {
  font-size: 16px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 42px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  .h5 {
    font-size: 18px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 30px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
}
.text-theme {
  color: var(--theme-color);
}

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

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

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

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

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

@media (min-width: 1119px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.th-menu-wrapper .th-menu-toggle:not(.hamburger-btn) img {
  max-width: 19px;
  top: -1px;
  position: relative;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 40px;
  padding-top: 37px;
  display: block;
  background-color: var(--smoke-color);
  text-align: center;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.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: var(--white-color);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.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 rgba(112, 112, 112, 0.2);
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}

.th-mobile-menu ul li a:before {
  content: "〱";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  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(255, 126, 2, 0.3);
          box-shadow: 0 0 20px -8px rgba(255, 126, 2, 0.3);
  border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle:not(.hamburger-btn) {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}

.th-menu-toggle:not(.hamburger-btn) img {
  max-width: 25px;
  top: 3px;
  position: relative;
}

.th-menu-toggle:not(.hamburger-btn).style2 {
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 28px;
  margin-left: 15px;
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 4.00. Color Scheme -------------------*/
/* color scheme ---------------------------------- */
.color-scheme-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  background: var(--black-color2);
  padding: 20px;
  border-radius: 10px 0 0 10px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.color-scheme-wrap .switchIcon {
  position: absolute;
  left: 0;
  top: 10px;
  border: 0;
  background: var(--theme-color);
  color: var(--white-color);
  height: 45px;
  width: 45px;
  border-radius: 5px 0 0 5px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.color-scheme-wrap .color-scheme-wrap-title {
  font-size: 22px;
  border-bottom: 2px solid var(--th-border-color);
  padding-bottom: 6px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.color-scheme-wrap .color-scheme-wrap-title i {
  font-size: 18px;
  margin-right: 3px;
}

.color-scheme-wrap .color-scheme-wrap-subtitle {
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.color-scheme-wrap .color-scheme-wrap-subtitle i {
  font-size: 18px;
  margin-right: 3px;
}

.color-scheme-wrap .secondary-color-switch-btns,
.color-scheme-wrap .color-switch-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
}

.color-scheme-wrap .secondary-color-switch-btns button,
.color-scheme-wrap .color-switch-btns button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 24px;
  color: var(--theme-color);
  text-align: left;
}

.color-scheme-wrap .secondary-color-switch-btns button {
  color: var(--theme-color2);
}

.color-scheme-wrap.active {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

/*------------------- 3.1. Preloader -------------------*/
/*
 * 2.0 -> Preloader
 * -----------------------------------------------
*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--black-color5);
}
.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;
}

/*===== 3 layer preloader bg =======*/
/*text loading*/
#preloader .txt-loading {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#preloader .preloading-img {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
  text-align: center;
  margin: 0 auto;
}

.preloading-animate {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

#preloader .txt-loading .letters-loading {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  #preloader .txt-loading .letters-loading {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 5px;
  }
}
#preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#preloader .txt-loading .letters-loading {
  color: var(--theme-color4);
}

#preloader .txt-loading .letters-loading:before {
  color: #fff;
}

/* css  */
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 24px 32px;
  min-width: 125px;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.th-btn i {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  color: var(--white-color);
}
.th-btn .btn-icon {
  margin-bottom: -3px;
}
.th-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.3;
}
.th-btn:focus, .th-btn:hover, .th-btn.active {
  color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--title-color);
}
.th-btn:focus:before, .th-btn:hover:before, .th-btn.active:before {
  -webkit-animation: shine 1.5s ease-out;
          animation: shine 1.5s ease-out;
}
.th-btn.btn-mask {
  border-radius: 0;
  -webkit-mask-image: url(../img/theme-img/btn-shape.png);
          mask-image: url(../img/theme-img/btn-shape.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.th-btn.btn-mask:hover, .th-btn.btn-mask:active, .th-btn.btn-mask:focus {
  border-radius: 0;
}
.th-btn.btn-mask:hover {
  border-radius: 0;
}
.th-btn.style2 {
  background: var(--title-color);
  color: var(--white-color);
}
.th-btn.style2:hover, .th-btn.style2:active, .th-btn.style2:focus {
  background: var(--theme-color);
}
.th-btn.style3 {
  background: var(--theme-color3);
  color: var(--title-color);
}
.th-btn.style3:hover, .th-btn.style3:active, .th-btn.style3:focus {
  color: var(--white-color);
  background: var(--theme-color2);
}
.th-btn.style4 {
  background: var(--theme-color2);
  color: var(--white-color);
}
.th-btn.style4:hover, .th-btn.style4:active, .th-btn.style4:focus {
  color: var(--white-color);
  background: var(--theme-color2);
}
.th-btn.style5 {
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn.style5:hover, .th-btn.style5:active, .th-btn.style5:focus {
  color: var(--title-color);
  background: var(--theme-color3);
}
.th-btn.style6 {
  background: transparent;
  color: var(--white-color);
  border: 1px solid #C9AB81;
  border-radius: 0;
  padding: 19px 42px;
}
.th-btn.style6:hover, .th-btn.style6:active, .th-btn.style6:focus {
  color: var(--title-color);
  background: var(--theme-color3);
}
.th-btn.btn-sm {
  padding: 20px 48px;
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}
@keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, transparent);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}
.icon-btn.style2:hover {
  background-color: var(--title-color);
}
.icon-btn.style3 {
  background-color: var(--smoke-color);
  color: var(--title-color);
  border: none;
  border-radius: 99px;
}
.icon-btn.style3:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.4em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  --icon-size: 40px;
  font-size: 14px;
  border: 1px solid;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: var(--white-color);
}
.play-btn.style4 > i {
  --icon-size: 100px;
  color: var(--title-color);
}
.play-btn.style4:before, .play-btn.style4:after {
  background-color: transparent;
  border: 1px solid var(--title-color);
}
.play-btn.style4:hover > i {
  color: var(--white-color);
}
.play-btn.style4:hover:before, .play-btn.style4:hover:after {
  border: 1px solid var(--white-color);
}
.play-btn.style5 > i {
  --icon-size: 44px;
  color: var(--title-color);
  font-size: 18px;
}
.play-btn.style5:hover > i {
  color: var(--white-color);
}
.play-btn.style6 > i {
  --icon-size: 100px;
  color: var(--white-color);
  font-size: 20px;
  background: transparent;
  border: 2px solid var(--white-color);
}
.play-btn.style6:before, .play-btn.style6:after {
  background: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style6:hover > i {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.play-btn.style6:hover:before, .play-btn.style6:hover:after {
  border-color: var(--theme-color);
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--title-color);
}
.link-btn .icon {
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: -2px;
}
.link-btn i {
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  position: relative;
  font-size: 14px;
  top: -1px;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover, .link-btn.active {
  color: var(--theme-color);
}
.link-btn:hover::before, .link-btn.active::before {
  width: 100%;
}
.link-btn.style2 {
  color: var(--white-color);
}
.link-btn.style2:before {
  width: 100%;
  background: var(--white-color);
}
.link-btn.style2:hover {
  color: var(--theme-color);
}
.link-btn.style2:hover:before {
  background: var(--theme-color);
  width: 70%;
}
.link-btn.style3 {
  color: var(--theme-color);
  margin-bottom: 0;
}
.link-btn.style3:before {
  width: 100%;
  background: var(--theme-color);
}
.link-btn.style3:hover {
  color: var(--white-color);
}
.link-btn.style3:hover:before {
  background: var(--white-color);
  width: 70%;
}
.link-btn.style4 {
  color: var(--title-color);
  margin-bottom: 0;
}
.link-btn.style4:before {
  width: 100%;
  background: var(--title-color);
}
.link-btn.style4:hover:before {
  width: 70%;
}

.header-btn .th-btn:hover {
  background: var(--theme-color4);
  color: var(--title-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 18px);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  background-color: transparent;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}
.icon-btn.style2:hover {
  background-color: var(--theme-color);
}

.th-btn.btn-bg-theme-3 {
  background: var(--theme-color3);
  -webkit-box-shadow: var(--theme-color3) 0px 3px 8px -2px;
          box-shadow: var(--theme-color3) 0px 3px 8px -2px;
}

.th-btn.btn-bg-theme-2 {
  background: var(--theme-color);
  -webkit-box-shadow: var(--theme-color) 0px 3px 8px -2px;
          box-shadow: var(--theme-color) 0px 3px 8px -2px;
  color: var(--title-color);
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

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

.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: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49023 1.02603L12.4902 6.02603C12.6777 6.23436 12.7715 6.47395 12.7715 6.74478C12.7715 7.01561 12.6777 7.2552 12.4902 7.46353C12.2819 7.65103 12.0423 7.74478 11.7715 7.74478C11.5007 7.74478 11.2611 7.65103 11.0527 7.46353L7.77148 4.15103V13.7448C7.77148 14.0364 7.67773 14.276 7.49023 14.4635C7.30273 14.651 7.06315 14.7448 6.77148 14.7448C6.47982 14.7448 6.24023 14.651 6.05273 14.4635C5.86523 14.276 5.77148 14.0364 5.77148 13.7448V4.15103L2.49023 7.46353C2.2819 7.65103 2.04232 7.74478 1.77148 7.74478C1.50065 7.74478 1.26107 7.65103 1.05273 7.46353C0.865234 7.2552 0.771484 7.01561 0.771484 6.74478C0.771484 6.47395 0.865234 6.23436 1.05273 6.02603L6.05273 1.02603C6.26107 0.838531 6.50065 0.744781 6.77148 0.744781C7.04232 0.744781 7.2819 0.838531 7.49023 1.02603Z' fill='%23FF8F1F'/%3E%3C/svg%3E");
  position: absolute;
  text-align: center;
  line-height: 48px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  -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);
}

.space,
.space-top {
  padding-top: 120px;
}

.space,
.space-bottom {
  padding-bottom: 120px;
}

.space-extra,
.space-extra-top {
  padding-top: 90px;
}

.space-extra,
.space-extra-bottom {
  padding-bottom: 90px;
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: 80px;
  }
  .space,
  .space-bottom {
    padding-bottom: 80px;
  }
  .space-extra,
  .space-extra-top {
    padding-top: 40px;
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: 40px;
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
.th-header {
  position: relative;
  z-index: 3;
  background: var(--white-color);
}
.th-header.absolute-header {
  left: 0;
  right: 0;
  background: transparent;
}

.th-header.absolute-header.sticky {
  background-color: var(--title-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.header-logo {
  padding: 20px 0;
}

.main-menu {
  display: block;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-menu li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
}
.main-menu a {
  font-size: 17px;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 500;
  display: inline-block;
  padding: 4px 17px;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, 0.1411764706);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}
.main-menu a:hover {
  color: var(--theme-color);
}

.hero-title {
  font-size: 70px;
  line-height: 1.135;
  text-transform: capitalize;
  color: var(--white-color);
  font-weight: 700;
}

#homeSlide .slick-list {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
  margin-top: -15px;
}

/*-------- animation area --------*/
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*-------- Hero area --------*/
.hero-content-wrap {
  padding-top: 200px;
}

.shape.hero-bg-bottom-shape {
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 80px;
}
.shape.hero-bg-bottom-shape img {
  border-radius: 0 0 0 80px;
}

.shape {
  position: absolute;
  z-index: -1;
}
.shape.hero-shape__left {
  left: 5%;
  top: 25%;
}
.shape.hero_shape_right {
  right: 5%;
  top: 25%;
}

.hero-logo {
  margin-bottom: 33px;
}

.hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hero-btns .hero_arrow_middle {
  position: absolute;
  left: 22%;
  top: 20px;
}

.hero-icon-thumb {
  margin-top: 60px;
}
@media (max-width: 999px) {
  .hero-icon-thumb {
    margin-top: 25px;
  }
}

.title-stock {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #ddd;
}
@media (max-width: 1399px) {
  .title-stock {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  .title-stock {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .title-stock {
    font-size: 30px;
  }
}

.th-hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #072F25;
  z-index: 2;
}

.hero-bottom-img {
  margin-top: 50px;
  position: relative;
  z-index: 3;
}

.burger-stoke {
  position: absolute;
  font-size: 500px;
  color: #4D5765;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(168, 168, 168, 0.0901960784);
  font-family: var(--subtitle-font);
  font-style: italic;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

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

@media (min-width: 1800px) {
  .th-container {
    max-width: 1730px;
  }
}
@media (max-width: 1699px) {
  .burger-stoke {
    font-size: 290px;
    top: 13%;
  }
}
@media (max-width: 1299px) {
  .shape.hero-shape__left {
    left: 2%;
    top: 35%;
  }
  .burger-stoke {
    font-size: 210px;
    top: 24%;
  }
}
@media (max-width: 1199px) {
  .shape.hero-shape__left {
    left: 1%;
    top: 36%;
    width: 86px;
  }
  .shape.hero_shape_right {
    right: 2%;
    top: 20%;
    width: 174px;
  }
  .burger-stoke {
    font-size: 170px;
    top: 28%;
  }
}
@media (max-width: 992px) {
  .hero-content-wrap {
    padding-top: 90px;
  }
  .burger-stoke {
    font-size: 130px;
    top: 28%;
  }
  .shape.hero-shape__left {
    left: 3%;
    top: 58%;
    width: 80px;
  }
  .shape.hero_shape_right {
    right: 2%;
    top: 18%;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .burger-stoke {
    font-size: 100px;
    top: 28%;
  }
}
@media (max-width: 575px) {
  .shape.hero-shape__left {
    left: 2%;
    top: 53%;
    width: 66px;
  }
  .shape.hero_shape_right {
    right: 35%;
    top: 18%;
    width: 106px;
  }
}
@media (max-width: 375px) {
  .burger-stoke {
    font-size: 80px;
    top: 28%;
  }
  .shape.hero-shape__left {
    left: 2%;
    top: 54%;
    width: 44px;
  }
  .shape.hero_shape_right {
    right: 24%;
    top: 24%;
    width: 90px;
  }
}
.hero-home-bg-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 105px;
}

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

@-webkit-keyframes spin-banner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin-banner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.hero-bottom-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-bottom-img-wrapper__thumb-item {
  -webkit-filter: drop-shadow(1px 27px 23px rgba(19, 19, 19, 0.28));
          filter: drop-shadow(1px 27px 23px rgba(19, 19, 19, 0.28));
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.hero-bottom-img-wrapper__thumb-item img {
  border-radius: 15px;
}
.hero-bottom-img-wrapper__thumb-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.hero-bottom-img-wrapper__thumb-item:first-child {
  margin-bottom: 90px;
}
.hero-bottom-img-wrapper__thumb-item:first-child .thumb-1 {
  position: absolute;
  bottom: -115px;
  z-index: 1;
  right: -105px;
}

.hero-bottom-img-wrapper__thumb-item:last-child {
  margin-bottom: 90px;
}
.hero-bottom-img-wrapper__thumb-item:last-child .thumb-1 {
  position: absolute;
  bottom: -115px;
  z-index: 1;
  left: -105px;
}

.hero-bottom-img-wrapper__thumb-item:nth-child(2) {
  margin-top: 61px;
  margin-bottom: -6px;
}

.logo-icon-wrap .logo-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -3px;
  margin-bottom: 0;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: var(--gray-color);
}
.logo-icon-wrap .logo-icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 24px;
}
.logo-icon-wrap .logo-icon:hover {
  color: var(--gray-color);
}
.logo-icon-wrap .logo-icon img {
  width: 49px;
}

.hero-img-shape-1 {
  position: absolute;
  left: 84%;
  top: 14%;
  z-index: 3;
}

@media (max-width: 425px) {
  .logo-icon-wrap {
    display: none;
  }
}
.logo-icon-wrap__text {
  display: inline-block;
  min-height: 140px;
  min-width: 140px;
  border-radius: 50%;
  z-index: 1;
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--gray-color);
  text-align: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  animation: spin 10s infinite alternate-reverse;
}
.logo-icon-wrap__text span {
  --rotate-letter: 10deg;
  min-height: 67px;
  position: absolute;
  min-width: 67px;
  left: 19px;
  top: -1px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(var(--rotate-letter));
          transform: rotate(var(--rotate-letter));
}
.logo-icon-wrap__text span.char2 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
          transform: rotate(calc(var(--rotate-letter) * 2));
}
.logo-icon-wrap__text span.char3 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
          transform: rotate(calc(var(--rotate-letter) * 3));
}
.logo-icon-wrap__text span.char4 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
          transform: rotate(calc(var(--rotate-letter) * 4));
}
.logo-icon-wrap__text span.char5 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
          transform: rotate(calc(var(--rotate-letter) * 5));
}
.logo-icon-wrap__text span.char6 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
          transform: rotate(calc(var(--rotate-letter) * 6));
}
.logo-icon-wrap__text span.char7 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
          transform: rotate(calc(var(--rotate-letter) * 7));
}
.logo-icon-wrap__text span.char8 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
          transform: rotate(calc(var(--rotate-letter) * 8));
}
.logo-icon-wrap__text span.char9 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
          transform: rotate(calc(var(--rotate-letter) * 9));
}
.logo-icon-wrap__text span.char10 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
          transform: rotate(calc(var(--rotate-letter) * 10));
}
.logo-icon-wrap__text span.char11 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
          transform: rotate(calc(var(--rotate-letter) * 11));
}
.logo-icon-wrap__text span.char12 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
          transform: rotate(calc(var(--rotate-letter) * 12));
}
.logo-icon-wrap__text span.char13 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
          transform: rotate(calc(var(--rotate-letter) * 13));
}
.logo-icon-wrap__text span.char14 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
          transform: rotate(calc(var(--rotate-letter) * 14));
}
.logo-icon-wrap__text span.char15 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
          transform: rotate(calc(var(--rotate-letter) * 15));
}
.logo-icon-wrap__text span.char16 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
          transform: rotate(calc(var(--rotate-letter) * 16));
}
.logo-icon-wrap__text span.char17 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
          transform: rotate(calc(var(--rotate-letter) * 17));
}
.logo-icon-wrap__text span.char18 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
          transform: rotate(calc(var(--rotate-letter) * 18));
}
.logo-icon-wrap__text span.char19 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
          transform: rotate(calc(var(--rotate-letter) * 19));
}
.logo-icon-wrap__text span.char20 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
          transform: rotate(calc(var(--rotate-letter) * 20));
}
.logo-icon-wrap__text span.char21 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
          transform: rotate(calc(var(--rotate-letter) * 21));
}
.logo-icon-wrap__text span.char22 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
          transform: rotate(calc(var(--rotate-letter) * 22));
}
.logo-icon-wrap__text span.char23 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
          transform: rotate(calc(var(--rotate-letter) * 23));
}
.logo-icon-wrap__text span.char24 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
          transform: rotate(calc(var(--rotate-letter) * 24));
}
.logo-icon-wrap__text span.char25 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
          transform: rotate(calc(var(--rotate-letter) * 25));
}
.logo-icon-wrap__text span.char26 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
          transform: rotate(calc(var(--rotate-letter) * 26));
}
.logo-icon-wrap__text span.char27 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
          transform: rotate(calc(var(--rotate-letter) * 27));
}
.logo-icon-wrap__text span.char28 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
          transform: rotate(calc(var(--rotate-letter) * 28));
}
.logo-icon-wrap__text span.char29 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
          transform: rotate(calc(var(--rotate-letter) * 29));
}
.logo-icon-wrap__text span.char30 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
          transform: rotate(calc(var(--rotate-letter) * 30));
}
.logo-icon-wrap__text span.char31 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
          transform: rotate(calc(var(--rotate-letter) * 31));
}
.logo-icon-wrap__text span.char32 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
          transform: rotate(calc(var(--rotate-letter) * 32));
}
.logo-icon-wrap__text span.char33 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
          transform: rotate(calc(var(--rotate-letter) * 33));
}
.logo-icon-wrap__text span.char34 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
          transform: rotate(calc(var(--rotate-letter) * 34));
}
.logo-icon-wrap__text span.char35 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
          transform: rotate(calc(var(--rotate-letter) * 35));
}
.logo-icon-wrap__text span.char36 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
          transform: rotate(calc(var(--rotate-letter) * 36));
}
.logo-icon-wrap__text span.char37 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 37));
          transform: rotate(calc(var(--rotate-letter) * 37));
}
.logo-icon-wrap__text span.char38 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 38));
          transform: rotate(calc(var(--rotate-letter) * 38));
}
.logo-icon-wrap__text span.char39 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 39));
          transform: rotate(calc(var(--rotate-letter) * 39));
}
.logo-icon-wrap__text span.char40 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 40));
          transform: rotate(calc(var(--rotate-letter) * 40));
}
.logo-icon-wrap__text span.char41 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 41));
          transform: rotate(calc(var(--rotate-letter) * 41));
}
.logo-icon-wrap__text span.char42 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 42));
          transform: rotate(calc(var(--rotate-letter) * 42));
}

.spin {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*Babul Animation ============------- */
@-webkit-keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}
@keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}
.shadow-title {
  font-size: 170px;
  color: rgba(241, 242, 247, 0.6);
  line-height: 1;
  font-weight: 800;
  position: absolute;
  top: -0.45em;
  left: 0;
  width: 100%;
  z-index: -1;
}

.subtitle {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color);
  display: block;
  margin-bottom: 20px;
}

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

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

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

.sec-title {
  font-size: 54px;
  line-height: 1.3;
  margin-top: -0.24em;
}
.sec-title.bg-white {
  padding: 0 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sec-title.bg-smoke {
  padding: 0 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.title-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}
.title-area .sec-title {
  margin-bottom: 10px;
}

.sec-text {
  margin-bottom: 30px;
  font-size: 18px;
}

/* Home pages area ----------------------*/
.bg-theme-2 {
  background: var(--theme-color2);
}

.home-pages-area {
  margin-top: -280px;
  position: relative;
  padding-top: 400px;
  z-index: 1;
}

.inner-page_shape_2 {
  right: 40px;
  top: -80px;
}

.inner-page_shape_1 {
  left: 2%;
}

.thumb-box {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb-box:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.thumb-box .thumb-img {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: var(--th-border-color);
}
.thumb-box .thumb-img img {
  width: 100%;
}
.thumb-box .th-btn {
  width: calc(100% - 40px);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-perspective: 0dvh;
          perspective: 0dvh;
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 0;
}
.thumb-box .thumb-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--title-color);
  padding: 20px 5px 0 5px;
  margin-top: 0;
  margin-bottom: 3px;
}
.thumb-box .thumb-title a {
  color: inherit;
}
.thumb-box .thumb-title a:hover {
  color: var(--theme-color);
}
.thumb-box .thumb-text {
  color: var(--theme-color);
  margin-bottom: -0.2em;
  margin-top: 3px;
  font-weight: 500;
}
.thumb-box:hover .th-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  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.4;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.th-icon-box {
  display: inline-block;
  margin-left: 20px;
}

.icon-btn {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  border-radius: 999px;
}

.icon-btn.arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}

.icon-btn:hover {
  background-color: var(--title-color);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.08);
          box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.08);
  color: #fff;
}

.thumb-box.style2 {
  padding: 25px;
  background: var(--smoke-color);
  border-radius: 16px;
}
.thumb-box.style2 .thumb-img {
  background: transparent;
  padding: 0;
  border: 1px solid var(--th-border-color);
  border-radius: 20px;
  margin-bottom: 20px;
}
.thumb-box.style2 .thumb-img img {
  border-radius: 20px;
}
.thumb-box.style2 .bottom-wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.thumb-box.style2 .bottom-wrapper .thumb-title {
  padding: 0;
}

.thumb-box.style2.coming-son {
  position: relative;
}

.thumb-box.style2.coming-son:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1490196078);
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.thumb-box.style2 .th-btn.style2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: inherit;
  -webkit-perspective: inherit;
          perspective: inherit;
  position: static;
  background: var(--theme-color);
}
.thumb-box.style2 .th-btn.style2:hover {
  background-color: var(--theme-color2);
}

.title-area .page-no {
  font-size: 90px;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--subtitle-font);
  margin-bottom: 48px;
  display: block;
}

.home-pages-area .title-area .box-tex {
  max-width: 46%;
  margin: 0 auto 0;
}

@media (max-width: 1399px) {
  .title-area .page-no {
    font-size: 65px;
    margin-bottom: 34px;
  }
  .home-pages-area .title-area .box-tex {
    max-width: 68%;
  }
}
@media (max-width: 991px) {
  .home-pages-area {
    padding: 80px 0;
    margin-top: 0;
  }
  .hero-img-shape-1 {
    display: none;
  }
  .th-hero {
    border-radius: 0px;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .title-area .page-no {
    font-size: 65px;
    margin-bottom: 34px;
  }
  .home-pages-area .title-area .box-tex {
    max-width: 92%;
  }
}
@media (max-width: 375px) {
  .thumb-box .thumb-img {
    padding: 10px;
  }
  .thumb-box.style2 .th-btn.style2 {
    padding: 13px 14px;
    min-width: 125px;
  }
  .title-area .page-no {
    font-size: 45px;
    margin-bottom: 24px;
  }
}
.responsive-sec {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.responsive-sec::before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
  background: var(--title-color);
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.85;
}

.responsive-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.responsive-area .device-xl,
.responsive-area .device-ml,
.responsive-area .device-lg,
.responsive-area .device-xs {
  position: relative;
  z-index: 2;
}
.responsive-area .device-xl {
  z-index: 1;
}
.responsive-area .device-ml {
  margin-right: -130px;
}
.responsive-area .device-lg {
  margin-left: -130px;
}
.responsive-area .device-xs {
  margin-left: -20px;
  margin-bottom: -10px;
  z-index: 3;
}

.slider-xl,
.slider-ml,
.slider-lg,
.slider-xs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-xl {
  padding: 3%;
}

.slider-ml {
  padding: 2.5% 10%;
}

.slider-lg {
  padding: 3.4% 4.8%;
}
.slider-lg img {
  border-radius: 5px;
}

.slider-xs {
  padding: 6% 6%;
}
.slider-xs img {
  border-radius: 10px;
}

.responsive-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.responsive-tab-area {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto;
}
.responsive-tab-area .tab-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  font-family: var(--body-font);
}
.responsive-tab:before, .responsive-tab:after {
  content: "";
  height: 2px;
  width: 50px;
  margin: 0 5px;
  display: inline-block;
  background-color: var(--theme-color2);
}
.responsive-tab .tab-btn {
  height: 54px;
  width: 70px;
  padding: 2px 3px;
  background-image: url("../img/responsive/device-thumb.png");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.responsive-tab .tab-btn.active {
  background-image: url("../img/responsive/device-thumb-active.png");
}
.responsive-tab .indicator {
  display: none;
}

#feature-contact {
  background-size: auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.filter-menu {
  margin: 20px 0 60px 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-menu .th-btn {
  padding: 17px 30px;
  min-width: 110px;
}
.filter-menu .th-btn.active {
  background: var(--theme-color);
}

.feature-box {
  text-align: center;
  margin-bottom: 40px;
}

.feature-box_icon {
  width: 160px;
  height: 160px;
  line-height: 160px;
  -webkit-box-shadow: 0px 13px 35px 0px rgba(56, 62, 75, 0.08);
          box-shadow: 0px 13px 35px 0px rgba(56, 62, 75, 0.08);
  background-color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 5px;
}

.feature-box_icon img {
  max-width: 80px;
}

.feature-box_title {
  margin-bottom: 0;
}

.feature-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.feature-group a {
  text-align: center;
  display: block;
  color: var(--title-color);
  font-weight: 500;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.feature-group a .icon {
  display: block;
  background-color: var(--theme-color);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto 8px auto;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.feature-group a:hover {
  color: var(--theme-color);
}
.feature-group a:hover .icon {
  background-color: var(--title-color);
}

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

.features-area {
  background-color: #f1f2f7;
}

.feature-grid {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 30px 15px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 6px 30px rgba(192, 192, 192, 0.25);
          box-shadow: 0px 6px 30px rgba(192, 192, 192, 0.25);
  margin-top: 50px;
}
.feature-grid:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.feature-grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.feature-grid_icon {
  margin: -80px auto 15px auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--white-color);
  text-align: center;
  border-radius: 99px;
  -webkit-box-shadow: 0px 6px 30px rgba(192, 192, 192, 0.25);
          box-shadow: 0px 6px 30px rgba(192, 192, 192, 0.25);
}
.feature-grid_icon img {
  max-width: 60px;
}
.feature-grid_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -0.25em;
}
.feature-grid_text {
  font-size: 14px;
  margin: 15px auto -0.5em auto;
}

.slick-track > [class*=col] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

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

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

.testi-box {
  --theme-color: #7cb342;
  position: relative;
  z-index: 2;
  padding: 40px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 2px 15px rgba(0, 6, 18, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 6, 18, 0.1);
  border-radius: 8px;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.testi-box:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.testi-box:after {
  content: "";
  height: 4px;
  width: 64%;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 1px;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%);
  border-radius: 0 0px 10px 0;
  z-index: 2;
}
.testi-box_quote {
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: -1;
}
.testi-box_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 25px;
  margin-top: -70px;
}
.testi-box_avater {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 2px 15px rgba(0, 6, 18, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 6, 18, 0.1);
  border-radius: 8px;
}
.testi-box_avater img {
  max-width: 110px;
  padding: 5px;
}
.testi-box_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  margin-top: -0.3em;
}
.testi-box_desig {
  margin-bottom: -0.2em;
  display: block;
  color: var(--theme-color);
}
.testi-box_text {
  margin-bottom: -0.5em;
  margin-top: 25px;
}
.testi-box_review {
  color: var(--theme-color);
  font-size: 16px;
  margin-top: 15px;
}
.testi-box_review i {
  margin-right: 4px;
}
.testi-box_review i:last-child {
  margin-right: 0 !important;
}

footer.th-footer {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

footer.th-footer::before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
  background: var(--title-color);
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.85;
}

@media (max-width: 992px) {
  .testi-box_quote {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 576px) {
  .testi-box {
    padding: 40px 20px 20px 20px;
  }
  .testi-box_quote {
    top: 0px;
    right: 0px;
  }
  .testi-box_name {
    font-size: 24px;
  }
  .testi-box_profile {
    gap: 25px;
  }
  .testi-box_text {
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  .testi-box_text {
    font-size: 14px;
  }
}
#testiSec {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu li {
    margin: 0 16px;
  }
  .main-menu a {
    font-size: 16px;
  }
  .hero-title {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media (max-width: 1199px) {
  .main-menu li {
    margin: 0 2px;
  }
}
/* Large devices */
@media (max-width: 1300px) {
  .header-btn .th-btn {
    padding: 21px 20px;
  }
  .filter-menu .th-btn {
    padding: 16px 20px;
    font-size: 14px;
    min-width: 110px;
  }
  .sec-title {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .header-logo {
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .th-hero {
    padding: 80px 0 80px 0;
  }
  .hero-title {
    font-size: 42px;
  }
  .hero-bottom-img {
    display: none;
  }
  .filter-menu .th-btn {
    padding: 16px 20px;
    font-size: 14px;
    min-width: 100px;
  }
  .title-area {
    margin-bottom: 40px;
  }
  .shadow-title {
    font-size: 130px;
  }
  .responsive-tab-area .tab-text {
    display: none;
  }
  .feature-group {
    margin-left: auto;
    margin-right: auto;
  }
  .feature-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .shadow-title {
    display: none;
  }
  .hero-title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .hero-btns {
    margin-top: 34px;
  }
  .feature-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .th-hero {
    background-size: cover;
    background-position: center center;
    padding: 80px 0 80px 0;
  }
  .hero-logo {
    margin-bottom: 20px;
  }
  .filter-menu {
    gap: 10px;
  }
  .filter-menu .th-btn {
    min-width: 92px;
  }
  .responsive-tab:before, .responsive-tab:after {
    display: none;
  }
}
.th-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.th-social a:last-child {
  margin-right: 0;
}
.th-social a:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

@media (max-width: 575px) {
  .filter-menu {
    gap: 5px;
  }
  .filter-menu .th-btn {
    min-width: auto;
  }
  .hero-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .header-logo {
    max-width: 180px;
  }
  .hero-logo img {
    max-width: 150px;
  }
  .feature-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .responsive-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 440px) {
  .hero-title {
    font-size: 30px;
  }
  .responsive-tab:before, .responsive-tab:after {
    display: none;
  }
}
@media (max-width: 380px) {
  .hero-title {
    font-size: 28px;
  }
  .th-btn {
    padding: 20px;
  }
  .feature-grid {
    padding: 30px 10px;
  }
  .feature-grid_title {
    font-size: 18px;
  }
}
.text-theme2 {
  color: var(--theme-color2);
}

.th-btn.hover-style {
  padding: 20px 46px;
}

.th-btn.hover-style:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
/*# sourceMappingURL=style.css.map */
