

:root {
  --theme-color: #02CE80;
  --theme-color2: #02CE80;
  --theme-color3: #FF8139;
  --title-color: #141D38;
  --body-color: #737887;
  --smoke-color: #F5F5F5;
  --smoke-color2: #E2E8FA;
  --smoke-color3: #EFF1F9;
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E0E0E0;
  --title-font: 'Barlow', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

html, body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.theme-blue {
  --theme-color: #3E66F3;
  background-color: #F8FAFF;
}

body.theme-blue2 {
  --theme-color: #3E66F3;
  background-color: #F3F2EA;
}

body.theme-blue3 {
  --theme-color: #3E66F3;
}

body.theme-blue4 {
  --theme-color: #3E66F3;
  --theme-color2: #0031DD;
}

body.theme-blue5 {
  --theme-color: #3E66F3;
  background-color: #0E0E0E;
}

body.theme-green {
  --theme-color: #00B893;
  --theme-color2: #00B893;
}

body.theme-green1 {
  --theme-color: rgba(2, 206, 128, 1);
  background-color: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
}

body.bg-dark {
  background-color: #fbfafa !important;
  --theme-color: #02CE80;
  --theme-color2: #7BD706;
}

body.theme2 {
  --theme-color: #5484FF;
  --theme-color2: #642CDC;
}

body.theme3 {
  --theme-color: #422FBD;
  --theme-color2: #00E3DB;
}

body.theme4 {
  --theme-color: #FF8139;
  --theme-color2: #FF4646;
  --theme-color3: #9A5BEB;
  background: url("../img/bg/bg-pattern.png");
}

body.theme5 {
  --theme-color: #356EDB;
  --theme-color2: #CAEE5A;
}

body.theme6 {
  --theme-color: #D9F900;
}

body.theme7 {
  background-color: #000;
  --theme-color: #00B6B3;
  --theme-color2: #00B6B3;
}

body.theme8 {
  --theme-color: #FF8139;
  --theme-color2: #FF4646;
  --theme-color3: #9A5BEB;
  background-color: #000;
}

body.bg-como {
  --theme-color: #407360;
}

a:focus, a:active {
  outline: none;
}

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;
}

img {
  border: none;
  max-width: 100%;
}

.logged-in .preloader .th-btn {
  top: 32px;
}

@media (max-width: 782px) {
.logged-in .preloader .th-btn {
    top: 46px;
  }
}

@media (max-width: 600px) {
.logged-in .preloader .th-btn {
    top: 0;
  }
}

@media (max-width: 1399px) {
:root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
.container-xxl.px-0, .container-xl.px-0, .container-lg.px-0, .container-md.px-0, .container-sm.px-0, .container.px-0 {
    max-width: var(--main-container);
  }
.th-container4 {
    --main-container: 1380px;
  }
}

.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(--black-color);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--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-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper2 {
  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-wrapper2 .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color);
}

.th-menu-wrapper2 .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper2 .th-menu-toggle2 {
  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-wrapper2 .th-menu-toggle2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper2 .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: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper2.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper2.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.th-mobile-menu ul .th-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
  content: '\f068';
}

.th-mobile-menu ul .th-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 4px;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

.th-menu-toggle2 {
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 18px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}

.th-menu-toggle2:hover {
  background-color: var(--title-color);
}

.th-menu-toggle2.style-text, .th-menu-toggle2.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle2.style-text i, .th-menu-toggle2.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle2.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
.th-mobile-menu > ul {
    padding: 0 20px;
  }
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.th-preloader {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  
}

.th-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.th-preloader .animation-preloader .txt-loading {
  font-family: var(--title-font);
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.th-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.th-preloader .animation-preloader .txt-loading .characters:before {
  -webkit-animation: characters 4s infinite;
          animation: characters 4s infinite;
  color: var(--theme-color);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media (max-width: 575px) {
.th-preloader .animation-preloader .txt-loading {
    font-size: 30px;
    line-height: 30px;
  }
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: #34C040;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 30px;
  min-width: 144px;
  border-radius: 4px;
}

.th-btn:hover {
  color: var(--white-color);
  background: #45D455;
}

.th-btn:active {
  background: #2A9933;
  color: var(--white-color);
}

.th-btn:disabled, .th-btn.disabled {
  color: #CCCCCC;
  background: #A9C9A9;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

.th-btn.style1 {
  background-color: #34C040;
}

.th-btn.style2 {
  background-color: var(--white-color);
  color: #000000;
  border: 1px solid var(--white-color);
  padding: 20px 40px;
  box-shadow: none;
}

.th-btn.style2:hover {
  color: var(--white-color);
  background-color: #34C040;
  border: 1px solid #34C040;
}

.th-btn.style2:active {
  background: linear-gradient(0deg, #34C040, #34C040), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  color: var(--white-color);
}

.th-btn.style3:hover {
  color: var(--title-color);
}

.th-btn.style3:hover:before, .th-btn.style3:hover:after {
  background-color: var(--white-color);
}

.th-btn.style4 {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;;
}

.th-btn.style4:hover {
  background-color: #34C040;
  color: #FFFFFF;
  border-color: #34C040;
}

.th-btn.style4:active {
  background-color: #34C040;
  color: #FFFFFF;
}

.th-btn.style5 {
  background-color: #ffffff !important;;
  color: #141D38 !important;
  box-shadow: none;
}

.th-btn.style5:hover {
  background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%) !important;
  color: #ffffff !important;
  border-color: transparent;
}

.th-btn.style5:hover:before, .th-btn.style5:hover:after {
  background-color: var(--title-color);
}

.th-btn.style6 {
  background-color: var(--white-color);
  color: var(--title-color);
  box-shadow: none;
}

.th-btn.style6:hover {
  color: var(--white-color);
}

.th-btn.style6:hover:before, .th-btn.style6:hover:after {
  background-color: var(--theme-color);
}

.th-btn.style7 {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-btn.style7:hover:before, .th-btn.style7:hover:after {
  background-color: var(--theme-color);
}

.th-btn.style8 {
  font-size: 16px;
  padding: 19.5px 37px;
  text-transform: capitalize;
  border-radius: 100px;
}

.th-btn.style9 {
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
  border: none;
  padding: 17px 35.6px;
  font-weight: 700;
}

.th-btn.style9:hover {
  color: var(--white-color);
}

.th-btn.style9:hover:before, .th-btn.style9:hover:after {
  background-color: var(--title-color);
}

.th-btn.style10 {
  background-color: var(--white-color);
  border: 1px solid #E3E7F0;
  color: var(--theme-color);
  border-radius: 100px;
  padding: 18px 44px;
}

.th-btn.style10:hover {
  color: var(--white-color);
}

.th-btn.style11 {
  background-color: var(--theme-color2);
  color: var(--title-color);
}

.th-btn.style11:hover {
  color: var(--white-color);
}

.th-btn.style12 {
  text-transform: uppercase;
  color: var(--title-color);
}

.th-btn.style12:hover {
  color: var(--white-color);
}

.th-btn.style13 {
  background-color: var(--title-color);
}

.th-btn.style13:hover {
  color: var(--title-color);
}

.th-btn.style13:hover:before, .th-btn.style13:hover:after {
  background-color: var(--theme-color);
}

.th-btn.th-border2 {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}

.th-btn.th-border2:hover {
	background-color: #34C040;
	color: #FFFFFF;
	border-color: #34C040;
}

.th-btn.th-border2:active {
	background-color: #2A9933;
	color: #FFFFFF;
	border-color: #2A9933;
}

.th-btn.th-border2:disabled {
	background-color: #E0E0E0;
	color: #808080;
	border-color: #000000;
	cursor: not-allowed;
	opacity: 0.6;
}

.th-btn.blue-border {
  background: #1C1C25;
  border: 1px solid var(--theme-color);
  border-radius: 100px;
}

.th-btn.blue-border:hover:before, .th-btn.blue-border:hover:after {
  background-color: var(--theme-color);
}

.th-btn.btn-gradient {
  font-size: 16px;
  text-transform: capitalize;
  padding: 18px 20px;
  background-color: var(--theme-color);
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.th-btn.btn-gradient:hover {
  background: -webkit-linear-gradient(top, var(--theme-color2) 0%, var(--theme-color) 100%);
  background: linear-gradient(180deg, var(--theme-color2) 0%, var(--theme-color) 100%);
}

.th-btn.btn-gradient:hover:before, .th-btn.btn-gradient:hover:after {
  display: none;
}

.th-btn.btn-gradient2 {
  font-size: 16px;
  text-transform: capitalize;
  padding: 18px 20px;
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2), var(--theme-color), var(--theme-color2));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2), var(--theme-color), var(--theme-color2));
  background-size: 300% 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.th-btn.btn-gradient2:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.th-btn.btn-gradient2:hover:before, .th-btn.btn-gradient2:hover:after {
  display: none;
}

.th-btn.btn-gradient3 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px 20px;
  background: -webkit-linear-gradient(199.14deg, var(--theme-color) 12.46%, var(--theme-color2) 35.9%, var(--theme-color3) 87.75%);
  background: linear-gradient(250.86deg, var(--theme-color) 12.46%, var(--theme-color2) 35.9%, var(--theme-color3) 87.75%);
  background-size: 100% 100%;
  border-radius: 28px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.th-btn.btn-gradient3:hover {
  background-position: -100% 300%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.th-btn.btn-gradient3:hover:before, .th-btn.btn-gradient3:hover:after {
  display: none;
}

.th-btn.btn-gradient4 {
  font-size: 16px;
  text-transform: capitalize;
  padding: 18px 24px;
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(left, var(--theme-color3), var(--theme-color2), var(--theme-color), var(--theme-color3), var(--theme-color2), var(--theme-color));
  background-image: linear-gradient(to right, var(--theme-color3), var(--theme-color2), var(--theme-color), var(--theme-color3), var(--theme-color2), var(--theme-color));
  background-size: 300% 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.th-btn.btn-gradient4:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.th-btn.btn-gradient4:hover:before, .th-btn.btn-gradient4:hover:after {
  display: none;
}

.th-btn.th-gradient-btn {
  font-size: 16px;
  text-transform: capitalize;
  padding: 18px 20px;
  background-color: var(--theme-color);
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: 100px;
}

.th-btn.th-gradient-btn:hover {
  background: -webkit-linear-gradient(top, var(--theme-color2) 0%, var(--theme-color) 100%);
  background: linear-gradient(180deg, var(--theme-color2) 0%, var(--theme-color) 100%);
}

.th-btn.th-gradient-btn:hover:before, .th-btn.th-gradient-btn:hover:after {
  display: none;
}

.th-btn.style-radius {
  border-radius: 100px;
  padding: 20px 30px;
}

.th-btn.style-radius2 {
  border-radius: 20px;
  padding: 20px 30px;
}

@media (max-width: 375px) {
.th-btn.style-radius, .th-btn.style-radius2 {
    padding: 18px 25px;
  }
}

.th-btn.btn-fw {
  width: 100%;
}

.th-btn.btn-fw:before, .th-btn.btn-fw:after {
  display: none;
}

.th-btn.btn-fw:hover {
  background-color: var(--title-color);
}

.th-btn.style-border {
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  box-shadow: none;
}

.th-btn.style-border:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.th-btn.style-border:hover:before, .th-btn.style-border:hover:after {
  background-color: var(--theme-color);
}

.th-btn.style-border2 {
  background-color: transparent;
  color: var(--title-color);
  border: 1px solid var(--title-color);
  box-shadow: none;
}

.th-btn.style-border2:hover {
  color: var(--white-color);
  border-color: var(--title-color);
}

.th-btn.style-border2:hover:before, .th-btn.style-border2:hover:after {
  background-color: var(--title-color);
}

.th-btn.style-border3 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid #656A74;
  border-radius: 100px;
  text-transform: capitalize;
  padding: 20.5px 40px;
  box-shadow: none;
}

.th-btn.style-border3:hover {
  color: var(--title-color);
  border-color: var(--white-color);
}

.th-btn.style-border3:hover:before, .th-btn.style-border3:hover:after {
  background-color: var(--white-color);
}

.th-btn.th-border {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  padding: 20px 30px;
  transition: all 0.3s ease;
}

.th-btn.th-border:hover {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #000000;
}

.th-btn.th-border:active {
  border-color: #FFFFFF;
  background-color: #D3D3D3;
  color: #000000;
}

.th-btn2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  min-width: 144px;
  border-radius: 4px;
  -webkit-clip-path: polygon(0 50%, 15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%);
          clip-path: polygon(0 50%, 15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.th-btn2 span {
  padding: 15px 15px 15px 27px;
  margin-top: -2px;
}

.th-btn2 .icon {
  position: relative;
  font-size: 20px;
  display: inline-block;
  width: 62px;
  height: 100%;
  padding: 16px 0px;
  -webkit-clip-path: polygon(0 50%, 15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%);
          clip-path: polygon(0 50%, 15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%);
  background-color: #08F7EF;
  z-index: 2;
}

.th-btn2:before, .th-btn2:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.th-btn2:before {
  left: 0;
}

.th-btn2:after {
  right: 0;
}

.th-btn2:hover, .th-btn2.active {
  color: var(--white-color);
}

.th-btn2:hover::before, .th-btn2:hover:after, .th-btn2.active::before, .th-btn2.active:after {
  width: 50%;
}

.th-btn2:hover .icon, .th-btn2.active .icon {
  color: var(--theme-color);
}

.th-btn2.blue-btn {
  padding: 17px 30px;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.th-btn2.blue-btn:before, .th-btn2.blue-btn:after {
  background-color: var(--theme-color2);
}

.th-btn2.blue-btn:hover {
  color: var(--title-color);
}

.th-btn2.style2:hover {
  color: var(--title-color);
}

.th-btn2.style2:hover:before, .th-btn2.style2:hover:after {
  background-color: var(--white-color);
}

.th-btn2.style2:hover .icon {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-btn2.th-border {
  padding: 20px 40px;
  background-color: transparent;
  background-image: url(../img/shape/shape-2.png);
  background-size: 100% 100%;
  -webkit-clip-path: none;
          clip-path: none;
  background-repeat: no-repeat;
  font-weight: 600;
  color: var(--white-color);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 16px;
}

.th-btn2.th-border:hover {
  background-image: url(../img/shape/shape-1-1.png);
  color: var(--title-color);
}

.th-btn2.th-border:hover:before, .th-btn2.th-border:hover:after {
  display: none;
}

.th-btn2.th-border:hover .icon {
  background-color: var(--title-color);
  color: var(--white-color);
}

.btn-white {
  display: inline-block;
  padding: 20px 30px;
  min-width: 144px;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #34C040;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-white:hover {
  background-color: #1A1A1A;
  color: #34C040;
}

.btn-white:active {
	background-color: #0D0D0D;
	color: #34C040;
}

.btn-white:disabled {
	background-color: #E0E0E0;
	color: #A9CBA9;
	cursor: not-allowed;
	opacity: 0.6;
}

.btn-white i {
	margin-left: 8px;
	color: inherit;
}

.th-btn2.btn-fw {
  width: 100%;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

#service-sec .choose-area2 .title-area .sub-title.sub-title3.style1.text-white {
  color: #02CE80
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index-3 {
  z-index: 3;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  background-color: var(--white-color);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

.th-social a:last-child {
  margin-right: 0;
}

.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-social.style2 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
}

.th-social.style2 a:hover {
  border-color: var(--theme-color);
  color: var(--white-color);
  background-color: var(--theme-color);
}

.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.sec-shape.style2 .th-btn {
  padding: 20.5px 40px;
}

.icon-masking {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
}

.icon-masking .mask-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: hue;
  top: 0;
}

.icon-masking2 {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
}

.icon-masking2 .mask-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  background: var(--theme-color);
  top: 0;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-black2 {
  background-color: var(--black-color2) !important;
}

.text-theme {
  color: var(--theme-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

a.text-theme:hover {
  text-decoration: underline;
}

.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);
  margin: 0 0 10px 0;
  padding: 16px 45px 19px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 4px;
}

.widget_nav_menu a::before {
  content: "\f061";
  position: absolute;
  right: 25px;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu li {
  display: block;
  position: relative;
}

.widget_nav_menu li:last-child a {
  border-bottom: none;
}

.widget_nav_menu li > span {
  color: var(--white-color);
  background-color: #272A34;
  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);
}

.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 .children {
  margin-left: 10px;
}

.widget_nav_menu a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 28px 0;
}

.widget_cta .th-btn {
  border-radius: 30px;
}

.download-widget-wrap .th-btn {
  width: 100%;
}

.download-widget-wrap .th-btn:first-child {
  margin-bottom: 20px;
}

.download-widget-wrap .th-btn.style2 {
  color: var(--body-color);
}

.download-widget-wrap .th-btn.style2:before, .download-widget-wrap .th-btn.style2:after {
  background-color: var(--theme-color);
}

.download-widget-wrap .th-btn.style2:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.widget_banner .widget_title {
  color: var(--white-color);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}

.sidebar-area .widget_shopping_cart .th-btn {
  padding: 8px 22px;
  font-size: 14px;
}

@media (max-width: 1199px) {
.widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-widget, .footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .sidebar-gallery {
  max-width: 287px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 600;
  text-transform: uppercase;
  margin: -0.12em 0 35px 0;
  padding: 0 0 17px 0;
}

.footer-widget .widget_title:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-widget .widget_title:after {
  content: '';
  height: 10px;
  width: 10px;
  background-color: var(--white-color);
  position: absolute;
  bottom: -4px;
  left: 96px;
  border-radius: 99px;
  border: 2px solid var(--theme-color);
}

.footer-widget .widget_title.style2 {
  color: var(--white-color);
}

.footer-widget .widget_title.style2:before, .footer-widget .widget_title.style2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, #6fd611 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, #6fd611 100%);
}

.footer-widget .widget_title.style2:after {
  width: 16px;
  border: 2px solid #00d187;
  height: 10px;
  background: transparent;
  bottom: -3px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
          animation: footerLine 7s linear infinite;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}

.footer-widget.widget_meta .menu, .footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu, .footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu, .footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu, .footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu, .footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin-bottom: 21px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f054";
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .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_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 315px;
  margin-top: -0.3em;
  margin-bottom: 28px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.th-widget-about .about-logo {
  margin-bottom: 35px;
  margin-top: -8px;
}

.th-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.5em;
}

.footer-text {
  margin-top: -0.46em;
  margin-bottom: 25px;
}

.newsletter-form .th-btn {
  min-width: 145px;
  padding: 21px 20px;
}

@media (max-width: 1199px) {
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
.footer-widget .widget_title {
    margin-bottom: 35px;
  }
.th-widget-about .about-text {
    margin-bottom: 20px;
  }
.social-box.mb-30 {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
.footer-layout3 .newsletter-form .th-btn {
    min-width: 100%;
  }
}

.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);
  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;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--title-font);
  
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu > ul > li {
  margin: 0 14px;
}

.main-menu > ul > li > a {
  padding: 47px 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.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 1em;
}

.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);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  -webkit-transform: scaleY(1) translateX(-50%);
      -ms-transform: scaleY(1) translateX(-50%);
          transform: scaleY(1) translateX(-50%);
}

.main-menu ul.sub-menu, .main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-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, .main-menu ul.mega-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: 0px 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 a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f649";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 500;
}

.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;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: scaleY(0) translateX(-50%);
      -ms-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
}

.main-menu ul.mega-menu.mega-menu-content {
  background-color: transparent;
  width: -webkit-fill-available;
  padding: 0;
  box-shadow: none;
}

.main-menu ul.mega-menu.mega-menu-content li {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
}

.main-menu ul.mega-menu.mega-menu-content .megamenu-list {
  min-width: 260px;
  
}

@media (max-width: 1699px) {
.main-menu ul.mega-menu.mega-menu-content .megamenu-list {
    min-width: 180px;
  }
}

@media (max-width: 1199px) {
.main-menu ul.mega-menu.mega-menu-content .megamenu-list {
    min-width: 100px;
  }
}

.main-menu ul.mega-menu.mega-menu-content .megamenu-list .mega-menu-title {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu.mega-menu-content .megamenu-list .mega-menu-title:after, .main-menu ul.mega-menu.mega-menu-content .megamenu-list .mega-menu-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu.mega-menu-content .megamenu-list .mega-menu-title:after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 2px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
  text-transform: capitalize;
}

.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.main-menu.style2 > ul > li {
  margin: 0 6px;
}

.main-menu.style2 > ul > li > a {
  padding: 2px 16px;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-menu.style2 > ul > li.menu-item-has-children > a::after, .main-menu.style2 > ul > li.product-mega-wrap > a::after {
    content: "";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0px;
    font-size: 1em;
}

.main-menu.style2 > ul > li > a:hover {
  background-color: rgba(64, 102, 242, 0.1);
}

.main-menu.style2 ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
  margin-top: 15px;
}

.main-menu.style2 .mega-menu.mega-menu-content {
  margin-top: 20px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-button .icon-btn {
  position: relative;
}

.header-button .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.header-button .icon-btn:hover .badge {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  margin: 0 26px 0 0;
}

.header-links li > i {
  margin-right: 6px;
}

.header-links li, .header-links span, .header-links p, .header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links i {
  color: var(--body-color);
}

.header-links b, .header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: var(--body-color);
}

.header-social a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  
}

@media (max-width: 575px) {
.header-logo {
    max-width: 150px;
  }
.header-logo .icon-masking .mask-icon {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}

@media (max-width: 1199px) {
.main-menu > ul > li > a {
    padding: 37px 0;
  }
}

.header-layout1 {
  position: relative;
}

.header-layout1 .header-top {
  padding: 17px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.header-layout1 .header-top a:hover {
  color: var(--title-color);
}

.header-layout1 .menu-area {
  position: relative;
  z-index: 2;
  background-color: #080E1C;
}

.header-layout1 .main-menu {
  margin-left: 60px;
}

.header-layout1 .main-menu > ul > li > a:not(:hover) {
  color: var(--white-color);
}

.header-layout1 .menu-area {
  position: relative;
  
}

@media (max-width: 575px) {
.header-layout1 .menu-area {
    padding: 12px 0;
  }
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
}

.header-layout1 .header-button .icon-btn {
  color: var(--white-color);
}

.header-layout1 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.5%;
  height: 100%;
}

.header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
  z-index: -2;
}

.header-layout1 .logo-bg:after {
  background-image: url("../img/theme-img/logo_bg.svg");
  background-color: var(--white-color);
  background-repeat: repeat;
  width: calc(100% - 20px);
  -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

@media (min-width: 1922px) {
.header-layout1 .logo-bg {
    width: 37%;
  }
}

@media (max-width: 1500px) {
.header-layout1 .logo-bg {
    width: 27%;
  }
}

@media (max-width: 1399px) {
.header-layout1 .header-button .th-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
.header-layout1 .logo-bg:before {
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
  }
.header-layout1 .logo-bg:after {
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
  }
.header-layout1 .main-menu {
    margin-left: 30px;
  }
.header-layout1 .header-top {
    padding: 12px 0;
  }
}

@media (max-width: 991px) {
.header-layout1 .logo-bg {
    width: 56%;
  }
.header-layout1 .header-logo img {
    max-height: 80px;
  }
}

@media (max-width: 375px) {
.header-layout1 .logo-bg {
    width: 60%;
  }
}

@media (max-width: 320px) {
.header-layout1 .logo-bg {
    width: 64%;
  }
}

.header-layout2 .icon-btn {
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid #ddd;
  border-radius: 50%;
  line-height: 54px;
}

.header-layout2 .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout2 .menu-area {
  
}

@media (max-width: 991px) {
.header-layout2 .menu-area {
    padding: 10px 0;
  }
}

.header-layout2 .main-menu > ul > li > a {
  color: var(--title-color);
  font-weight: 600;
}

.header-layout2 .main-menu > ul > li > a:hover {
  color: var(--theme-color);
}

.header-layout2 ul.sub-menu {
  background-color: #E1EAFF;
}

.header-layout2 .header-top {
  padding: 17px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.header-layout2 .header-top a:hover {
  color: var(--title-color);
}

.header-layout2 .menu-area {
  background-color: #E1EAFF;
}

.header-layout2 .th-menu-toggle {
  border-radius: 50%;
}

@media (max-width: 1199px) {
.header-layout2 .header-button .th-btn {
    display: none;
  }
.header-layout2 .header-top {
    padding: 12px 0;
  }
}

.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --main-container: 1700px;
}

.header-layout3 .header-button .icon-btn:not(:hover) {
  border-color: #bdbdbd;
}

.header-layout3 .menu-area {
  
}

@media (max-width: 991px) {
.header-layout3 .menu-area {
    padding: 10px 0;
  }
}

.header-layout3 .main-menu > ul > li > a {
  font-weight: 600;
}

@media (max-width: 1399px) {
.header-layout3 .header-button .th-btn {
    display: none;
  }
}

.header-layout4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-layout4 .sticky-wrapper.sticky .menu-area {
  background-color: var(--title-color);
}

.header-layout4 .menu-area {
  background: rgba(0, 0, 0, 0.29);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
  padding: 15px 0;
}

.header-layout4 .main-menu > ul > li > a {
  color: var(--white-color) !important;
  font-size: 16px;
  font-weight: 600;
}

.header-layout4 .main-menu > ul > li > a:after {
  color: var(--white-color) !important;
}

.header-layout4 .main-menu > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color) !important;
}

.header-layout4 .main-menu > ul > li > a:hover:after {
  color: var(--white-color) !important;
}

.header-layout4 .main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout4 .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-layout4 .header-button {
  
}

.header-layout4 .header-button .th-btn {
  padding: 17px 42.5px;
  font-weight: 700;
}

@media (max-width: 1199px) {
.header-layout4 .header-button .th-btn {
    display: none;
  }
}

.header-layout5 {
  position: relative;
}

.header-layout5 .social-links .social-title {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  letter-spacing: -0.32px;
  font-family: var(--title-font);
  color: var(--title-color);
}

@media (max-width: 1599px) {
.header-layout5 .social-links .social-title {
    display: none;
  }
}

.header-layout5 .social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--title-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-layout5 .social-links a:last-child {
  margin-right: 0 !important;
}

.header-layout5 .social-links a:hover {
  color: var(--theme-color);
}

.header-layout5 .social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.header-layout5 .header-top {
  background-color: transparent;
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 0;
}

.header-layout5 .header-top .header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-layout5 .header-top .header-links li {
  display: inline-block;
  position: relative;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.header-layout5 .header-top .header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}

.header-layout5 .header-top .header-links li:not(:last-child):after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #CAD4F1;
  position: absolute;
  top: 5px;
  right: -20px;
}

.header-layout5 .header-top .header-links li > i {
  color: var(--theme-color);
  margin-right: 8px;
}

.header-layout5 .main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout5 .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-layout5 .menu-area {
  padding: 18px 0;
}

.header-layout5 .main-menu {
  margin-right: 150px;
  
}

@media (max-width: 1399px) {
.header-layout5 .main-menu {
    margin-right: 0;
  }
}

.header-layout5 .header-button .th-btn {
  padding: 18px 38px;
}

.header-layout6 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.header-layout6 .menu-area {
  padding: 17px 0;
  
}

@media (max-width: 575px) {
.header-layout6 .menu-area {
    padding: 10px 0;
  }
}

.header-layout7 .sticky-wrapper.sticky .menu-area {
  background-color: var(--title-color);
}

.header-layout7 .menu-area {
  background: rgba(0, 0, 0, 0.29);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
  padding: 15px 0;
}

.header-layout7 .main-menu.style2 > ul > li {
  margin: 0 4px;
}

.header-layout7 .main-menu > ul > li > a {
  color: var(--white-color) !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.header-layout7 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.header-layout7 .main-menu > ul > li > a:after {
  color: var(--white-color) !important;
}

.header-layout7 .main-menu > ul > li > a:hover {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout7 .main-menu > ul > li > a:hover:before {
  opacity: 0.1;
}

.header-layout7 .main-menu > ul > li > a:hover:after {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout7 .main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout7 .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-layout7 .header-button {
  
}

.header-layout7 .header-button .th-btn {
  padding: 17px 40px;
}

@media (max-width: 1199px) {
.header-layout7 .header-button .th-btn {
    display: none;
  }
}

@media (min-width: 1400px) {
.header-layout7 .th-container {
    --main-container: 1720px;
  }
}

.header-layout8 .sticky-wrapper.sticky .menu-area {
  padding: 15px 0;
}

.header-layout8 .menu-area {
  padding: 40px 0;
  
}

@media (max-width: 767px) {
.header-layout8 .menu-area {
    padding: 25px 0;
  }
}

.header-layout8 .main-menu a {
  display: block;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
}

.header-layout8 .main-menu.style2 > ul > li {
  margin: 0 0px;
}

.header-layout8 .th-btn {
  border-radius: 100px;
  padding: 18px 42px;
  
}

@media (max-width: 1199px) {
.header-layout8 .th-btn {
    display: none;
  }
}

.header-layout9.header-absolute {
  top: 120px;
}

@media (max-width: 1599px) {
.header-layout9.header-absolute {
    top: 50px;
  }
}

.header-layout9 .sticky-wrapper.sticky {
  background-color: transparent;
}

.header-layout9 .sticky-wrapper.sticky .menu-area {
  max-width: 100%;
  border-radius: 0;
  background-color: var(--title-color);
}

.header-layout9 .menu-area {
  max-width: 1500px;
  display: block;
  margin: auto;
  background: rgba(22, 24, 29, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 16px 45px;
  
}

@media (max-width: 375px) {
.header-layout9 .menu-area {
    padding: 16px 15px;
  }
}

.header-layout9 .main-menu.style2 > ul > li {
  margin: 0 4px;
}

.header-layout9 .main-menu > ul > li > a {
  color: var(--white-color) !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.header-layout9 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.header-layout9 .main-menu > ul > li > a:after {
  color: var(--white-color) !important;
}

.header-layout9 .main-menu > ul > li > a:hover {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout9 .main-menu > ul > li > a:hover:before {
  opacity: 0.1;
}

.header-layout9 .main-menu > ul > li > a:hover:after {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout9 .main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout9 .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-layout9 .header-button {
  
}

.header-layout9 .header-button .th-btn {
  padding: 17px 40px;
}

@media (max-width: 1199px) {
.header-layout9 .header-button .th-btn {
    display: none;
  }
}

.header-layout10 {
  position: relative;
}

.header-layout10 .social-links .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  letter-spacing: -0.32px;
  font-family: var(--title-font);
  color: var(--white-color);
}

@media (max-width: 1599px) {
.header-layout10 .social-links .social-title {
    display: none;
  }
}

.header-layout10 .social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--white-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-layout10 .social-links a:last-child {
  margin-right: 0 !important;
}

.header-layout10 .social-links a:hover {
  color: var(--title-color);
}

.header-layout10 .social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.header-layout10 .header-top {
  background-color: var(--theme-color);
  padding: 12px 0;
  --body-color: #fff;
}

.header-layout10 .header-top .header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-layout10 .header-top .header-links li {
  font-family: var(--title-font);
}

.header-layout10 .header-top .header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}

.header-layout10 .header-top .header-links li:not(:last-child):after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #CAD4F1;
  position: absolute;
  top: 5px;
  right: -20px;
}

.header-layout10 .header-top .header-links li a:hover {
  color: var(--title-color);
}

.header-layout10 .header-top .header-links li > i {
  margin-right: 8px;
}

.header-layout10 .main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout10 .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-layout10 .menu-area {
  padding: 18px 0;
}

.header-layout10 .main-menu a {
  font-size: 16px;
  text-transform: capitalize;
}

.header-layout10 .main-menu.style2 > ul > li {
  margin: 0 2px;
}

.header-layout10 .header-button .th-btn {
  padding: 18px 38px;
}

.header-layout11 .sticky-wrapper.sticky {
  background-color: var(--title-color);
}

.header-layout11 .menu-area {
  padding: 15px 0;
}

.header-layout11 .main-menu > ul > li > a {
  color: var(--white-color);
  text-transform: capitalize;
}

.header-layout11 .main-menu > ul > li > a:hover {
  background: rgba(62, 101, 243, 0.1);
  color: var(--theme-color);
}

.header-layout11 .main-menu.style2 > ul > li {
  margin: 0 0px;
}

.header-layout12 .main-menu.style2 > ul > li > a {
  text-transform: capitalize;
  font-size: 16px;
}

.header-layout12 .menu-area {
  background-color: #EFF1F9;
  padding: 16.5px 0;
}

.header-layout12 .th-btn {
  text-transform: capitalize;
  font-weight: 400;
}

.header-layout13 .menu-area {
  padding: 16.5px 0;
}

.header-layout15 .header-top {
  padding: 17px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.header-layout15 .header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-layout15 .header-links li {
  font-family: var(--title-font);
}

.header-layout15 .header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}

.header-layout15 .header-links li:not(:last-child):after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #CAD4F1;
  position: absolute;
  top: 5px;
  right: -20px;
}

.header-layout15 .header-links li a:hover {
  color: var(--title-color);
}

.header-layout15 .header-links li > i {
  margin-right: 8px;
}

.header-layout15 .social-links .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  letter-spacing: -0.32px;
  font-family: var(--title-font);
  color: var(--white-color);
}

@media (max-width: 1599px) {
.header-layout15 .social-links .social-title {
    display: none;
  }
}

.header-layout15 .social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--white-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-layout15 .social-links a:last-child {
  margin-right: 0 !important;
}

.header-layout15 .social-links a:hover {
  color: var(--title-color);
}

.header-layout15 .social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.header-layout15 .menu-area {
  background-color: #EFF1F9;
  padding: 14px 0;
}

@media (max-width: 1199px) {
.th-header.header-layout15 .menu-area {
	background-color: #EFF1F9;
	padding: 0;
}
.th-menu-toggle {
    width: 40px;
    height: 40px;
}
}

.header-layout15 .th-btn {
  
  font-weight: 400;
}

.header-layout16 .menu-area {
  padding: 16px 0;
}

.header-layout16 .main-menu > ul > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.header-layout17 {
  background-color: #EFF1F9;
}

.header-layout17 .menu-area {
  padding: 16px 0;
  border-bottom: 1px solid rgba(101, 106, 116, 0.2);
}

.header-layout17 .main-menu > ul > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.header-layout18 .menu-area {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px 0px 20px 20px;
  
}

@media (max-width: 991px) {
.header-layout18 .menu-area {
    padding: 10px 0;
  }
}

.header-layout18 .sticky-wrapper.sticky {
  background-color: var(--title-color);
}

.header-layout18 .main-menu > ul > li > a {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  padding: 37px 0;
}

.header-layout18 .icon-btn {
  background-color: #F2F6FF;
  border-radius: 50%;
  border: none;
  color: var(--theme-color);
  --btn-size: 50px;
}

.header-layout19 .header-top {
  padding: 15.5px 0;
  background-color: #1C1C25;
  --body-color: #fff;
}

.header-layout19 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout19 .menu-area {
  padding: 16px 0;
}

.header-layout19 .main-menu > ul > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.header-layout15 .menu-area {
  background-color: var(--white-color);
  padding: 14px 0;
}

.header-layout21 .menu-area {
  padding: 16.5px 0;
  background: #161616;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.header-layout21 .main-menu.style2 > ul > li > a {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 16px;
}

.header-layout21 .main-menu.style2 > ul > li > a:hover {
  background-color: #EFF1F9;
  color: var(--theme-color);
}

.header-layout23 .sticky-wrapper.sticky {
  background-color: transparent;
}

.header-layout23 .sticky-wrapper.sticky .menu-area {
  max-width: 100%;
  border-radius: 0;
  margin-top: 0;
}

.header-layout23 .menu-area {
  max-width: 1380px;
  display: block;
  margin: auto;
  background: #EFF1F9;
  border-radius: 80px;
  border-radius: 50px;
  padding: 22px 15px;
  margin-top: 24px;
  
}

@media (max-width: 375px) {
.header-layout23 .menu-area {
    padding: 16px 15px;
  }
}

.header-layout23 .main-menu.style2 > ul > li {
  margin: 0 4px;
}

.header-layout23 .main-menu > ul > li > a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.header-layout23 .main-menu > ul > li > a:hover {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout23 .main-menu > ul > li > a:hover:before {
  opacity: 0.1;
}

.header-layout23 .main-menu > ul > li > a:hover:after {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout23 .main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout23 .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-layout23 .header-button {
  
}

.header-layout23 .header-button .th-btn {
  padding: 17px 40px;
}

@media (max-width: 1199px) {
.header-layout23 .header-button .th-btn {
    display: none;
  }
}

.header-layout23 .th-menu-toggle {
  border-radius: 50%;
}

.header-layout24 .menu-area {
  padding: 16.5px 0;
}

.header-layout24 .header-button .blue-btn:before {
  -webkit-mask-image: url("../img/shape/shape-4.png");
          mask-image: url("../img/shape/shape-4.png");
}

.header-layout24 .header-button .th-btn2:not(:last-child) {
  
}

@media (max-width: 1299px) {
.header-layout24 .header-button .th-btn2:not(:last-child) {
    display: none;
  }
}

.header-layout24 .main-menu ul li.menu-item-has-children > a:after {
  display: none;
}

.header-layout24 .main-menu.style2 > ul > li > a {
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  z-index: 2;
}

.header-layout24 .main-menu.style2 > ul > li > a:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("../img/shape/shape-1.png");
          mask-image: url("../img/shape/shape-1.png");
  background-color: transparent;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout24 .main-menu.style2 > ul > li > a:hover {
  background-color: transparent;
}

.header-layout24 .main-menu.style2 > ul > li > a:hover:before {
  background-color: #F1EAF9;
}

.header-layout24 .th-container {
  --main-container: 1736px;
}

.header-layout25 .sticky-wrapper.sticky {
  background-color: transparent;
}

.header-layout25 .sticky-wrapper.sticky .menu-area {
  max-width: 100%;
  border-radius: 0;
  margin-top: 0;
}

.header-layout25 .menu-area {
  max-width: 1380px;
  display: block;
  margin: auto;
  background: #EFF1F9;
  border-radius: 80px;
  border-radius: 50px;
  padding: 22px 15px;
  margin-top: 24px;
  
}

@media (max-width: 375px) {
.header-layout25 .menu-area {
    padding: 16px 15px;
  }
}

.header-layout25 .main-menu.style2 > ul > li {
  margin: 0 4px;
}

.header-layout25 .main-menu > ul > li > a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.header-layout25 .main-menu > ul > li > a:hover {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout25 .main-menu > ul > li > a:hover:before {
  opacity: 0.1;
}

.header-layout25 .main-menu > ul > li > a:hover:after {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout25 .main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout25 .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-layout25 .header-button {
  
}

.header-layout25 .header-button .th-btn {
  padding: 17px 40px;
}

@media (max-width: 1199px) {
.header-layout25 .header-button .th-btn {
    display: none;
  }
}

.header-layout25 .th-menu-toggle {
  border-radius: 50%;
}

.header-layout26 .sticky-wrapper.sticky {
  background-color: var(--title-color);
}

.header-layout26 .th-menu-toggle2 {
  background-color: var(--white-color);
  color: var(--title-color);
}

.header-layout26 .menu-area {
  padding: 17px 0;
}

.header-layout26 .main-menu.style2 > ul > li > a {
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}

.header-layout26 .main-menu.style2 > ul > li > a:hover {
  background-color: #F4F8FF;
  color: #1053D4;
}

.header-layout26 .main-menu ul li.menu-item-has-children > a:after {
  display: none;
}

.header-layout26 .th-btn:hover {
  color: var(--title-color);
}

.header-layout26 .th-btn:hover:before, .header-layout26 .th-btn:hover:after {
  background-color: var(--white-color);
}

.header-layout27 .menu-area {
  background: #1C1C25;
  border-radius: 0px 0px 40px 40px;
  padding: 0 40px;
  
  
}

@media (max-width: 991px) {
.header-layout27 .menu-area {
    padding: 10px 40px;
  }
}

@media (max-width: 375px) {
.header-layout27 .menu-area {
    padding: 10px 20px;
  }
}

.header-layout27 .sticky-wrapper.sticky {
  background-color: #1C1C25;
}

.header-layout27 .sticky-wrapper.sticky .menu-area {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.header-layout27 .th-menu-toggle2 {
  color: var(--title-color);
}

.header-layout27 .th-menu-toggle2:hover {
  background-color: var(--theme-color);
}

.header-layout27 .main-menu > ul > li > a {
  padding: 47px 0;
  font-weight: 400;
}

.header-layout27 .main-menu > ul > li > a:not(:hover) {
  color: var(--white-color);
}

.header-layout28 {
  border-bottom: 1px solid rgba(0, 182, 179, 0.3);
}

.header-layout28 .sticky-wrapper.sticky {
  background-color: var(--black-color);
}

.header-layout28 .header-left-button {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  left: 0px;
  top: 0px;
  background: rgba(0, 182, 178, 0.3);
  -webkit-backdrop-filter: blur(20.1px);
          backdrop-filter: blur(20.1px);
  text-align: center;
}

@media (max-width: 480px) {
.header-layout28 .header-left-button {
    display: none;
  }
}

.header-layout28 .menu-area {
  max-width: 1700px;
  display: block;
  margin: auto;
  padding: 17px 0;
  margin-left: 130px;
  margin-right: 100px;
  
  
}

@media (min-width: 1930px) {
.header-layout28 .menu-area {
    max-width: 100%;
  }
}

@media (max-width: 1299px) {
.header-layout28 .menu-area {
    margin-right: 50px;
  }
}

@media (max-width: 575px) {
.header-layout28 .menu-area {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
.header-layout28 .menu-area {
    margin-left: 20px;
  }
}

.header-layout28 .main-menu.style2 > ul > li > a {
  text-transform: capitalize;
  border: 1px solid transparent;
}

.header-layout28 .main-menu.style2 > ul > li > a:not(:hover) {
  color: var(--white-color);
}

.header-layout28 .main-menu.style2 > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}

.header-layout28 .th-btn {
  
}

@media (max-width: 1199px) {
.header-layout28 .th-btn {
    display: none;
  }
}

.header-layout29 .menu-area {
  background-color: var(--white-color);
  padding: 17px 32px;
  
}

@media (max-width: 375px) {
.header-layout29 .menu-area {
    padding: 15px 20px;
  }
}

.header-layout30 {
  border-bottom: 1px solid rgba(0, 182, 179, 0.3);
}

.header-layout30 .header-left-button {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  left: 0px;
  top: 0px;
  background: var(--theme-color);
  text-align: center;
}

@media (max-width: 480px) {
.header-layout30 .header-left-button {
    display: none;
  }
}

.header-layout30 .menu-area {
  padding: 10px 25px 10px 0;
  border-bottom: 1px solid rgba(0, 184, 147, 0.3);
  
}

@media (max-width: 575px) {
.header-layout30 .menu-area {
    padding: 18px 25px 18px 0;
  }
}

.header-layout30 .th-btn {
  
}

@media (max-width: 1199px) {
.header-layout30 .th-btn {
    display: none;
  }
}

.header-layout31 .sticky-wrapper.sticky {
  background-color: transparent;
}

.header-layout31 .sticky-wrapper.sticky .menu-area {
  max-width: 100%;
  border-radius: 0;
  margin-top: 0;
}

.header-layout31 .menu-area {
  max-width: 1730px;
  display: block;
  margin: auto;
  background: #16181D;
  border: 1px solid #656A74;
  border-radius: 16px;
  padding: 15px 5px;
  margin-top: 24px;
  
}

@media (max-width: 375px) {
.header-layout31 .menu-area {
    padding: 16px 15px;
  }
}

.header-layout31 .main-menu.style2 > ul > li {
  margin: 0 4px;
}

.header-layout31 .main-menu > ul > li > a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
}

.header-layout31 .main-menu > ul > li > a:hover {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout31 .main-menu > ul > li > a:hover:before {
  opacity: 0.1;
}

.header-layout31 .main-menu > ul > li > a:hover:after {
  color: var(--theme-color) !important;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-layout31 .main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout31 .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-mega-wrap {
  position: relative;
}

.product-mega-wrap > a {
  padding: 12px 20px;
  font-weight: 600;
}

.product-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(25px);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-radius: 12px;
  list-style: none;
  padding: 30px !important;
  width: 800px;
}

.product-mega-wrap:hover > .product-mega-menu, .product-mega-wrap > .product-mega-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(15px);
}

.product-mega-menu li {
  flex: 1 1 45%; 
  list-style: none;
}

.product-mega-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 10px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.product-mega-menu li a:hover {
  background: #f5f6ff;
}

.product-mega-menu img {
  width: 36px;
  height: 36px;
}

.product-mega-menu .info {
  display: flex;
  flex-direction: column;
}

.product-mega-menu .desc {
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  padding-top: 10px;
}

.product-mega-menu .title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  position: relative;
  display: inline-block; 
  line-height: 1.4;
  white-space: nowrap; 
}

.product-mega-menu .title::after {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 6px;
  color: #fff;
  line-height: 1.2;
  vertical-align: middle;
}

.product-mega-menu .title.new::after {
  content: "NEW";
  background: #4066f2;
}

.product-mega-menu .title.hot::after {
  content: "HOT";
  background: #ff3b3b;
}

.product-mega-menu .view-all {
  flex-basis: 100%; 
  text-align: center;
  margin-top: 20px;
}

.product-mega-menu .view-all a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}

.product-mega-menu .view-all a:hover {
  background: rgba(2, 206, 128, 1);
  color: #fff;
  border-color: rgba(2, 206, 128, 1);
}

.header-layout31 .header-button {
  
}

.header-layout31 .header-button .th-btn {
  padding: 17px 24px;
}

@media (max-width: 1199px) {
.header-layout31 .header-button .th-btn {
    display: none;
  }
}

.header-layout31 .th-menu-toggle {
  border-radius: 50%;
}

.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.footer-wrapper .th-social a {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.footer-wrapper .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 66px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  
}

@media (max-width: 991px) {
.footer-menu {
    text-align: center;
  }
}

.footer-menu li {
  display: inline-block;
  margin-right: 30px;
  
}

@media (max-width: 575px) {
.footer-menu li {
    margin-right: 5px;
  }
}

.footer-menu li a {
  position: relative;
  font-weight: 400;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  text-transform: capitalize;
  
}

@media (max-width: 575px) {
.footer-menu li a {
    font-size: 14px;
  }
}

.footer-menu li a:hover {
  color: var(--theme-color);
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 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: var(--body-color);
}

.footer-links a:hover {
  color: var(--theme-color);
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 170px;
  margin-top: -0.4rem;
  margin-bottom: 0;
}

.footer-info:not(:last-child) {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-info_title {
  font-size: 18px;
  color: var(--white-color);
  display: block;
  margin-bottom: 7px;
}

.footer-info_icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  line-height: 26px;
  font-size: 14px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 5px;
  gap: 8px;
  margin-right: 10px;
}

.footer-info_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.footer-info_link {
  display: inline-block;
  color: var(--body-color);
}

.footer-info_link:hover {
  color: var(--theme-color);
}

.copyright-wrap {
  padding: 22px 0;
  background-size: 100% auto;
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

.th-widget-contact {
  max-width: 265px;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.footer-contact-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-contact_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  min-width: 70px;
  font-size: 30px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.footer-contact_icon:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--title-color);
  border-radius: inherit;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-contact_icon:hover:before {
  top: 0;
  left: 0;
}

.footer-contact_text {
  display: block;
  color: var(--body-color);
  margin-bottom: 5px;
}

.footer-contact_link {
  display: inline-block;
  color: var(--body-color);
  font-size: 20px;
  font-weight: 600;
}

.footer-contact_link:hover {
  color: var(--title-color);
}

.footer-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding-left: 60px;
}

.footer-newsletter .newsletter-title {
  max-width: 425px;
  margin-bottom: 0;
}

.footer-layout1 {
  background-color: #080e1c;
  --body-color: #fff;
  overflow: hidden;
}

.footer-layout1 .footer-top {
  background-color: var(--theme-color);
  position: relative;
  z-index: 2;
  border: none;
  --border-color: none;
}

.footer-layout1 .footer-logo {
  padding: 45px 45px 45px 0;
}

.footer-layout1 .shape-left, .footer-layout1 .shape-right {
  position: absolute;
  z-index: -1;
}

.footer-layout1 .shape-left {
  top: 0;
  left: 0;
}

.footer-layout1 .shape-right {
  bottom: 65px;
  right: 0;
}

.footer-layout1 .logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  height: 100%;
  width: 33%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
}

.footer-layout1 .logo-bg:before {
  content: "";
  height: 100%;
  width: calc(100% - 10px);
  background-color: var(--title-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
}

@media (min-width: 1922px) {
.footer-layout1 .logo-bg {
    width: 37%;
  }
}

@media (max-width: 1500px) {
.footer-layout1 .logo-bg {
    width: 27%;
  }
.footer-layout1 .shape-right {
    bottom: -20px;
    right: -70px;
  }
}

@media (max-width: 1299px) {
.footer-layout1 .shape-left {
    max-width: 65%;
  }
}

@media (max-width: 1199px) {
.footer-layout1 .logo-bg {
    width: 100%;
    height: 170px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
  }
.footer-layout1 .logo-bg:before {
    width: 100%;
    height: calc(100% - 10px);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
  }
.footer-layout1 .footer-logo {
    padding: 40px 15px 60px 15px;
    text-align: center;
  }
.footer-contact-wrap {
    padding: 40px 0 30px 0;
  }
}

@media (max-width: 991px) {
.footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
.footer-contact-wrap {
    grid-template-columns: auto auto;
    gap: 30px;
  }
.copyright-text {
    text-align: center;
  }
}

@media (max-width: 575px) {
.copyright-wrap {
    background-size: cover;
  }
.footer-contact {
    margin-left: 10px;
  }
.footer-contact-wrap {
    grid-template-columns: auto;
  }
}

.footer-layout2 {
  background-color: var(--smoke-color2);
}

.footer-layout2.bg-transparent {
  background-color: transparent;
  border-top: 1px solid #d9e0f3;
}

.footer-layout2 .footer-widget .widget_title, .footer-layout2 .footer-widget .recent-post .post-title {
  color: var(--title-color);
  font-weight: 700;
}

.footer-layout2 .copyright-wrap {
  --body-color: #fff;
  background-color: var(--theme-color);
}

.footer-layout2 .copyright-wrap a {
  color: var(--white-color);
}

.footer-layout2 .copyright-wrap a:hover {
  color: var(--title-color);
}

.footer-layout2 .th-social a {
  color: var(--body-color);
  box-shadow: none;
  border: 1px solid var(--body-color);
}

.footer-layout2 .th-social a:hover {
  color: var(--white-color);
}

.footer-layout2 .newsletter-form .form-group {
  
}

@media (max-width: 575px) {
.footer-layout2 .newsletter-form .form-group {
    width: 75%;
  }
}

.footer-layout2 .newsletter-form .form-control {
  
}

@media (max-width: 575px) {
.footer-layout2 .newsletter-form .form-control {
    width: 75%;
  }
}

.footer-widget .contact-feature {
  padding: 0 !important;
  background-color: transparent;
  box-shadow: none;
  gap: 15px;
}

.footer-widget .contact-feature:not(:last-child) {
  margin-bottom: 28px;
}

.footer-widget .contact-feature .icon-btn {
  --btn-size: 44px;
  font-size: 16px;
}

.footer-widget .contact-feature_label {
  margin-top: -0.4em;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
}

.footer-widget .contact-feature_link {
  font-size: 18px;
  margin-bottom: -0.4em;
  display: block;
}

.newsletter-widget .footer-text {
  margin-bottom: 30px;
}

.footer-layout3 {
  background-color: var(--black-color2);
  background-size: cover;
  --body-color: #fff;
}

.footer-layout3 .widget-area {
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer-layout3 .th-btn {
  box-shadow: none;
}

.footer-layout3 .footer-top {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.footer-layout3 .copyright-wrap {
  --body-color: #fff;
  background-color: var(--theme-color);
}

.footer-layout3 .copyright-wrap a {
  color: var(--white-color);
}

.footer-layout3 .copyright-wrap a:hover {
  color: var(--title-color);
}

.newsletter-wrap .newsletter-title {
  margin-top: -0.3em;
  margin-bottom: 5px;
  max-width: 400px;
  color: var(--white-color);
}

.newsletter-form .th-btn {
  min-width: 150px;
}

@media (max-width: 1199px) {
.footer-top .footer-logo {
    text-align: center;
    margin: 0 auto 35px auto;
  }
}

@media (max-width: 991px) {
.footer-layout3 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
.footer-layout3 .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.footer-wrapper .newsletter-form {
    max-width: 400px;
  }
.newsletter-wrap .newsletter-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
.newsletter-wrap .newsletter-title {
    text-align: center;
  }
.footer-wrapper .newsletter-form {
    max-width: 550px;
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
.footer-wrapper .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-layout5 {
  background-color: #F7F8FB;
}

.footer-layout5 .footer-newsletter {
  padding-left: 0;
}

.footer-layout5 .footer-newsletter .newsletter-title {
  color: var(--title-color);
  max-width: 500px;
}

.footer-layout5 .footer-newsletter .newsletter-form {
  position: relative;
  max-width: 560px;
}

.footer-layout5 .footer-newsletter .newsletter-form i {
  position: absolute;
  top: 22px;
  left: 30px;
  color: var(--theme-color);
}

.footer-layout5 .footer-newsletter .newsletter-form .form-control {
  border-radius: 100px;
  min-height: 60px;
  padding-left: 55px;
  padding-right: 200px;
  background-color: var(--white-color);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

@media (max-width: 575px) {
.footer-layout5 .footer-newsletter .newsletter-form .form-control {
    min-width: 100%;
  }
}

.footer-layout5 .footer-newsletter .newsletter-form .form-control:hover {
  border: 1px solid var(--theme-color);
}

.footer-layout5 .footer-newsletter .newsletter-form .th-btn {
  min-width: 188px;
  padding: 22px 40px;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 100px;
  
}

@media (max-width: 575px) {
.footer-layout5 .footer-newsletter .newsletter-form .th-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

.footer-layout5 .footer-top {
  padding: 105px 0 75px 0;
  border-bottom: 1px solid #E4E7EE;
  
}

@media (max-width: 991px) {
.footer-layout5 .footer-top {
    padding: 80px 0 75px 0;
  }
}

.footer-layout5 .widget-area {
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-layout5 .widget_title {
  font-weight: 600;
  color: var(--title-color);
}

.footer-layout5 .footer-widget .recent-post .post-title {
  color: var(--title-color);
}

.footer-layout5 .th-social a {
  --icon-size: 40px;
}

.footer-layout5 .th-social a:not(:hover) {
  background: var(--white-color);
  color: var(--title-color);
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.06);
}

.footer-layout5 .copyright-wrap {
  padding: 18px 0;
  background-size: 100% auto;
  background-color: transparent;
  border-top: 1px solid rgba(121, 129, 150, 0.35);
}

.footer-layout5 .copyright-wrap .copyright-text {
  color: var(--title-color);
}

.footer-layout5 .copyright-wrap .copyright-text a {
  color: var(--theme-color);
}

@media (max-width: 1199px) {
.footer-newsletter {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.footer-layout5 .footer-newsletter .newsletter-title {
    margin-top: -0.3em;
  }
}

.footer-layout6 {
  background-color: #F7F8FB;
}

.footer-layout6 .newsletter-widget {
  position: relative;
  overflow: hidden;
  max-width: 350px;
}

.footer-layout6 .newsletter-widget i {
  position: absolute;
  top: 22px;
  left: 30px;
  color: var(--theme-color);
}

.footer-layout6 .newsletter-widget .form-control {
  border-radius: 100px;
  min-height: 60px;
  padding-left: 55px;
  padding-right: 130px;
  background-color: var(--white-color);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

@media (max-width: 575px) {
.footer-layout6 .newsletter-widget .form-control {
    min-width: 100%;
  }
}

.footer-layout6 .newsletter-widget .form-control:hover {
  border: 1px solid var(--theme-color);
}

.footer-layout6 .newsletter-widget .th-btn {
  padding: 23px 30px;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 100px;
  min-width: auto;
  
}

@media (max-width: 575px) {
.footer-layout6 .newsletter-widget .th-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

.footer-layout6 .widget-area {
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-layout6 .widget_title {
  font-weight: 600;
  color: var(--title-color);
  text-transform: capitalize;
}

.footer-layout6 .footer-widget .recent-post .post-title {
  color: var(--title-color);
}

.footer-layout6 .th-social a {
  --icon-size: 40px;
}

.footer-layout6 .th-social a:not(:hover) {
  background: var(--white-color);
  color: var(--title-color);
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.06);
}

.footer-layout6 .copyright-wrap {
  padding: 29.5px 0;
  background-size: 100% auto;
  background-color: transparent;
  border-top: 1px solid rgba(121, 129, 150, 0.35);
}

.footer-layout6 .copyright-wrap .copyright-text {
  color: var(--title-color);
}

.footer-layout6 .copyright-wrap .copyright-text a {
  color: var(--theme-color);
}

@media (max-width: 1199px) {
.footer-newsletter {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.footer-layout6 .footer-newsletter .newsletter-title {
    margin-top: -0.3em;
  }
}

.footer-layout7 {
  background-color: #EFF1F9;
}

.footer-layout7 .footer-newsletter {
  padding-left: 0;
}

.footer-layout7 .footer-newsletter .newsletter-title {
  color: var(--title-color);
  max-width: 500px;
}

.footer-layout7 .footer-newsletter .newsletter-form {
  position: relative;
  overflow: hidden;
  max-width: 560px;
}

.footer-layout7 .footer-newsletter .newsletter-form i {
  position: absolute;
  top: 22px;
  left: 30px;
  color: var(--theme-color);
}

.footer-layout7 .footer-newsletter .newsletter-form .form-control {
  border-radius: 100px;
  min-height: 60px;
  padding-left: 55px;
  padding-right: 200px;
  background-color: var(--white-color);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

@media (max-width: 575px) {
.footer-layout7 .footer-newsletter .newsletter-form .form-control {
    min-width: 100%;
  }
}

.footer-layout7 .footer-newsletter .newsletter-form .form-control:hover {
  border: 1px solid var(--theme-color);
}

.footer-layout7 .footer-newsletter .newsletter-form .th-btn {
  min-width: 188px;
  padding: 22px 40px;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 100px;
  
}

@media (max-width: 575px) {
.footer-layout7 .footer-newsletter .newsletter-form .th-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

.footer-layout7 .footer-top {
  padding: 105px 0 75px 0;
  border-bottom: 1px solid #D0D3DA;
}

.footer-layout7 .widget-area {
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-layout7 .widget_title {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--title-color);
}

.footer-layout7 .footer-widget .recent-post .post-title {
  color: var(--title-color);
}

.footer-layout7 .th-social a {
  --icon-size: 40px;
}

.footer-layout7 .th-social a:not(:hover) {
  background: var(--white-color);
  color: var(--title-color);
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.06);
}

.footer-layout7 .copyright-wrap {
  padding: 35.5px 0;
  background-size: 100% auto;
  background-color: transparent;
  border-top: 1px solid rgba(121, 129, 150, 0.35);
}

.footer-layout7 .copyright-wrap .copyright-text {
  color: var(--title-color);
}

.footer-layout7 .copyright-wrap .copyright-text a {
  color: var(--theme-color);
}

@media (max-width: 1199px) {
.footer-newsletter {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.footer-layout7 .footer-newsletter .newsletter-title {
    margin-top: -0.3em;
  }
}

.footer-layout8 {
  --body-color: #8D929C;
}

.footer-layout8 .footer-widget.style2 {
  max-width: 561px;
  background-color: #16181D;
  padding: 40px;
  border-radius: 20px;
  
  
}

@media (max-width: 1199px) {
.footer-layout8 .footer-widget.style2 {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
.footer-layout8 .footer-widget.style2 {
    padding: 30px;
  }
}

.footer-layout8 .footer-widget.style2 .widget_title {
  color: var(--white-color);
}

.footer-layout8 .footer-widget.style2 .widget_title:after {
  border: 2px solid #16181D;
}

.footer-layout8 .newsletter-widget {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.footer-layout8 .newsletter-widget .newsletter-form {
  max-width: 481px;
  
}

@media (max-width: 1199px) {
.footer-layout8 .newsletter-widget .newsletter-form {
    max-width: 100%;
  }
}

.footer-layout8 .newsletter-widget .newsletter-form.style2 i {
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  top: 18px;
}

.footer-layout8 .newsletter-widget .footer-text {
  margin-bottom: 20px;
}

.footer-layout8 .newsletter-widget i {
  position: absolute;
  top: 18px;
  left: 30px;
  font-weight: 400;
  font-size: 18px;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer-layout8 .newsletter-widget .form-control {
  border-radius: 100px;
  min-height: 56px;
  padding-left: 55px;
  padding-right: 130px;
  background-color: var(--black-color) !important;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

@media (max-width: 575px) {
.footer-layout8 .newsletter-widget .form-control {
    min-width: 100%;
    padding-right: 30px;
  }
}

.footer-layout8 .newsletter-widget .form-control:hover {
  border: 1px solid var(--theme-color);
}

.footer-layout8 .newsletter-widget .th-btn {
  padding: 20px 30px;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 100px;
  min-width: auto;
  
}

@media (max-width: 575px) {
.footer-layout8 .newsletter-widget .th-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

.footer-layout8 .widget-area {
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-layout8 .widget_title {
  font-weight: 600;
  color: var(--title-color);
  font-size: 20px;
  text-transform: none;
}

.footer-layout8 .footer-widget .recent-post .post-title {
  color: var(--title-color);
}

.footer-layout8 .th-social a {
  --icon-size: 40px;
  background-color: #292E38;
  border-color: #292E38;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
}

.footer-layout8 .th-social a:hover {
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  color: #292E38;
  border-color: var(--theme-color);
}

.footer-layout8 .copyright-wrap {
  background-color: #16181D;
}

.footer-layout8 .copyright-wrap .copyright-text {
  color: var(--white-color);
}

.footer-layout8 .copyright-wrap .copyright-text a {
  font-family: var(--body-font);
  background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
  background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer-layout9 .th-social a {
  --icon-size: 40px;
  background-color: #292E38;
  border-color: #292E38;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
}

.footer-layout9 .th-social a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.footer-layout9 .copyright-wrap .copyright-text a {
  background: transparent;
  color: var(--theme-color);
  -webkit-text-fill-color: var(--theme-color);
}

.footer-layout11 {
  background-color: var(--black-color);
  --body-color: #A1A6B0;
}

.footer-layout11 .footer-top {
  border-bottom: 1px solid #2C3248;
}

.footer-layout11 .footer-newsletter .newsletter-title {
  color: var(--white-color);
}

.footer-layout11 .footer-newsletter .newsletter-form .form-control {
  background-color: #16181D;
}

.footer-layout11 .footer-newsletter .newsletter-form .th-btn {
  padding: 23px 40px;
}

.footer-layout11 .footer-newsletter .newsletter-form .th-btn:hover {
  color: var(--title-color);
}

.footer-layout11 .footer-newsletter .newsletter-form .th-btn:hover:before, .footer-layout11 .footer-newsletter .newsletter-form .th-btn:hover:after {
  background-color: var(--white-color);
}

.footer-layout11 .footer-widget .widget_title {
  text-transform: none;
}

.footer-layout11 .footer-widget.widget_nav_menu a {
  margin-bottom: 14px;
}

.footer-layout11 .copyright-wrap {
  background-color: #16181D;
  border-top: none;
}

.footer-layout11 .copyright-wrap .copyright-text {
  color: var(--white-color);
}

.footer-layout11 .th-widget-about.style2 {
  max-width: 290px;
}

.footer-layout11 .th-social a {
  border: none;
}

.footer-layout11 .th-social a:not(:hover) {
  background: #1C1C25;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  color: var(--white-color);
}

.footer-layout12 {
  background-color: #000C2C;
  
  --body-color: #797E88;
}

.footer-layout12 .footer-top {
  border-bottom: 1px solid #2C3248;
}

.footer-layout12 .footer-newsletter .newsletter-title {
  color: var(--white-color);
}

.footer-layout12 .footer-newsletter .newsletter-form .th-btn {
  padding: 23px 40px;
}

.footer-layout12 .footer-newsletter .newsletter-form .th-btn:hover {
  color: var(--white-color);
}

.footer-layout12 .footer-newsletter .newsletter-form .th-btn:hover:before, .footer-layout12 .footer-newsletter .newsletter-form .th-btn:hover:after {
  background-color: var(--title-color);
}

.footer-layout12 .footer-widget .widget_title {
  text-transform: none;
}

.footer-layout12 .footer-widget.widget_nav_menu a {
  margin-bottom: 14px;
}

.footer-layout12 .copyright-wrap {
  background-color: transparent;
}

.footer-layout12 .copyright-wrap .copyright-text {
  color: var(--white-color);
}

.footer-layout12 .th-widget-about.style2 {
  max-width: 290px;
}

.footer-layout12 .th-social a {
  border: none;
}

.footer-layout12 .th-social a:not(:hover) {
  background: var(--white-color);
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  color: var(--title-color);
}

.footer-layout13 {
  background-color: #000;
}

.footer-layout14 {
  position: relative;
  z-index: 2;
}

.footer-layout14:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 7, 7, 0.93);
  border-radius: 30px 30px 0 0;
  z-index: -1;
}

.footer-layout14 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout14 .footer-widget .widget_title.style2:after {
  border: 2px solid #00d187;
}

.footer-layout15 .footer-widget .widget_title.style2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: var(--theme-color);
}

.footer-layout15 .newsletter-widget i {
  background: var(--theme-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer-layout15 .copyright-wrap .copyright-text a {
  background: var(--theme-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer-layout15 .th-social a:hover {
  background: var(--theme-color);
}

.footer-layout16 {
  background-color: #16181D;
}

.footer-layout16 .footer-widget .widget_title.style2:after {
  border: 2px solid #00d187;
}

.footer-layout17 {
  background-color: #10131C;
  border-radius: 40px 40px 0 0;
}

.footer-layout17 .widget-area {
  padding-top: 120px;
  padding-bottom: 80px;
  
}

@media (max-width: 991px) {
.footer-layout17 .widget-area {
    padding-top: 80px;
  }
}

.footer-layout17 .info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.footer-layout17 .info-box:last-child {
  margin-bottom: 0;
}

.footer-layout17 .info-box_icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  line-height: 65px;
  font-size: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  
}

@media (max-width: 575px) {
.footer-layout17 .info-box_icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    line-height: 55px;
  }
}

.footer-layout17 .info-box_subtitle {
  font-family: var(--title-font);
  font-size: 14px;
  color: var(--body-color);
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.footer-layout17 .info-box_text {
  display: block;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.footer-layout17 .info-box_link {
  display: block;
  color: var(--white-color);
}

.footer-layout17 .info-box_link:hover {
  color: var(--theme-color);
}

.footer-layout17 .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 60px;
  
  
}

@media (max-width: 991px) {
.footer-layout17 .footer-top {
    display: block;
    padding: 40px;
  }
}

@media (max-width: 767px) {
.footer-layout17 .footer-top {
    padding: 30px;
  }
}

.footer-layout17 .footer-top .footer-logo {
  min-width: 185px;
  
}

@media (max-width: 991px) {
.footer-layout17 .footer-top .footer-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}

.footer-layout17 .footer-top .footer-text {
  width: 752px;
  margin-left: auto;
  margin-bottom: -0.3rem;
  color: #797E88;
  
  
}

@media (max-width: 1199px) {
.footer-layout17 .footer-top .footer-text {
    width: 100%;
  }
}

@media (max-width: 991px) {
.footer-layout17 .footer-top .footer-text {
    text-align: center;
  }
}

.footer-layout17 .footer-top-area {
  border-bottom: none;
  background: #051234;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 19px 53px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin: 80px 0 0px 0px;
}

.footer-layout17 .footer-menu-area {
  background: #051234;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 19px 53px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 10px 10px 10px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  
}

@media (max-width: 991px) {
.footer-layout17 .footer-menu-area {
    display: block;
    padding: 10px;
    text-align: center;
  }
}

.footer-layout17 .footer-menu-area .footer-menu {
  margin: 0;
  padding: 0;
  
}

@media (max-width: 991px) {
.footer-layout17 .footer-menu-area .footer-menu {
    margin-bottom: 20px;
  }
}

.footer-layout17 .footer-menu-area .footer-menu li {
  display: inline-block;
  margin-right: 35px;
  
}

@media (max-width: 575px) {
.footer-layout17 .footer-menu-area .footer-menu li {
    margin-right: 10px;
  }
}

.footer-layout17 .footer-menu-area .footer-menu li a {
  position: relative;
  font-weight: 600;
  font-family: var(--title-font);
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  text-transform: capitalize;
  
}

@media (max-width: 575px) {
.footer-layout17 .footer-menu-area .footer-menu li a {
    font-size: 14px;
  }
}

.footer-layout17 .footer-menu-area .footer-menu li a:hover {
  color: var(--theme-color);
}

.footer-layout17 .th-social a {
  --icon-size: 35px;
  background-color: transparent;
  border: 1px solid #36393F;
  color: var(--white-color);
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-layout17 .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.footer-layout17 .th-widget-contact {
  max-width: 265px;
}

.footer-layout17 .copyright-wrap {
  text-align: center;
  border: 1px solid #2C2E34;
}

.footer-layout17 .copyright-text {
  color: var(--white-color);
}

.footer-layout17 .copyright-text a {
  color: var(--white-color);
}

.footer-layout18 {
  --body-color: #A1A6B0;
  border-radius: 30px 30px 0 0;
}

.footer-layout18 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout18 .footer-newsletter .newsletter-title {
  color: var(--white-color);
}

.footer-layout18 .footer-newsletter .newsletter-form .form-control {
  border-radius: 100px;
  min-height: 60px;
  padding-left: 55px;
  padding-right: 200px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-layout18 .footer-newsletter .newsletter-form .th-btn {
  top: 5px;
  right: 5px;
  padding: 18px 40px;
  min-width: 130px;
  background: -webkit-linear-gradient(top, #3E66F3 0%, #0031DD 100%);
  background: linear-gradient(180deg, #3E66F3 0%, #0031DD 100%);
}

.footer-layout18 .footer-newsletter .newsletter-form .th-btn:hover {
  color: var(--title-color);
}

.footer-layout18 .footer-newsletter .newsletter-form .th-btn:hover:before, .footer-layout18 .footer-newsletter .newsletter-form .th-btn:hover:after {
  background-color: var(--white-color);
}

.footer-layout18 .footer-widget .widget_title {
  text-transform: none;
}

.footer-layout18 .footer-widget.widget_nav_menu a {
  margin-bottom: 14px;
}

.footer-layout18 .copyright-wrap {
  background-color: transparent;
}

.footer-layout18 .copyright-wrap .copyright-text {
  color: var(--white-color);
}

.footer-layout18 .th-widget-about.style2 {
  max-width: 290px;
}

.footer-layout18 .th-social a {
  border: none;
}

.footer-layout18 .th-social a:not(:hover) {
  background: var(--white-color);
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  color: var(--title-color);
}

.footer-layout20 {
  position: relative;
  z-index: 2;
}

.footer-layout20:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 8, 37, 0.96);
  z-index: -1;
}

.footer-layout21 {
  background-color: #16181D;
  border-radius: 0;
}

.footer-layout21 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout21 .footer-widget .widget_title.style2:after {
  border: 2px solid #00d187;
}

.footer-layout21 .footer-newsletter .newsletter-form {
  max-width: 423px;
}

.footer-layout21 .footer-newsletter .newsletter-form .form-control {
  border-radius: 100px;
  min-height: 56px;
  padding-left: 55px;
  padding-right: 200px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout21 .footer-newsletter .newsletter-form i {
  top: 20px;
}

.footer-layout21 .footer-newsletter .newsletter-form .th-btn {
  min-width: 130px;
  padding: 16px 35px;
  top: 5px;
  right: 5px;
}

.footer-layout21 .footer-newsletter .newsletter-form .th-btn:hover {
  color: var(--title-color);
}

.footer-layout21 .footer-newsletter .newsletter-form .th-btn:hover:before, .footer-layout21 .footer-newsletter .newsletter-form .th-btn:hover:after {
  background-color: var(--white-color);
}

.footer-layout21 .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout22 {
  background-color: rgba(6, 7, 7, 0.9);
}

.footer-layout22 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout22 .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout22 .footer-newsletter .newsletter-form {
  max-width: 423px;
}

.footer-layout22 .footer-newsletter .newsletter-form .form-control {
  border-radius: 100px;
  min-height: 56px;
  padding-left: 55px;
  padding-right: 200px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout22 .footer-newsletter .newsletter-form i {
  top: 20px;
}

.footer-layout22 .footer-newsletter .newsletter-form .th-btn {
  background-color: transparent;
  background: var(--Theme-color, linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%));
  min-width: 130px;
  padding: 16px 35px;
  top: 5px;
  right: 5px;
}

.footer-layout22 .footer-newsletter .newsletter-form .th-btn:hover {
  color: var(--title-color);
}

.footer-layout22 .footer-newsletter .newsletter-form .th-btn:hover:before, .footer-layout22 .footer-newsletter .newsletter-form .th-btn:hover:after {
  background-color: var(--white-color);
}

.footer-layout22 .th-social a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-layout22 .th-social a:hover {
  background-color: transparent;
  background: var(--Theme-color, linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%));
  border-color: var(--theme-color);
}

.footer-layout23 {
  --body-color: #fff;
}

.footer-layout23 .widget_title {
  text-transform: capitalize;
}

.footer-layout23 .footer-top {
  border-bottom: 1px solid rgba(121, 129, 150, 0.35);
}

.footer-layout23 .footer-newsletter .newsletter-form .form-control {
  color: #797E88;
}

.footer-layout23 .footer-newsletter .newsletter-form .form-control::-moz-placeholder {
  color: #797E88;
}

.footer-layout23 .footer-newsletter .newsletter-form .form-control::-webkit-input-placeholder {
  color: #797E88;
}

.footer-layout23 .footer-newsletter .newsletter-form .form-control:-ms-input-placeholder {
  color: #797E88;
}

.footer-layout23 .footer-newsletter .newsletter-form .form-control::-ms-input-placeholder {
  color: #797E88;
}

.footer-layout23 .footer-newsletter .newsletter-form .form-control::placeholder {
  color: #797E88;
}

.footer-layout23 .footer-newsletter .newsletter-form .th-btn {
  min-width: 180px;
  padding: 18px 33px;
  text-transform: capitalize;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 100px;
  
}

@media (max-width: 575px) {
.footer-layout23 .footer-newsletter .newsletter-form .th-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    margin-top: 0px;
    display: block;
    width: 100%;
  }
}

.footer-layout23 .copyright-wrap .copyright-text {
  color: var(--white-color);
}

.footer-layout19 {
  position: relative;
  z-index: 2;
  background-color: rgba(17, 21, 22, 1);
  --body-color: #fff;
  
}

@media (max-width: 767px) {
.footer-layout19 {
    margin-top: 30px;
  }
}

.footer-layout19 .widget-area {
  padding: 165px 0 10px 0;
  
}

@media (max-width: 767px) {
.footer-layout19 .widget-area {
    padding: 100px 0 10px 0;
  }
}

.footer-layout19 .about-text {
  color: var(--white-color);
  margin-bottom: 10px;
}

.footer-layout19 .working-time .title {
  font-weight: 500;
  font-size: 18px;
  color: #00E3DB;
}

.footer-layout19 .working-time .desc {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.footer-layout19 .widget_title {
  color: var(--white-color);
  font-size: 22px;
  text-transform: capitalize;
  padding: 0 0 30px 0;
}

.footer-layout19 .widget_title.style2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 89px;
  height: 13px;
  background-image: url("../img/theme-img/title_shape_6.svg");
}

.footer-layout19 .widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 89px;
  height: 13px;
  background-image: url("../img/theme-img/title_shape_6.svg");
}

.footer-layout19 .widget_title:after {
  display: none;
}

.footer-layout19 .copyright-wrap {
  background-color: #F2F6FF;
}

.footer-layout19 .footer-widget.widget_nav_menu a {
  padding-left: 0;
}

.footer-layout19 .footer-widget.widget_nav_menu a:before {
  display: none;
}

.footer-layout19 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color2);
}

.footer-layout19:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("../img/bg/footer_bg_shape.png");
          mask-image: url("../img/bg/footer_bg_shape.png");
  background-color: var(--theme-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: -1;
  
  
}

@media (max-width: 1199px) {
.footer-layout19:before {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

@media (max-width: 767px) {
.footer-layout19:before {
    -webkit-mask-image: none;
            mask-image: none;
  }
}

.footer-layout19:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/bg/footer_bg_19.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: -1;
}

.footer-layout19 .footer-links a:not(:hover) {
  color: var(--theme-color);
}

.footer-layout19 .footer-links a:hover {
  color: var(--title-color);
}

.footer-layout19 .shape-mockup.footer-shape {
  z-index: -2;
}

.footer-layout5.footer-layout19 .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  position: relative;
  box-shadow: none;
  border-radius: 0;
  -webkit-mask-image: url("../img/shape/polygon.png");
          mask-image: url("../img/shape/polygon.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  border: none;
  color: var(--white-color);
  margin-right: 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-layout5.footer-layout19 .th-social a:before {
  content: '';
  position: absolute;
  inset: 2px;
  background-color: var(--theme-color);
  -webkit-mask-image: url("../img/shape/polygon.png");
          mask-image: url("../img/shape/polygon.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  z-index: -1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-layout5.footer-layout19 .th-social a:hover {
  background-color: #00E3DB;
  color: var(--title-color);
}

.footer-layout5.footer-layout19 .th-social a:hover:before {
  background-color: #00E3DB;
}

.newsletter-form3 .th-btn2 {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 15px 30px;
  -webkit-clip-path: none;
          clip-path: none;
  -webkit-mask-image: url("../img/shape/shape-5.png");
          mask-image: url("../img/shape/shape-5.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  
}

@media (max-width: 375px) {
.newsletter-form3 .th-btn2 {
    position: relative;
    right: 0;
    width: 100%;
  }
}

.newsletter-form3 .th-btn2:hover {
  color: var(--title-color);
}

.newsletter-form3 .th-btn2:hover:before, .newsletter-form3 .th-btn2:hover:after {
  background-color: var(--white-color);
}

.footer-layout20 {
  background-color: #000;
}

.footer-layout20:before {
  display: none;
}

.footer-layout20 .footer-newsletter .newsletter-title {
  color: var(--white-color);
  max-width: 500px;
}

.footer-layout20 .footer-newsletter .newsletter-form .th-btn {
  padding: 23px 40px;
}

.footer-layout20 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout20 .widget_title.style2:before, .footer-layout20:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: var(--theme-color);
}

.footer-layout24 {
  background-color: transparent;
  margin-top: -50px;
  
  
  
}

@media (min-width: 1930px) {
.footer-layout24 {
    background-size: cover;
  }
}

@media (max-width: 1399px) {
.footer-layout24 {
    background-size: cover;
  }
}

@media (max-width: 1199px) {
.footer-layout24 {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
.footer-layout24 {
    margin-top: 0;
  }
}

.footer-layout24 .footer-image {
  text-align: right;
  margin-right: -60px;
  
}

@media (max-width: 1799px) {
.footer-layout24 .footer-image {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
.footer-layout24 .footer-image {
    display: none;
    margin-top: 0px;
  }
}

.footer-layout24 .footer-top {
  border: none;
  padding: 0;
  
}

@media (max-width: 1199px) {
.footer-layout24 .footer-top {
    padding: 50px 0;
    text-align: center;
  }
}

.footer-layout24 .footer-newsletter {
  display: block;
  padding-top: 90px;
  
  
}

@media (max-width: 1699px) {
.footer-layout24 .footer-newsletter {
    padding-top: 40px;
  }
}

@media (min-width: 1930px) {
.footer-layout24 .footer-newsletter {
    padding-top: 0;
  }
}

@media (max-width: 1399px) {
.footer-layout24 .footer-newsletter {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 1199px) {
.footer-layout24 .footer-newsletter {
    text-align: center;
    padding: 0;
  }
}

.footer-layout24 .footer-newsletter .newsletter-title {
  color: var(--white-color);
  margin-bottom: 35px;
  max-width: 786px;
  
}

@media (max-width: 1199px) {
.footer-layout24 .footer-newsletter .newsletter-title {
    text-align: center;
    display: block;
    margin: auto auto 35px auto;
  }
}

.footer-layout24 .footer-newsletter .newsletter-form {
  
}

@media (max-width: 1199px) {
.footer-layout24 .footer-newsletter .newsletter-form {
    display: block;
    margin: auto;
  }
}

.footer-layout24 .footer-newsletter .newsletter-form input {
  height: 63px;
}

.footer-layout24 .footer-newsletter .newsletter-form i {
  top: 24px;
  color: var(--title-color);
}

.footer-layout24 .footer-newsletter .newsletter-form .th-btn {
  text-transform: uppercase;
  color: var(--title-color);
  padding: 24px 40px;
}

.footer-layout24 .footer-newsletter .newsletter-form .th-btn:hover {
  color: var(--white-color);
}

.footer-layout24 .copyright-wrap {
  background-color: var(--white-color);
}

.footer-layout24 .copyright-wrap .copyright-text a {
  color: var(--title-color);
}

.footer-layout24 .copyright-wrap .footer-menu li a:not(:hover) {
  color: var(--title-color);
}

.footer-layout24 .copyright-wrap .th-social {
  
}

@media (max-width: 991px) {
.footer-layout24 .copyright-wrap .th-social {
    text-align: center;
    padding: 5px 0;
  }
}

.footer-layout24 .copyright-wrap .th-social a:hover {
  color: var(--title-color);
}

.footer-layout25 {
  background-color: #131313;
}

.footer-layout25 .footer-top {
  padding: 105px 0 75px 0;
  border-bottom: 1px solid #2C3248;
}

.footer-layout25 .footer-newsletter .newsletter-form .form-control {
  background-color: #16181D;
}

.footer-layout25 .footer-newsletter .newsletter-form .th-btn {
  padding: 23px 40px;
}

.footer-layout25 .copyright-wrap .copyright-text {
  color: var(--white-color);
}

.footer-layout26 .widget-area {
  background-color: #16181D;
  border-radius: 40px;
  padding: 80px 114px 70px 114px;
  
}

@media (max-width: 1399px) {
.footer-layout26 .widget-area {
    padding: 80px 40px 50px 40px;
  }
}

.footer-layout26 .about-text {
  color: var(--white-color);
}

.footer-layout26 .working-time .title {
  color: var(--white-color);
}

.footer-layout26 .working-time .desc {
  color: var(--white-color);
}

.footer-layout26 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}

.footer-layout26 .footer-widget .widget_title {
  text-transform: capitalize;
  font-size: 22px;
}

.footer-layout26 .footer-widget .widget_title:before {
  width: 68px;
  height: 3px;
  background: -webkit-linear-gradient(199.14deg, #FF8139 12.46%, #FF4646 35.9%, #9A5BEB 87.75%);
  background: linear-gradient(250.86deg, #FF8139 12.46%, #FF4646 35.9%, #9A5BEB 87.75%);
}

.footer-layout26 .footer-widget .widget_title:after {
  display: none;
}

.footer-layout26 .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  background: -webkit-linear-gradient(199.14deg, #FF8139 12.46%, #FF4646 35.9%, #9A5BEB 87.75%);
  background: linear-gradient(250.86deg, #FF8139 12.46%, #FF4646 35.9%, #9A5BEB 87.75%);
}

.footer-layout26 .copyright-text {
  color: var(--white-color);
}

.footer-layout26 .copyright-text a {
  color: var(--white-color);
}

.footer-layout26 .copyright-wrap {
  background-color: #16181D;
  padding: 109px 0 32px 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  
}

@media (max-width: 1199px) {
.footer-layout26 .copyright-wrap {
    -webkit-mask-position: left center;
            mask-position: left center;
  }
}

.footer-layout26 .footer-menu li {
  
}

@media (max-width: 1199px) {
.footer-layout26 .footer-menu li {
    margin-right: 17px;
  }
}

.sidemenu-wrapper .th-social a {
  background-color: transparent;
  border: 1px solid;
}

.sidemenu-wrapper .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.sidemenu-wrapper .th-side-menu .menu-item-has-children > a {
  cursor: pointer;
  position: relative;
}

.sidemenu-wrapper .th-side-menu .menu-item-has-children > a::after {
  content: "▼";
  position: absolute;
  right: 10px;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sidemenu-wrapper .th-side-menu .menu-item-has-children.open > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidemenu-wrapper .th-side-menu ul li.th-active > a {
  color: var(--theme-color);
}

.sidemenu-wrapper .th-side-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .th-side-menu ul .menu-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: #808182;
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.sidemenu-wrapper .th-side-menu ul .menu-item-has-children > a .th-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.sidemenu-wrapper .th-side-menu ul .menu-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);
  color: var(--black-color2);
  float: right;
  margin-top: 1px;
}

.sidemenu-wrapper .th-side-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
  content: '\f068';
}

.sidemenu-wrapper .th-side-menu ul .menu-item-has-children.th-active > a:after {
  content: "\f068";
}

.summary-content .actions .th-btn .btn-icon, .product-about .actions .th-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .th-social a, .product-about .th-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--th-border-color);
  border-radius: 0;
}

.summary-content .th-social a:hover, .product-about .th-social a:hover {
  border-color: var(--theme-color);
}

button.tinvwl_button_close.th-btn .ftinvwl.ftinvwl-times, button.tinvwl_button_view.th-btn .ftinvwl.ftinvwl-heart-o {
  top: -3px;
}

.vacom-cleaner.shape-mockup-wrap {
  position: static;
  
}

@media (max-width: 991px) {
.vacom-cleaner.shape-mockup-wrap {
    display: none;
  }
}

.vacom-cleaner .shape-mockup {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, 0.01);
  border: 0.5px solid #FFFFFF;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 22px;
  padding: 8px 16px 8px 12px;
  cursor: pointer;
  z-index: 9;
}

.vacom-cleaner .shape-mockup .box-title {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.vacom-cleaner .shape-mockup .dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background: -webkit-linear-gradient(199.14deg, #FF8139 12.46%, #FF4646 35.9%, #9A5BEB 87.75%);
  background: linear-gradient(250.86deg, #FF8139 12.46%, #FF4646 35.9%, #9A5BEB 87.75%);
}

.vacom-cleaner .shape-mockup .dot:before, .vacom-cleaner .shape-mockup .dot:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 24px;
  height: 24px;
  background: #16181D;
  border-radius: 50%;
  z-index: -1;
}

.cart_table .actions > .th-btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}

.cart_table .actions > .th-btn:last-child {
  margin-right: 0;
}

.cart_table .th-cart-coupon .th-btn {
  font-size: 16px;
  padding: 20px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals .shipping-calculator-form .th-btn {
  padding: 5px 30px;
}

@media (max-width: 767px) {
.cart_table td.actions > .th-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
.cart_table td.actions > .th-btn:last-child {
    margin-right: auto;
  }
}

.shipping-calculator-form .th-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.appointment-form2 .th-btn {
  padding: 20px 51px;
  margin-top: 10px;
}

.appointment-area11 .th-social .social-title {
  display: block;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.appointment-area11 .th-social a {
  --icon-size: 40px;
  color: var(--title-color);
}

.appointment-area11 .th-social a:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.appointment-form3 .th-btn {
  border-radius: 5px;
}

.contact-btn .th-btn {
  text-transform: capitalize;
  font-size: 16px;
  padding: 20px 50px;
}

.contact-feature-area .feature-wrapper.style3 .header-info_link {
  
}

@media (max-width: 375px) {
.contact-feature-area .feature-wrapper.style3 .header-info_link {
    font-size: 20px;
  }
}

.contact-feature-area .th-social {
  
}

.contact-feature-area .th-social .social-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #656A74;
  margin-bottom: 15px;
}

.contact-feature-area .th-social a {
  --icon-size: 35px;
  color: var(--theme-color);
}

@media (max-width: 767px) {
.contact-feature-area .th-social {
    margin-top: 20px;
  }
}

.contact-form3 .th-btn {
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 500;
}

#about-sec .about-btn .th-btn, #about-sec .about-btn .th-btn:hover, #about-sec .about-btn .th-btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
  color: var(--white-color);
}

.about-text {
  color: #8E939D;
}

.th-team .th-social a {
  --icon-size: 36px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-box .th-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .th-social a {
  --icon-size: 36px;
  color: var(--theme-color);
  background-color: var(--white-color);
  border: none;
}

.team-box .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-box .th-social a:nth-child(2) {
  margin-right: 30px;
}

.team-box .th-social a:nth-child(3) {
  margin-left: 30px;
}

.team-box .team-social:hover .th-social {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.team-grid .th-social {
  position: absolute;
  bottom: 42px;
  right: 0;
  max-width: 36px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-grid .th-social a {
  margin-bottom: 6px;
}

.team-grid .team-social:hover .th-social {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.team-box2 .th-social {
  position: absolute;
  bottom: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 3;
}

.team-box2 .th-social a {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-box2 .th-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.team-box2 .th-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-box2 .th-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-box2 .th-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-box2:hover .th-social a {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.team-box2.style2 .th-social {
  bottom: 20%;
}

.team-box3 .th-social {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  margin-top: 18px;
  padding-top: 18px;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  height: 0;
  opacity: 0;
  margin-bottom: -2.2em;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.team-box3 .th-social a:hover {
  background-color: var(--title-color);
}

.team-box3:hover .th-social {
  opacity: 1;
  height: 100%;
  margin-bottom: 0;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.team-box4 .th-social {
  position: absolute;
  bottom: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 3;
}

.team-box4 .th-social a {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-box4 .th-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.team-box4 .th-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-box4 .th-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-box4 .th-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-box4:hover .th-social a {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.team-box5 .th-social {
  position: absolute;
  bottom: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 3;
}

.team-box5 .th-social a {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-box5 .th-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.team-box5 .th-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-box5 .th-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-box5 .th-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-box5:hover .th-social a {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.team-box7 .th-social {
  position: absolute;
  bottom: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 3;
}

.team-box7 .th-social a {
  color: var(--title-color);
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-box7 .th-social a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.team-box7 .th-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.team-box7 .th-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-box7 .th-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-box7 .th-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-box7:hover .th-social a {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.team-grid2 .th-social {
  -webkit-mask-image: url("../img/shape/logo-shape.png");
          mask-image: url("../img/shape/logo-shape.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--theme-color);
  width: 66px;
  height: 66px;
  display: block;
  margin: auto;
  line-height: 66px;
  text-align: center;
  margin-top: -10px;
}

.team-grid2 .th-social a {
  background-color: transparent;
  font-size: 30px;
  color: var(--white-color);
  padding: 14px 0;
}

.testi-box7.style2 .th-btn {
  padding: 18px 50px;
}

.shape-mockup.testi-shape {
  min-width: 973px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  border-radius: 30px 0 0 30px;
  
}

@media (max-width: 1199px) {
.shape-mockup.testi-shape {
    display: none;
  }
}

.shape-mockup.testi-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}

.title-area-wrapper .th-btn {
  padding: 17px 46.5px;
}

.counter-area-5 > .container.th-container4 {
  height: 100%;
  display: flex;
  align-items: center;
}

.counter-area-5 > .container.th-container4 > .row {
  width: 100%;
  align-items: center;
}

body.bg-white.green-btn-scope #service-sec {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 240px;
}

body.bg-white.green-btn-scope #pricing.bg-bottom-center.space {
    background-color: #EFF1F9;
}

.feature-wrapper.style3 .header-info_label {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.feature-wrapper.style3 .header-info_link {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.48px;
  
}

@media (max-width: 375px) {
.feature-wrapper.style3 .header-info_link {
    font-size: 18px !important;
  }
}

.faq-img .img-shape .mask-icon {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.cta-area4 .th-btn {
  padding: 17px 46.5px;
}

.cta-content .cta-wrapper .header-info_link {
  font-size: 30px;
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: -0.3px;
  margin-bottom: 0;
  
}

@media (max-width: 1299px) {
.cta-content .cta-wrapper .header-info_link {
    font-size: 24px;
  }
}

.cta-content .cta-wrapper .header-info_link a {
  color: inherit;
}

.feature-area2 .th-btn {
  padding: 17px 44.5px;
  
}

@media (max-width: 575px) {
.feature-area2 .th-btn {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
}

.feature-wrapper.style2 .header-info_link {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  margin-bottom: -0.5rem;
}

.feature-wrapper.style2 .header-info_link a {
  color: inherit;
}

.feature-wrapper.style2 .header-info_label {
  color: var(--body-color);
}

.cta-area11 .newsletter-wrapper .th-btn:not(.th-border), .cta-area11 .newsletter-wrapper .th-btn:not(.th-border):hover, .cta-area11 .newsletter-wrapper .th-btn:not(.th-border):active {
  background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
  color: var(--white-color);
}

.newsletter-form.style2 .th-btn {
  background-color: transparent;
  background: var(--Theme-color, linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%));
  min-width: 130px;
  padding: 16px 35px;
  border-radius: 100px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.newsletter-form.style3 .th-btn {
  min-width: 130px;
  padding: 19.5px 45px;
  border-radius: 100px;
  position: absolute;
  top: 4px;
  right: 4px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
.newsletter-form.style3 .th-btn {
    position: relative;
    right: 0;
    padding: 16px 35px;
    width: 100%;
  }
}

.musicone .btn-white, .musicone .th-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  padding-top: 0;
  padding-bottom: 0;
}

.service-card .th-btn {
  background-color: var(--smoke-color2);
  color: var(--title-color);
  padding: 12.5px 20px;
  box-shadow: none;
}

.service-card .th-btn:before, .service-card .th-btn:after {
  background-color: var(--smoke-color2);
}

.service-card:hover .th-btn {
  background-color: var(--white-color);
}

.service-grid .th-btn {
  padding: 15.5px 18px;
}

.service-grid:hover .th-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.service-grid:hover .th-btn:hover {
  color: var(--white-color);
}

.service-3d .th-btn {
  padding: 15.5px 18px;
  background-color: var(--smoke-color2);
  color: var(--title-color);
  box-shadow: none;
}

.service-3d .th-btn:before, .service-3d .th-btn:after {
  background-color: var(--smoke-color2);
}

.service-3d .th-btn:hover {
  color: var(--white-color);
}

.service-3d .th-btn:hover:before, .service-3d .th-btn:hover:after {
  background-color: var(--theme-color);
}

.service-card2 .th-btn {
  padding: 16px 35px;
  color: var(--white-color);
}

.service_card7 .th-btn {
  text-transform: capitalize;
}

.service_card7 .th-btn:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.service_card7 .th-btn:hover:before, .service_card7 .th-btn:hover:after {
  background-color: var(--theme-color);
}

.service-card6 .th-btn {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}

.service_card9 .th-btn {
  background-color: transparent;
  border: 1px solid #E3E7F0;
  border-radius: 100px;
  color: var(--title-color);
  padding: 15px 20px;
}

.service_card9 .th-btn:hover {
  color: var(--white-color);
}

.price-card .th-btn {
  background-color: var(--title-color);
  box-shadow: none;
}

.price-card .th-btn:before, .price-card .th-btn:after {
  background-color: var(--theme-color);
}

.price-box.style4 .th-btn {
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--title-font);
}

.price-box.style4 .th-btn:before, .price-box.style4 .th-btn:after {
  display: block;
  background-color: var(--white-color);
}

.price-box.style4 .th-btn:hover {
  color: var(--title-color);
}

.price-box.style8.active .th-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.price-box.style8.active .th-btn:before, .price-box.style8.active .th-btn:after {
  background-color: var(--white-color);
}

.price-box.style8.active .th-btn:hover {
  color: var(--title-color);
}

.price-box.style8 .th-btn {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  background-color: var(--white-color);
  color: var(--title-color);
  
  
}

@media (max-width: 1199px) {
.price-box.style8 .th-btn {
    padding: 18px 30px;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
.price-box.style8 .th-btn {
    padding: 18px 20px;
  }
}

.price-box.style8 .th-btn:before, .price-box.style8 .th-btn:after {
  display: block;
  background-color: var(--theme-color);
}

.price-box.style8 .th-btn:hover {
  color: var(--white-color);
}

.price-box.style9.active .th-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.price-box.style9.active .th-btn:before, .price-box.style9.active .th-btn:after {
  background-color: var(--white-color);
}

.price-box.style9.active .th-btn:hover {
  color: var(--title-color);
}

.price-box.style9.active .th-btn2:hover {
  color: var(--title-color);
}

.price-box.style9.active .th-btn2:hover:before, .price-box.style9.active .th-btn2:hover:after {
  background-color: var(--white-color);
}

.price-box.style9 .th-btn2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
}

.price-box.style9 .th-btn2 span {
  padding: 18px 15px 18px 18px;
}

.price-box.style9 .th-btn2:before, .price-box.style9 .th-btn2:after {
  display: block;
  background-color: var(--theme-color);
}

.price-box.style9 .th-btn2:hover {
  color: var(--white-color);
}

.price-box.style5 .th-btn {
  text-transform: capitalize;
}

.price-box.style10 .th-btn {
  text-transform: capitalize;
}

.price-box.style10 .th-btn:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

.price-box.style6 .th-btn {
  max-width: 258px;
  display: block;
  margin: auto;
  text-transform: capitalize;
}

.price-grid.active .th-btn {
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.price-grid .th-btn {
  text-transform: capitalize;
  width: 100%;
}

.price-grid2 .th-btn {
  text-transform: capitalize;
  width: 100%;
}

.price-grid2.active .th-btn {
  background-color: var(--theme-color);
}

.filter-menu .th-btn {
  background: #16181D;
  border-radius: 24px;
  text-transform: capitalize;
  min-width: 112px;
  padding: 14.5px 20px;
}

.filter-menu .th-btn.active:before, .filter-menu .th-btn.active:after {
  background: -webkit-linear-gradient(199.14deg, #FF8139 12.46%, #FF4646 35.9%, #9A5BEB 87.75%);
  background: linear-gradient(250.86deg, #FF8139 12.46%, #FF4646 35.9%, #9A5BEB 87.75%);
}

.process-tabs-wrapper .th-btn {
  margin-top: 30px;
}

.processSlide .progress-circle {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.cta-sec7 > .container.th-container4 {
  margin-bottom: 60px;
}

.cta-sec7 .click-buy.btn-white, .cta-sec7 .click-buy.btn-white .main-text, .cta-sec7 .click-buy.btn-white .sub-text, .cta-sec7 .click-buy.btn-white i {
  color: #000 !important;
}

.cta-sec7 .click-buy.btn-white:hover, .cta-sec7 .click-buy.btn-white:active, .cta-sec7 .click-buy.btn-white:hover .main-text, .cta-sec7 .click-buy.btn-white:active .main-text, .cta-sec7 .click-buy.btn-white:hover .sub-text, .cta-sec7 .click-buy.btn-white:active .sub-text, .cta-sec7 .click-buy.btn-white:hover i, .cta-sec7 .click-buy.btn-white:active i {
  color: #fff !important;
}

.cta-sec7 .btn-group > a.click-buy.btn-white, .cta-sec7 .btn-group > .btn-groups > a.click-buy.btn-white {
  width: 224px;
  height: 64px;
  box-sizing: border-box;
}

.cta-sec7 .btn-group > a.click-buy.btn-white, .cta-sec7 .btn-group > .btn-groups > a.click-buy.btn-white {
  justify-content: center;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.cta-sec7 .btn-group > a.click-buy.btn-white i, .cta-sec7 .btn-group > .btn-groups > a.click-buy.btn-white i {
  margin-right: 0 !important;
}

.cta-sec7 .btn-group > a.click-buy.btn-white .text-block, .cta-sec7 .btn-group > .btn-groups > a.click-buy.btn-white .text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.process-area-wrapper .process-content .th-btn {
  margin-bottom: 72px;
}

.feature-card2 .th-btn {
  background: transparent;
  border: 1px solid var(--white-color);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 16px 30px;
}

.feature-card2 .th-btn:hover {
  border-color: var(--theme-color);
}

.feature-wrapper .header-info_link {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: -0.3rem;
}

.feature-wrapper .header-info_link a {
  color: inherit;
}

.feature-wrapper .header-info_label {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
}

.feature-wrapper.style3 .header-info_label {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.feature-wrapper.style3 .header-info_link {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.48px;
}

.feature-wrapper.style5 .header-info_label {
  font-size: 18px;
  font-weight: 500;
}

.feature-wrapper.style5 .header-info_link {
  font-size: 24px;
}

.market-list .th-btn {
  min-width: 110px;
  max-width: 125px;
  text-transform: capitalize;
  padding: 18px 20px;
}

.fs-20 {
  font-size: 20px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-10 {
  margin-left: 10px !important;
}

.gradient-text {
  background: linear-gradient(270deg, #0fc832 47.97%, #faa124 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom:0px;
  font-size: 1.85rem;
  font-weight: 700;
}

body.download-center-page .custom-product-card {
  position: relative;
  border: 1px solid #E6E8EF;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}

body.download-center-page .row .col:first-child .custom-product-card::before {
  content: "Hot";
  position: absolute;
  top: 15px;
  right: -33px;
  z-index: 2;
  width: 120px;
  padding: 6px 0;
  background: #FFA63D;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.download-center-page .custom-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(20, 29, 56, 0.1);
}

body.download-center-page .custom-product-card .card-body, body.download-center-page .custom-product-card > .p-3, body.download-center-page .custom-product-card > div[style*="padding: 0"] {
  padding: 0 !important;
}

body.download-center-page .custom-product-card .card-body > .d-flex, body.download-center-page .custom-product-card > div[style*="padding: 1rem"] > .d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-bottom: 0 !important;
}

body.download-center-page .custom-product-card .card-body > .d-flex > img, body.download-center-page .custom-product-card > div[style*="padding: 1rem"] > .d-flex > img {
  width: 58px;
  height: 58px;
  margin: 0 0 18px !important;
}

body.download-center-page .custom-product-card h3 {
  padding-top: 0;
  margin-bottom: 13px;
}

body.download-center-page .custom-product-card h3 a {
  color: #141D38;
  text-decoration: none;
}

body.download-center-page .custom-product-card .card-subtitle {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}

body.download-center-page .custom-product-card .card-title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

body.download-center-page .custom-product-card .card-text {
  min-height: 84px;
  margin: 0 auto 20px;
  max-width: 320px;
  color: #7D8491 !important;
  font-size: 15px;
  line-height: 1.65;
}

body.download-center-page .custom-product-card .download-normal, body.download-center-page .custom-product-card > .p-3, body.download-center-page .custom-product-card > div[style*="padding: 0"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

body.download-center-page .custom-product-card .download-normal .btn-groups.show {
  display: contents !important;
}

body.download-center-page .custom-product-card .click-download {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  min-width: 205px;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: #02CE80;
  border-color: #02CE80;
  color: #fff;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 52px;
  margin: 0 auto 16px;
}

body.download-center-page .custom-product-card .platform-switch-hint {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 20px !important;
  color: #141D38 !important;
  font-size: 15px;
  font-weight: 700;
}

body.download-center-page .custom-product-card .download-switch-spacer {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  height: 25px;
  margin: 0 0 20px !important;
}

body.download-center-page .custom-product-card .btn-groups p, body.download-center-page .custom-product-card > .p-3 > p, body.download-center-page .custom-product-card > div[style*="padding: 0"] > p {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  display: block;
  margin: 0 0 10px !important;
  color: #9AA1AE;
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
  overflow: hidden;
}

body.download-center-page .custom-product-card .btn-groups.show p:first-of-type, body.download-center-page .custom-product-card > .p-3 > p:first-child, body.download-center-page .custom-product-card > div[style*="padding: 0"] > p:first-child {
  border-top: 1px solid #EEF0F4;
  padding-top: 19px;
}

body.download-center-page .custom-product-card .btn-groups p strong, body.download-center-page .custom-product-card > .p-3 > p strong, body.download-center-page .custom-product-card > div[style*="padding: 0"] > p strong {
  float: left;
  color: #A3A9B5;
  font-weight: 500;
  white-space: nowrap;
}

body.download-center-page .custom-product-card .btn-groups p a, body.download-center-page .custom-product-card > .p-3 > p a, body.download-center-page .custom-product-card > div[style*="padding: 0"] > p a {
  color: #02A66A;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 575px) {
body.download-center-page .custom-product-card {
    padding: 26px 30px 22px;
  }
body.download-center-page .custom-product-card .card-text {
    min-height: 0;
  }
}

body.green-btn-scope .sub-btn-solid, body.green-btn-scope .click-download.th-btn:not(.th-border), body.green-btn-scope .th-btn.btn-gradient, body.green-btn-scope .th-btn.style-radius.fs-18:not(.th-border), body.green-btn-scope .th-btn.style-radius.fs-20:not(.th-border), body.green-btn-scope .th-btn.style-radius.text-capitalize:not(.th-border) {
    background-image: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
    transition: all 0.3s ease;
}

body.green-btn-scope .sub-btn-solid:hover, body.green-btn-scope .sub-btn-solid:active, body.green-btn-scope .click-download.th-btn:not(.th-border):hover, body.green-btn-scope .click-download.th-btn:not(.th-border):active, body.green-btn-scope .th-btn.btn-gradient:hover, body.green-btn-scope .th-btn.btn-gradient:active, body.green-btn-scope .th-btn.style-radius.fs-18:not(.th-border):hover, body.green-btn-scope .th-btn.style-radius.fs-18:not(.th-border):active, body.green-btn-scope .th-btn.style-radius.fs-20:not(.th-border):hover, body.green-btn-scope .th-btn.style-radius.fs-20:not(.th-border):active, body.green-btn-scope .th-btn.style-radius.text-capitalize:not(.th-border):hover, body.green-btn-scope .th-btn.style-radius.text-capitalize:not(.th-border):active {
  color: #FFFFFF;
}

body.green-btn-scope .sub-btn-solid:hover, body.green-btn-scope .click-download.th-btn:not(.th-border):hover, body.green-btn-scope .th-btn.btn-gradient:hover, body.green-btn-scope .th-btn.style-radius.fs-18:not(.th-border):hover, body.green-btn-scope .th-btn.style-radius.fs-20:not(.th-border):hover, body.green-btn-scope .th-btn.style-radius.text-capitalize:not(.th-border):hover {
  background-color: #45D455;
  background-image: none;
}

body.green-btn-scope .sub-btn-solid:active, body.green-btn-scope .click-download.th-btn:not(.th-border):active, body.green-btn-scope .th-btn.btn-gradient:active, body.green-btn-scope .th-btn.style-radius.fs-18:not(.th-border):active, body.green-btn-scope .th-btn.style-radius.fs-20:not(.th-border):active, body.green-btn-scope .th-btn.style-radius.text-capitalize:not(.th-border):active {
  background-color: #2FC941;
  background-image: none;

}

body.green-btn-scope .download-normal .btn-groups.sys-win > a.click-download, body.green-btn-scope .download-normal .btn-groups.sys-win > a.click-buy, body.green-btn-scope .download-normal .btn-groups.sys-mac > a.click-download, body.green-btn-scope .download-normal .btn-groups.sys-mac > a.click-buy, body.green-btn-scope .download-normal .btn-groups.sys-android > a.click-download, body.green-btn-scope .download-normal .btn-groups.sys-android > a.click-buy {
  width: 226px;
  height: 64px;
  box-sizing: border-box;
}

body.green-btn-scope .download-normal .btn-groups.sys-win > a.click-buy
body.green-btn-scope .download-normal .btn-groups.sys-mac > a.click-buy
body.green-btn-scope .download-normal .btn-groups.sys-android > a.click-buy {
  justify-content: center;
}

body.green-btn-scope .download-normal .btn-groups.sys-win > a .text-block .main-text, body.green-btn-scope .download-normal .btn-groups.sys-mac > a .text-block .main-text, body.green-btn-scope .download-normal .btn-groups.sys-android > a .text-block .main-text {
  font-size: 16px;
}

body.green-btn-scope .download-normal .btn-groups.sys-win > a .text-block .sub-text, body.green-btn-scope .download-normal .btn-groups.sys-mac > a .text-block .sub-text, body.green-btn-scope .download-normal .btn-groups.sys-android > a .text-block .sub-text {
  font-size: 12px;
  font-weight: 400;
}

body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-win > a.click-download, body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-mac > a.click-download, body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-android > a.click-download {
  width: 226px;
  min-width: 226px;
  max-width: 226px;
  height: 64px;
  box-sizing: border-box;
  flex: 0 0 226px;
}

body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-win > a.click-download .text-block, body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-mac > a.click-download .text-block, body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-android > a.click-download .text-block {
  flex: 0 0 auto;
  min-width: max-content;
}

body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-win > a.click-download .text-block .main-text, body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-mac > a.click-download .text-block .main-text, body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-android > a.click-download .text-block .main-text {
  font-size: 16px;
  white-space: nowrap;
}

body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-win > a.click-download .text-block .sub-text, body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-mac > a.click-download .text-block .sub-text, body.green-btn-scope .service-card2 .btn-wrap .btn-groups.sys-android > a.click-download .text-block .sub-text {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

body.green-btn-scope #service-sec .service-card2_wrap.style1 > .service-card2.style1 .service-card2_content > .btn-wrap > .btn-groups.show {
  margin: 24px 0 0;
}

a.click-download.th-btn.style-radius.fs-20.d-flex.align-items-center.text-start.download-btn:not(.btn-black):not(.btn-white), a.click-buy.th-btn.th-border.style-radius.fs-20.d-flex.align-items-center.text-start {
  width: 226px;
  height: 64px;
  box-sizing: border-box;
}

a.click-buy.th-btn.th-border.style-radius.fs-20.d-flex.align-items-center.text-start {
  justify-content: center;
}

a.click-download.th-btn.style-radius.fs-20.d-flex.align-items-center.text-start.download-btn:not(.btn-black):not(.btn-white) .text-block .main-text, a.click-buy.th-btn.th-border.style-radius.fs-20.d-flex.align-items-center.text-start .text-block .main-text {
  font-size: 16px;
}

a.click-download.th-btn.style-radius.fs-20.d-flex.align-items-center.text-start.download-btn:not(.btn-black):not(.btn-white) .text-block .sub-text, a.click-buy.th-btn.th-border.style-radius.fs-20.d-flex.align-items-center.text-start .text-block .sub-text {
  font-size: 12px;
  font-weight: 400;
}

body.green-btn-scope .about-sec-9 .btn-wrap .btn-groups > a.click-download.btn-white. {
  width: 226px;
  height: 64px;
  box-sizing: border-box;
}

body.green-btn-scope .about-sec-9 .btn-wrap .btn-groups > a.click-download.btn-white.text-block .main-text {
  font-size: 16px;
}

body.green-btn-scope .about-sec-9 .btn-wrap .btn-groups > a.click-download.btn-white.style-radius.fs-20 .text-block .sub-text {
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 767px) {
body.green-btn-scope .process-area-wrapper .btn-groups.show {
    display: flex !important;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
#sub-nav-bar.sticky {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
}

@media (min-width: 1200px) {
#sub-nav-bar.sticky {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
}

/* --- Keyframes used by chrome --- */

@keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

@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;
  }
}
