/* style.css trimmed to the rules this site uses. Full original:
   assets_staging/theme-src/style.full.css - rebuild with assets_staging/purge_css.py */
@charset "UTF-8";
@use "sass:math";
:root {
  --theme-color: #0073E6;
  --title-color: #191825;
  --body-color: #74757B;
  --smoke-color: #F7F7F7;
  --smoke-color2: #E8F3FF;
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E6E6E6;
  --title-font: 'Raleway', sans-serif;
  --title-font2: "Instrument Sans", sans-serif;
  --body-font: 'Roboto', sans-serif;
  --body-font2: "Inter", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --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(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.bg-color {
  background-color: #F9F9F9;
}
body.theme2 {
  background-color: #F9F9F9;
  --title-color: #233F9B;
}
body.theme3 {
  background-image: url("../img/bg/bg-shape.png");
  background-repeat: no-repeat;
  background-size: 100% , 100%;
  background-position: center center;
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}
th {
  font-weight: 700;
  color: var(--title-color);
}
td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
img {
  border: none;
  max-width: 100%;
}
pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
  display: none;
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 64px;
  line-height: 1.167;
}
.h2,
h2 {
  font-size: 48px;
  line-height: 1.208;
}
.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}
.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}
.page-links,
.clearfix {
  clear: both;
}
.logged-in .sticky-wrapper.sticky,
.logged-in .preloader .th-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .sticky-wrapper.sticky,
  .logged-in .preloader .th-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .sticky-wrapper.sticky,
  .logged-in .preloader .th-btn {
    top: 0;
  }
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  border-color: transparent;
  position: relative;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  right: 0;
  top: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "\f08d";
}
.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@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);
  }
}
@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1720px;
  }
}
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}
.gx-0 {
  --bs-gutter-x: 0;
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--border-color);
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}
textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.slick-track {
  min-width: 100%;
}
.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.slick-slide img {
  display: inline-block;
}
.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--border-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
  z-index: 2;
}
.slick-dots button:before {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid var(--theme-color);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  z-index: -1;
  visibility: hidden;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--smoke-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--border-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 54px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 2;
  border-radius: 5px;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.slick-arrow.style2 {
  border-radius: 50%;
  background-color: var(--white-color);
}
.slick-arrow.style2:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.slick-arrow.style2:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}
.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}
.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}
.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}
.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
          perspective: 100px;
}
.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}
.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(50%, 0, -21px);
          transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
          transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
          transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}
.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
          transform: translate3d(-40%, 0, -23px);
}
.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(--smoke-color2);
}
.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-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 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 .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: 5px;
}
.th-menu-toggle:hover {
  background-color: var(--title-color);
}
@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}
@-webkit-keyframes spinPreloader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinPreloader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.th-btn {
  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-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 21px 30px;
  min-width: 166px;
  border-radius: 5px;
}
.th-btn:before, .th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 50%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 0;
}
.th-btn:before {
  -webkit-transform: scale(0) rotate(0);
      -ms-transform: scale(0) rotate(0);
          transform: scale(0) rotate(0);
}
.th-btn:after {
  -webkit-transform: scale(0) rotate(0);
      -ms-transform: scale(0) rotate(0);
          transform: scale(0) rotate(0);
  left: unset;
  right: 0;
}
.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}
.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
  border-radius: 0;
  -webkit-transform: scale(1) rotate(360deg);
      -ms-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
}
.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: var(--theme-color);
  color: var(--white-color);
}
.th-btn.style4:hover {
  color: var(--white-color);
}
.th-btn.style4:hover:before, .th-btn.style4:hover:after {
  background-color: var(--title-color);
}
.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.btn-small {
  padding: 16px 25px;
  min-width: 152px;
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #f7f7f7);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.4em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--title-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--theme-color);
}
.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 45px;
}
.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);
}
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.2em;
  text-transform: capitalize;
  font-weight: 800;
}
.sub-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--theme-color);
  margin-bottom: 30px;
  text-transform: capitalize;
  line-height: 24px;
  margin-top: -0.34em;
}
.sub-title:has(img) {
  margin-top: 0;
}
.sub-title img {
  margin: 0 8px 0 8px;
}
.sub-title i {
  font-size: 32px;
  margin-right: 8px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sub-title i {
    font-size: 24px;
  }
}
.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}
.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}
.sec-text {
  max-width: 720px;
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 11px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
}
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.z-index-common {
  position: relative;
  z-index: 3;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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(--smoke-color);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 5px;
}
.th-social a:last-child {
  margin-right: 0;
}
.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}
.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}
.bg-theme {
  background-color: var(--theme-color) !important;
}
.bg-smoke {
  background-color: var(--smoke-color) !important;
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.text-theme {
  color: var(--theme-color) !important;
}
.text-white {
  color: var(--white-color) !important;
}
.text-light {
  color: var(--light-color) !important;
}
.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}
.ripple-animation, .play-btn:after, .play-btn:before, .contact-map .dot:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}
@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}
@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.movingCar {
  -webkit-animation: movingCar 25s linear infinite;
          animation: movingCar 25s linear infinite;
}
@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}
@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}
@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.th-animated {
  --animation-name: scalein;
}
.slidetopleft.th-animated {
  --animation-name: slidetopleft;
}
.slidebottomright.th-animated {
  --animation-name: slidebottomright;
}
.slideinleft.th-animated {
  --animation-name: slideinleft;
}
.slideinright.th-animated {
  --animation-name: slideinright;
}
.slideinup.th-animated {
  --animation-name: slideinup;
}
.slideindown.th-animated {
  --animation-name: slideindown;
}
.rollinleft.th-animated {
  --animation-name: rollinleft;
}
.rollinright.th-animated {
  --animation-name: rollinright;
}
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}
.th-animated {
  opacity: 1;
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu > ul,
.widget_nav_menu .menu,
.widget_meta > ul,
.widget_meta .menu,
.widget_pages > ul,
.widget_pages .menu,
.widget_archive > ul,
.widget_archive .menu,
.widget_categories > ul,
.widget_categories .menu,
.wp-block-categories > ul,
.wp-block-categories .menu {
  margin: -20px 0 -20px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 16px 45px 19px 27px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 0;
  border-bottom: 1px solid var(--border-color);
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
  content: "\f07c";
  position: absolute;
  left: 0;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 500;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.wp-block-categories li:last-child a {
  border-bottom: none;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  color: var(--theme-color);
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
}
.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
}
.widget textarea {
  min-height: 120px;
}
.widget .form-group > i {
  background-color: var(--white-color);
}
.wp-block-search__label,
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}
.wp-block-search__label:after, .wp-block-search__label:before,
.widget_title:after,
.widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-block-search__label:after,
.widget_title:after {
  background-color: var(--theme-color);
  width: 30px;
}
.widget-form {
  --bs-gutter-x: 20px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: capitalize;
  line-height: 1;
  padding: 13px 19px;
  margin-right: 6px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 5px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}
.wp-block-tag-cloud,
.tagcloud {
  margin-right: -10px;
  margin-bottom: -10px;
}
.recent-post {
  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;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .post-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 8px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
}
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
}
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
.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 .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  margin: -0.12em 0 38px 0;
  padding: 0 0 17px 0;
}
.footer-widget .widget_title:before {
  display: none;
}
.footer-widget .widget_title:after {
  border-radius: 10px;
  height: 3px;
  width: 112px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, var(--theme-color) 0, var(--theme-color) 80px, transparent 80px, transparent 85px, var(--theme-color) 85px, var(--theme-color) 100px, transparent 100px, transparent 105px, var(--theme-color) 105px, var(--theme-color) 112px);
  background-image: linear-gradient(to right, var(--theme-color) 0, var(--theme-color) 80px, transparent 80px, transparent 85px, var(--theme-color) 85px, var(--theme-color) 100px, transparent 100px, transparent 105px, var(--theme-color) 105px, var(--theme-color) 112px);
}
.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: -4px;
}
.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: -4px;
}
.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: "\f061";
  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: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;
}
.th-widget-about .about-text {
  margin-bottom: 30px;
  margin-top: -0.9em;
}
.footer-text {
  margin-top: -0.5em;
  margin-bottom: 25px;
}
@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;
  }
}
.th-header {
  position: relative;
  z-index: 41;
}
.th-header .menu-area {
  position: relative;
  z-index: 2;
}
.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;
}
@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: capitalize;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 17px;
}
.main-menu > ul > li > a {
  padding: 37px 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:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 15px;
  }
}
.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: 15px;
}
.header-button .th-btn {
  margin-left: 15px;
}
.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme-color);
}
.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: '';
  height: 26px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 0px;
  right: -30px;
  opacity: 0.6;
}
.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-top {
  padding: 16px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}
.header-top a:hover {
  color: var(--title-color);
}
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  --body-color: #BDBDBD;
  position: relative;
  z-index: 2;
  background-color: var(--title-color);
  overflow: hidden;
}
.footer-wrapper .th-social a {
  background-color: #3D4250;
  color: var(--white-color);
}
.footer-wrapper .th-social a:hover {
  background-color: var(--theme-color);
}
.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 66px;
}
.copyright-wrap {
  padding: 22px 0;
  background-size: 100% auto;
  background-color: #2A2F3C;
}
.copyright-text {
  margin: 0;
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--white-color);
}
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .copyright-text {
    text-align: center;
  }
}
.footer-layout3 {
  --border-color: #e0e0e0;
  --body-color: #74757B;
  background-color: #F7F4ED;
}
.footer-layout3 .footer-top {
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.footer-layout3 .footer-logo {
  width: 100%;
  padding: 27px 40px;
  position: relative;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0% 100%);
}
.footer-layout3 .widget-area {
  padding-top: 120px;
  padding-bottom: 70px;
}
.footer-layout3 .copyright-wrap {
  --body-color: #fff;
  background-color: var(--title-color);
}
.footer-layout3 .copyright-wrap a {
  color: var(--white-color);
}
.footer-layout3 .copyright-wrap a:hover {
  color: var(--theme-color);
}
.footer-layout3 .widget_title {
  color: var(--title-color);
}
.contact-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 32px 60px;
}
.contact-media_text {
  font-size: 14px;
  display: block;
  margin-top: -0.5em;
  margin-bottom: 5px;
}
.contact-media .icon-btn {
  border: none;
  line-height: 56px;
  background-color: var(--white-color);
  border-radius: 10px;
  font-size: 36px;
  color: var(--theme-color);
  border-right: 2px solid var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}
.contact-media .box-title {
  margin-bottom: -0.24em;
}
.contact-media.has-border {
  border-left: 1px solid var(--border-color);
}
@media (max-width: 1299px) {
  .contact-media {
    padding: 32px 30px;
  }
}
@media (max-width: 1199px) {
  .contact-media {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .footer-layout3 .footer-logo {
    padding: 30px;
  }
  .footer-layout3 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .contact-media {
    padding: 30px 30px;
    border-left: 1px solid var(--border-color);
  }
}
@media (max-width: 767px) {
  .contact-media.has-border {
    border-top: 1px solid var(--border-color);
  }
}
@media (max-width: 375px) {
  .contact-media {
    gap: 15px;
  }
  .contact-media .box-title {
    font-size: 22px;
  }
}
@media (max-width: 340px) {
  .contact-media {
    padding: 30px 10px;
  }
}
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 35px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f054";
  position: relative;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--theme-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 18px;
  color: var(--white-color);
}
.breadcumb-title {
  color: var(--white-color);
  margin: -0.20em 0 -0.18em 0;
  line-height: 1.1;
  font-weight: 800;
}
.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 215px 0 135px 0;
  overflow: hidden;
  text-align: center;
  margin-top: 56px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    margin-top: 55px;
  }
}
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 200px 0 110px 0;
  }
  .breadcumb-menu {
    margin: 25px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 180px 0 90px 0;
  }
}
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 34px;
  }
}
.th-pagination span.active, .th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.blog-meta {
  display: block;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  margin-right: 20px;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta a:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 6px;
    padding-right: 15px;
  }
}
.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}
.th-blog {
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  .search-wrap,
  .page-single,
  .blog-single,
  .th-comments-wrap,
  .th-comment-form {
    margin-right: 10px;
  }
}
.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
}
.blog-single .blog-title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
}
.blog-single .blog-text {
  margin-bottom: 27px;
}
.blog-single .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 3px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  font-size: 14px;
  color: var(--title-color);
  text-align: center;
  border-radius: 5px;
}
.blog-single .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.blog-single .blog-meta {
  margin: -0.35em 0 10px 0;
}
.blog-single .blog-content {
  margin: 0 0 0 0;
  position: relative;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.share-links-title {
  font-size: 14px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
  text-transform: uppercase;
}
.share-links {
  margin: var(--blog-space-y, 35px) 0 0 0;
  padding: 20px;
  background-color: var(--smoke-color);
  border-radius: 10px;
}
.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 15px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}
.blog-details .blog-single {
  background-color: transparent;
}
.blog-details .blog-content > p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }
  .share-links {
    --blog-space-x: 20px;
  }
}
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
}
@media (max-width: 991px) {
  .blog-single {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 575px) {
  .share-links-title {
    margin: 0 15px 5px 0;
  }
}
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.th-hero-wrapper .slick-arrow {
  border: none;
}
.th-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.th-hero-bg {
  position: absolute;
  inset: 0;
}
.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-subtitle {
  font-family: var(--title-font);
  color: var(--theme-color);
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  text-transform: uppercase;
  margin-top: -0.24em;
}
.hero-title {
  font-size: 74px;
  font-weight: 800;
  line-height: 1.135;
  margin-bottom: 0;
}
.hero-title:last-of-type {
  margin-bottom: 17px;
}
.hero-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-text {
    font-size: 16px;
  }
}
.hero-1 {
  overflow: hidden;
}
.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 220px 0;
  max-width: 620px;
}
.hero-style1 .hero-title {
  color: var(--white-color);
}
.hero-style1 .hero-text {
  color: var(--white-color);
  font-weight: 400;
}
@media (max-width: 1400px) {
  .hero-style1 {
    padding: 180px 0;
  }
  .hero-title {
    font-size: 68px;
  }
}
@media (max-width: 1299px) {
  .hero-style1 {
    padding: 150px 0;
  }
}
@media (max-width: 1199px) {
  .hero-title {
    font-size: 60px;
  }
  .hero-style1 {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 54px;
    line-height: 1.2;
  }
  .hero-style1 {
    padding: 110px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style1 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .hero-title {
    font-size: 38px;
    line-height: 1.24;
  }
  .hero-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 390px) {
  .hero-title {
    font-size: 34px;
    line-height: 1.3;
  }
}
@media (max-width: 330px) {
  .hero-title {
    font-size: 30px;
  }
}
.hero-style2 .btn-group {
  gap: 50px;
}
@media (max-width: 767px) {
  .hero-style2 .btn-group {
    gap: 30px 20px;
  }
}
@-webkit-keyframes colorPosition {
  0% {
    height: 0;
    width: 0;
    border-radius: 0 50% 50% 0;
  }
  100% {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
}
@keyframes colorPosition {
  0% {
    height: 0;
    width: 0;
    border-radius: 0 50% 50% 0;
  }
  100% {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
}
.error-content {
  text-align: center;
}
.error-img {
  text-align: center;
  margin-bottom: 45px;
}
.error-title {
  margin-bottom: 20px;
}
.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
  }
  .error-text {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.rating-select p.stars.selected a.active::before {
  content: "\e28b";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\e28b";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\e28b";
  font-weight: 700;
}
#productCarousel .slick-arrow {
  top: 37.5%;
}
.th-sort-bar .nav a.active, .th-sort-bar .nav a:hover {
  color: var(--theme-color);
}
.contact-feature {
  background-color: #F7F4ED;
  padding: 40px 10px;
  text-align: center;
  border-radius: 20px;
}
.contact-feature_icon {
  margin-bottom: 17px;
}
.contact-feature_subtitle {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.contact-feature .box-title {
  margin-bottom: -0.32em;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-feature .box-title {
    font-size: 22px;
  }
}
.contact-feature.bg-theme .contact-feature_subtitle {
  color: var(--white-color);
}
.contact-feature.bg-theme .contact-feature_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact-feature.bg-theme .box-title {
  color: var(--white-color);
}
.contact-feature.bg-theme .box-title a:hover {
  color: var(--title-color);
}
.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  background-color: var(--white-color);
}
.quote-form-box {
  padding: 50px;
  /* Large devices */
}
.quote-form-box .form-title {
  margin-top: -0.24em;
  margin-bottom: 10px;
}
.quote-form-box .form-text {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .quote-form-box {
    text-align: center;
  }
}
.rounded-20 {
  border-radius: 20px;
  overflow: hidden;
}
.form-text {
  font-size: 16px;
}
@media (max-width: 575px) {
  .quote-form-box {
    padding: 40px 20px;
  }
}
.contact-map {
  line-height: 0px;
  height: 100%;
}
.contact-map iframe {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  height: 100%;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .contact-map iframe {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    min-height: 260px;
  }
}
@media (min-width: 1300px) {
  .img-box1 {
    margin-right: 50px;
  }
}
.img-box1 {
  position: relative;
  z-index: 2;
  padding-bottom: 105px;
}
.img-box1:before {
  content: '';
  background-color: var(--smoke-color);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 195px;
  width: 444px;
  max-width: 100%;
  -webkit-clip-path: path("M270 0H444L175 195H0L270 0Z");
          clip-path: path("M270 0H444L175 195H0L270 0Z");
  z-index: -1;
}
.img-box1 img {
  border-radius: 10px;
}
.img-box1 .img1 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.img-box1 .img1 img {
  width: 100%;
}
.img-box1 .img2 {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 3;
}
.video-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.video-checklist .checklist {
  margin-top: -5px;
}
@media (max-width: 1199px) {
  .img-box1 .img1 {
    display: block;
    width: 70%;
  }
  .img-box1 .img1 img {
    max-height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .video-checklist {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .img-box1 .img2 {
    max-width: 60%;
  }
  .video-checklist {
    gap: 13px;
  }
}
.about-quote {
  padding-left: 19px;
  margin: -0.5em 0;
  font-style: italic;
  position: relative;
  font-weight: 600;
}
.about-quote:before {
  content: '';
  height: calc(100% - 15px);
  width: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: var(--theme-color);
}
@media (min-width: 1300px) {
  .img-box5 {
    margin-right: 50px;
  }
}
.img-box5 {
  -webkit-animation: jumpAni 4s linear infinite;
          animation: jumpAni 4s linear infinite;
}
.img-box5 img {
  width: 100%;
}
.th-team {
  position: relative;
}
.th-team .team-img {
  position: relative;
  overflow: hidden;
}
.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .team-desig {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color);
}
.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-team .box-title {
  margin-bottom: 0;
}
.team-box {
  position: relative;
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 15px rgba(191, 191, 191, 0.2);
}
.team-box .team-content {
  padding: 30px;
  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;
}
.team-box .team-content .media-body {
  max-width: calc(100% - 46px);
}
.team-box .team-desig {
  font-size: 16px;
}
.team-box .box-title {
  margin-bottom: 3px;
}
.team-box .icon-btn {
  --btn-size: 46px;
  border-radius: 50%;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  cursor: pointer;
}
.team-box .th-social {
  position: absolute;
  bottom: 77px;
  right: 30px;
  width: 46px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}
.team-box .th-social a {
  --icon-size: 46px;
  background-color: var(--white-color);
  color: var(--theme-color);
  margin-right: 0;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(174, 174, 174, 0.5);
}
.team-box .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team-box:hover .th-social {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.team-box:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.team-box:hover .icon-btn {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .team-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.testi-card {
  overflow: hidden;
  position: relative;
  padding: 34px 40px 30px 40px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(191, 191, 191, 0.09);
  border-radius: 10px;
}
.testi-card:before {
  content: '';
  height: 90px;
  width: 108px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
          clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.testi-card_quote {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 36px;
  color: var(--theme-color);
}
.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  gap: 10px;
}
.testi-card_avater {
  width: 60px;
  min-width: 60px;
  border: 5px solid var(--white-color);
  border-radius: 50%;
}
.testi-card_avater img {
  border-radius: 50%;
}
.testi-card_name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.testi-card_desig {
  margin-bottom: 0;
  display: block;
  color: var(--theme-color);
}
.testi-card_text {
  margin: 15px 0 19px 0;
  font-style: italic;
}
.testi-card_review {
  color: var(--theme-color);
  font-size: 16px;
}
.testi-card_review i {
  margin-right: 3px;
}
.testi-card_review i:last-child {
  margin-right: 0 !important;
}
.testi-card:hover:before {
  background-color: var(--title-color);
}
@media (max-width: 375px) {
  .testi-card {
    padding: 34px 20px 30px 20px;
    border-radius: 10px;
  }
  .testi-card_quote {
    right: 20px;
  }
}
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  color: var(--title-color);
  font-weight: 500;
  position: relative;
  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;
}
.checklist li > i {
  color: var(--theme-color);
}
.checklist li:not(:last-child) {
  margin-bottom: 8px;
}
.th-video {
  position: relative;
  border-radius: 10px;
}
.th-video img {
  border-radius: inherit;
}
.call-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: left;
}
.call-btn .play-btn > i {
  --icon-size: 46px;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-right: 0;
}
.call-btn .play-btn:before, .call-btn .play-btn:after {
  background-color: var(--theme-color);
}
.call-btn .play-btn:hover > i {
  background-color: var(--title-color);
}
.call-btn .play-btn:hover:before, .call-btn .play-btn:hover:after {
  background-color: var(--title-color);
}
.call-btn .btn-text {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: var(--body-color);
  margin-bottom: 5px;
}
.call-btn .btn-title {
  font-size: 20px;
  color: var(--title-color);
  font-weight: 500;
}
.call-btn a:hover {
  color: var(--theme-color) !important;
}
.cta-1 {
  padding: 120px 0 120px 150px;
}
.cta-1 .call-btn .btn-text {
  color: var(--light-color);
}
@media (max-width: 1700px) {
  .cta-1 {
    padding: 80px 0 80px 300px;
  }
}
@media (max-width: 1399px) {
  .man-shape {
    margin-left: -6%;
  }
}
@media (max-width: 1199px) {
  .man-shape {
    display: none;
  }
  .cta-1 {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .cta-1 .call-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1300px) {
  .img-box2 {
    margin-left: 50px;
  }
}
.img-box2 {
  position: relative;
  z-index: 3;
}
.img-box2 .img1 {
  position: relative;
}
.img-box2 img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.why-sec1 {
  background-size: auto;
  background-position: top left;
}
.choose-feature {
  background-color: var(--white-color);
  padding: 0 20px 30px 30px;
  border-radius: 10px;
  margin-top: 18px;
}
.choose-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.choose-feature_icon {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--theme-color);
  margin-top: -18px;
}
.choose-feature_icon i {
  background-color: var(--white-color);
  border-radius: 50%;
}
.choose-feature .box-title {
  margin-bottom: 10px;
}
.choose-feature_text {
  margin: 0 auto -0.5em auto;
}
@media (max-width: 1199px) {
  .img-box2 .img1 img {
    max-width: 100%;
    width: 100%;
  }
  .why-sec1 {
    background-position: bottom left;
    background-color: var(--title-color);
  }
  .choose-feature {
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .choose-feature {
    padding: 0 15px 30px 15px;
  }
}
@media (max-width: 575px) {
  .choose-feature {
    padding: 0 30px 30px 30px;
  }
  .choose-feature-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1300px) {
  .img-box4 {
    margin-left: 40px;
  }
}
.img-box4 {
  position: relative;
}
.img-box4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .img-box4 {
    margin-left: auto;
    margin-right: auto;
    max-height: 640px;
    max-width: 640px;
  }
}
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white-color);
  text-align: left;
}
.accordion-card:not(:last-child) {
  margin-bottom: 30px;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 56px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "\f078";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--theme-color);
  font-weight: 700;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 0;
}
.accordion-card .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0px 30px 30px 30px;
}
.accordion-card .faq-text {
  margin-bottom: -0.48em;
}
.accordion-card.active {
  padding-top: 9px;
}
@media (max-width: 1199px) {
  .accordion-card:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}
.faq-sidebar .widget-form {
  --bs-gutter-x: 28px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .faq-sidebar .widget-form {
    --bs-gutter-x: 20px;
  }
}
.price-card {
  --space: 40px;
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(172, 172, 172, 0.24);
  border-radius: 10px;
  padding: var(--space);
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.price-card .tag {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 40px;
  position: absolute;
  top: 20px;
  right: -40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.price-card_price {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin: -0.09em 0;
  color: var(--title-color);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.price-card_price .currency {
  color: var(--theme-color);
  font-size: 24px;
  vertical-align: text-top;
}
.price-card_price .duration {
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 0;
  position: relative;
  top: -1px;
  left: -4px;
}
.price-card_content {
  border-top: 1px solid var(--border-color);
  margin-top: 25px;
  padding-top: 30px;
}
.price-card .checklist {
  margin: -5px 0 25px 0;
}
.price-card .checklist li {
  font-weight: 400;
  color: var(--body-color);
}
.price-card .checklist li > i {
  color: var(--theme-color);
}
.price-card .th-btn {
  background-color: var(--title-color);
  width: 100%;
  padding: 17px 20px;
}
.price-card .th-btn:before, .price-card .th-btn:after {
  background-color: var(--theme-color);
}
.price-card.active .th-btn {
  background-color: var(--theme-color);
}
.price-card.active .th-btn:before, .price-card.active .th-btn:after {
  background-color: var(--theme-color);
}
.price-card.active .price-card_icon {
  background-color: var(--theme-color);
}
@media (max-width: 375px) {
  .price-card_price {
    font-size: 30px;
  }
}
.line-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
.line-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.line-icon:before, .line-icon:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.line-icon:before {
  background-color: var(--smoke-color2);
  -webkit-clip-path: path("M13.3881 76.4603C4.65737 67.4651 0.294678 56.9287 0.294678 44.8461C0.294678 36.791 2.54587 29.3421 7.04826 22.4942C11.5453 15.6463 17.4822 10.278 24.8483 6.38399C32.209 2.49515 39.9834 0.548157 48.1661 0.548157C60.1689 0.548157 70.3234 4.44728 78.6512 12.2301C86.9683 20.0181 91.1322 30.4928 91.1322 43.6388C91.1322 56.528 86.834 67.4702 78.2429 76.4603C69.6465 85.4606 58.9385 89.9557 46.1245 89.9557C33.031 89.9557 22.1135 85.4606 13.3881 76.4603Z");
          clip-path: path("M13.3881 76.4603C4.65737 67.4651 0.294678 56.9287 0.294678 44.8461C0.294678 36.791 2.54587 29.3421 7.04826 22.4942C11.5453 15.6463 17.4822 10.278 24.8483 6.38399C32.209 2.49515 39.9834 0.548157 48.1661 0.548157C60.1689 0.548157 70.3234 4.44728 78.6512 12.2301C86.9683 20.0181 91.1322 30.4928 91.1322 43.6388C91.1322 56.528 86.834 67.4702 78.2429 76.4603C69.6465 85.4606 58.9385 89.9557 46.1245 89.9557C33.031 89.9557 22.1135 85.4606 13.3881 76.4603Z");
  inset: 4px;
}
.line-icon:after {
  -webkit-mask-image: url("../img/theme-img/feature_card_circle.svg");
          mask-image: url("../img/theme-img/feature_card_circle.svg");
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: var(--theme-color);
}
.feature-box {
  padding: 38px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.feature-box .line-icon {
  width: 95px;
  height: 95px;
  line-height: 95px;
  margin-bottom: 10px;
}
.feature-box .line-icon:before {
  -webkit-clip-path: path("M12.5183 72.3869C4.22412 63.8415 0.0795898 53.832 0.0795898 42.3535C0.0795898 34.7012 2.21821 27.6248 6.49546 21.1194C10.7676 14.6139 16.4076 9.51403 23.4054 5.81476C30.398 2.12038 37.7836 0.270752 45.5572 0.270752C56.9598 0.270752 66.6065 3.9749 74.5179 11.3685C82.419 18.7671 86.3747 28.718 86.3747 41.2067C86.3747 53.4513 82.2915 63.8463 74.13 72.3869C65.9634 80.9371 55.7909 85.2074 43.6176 85.2074C31.1789 85.2074 20.8074 80.9371 12.5183 72.3869Z");
          clip-path: path("M12.5183 72.3869C4.22412 63.8415 0.0795898 53.832 0.0795898 42.3535C0.0795898 34.7012 2.21821 27.6248 6.49546 21.1194C10.7676 14.6139 16.4076 9.51403 23.4054 5.81476C30.398 2.12038 37.7836 0.270752 45.5572 0.270752C56.9598 0.270752 66.6065 3.9749 74.5179 11.3685C82.419 18.7671 86.3747 28.718 86.3747 41.2067C86.3747 53.4513 82.2915 63.8463 74.13 72.3869C65.9634 80.9371 55.7909 85.2074 43.6176 85.2074C31.1789 85.2074 20.8074 80.9371 12.5183 72.3869Z");
}
.feature-box .box-title2 {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-box_text {
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-box:hover {
  border-color: var(--theme-color);
}
.feature-box:hover:before {
  width: 100%;
  left: 0;
  right: unset;
}
.feature-box:hover .box-title2 {
  color: var(--white-color);
}
.feature-box:hover .line-icon:before {
  background-color: transparent;
}
.feature-box:hover .line-btn {
  color: var(--white-color);
}
.feature-box:hover .line-btn:before {
  background-color: var(--white-color);
}
.feature-box:hover .feature-box_text {
  color: var(--white-color);
}
@media (max-width: 1299px) {
  .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.course-meta {
  display: inline-block;
}
.course-meta > a,
.course-meta > span {
  color: var(--body-color);
  font-weight: 500;
  margin-right: 25px;
}
.course-meta > a i,
.course-meta > span i {
  margin-right: 5px;
  color: var(--theme-color);
}
.course-meta > a:last-child,
.course-meta > span:last-child {
  margin-right: 0;
}
.course-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(193, 193, 193, 0.15);
  border-radius: 10px;
  padding: 30px;
}
.course-card_img {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.course-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-card_content {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.course-card_text {
  margin-bottom: 23px;
}
.course-card .price-wrap {
  background-color: var(--theme-color);
  padding: 9px 28px;
  color: var(--white-color);
  border-radius: 35px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.course-card .price-wrap:before {
  content: '';
  height: 100%;
  width: 130px;
  background-color: var(--title-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
}
.course-card .price {
  color: var(--white-color);
  font-weight: 600;
  font-size: 24px;
}
.course-card .th-btn {
  background-color: var(--smoke-color);
  border: 1px solid var(--border-color);
  color: var(--title-color);
  font-weight: 600;
}
.course-card .th-btn:hover {
  color: var(--white-color);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .course-card_img {
    max-height: 340px;
  }
}
@media (max-width: 767px) {
  .course-card {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .course-card_img {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .course-card_content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .course-card .price-wrap {
    max-width: 280px;
  }
}
@media (max-width: 375px) {
  .course-card {
    padding: 20px;
  }
}
.course-box {
  background: var(--white-color);
  box-shadow: 0px 3px 15px rgba(193, 193, 193, 0.2);
  border-radius: 10px;
  padding: 30px;
}
.course-box_img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.course-box_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.course-box .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  line-height: 46px;
  padding-right: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 46px;
  width: 116px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M0 0H82.8871C90.8496 0 98.0536 4.72328 101.228 12.0255L116 46H10C4.47715 46 0 41.5228 0 36V0Z");
          clip-path: path("M0 0H82.8871C90.8496 0 98.0536 4.72328 101.228 12.0255L116 46H10C4.47715 46 0 41.5228 0 36V0Z");
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.course-box .course-meta {
  margin-bottom: 23px;
}
.course-box_text {
  margin-bottom: 23px;
}
.course-box .th-btn {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  color: var(--title-color);
}
.course-box .th-btn:before, .course-box .th-btn:after {
  background-color: var(--theme-color);
}
.course-box .th-btn:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}
.course-box:hover .price {
  background-color: var(--title-color);
}
.course-box:hover .course-box_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 350px) {
  .course-box {
    padding: 20px;
  }
}
.guide-map {
  text-align: center;
}
.guide-map-phone {
  display: none;
}
.guide-feature {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  position: absolute;
}
.guide-feature .box-title2 {
  margin-bottom: 3px;
}
.guide-feature_text {
  font-size: 14px;
  margin-bottom: -0.5em;
  max-width: 300px;
}
.guide-feature.right-align {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.guideline-area {
  position: relative;
  margin-bottom: 85px;
}
.guideline-area .one {
  top: 7%;
  left: 3%;
}
.guideline-area .two {
  top: 38%;
  left: -4%;
}
.guideline-area .three {
  bottom: 10%;
  left: -2%;
}
.guideline-area .four {
  bottom: -25%;
  left: 5%;
}
.guideline-area .five {
  top: 18%;
  right: 0.5%;
}
.guideline-area .six {
  top: 49%;
  right: 0.5%;
}
.guideline-area .seven {
  bottom: 0%;
  right: 1.5%;
}
.guideline-area .eight {
  bottom: -25%;
  left: 47%;
}
@media (max-width: 1199px) {
  .guide-map img {
    -webkit-transform: scalex(0.65);
        -ms-transform: scalex(0.65);
            transform: scalex(0.65);
  }
  .guide-feature {
    max-width: 350px;
  }
  .guide-feature.right-align {
    margin-left: -30px;
  }
  .guide-feature.left-align {
    margin-right: -40px;
  }
}
@media (max-width: 991px) {
  .guide-map {
    display: none;
  }
  .guide-map-phone {
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
  }
  .guide-map-phone img {
    border: 3px dashed var(--theme-color);
    padding: 16px;
    border-radius: 50%;
    background-color: var(--white-color);
  }
  .guide-map-phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 20px;
    border-top: 3px dashed var(--theme-color);
    border-left: 3px dashed var(--theme-color);
    border-radius: 15px 0 0 0;
    z-index: -1;
  }
  .guide-feature {
    position: relative;
    inset: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 0 35px 160px !important;
  }
  .guide-feature:last-child {
    margin-bottom: 0 !important;
  }
  .guide-feature.right-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .guide-feature:before {
    content: '';
    position: absolute;
    top: 20px;
    right: calc(100% + 30px);
    width: 130px;
    border-top: 3px dashed var(--theme-color);
  }
  .guide-feature:after {
    content: '';
    position: absolute;
    top: 17px;
    right: calc(100% + 30px);
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 50%;
  }
  .guide-feature_icon {
    width: 50px;
    text-align: center;
  }
  .guideline-area {
    margin-bottom: 0;
  }
  .guideline-area:before {
    content: '';
    height: calc(100% - 152px);
    width: 0;
    border-left: 3px dashed var(--theme-color);
    position: absolute;
    top: 152px;
    left: 0;
  }
  .guideline-area:after {
    content: '';
    position: absolute;
    top: 100%;
    left: -3px;
    width: 9px;
    height: 9px;
    background-color: var(--theme-color);
    border-radius: 50%;
  }
}
@media (max-width: 575px) {
  .guide-feature {
    margin: 0 0 35px 50px !important;
  }
  .guide-feature:last-child {
    margin-bottom: 0 !important;
  }
  .guide-feature:before {
    width: 20px;
  }
  .guide-feature:after {
    right: calc(100% + 20px);
  }
}
.mt-5 {
  margin-top: 5px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-33 {
  margin-bottom: 33px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mt-n2 {
  margin-top: -.45rem;
}
.mb-n2 {
  margin-bottom: -.45rem;
}
.space,
.space-top {
  padding-top: var(--section-space);
}
.space,
.space-bottom {
  padding-bottom: var(--section-space);
}
.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
.hero-1 .th-hero-bg img {
  height: 100%;
  width: auto;
  object-fit: fill;
}
.number-dots .slick-dots button {
  --size: 55px;
  font-size: 18px;
  padding: 0;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  background-color: transparent;
  border: 1px solid;
  color: var(--white-color);
  font-weight: 500;
}
.number-dots .slick-dots button:before {
  inset: -1px;
  background-color: var(--theme-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.number-dots .slick-dots .slick-active button {
  --size: 66px;
}
.th-hero-wrapper .slick-dots {
  left: unset;
  right: 8%;
  width: 66px;
  margin: 0;
}
.th-hero-wrapper .slick-dots li {
  margin-right: 0;
  margin: 10px 0;
}
.th-hero-wrapper .slick-arrow {
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  --pos-x: 5%;
  color: var(--white-color);
}
.th-hero-wrapper .slick-arrow:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}
@media (max-width: 1800px) {
  .th-hero-wrapper .slick-arrow {
    --pos-x: 1%;
  }
}
@-webkit-keyframes widthAni {
  from {
    width: 298px;
  }
  to {
    width: 0;
  }
}
@keyframes widthAni {
  from {
    width: 298px;
  }
  to {
    width: 0;
  }
}
.header-logo {
  position: relative;
  z-index: 3;
}
.header-layout5 .sticky .header-logo {
  margin-top: 0;
}
.slideinzoom.th-animated {
  --animation-name: bgZoom;
}
@-webkit-keyframes bgZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes bgZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.header-layout7 .header-top {
  background-color: var(--title-color);
  padding: 11.5px 0;
}
.header-layout7 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout7 .header-top .container {
  padding-left: 340px;
}
.header-layout7 .header-links li:after {
  opacity: 0.2;
}
.header-layout7 .header-links li > i {
  color: var(--theme-color);
}
.header-layout7 .header-logo {
  position: relative;
  padding: 17px 30px;
  z-index: 2;
  height: 100px;
  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;
}
.header-layout7 .header-logo:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: var(--theme-color);
  background-image: -webkit-repeating-linear-gradient(135deg, var(--theme-color) 0, var(--theme-color) 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 11px);
  background-image: repeating-linear-gradient(-45deg, var(--theme-color) 0, var(--theme-color) 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 11px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 150px, 50% 100%, 0 150px);
          clip-path: polygon(0 0, 100% 0, 100% 150px, 50% 100%, 0 150px);
  z-index: -1;
}
.header-layout7 .main-menu {
  margin-left: 34px;
}
@media (min-width: 1300px) {
  .header-layout7 .th-container {
    --main-container: 1500px;
  }
}
@media (max-width: 1500px) {
  .header-layout7 .header-top .container {
    padding-left: 320px;
  }
  .header-layout7 .main-menu {
    margin-left: 24px;
  }
}
@media (max-width: 1399px) {
  .header-layout7 .header-button .th-btn {
    display: none;
  }
}
@media (max-width: 1299px) {
  .header-layout7 .header-links li:first-child {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-layout7 .header-links li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-layout7 .header-logo {
    padding: 15px 20px;
    height: auto;
  }
  .header-layout7 .header-logo:before {
    height: 150px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96px, 50% 100%, 0 96px);
            clip-path: polygon(0 0, 100% 0, 100% 96px, 50% 100%, 0 96px);
  }
  .header-layout7 .header-top .container {
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .header-layout7 .header-logo img {
    max-width: 160px;
  }
  .header-layout7 .header-logo:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83px, 50% 100%, 0 83px);
            clip-path: polygon(0 0, 100% 0, 100% 83px, 50% 100%, 0 83px);
  }
}
.hero-7 .hero-shape-wrap {
  position: absolute;
  z-index: 3;
  top: 12%;
  left: 45%;
}
.hero-7 .hero-shape {
  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;
}
@media (max-width: 991px) {
  .hero-7 .hero-shape-wrap {
    top: 9%;
  }
}
@media (max-width: 767px) {
  .hero-7 .hero-shape-wrap {
    margin-top: 110px;
    position: relative;
    left: unset;
    top: unset;
  }
  .hero-7 .hero-shape {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-8 .slick-dots {
  padding-top: 80px;
  left: 8%;
  width: 66px;
  margin: 0;
}
@media (max-width: 1500px) {
  .hero-8 .slick-dots {
    left: 2%;
  }
}
@media (max-width: 1399px) {
  .hero-8 .slick-dots {
    display: none !important;
  }
}
.hero-9 .slick-arrow {
  position: absolute;
  top: 45%;
  --pos-x: 5%;
}
@media (max-width: 1299px) {
  .hero-9 .slick-arrow {
    --pos-x: 2%;
  }
}
@media (max-width: 991px) {
  .hero-9 .slick-arrow {
    display: none;
  }
}
.recent-post .post-title,
.project-card .box-title2,
.skill-feature_title,
.skill-feature .progress-value {
  font-weight: 600;
}
.counter-number,
.price-card_price {
  font-weight: 800;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}
.page-title,
.blog-single .blog-title {
  font-weight: 800;
}
.faq-sec2 {
  background-size: auto;
  background-position: top left;
  /* Small devices */
}
@media (max-width: 767px) {
  .faq-sec2 {
    background-size: cover;
  }
}
.faq-img1 {
  /* Large devices */
}
.faq-img1 img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 30px 0 0 0;
}
@media (max-width: 1199px) {
  .faq-img1 img {
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    border-radius: 20px;
    object-fit: cover;
  }
}
.footer-widget .widget_title {
  font-weight: 600;
}
.footer-layout3 .footer-top {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.th-btn.style7 {
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
}
.th-btn.style7:before, .th-btn.style7:after {
  background-color: var(--smoke-color);
}
.th-btn.style7:hover {
  color: var(--white-color);
}
.th-btn.style7:hover:before, .th-btn.style7:hover:after {
  background-color: var(--title-color);
}
@media (min-width: 993px) {
  .footer-layout3 .footer-logo {
    padding: 32px 40px;
  }
}
@media (max-width: 991px) {
  .footer-layout3 .footer-top {
    border-left: 1px solid var(--border-color);
  }
  .footer-layout3 .contact-media {
    border-left: none;
  }
  .footer-layout3 .footer-logo {
    text-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, 45px 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, 45px 100%);
  }
}
.contact-feature {
  background-color: var(--smoke-color2);
}
.header-layout12 .sticky-wrapper.sticky {
  background-color: var(--title-color);
}
@media (max-width: 375px) {
  .header-logo img {
    max-width: 170px;
  }
}
@-webkit-keyframes lineDown {
  0% {
    -webkit-transform: 0;
            transform: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}
@keyframes lineDown {
  0% {
    -webkit-transform: 0;
            transform: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}
.hero-10 .slick-dots {
  --dots-bg: #fff;
  margin: 0;
  position: absolute;
  top: 55%;
  left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Extra large devices */
}
.hero-10 .slick-dots li {
  display: block;
  margin: 30px 0;
}
.hero-10 .slick-dots button:before {
  border-color: var(--white-color);
}
.hero-10 .slick-dots .slick-active button {
  background-color: var(--white-color);
}
@media (max-width: 1500px) {
  .hero-10 .slick-dots {
    left: 1%;
  }
}
@media (max-width: 1399px) {
  .hero-10 .slick-dots {
    right: 10%;
    left: unset;
  }
}
.hero-11 .icon-box .slick-arrow {
  --pos-x: 0;
  border-radius: 0;
  margin: 5px 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white-color);
}
.hero-11 .icon-box .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.hero-11 .icon-box .slick-arrow:first-child {
  margin-right: 0;
}
.hero-slider-12 .slick-dots {
  position: absolute;
  top: 54%;
  right: unset;
  left: 120px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}
.hero-slider-12 .slick-dots li {
  display: block;
  margin: 30px 0;
}
.hero-slider-12 .slick-dots button {
  border-radius: 0 !important;
  visibility: visible;
  opacity: 1;
}
.hero-slider-12 .slick-dots button:before {
  border-radius: 0 !important;
}
@media (max-width: 1299px) {
  .hero-slider-12 .slick-dots {
    left: 35px;
  }
}
.service-box-tab .tab-btn.active .box-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.service-box-tab .tab-btn.active .box-title {
  color: var(--white-color);
  font-weight: 600;
}
@-webkit-keyframes heroripple {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}
@keyframes heroripple {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}
.hero-13 .th-btn.style7:before, .hero-13 .th-btn.style7:after {
  background-color: var(--theme-color);
}
.hero-13 .hero-subtitle {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 24px;
}
.hero-13 .hero-shape-wrap {
  top: 17%;
  left: 37%;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-13 .hero-shape-wrap {
    top: 0%;
    left: 56%;
  }
}
@media (max-width: 767px) {
  .hero-13 .hero-shape-wrap {
    position: relative;
    inset: 0;
    margin-bottom: -100px;
  }
}
.hero-13 .hero-img {
  position: absolute;
  top: 22%;
  right: 10px;
  z-index: 2;
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .hero-13 .hero-img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .hero-13 .hero-img {
    position: relative;
    max-width: 100%;
    margin: -60px auto 0 auto;
    padding: 0 15px;
    inset: 0;
  }
}
.service-grid-tab-slide .slick-list {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.slick-current .service-grid-tab:before {
  width: 100%;
}
.slick-current .service-grid-tab .box-title {
  color: var(--white-color);
}
.slick-current .service-grid-tab .box-icon {
  background-color: var(--title-color);
}
.slick-current .service-grid-tab .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.slick-current .service-grid-tab .box-shape {
  opacity: 0.05;
  visibility: visible;
}
.header-layout13.header-layout14 .sticky-wrapper.sticky .logo-bg:after {
  background-color: var(--white-color);
}
@-webkit-keyframes carMove {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes carMove {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.testi-slide-area10 .slick-dots {
  display: none !important;
}
.testi-item-wrapper .icon-box .slick-arrow {
  border-radius: 50%;
}
.testi-item-wrapper .icon-box .slick-arrow img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testi-item-wrapper .icon-box .slick-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.testiSlide4 .icon-box .slick-arrow {
  background: #FFFFFF;
  border-radius: 48px;
}
.testiSlide4 .icon-box .slick-arrow img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testiSlide4 .icon-box .slick-arrow:hover {
  background: var(--theme-color);
}
.testiSlide4 .icon-box .slick-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-layout13.header-layout17 .sticky-wrapper.sticky .logo-bg:after {
  background-color: var(--white-color);
}
.testiSlide6 .slick-dots button {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: 1px solid #858F99;
}
.testiSlide6 .slick-dots button:before {
  inset: 0px;
  background-color: var(--theme-color);
}
.testiSlide6 .slick-dots .slick-active button {
  border-color: var(--theme-color);
}
.tab-menu3 .tab-btn.active {
  background: var(--white-color);
  color: #233F9B;
}
.contact-map {
  position: relative;
  z-index: 2;
  background-size: auto;
  background-repeat: no-repeat;
  min-height: 450px;
}
.about-text {
  border-bottom: 1px solid #ABB0BA;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.checklist.style2 {
  margin-bottom: 65px;
}
.checklist.style2 ul li {
  position: relative;
  font-family: var(--body-font2);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #74757B;
  padding-left: 35px;
}
.checklist.style2 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.checklist.style2 ul li:after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_791_8647)'%3E%3Cpath d='M14.166 2.78184C12.9403 2.0728 11.5172 1.66699 9.99935 1.66699C5.39697 1.66699 1.66602 5.39795 1.66602 10.0003C1.66602 14.6027 5.39697 18.3337 9.99935 18.3337C14.6017 18.3337 18.3327 14.6027 18.3327 10.0003C18.3327 9.42958 18.2753 8.87216 18.166 8.33366' stroke='%230073E6' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.66602 10.417C6.66602 10.417 7.91602 10.417 9.58268 13.3337C9.58268 13.3337 14.215 5.69477 18.3327 4.16699' stroke='%230073E6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_791_8647'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  font-family: var(--icon-font);
  font-weight: 500;
  color: var(--theme-color);
  font-weight: 900;
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: 0;
}
.service-box2-tab .tab-btn.active .box-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.service-box2-tab .tab-btn.active .box-title {
  color: #0A0A0A;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.testi-img-area .icon-box .slick-arrow {
  width: 56px;
  height: 56px;
  background: #ECF3F9;
  border-radius: 48px;
}
.testi-img-area .icon-box .slick-arrow:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.testi-img-area .icon-box .slick-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
