@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@use "sass:math";
:root {
   --theme-color: #00c3cf;
   --theme-color-2: #09ecd9;
   --title-color: #0f172a;
   --body-color: #334155;
   --smoke-color: #f5f5f5;
   --smoke-color2: #f7f7f7;
   --black-color: #000000;
   --black-color-2: #6a7178;
   --black-color-3: #242936;
   --dark-color: #101010;
   --gray-color: #d4d4d4;
   --white-color: #ffffff;
   --light-color: #72849b;
   --yellow-color: #ffb539;
   --success-color: #28a745;
   --error-color: #dc3545;
   --border-color: #e0e0e0;
   --title-font: "Manrope", sans-serif;
   --body-font: "Inter", sans-serif;
   --style-font: "Manrope", sans-serif;
   --icon-font: "Font Awesome 6 Pro";
   --main-container: 1220px;
   --container-gutters: 24px;
   --section-space: 120px;
   --section-space-mobile: 80px;
   --section-title-space: 60px;
   --ripple-ani-duration: 5s;
}
html,
body {
   scroll-behavior: smooth !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.dance-bg {
   background-color: #242936;
}
body.theme-gold {
   --theme-color: #d3ba80;
}
body.theme-blue {
   --theme-color: #001d79;
}
iframe {
   border: none;
   width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
   outline: none;
}
input:focus {
   outline: none;
   box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
   max-width: 100%;
   height: auto;
}
ul {
   list-style-type: disc;
}
ol {
   list-style-type: decimal;
}
table {
   margin: 0 0 1.5em;
   width: 100%;
   border-collapse: collapse;
   border-spacing: 0;
   border: 1px solid var(--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.nice-select.open,
a:focus,
a:hover,
a:visited {
   text-decoration: none;
   outline: 0;
}
button {
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
img {
   border: none;
   max-width: 100%;
}
ins {
   text-decoration: none;
}
pre {
   font-family: var(--body-font);
   background: #f5f5f5;
   color: #666;
   font-size: 14px;
   margin: 20px 0;
   overflow: auto;
   padding: 20px;
   white-space: pre-wrap;
   word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
   display: none;
}
p {
   font-family: var(--body-font);
   margin: 0 0 18px 0;
   color: 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: 600;
   line-height: 1.4;
   margin: 0 0 15px 0;
}
.h1,
h1 {
   font-size: 64px;
   line-height: 1.167;
}
.h2,
h2 {
   font-size: 44px;
   line-height: 54px;
	font-weight: 800;
}
.h3,
h3 {
   font-size: 36px;
   line-height: 1.278;
}
.h4,
h4 {
   font-size: 30px;
   line-height: 1.333;
}
.h5,
h5 {
   font-size: 24px;
   line-height: 1.417;
}
.h6,
h6 {
   font-size: 20px;
   line-height: 1.5;
}
@media (max-width: 1399px) {
   .h1,
   h1 {
      font-size: 48px;
   }
}
@media (max-width: 1199px) {
   .h1,
   h1 {
      font-size: 44px;
      line-height: 1.3;
   }
   .h2,
   h2 {
      font-size: 40px;
      line-height: 1.25;
   }
   .h3,
   h3 {
      font-size: 30px;
   }
   .h4,
   h4 {
      font-size: 24px;
   }
   .h5,
   h5 {
      font-size: 20px;
   }
   .h6,
   h6 {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .h1,
   h1 {
      font-size: 40px;
   }
   .h2,
   h2 {
      font-size: 34px;
      line-height: 1.3;
   }
   .h3,
   h3 {
      font-size: 26px;
   }
   .h4,
   h4 {
      font-size: 22px;
   }
   .h5,
   h5 {
      font-size: 18px;
   }
   .h6,
   h6 {
      font-size: 16px;
   }
}
@media (max-width: 575px) {
   .h1,
   h1 {
      font-size: 34px;
      line-height: 1.35;
   }
   .h2,
   h2 {
      font-size: 30px;
   }
}
@media (max-width: 375px) {
   .h1,
   h1 {
      font-size: 32px;
   }
}
p.has-drop-cap {
   margin-bottom: 20px;
}
.page--item p:last-child .alignright {
   clear: right;
}
.blog-title,
.pagi-title,
.breadcumb-title {
   word-break: break-word;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
   color: var(--body-color);
}
.bypostauthor,
.gallery-caption {
   display: block;
}
.page-links,
.clearfix {
   clear: both;
}
.page--item {
   margin-bottom: 30px;
}
.page--item p {
   line-height: 1.8;
}
.content-none-search {
   margin-top: 30px;
}
.wp-block-button.aligncenter {
   text-align: center;
}
.alignleft {
   display: inline;
   float: left;
   margin-bottom: 10px;
   margin-right: 1.5em;
}
.alignright {
   display: inline;
   float: right;
   margin-bottom: 10px;
   margin-left: 1.5em;
   margin-right: 1em;
}
.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
}
.gallery {
   margin-bottom: 1.5em;
   width: 100%;
}
.gallery-item {
   display: inline-block;
   text-align: center;
   vertical-align: top;
   width: 100%;
   padding: 0 5px;
}
.wp-block-columns {
   margin-bottom: 1em;
}
figure.gallery-item {
   margin-bottom: 10px;
   display: inline-block;
}
figure.wp-block-gallery {
   margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
   max-width: 50%;
}
.gallery-columns-3 .gallery-item {
   max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
   max-width: 25%;
}
.gallery-columns-5 .gallery-item {
   max-width: 20%;
}
.gallery-columns-6 .gallery-item {
   max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
   max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
   max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
   max-width: 11.11%;
}
.gallery-caption {
   display: block;
   font-size: 12px;
   color: var(--body-color);
   line-height: 1.5;
   padding: 0.5em 0;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
   color: var(--body-color);
   font-weight: 500;
   text-align: center;
   position: absolute;
   right: 24px;
   top: 15px;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   pointer-events: none;
   min-width: 20px;
   text-align: right;
}
.widget_nav_menu li > span:hover,
.widget_meta li > span:hover,
.widget_pages li > span:hover,
.widget_archive li > span:hover,
.widget_categories li > span:hover,
.wp-block-categories li > span:hover {
   color: var(--theme-color);
}
.widget_archive > ul {
   margin: 0 !important;
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.wp-block-categories .children {
   margin-left: 10px;
}
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
   color: var(--white-color);
}
.wp-block-cover {
   margin-bottom: 15px;
}
.wp-caption-text {
   text-align: center;
}
.wp-caption {
   margin-bottom: 1.5em;
   max-width: 100%;
}
.wp-caption .wp-caption-text {
   margin: 0.5em 0;
   font-size: 14px;
}
.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
   margin-bottom: 30px;
}
.wp-block-media-text.alignwide {
   background-color: var(--smoke-color);
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
   line-height: 1.4;
}
.wp-block-latest-comments a {
   color: inherit;
}
.wp-block-button {
   margin-bottom: 10px;
}
.wp-block-button:last-child {
   margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
   color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
   color: #fff;
   background-color: var(--theme-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
   background-color: transparent;
   border-color: var(--title-color);
   color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
   color: #fff;
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
   border-radius: 0;
}
ol.wp-block-latest-comments li {
   margin: 15px 0;
}
ul.wp-block-latest-posts {
   padding: 0;
   margin: 0;
   margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
   color: inherit;
}
ul.wp-block-latest-posts a:hover {
   color: var(--theme-color);
}
ul.wp-block-latest-posts li {
   margin: 15px 0;
}
.wp-block-search {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
   width: 100%;
   max-width: 100%;
   border: 1px solid rgba(0, 0, 0, 0.1);
   padding-left: 20px;
   border-radius: 10px 0px 0 10px;
}
.wp-block-search .wp-block-search__button {
   margin: 0;
   min-width: 110px;
   border: none;
   color: #fff;
   background-color: var(--theme-color);
   border-radius: 0px 10px 10px 0px;
}
.wp-block-search .wp-block-search__button.has-icon {
   min-width: 55px;
}
.wp-block-search .wp-block-search__button:hover {
   background-color: var(--title-color);
   opacity: 0.8;
}
.wp-block-calendar,
.calendar_wrap {
   position: relative;
   background-color: #fff;
   padding-bottom: 0;
   border: none;
}
.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
   position: absolute;
   top: 8px;
   left: 20px;
   font-size: 14px;
   color: var(--title-color);
   font-weight: 500;
   z-index: 1;
}
.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
   color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
   left: auto;
   right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
   caption-side: top;
   text-align: center;
   color: var(--title-color);
   background-color: var(--theme-color);
}
.wp-block-calendar th,
.calendar_wrap th {
   font-size: 14px;
   padding: 5px 5px;
   border: none;
   text-align: center;
   border-right: 1px solid #fff;
   color: #01133c;
   font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
   color: inherit;
}
.wp-block-calendar td,
.calendar_wrap td {
   font-size: 14px;
   padding: 5px;
   color: #01133c;
   border: 1px solid #ededed;
   text-align: center;
   background-color: transparent;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
   color: var(--theme-color);
   background-color: var(--white-color);
   border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
   background-color: var(--white-color);
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
   margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
   display: none;
}
.wp-block-search.wp-block-search__button-inside
   .wp-block-search__inside-wrapper {
   padding: 0;
   border: none;
}
.wp-block-search.wp-block-search__button-inside
   .wp-block-search__inside-wrapper
   .wp-block-search__input {
   padding: 0 8px 0 25px;
}
ul.wp-block-rss a {
   color: inherit;
}
.wp-block-group.has-background {
   padding: 15px 15px 1px;
   margin-bottom: 30px;
}
.wp-block-table td,
.wp-block-table th {
   border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-table.is-style-stripes {
   border: 1px solid rgba(0, 0, 0, 0.1);
   margin-bottom: 30px;
}
.wp-block-table.is-style-stripes {
   border: 0;
   margin-bottom: 30px;
   border-bottom: 0;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
   border-color: var(--border-color);
}
.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .themeholy-btn {
   top: 32px;
}
@media (max-width: 782px) {
   .logged-in .will-sticky .sticky-active.active,
   .logged-in .preloader .themeholy-btn {
      top: 46px;
   }
}
@media (max-width: 600px) {
   .logged-in .will-sticky .sticky-active.active,
   .logged-in .preloader .themeholy-btn {
      top: 0;
   }
}
.logged-in .th-header .sticky-wrapper.sticky {
   top: 32px;
}
@media (max-width: 782px) {
   .logged-in .th-header .sticky-wrapper.sticky {
      top: 46px;
   }
}
@media (max-width: 600px) {
   .logged-in .th-header .sticky-wrapper.sticky {
      top: 0;
   }
}
.post-password-form {
   margin-bottom: 30px;
   margin-top: 20px;
}
.post-password-form p {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   gap: 15px;
}
@media (max-width: 575px) {
   .post-password-form p {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
}
.post-password-form label {
   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-flex: 1;
   -webkit-flex: auto;
   -ms-flex: auto;
   flex: auto;
   margin-bottom: 0;
   line-height: 1;
   margin-top: 0;
   gap: 15px;
}
@media (max-width: 575px) {
   .post-password-form label {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
}
.post-password-form input {
   width: 100%;
   border: none;
   height: 55px;
   padding-left: 25px;
   color: var(--body-color);
   border: 1px solid var(--border-color);
}
.post-password-form input[type="submit"] {
   padding-left: 0;
   padding-right: 0;
   margin: 0;
   width: 140px;
   border: none;
   color: #fff;
   background-color: var(--theme-color);
   text-align: center;
}
.post-password-form input[type="submit"]:hover {
   background-color: var(--title-color);
}
.page-links {
   clear: both;
   margin: 0 0 1.5em;
   padding-top: 1em;
}
.page-links > .page-links-title {
   margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
   display: inline-block;
   padding: 5px 13px;
   background-color: var(--white-color);
   color: var(--title-color);
   border: 1px solid rgba(0, 0, 0, 0.08);
   margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
   opacity: 0.8;
   color: var(--white-color);
   background-color: var(--theme-color);
   border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
   background-color: var(--theme-color);
   color: var(--white-color);
   border-color: transparent;
}
.page-links span.screen-reader-text {
   display: none;
}
.blog-single .wp-block-archives-dropdown {
   margin-bottom: 30px;
}
.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
   border-color: transparent;
   position: relative;
   padding: 40px;
   background-color: var(--white-color);
   border: 1px solid var(--gray-color);
   border-radius: 20px;
}
.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
   background-color: var(--white-color);
   border: none;
}
.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: "Font Awesome 6 Pro";
   font-size: 5rem;
   opacity: 0.3;
   right: 15px;
   line-height: 1;
   top: 15px;
   color: var(--theme-color);
   z-index: 1;
}
.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
   content: "\f08d";
   right: 0;
   top: 0;
   font-size: 18px;
   color: var(--white-color);
   background-color: var(--theme-color);
   font-family: var(--icon-font);
   opacity: 1;
   text-transform: capitalize;
   padding: 10px 23px;
   font-weight: 400;
}
.blog-single.format-quote:before {
   content: "\f10e";
   top: 0;
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
   display: block;
   margin-bottom: 30px;
}
.blog-details .blog-single:before {
   display: none;
}
.blog-details .blog-single .blog-content {
   background-color: var(--white-color);
   overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
   margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
   background: var(--smoke-color);
   padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
   box-shadow: none;
   border: none;
   background-color: var(--white-color);
   padding: 40px;
   border: 1px solid var(--gray-color);
   border-radius: 20px;
}
.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;
}
.themeholy-search {
   background-color: #f3f3f3;
   margin-bottom: 30px;
   border: 1px solid #f3f3f3;
}
.themeholy-search .search-grid-content {
   padding: 30px;
}
@media (max-width: 767px) {
   .themeholy-search .search-grid-content {
      padding: 20px;
   }
}
.themeholy-search .search-grid-title {
   font-size: 20px;
   margin-bottom: 5px;
   margin-top: 0;
}
.themeholy-search .search-grid-title a {
   color: inherit;
}
.themeholy-search .search-grid-title a:hover {
   color: var(--theme-color);
}
.themeholy-search .search-grid-meta > * {
   display: inline-block;
   margin-right: 15px;
   font-size: 14px;
}
.themeholy-search .search-grid-meta > *:last-child {
   margin-right: 0;
}
.themeholy-search .search-grid-meta a,
.themeholy-search .search-grid-meta span {
   color: var(--body-color);
}
@media (max-width: 1199px) {
   .blog-single.format-quote:before,
   .blog-single.format-link:before,
   .blog-single.tag-sticky-2:before,
   .blog-single.sticky:before {
      font-size: 14px;
      padding: 8px 16px;
   }
   .blog-single.format-quote:before {
      top: 15px;
   }
}
@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;
      padding: 8px 16px;
   }
}
@media (max-width: 768px) {
   .wp-block-latest-comments {
      padding-left: 10px;
   }
   .page--content.clearfix + .themeholy-comment-form {
      margin-top: 24px;
   }
}
.widget_categories a:hover ~ span,
.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.wp-block-categories a:hover ~ span {
   color: var(--white-color);
}
.th-search {
   background-color: #f3f3f3;
   margin-bottom: 30px;
   border: 1px solid #f3f3f3;
   border-radius: 5px;
}
.th-search .search-grid-content {
   padding: 30px;
}
.th-search .search-grid-title {
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 5px;
   margin-top: 0;
}
.th-search .search-grid-title a {
   color: inherit;
}
.footer-layout4.sticky-footer {
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
}
@media (max-width: 1399px) {
   :root {
      --main-container: 1250px;
   }
}
@media (min-width: 1370px) {
   .th-container2 {
      --main-container: 1380px;
   }
}
@media (min-width: 1922px) {
   .th-container2 {
      margin-left: auto;
      margin-right: auto;
   }
}
@media only screen and (min-width: 1300px) {
   .container-xxl,
   .container-xl,
   .container-lg,
   .container-md,
   .container-sm,
   .container {
      max-width: calc(var(--main-container) + var(--container-gutters));
      padding-left: calc(var(--container-gutters) / 2);
      padding-right: calc(var(--container-gutters) / 2);
   }
   .container-xxl.px-0,
   .container-xl.px-0,
   .container-lg.px-0,
   .container-md.px-0,
   .container-sm.px-0,
   .container.px-0 {
      max-width: var(--main-container);
   }
}
@media only screen and (min-width: 1300px) {
   .th-container {
      --main-container: 1720px;
   }
}
@media only screen and (max-width: 1600px) {
   .container-fluid.px-0 {
      padding-left: 15px !important;
      padding-right: 15px !important;
   }
   .container-fluid.px-0 .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
}
.th-container3 {
   max-width: 1520px;
}
.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);
}
.gy-30 {
   --bs-gutter-y: 30px;
}
.gy-40 {
   --bs-gutter-y: 40px;
}
.gy-50 {
   --bs-gutter-y: 50px;
}
.gx-10 {
   --bs-gutter-x: 10px;
}
@media (min-width: 1299px) {
   .gx-60 {
      --bs-gutter-x: 60px;
   }
}
@media (min-width: 1399px) {
   .gx-30 {
      --bs-gutter-x: 30px;
   }
   .gx-25 {
      --bs-gutter-x: 25px;
   }
   .gx-40 {
      --bs-gutter-x: 40px;
   }
}
@media (max-width: 991px) {
   .gy-50 {
      --bs-gutter-y: 40px;
   }
}
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: 10px;
   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(--theme-color);
   background-color: var(--smoke-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
   color: #525960;
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
   color: #525960;
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
   color: #525960;
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
   color: #525960;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
   color: #525960;
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
   color: #525960;
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
   color: #525960;
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
   color: #525960;
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
   background-color: #2c3240;
   border-radius: 10px;
}
select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
   background-color: var(--title-color);
   color: #8b929c;
   padding: 2px 15px;
}
select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
   color: #8b929c;
}
select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
   color: #8b929c;
}
select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
   color: #8b929c;
}
select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
   color: #8b929c;
}
select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
   color: #8b929c;
}
select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
   color: #8b929c;
}
select.style2::-ms-input-placeholder,
.form-control.style2::-ms-input-placeholder,
.form-select.style2::-ms-input-placeholder,
textarea.style2::-ms-input-placeholder,
input.style2::-ms-input-placeholder {
   color: #8b929c;
}
select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
   color: #8b929c;
}
.form-select,
select {
   display: block;
   width: 100%;
   line-height: 1.5;
   vertical-align: middle;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
   background-position: right 26px center;
   background-repeat: no-repeat;
   background-size: 16px 12px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer;
}
.form-select.style2,
select.style2 {
   background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}
textarea.form-control,
textarea {
   min-height: 150px;
   padding-top: 16px;
   padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
   min-height: 100px;
}
.form-group {
   margin-bottom: 10px;
   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;
}
.form-group.has-label > i {
   top: 50px;
}
[class*="col-"].form-group > i {
   right: calc((var(--bs-gutter-x) / 2) + 25px);
}
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;
}
input[type="number"] {
   -moz-appearance: textfield;
}
input[type="checkbox"] {
   visibility: hidden;
   opacity: 0;
   display: inline-block;
   vertical-align: middle;
   width: 0;
   height: 0;
   display: none;
}
input[type="checkbox"]:checked ~ label:before {
   content: "\f00c";
   color: var(--white-color);
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
input[type="checkbox"] ~ label {
   position: relative;
   padding-left: 30px;
   cursor: pointer;
   display: block;
}
input[type="checkbox"] ~ label:before {
   content: "";
   font-family: var(--icon-font);
   font-weight: 700;
   position: absolute;
   left: 0px;
   top: 3.5px;
   background-color: var(--white-color);
   border: 1px solid var(--border-color);
   height: 18px;
   width: 18px;
   line-height: 18px;
   text-align: center;
   font-size: 12px;
}
input[type="checkbox"].style2 ~ label {
   color: #8b929c;
   padding-left: 23px;
   margin-bottom: -0.5em;
}
input[type="checkbox"].style2 ~ label:before {
   background-color: rgba(255, 255, 255, 0.1);
   border: 1px solid #8b929c;
   height: 14px;
   width: 14px;
   line-height: 14px;
   border-radius: 3px;
   top: 6px;
}
input[type="checkbox"].style2:checked ~ label:before {
   color: var(--theme-color);
}
input[type="radio"] {
   visibility: hidden;
   opacity: 0;
   display: inline-block;
   vertical-align: middle;
   width: 0;
   height: 0;
   display: none;
}
input[type="radio"] ~ label {
   position: relative;
   padding-left: 30px;
   cursor: pointer;
   line-height: 1;
   display: inline-block;
   font-weight: 600;
   margin-bottom: 0;
}
input[type="radio"] ~ label::before {
   content: "\f111";
   position: absolute;
   font-family: var(--icon-font);
   left: 0;
   top: -2px;
   width: 20px;
   height: 20px;
   padding-left: 0;
   font-size: 0.6em;
   line-height: 19px;
   text-align: center;
   border: 1px solid var(--theme-color);
   border-radius: 100%;
   font-weight: 700;
   background: var(--white-color);
   color: transparent;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
input[type="radio"]:checked ~ label::before {
   border-color: var(--theme-color);
   background-color: var(--theme-color);
   color: var(--white-color);
}
label {
   margin-bottom: 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);
}
.row.no-gutters > .form-group {
   margin-bottom: 0;
}
.form-messages {
   display: none;
}
.form-messages.mb-0 * {
   margin-bottom: 0;
}
.form-messages.success {
   color: var(--success-color);
   display: block;
}
.form-messages.error {
   color: var(--error-color);
   display: block;
}
.form-messages pre {
   padding: 0;
   background-color: transparent;
   color: inherit;
}
.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: 20px;
}
.slick-dots li:last-child {
   margin-right: 0;
}
.slick-dots button {
   font-size: 0;
   padding: 0;
   background-color: transparent;
   width: 8px;
   height: 8px;
   line-height: 0;
   border-radius: 9999px;
   border: none;
   background-color: var(--body-color);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   position: relative;
}
.slick-dots button:hover {
   border-color: var(--theme-color);
}
.slick-dots button:before {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   width: 20px;
   height: 20px;
   margin: -10px 0 0 -10px;
   border: 1px solid var(--theme-color);
   border-radius: 50%;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   opacity: 0;
   visibility: hidden;
}
.slick-dots .slick-active button {
   background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
   opacity: 1;
   visibility: visible;
}
.th-dots {
   text-align: center;
}
.th-dots ul {
   margin: 60px 0 0px 0;
   position: relative;
   display: block;
   padding: 0;
   width: 100%;
}
.th-dots ul li {
   display: inline-block;
   background-color: var(--white-color);
   margin: 0 12px;
   padding: 3px 0;
   height: 3px;
   border-radius: 5px;
   cursor: pointer;
   -webkit-transition: all 0.6s ease;
   transition: all 0.6s ease;
}
.th-dots ul li button {
   font-size: 0;
   padding: 0;
   width: 30px;
   height: 3px;
   line-height: 3px;
   border-radius: 5px;
   border: none;
   display: inline-block;
   background-color: transparent;
   margin: 0 6px;
   padding: 0;
   -webkit-transition: all 0.6s ease;
   transition: all 0.6s ease;
}
.th-dots ul li button:before {
   display: none;
}
.th-dots ul li:hover,
.th-dots ul li.slick-active {
   -webkit-transform: scaleX(1.5);
   -ms-transform: scaleX(1.5);
   transform: scaleX(1.5);
   background-color: var(--theme-color);
   border-radius: 5px;
   opacity: 1;
}
.th-dots ul li:hover button,
.th-dots ul li.slick-active button {
   background-color: transparent;
}
.slick-arrow {
   display: inline-block;
   padding: 0;
   background-color: var(--white-color);
   border-radius: 10px;
   color: var(--theme-color);
   position: absolute;
   top: 50%;
   border: 1px solid var(--white-color);
   box-shadow: 0px 0px 15px #e5e5e5;
   left: var(--pos-x, -100px);
   width: var(--icon-size, 56px);
   height: var(--icon-size, 56px);
   line-height: var(--icon-size, 56px);
   font-size: var(--icon-font-size, 16px);
   margin-top: calc(var(--icon-size, 56px) / -2);
   z-index: 2;
}
.slick-arrow.style2 {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
}
.slick-arrow.style2:hover {
   background-color: var(--title-color);
   border-color: var(--title-color);
}
.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);
   border-color: var(--theme-color);
}
.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: 10px;
   padding-top: 10px;
   display: block;
   text-align: center;
   background-color: var(--smoke-color2);
}
.th-menu-wrapper .mobile-logo svg {
   max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
   border: none;
   font-size: 22px;
   position: absolute;
   right: -16.5px;
   top: 25px;
   padding: 0;
   line-height: 1;
   width: 33px;
   height: 33px;
   line-height: 35px;
   font-size: 18px;
   z-index: 1;
   color: var(--white-color);
   background-color: var(--theme-color);
   border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover {
   background-color: var(--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-menu-area.style2 {
   border-right: 3px solid var(--theme-color);
}
.th-menu-wrapper .th-menu-area.style3 {
   border-right: 3px solid var(--theme-color);
}
.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 - 100px);
   padding-bottom: 20px; 
   text-align: left;
}
.th-mobile-menu ul {
   margin: 0;
   padding: 0 0;
}
.th-mobile-menu ul li {
   border-bottom: 1px solid #fdedf1;
   list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
   border-top: 1px solid #fdedf1;
}
.th-mobile-menu ul li a {
   display: block;
   position: relative;
   padding: 12px 0;
   line-height: 1.4;
   font-size: 15px;
   text-transform: capitalize;
   color: var(--title-color);
   padding-left: 18px;
}
.th-mobile-menu ul li a:before {
   content: "\f105";
   font-family: var(--icon-font);
   position: absolute;
   left: 0;
   top: 12px;
   margin-right: 10px;
   display: inline-block;
}
.th-mobile-menu ul li.th-active > a {
   color: var(--theme-color);
}
.th-mobile-menu ul li.th-active > a:before {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
.th-mobile-menu ul li ul li {
   padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
   border-bottom: none;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
   position: absolute;
   right: 0;
   top: 50%;
   font-weight: 400;
   font-size: 12px;
   width: 25px;
   height: 25px;
   line-height: 25px;
   margin-top: -12.5px;
   display: inline-block;
   text-align: center;
   background-color: var(--smoke-color);
   color: var(--title-color);
   box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
   border-radius: 50%;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
   content: "\f067";
   font-family: var(--icon-font);
}
.th-mobile-menu ul .th-item-has-children > a:after {
   content: "\f067";
   font-family: var(--icon-font);
   width: 22px;
   height: 22px;
   line-height: 22px;
   display: inline-block;
   text-align: center;
   font-size: 12px;
   border-radius: 50px;
   background-color: var(--smoke-color);
   float: right;
   margin-top: 1px;
	
	
	display:none;
}
.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 35px;
}
.th-mobile-menu > ul > li:last-child {
   border-bottom: none;
}
.th-menu-toggle {
   width: 46px;
   height: 46px;
   padding: 0;
   font-size: 20px;
   border: none;
   background-color: var(--theme-color);
   color: var(--white-color);
   display: inline-block;
   border-radius: 50%;
}
.th-menu-toggle.style2 {
   background-color: var(--theme-color);
}
.th-menu-toggle.style2:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.th-menu-toggle.style3 {
   background-color: var(--theme-color);
}
.th-menu-toggle.style3:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.th-menu-toggle:hover {
   background-color: var(--title-color);
}
.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
   width: auto;
   height: auto;
   background-color: transparent;
   color: var(--title-color);
   font-size: 20px;
}
.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
   margin-right: 10px;
}
.th-menu-toggle.style-text-white {
   color: var(--white-color);
}
@media (max-width: 400px) {
   .th-menu-wrapper .th-menu-area {
      width: 100%;
      max-width: 270px;
   }
   .th-mobile-menu > ul {
      padding: 0 20px;
   }
}
:root {
   --input-height: 56px;
}
.nice-select {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   background-image: none;
   box-sizing: border-box;
   clear: both;
   cursor: pointer;
   position: relative;
   border-radius: 10px;
   line-height: calc(var(--input-height) - 2px);
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   white-space: nowrap;
}
.nice-select:after {
   content: "";
   font-family: var(--icon-font);
   font-weight: 900;
   font-size: 18px;
   pointer-events: none;
   border-bottom: 1px solid #6a7178;
   border-right: 1px solid #6a7178;
   position: absolute;
   right: 20px;
   line-height: calc(var(--input-height) - 2px);
   top: 21px;
   height: 8px;
   width: 8px;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
.nice-select.open:after {
   -webkit-transform: rotate(-135deg);
   -ms-transform: rotate(-135deg);
   transform: rotate(-135deg);
}
.nice-select.open .list {
   opacity: 1;
   border-radius: 10px;
   pointer-events: auto;
   -webkit-transform: scale(1) translateY(0);
   -ms-transform: scale(1) translateY(0);
   transform: scale(1) translateY(0);
   border-bottom: 3px solid var(--theme-color);
}
.nice-select.disabled {
   border-color: #ededed;
   color: #999;
   pointer-events: none;
}
.nice-select.disabled:after {
   border-color: #ccc;
}
.nice-select.wide {
   width: 100%;
}
.nice-select.wide .list {
   left: 0 !important;
   right: 0 !important;
}
.nice-select.right {
   float: right;
}
.nice-select.right .list {
   left: auto;
   right: 0;
}
.nice-select.small {
   font-size: 12px;
   height: 36px;
   line-height: 34px;
}
.nice-select.small:after {
   height: 4px;
   width: 4px;
}
.nice-select.small .option {
   line-height: 34px;
   min-height: 34px;
}
.nice-select .list {
   width: 100%;
   background-color: #fff;
   border-radius: 5px;
   box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
   box-sizing: border-box;
   margin-top: 4px;
   opacity: 0;
   overflow: hidden;
   padding: 0;
   pointer-events: none;
   position: absolute;
   top: 100%;
   left: 0;
   -webkit-transform-origin: 50% 0;
   -ms-transform-origin: 50% 0;
   transform-origin: 50% 0;
   -webkit-transform: scale(0.75) translateY(-28px);
   -ms-transform: scale(0.75) translateY(-28px);
   transform: scale(0.75) translateY(-28px);
   -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
      opacity 0.15s ease-out;
   transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
   z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
   background-color: transparent !important;
}
.nice-select .option {
   cursor: pointer;
   font-weight: 400;
   line-height: 40px;
   list-style: none;
   min-height: 40px;
   outline: none;
   padding-left: 18px;
   padding-right: 29px;
   text-align: left;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
   background-color: var(--smoke-color);
}
.nice-select .option.selected {
   font-weight: bold;
}
.nice-select .option.disabled {
   background-color: transparent;
   color: #999;
   cursor: default;
}
.no-csspointerevents .nice-select .list {
   display: none;
}
.no-csspointerevents .nice-select.open .list {
   display: block;
}
.preloader {
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 999;
   background-color: var(--white-color);
}
.preloader .th-btn {
   padding: 15px 20px;
   border-radius: 0;
   font-size: 14px;
	font-weight: 600;
}
.preloader-inner {
   text-align: center;
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   text-align: center;
   line-height: 1;
}
.preloader-inner img {
   display: block;
   margin: 0 auto 30px auto;
}
.loader {
   display: inline-block;
   width: 25px;
   height: 25px;
   position: relative;
   border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
   color: var(--theme-color);
   -webkit-animation: loaderfill 1s ease-in infinite alternate;
   animation: loaderfill 1s ease-in infinite alternate;
}
.loader.style2 {
   color: var(--theme-color-2);
}
.loader.style3 {
   color: var(--theme-color);
}
.loader::before,
.loader::after {
   content: "";
   position: absolute;
   height: 100%;
   width: 100%;
   border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
   left: 48px;
   top: 0;
   -webkit-animation: loaderfill 0.9s ease-in infinite alternate;
   animation: loaderfill 0.9s ease-in infinite alternate;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
.loader::after {
   left: auto;
   right: 48px;
   -webkit-animation-duration: 1.1s;
   animation-duration: 1.1s;
}
@-webkit-keyframes loaderfill {
   0% {
      box-shadow: 0 0 0 2px inset;
   }
   100% {
      box-shadow: 0 0 0 10px inset;
   }
}
@keyframes loaderfill {
   0% {
      box-shadow: 0 0 0 2px inset;
   }
   100% {
      box-shadow: 0 0 0 10px inset;
   }
}
.th-btn {
   position: relative;
   z-index: 2;
   overflow: hidden;
   vertical-align: middle;
   display: inline-block;
   border: none;
   text-align: center;
   background-color: var(--theme-color);
   color: var(--title-color);
   font-family: var(--title-font);
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 26px;
   text-transform: uppercase;
   padding: 15px 35px;
   border-radius: 10px;
}
.th-btn:before,
.th-btn:after {
   content: "";
   position: absolute;
   height: 100%;
   top: 0;
   width: 0%;
   background-color: var(--title-color);
   z-index: -1;
   -webkit-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
}
.th-btn:before {
   left: 0;
   border-radius: 0 10px 10px 0;
}
.th-btn:after {
   right: 0;
   border-radius: 10px 0 0 10px;
}
.th-btn:hover,
.th-btn.active {
   color: var(--white-color);
}
.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
   width: 55%;
   border-radius: 0;
}
.th-btn.style2 {
   background-color: transparent;
   color: var(--white-color);
   font-weight: 500;
   border: 1px solid var(--theme-color);
   box-shadow: none;
}
.th-btn.style2:hover {
   color: var(--title-color);
   border-color: var(--white-color);
}
.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
   background-color: var(--white-color);
}
.th-btn.style3 {
   background-color: transparent;
   border: 1px solid #d4d4d4;
   color: var(--title-color);
   padding: 10px 30px;
}
.th-btn.style3:hover {
   color: var(--white-color);
   border: 1px solid var(--theme-color);
}
.th-btn.style3:hover:before,
.th-btn.style3:hover:after {
   background-color: var(--theme-color);
}
.th-btn.style4 {
   background-color: transparent;
   border: 1px solid var(--theme-color);
   color: var(--white-color);
   padding: 15px 30px;
}
.th-btn.style4:hover {
   color: var(--white-color);
}
.th-btn.style4:hover:before,
.th-btn.style4:hover:after {
   background-color: var(--theme-color);
}
.th-btn.red-border {
   background-color: transparent;
   border: 1px solid var(--theme-color);
   color: var(--theme-color);
   padding: 15px 30px;
}
.th-btn.red-border:hover {
   color: var(--white-color);
}
.th-btn.red-border:hover:before,
.th-btn.red-border:hover:after {
   background-color: var(--theme-color);
}
.th-btn.white-btn {
   background-color: transparent;
   border: 1px solid var(--white-color);
	color: var(--white-color);
}
.th-btn.white-btn:before,
.th-btn.white-btn:after {
   background-color: var(--white-color);
}
.th-btn.white-btn:hover {
   color: var(--title-color);
}
.th-btn.white-btn:hover:before,
.th-btn.white-btn:hover:after {
   background-color: var(--white-color);
}
.th-btn.white-btn2 {
   background-color: var(--white-color);
   border: 1px solid var(--white-color);
   color: var(--title-color);
}
.th-btn.white-btn2:before,
.th-btn.white-btn2:after {
   background-color: var(--theme-color);
}
.th-btn.white-btn2:hover {
   color: var(--white-color);
   border: 1px solid var(--theme-color);
}
.th-btn.white-btn2:hover:before,
.th-btn.white-btn2:hover:after {
   background-color: var(--theme-color);
}
.th-btn.red-btn {
   background-color: var(--theme-color);
}
.th-btn.red-btn:before,
.th-btn.red-btn:after {
   background-color: transparent;
   border: 1px solid transparent;
}
.th-btn.red-btn:hover {
   background-color: transparent;
   color: var(--title-color);
}
.th-btn.red-btn:hover:before,
.th-btn.red-btn:hover:after {
   background-color: var(--white-color);
}
.th-btn.black-btn {
   background-color: var(--title-color);
}
.th-btn.black-btn.style3 {
   background-color: #242936;
   border: 1px solid #242936;
   color: var(--white-color);
   border-radius: 0;
}
.th-btn.black-btn.style3:hover {
   color: var(--white-color);
}
.th-btn.black-btn.style3:hover:before,
.th-btn.black-btn.style3:hover:after {
   background-color: transparent;
}
.th-btn.black-btn:before,
.th-btn.black-btn:after {
   background-color: transparent;
}
.th-btn.black-btn:hover {
   color: var(--title-color);
}
.th-btn.black-btn:hover:before,
.th-btn.black-btn:hover:after {
   background-color: var(--white-color);
}
.th-btn.black-btn-2 {
   background-color: var(--title-color);
}
.th-btn.black-btn-2:before,
.th-btn.black-btn-2:after {
   background-color: transparent;
}
.th-btn.black-btn-2:hover {
   color: var(--white-color);
}
.th-btn.black-btn-2:hover:before,
.th-btn.black-btn-2:hover:after {
   background-color: var(--theme-color);
}
.th-btn.gold-btn {
   background-color: var(--theme-color);
}
.th-btn.gold-btn-2 {
   background-color: var(--theme-color);
}
.th-btn.gold-btn-2:hover {
   color: var(--title-color);
}
.th-btn.gold-btn-2:hover:before,
.th-btn.gold-btn-2:hover:after {
   background-color: var(--white-color);
}
.th-btn.blue-btn {
   background-color: var(--theme-color);
}
.th-btn.blue-btn:hover {
   color: var(--title-color);
   background-color: var(--white-color);
}
.th-btn.blue-btn:hover:before,
.th-btn.blue-btn:hover:after {
   background-color: var(--white-color);
}
.th-btn.blue-btn3 {
   background-color: var(--theme-color);
}
.th-btn.blue-btn3:hover {
   color: var(--white-color);
}
.th-btn.blue-btn3:hover:before,
.th-btn.blue-btn3:hover:after {
   background-color: var(--title-color);
}
.th-btn.gold-border-btn {
   background-color: transparent;
   border: 1px solid #d4d4d4;
   color: var(--body-color);
   padding: 10px 30px;
}
.th-btn.gold-border-btn:hover {
   color: var(--white-color);
   border: 1px solid var(--theme-color-2);
}
.th-btn.gold-border-btn:hover:before,
.th-btn.gold-border-btn:hover:after {
   background-color: var(--theme-color-2);
}
.th-btn.blue-border-btn {
   background-color: transparent;
   border: 1px solid var(--body-color);
   color: var(--white-color);
   padding: 10px 30px;
}
.th-btn.blue-border-btn:hover {
   color: var(--white-color);
   border: 1px solid var(--theme-color);
}
.th-btn.blue-border-btn:hover:before,
.th-btn.blue-border-btn:hover:after {
   background-color: var(--theme-color);
}
.th-btn.black-border {
   background-color: transparent;
   border: 1px solid #e0e0e0;
   color: var(--title-color);
   padding: 10px 30px;
   font-weight: 600;
}
.th-btn.black-border:hover {
   color: var(--white-color);
}
.th-btn.black-border:hover:before,
.th-btn.black-border:hover:after {
   background-color: var(--theme-color);
}
.th-btn.style5 {
   padding: 10px 14px;
}
.th-btn.style6 {
   padding: 15px 30px;
}
.th-btn.style7 {
   padding: 13px 30px;
}
.th-btn.style8 {
   padding: 10px 21px;
}
@media (max-width: 767px) {
   .th-btn.style8 {
      padding: 10px 14px;
   }
}
.th-btn.btn-fw {
   width: 100%;
}
.icon-btn {
   display: inline-block;
   width: var(--btn-size, 46px);
   height: var(--btn-size, 46px);
   line-height: var(--btn-size, 46px);
   font-size: var(--btn-font-size, 14px);
   background-color: var(--smoke-color);
   color: var(--title-color);
   text-align: center;
   border-radius: 50%;
   border: 1px solid var(--smoke-color);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.icon-btn:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
   border-color: var(--white-color);
}
.icon-btn.fs-6 {
   font-size: 1.5rem !important;
}
.play-btn {
   display: inline-block;
   position: relative;
   z-index: 1;
}
.play-btn.border-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: transparent;
   border: 1px solid var(--white-color);
   color: var(--white-color);
   font-size: var(--icon-font-size, 16px);
   border-radius: 50%;
   font-weight: 300;
   z-index: 1;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.play-btn.border-play-btn:after,
.play-btn.border-play-btn:before {
   display: none;
}
.play-btn.border-play-btn:hover i {
   background-color: var(--white-color);
   color: var(--title-color);
}
.play-btn > i {
   display: inline-block;
   width: var(--icon-size, 60px);
   height: var(--icon-size, 60px);
   line-height: var(--icon-size, 60px);
   text-align: center;
   background-color: var(--white-color);
   color: var(--theme-color);
   font-size: var(--icon-font-size, 1.1em);
   border-radius: 50%;
   z-index: 1;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.play-btn > i.fa-play {
   padding-right: 0.18em;
}
.play-btn:after,
.play-btn:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background-color: var(--white-color);
   z-index: -1;
   border-radius: 50%;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.play-btn:after {
   -webkit-animation-delay: 2s;
   animation-delay: 2s;
}
.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.play-btn.style2:before,
.play-btn.style2:after {
   background-color: transparent;
   border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
   background-color: var(--theme-color);
   color: var(--white-color);
   font-size: 20px;
}
.play-btn.style3:before,
.play-btn.style3:after {
   background-color: var(--white-color);
}
.play-btn.style3:hover > i {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.link-btn {
   font-weight: 600;
   font-size: 14px;
   display: inline-block;
   line-height: 0.8;
   position: relative;
   padding-bottom: 2px;
   margin-bottom: -2px;
   text-transform: uppercase;
   color: var(--theme-color);
}
.link-btn i {
   margin-left: 5px;
   font-size: 0.9rem;
}
.link-btn:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0;
   height: 2px;
   background-color: var(--theme-color);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.link-btn:hover {
   color: var(--theme-color);
}
.link-btn:hover::before {
   width: 100%;
}
.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(--theme-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(--theme-color);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.line-btn:hover {
   color: var(--title-color);
}
.line-btn:hover::before {
   background-color: var(--title-color);
   width: 45px;
}
.scroll-btn {
   position: fixed;
   bottom: 100px;
   right: 50px;
   z-index: 94;
   opacity: 0;
   visibility: hidden;
   display: inline-block;
   border-radius: 50%;
   width: var(--btn-size, 55px);
   height: var(--btn-size, 55px);
   line-height: var(--btn-size, 55px);
   background-color: var(--theme-color);
   border: 8px solid var(--title-color);
   -webkit-transition: all ease 0.8s;
   transition: all ease 0.8s;
}
.scroll-btn.style2 {
   background-color: var(--theme-color);
}
.scroll-btn i {
   display: block;
   color: var(--white-color);
   text-align: center;
   font-size: 16px;
   z-index: 2;
   position: relative;
   -webkit-animation: top 2s ease-out infinite;
   animation: top 2s ease-out infinite;
}
.scroll-btn:focus,
.scroll-btn:hover {
   background-color: var(--title-color);
   color: var(--white-color);
}
.scroll-btn.show {
   bottom: 20px;
   opacity: 1;
   visibility: visible;
}
.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.style2:after {
   color: var(--theme-color-2);
   border-color: var(--theme-color-2);
}
.scroll-top.style2 svg {
   color: var(--theme-color-2);
   background: var(--white-color);
}
.scroll-top.style2 .progress-circle path {
   stroke: var(--theme-color-2);
}
.scroll-top.style3:after {
   color: var(--theme-color);
   border-color: var(--theme-color);
}
.scroll-top.style3 svg {
   color: var(--theme-color);
   background: var(--white-color);
}
.scroll-top.style3 .progress-circle path {
   stroke: var(--theme-color);
}
.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);
}
@media (max-width: 767px) {
   .play-btn {
      --icon-size: 60px;
   }
}
.sec-title {
   margin-bottom: calc(var(--section-title-space) - 12px);
   margin-top: -0.23em;
}
.sub-title {
   position: relative;
   font-family: var(--style-font);
   color: var(--theme-color);
   font-weight: 600;
   font-size: 18px;
   letter-spacing: 1px;
   display: inline-block;
   text-transform: capitalize;
   margin-bottom: 15px;
}
@media (max-width: 575px) {
   .sub-title {
      letter-spacing: 0.1em;
   }
}
.sub-title.sub-title2 {
   color: var(--theme-color);
}
.sub-title.sub-title2::before {
   background-color: var(--theme-color);
   margin-left: -6.6rem;
}
@media (max-width: 767px) {
   .sub-title.sub-title2::before {
      background-color: var(--theme-color);
      margin-left: -6.6rem;
   }
}
@media (max-width: 767px) and (max-width: 575px) {
   .sub-title.sub-title2::before {
      margin-left: -5rem;
   }
}
.sub-title.sub-title2::after {
   background-color: var(--theme-color);
   margin-left: 1.4rem;
}
.sub-title.sub-title3 {
   color: var(--theme-color);
}
.sub-title.sub-title3::before {
   background-color: var(--theme-color);
   margin-left: -6.6rem;
}
@media (max-width: 767px) {
   .sub-title.sub-title3::before {
      background-color: var(--theme-color);
      margin-left: -6.6rem;
   }
}
@media (max-width: 767px) and (max-width: 575px) {
   .sub-title.sub-title3::before {
      margin-left: -5rem;
   }
}
.sub-title.sub-title3::after {
   background-color: var(--theme-color);
   margin-left: 1.4rem;
}
.sub-title.style1::before {
   display: none;
   margin-left: -6.6rem;
}
@media (max-width: 575px) {
   .sub-title.style1::before {
      margin-left: -4.5rem;
   }
}
@media (max-width: 767px) {
   .sub-title.style1::before {
      display: block;
      background-color: var(--theme-color);
   }
}
@media (max-width: 375px) {
   .sub-title.style1::before {
      display: none;
   }
}
.sub-title.style2 {
   color: var(--theme-color);
}
.sub-title.style2::before {
   background-color: transparent;
   margin-left: -6.6rem;
}
@media (max-width: 575px) {
   .sub-title.style2::before {
      margin-left: -4.5rem;
   }
}
@media (max-width: 767px) {
   .sub-title.style2::before {
      background-color: var(--theme-color);
   }
}
.sub-title.style2::after {
   background-color: var(--theme-color);
   margin-left: 1.4rem;
}
.sub-title.style3 {
   color: var(--theme-color);
}
.sub-title.style3::before,
.sub-title.style3::after {
   height: 1px;
   width: 60px;
}
.sub-title.style3::before {
   background-color: transparent;
   margin-left: -6.6rem;
}
@media (max-width: 575px) {
   .sub-title.style3::before {
      margin-left: -4.5rem;
   }
}
@media (max-width: 767px) {
   .sub-title.style3::before {
      background-color: var(--theme-color);
   }
}
.sub-title.style3::after {
   background-color: var(--theme-color);
   margin-left: 1.4rem;
}
@media (max-width: 575px) {
   .sub-title {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px;
   }
}
.sub-title::before,
.sub-title:after {
   content: "";
   position: absolute;
   top: 50%;
   height: 2px;
   width: 80px;
}
@media (max-width: 575px) {
   .sub-title::before,
   .sub-title:after {
      width: 50px;
   }
}
@media (max-width: 450px) {
   .sub-title::before,
   .sub-title:after {
      display: none;
   }
}
.sub-title::before {
   background-color: var(--theme-color);
   margin-left: -6.6rem;
}
@media (max-width: 767px) {
   .sub-title::before {
      background-color: var(--theme-color);
      margin-left: -6.6rem;
   }
}
@media (max-width: 767px) and (max-width: 575px) {
   .sub-title::before {
      margin-left: -5rem;
   }
}
.sub-title::after {
   background-color: var(--theme-color);
   margin-left: 1.4rem;
}
.sub-title.line-border {
   letter-spacing: 0;
}
.sub-title.line-border:before,
.sub-title.line-border:after {
   display: none;
}
.box-title {
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
   margin-top: -0.34em;
}
.box-title a {
   color: inherit;
}
.box-title a:hover {
   color: var(--theme-color);
}
.sec-text {
   max-width: 720px;
}
.title-area {
   margin-bottom: calc(var(--section-title-space) - 12px);
   position: relative;
   z-index: 2;
}
@media (max-width: 767px) {
   .title-area {
      text-align: center;
   }
}
.title-area .sec-title {
   text-transform: capitalize;
   margin-bottom: 15px;
}
.title-area .th-btn {
   margin-top: 20px;
   margin-bottom: 10px;
}
@media (max-width: 767px) {
   .sec-desc {
      text-align: center;
   }
}
hr.title-line {
   margin-top: 0;
   background-color: var(--border-color);
   opacity: 1;
}
.sec-btn,
.title-line {
   margin-bottom: var(--section-title-space);
}
@media (max-width: 991px) {
   .sec-btn,
   .title-line {
      text-align: center;
   }
}
@media (max-width: 1199px) {
   .sub-title {
      margin-bottom: 20px;
   }
   .shadow-title {
      font-size: 120px;
      margin-bottom: -82px;
   }
   .title-area,
   .sec-title {
      --section-title-space: 60px;
   }
   .title-area.mb-45,
   .sec-title.mb-45 {
      margin-bottom: 36px;
   }
   .title-area.mb-50,
   .sec-title.mb-50 {
      margin-bottom: 40px;
   }
   .sec-btn,
   .title-line {
      --section-title-space: 55px;
   }
}
@media (max-width: 991px) {
   .shadow-title {
      font-size: 100px;
   }
   .title-area,
   .sec-title {
      --section-title-space: 50px;
   }
   .title-area.mb-45,
   .sec-title.mb-45 {
      margin-bottom: 35px;
   }
   .sec-btn,
   .title-line {
      --section-title-space: 50px;
   }
}
@media (max-width: 575px) {
   .sub-title {
      font-size: 22px;
      margin-bottom: 22px;
   }
   .sub-title img {
      max-width: 60px;
   }
}
.shape-mockup-wrap {
   z-index: 2;
   position: relative;
}
.shape-mockup {
   position: absolute;
   z-index: -1;
}
.shape-mockup.z-index-3 {
   z-index: 3;
}
@media (max-width: 1899px) {
   .shape-mockup.blog-shape {
      display: none !important;
   }
}
.z-index-step1 {
   position: relative;
   z-index: 4 !important;
}
.z-index-common {
   position: relative;
   z-index: 3;
}
.z-index-3 {
   z-index: 3;
}
.z-index-n1 {
   z-index: -1;
}
.media-body {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.badge {
   position: absolute;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   display: inline-block;
   text-align: center;
   background-color: var(--theme-color);
   color: var(--white-color);
   padding: 0.25em 0.45em;
   font-size: 0.7em;
   border-radius: 50%;
   top: 0px;
   right: -3px;
   font-weight: 400;
   -webkit-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.badge:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.badge.style2 {
   background-color: var(--theme-color);
}
.badge.style2:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.badge.style3 {
   background-color: var(--theme-color);
}
.badge.style3:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.th-social a {
   display: inline-block;
   width: var(--icon-size, 50px);
   height: var(--icon-size, 50px);
   line-height: var(--icon-size, 50px);
   background-color: var(--white-color);
   color: var(--body-color);
   font-size: 16px;
   text-align: center;
   margin-right: 5px;
   border-radius: 50%;
}
.th-social a:last-child {
   margin-right: 0;
}
.th-social a:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.th-social.style2 a {
   --icon-size: 40px;
   font-size: 14px;
   background-color: transparent;
   color: var(--white-color);
   border: 1px solid;
}
.th-social.style2 a:hover {
   border-color: var(--theme-color);
   color: var(--white-color);
   background-color: var(--theme-color);
}
.th-social.color-theme a {
   color: var(--body-color);
   border-color: var(--theme-color);
}
.slider-shadow .slick-list {
   padding-top: 30px;
   padding-bottom: 30px;
   margin-bottom: -30px;
   margin-top: -30px;
}
.btn-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}
.btn-group:has(.hero-btn) {
   gap: 30px;
}
.btn-group.about-btn {
   gap: 30px;
}
.btn-group.style2 {
   gap: 20px 70px;
}
@media (max-width: 767px) {
   .btn-group.style2 {
      gap: 20px 30px;
      display: block;
      margin: 0 auto;
      text-align: center;
   }
}
.hero-btn {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}
.hero-btn .btn-title {
   font-size: 16px;
   color: var(--white-color);
   font-weight: 400;
}
.hero-btn .btn-title:hover {
   color: var(--theme-color);
}
.font-icon {
   font-family: var(--icon-font);
}
.font-title {
   font-family: var(--title-font);
}
.font-body {
   font-family: var(--body-font);
}
.font-style {
   font-family: var(--style-font);
}
.fw-extralight {
   font-weight: 100;
}
.fw-light {
   font-weight: 300;
}
.fw-normal {
   font-weight: 400;
}
.fw-medium {
   font-weight: 500;
}
.fw-semibold {
   font-weight: 600;
}
.fw-bold {
   font-weight: 700;
}
.fw-extrabold {
   font-weight: 800;
}
.fs-md {
   font-size: 16px;
}
.fs-xs {
   font-size: 14px;
}
.bg-theme {
   background-color: var(--theme-color) !important;
}
.bg-theme2 {
   background-color: var(--theme-color-2) !important;
}
.bg-smoke {
   background-color: var(--smoke-color) !important;
}
.bg-smoke2 {
   background-color: var(--smoke-color2) !important;
}
.bg-white {
   background-color: var(--white-color) !important;
}
.bg-black {
   background-color: var(--black-color) !important;
}
.bg-black-2 {
   background-color: var(--black-color-2) !important;
}
.bg-dark {
   background-color: var(--dark-color) !important;
}
.bg-title {
   background-color: var(--title-color) !important;
}
.background-image,
[data-bg-src] {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
.bg-fluid {
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center center;
}
.bg-auto {
   background-size: auto auto;
}
.bg-top-center {
   background-size: auto;
   background-position: top center;
}
.bg-repeat {
   background-size: auto;
   background-repeat: repeat;
}
.text-theme {
   color: var(--theme-color-2) !important;
}
.text-theme2 {
   color: var(--theme-color-2) !important;
}
.text-title {
   color: var(--title-color) !important;
}
.text-body {
   color: var(--body-color) !important;
}
.text-white {
   color: var(--white-color) !important;
}
.text-light {
   color: var(--light-color) !important;
}
.text-yellow {
   color: var(--yellow-color) !important;
}
.text-success {
   color: var(--success-color) !important;
}
.text-error {
   color: var(--error-color) !important;
}
.text-inherit {
   color: inherit;
}
.text-inherit:hover {
   color: var(--theme-color);
}
a.text-theme:hover,
.text-reset:hover {
   text-decoration: underline;
}
.overlay {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
.position-center {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
[data-overlay] {
   position: relative;
   z-index: 2;
}
[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
   z-index: 1;
}
[data-overlay]:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
}
[data-overlay="theme"]:before {
   background-color: var(--theme-color);
}
[data-overlay="theme2"]:before {
   background-color: var(--theme-color-2);
}
[data-overlay="title"]:before {
   background-color: var(--title-color);
}
[data-overlay="white"]:before {
   background-color: var(--white-color);
}
[data-overlay="black"]:before {
   background-color: var(--black-color);
}
[data-overlay="overlay1"]:before {
   background-color: #131b23;
}
[data-opacity="1"]:before {
   opacity: 0.1;
}
[data-opacity="2"]:before {
   opacity: 0.2;
}
[data-opacity="3"]:before {
   opacity: 0.3;
}
[data-opacity="4"]:before {
   opacity: 0.4;
}
[data-opacity="5"]:before {
   opacity: 0.5;
}
[data-opacity="6"]:before {
   opacity: 0.6;
}
[data-opacity="7"]:before {
   opacity: 0.7;
}
[data-opacity="8"]:before {
   opacity: 0.8;
}
[data-opacity="9"]:before {
   opacity: 0.9;
}
[data-opacity="10"]:before {
   opacity: 1;
}
.ripple-animation,
.play-btn:after,
.play-btn:before {
   -webkit-animation-duration: var(--ripple-ani-duration);
   animation-duration: var(--ripple-ani-duration);
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-name: ripple;
   animation-name: ripple;
}
@-webkit-keyframes ripple {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
   }
   30% {
      opacity: 0.4;
   }
   100% {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      opacity: 0;
   }
}
@keyframes ripple {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
   }
   30% {
      opacity: 0.4;
   }
   100% {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      opacity: 0;
   }
}
@-webkit-keyframes headerSticky {
   0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}
@keyframes headerSticky {
   0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}
.movingX {
   -webkit-animation: movingX 8s linear infinite;
   animation: movingX 8s linear infinite;
}
@-webkit-keyframes movingX {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
   50% {
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
   }
   100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}
@keyframes movingX {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
   50% {
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
   }
   100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}
.movingX-reverse {
   -webkit-animation: movingX-reverse 8s linear infinite;
   animation: movingX-reverse 8s linear infinite;
}
@-webkit-keyframes movingX-reverse {
   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-reverse {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
   50% {
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
   }
   100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}
.moving {
   -webkit-animation: moving 8s linear infinite;
   animation: moving 8s linear infinite;
}
@-webkit-keyframes moving {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
   40% {
      -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);
   }
   40% {
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
   }
   100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}
.jump {
   -webkit-animation: jumpAni 7s linear infinite;
   animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}
@keyframes jumpAni {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}
.jump-reverse {
   -webkit-animation: jumpReverseAni 7s linear infinite;
   animation: jumpReverseAni 7s linear infinite;
}
@-webkit-keyframes jumpReverseAni {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   50% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}
@keyframes jumpReverseAni {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   50% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}
.spin {
   -webkit-animation: spin 15s linear infinite;
   animation: spin 15s linear infinite;
}
@-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
   }
   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@keyframes spin {
   0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
   }
   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
.sectionShape {
   -webkit-animation: sectionShape 8s linear infinite;
   animation: sectionShape 8s linear infinite;
}
@-webkit-keyframes sectionShape {
   0% {
      left: -50%;
   }
   100% {
      left: 100%;
   }
}
@keyframes sectionShape {
   0% {
      left: -50%;
   }
   100% {
      left: 100%;
   }
}
@-webkit-keyframes animatedgradient {
   0% {
      background-position: 0% 50%;
   }
   50% {
      background-position: 100% 50%;
   }
   100% {
      background-position: 0% 50%;
   }
}
@keyframes animatedgradient {
   0% {
      background-position: 0% 50%;
   }
   50% {
      background-position: 100% 50%;
   }
   100% {
      background-position: 0% 50%;
   }
}
@-webkit-keyframes zoom1 {
   0% {
      scale: 0.2;
   }
   50% {
      scale: 1;
   }
   100% {
      scale: 0.2;
   }
}
@keyframes zoom1 {
   0% {
      scale: 0.2;
   }
   50% {
      scale: 1;
   }
   100% {
      scale: 0.2;
   }
}
@-webkit-keyframes fadeLeftRight {
   0%,
   100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
   }
   50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
   }
}
@keyframes fadeLeftRight {
   0%,
   100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
   }
   50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
   }
}
@-webkit-keyframes animate-positive {
   0% {
      width: 0;
   }
}
@keyframes animate-positive {
   0% {
      width: 0;
   }
}
.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);
   }
}
@-webkit-keyframes bounceSlide {
   0%,
   20%,
   50%,
   80%,
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
   }
   60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
   }
}
@keyframes bounceSlide {
   0%,
   20%,
   50%,
   80%,
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
   }
   60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
   }
}
.bounce-slide {
   -webkit-animation-duration: 2.5s;
   animation-duration: 2.5s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-name: bounceSlide;
   animation-name: bounceSlide;
}
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
   list-style: none;
   padding: 0;
   margin: 0 0 0 0;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul {
   margin: 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
   display: block;
   border: none;
   margin: 0;
   padding: 16px 25px;
   font-weight: 400;
   font-size: 16px;
   line-height: 21px;
   color: var(--body-color);
   font-family: var(--body-font);
   background-color: var(--white-color);
   display: block;
   border: none;
   border-radius: 10px;
   margin-top: 10px;
   position: relative;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.widget_nav_menu a:hover ~ i,
.widget_meta a:hover ~ i,
.widget_pages a:hover ~ i,
.widget_archive a:hover ~ i,
.widget_categories a:hover ~ i {
   color: var(--white-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
   display: block;
   position: relative;
}
.widget_nav_menu li i,
.widget_meta li i,
.widget_pages li i,
.widget_archive li i,
.widget_categories li i {
   font-size: 16px;
   position: absolute;
   right: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.widget_nav_menu li:hover i,
.widget_meta li:hover i,
.widget_pages li:hover i,
.widget_archive li:hover i,
.widget_categories li:hover i {
   color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
   margin-left: 10px;
}
.widget_categories ul li {
   display: block;
   position: relative;
}
.widget_categories ul li a {
   position: relative;
   font-weight: 400;
   font-size: 16px;
   line-height: 21px;
   color: var(--body-color);
   padding: 16px 25px;
   font-family: var(--body-font);
   background-color: var(--white-color);
   display: block;
   border: none;
   border-radius: 10px;
   margin: 0;
   margin-bottom: 10px;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.widget_categories ul li a:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.widget_categories ul li a:hover ~ i {
   color: var(--white-color);
}
.widget_categories ul li i {
   font-size: 16px;
   position: absolute;
   right: 25px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
   padding-right: 20px;
}
.widget_nav_menu .sub-menu {
   margin-left: 10px;
}
.footer-widget.widget_nav_menu ul {
   margin: -17px 0 0px 0;
}
.wp-block-archives {
   list-style: none;
   margin: 0;
   padding: 0;
   margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
   color: inherit;
}
.th-blog ul.wp-block-archives li {
   margin: 5px 0;
}
.th-pagination {
   margin-top: 30px;
}
.widget {
   padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
   background-color: var(--smoke-color);
   margin-bottom: 40px;
   position: relative;
   border-radius: 20px;
}
.widget.widget-author {
   margin-right: 16px;
   padding: 0;
   border-radius: 20px;
   margin-right: 0;
}
.widget.no-banner-widget {
   padding: 0;
}
.widget[data-overlay]:before {
   z-index: -1;
}
.widget .th-social a {
   box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.widget .search-form input {
   border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_title {
   position: relative;
   font-size: 22px;
   font-weight: 600;
   font-family: var(--title-font);
   line-height: 1em;
   margin: -0.11em 0 30px 0;
   padding-bottom: 15px;
   overflow: hidden;
}
.widget_title:before,
.widget_title:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   margin: 0;
   background-color: var(--gray-color);
}
.widget_title:after {
   -webkit-animation: sectionShape 8s linear infinite;
   animation: sectionShape 8s linear infinite;
   -webkit-animation-delay: 0s;
   animation-delay: 0s;
   background-color: var(--theme-color);
   z-index: 9;
   width: 79px;
   height: 2px;
}
.widget_title {
   position: relative;
   font-size: 24px;
   font-weight: 600;
   font-family: var(--title-font);
   line-height: 1em;
   margin: -0.12em 0 28px 0;
   padding-bottom: 16px;
}
.widget_title.style2 .shape:before {
   background-color: var(--theme-color-2);
}
.widget_title.style3 .shape:before {
   background-color: var(--theme-color);
}
.widget_title .shape {
   position: absolute;
   left: 0;
   bottom: -10px;
   width: 100%;
   height: 2px;
   overflow: hidden;
}
.widget_title .shape:after,
.widget_title .shape:before {
   content: "";
   position: absolute;
   left: 0;
   top: 50%;
   width: 100%;
   height: auto;
   margin-top: -3px;
   overflow: hidden;
}
.widget_title .shape:before {
   -webkit-animation: sectionShape 8s linear infinite;
   animation: sectionShape 8s linear infinite;
   -webkit-animation-delay: 0s;
   animation-delay: 0s;
   background-color: var(--theme-color);
   z-index: 9;
   width: 79px;
   height: 4px;
   border-radius: 30px;
}
.widget_title .shape:after {
   width: 100%;
   height: 2px;
   margin: 0;
   margin-top: -1px;
   background-color: var(--gray-color);
   left: 0;
}
.widget .search-form {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
.widget .search-form input {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.widget .search-form button {
   position: absolute;
   right: 20px;
   top: 10px;
   border: none;
   font-size: 16px;
   background-color: transparent;
   color: var(--theme-color);
   display: inline-block;
   padding: 0;
}
.widget .search-form button:hover {
   color: var(--title-color);
}
.wp-block-tag-cloud.style2 a,
.tagcloud.style2 a {
   background-color: transparent;
   padding: 8px 20px;
}
.wp-block-tag-cloud a,
.tagcloud a {
   display: inline-block;
   border: 1px solid var(--gray-color);
   font-size: 14px;
   font-weight: 500;
   font-family: var(--body-font);
   text-transform: capitalize;
   line-height: 1;
   padding: 8px 11px;
   margin-right: 5px;
   margin-bottom: 10px;
   color: var(--body-color);
   background-color: var(--white-color);
   border-radius: 10px;
}
.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;
}
.widget_recent_comments ul,
.wp-block-latest-comments ul {
   list-style-type: none;
   padding-left: 0;
   margin-bottom: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
   margin-bottom: 0;
   color: var(--body-color);
   padding-left: 30px;
   position: relative;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
   padding-bottom: 12px;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
   content: "\f086";
   position: absolute;
   left: 0;
   top: -1px;
   color: var(--theme-color);
   font-family: var(--icon-font);
}
.widget_recent_comments li a,
.wp-block-latest-comments li a {
   color: inherit;
}
.widget_recent_comments li a:hover,
.wp-block-latest-comments li a:hover {
   color: var(--theme-color);
}
.widget_recent_entries ul {
   margin: -0.3em 0 0 0;
   padding: 0;
   list-style: none;
}
.widget_recent_entries ul li > a {
   color: var(--body-color);
   font-weight: 500;
   display: inline-block;
}
.widget_rss ul,
.wp-block-rss ul {
   margin: -0.2em 0 -0.5em 0;
   padding: 0;
   list-style: none;
   color: var(--title-color);
   font-family: var(--theme-font);
   font-size: 18px;
   display: block;
}
.widget_rss ul li:not(:last-child),
.wp-block-rss ul li:not(:last-child) {
   margin-bottom: 16px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   padding-bottom: 16px;
}
.widget_rss ul a,
.wp-block-rss ul a {
   display: block;
   font-weight: 600;
   color: inherit;
   margin-bottom: 10px;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
   color: var(--theme-color);
}
.widget_rss ul cite,
.wp-block-rss ul cite {
   font-weight: 500;
   color: var(--title-color);
   font-family: var(--body-font);
   font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
   content: "";
   position: relative;
   top: -1px;
   left: 0;
   width: 20px;
   height: 2px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 8px;
   background-color: var(--theme-color);
}
.widget_rss .rss-date,
.wp-block-rss .rss-date {
   font-size: 14px;
   display: inline-block;
   margin-bottom: 5px;
   font-weight: 400;
   color: var(--title-color);
}
.widget_rss .rss-date:before,
.wp-block-rss .rss-date:before {
   content: "\f073";
   font-family: var(--icon-font);
   margin-right: 10px;
   font-weight: 300;
   color: var(--theme-color);
}
.widget_rss .rssSummary,
.wp-block-rss .rssSummary {
   font-size: 14px;
   margin-bottom: 7px;
   line-height: 1.5;
   color: var(--body-color);
}
.price_slider_wrapper .button {
   position: relative;
   background-color: transparent;
   color: var(--theme-color);
   font-weight: 600;
   line-height: 1.6;
   text-transform: uppercase;
   text-align: center;
   border: none;
   display: inline-block;
   overflow: hidden;
   position: relative;
   z-index: 2;
   padding: 0;
   font-size: 14px;
   -webkit-transition: 0.4s ease-in;
   transition: 0.4s ease-in;
}
.price_slider_wrapper .button:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   min-width: 43px;
   height: 2px;
   background-color: var(--theme-color);
}
.wp-block-tag-cloud a,
.tagcloud a {
   display: inline-block;
   font-size: 14px;
   font-weight: 600;
   line-height: 1;
   padding: 10.5px 15px;
   margin-right: 5px;
   margin-bottom: 10px;
   color: var(--body-color);
   background-color: var(--white-color);
   border-radius: 0;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
   background-color: var(--theme-color);
   color: var(--title-color) !important;
}
.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.style2 .post-title .text-inherit:hover {
   color: var(--theme-color-2);
}
.recent-post.style2 .recent-post-meta a i {
   color: var(--theme-color-2);
}
.recent-post.style2 .recent-post-meta a:hover {
   color: var(--theme-color-2);
}
.recent-post.style3 .post-title .text-inherit:hover {
   color: var(--theme-color);
}
.recent-post.style3 .recent-post-meta a i {
   color: var(--theme-color);
}
.recent-post.style3 .recent-post-meta a:hover {
   color: var(--theme-color);
}
.recent-post:last-child {
   margin-bottom: 0;
}
.recent-post .media-img {
   margin-right: 15px;
   width: 74px;
   border-radius: 10px;
   overflow: hidden;
}
.recent-post .media-img img {
   width: 100%;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.recent-post .post-title {
   max-width: 193px;
   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;
   font-weight: 500;
   color: var(--body-color);
}
.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);
}
.recent-post:hover .media-img img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.page-single {
   position: relative;
   background-color: var(--white-color);
   box-shadow: 0px 6px 50px rgba(229, 229, 229, 0.6);
   border-radius: 20px;
   padding: 40px;
   overflow: hidden;
}
@media (max-width: 767px) {
   .page-single {
      padding: 20px;
   }
}
.th-dance.page-single {
   margin-bottom: 0;
}
.sidebar-area {
   margin-bottom: -10px;
}
.sidebar-area ul.wp-block-latest-posts {
   margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
   margin-bottom: 0;
}
.sidebar-area select,
.sidebar-area input {
   background-color: var(--white-color);
   border: 1px solid var(--gray-color);
   border-radius: 10px;
}
.sidebar-area .widget .wp-block-search {
   margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
   font-size: 20px;
   line-height: 1em;
   margin-bottom: 20px;
   margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
   padding: 0;
   margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
   position: relative;
   line-height: 1.5;
   margin: 0 0 20px 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   padding-bottom: 20px;
   padding-left: 30px;
}
.sidebar-area ol.wp-block-latest-comments li:before {
   content: "\f086";
   position: absolute;
   left: 0;
   top: -1px;
   color: var(--theme-color);
   font-family: var(--icon-font);
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
   border-bottom: none;
}
.wp-block-latest-comments__comment a {
   color: var(--body-color);
   font-size: 14px;
}
.wp-block-latest-comments__comment a:hover {
   color: var(--theme-color);
}
.recent-title {
   position: relative;
}
.recent-title::before {
   content: "";
   position: absolute;
   left: 0;
   bottom: -10px;
   min-width: 100px;
   min-height: 4px;
   background-color: var(--theme-color);
}
.related-btn {
   margin-bottom: 50px;
}
.blog-slide-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-right: 30px !important;
   border-top: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
   padding: 30px 0;
   margin: 30px 0;
}
.blog-slide-wrapp .blog-post {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 30px;
}
@media (max-width: 1199px) {
   .blog-slide-wrapp .blog-post {
      gap: 15px;
   }
}
.blog-slide-wrapp .blog-post img {
   min-width: 80px;
   height: 80px;
   border-radius: 14px;
   object-fit: cover;
}
@media (max-width: 1199px) {
   .blog-slide-wrapp .blog-post img {
      min-width: 40px;
      height: 40px;
      border-radius: 5px;
   }
}
.blog-slide-wrapp .blog-post .title {
   font-family: var(--body-font);
   color: var(--title-color);
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   text-transform: capitalize;
}
@media (max-width: 1199px) {
   .blog-slide-wrapp .blog-post .title {
      font-size: 14px;
   }
}
@media (max-width: 575px) {
   .blog-slide-wrapp .blog-post .title {
      display: none;
   }
}
.author-widget-wrap {
   text-align: center;
}
.author-widget-wrap.style2 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 40px;
   margin-bottom: 50px;
}
@media (max-width: 1199px) {
   .author-widget-wrap.style2 {
      display: block;
   }
}
.author-widget-wrap.style3 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 40px;
   margin-bottom: 50px;
}
@media (max-width: 1199px) {
   .author-widget-wrap.style3 {
      display: block;
   }
}
.author-widget-wrap.style3 .avater {
   margin: 0;
}
.author-widget-wrap .avater {
   min-width: 290px;
   border-radius: 20px 0px 0px 20px;
   margin: 15px;
}
@media (max-width: 1199px) {
   .author-widget-wrap .avater {
      min-width: 100%;
   }
}
.author-widget-wrap .avater img {
   border-radius: 20px 0px 0px 20px;
   width: 100%;
}
@media (max-width: 1199px) {
   .author-widget-wrap .avater img {
      width: 100%;
      border-radius: 20px 20px 0px 0px;
   }
}
.author-widget-wrap .name {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   color: var(--title-color);
   margin-bottom: 9px;
}
.author-widget-wrap .name a {
   color: inherit;
}
.author-widget-wrap .name a:hover {
   color: var(--theme-color);
}
.author-widget-wrap .author-info {
   text-align: left;
   padding-right: 20px;
}
@media (max-width: 1199px) {
   .author-widget-wrap .author-info {
      padding: 20px;
   }
}
.author-widget-wrap .author-bio {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--body-color);
   margin-bottom: 20px;
}
.author-widget-wrap .author-social {
   display: block;
}
.author-widget-wrap .author-social a {
   font-size: 16px;
   color: var(--body-color);
   position: relative;
   border-right: 1px solid var(--gray-color);
   padding: 6px 15px 6px 0;
   margin-right: 12px;
}
.author-widget-wrap .author-social a:last-child {
   padding: 6px 0 6px 0;
   margin-right: 0;
   border-right: none;
}
.author-widget-wrap .author-social a:hover {
   color: var(--theme-color);
}
.download-widget-wrap .th-btn {
   width: 100%;
}
.download-widget-wrap .th-btn:first-child {
   margin-bottom: 10px;
}
.download-widget-wrap .th-btn.style2 {
   color: var(--body-color);
}
.download-widget-wrap .th-btn.style2:before,
.download-widget-wrap .th-btn.style2:after {
   background-color: var(--theme-color);
}
.download-widget-wrap .th-btn.style2:hover {
   color: var(--white-color);
   border-color: var(--theme-color);
}
.widget_banner {
   background-color: var(--title-color);
   position: relative;
}
.widget_banner .shape1 {
   position: absolute;
   bottom: 0;
   right: 0;
}
.widget_banner .widget_title {
   color: var(--white-color);
}
.widget_banner:has(.widget-map) {
   padding: 0;
   line-height: 0px;
}
.widget-map iframe {
   min-height: 280px;
}
.widget-banner .banner-text {
   margin-bottom: 23px;
   color: var(--white-color);
}
.widget-banner .banner-link {
   display: block;
   font-weight: 500;
   margin-bottom: 5px;
   color: var(--white-color);
}
.widget-banner .banner-link i {
   color: var(--white-color);
   margin-right: 4px;
}
.widget-banner .banner-link:hover {
   color: var(--theme-color);
}
.widget-banner .banner-link:last-child {
   margin-bottom: -0.4em;
}
.widget_info .widget_title {
   margin: 29px 0 10px 0;
}
.widget_info .th-btn {
   width: 100%;
   margin-bottom: 10px;
   display: block;
}
.widget_info .th-video {
   margin-bottom: 20px;
}
.info-list ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
.info-list i {
   color: var(--theme-color);
   width: 16px;
   margin-right: 2px;
   font-size: 16px;
}
.info-list strong {
   font-weight: 500;
   color: var(--title-color);
}
.info-list li {
   border-bottom: 1px dashed #d3dbeb;
   padding: 12px 0;
}
.info-list li:last-child {
   border-bottom: none;
   padding-bottom: 0;
   margin-bottom: -0.45em;
}
.price_slider_wrapper .price_label span {
   display: inline-block;
   color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
   height: 6px;
   position: relative;
   width: 100%;
   background-color: var(--theme-color);
   border: none;
   margin-top: 15px;
   margin-bottom: 25px;
   cursor: pointer;
   border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
   border: none;
   cursor: pointer;
   position: absolute;
   top: 0;
   height: 100%;
   z-index: 1;
   display: block;
   background-color: var(--theme-color);
}
.price_slider_wrapper .ui-slider-handle {
   width: 16px;
   height: 16px;
   line-height: 16px;
   border-radius: 50%;
   text-align: center;
   padding: 0;
   cursor: pointer;
   position: absolute;
   margin-top: -5px;
   z-index: 2;
   background-color: var(--white-color);
   border: 3px solid var(--theme-color);
   -webkit-transform: translateX(-1px);
   -ms-transform: translateX(-1px);
   transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
   outline: none;
   box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
   -webkit-transform: translateX(-9px);
   -ms-transform: translateX(-9px);
   transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
   position: relative;
   background-color: transparent;
   color: var(--theme-color);
   font-weight: 600;
   line-height: 1.6;
   text-transform: uppercase;
   text-align: center;
   border: none;
   display: inline-block;
   overflow: hidden;
   position: relative;
   z-index: 2;
   padding: 0;
   font-size: 14px;
   -webkit-transition: 0.4s ease-in;
   transition: 0.4s ease-in;
}
.price_slider_wrapper button:before,
.price_slider_wrapper .button:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   min-width: 43px;
   height: 2px;
   background-color: var(--theme-color);
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
   background-color: transparent;
}
.price_wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 991px) {
   .widget_offer {
      margin-bottom: 10px;
   }
}
.widget_shopping_cart .widget_title {
   margin-bottom: 30px;
   border-bottom: none;
}
.widget_shopping_cart ul {
   margin: 0;
   padding: 0;
}
.widget_shopping_cart ul li {
   list-style-type: none;
}
.widget_shopping_cart.style2 .cart_list a:not(.remove):hover {
   color: var(--theme-color-2);
}
.widget_shopping_cart.style2 .cart_list a.remove:hover {
   color: var(--theme-color-2);
}
.widget_shopping_cart.style3 .cart_list a:not(.remove):hover {
   color: var(--theme-color);
}
.widget_shopping_cart.style3 .cart_list a.remove:hover {
   color: var(--theme-color);
}
.widget_shopping_cart .mini_cart_item {
   position: relative;
   padding: 30px 30px 30px 90px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   margin-bottom: 0;
   text-align: left;
}
.widget_shopping_cart .cart_list a:not(.remove) {
   display: block;
   color: var(--body-color);
   font-size: 16px;
   font-weight: 500;
   font-family: var(--title-font);
   font-weight: 600;
   color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
   color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
   position: absolute;
   top: 50%;
   left: 95%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
   color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
   width: 75px;
   height: 75px;
   position: absolute;
   left: 0;
   top: 18px;
   border-radius: 5px;
}
.widget_shopping_cart .quantity {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   white-space: nowrap;
   vertical-align: top;
   margin-right: 20px;
   font-size: 14px;
   font-weight: 500;
}
.widget_shopping_cart .total {
   margin-top: 20px;
   font-size: 18px;
   color: var(--title-color);
   font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
   font-family: var(--title-font);
}
.widget_shopping_cart .amount {
   padding-left: 5px;
}
.widget_shopping_cart .th-btn {
   margin-right: 15px;
}
.widget_shopping_cart .th-btn:last-child {
   margin-right: 0;
}
.sidebar-area .widget_shopping_cart .th-btn {
   margin-right: 10px;
   padding: 8px 22px;
   font-size: 14px;
}
@media (min-width: 1200px) {
   .sidebar-shop .widget {
      padding: 30px;
   }
}
@media (min-width: 992px) {
   .sidebar-shop .widget {
      margin-bottom: 24px;
   }
}
@media (max-width: 1199px) {
   .widget {
      --widget-padding-y: 30px;
      --widget-padding-x: 30px;
   }
   .widget_title {
      font-size: 22px;
      margin: -0.12em 0 24px 0;
   }
   .author-widget-wrap .name {
      font-size: 22px;
   }
}
@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: 8px 10px;
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .widget {
      padding: 35px 20px;
   }
}
@media (max-width: 330px) {
   .recent-post .post-title {
      font-size: 16px;
      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 input,
.footer-widget select {
   height: 55px;
   background: var(--white-color);
   border-radius: 10px;
   color: #525960;
   border: 1px solid var(--white-color);
}
.footer-widget input:focus,
.footer-widget select:focus {
   border-color: var(--white-color);
   background-color: var(--white-color);
}
.footer-widget .form-group > i {
   color: var(--theme-color);
   top: 18px;
}
.footer-widget .widget_title {
   max-width: 270px;
   color: var(--white-color);
   border-bottom: none;
   margin: -0.12em 0 32px 0;
   padding-bottom: 25px;
   text-transform: uppercase;
}
.footer-widget .widget_title:after {
   content: "";
   height: 2px;
   width: 79px;
   background: -webkit-linear-gradient(left, #0cebd9 0%, #001d79 100%);
   background: linear-gradient(90deg, #0cebd9 0%, #001d79 100%);
   position: absolute;
   bottom: 0;
   left: 0;
   -webkit-animation: none;
   animation: none;
}
.footer-widget .widget_title:before {
   display: none;
}
.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
   margin-top: -5px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
   margin-bottom: -5px;
}
.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
   font-size: 16px;
   font-weight: 400;
   padding: 0 0 0 20px;
   margin-bottom: 21px;
   font-family: var(--body-font);
   color: var(--gray-color);
   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";
   position: absolute;
   font-weight: 600;
   left: 0;
   top: 2px;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   font-size: 0.9em;
   font-family: "Font Awesome 6 Pro";
   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-2);
}
.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-2);
}
.footer-widget.widget_meta li > span,
.footer-widget.widget_pages li > span,
.footer-widget.widget_archive li > span,
.footer-widget.widget_categories li > span,
.footer-widget.widget_nav_menu li > span {
   width: auto;
   height: auto;
   position: relative;
   background-color: transparent;
   color: var(--body-color);
   line-height: 1;
}
.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
   margin-bottom: 0;
}
.footer-widget .recent-post {
   max-width: 300px;
   margin-top: -0.3em;
   margin-bottom: 28px;
}
.footer-widget .recent-post .post-title {
   color: var(--white-color);
   font-weight: 500;
}
.footer-widget .recent-post .post-title:hover {
   color: var(--theme-color);
}
.footer-widget .recent-post .post-title:hover a {
   color: inherit;
}
.footer-widget .recent-post:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
   border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
   font-weight: 400;
   line-height: 1.2;
}
.footer-widget .recent-post .recent-post-meta a:hover {
   color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
   color: var(--theme-color);
}
.footer-widget.style2 .about-text {
   color: #6a7178;
}
.footer-widget.style2 .office-hour .desc {
   color: #6a7178;
}
.footer-widget.style2 .th-social a {
   color: #6a7178;
}
.footer-widget.style2.widget_meta a,
.footer-widget.style2.widget_pages a,
.footer-widget.style2.widget_archive a,
.footer-widget.style2.widget_categories a,
.footer-widget.style2.widget_nav_menu a {
   color: #6a7178;
}
.footer-widget.style2.widget_meta a:hover,
.footer-widget.style2.widget_pages a:hover,
.footer-widget.style2.widget_archive a:hover,
.footer-widget.style2.widget_categories a:hover,
.footer-widget.style2.widget_nav_menu a:hover {
   color: var(--theme-color);
}
.footer-widget.style2 .info-box_icon {
   background: rgba(255, 255, 255, 0.15);
   border-radius: 6px;
   color: var(--white-color);
}
.footer-widget.style2 .info-box_text {
   color: #6a7178;
}
.footer-widget.style2 .info-box_link {
   color: #6a7178;
}
.footer-widget.style2 .info-box_link:hover {
   color: var(--theme-color);
}
.th-widget-about .about-logo {
   margin-bottom: 33px;
}
.th-widget-about .about-text {
   margin-bottom: 25px;
   margin-top: -0.5em;
   color: var(--gray-color);
}
.footer-text {
   margin-top: -0.46em;
   margin-bottom: 25px;
   color: var(--gray-color);
   text-transform: capitalize;
}
.social-box {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.social-box .social-title {
   font-size: 20px;
   color: var(--white-color);
   font-weight: 600;
   margin-right: 20px;
   margin-bottom: 0;
}
.icon-group a {
   color: var(--white-color);
   font-size: 18px;
   margin-right: 17px;
}
.icon-group a:last-child {
   margin-right: 0;
}
.newsletter-widget {
   max-width: 290px;
}
.newsletter-form {
   position: relative;
   max-width: 465px;
   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;
}
.newsletter-form .form-control {
   background-color: var(--white-color);
   border: 1px solid var(--border-color);
}
.newsletter-form .form-control.style2 {
   background-color: #2c3240;
   border: 1px solid #2c3240;
   border-radius: 10px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.newsletter-form .form-control.style2:hover {
   border: 1px solid var(--theme-color);
   background-color: transparent;
}
.newsletter-form .form-control.style3 {
   background-color: #2c3240;
   border: 1px solid #2c3240;
   border-radius: 10px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.newsletter-form .form-control.style3:hover {
   border: 1px solid var(--theme-color);
   background-color: transparent;
}
.newsletter-form .th-btn {
   min-width: 136px;
   padding: 15px 30px;
}
@media (max-width: 375px) {
   .newsletter-form .th-btn {
      width: 100%;
   }
}
.sidebar-gallery {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
   max-width: 287px;
}
.sidebar-gallery .gallery-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   color: var(--white-color);
   visibility: hidden;
   opacity: 0;
   -webkit-transform: translate(-50%, 20px);
   -ms-transform: translate(-50%, 20px);
   transform: translate(-50%, 20px);
}
.sidebar-gallery .gallery-btn:hover {
   color: var(--theme-color);
}
.sidebar-gallery .gallery-thumb {
   overflow: hidden;
   position: relative;
}
.sidebar-gallery .gallery-thumb:before {
   content: "";
   height: calc(100% - 14px);
   width: calc(100% - 14px);
   background-color: var(--title-color);
   opacity: 0.8;
   position: absolute;
   top: 7px;
   left: 7px;
   border: 1px solid var(--white-color);
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
   width: 100%;
}
.sidebar-gallery .gallery-thumb:hover:before {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
   .footer-widget.widget_meta a,
   .footer-widget.widget_pages a,
   .footer-widget.widget_archive a,
   .footer-widget.widget_categories a,
   .footer-widget.widget_nav_menu a {
      margin-bottom: 16px;
   }
}
@media (max-width: 767px) {
   .footer-widget .widget_title {
      margin-bottom: 35px;
   }
   .th-widget-about .about-text {
      margin-bottom: 20px;
   }
   .social-box.mb-30 {
      margin-bottom: 25px;
   }
}
.th-header {
   position: relative;
   z-index: 41;
}
.header-absolute {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
}
.sticky-wrapper {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   background-color: var(--white-color);
   -webkit-transition: all ease 0.8s;
   transition: all ease 0.8s;
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.sticky-wrapper.sticky {
   top: 0;
}
.sticky-wrapper.sticky .header-logo {
   margin-top: 0;
   margin-left: 0px;
}
@media (min-width: 1820px) {
   .sticky-wrapper.sticky .header-logo {
      margin-left: -30px;
   }
}
.th-header .sticky-wrapper {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.th-header .sticky-wrapper.sticky {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   background: #ffffff;
   z-index: 999;
   -webkit-animation: headerSticky 0.95s ease forwards;
   animation: headerSticky 0.95s ease forwards;
}
.main-menu a {
   display: block;
   position: relative;
   font-weight: 500;
   font-size: 14px;
   color: var(--title-color);
   font-family: var(--body-font);
   text-transform: uppercase;
}
.main-menu a:hover {
   color: var(--theme-color);
}
.main-menu > ul > li {
   margin: 0 17px;
}
.main-menu > ul > li > a {
   padding: 43px 0;
   color: var(--white-color);
}
.main-menu > ul > li > a:hover {
   color: var(--theme-color);
}
.main-menu ul {
   margin: 0;
   padding: 0;
}
.main-menu ul li {
   list-style-type: none;
   display: inline-block;
   position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
   content: "\f078";
   position: relative;
   font-family: var(--icon-font);
   margin-left: 4px;
   font-weight: 600;
   top: 0;
   font-size: 1em;
}
.main-menu ul li:last-child {
   margin-right: 0 !important;
}
.main-menu ul li:first-child {
   margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
   visibility: visible;
   opacity: 1;
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   z-index: 9;
}
.main-menu ul.sub-menu {
   position: absolute;
   text-align: left;
   top: 100%;
   left: 0;
   background-color: var(--white-color);
   visibility: hidden;
   min-width: 190px;
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
   padding: 7px;
   left: -14px;
   opacity: 0;
   z-index: -1;
   border: 0;
   box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
   border-radius: 0;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: top center;
   -ms-transform-origin: top center;
   transform-origin: top center;
   -webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;
   border-bottom: 2px solid var(--theme-color);
   border-radius: 0 0 10px 10px;
}
.main-menu ul.sub-menu a {
   font-size: 16px;
   line-height: 30px;
}
.main-menu ul.sub-menu {
   padding: 18px 20px 18px 18px;
   left: -27px;
}
.main-menu ul.sub-menu li {
   display: block;
   margin: 0 0;
   padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
   content: "\f105";
   float: right;
   top: 1px;
}
.main-menu ul.sub-menu li a {
   position: relative;
   padding-left: 23px;
   text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
   content: "";
   position: absolute;
   top: 10px;
   left: 0px;
   width: 8px;
   height: 10px;
   text-align: center;
   border-radius: 2px;
   background-color: var(--theme-color);
   display: inline-block;
}
.main-menu ul.sub-menu li ul.sub-menu {
   left: 100%;
   right: auto;
   top: 0;
   margin: 0 0;
   margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
   left: 100%;
   right: auto;
}
.header-button {
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
}
.header-button .icon-btn {
   position: relative;
   color: var(--title-color);
}
.header-button .icon-btn:hover {
   color: var(--white-color);
   background-color: var(--theme-color);
}
.header-button .icon-btn:hover .badge {
   background-color: var(--white-color);
   color: var(--theme-color);
}
@media (max-width: 1199px) {
   .header-button .icon-btn:nth-child(1) {
      display: none;
   }
   .header-button .icon-btn:nth-child(3) {
      display: none;
   }
}
@media (max-width: 375px) {
   .header-button {
      gap: 5px;
   }
}
.header-button .th-btn {
   margin-left: 20px;
   padding: 15px 30px;
}
@media (max-width: 1399px) {
   .header-button .th-btn {
      display: none;
   }
}
@media (max-width: 1600px) {
   .header-links {
      padding-left: 40px;
   }
}
@media (max-width: 1599px) {
   .header-links {
      padding-left: 100px;
   }
}
@media (max-width: 1440px) {
   .header-links {
      padding-left: 200px;
   }
}
.header-links ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.header-links li {
   display: inline-block;
   position: relative;
   font-size: 16px;
   font-weight: 300;
   margin: 0;
}
@media (max-width: 1599px) {
   .header-links li {
      font-size: 14px;
   }
}
.header-links li:not(:last-child) {
   margin: 0;
}
.header-links li a {
   border-right: 1px solid #525960;
   padding-right: 20px;
   margin-right: 10px;
}
.header-links li > i {
   font-size: 16px;
   margin-right: 5px;
   color: var(--theme-color-2);
   display: inline-block;
   width: 30px;
   height: 30px;
   line-height: 29px;
   text-align: center;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
   font-family: var(--body-font);
   color: var(--white-color);
}
.header-links a:hover {
   color: var(--theme-color-2);
}
.header-links i {
   color: var(--white-color);
}
.header-links b,
.header-links strong {
   font-weight: 600;
}
@media (max-width: 1199px) {
   .header-social {
      display: none;
   }
}
.header-social .social-title {
   font-weight: 400;
   font-size: 16px;
   display: inline-block;
   margin: 0 15px 0 0px;
   color: var(--white-color);
}
@media (max-width: 1599px) {
   .header-social .social-title {
      font-size: 14px;
   }
}
@media (max-width: 1399px) {
   .header-social .social-title {
      margin: 0 20px 0 0px;
   }
}
.header-social a {
   font-size: 16px;
   color: var(--white-color);
   display: inline-block;
   margin: 0 20px 0 0;
}
@media (max-width: 1399px) {
   .header-social a {
      margin: 0 10px 0 0;
   }
}
.header-social a:last-child {
   margin-right: 0;
}
.header-social a:hover {
   color: var(--theme-color-2);
}
.search-form {
   position: relative;
}
@media (max-width: 1399px) {
   .search-form {
      display: none;
   }
}
.search-form input {
   width: 328px;
   height: 46px;
   border-radius: 50px;
   background-color: #f5f5f5;
}
@media (max-width: 1599px) {
   .search-form input {
      width: 200px;
   }
}
.search-form button {
   position: absolute;
   top: 10px;
   right: 15px;
   background-color: transparent;
   border: 0;
   color: var(--title-color);
}
@media (max-width: 375px) {
   .header-logo {
      max-width: 150px;
   }
}
.header-layout1 {
   position: relative;
}
.header-layout1 .header-logo {
   margin-top: -50px;
   margin-left: -30px;
}
@media (max-width: 1820px) {
   .header-layout1 .header-logo {
      margin-left: 0;
   }
}
@media (max-width: 1299px) {
   .header-layout1 .header-logo {
      margin-left: -20px;
   }
   .header-layout1 .header-logo img {
      width: 150px;
   }
}
@media (max-width: 1060px) {
   .header-layout1 .header-logo {
      margin-left: -10px;
   }
}
@media (max-width: 991px) {
   .header-layout1 .header-logo {
      margin-top: 0;
   }
}
@media (max-width: 767px) {
   .header-layout1 .header-logo {
      margin-left: 0;
   }
}
.header-layout1 .header-top {
   position: relative;
   padding: 14px 0;
   background-color: var(--title-color);
   overflow: hidden;
}
@media (max-width: 991px) {
   .header-layout1 .header-top {
      display: none;
   }
}
.header-layout1 .menu-area {
   position: relative;
   z-index: 3;
}
@media (max-width: 991px) {
   .header-layout1 .menu-area {
      padding: 15px 0;
   }
}
.header-layout1 .main-menu {
   margin-left: 90px;
}
.header-layout1 .header-social {
   margin-right: -4rem;
}
@media (min-width: 1699px) {
   .header-layout1 .header-social {
      margin-right: -16rem;
   }
}
@media (max-width: 1399px) {
   .header-layout1 .header-social {
      margin-right: 0;
   }
}
.header-layout1 .main-menu > ul > li > a {
   padding: 38px 0;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   color: var(--title-color);
   text-transform: uppercase;
}
.header-layout1 .main-menu > ul > li > a:hover {
   color: var(--theme-color);
}
.header-layout1 .sticky-wrapper {
   position: relative;
}
.header-layout1 .sticky-wrapper.sticky .logo-bg {
   height: 160px;
}
@media (max-width: 991px) {
   .header-layout1 .sticky-wrapper.sticky .logo-bg {
      height: 120px;
   }
}
.header-layout1 .sticky-wrapper.sticky .logo-bg:after {
   height: calc(100% - 1px);
}
.header-layout1 .menu-bg {
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 81%;
   -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
   clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
}
.header-layout1 .logo-bg {
   position: absolute;
   top: -58%;
   left: 0;
   width: 20%;
   height: 160px;
}
@media (min-width: 2299px) {
   .header-layout1 .logo-bg {
      width: 28%;
   }
}
@media (max-width: 2299px) {
   .header-layout1 .logo-bg {
      width: 26%;
   }
}
@media (max-width: 2199px) {
   .header-layout1 .logo-bg {
      width: 24%;
   }
}
@media (max-width: 1999px) {
   .header-layout1 .logo-bg {
      width: 20%;
   }
}
@media (max-width: 1750px) {
   .header-layout1 .logo-bg {
      width: 17%;
   }
}
@media (max-width: 1599px) {
   .header-layout1 .logo-bg {
      width: 20%;
   }
}
@media (max-width: 1399px) {
   .header-layout1 .logo-bg {
      width: 23%;
   }
}
@media (max-width: 991px) {
   .header-layout1 .logo-bg {
      height: 120px;
   }
}
.header-layout1 .logo-bg:before,
.header-layout1 .logo-bg:after {
   content: "";
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.header-layout1 .logo-bg:before {
   background-color: #fff;
   width: 90%;
   z-index: 1;
   border-radius: 0 150px 0px 0;
}
.header-layout1 .logo-bg:after {
   width: 93%;
   background-color: var(--title-color);
   height: calc(100% + 0px);
   margin: 0px;
   border-radius: 0 150px 0px 0;
}
.header-layout1.unittest-header .header-logo {
   margin-top: 0;
}
@media (max-width: 1024px) {
   .header-layout1.unittest-header .logo-bg {
      width: 25%;
   }
}
@media (max-width: 991px) {
   .header-layout1.unittest-header .logo-bg {
      width: 53%;
   }
}
@media (max-width: 1299px) {
   .header-layout1.unittest-header .main-menu {
      margin-left: 40px;
   }
}
@media (max-width: 1199px) {
   .header-layout1.unittest-header .main-menu {
      margin-left: 0;
   }
}
@media (max-width: 1299px) {
   .header-layout1.unittest-header .main-menu > ul > li > a {
      font-size: 14px;
   }
}
@media (max-width: 1199px) {
   .header-layout1.unittest-header .main-menu > ul > li {
      margin: 0 12px;
   }
}
@media (min-width: 1300px) {
   .header-layout1 .menu-area {
      --main-container: 1280px;
   }
}
@media (min-width: 1400px) {
   .header-layout1 .menu-area {
      --main-container: 1690px;
   }
}
@media (min-width: 2399px) {
   .header-layout1 .main-menu {
      margin-left: 78px;
   }
}
@media (max-width: 1899px) {
   .header-layout1 .main-menu {
      margin-left: 87px;
   }
}
@media (max-width: 1699px) {
   .header-layout1 .main-menu {
      margin-left: 50px;
   }
}
@media (max-width: 1599px) {
   .header-layout1 .main-menu {
      margin-left: 70px;
   }
}
@media (max-width: 1399px) {
   .header-layout1 .main-menu {
      margin-left: 50px;
   }
	


}
@media (max-width: 1299px) {
   .header-layout1 .main-menu {
      margin-left: 90px;
   }
}
@media (max-width: 1399px) {
   .header-layout1 .header-button .th-btn {
      display: none;
   }
}
@media (max-width: 1299px) {
   .header-layout1 .logo-bg {
      width: 23%;
   }
}
@media (max-width: 1199px) {
   .header-layout1 .logo-bg {
      width: 27%;
   }
   .header-layout1 .menu-bg {
      width: 78%;
   }
   .header-layout1 .main-menu {
      margin-left: 60px;
   }
}
@media (max-width: 991px) {
   .header-layout1 .logo-bg {
      width: 53%;
   }
   .header-layout1 .menu-bg {
      width: 53%;
   }
   .header-layout1 .header-logo img {
      max-height: 80px;
   }
}
@media (max-width: 767px) {
   .header-layout1 .logo-bg {
      width: 55%;
   }
   .header-layout1 .menu-bg {
      width: 55%;
   }
}
@media (max-width: 575px) {
   .header-layout1 .logo-bg {
      width: 57%;
   }
   .header-layout1 .menu-bg {
      width: 57%;
   }
}
@media (max-width: 375px) {
   .header-layout1 .logo-bg {
      width: 65%;
   }
   .header-layout1 .menu-bg {
      width: 65%;
   }
}
.header-layout2 {
   position: relative;
}
.header-layout2 .header-logo {
   margin-top: 0px;
   margin-left: -30px;
}
@media (max-width: 1899px) {
   .header-layout2 .header-logo {
      margin-left: 0;
   }
}
.header-layout2 .sticky-wrapper {
   background-color: var(--title-color);
   border-bottom: 1px solid var(--body-color);
}
.header-layout2 .sticky-wrapper.sticky {
   background: var(--title-color);
}
.header-layout2 .sticky-wrapper.sticky .logo-bg {
   min-height: 114px;
}
@media (max-width: 991px) {
   .header-layout2 .sticky-wrapper.sticky .logo-bg {
      min-height: 91px;
   }
}
@media (max-width: 375px) {
   .header-layout2 .sticky-wrapper.sticky .logo-bg {
      min-height: 78px;
   }
}
.header-layout2 .header-top {
   position: relative;
   padding: 14px 0;
   background-color: var(--title-color);
   overflow: hidden;
}
@media (max-width: 991px) {
   .header-layout2 .header-top {
      display: none;
   }
}
.header-layout2 .menu-area {
   position: relative;
   z-index: 3;
}
@media (max-width: 991px) {
   .header-layout2 .menu-area {
      padding: 15px 0;
   }
}
.header-layout2 .main-menu {
   margin-left: 76px;
}
.header-layout2 .main-menu a {
   color: var(--title-color);
}
.header-layout2 .main-menu a:hover {
   color: var(--theme-color);
}
.header-layout2 .main-menu ul.sub-menu {
   border-bottom: 2px solid var(--theme-color);
}
.header-layout2 .main-menu ul.sub-menu li a:before {
   background-color: var(--theme-color);
}
.header-layout2 .main-menu > ul > li > a {
   padding: 43px 0;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: var(--white-color);
   text-transform: uppercase;
}
.header-layout2 .main-menu > ul > li > a:hover {
   color: var(--theme-color);
}
.header-layout2 .sticky-wrapper {
   position: relative;
}
.header-layout2 .menu-bg {
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 81%;
   -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
   clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
}
.header-layout2 .logo-bg {
   position: absolute;
   top: -3%;
   left: 0;
   width: 20%;
   min-height: 112px;
}
@media (min-width: 2299px) {
   .header-layout2 .logo-bg {
      width: 28%;
   }
}
@media (max-width: 2299px) {
   .header-layout2 .logo-bg {
      width: 26%;
   }
}
@media (max-width: 2199px) {
   .header-layout2 .logo-bg {
      width: 24%;
   }
}
@media (max-width: 1999px) {
   .header-layout2 .logo-bg {
      width: 21%;
   }
}
@media (max-width: 1599px) {
   .header-layout2 .logo-bg {
      width: 20%;
   }
}
@media (max-width: 1399px) {
   .header-layout2 .logo-bg {
      width: 23%;
   }
}
@media (max-width: 991px) {
   .header-layout2 .logo-bg {
      min-height: 91px;
   }
}
.header-layout2 .logo-bg:before,
.header-layout2 .logo-bg:after {
   content: "";
   height: 100%;
   width: 100%;
   position: absolute;
   top: 3px;
   left: 0;
}
.header-layout2 .logo-bg:before {
   background-color: #f2f2f2;
   width: 90%;
   z-index: 1;
   border-radius: 0 150px 0px 0;
}
.header-layout2 .logo-bg:after {
   display: none;
}
.header-layout2 .header-button {
   margin-right: 80px;
}
@media (max-width: 1500px) {
   .header-layout2 .header-button {
      margin-right: 0;
   }
}
.header-layout2 .header-button .icon-btn {
   background: rgba(245, 245, 245, 0.1);
   border: 1px solid var(--body-color);
   color: var(--white-color);
}
.header-layout2 .header-button .icon-btn:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
.header-layout2 .header-button .icon-btn:hover .badge.style2 {
   background-color: var(--white-color);
   color: var(--theme-color);
}
@media (min-width: 1300px) {
   .header-layout2 .menu-area {
      --main-container: 1280px;
   }
}
@media (max-width: 1299px) {
   .header-layout2 .menu-area {
      --main-container: 100%;
   }
}
@media (min-width: 1400px) {
   .header-layout2 .menu-area {
      --main-container: 1690px;
   }
}
@media (min-width: 2499px) {
   .header-layout2 .main-menu {
      margin-left: 55px;
   }
}
@media (max-width: 2099px) {
   .header-layout2 .main-menu {
      margin-left: 65px;
   }
}
@media (max-width: 1940px) {
   .header-layout2 .main-menu {
      margin-left: 95px;
   }
}
@media (max-width: 1899px) {
   .header-layout2 .main-menu {
      margin-left: 87px;
   }
}
@media (max-width: 1699px) {
   .header-layout2 .main-menu {
      margin-left: 100px;
   }
}
@media (max-width: 1599px) {
   .header-layout2 .main-menu {
      margin-left: 80px;
   }
}
@media (max-width: 1500px) {
   .header-layout2 .main-menu {
      margin-left: 55px;
   }
}
@media (max-width: 1399px) {
   .header-layout2 .header-button .th-btn {
      display: none;
   }
}
@media (max-width: 1299px) {
   .header-layout2 .logo-bg {
      width: 30%;
   }
}
@media (max-width: 1199px) {
   .header-layout2 .main-menu {
      margin-left: 0px;
   }
   .header-layout2 .logo-bg {
      width: 31%;
   }
   .header-layout2 .menu-bg {
      width: 78%;
   }
}
@media (max-width: 991px) {
   .header-layout2 .logo-bg {
      width: 53%;
   }
   .header-layout2 .menu-bg {
      width: 53%;
   }
   .header-layout2 .header-logo img {
      max-height: 80px;
   }
}
@media (max-width: 767px) {
   .header-layout2 .logo-bg {
      width: 55%;
   }
   .header-layout2 .menu-bg {
      width: 55%;
   }
}
@media (max-width: 575px) {
   .header-layout2 .logo-bg {
      width: 68%;
   }
   .header-layout2 .menu-bg {
      width: 57%;
   }
}
@media (max-width: 375px) {
   .header-layout2 .logo-bg {
      width: 68%;
      min-height: 78px;
   }
   .header-layout2 .header-logo {
      max-width: 150px;
   }
   .header-layout2 .menu-bg {
      width: 60%;
   }
}
.header-layout3 .header-logo {
   margin-top: 0px;
   margin-left: -30px;
}
@media (max-width: 1899px) {
   .header-layout3 .header-logo {
      margin-left: 0;
   }
}
.header-layout3 .sticky-wrapper {
   background-color: transparent;
   border-bottom: 1px solid rgba(82, 89, 96, 0.2);
}
.header-layout3 .sticky-wrapper.sticky {
   background: var(--title-color);
}
.header-layout3 .sticky-wrapper.sticky .logo-bg {
   min-height: 114px;
}
@media (max-width: 991px) {
   .header-layout3 .sticky-wrapper.sticky .logo-bg {
      min-height: 87px;
   }
}
.header-layout3 .header-top {
   position: relative;
   padding: 14px 0;
   background-color: var(--title-color);
   overflow: hidden;
}
@media (max-width: 991px) {
   .header-layout3 .header-top {
      display: none;
   }
}
.header-layout3 .menu-area {
   position: relative;
   z-index: 3;
}
@media (max-width: 991px) {
   .header-layout3 .menu-area {
      padding: 15px 0;
   }
}
.header-layout3 .main-menu a {
   color: var(--title-color);
}
.header-layout3 .main-menu a:hover {
   color: var(--theme-color);
}
.header-layout3 .main-menu ul.sub-menu {
   border-bottom: 2px solid var(--theme-color);
}
.header-layout3 .main-menu ul.sub-menu li a:before {
   background-color: var(--theme-color);
}
.header-layout3 .main-menu > ul > li > a {
   padding: 43px 0;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: var(--white-color);
   text-transform: uppercase;
}
.header-layout3 .main-menu > ul > li > a:hover {
   color: var(--theme-color);
}
.header-layout3 .sticky-wrapper {
   position: relative;
}
.header-layout3 .header-button {
   margin-right: -30px;
}
@media (max-width: 1699px) {
   .header-layout3 .header-button {
      margin-right: 0;
   }
}
.header-layout3 .header-button .icon-btn {
   background: rgba(245, 245, 245, 0.1);
   border: 1px solid var(--body-color);
   color: var(--white-color);
}
.header-layout3 .header-button .icon-btn:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
.header-layout3 .header-button .icon-btn:hover .badge.style3 {
   background-color: var(--white-color);
   color: var(--theme-color);
}
@media (min-width: 1300px) {
   .header-layout3 .menu-area {
      --main-container: 1340px;
   }
}
@media (max-width: 1299px) {
   .header-layout3 .menu-area {
      --main-container: 100%;
   }
}
@media (min-width: 1800px) {
   .header-layout3 .menu-area {
      --main-container: 1640px;
   }
}
@media (max-width: 1399px) {
   .header-layout3 .header-button .th-btn {
      display: none;
   }
}
.header-layout4 {
   position: relative;
}
.header-layout4 .header-logo {
   margin: 0;
}
.header-layout4 .menu-area {
   position: relative;
   z-index: 3;
}
@media (max-width: 991px) {
   .header-layout4 .menu-area {
      padding: 15px 0;
   }
}
.header-layout4 .main-menu {
   margin-left: 90px;
}
@media (max-width: 1399px) {
   .header-layout4 .main-menu {
      margin-left: 40px;
   }
}
.header-layout4 .main-menu > ul > li > a {
   padding: 38px 0;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   color: var(--title-color);
   text-transform: uppercase;
}
.header-layout4 .main-menu > ul > li > a:hover {
   color: var(--theme-color);
}
@media (max-width: 1199px) {
   .header-layout4 .main-menu > ul > li {
      margin: 0 13px;
   }
}
.header-layout4 .sticky-wrapper {
   position: relative;
   box-shadow: none;
}
.header-layout4 .sticky-wrapper.sticky .logo-bg {
   height: 162px;
}
@media (max-width: 991px) {
   .header-layout4 .sticky-wrapper.sticky .logo-bg {
      height: 137px;
   }
}
.header-layout4 .sticky-wrapper.sticky .logo-bg:after {
   height: calc(100% - 1px);
}
.header-layout4 .menu-bg {
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 81%;
   -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
   clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 1300px) {
   .header-layout4 .menu-area {
      --main-container: 1760px;
   }
}
.header-layout5 .sticky-wrapper {
   position: relative;
   background-color: rgba(245, 245, 245, 0.05);
   box-shadow: none;
}
.header-layout5 .sticky-wrapper.sticky {
   background: var(--title-color);
}
.header-layout5 .sticky-wrapper.sticky .logo-bg {
   min-height: 114px;
}
@media (max-width: 991px) {
   .header-layout5 .sticky-wrapper.sticky .logo-bg {
      min-height: 87px;
   }
}
.header-layout5 .header-button .icon-btn:hover {
   border-color: var(--theme-color);
}
.header-layout5 .header-logo {
   margin: 0;
}
@media (max-width: 375px) {
   .header-layout5 .header-logo {
      max-width: 150px;
   }
}
.header-layout5 .header-top {
   position: relative;
   padding: 14px 0;
   background-color: var(--title-color);
   overflow: hidden;
}
@media (max-width: 991px) {
   .header-layout5 .header-top {
      display: none;
   }
}
.header-layout5 .menu-area {
   position: relative;
   z-index: 3;
}
@media (max-width: 991px) {
   .header-layout5 .menu-area {
      padding: 15px 0;
   }
}
.header-layout5 .main-menu a {
   color: var(--title-color);
}
.header-layout5 .main-menu a:hover {
   color: var(--theme-color);
}
.header-layout5 .main-menu ul.sub-menu {
   border-bottom: 2px solid var(--theme-color);
}
.header-layout5 .main-menu ul.sub-menu li a:before {
   background-color: var(--theme-color);
}
.header-layout5 .main-menu > ul > li > a {
   padding: 43px 0;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: var(--white-color);
   text-transform: uppercase;
}
.header-layout5 .main-menu > ul > li > a:hover {
   color: var(--theme-color);
}
@media (min-width: 1300px) {
   .header-layout5 .th-container {
      --main-container: 1760px;
   }
}
.header-layout6 {
   position: relative;
}
.header-layout6 .header-top {
   background-color: var(--title-color);
   padding: 16px 0;
}
@media (max-width: 991px) {
   .header-layout6 .header-top {
      display: none;
   }
}
.header-layout6 .sticky-wrapper {
   position: relative;
}
.header-layout6 .header-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 60px;
}
.header-layout6 .main-menu > ul > li > a {
   padding: 37px 0;
   color: var(--title-color);
   font-size: 16px;
}
@media (max-width: 1599px) {
   .header-layout6 .main-menu > ul > li > a {
      font-size: 14px;
   }
}
@media (max-width: 1199px) {
   .header-layout6 .menu-area {
      padding: 14px 0;
   }
}
.header-layout6 .header-button .icon-btn {
   background-color: var(--smoke-color);
   border-color: var(--smoke-color);
   color: var(--title-color);
}
@media (max-width: 767px) {
   .header-layout6 .header-button .icon-btn:first-child {
      display: none;
   }
}
.header-layout6 .header-button .icon-btn .badge:hover {
   background-color: var(--title-color);
   color: var(--white-color);
}
.header-layout6 .header-button .icon-btn:hover .badge {
   background-color: var(--title-color);
   color: var(--white-color);
}
.header-layout6 .header-button .th-menu-toggle {
   width: 46px;
   height: 46px;
   padding: 0;
   font-size: 18px;
   background-color: var(--smoke-color);
   color: var(--title-color);
   border-radius: 50%;
}
.header-layout6 .header-logo {
   margin: 0;
}
.header-layout6 .sticky-wrapper.sticky .header-logo {
   padding-top: 0;
}
@media (max-width: 991px) {
   .header-layout6 .sticky-wrapper.sticky {
      padding: 0;
   }
   .header-layout6 .sticky-wrapper.sticky .menu-area {
      padding: 10px 0;
   }
}
.header-layout6 .header-links {
   padding: 0;
}
.header-layout6 .header-social a {
   font-size: 14px;
   display: inline-block;
   color: var(--white-color);
   margin: 0 0px 0 16px;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}
.header-layout6 .header-social a:hover {
   color: var(--theme-color);
}
.header-layout6 .header-social .social-title {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--white-color);
   display: inline-block;
   margin: 0 0px 0 0;
}
@media (min-width: 1300px) {
   .header-layout6 .th-container {
      --main-container: 1782px;
   }
}
@media (max-width: 1299px) {
   .header-layout6 .header-button .icon-btn:nth-child(3) {
      display: none;
   }
}
@media (max-width: 575px) {
   .header-layout6 .header-logo img {
      max-height: 50px;
      max-width: 160px;
   }
}
.header-layout7 {
   position: relative;
}
.header-layout7 .header-top {
   position: relative;
   background-color: transparent;
   padding: 14.7px 0;
}
.header-layout7 .header-top:before {
   content: "";
   position: absolute;
   width: 1490px;
   height: 1px;
   right: 0;
   bottom: 0;
   background-color: #d4d4d4;
}
.header-layout7 .header-top:after {
   content: "";
   position: absolute;
   right: 0;
   bottom: 0;
   background-color: var(--smoke-color);
   width: 16.4%;
   height: 100%;
   z-index: -1;
}
@media (min-width: 1930px) {
   .header-layout7 .header-top:after {
      width: 25%;
   }
}
@media (max-width: 1399px) {
   .header-layout7 .header-top:after {
      width: 18%;
   }
}
@media (max-width: 1199px) {
   .header-layout7 .header-top:after {
      display: none;
   }
}
.header-layout7 .header-top .container {
   padding-left: 360px;
}
@media (max-width: 1699px) {
   .header-layout7 .header-top .container {
      padding-left: 325px;
   }
}
@media (max-width: 1399px) {
   .header-layout7 .header-top .container {
      padding-left: 280px;
   }
}
@media (max-width: 1299px) {
   .header-layout7 .header-top .container {
      max-width: 100%;
      padding-left: 250px;
   }
}
@media (max-width: 1499px) {
   .header-layout7 .th-btn {
      display: none;
   }
}
.header-layout7 .header-notice {
   margin-bottom: 0;
}
@media (max-width: 1299px) {
   .header-layout7 .header-notice {
      font-size: 14px;
   }
}
.header-layout7 .sticky-wrapper {
   box-shadow: none;
   position: relative;
   z-index: 3;
}
.header-layout7 .sticky-wrapper.sticky {
   box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
   .header-layout7 .sticky-wrapper.sticky .menu-area {
      padding: 14px 0;
   }
}
.header-layout7 .header-links li {
   font-weight: 400;
}
@media (max-width: 1299px) {
   .header-layout7 .header-links li i {
      font-size: 14px;
   }
}
.header-layout7 .header-links li a {
   color: var(--title-color);
}
.header-layout7 .header-links li:last-child a {
   border-right: none;
   margin-right: 0px;
   padding: 0;
}
@media (max-width: 767px) {
   .header-layout7 .header-social {
      display: none;
   }
}
.header-layout7 .header-social a {
   font-size: 14px;
   display: inline-block;
   color: var(--title-color);
   margin: 0 0px 0 16px;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}
@media (max-width: 1299px) {
   .header-layout7 .header-social a {
      margin: 0 0px 0 12px;
   }
}
.header-layout7 .header-social a:hover {
   color: var(--theme-color);
}
.header-layout7 .header-social .social-title {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--title-color);
   display: inline-block;
   margin: 0 0px 0 0;
}
@media (max-width: 1299px) {
   .header-layout7 .header-social .social-title {
      font-size: 14px;
   }
}
.header-layout7 .header-logo {
   margin: -60px 0 0 -12px;
}
@media (max-width: 1699px) {
   .header-layout7 .header-logo {
      margin: -60px 0 0 0px;
   }
}
@media (max-width: 1299px) {
   .header-layout7 .header-logo {
      margin: -60px 0 0 -20px;
   }
}
@media (max-width: 991px) {
   .header-layout7 .header-logo {
      margin: -0px 0 0 0px;
   }
}
@media (max-width: 1699px) {
   .header-layout7 .search-form input {
      width: 240px;
   }
}
.header-layout7 .main-menu {
   padding-left: 124px;
}
@media (max-width: 1699px) {
   .header-layout7 .main-menu {
      padding-left: 78px;
   }
}
@media (max-width: 1299px) {
   .header-layout7 .main-menu {
      padding-left: 85px;
   }
}
@media (max-width: 1199px) {
   .header-layout7 .main-menu {
      padding-left: 0px;
   }
}
@media (max-width: 1024px) {
   .header-layout7 .main-menu {
      padding-left: 23px;
   }
}
.header-layout7 .logo-bg {
   position: absolute;
   top: -63%;
   left: 0;
   width: 17.5%;
   height: 164px;
   z-index: -1;
}
.header-layout7 .logo-bg:before {
   content: "";
   position: absolute;
   inset: 0;
   background-color: var(--title-color);
   z-index: -1;
}
@media (min-width: 1930px) {
   .header-layout7 .logo-bg {
      width: 24%;
   }
}
@media (max-width: 1499px) {
   .header-layout7 .logo-bg {
      width: 20%;
   }
}
@media (max-width: 1399px) {
   .header-layout7 .logo-bg {
      width: 20%;
   }
}
@media (max-width: 1199px) {
   .header-layout7 .logo-bg {
      width: 30%;
   }
}
@media (max-width: 1080px) {
   .header-layout7 .logo-bg {
      width: 26%;
   }
}
@media (max-width: 991px) {
   .header-layout7 .logo-bg {
      width: 40%;
      height: 143px;
   }
}
@media (max-width: 767px) {
   .header-layout7 .logo-bg {
      width: 45%;
   }
}
@media (max-width: 575px) {
   .header-layout7 .logo-bg {
      width: 55%;
      height: 122px;
   }
}
@media (max-width: 1199px) {
   .header-layout7 .menu-area {
      padding: 0;
   }
}
@media (max-width: 991px) {
   .header-layout7 .menu-area {
      padding: 14px 0;
   }
}
@media (max-width: 1199px) {
   .header-layout7 .header-social {
      display: block;
   }
}
.header-layout7 .header-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 60px;
}
@media (max-width: 1299px) {
   .header-layout7 .header-wrapp {
      gap: 25px;
   }
}
@media (min-width: 1300px) {
   .header-layout7 .th-container {
      --main-container: 1782px;
   }
}
@media (max-width: 1299px) {
   .header-layout7 .header-button .icon-btn:nth-child(3) {
      display: none;
   }
}
.header-layout8 {
   position: relative;
}
.header-layout8 .header-top {
   position: relative;
   padding: 14px 0;
   background-color: var(--title-color);
   overflow: hidden;
}
@media (max-width: 991px) {
   .header-layout8 .header-top {
      display: none;
   }
}
.header-layout8 .header-links {
   padding: 0;
}
.header-layout8 .search-form input {
   width: 285px;
}
@media (max-width: 1599px) {
   .header-layout8 .search-form input {
      width: 190px;
   }
}
.header-layout8 .menu-area {
   position: relative;
   z-index: 3;
}
@media (max-width: 991px) {
   .header-layout8 .menu-area {
      padding: 15px 0;
   }
}
.header-layout8 .main-menu {
   margin-left: 90px;
}
@media (max-width: 1199px) {
   .header-layout8 .main-menu {
      margin-left: 0;
   }
}
.header-layout8 .main-menu > ul > li > a {
   padding: 38px 0;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   color: var(--title-color);
   text-transform: uppercase;
}
@media (max-width: 1199px) {
   .header-layout8 .main-menu > ul > li > a {
      font-size: 14px;
   }
}
.header-layout8 .main-menu > ul > li > a:hover {
   color: var(--theme-color);
}
.header-layout8 .sticky-wrapper {
   position: relative;
   box-shadow: none;
}
@media (max-width: 1499px) {
   .header-layout8 .th-btn {
      display: none;
   }
}
@media (min-width: 1300px) {
   .header-layout8 .th-container {
      --main-container: 1680px;
   }
}
.header-layout9 {
   position: relative;
}
.header-layout9 .header-top {
   position: relative;
   padding: 10px 0;
   background-color: var(--theme-color);
   overflow: hidden;
   z-index: 2;
}
.header-layout9 .header-top:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 37.5%;
   height: 50px;
   background-color: var(--title-color);
   -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 112%);
   clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 112%);
   z-index: -1;
}
@media (max-width: 991px) {
   .header-layout9 .header-top {
      display: none;
   }
}
.header-layout9 .header-links {
   padding: 0;
}
.header-layout9 .header-links li {
   padding: 0;
}
.header-layout9 .header-links li a:hover {
   color: var(--title-color);
}
.header-layout9 .header-links li > i {
   color: var(--white-color);
}
.header-layout9 .search-form input {
   width: 285px;
}
@media (max-width: 1599px) {
   .header-layout9 .search-form input {
      width: 190px;
   }
}
.header-layout9 .menu-area {
   position: relative;
   background-color: var(--title-color);
   z-index: 3;
}
.header-layout9 .menu-area:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 37.5%;
   height: 110px;
   background-color: #001d79;
   -webkit-clip-path: polygon(24% 0%, 100% 0, 100% 100%, 0 100%, 0% 112%);
   clip-path: polygon(24% 0%, 100% 0, 100% 100%, 0 100%, 0% 112%);
   z-index: -1;
}
@media (max-width: 991px) {
   .header-layout9 .menu-area:before {
      display: none;
   }
}
@media (max-width: 991px) {
   .header-layout9 .menu-area {
      padding: 15px 0;
   }
}
.header-layout9 .main-menu > ul > li > a {
   padding: 42.5px 0;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   color: var(--white-color);
   text-transform: uppercase;
}
@media (max-width: 1199px) {
   .header-layout9 .main-menu > ul > li > a {
      font-size: 14px;
   }
}
.header-layout9 .main-menu > ul > li > a:hover {
   color: var(--theme-color);
}
.header-layout9 .header-button .icon-btn:hover {
   border-color: var(--theme-color);
}
.header-layout9 .sticky-wrapper {
   position: relative;
   box-shadow: none;
}
@media (max-width: 1499px) {
   .header-layout9 .th-btn {
      display: none;
   }
}
@media (min-width: 1300px) {
   .header-layout8 .th-container {
      --main-container: 1642px;
   }
}
.header-layout10 .sticky-wrapper {
   background-color: rgba(22, 25, 33, 0.1);
   border-bottom: 1px solid rgba(82, 89, 96, 0.5);
}
.header-layout10 .header-button .icon-btn {
   background: rgba(108, 42, 230, 0.2);
   border: none;
}
@media (max-width: 1799px) {
   .header-layout10 .header-button {
      margin-right: 0;
   }
}
@media (max-width: 375px) {
   .header-layout10 .header-logo {
      max-width: 150px;
   }
}
@media (min-width: 1300px) {
   .header-layout10 .th-container {
      --main-container: 1760px;
   }
}
.header-layout11 .menu-area {
   background-color: var(--title-color);
}
.footer-wrapper {
   --border-color: rgba(255, 255, 255, 0.3);
   position: relative;
   z-index: 2;
}
.footer-wrapper .th-social .social-title {
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
   text-transform: capitalize;
   color: var(--white-color);
}
.footer-wrapper .th-social a {
   background-color: transparent;
   color: var(--white-color);
   width: auto;
   height: auto;
   margin-right: 20px;
}
@media (max-width: 375px) {
   .footer-wrapper .th-social a {
      margin-right: 10px;
   }
}
.footer-wrapper .th-social a:hover {
   background-color: transparent;
   border-color: none;
   color: var(--theme-color);
}
.footer-wrapper .th-social.footer-social {
   text-align: center;
   padding-top: 30px;
   border-top: 1px solid #242936;
}
.footer-wrapper .th-social.footer-social a {
   background-color: transparent;
   border: 1px solid #292e3b;
   width: var(--btn-size, 46px);
   height: var(--btn-size, 46px);
   line-height: var(--btn-size, 46px);
   font-size: var(--btn-font-size, 18px);
   color: var(--black-color-2);
   margin-right: 10px;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
@media (max-width: 575px) {
   .footer-wrapper .th-social.footer-social a {
      width: var(--btn-size, 40px);
      height: var(--btn-size, 40px);
      line-height: var(--btn-size, 40px);
      font-size: var(--btn-font-size, 16px);
   }
}
.footer-wrapper .th-social.footer-social a:hover {
   background-color: #292e3b;
}
.th-social-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 70px;
}
@media (max-width: 1500px) {
   .th-social-wrapper {
      gap: 35px;
   }
}
@media (max-width: 375px) {
   .th-social-wrapper {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
}
.th-social-wrapper .office-hour {
   max-width: 149px;
}
.th-social-wrapper .office-hour .title {
   font-family: var(--title-font);
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
   text-transform: capitalize;
   color: var(--white-color);
   margin-bottom: 12px;
}
.th-social-wrapper .office-hour .desc {
   font-family: var(--body-font);
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;
   text-transform: capitalize;
   color: var(--gray-color);
   margin-bottom: 0;
}
.footer-area {
   margin: 0 66px;
}
@media (max-width: 1500px) {
   .footer-area {
      margin: 0;
   }
}
@media (max-width: 1500px) {
   .footer-area .footer-logo {
      padding: 0;
      border: none;
      border-top: 0;
   }
}
.footer-area .footer-menu {
   margin: 0;
   padding: 16px 0;
   border-top: 1px solid #242936;
   border-bottom: 1px solid #242936;
   text-align: center;
}
.footer-area .footer-menu li {
   display: inline-block;
   margin-right: 53px;
}
@media (max-width: 991px) {
   .footer-area .footer-menu li {
      margin-right: 30px;
   }
}
@media (max-width: 991px) {
   .footer-area .footer-menu li {
      margin-right: 18px;
   }
}
@media (max-width: 767px) {
   .footer-area .footer-menu li {
      margin-right: 16px;
   }
}
.footer-area .footer-menu li a {
   padding: 43px 0;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   color: var(--white-color);
   text-transform: uppercase;
}
@media (max-width: 991px) {
   .footer-area .footer-menu li a {
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .footer-area .footer-menu li a {
      font-size: 12px;
   }
}
.footer-area .footer-menu li a:hover {
   color: var(--theme-color);
}
.widget-area {
   padding-top: var(--section-space);
   padding-bottom: 66px;
}
.copyright-wrap {
   padding: 20px 0;
   background-size: 100% auto;
}
.copyright-text {
   margin: 0;
   color: var(--gray-color);
}
.copyright-text a {
   color: var(--theme-color-2);
}
.copyright-text a:hover {
   color: var(--white-color);
}
.footer-layout1,
.footer-layout2,
.footer-layout4 {
   background-color: var(--title-color);
   overflow: hidden;
   background-position: left top;
   background-size: 100% 100%;
}
.footer-layout1 .copyright-wrap,
.footer-layout2 .copyright-wrap,
.footer-layout4 .copyright-wrap {
   background: #242936;
}
.footer-copyright-right {
   text-align: right;
}
.footer-copyright-right.style2 ul li a:hover {
   color: var(--theme-color);
}
.footer-copyright-right.style3 ul li a:hover {
   color: var(--theme-color);
}
@media (max-width: 991px) {
   .footer-copyright-right {
      display: none;
   }
}
.footer-copyright-right ul {
   margin: 0;
   padding: 0;
}
.footer-copyright-right ul li {
   display: inline-block;
}
.footer-copyright-right ul li:last-child a {
   border-right: none;
   margin-right: 0;
   padding-right: 0;
}
.footer-copyright-right ul li a {
   font-family: var(--body-font);
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--gray-color);
   border-right: 1px solid #525960;
   padding-right: 15px;
   margin-right: 15px;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.footer-copyright-right ul li a:hover {
   color: var(--theme-color-2);
}
.th-widget-contact {
   max-width: 265px;
}
.th-widget-contact.style3 {
   max-width: 100%;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   margin: 30px 0;
   padding: 0 60px 0px 60px;
}
@media (max-width: 1199px) {
   .th-widget-contact.style3 {
      padding: 0 30px 0px 30px;
   }
}
@media (max-width: 991px) {
   .th-widget-contact.style3 {
      grid-template-columns: repeat(2, 1fr);
      padding: 0 0px 30px 0px;
      gap: 30px 35px;
      padding: 0 0px 0px 0px;
      width: 450px;
      margin: 30px auto;
   }
}
@media (max-width: 575px) {
   .th-widget-contact.style3 {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px 0;
   }
}
.th-widget-contact.style3 .info-box {
   max-width: 224px;
   margin-bottom: 0;
}
@media (max-width: 575px) {
   .th-widget-contact.style3 .info-box {
      max-width: 100%;
   }
}
.info-box {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   margin-bottom: 21px;
}
.info-box:last-child {
   margin-bottom: -5px;
}
.info-box_icon {
   width: 30px;
   height: 30px;
   min-width: 30px;
   line-height: 29px;
   font-size: 14px;
   background: rgba(255, 255, 255, 0.15);
   border-radius: 6px;
   color: var(--theme-color-2);
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 10px;
}
.info-box_text {
   display: block;
   color: var(--gray-color);
   margin-top: 0;
   margin-bottom: 0;
}
.info-box_link {
   display: inline-block;
   color: var(--gray-color);
}
.info-box_link:hover {
   color: var(--theme-color-2);
}


@media (max-width: 1299px) {
   .footer-layout1 {
      background-size: cover;
   }
}
@media (max-width: 1024px) {
   .footer-wrapper .widget-area {
      padding-top: var(--section-space-mobile);
      padding-bottom: 30px;
   }
   .copyright-text {
      text-align: center;
   }
}
@media (max-width: 991px) {
   .footer-wrapper .widget-area {
      padding-top: var(--section-space-mobile);
      padding-bottom: 30px;
   }
   .copyright-text {
      text-align: center;
   }
}
@media (max-width: 575px) {
   .copyright-wrap {
      background-size: cover;
   }
}
.footer-layout2 .footer-widget .th-widget-about .about-text {
   color: var(--gray-color);
}
.footer-layout2 .footer-widget .widget_title:after {
   content: "";
   height: 2px;
   width: 79px;
   background: -webkit-linear-gradient(
      left,
      #d3ba80 0%,
      rgba(211, 186, 128, 0) 100%
   );
   background: linear-gradient(90deg, #d3ba80 0%, rgba(211, 186, 128, 0) 100%);
   position: absolute;
   bottom: 0;
   left: 0;
}
.footer-layout2 .footer-widget.widget_meta a,
.footer-layout2 .footer-widget.widget_pages a,
.footer-layout2 .footer-widget.widget_archive a,
.footer-layout2 .footer-widget.widget_categories a,
.footer-layout2 .footer-widget.widget_nav_menu a {
   color: var(--gray-color);
}
.footer-layout2 .footer-widget.widget_meta a:hover,
.footer-layout2 .footer-widget.widget_pages a:hover,
.footer-layout2 .footer-widget.widget_archive a:hover,
.footer-layout2 .footer-widget.widget_categories a:hover,
.footer-layout2 .footer-widget.widget_nav_menu a:hover {
   background-color: transparent;
   color: var(--theme-color);
}
.footer-layout2 .footer-widget.widget_meta a:hover:before,
.footer-layout2 .footer-widget.widget_pages a:hover:before,
.footer-layout2 .footer-widget.widget_archive a:hover:before,
.footer-layout2 .footer-widget.widget_categories a:hover:before,
.footer-layout2 .footer-widget.widget_nav_menu a:hover:before {
   color: var(--theme-color);
}
.footer-layout2 .footer-widget .recent-post .recent-post-meta i {
   color: var(--theme-color);
}
.footer-layout2 .info-box_icon {
   color: var(--theme-color);
}
.footer-layout2 .info-box_text {
   color: var(--gray-color);
}
.footer-layout2 .info-box_link {
   color: var(--gray-color);
}
.footer-layout2 .info-box_link:hover {
   color: var(--theme-color);
}
.footer-layout2 .th-social a {
   box-shadow: none;
}
.footer-layout2 .th-social a:hover {
   color: var(--theme-color);
}
.footer-layout2 .copyright-text a {
   color: var(--theme-color);
}
.footer-top {
   padding: 50px 0;
}
.footer-newsletter {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   gap: 25px;
}
.footer-newsletter.style2 .newsletter-title {
   border-left: 3px solid var(--theme-color);
}
@media (max-width: 991px) {
   .footer-newsletter.style2 .newsletter-title {
      border-left: none;
   }
}
.footer-newsletter .newsletter-title {
   text-transform: capitalize;
   color: var(--white-color);
   max-width: 460px;
   margin-bottom: 0;
   border-left: 3px solid var(--theme-color);
   padding-left: 100px;
   margin-left: 100px;
}
@media (max-width: 1199px) {
   .footer-newsletter .newsletter-title {
      padding-left: 30px;
      margin-left: 0;
   }
}
@media (max-width: 1199px) {
   .footer-logo {
      padding: 40px 15px;
      border: 1px solid var(--border-color);
      border-top: 0;
      text-align: center;
   }
   .footer-newsletter {
      padding: 30px;
      border-left: 1px solid var(--border-color);
      border-right: 1px solid var(--border-color);
   }
}
@media (max-width: 1199px) and (max-width: 575px) {
   .footer-newsletter {
      border-left: none;
      border-right: none;
   }
}
@media (max-width: 991px) {
   .footer-newsletter {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
   }
   .footer-newsletter .newsletter-title {
      max-width: 100%;
      border-left: none;
      padding-left: 0;
   }
}
@media (max-width: 575px) {
   .footer-newsletter {
      padding: 20px;
   }
   .footer-logo {
      padding: 25px 15px;
      border: none;
      border-bottom: 1px solid var(--body-color);
   }
}
@media (max-width: 375px) {
   .newsletter-form {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
.footer-logo2 {
   text-align: center;
   border-bottom: 1px solid var(--border-color);
   padding: 125px 12px 60px 12px;
}
.footer-layout3 {
   background-color: var(--smoke-color2);
   background-size: cover;
}
.footer-layout3 .copyright-text {
   margin: 0;
   color: #6a7178;
}
.footer-layout3 .copyright-text a {
   color: var(--theme-color);
}
.footer-layout3 .copyright-text a:hover {
   color: var(--white-color);
}
.footer-layout4 {
   z-index: 2;
}
.footer-layout4:before {
   content: "";
   position: absolute;
   inset: 0;
   background-color: rgba(22, 25, 33, 0.95);
   z-index: -1;
}
.footer-layout4 .footer-overlay {
   position: absolute;
   inset: 0;
   z-index: -1;
}
.footer-layout5 .copyright-wrap {
   background: #242424;
}
.footer-layout7 {
   position: relative;
   z-index: 2;
}
.footer-layout7:before {
   content: "";
   position: absolute;
   inset: 0;
   background-color: var(--title-color);
   opacity: 0.95;
   z-index: -1;
}
.footer-layout9 {
   position: relative;
   z-index: 2;
}
.footer-layout9:before {
   content: "";
   position: absolute;
   inset: 0;
   background-color: var(--title-color);
   opacity: 0.95;
   z-index: -1;
}
.footer-layout9 .copyright-wrap {
   background-color: #242936;
}
.footer-layout10 .copyright-wrap {
   background-color: #242936;
}
.breadcumb-content {
   text-align: left;
}
.breadcumb-menu {
   max-width: 100%;
   padding: 0;
   margin: 30px 0 -0.5em 0;
   list-style-type: none;
   position: relative;
}
.breadcumb-menu li {
   display: inline-block;
   margin-right: 3px;
   padding-right: 5px;
   color: var(--white-color);
   list-style: none;
   position: relative;
}
.breadcumb-menu li:after {
   content: "\f061";
   position: relative;
   margin-left: 10px;
   font-weight: 600;
   font-size: 15px;
   color: var(--white-color);
   font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
   padding-right: 0;
   margin-right: 0;
}
.breadcumb-menu li:last-child:after {
   display: none;
}
.breadcumb-menu a,
.breadcumb-menu span {
   white-space: normal;
   color: inherit;
   word-break: break-word;
   font-weight: 400;
   font-size: 18px;
   color: var(--theme-color);
}
.breadcumb-title {
   color: var(--white-color);
   font-size: 64px;
   margin: -0.18em 0 -0.14em 0;
   line-height: 1.1;
}
@media (max-width: 767px) {
   .breadcumb-title {
      font-size: 40px;
   }
}
.breadcumb-wrapper {
   background-color: var(--title-color);
   padding: 170px 0;
   overflow: hidden;
   text-align: center;
}
@media (max-width: 1199px) {
   .breadcumb-wrapper {
      padding: 140px 0;
   }
   .breadcumb-menu {
      margin: 20px 0 -0.5em 0;
   }
   .breadcumb-menu li,
   .breadcumb-menu a,
   .breadcumb-menu span {
      font-size: 16px;
   }
}
@media (max-width: 991px) {
   .breadcumb-wrapper {
      padding: 120px 0;
   }
}
@media (max-width: 767px) {
   .breadcumb-wrapper {
      padding: 100px 0;
   }
}
@media (max-width: 575px) {
   .breadcumb-title {
      font-size: 34px;
   }
}
.th-pagination ul {
   margin: 0;
   padding: 0;
}
.th-pagination li {
   display: inline-block;
   margin: 0 3px;
   list-style-type: none;
}
.th-pagination li:last-child {
   margin-right: 0;
}
.th-pagination li:first-child {
   margin-left: 0;
}
.th-pagination span,
.th-pagination a {
   display: inline-block;
   text-align: center;
   position: relative;
   border: none;
   color: var(--title-color);
   background-color: var(--smoke-color);
   border: 1px solid var(--gray-color);
   padding: 0 20px;
   height: 46px;
   line-height: 46px;
   z-index: 1;
   font-size: 18px;
   font-weight: 500;
   border-radius: 10px;
}
.th-pagination span.current,
.th-pagination span:hover,
.th-pagination a.current,
.th-pagination a:hover {
   color: var(--white-color);
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   box-shadow: none;
}
@media (max-width: 767px) {
   .th-pagination span,
   .th-pagination a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
   }
}
blockquote,
.wp-block-quote {
   font-size: 18px;
   line-height: 1.56;
   padding: 44px;
   font-weight: 500;
   display: block;
   position: relative;
   background-color: var(--smoke-color);
   overflow: hidden;
   margin: 35px 0;
   border: none !important;
   color: var(--title-color);
   font-style: italic;
   border-radius: 20px;
}
@media (max-width: 1299px) {
   blockquote,
   .wp-block-quote {
      font-size: 16px;
   }
}
blockquote p,
.wp-block-quote p {
   font-size: inherit;
   font-family: inherit;
   margin-top: -0.3em;
   margin-bottom: 18px;
   line-height: inherit;
   color: inherit;
   width: 100%;
   position: relative;
   z-index: 3;
}
blockquote p a,
.wp-block-quote p a {
   color: inherit;
}
blockquote:before,
.wp-block-quote:before {
   content: "\f10e";
   font-family: var(--icon-font);
   position: absolute;
   right: 80px;
   bottom: 20px;
   font-size: 4rem;
   font-weight: 600;
   opacity: 1;
   line-height: 3.8rem;
   color: var(--theme-color);
   opacity: 0.1;
   font-style: normal;
}
blockquote:after,
.wp-block-quote:after {
   content: "";
   position: absolute;
   left: 0px;
   top: 0px;
   width: 6px;
   height: 100%;
   background-color: var(--theme-color);
}
blockquote cite,
.wp-block-quote cite {
   display: block;
   font-size: 22px;
   position: relative;
   border-color: inherit;
   line-height: 1;
   font-weight: 600;
   margin-top: 0;
   margin-bottom: -0.1em;
   font-style: normal;
   font-family: var(--title-font);
   padding-left: 50px;
   margin-left: 10px;
   text-align: left !important;
}
@media (max-width: 1299px) {
   blockquote cite,
   .wp-block-quote cite {
      font-size: 16px;
   }
}
blockquote cite:before,
.wp-block-quote cite:before {
   content: "";
   height: 3px;
   width: 50px;
   background-color: var(--theme-color);
   position: absolute;
   bottom: 9px;
   left: -10px;
}
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
   padding: 50px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
   font-size: 18px;
   color: var(--body-color);
   font-weight: 400;
   line-height: 1.556;
   background-color: var(--smoke-color);
   padding-left: 160px;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
   right: unset;
   left: 56px;
   top: 60px;
   font-size: 6rem;
   font-weight: 400;
   line-height: 4rem;
   color: var(--theme-color);
   text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
   color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
   background-color: var(--title-color);
   top: 8px;
}
blockquote.is-large cite:before,
blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
   top: unset;
   bottom: 13px;
}
blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
   content: "\f10d";
   right: unset;
   left: 60px;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
   color: var(--title-color) !important;
}
.wp-block-pullquote {
   color: var(--white-color);
   padding: 0;
}
blockquote.has-very-dark-gray-color {
   color: var(--white-color) !important;
}
.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
   padding: 100px 15px 30px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
   width: 100%;
   height: 60px;
   font-size: 30px;
   top: 0;
   background-color: var(--theme-color);
   z-index: 9;
   opacity: 1;
   left: 0px;
   color: var(--white-color);
   text-align: center;
}
.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
   padding: 100px 15px 30px 15px;
   text-align: left;
}
@media (max-width: 575px) {
   .wp-block-quote.is-large:not(.is-style-plain) p,
   .wp-block-quote.is-style-large:not(.is-style-plain) p {
      font-size: 1.2em;
   }
}
.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
   padding-left: 0;
   margin-left: 0;
}
.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
   display: none;
}
.blog-meta {
   display: block;
}
.blog-meta span,
.blog-meta a {
   display: inline-block;
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;
   color: var(--body-color);
   position: relative;
   margin-right: 12px;
   padding-right: 21px;
   text-transform: capitalize;
}
.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;
   padding-right: 0;
}
.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
   display: none;
}
.blog-meta a:hover {
   color: var(--theme-color);
}
.blog-audio img,
.blog-img img,
.blog-video img {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.blog-title a {
   color: inherit;
}
.blog-title a:hover {
   color: var(--theme-color);
}
.th-blog {
   margin-bottom: 30px;
}
.blog-inner-title {
   margin-top: -0.25em;
   margin-bottom: 25px;
}
.blog-inner-title i {
   color: var(--theme-color);
   margin-right: 4px;
}
@media (min-width: 1300px) {
   .page-single,
   .blog-single,
   .th-comments-wrap,
   .th-comment-form {
      margin-right: 0px;
   }
}
.blog-single {
   position: relative;
   margin-bottom: var(--blog-space-y, 40px);
   background-color: var(--white-color);
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 40px;
   overflow: hidden;
}
@media (max-width: 1399px) {
   .blog-single {
      padding: 25px;
   }
}
.blog-single .blog-img {
   margin-bottom: 30px;
}
.blog-single .blog-title {
   margin-bottom: 15px;
   font-size: 30px;
   line-height: 40px;
   font-weight: 600;
}
.blog-single .blog-text {
   margin-bottom: 27px;
}
.blog-single .blog-meta {
   margin: -0.35em 0 10px 0;
}
.blog-single .blog-content {
   margin: 0 0 0 0;
   position: relative;
}
.blog-single .blog-audio {
   line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
   position: relative;
   overflow: hidden;
   background-color: var(--smoke-color);
   border-radius: 20px;
}
.blog-single .blog-img .slick-arrow {
   --pos-x: 30px;
   --icon-size: 45px;
   border: none;
   background-color: var(--white-color);
   color: var(--theme-color);
   border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.blog-single .blog-img .play-btn {
   --icon-size: 60px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .line-btn {
   display: block;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
   max-width: fit-content;
   margin-bottom: -1px;
}
.blog-single:hover .blog-img .slick-arrow {
   opacity: 1;
   visibility: visible;
}
.blog-list-single {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 40px;
   margin-bottom: 50px;
}
@media (max-width: 1199px) {
   .blog-list-single {
      gap: 25px;
   }
}
@media (max-width: 991px) {
   .blog-list-single {
      display: block;
   }
}
.blog-list-single .blog-img {
   min-width: 50%;
}
@media (max-width: 991px) {
   .blog-list-single .blog-img {
      min-width: 100%;
      margin-bottom: 30px;
   }
}
.blog-list-single .blog-img img {
   width: 100%;
   object-fit: cover;
}
.blog-list-single .blog-meta {
   display: block;
   margin-top: -0.3rem;
}
@media (max-width: 1299px) {
   .blog-list-single .blog-title {
      font-size: 36px;
   }
}
.share-links-title {
   font-size: 14px;
   color: var(--title-color);
   font-family: var(--title-font);
   font-weight: 500;
   margin: 0 15px 0 0;
   display: inline-block;
}
.social-links {
   margin: 0;
   padding: 0;
   list-style-type: none;
   display: inline-block;
}
.social-links li {
   display: inline-block;
   margin-right: 15px;
}
.social-links li:last-child {
   margin-right: 0;
}
.social-links a {
   display: inline-block;
   font-size: 14px;
   color: var(--body-color);
   text-align: center;
}
.social-links a:hover {
   color: var(--theme-color);
}
.share-links {
   padding: 40px 0 0 0;
}
.share-links > .row {
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   --bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
   display: inline-block;
}
.blog-details .blog-single {
   background-color: transparent;
}
@media (max-width: 1399px) {
   .blog-single .blog-title {
      font-size: 22px;
      line-height: 33px;
   }
   .share-links {
      --blog-space-x: 20px;
   }
}
@media (max-width: 1199px) {
   blockquote,
   .wp-block-quote {
      font-size: 16px;
      padding: 40px 20px 40px 20px;
   }
   blockquote:before,
   .wp-block-quote:before {
      font-size: 4rem;
      line-height: 2.5rem;
   }
   blockquote.style-left-icon,
   blockquote.is-large:not(.is-style-plain),
   blockquote.is-style-large:not(.is-style-plain),
   blockquote.has-text-align-right,
   .wp-block-quote.style-left-icon,
   .wp-block-quote.is-large:not(.is-style-plain),
   .wp-block-quote.is-style-large:not(.is-style-plain),
   .wp-block-quote.has-text-align-right {
      padding: 40px 20px 40px 20px;
   }
   .blog-meta span,
   .blog-meta a {
      margin-right: 6px;
      padding-right: 15px;
   }
}
@media (max-width: 991px) {
   .blog-details .blog-single {
      --blog-space-x: 20px;
      --blog-space-y: 40px;
   }
   .share-links {
      --blog-space-x: 40px;
   }
}
@media (max-width: 767px) {
   .share-links {
      --blog-space-x: 20px;
   }
   .wp-block-pullquote.is-style-solid-color blockquote {
      max-width: 90%;
   }
   blockquote cite,
   .wp-block-quote cite {
      font-size: 18px;
   }
   .blog-meta span,
   .blog-meta a {
      margin-right: 6px;
      padding-right: 6px;
   }
   .blog-meta span:after,
   .blog-meta a:after {
      display: none;
   }
   .blog-details .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;
   }
   .blog-single .blog-bottom {
      padding-top: 15px;
   }
   .blog-single .share-links-title {
      font-size: 18px;
      margin: 0 0 10px 0;
   }
}
@media (max-width: 575px) {
   .blog-meta span,
   .blog-meta a {
      margin-right: 5px;
      padding-right: 5px;
   }
   .blog-meta span:after,
   .blog-meta a:after {
      display: none;
   }
}
.th-comment-form {
   background-color: var(--smoke-color);
   margin-top: 60px;
   margin-bottom: 30px;
   padding: var(--blog-space-y, 60px) var(--blog-space-x, 60px);
   border-radius: 20px;
   position: relative;
   margin-bottom: 0;
}
.th-comment-form .row {
   --bs-gutter-x: 20px;
}
.th-comment-form .blog-inner-title {
   margin-bottom: 0px;
}
.th-comment-form .form-title {
   margin-top: -0.35em;
}
.th-comment-form .form-title a#cancel-comment-reply-link {
   font-size: 0.7em;
   text-decoration: underline;
}
.th-comment-form .form-group {
   margin-bottom: 25px;
   position: relative;
}
.th-comment-form select,
.th-comment-form .form-control,
.th-comment-form .form-select,
.th-comment-form textarea,
.th-comment-form input {
   color: var(--body-color);
   background-color: var(--white-color);
   border-radius: 10px;
}
.th-comment-form .form-text {
   margin-bottom: 25px;
}
.blog-comment-area {
   margin-bottom: 25px;
}
.th-comments-wrap {
   margin-top: var(--blog-space-y, 40px);
   margin-bottom: 30px;
}
.th-comments-wrap .description p:last-child {
   margin-bottom: -0.5em;
}
.th-comments-wrap .comment-respond {
   margin: 30px 0;
}
.th-comments-wrap pre {
   background: #ededed;
   color: #666;
   font-size: 14px;
   margin: 20px 0;
   overflow: auto;
   padding: 20px;
   white-space: pre-wrap;
   word-wrap: break-word;
}
.th-comments-wrap li {
   margin: 0;
}
.th-comments-wrap .th-post-comment {
   padding: 0;
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 30px;
   padding-bottom: 30px;
   position: relative;
   border-bottom: 1px solid var(--border-color);
}
.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
   margin-bottom: 1rem;
}
.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
   margin-bottom: 0;
}
.th-comments-wrap ul.comment-list {
   list-style: none;
   margin: 0;
   padding: 0;
   margin-bottom: -30px;
}
.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
   margin-bottom: 0;
}
.th-comments-wrap .comment-avater {
   width: 110px;
   height: 110px;
   margin-right: 20px;
   overflow: hidden;
   border-radius: 20px;
}
.th-comments-wrap .comment-avater img {
   width: 100%;
}
.th-comments-wrap .comment-content {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   margin-top: -6px;
   position: relative;
}
.th-comments-wrap .commented-on {
   font-size: 14px;
   display: inline-block;
   margin-bottom: 2px;
   font-weight: 400;
   color: var(--body-color);
}
.th-comments-wrap .commented-on i {
   margin-right: 7px;
   font-size: 0.9rem;
   color: var(--theme-color);
}
.th-comments-wrap .name {
   margin-bottom: 12px;
   font-weight: 600;
   font-size: 20px;
}
.th-comments-wrap .comment-top {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.th-comments-wrap .text {
   margin-bottom: 10px;
}
@media (max-width: 1199px) {
   .th-comments-wrap .text {
      font-size: 14px;
   }
}
.th-comments-wrap .children {
   margin: 0;
   padding: 0;
   list-style-type: none;
   margin-left: 80px;
}
.th-comments-wrap .reply_and_edit {
   margin-top: 12px;
   margin-bottom: -0.46em;
   position: absolute;
   right: 0;
   top: 0;
}
.th-comments-wrap .reply_and_edit a {
   margin-right: 10px;
}
.th-comments-wrap .reply_and_edit a:last-child {
   margin-right: 0;
}
.th-comments-wrap .reply-btn {
   font-weight: 600;
   font-size: 16px;
   color: var(--title-color);
   display: inline-block;
}
.th-comments-wrap .reply-btn i {
   margin-right: 7px;
}
.th-comments-wrap .reply-btn:hover {
   color: var(--theme-color);
}
.th-comments-wrap .star-rating {
   font-size: 12px;
   margin-bottom: 10px;
   position: absolute;
   top: 5px;
   right: 0;
   width: 100px;
}
.th-comment-num {
   color: var(--theme-color);
}
ul.comment-list .th-comment-item:last-child > .th-post-comment {
   border-bottom: none;
   padding-bottom: 0;
}
ul.comment-list .th-comment-item:first-child > .th-post-comment {
   padding-bottom: 30px;
   border-bottom: 1px solid var(--border-color);
}
.th-comments-wrap.th-comment-form {
   margin: 0;
}
@media (max-width: 1399px) {
   .th-comment-form,
   .th-comments-wrap {
      padding: 40px 20px;
   }
}
@media (max-width: 1199px) {
   .th-comments-wrap .children {
      margin-left: 40px;
   }
}
@media (max-width: 991px) {
   .th-comment-form,
   .th-comments-wrap {
      padding: 40px;
   }
}
@media (max-width: 767px) {
   .th-comment-form,
   .th-comments-wrap {
      padding: 40px 20px;
   }
   .th-comments-wrap .th-post-comment {
      display: block;
   }
   .th-comments-wrap .star-rating {
      position: relative;
      top: 0;
      right: 0;
   }
   .th-comments-wrap .comment-top {
      display: block;
   }
   .th-comments-wrap .comment-avater {
      margin-right: 0;
      margin-bottom: 25px;
   }
   .th-comments-wrap .children {
      margin-left: 40px;
   }
   .th-comments-wrap .children {
      margin-left: 30px;
   }
}
@media (max-width: 767px) {
   .th-comment-form {
      --blog-space-x: 20px;
   }
}
.th-hero-wrapper {
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.th-hero-wrapper .slick-arrow {
   --pos-x: 100px;
   background-color: rgba(255, 255, 255, 0.2);
   color: var(--white-color);
}
.th-hero-wrapper .slick-arrow:hover {
   background-color: var(--theme-color);
}
.th-hero-wrapper .slick-dots {
   position: absolute;
   top: 50%;
   left: 80px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
@media (max-width: 1500px) {
   .th-hero-wrapper .slick-arrow {
      --pos-x: 40px;
   }
}
.th-hero-bg {
   position: absolute;
   inset: 0;
}
.th-hero-bg img {
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.number-dots .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;
   position: absolute;
   top: 50%;
   left: 80px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.number-dots .slick-dots li {
   display: block;
   margin: 0;
}
.number-dots .slick-dots button {
   font-size: 0;
   padding: 0;
   background-color: transparent;
   width: 16px;
   height: 16px;
   line-height: 0;
   border-radius: 0;
   border: none;
   background-color: var(--white-color);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   position: relative;
   margin-bottom: 25px;
}
@media (max-width: 1500px) {
   .number-dots .slick-dots button {
      display: none;
   }
}
.number-dots .slick-dots button:before {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   width: 30px;
   height: 30px;
   margin: -15px 0 0 -15px;
   border: 1px solid var(--theme-color);
   border-radius: 0;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   opacity: 0;
   visibility: hidden;
}
.number-dots .slick-dots button:hover {
   border-color: var(--theme-color);
}
.number-dots .slick-dots .slick-active button {
   background-color: var(--theme-color);
}
.number-dots .slick-dots .slick-active button::before {
   opacity: 1;
   visibility: visible;
}
.hero-subtitle {
   position: relative;
   font-family: var(--style-font);
   color: var(--theme-color-2);
   font-weight: 400;
   font-size: 20px;
   letter-spacing: 1px;
   text-transform: capitalize;
   display: block;
   margin-bottom: 16px;
}
@media (max-width: 575px) {
   .hero-subtitle {
      letter-spacing: 0.1em;
   }
}
.hero-subtitle.style2 {
   color: var(--theme-color);
}
@media (max-width: 375px) {
   .hero-subtitle.style2 {
      letter-spacing: 0.1em;
   }
}
@media (max-width: 767px) {
   .hero-subtitle.style2::before {
      background-color: var(--theme-color);
      margin-left: -6.6rem;
   }
}
@media (max-width: 767px) and (max-width: 767px) {
   .hero-subtitle.style2::before {
      display: none;
   }
}
@media (max-width: 767px) and (max-width: 575px) {
   .hero-subtitle.style2::before {
      margin-left: -5rem;
   }
}
.hero-subtitle.style2::after {
   background-color: var(--theme-color);
   margin-left: 1.4rem;
}
.hero-subtitle.black {
   color: var(--title-color);
}
@media (max-width: 375px) {
   .hero-subtitle.black {
      letter-spacing: 0.1em;
   }
}
@media (max-width: 767px) {
   .hero-subtitle.black::before {
      background-color: var(--title-color);
      margin-left: -6.6rem;
   }
}
@media (max-width: 767px) and (max-width: 767px) {
   .hero-subtitle.black::before {
      display: none;
   }
}
@media (max-width: 767px) and (max-width: 575px) {
   .hero-subtitle.black::before {
      margin-left: -5rem;
   }
}
.hero-subtitle.black::after {
   background-color: var(--title-color);
   margin-left: 1.4rem;
}
@media (max-width: 575px) {
   .hero-subtitle {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px;
   }
}
.hero-subtitle::before,
.hero-subtitle:after {
   content: "";
   position: absolute;
   top: 50%;
   height: 2px;
   width: 80px;
}
@media (max-width: 575px) {
   .hero-subtitle::before,
   .hero-subtitle:after {
      display: none;
   }
}
@media (max-width: 375px) {
   .hero-subtitle::before,
   .hero-subtitle:after {
      display: none;
   }
}
@media (max-width: 767px) {
   .hero-subtitle::before {
      background-color: var(--theme-color);
      margin-left: -6.6rem;
   }
}
@media (max-width: 767px) and (max-width: 575px) {
   .hero-subtitle::before {
      margin-left: -5rem;
   }
}
.hero-subtitle::after {
   background-color: var(--theme-color-2);
   margin-left: 1.4rem;
}
.hero-title {
   font-weight: 800;
   font-size: 74px;
   text-transform: capitalize;
   margin-bottom: 0px;
   color: var(--white-color);
}
.hero-title:last-of-type {
   margin-bottom: 20px;
}
.hero-text {
   color: var(--white-color);
   margin-bottom: 40px;
   font-weight: 400;
   text-transform: capitalize;
}
.hero-style1 {
   position: relative;
   z-index: 6;
   padding: 210px 0 210px 0;
   max-width: 709px;
}
.hero-1 {
   background-color: var(--smoke-color);
   background-size: auto;
   background-position: top center;
   position: relative;
   z-index: 9;
}
.hero-1 .th-hero-bg:before,
.hero-1 .th-hero-bg:after {
   content: "";
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.hero-1 .th-hero-bg:before {
   background: -webkit-linear-gradient(
      left,
      #0f172a 11.93%,
      rgba(15, 23, 42, 0.951508) 24.74%,
      rgba(15, 23, 42, 0.890928) 37.55%,
      rgba(15, 23, 42, 0.829997) 47.86%,
      rgba(15, 23, 42, 0) 100%
   );
   background: linear-gradient(
      90deg,
      #0f172a 11.93%,
      rgba(15, 23, 42, 0.951508) 24.74%,
      rgba(15, 23, 42, 0.890928) 37.55%,
      rgba(15, 23, 42, 0.829997) 47.86%,
      rgba(15, 23, 42, 0) 100%
   );
   z-index: 2;
}
.hero-1 .th-hero-bg::after {
   background: rgba(15, 23, 42, 0.5);
   mix-blend-mode: soft-light;
   z-index: 1;
}
.hero-1 .hero-shape {
   position: absolute;
   left: 0;
   top: 51%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 4;
}
@media (max-width: 1400px) {
   .hero-1 .hero-shape {
      display: none;
   }
   .hero-style1 {
      padding: 170px 0;
   }
}
@media (max-width: 1299px) {
   .hero-title {
      font-size: 72px;
   }
   .hero-style1 {
      padding: 140px 0;
   }
}
@media (max-width: 1199px) {
   .hero-title {
      font-size: 64px;
   }
}
@media (max-width: 991px) {
   .hero-title {
      font-size: 60px;
   }
   .hero-subtitle {
      font-size: 28px;
      margin-bottom: 10px;
   }
   .hero-subtitle img {
      max-width: 170px;
   }
   .hero-style1 {
      padding: 110px 0;
      max-width: 609px;
   }
}
@media (max-width: 767px) {
   .hero-title {
      font-size: 52px;
      line-height: 62px;
      margin-bottom: 0px;
   }
   .hero-style1 {
      padding: 90px 0;
      text-align: center;
   }
   .hero-style1 .hero-text,
   .hero-style3 .hero-text {
      max-width: 420px;
      display: block;
      margin: 0 auto;
      margin-bottom: 30px;
   }
   .hero-style1 .btn-group,
   .hero-style3 .btn-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
@media (max-width: 575px) {
   .hero-title {
      font-size: 44px;
      line-height: 1.2;
   }
   .hero-text {
      margin-bottom: 28px;
   }
}
@media (max-width: 390px) {
   .hero-title {
      font-size: 30px;
      line-height: 1.3;
   }
}
.hero-2 {
   position: relative;
}
.hero-2 .slick-arrow {
   top: 54%;
}
.hero-style2 {
   position: relative;
   z-index: 6;
   padding: 300px 0 255px 0;
   max-width: 730px;
   margin-left: 130px;
}
@media (max-width: 767px) {
   .hero-style2 {
      margin-left: 100px;
   }
}
@media (max-width: 510px) {
   .hero-style2 {
      margin-left: 0px;
   }
}
@media (max-width: 375px) {
   .hero-style2 {
      max-width: 100%;
   }
}
.hero-style2 .hero-text {
   font-family: var(--title-font);
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 40px;
}
.hero-style2 .hero-title:last-of-type {
   margin-bottom: 25px;
}
.hero-style2 .shape-top {
   margin-bottom: 25px;
}
@media (max-width: 991px) {
   .hero-style2 .btn-group {
      margin-top: 25px;
   }
}
.hero-shape2 {
   position: absolute;
   content: "";
   min-width: 873px;
   max-height: 80px;
   top: 156px;
   left: 0;
   bottom: 156px;
   background-color: var(--theme-color);
   -webkit-clip-path: polygon(0% 0%, 100% 0, 86% 100%, 86% 100%, 0% 100%);
   clip-path: polygon(0% 0%, 100% 0, 86% 100%, 86% 100%, 0% 100%);
   z-index: 2;
   opacity: 0.2;
}
@media (min-width: 1922px) {
   .hero-shape2 {
      min-width: 45%;
   }
}
@media (max-width: 1199px) {
   .hero-shape2 {
      min-width: 700px;
   }
}
@media (max-width: 991px) {
   .hero-shape2 {
      top: 100px;
      bottom: 100px;
   }
}
@media (max-width: 767px) {
   .hero-shape2 {
      min-width: 550px;
   }
}
@media (max-width: 575px) {
   .hero-shape2 {
      min-width: 400px;
   }
}
@media (max-width: 510px) {
   .hero-shape2 {
      display: none;
   }
}
.hero-shape3 {
   position: absolute;
   content: "";
   min-width: 873px;
   max-height: 80px;
   top: 156px;
   left: 0;
   bottom: 156px;
   min-width: 883px;
   background-color: var(--body-color);
   -webkit-clip-path: polygon(0% 0%, 100% 0, 86% 100%, 86% 100%, 0% 100%);
   clip-path: polygon(0% 0%, 100% 0, 86% 100%, 86% 100%, 0% 100%);
}
@media (min-width: 1922px) {
   .hero-shape3 {
      min-width: 45.5%;
   }
}
@media (max-width: 1199px) {
   .hero-shape3 {
      min-width: 710px;
   }
}
@media (max-width: 991px) {
   .hero-shape3 {
      top: 100px;
      bottom: 100px;
   }
}
@media (max-width: 767px) {
   .hero-shape3 {
      min-width: 560px;
   }
}
@media (max-width: 575px) {
   .hero-shape3 {
      min-width: 410px;
   }
}
@media (max-width: 510px) {
   .hero-shape3 {
      display: none;
   }
}
.hero-shape4 {
   position: absolute;
   content: "";
   max-width: 80px;
   min-height: 506px;
   top: 156px;
   left: 0;
   bottom: 156px;
   width: 100%;
   background-color: var(--theme-color);
   opacity: 0.2;
}
@media (max-width: 510px) {
   .hero-shape4 {
      display: none;
   }
}
.hero-shape5 {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
}
.hero-social {
   position: absolute;
   top: auto;
   bottom: 208px;
   left: 26px;
   z-index: 3;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   -webkit-writing-mode: vertical-lr;
   -ms-writing-mode: tb-lr;
   writing-mode: vertical-lr;
}
@media (max-width: 1199px) {
   .hero-social {
      top: auto;
      bottom: 180px;
   }
}
@media (max-width: 991px) {
   .hero-social {
      top: auto;
      bottom: 20px;
   }
}
@media (max-width: 510px) {
   .hero-social {
      display: none;
   }
}
.hero-social a {
   display: inline-block;
   color: var(--white-color);
   font-family: var(--title-font);
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 20px;
   position: relative;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
@media (max-width: 767px) {
   .hero-social a {
      font-size: 12px;
   }
}
.hero-social a:hover {
   color: var(--title-color);
}
.hero-social a:hover:before {
   opacity: 1;
   visibility: visible;
}
.hero-social a:before {
   content: "";
   height: 6px;
   width: 6px;
   display: inline-block;
   background-color: var(--title-color);
   position: relative;
   position: relative;
   top: -2px;
   border-radius: 30px;
   opacity: 0;
   visibility: visible;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
@media (max-width: 1199px) {
   .hero-style2 .shape-top img,
   .hero-style2 .shape-bottom img {
      max-width: 550px;
   }
   .hero-style2 .hero-text {
      margin-bottom: 35px;
   }
}
@media (max-width: 991px) {
   .hero-style2 {
      padding: 240px 0 100px 0;
      max-width: 500px;
   }
   .hero-style2 .hero-title {
      font-size: 50px;
      line-height: 60px;
   }
   .hero-style2 .hero-text {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .hero-style2 {
      padding: 210px 0 100px 0;
   }
   .hero-style2 .hero-title {
      font-size: 40px;
      line-height: 50px;
   }
}
@media (max-width: 510px) {
   .hero-style2 {
      padding: 100px 0 100px 0;
   }
   .hero-style2 .hero-title {
      font-size: 40px;
      line-height: 50px;
      text-align: center;
   }
   .hero-style2 .hero-subtitle.style2 {
      text-align: center;
   }
   .hero-style2 .btn-group {
      margin-top: 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px;
   }
}
@media (max-width: 575px) {
   .hero-2 .th-hero-bg:before {
      opacity: 0.6;
   }
   .hero-style2 .hero-title:last-of-type {
      margin-bottom: 12px;
   }
   .hero-style2 .hero-text {
      font-size: 18px;
      margin-bottom: 30px;
   }
}
@media (max-width: 422px) {
   .hero-style2 .hero-title,
   .hero-style3 .hero-title {
      font-size: 30px;
   }
}
.hero-3 .th-hero-bg:before {
   content: "";
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   background: -webkit-linear-gradient(
      top,
      rgba(16, 16, 16, 0.93) 0%,
      #101010 100%
   );
   background: linear-gradient(180deg, rgba(16, 16, 16, 0.93) 0%, #101010 100%);
}
.hero-3 .hero-img {
   position: absolute;
   top: auto;
   bottom: 0px;
   right: 40px;
   z-index: 3;
}
@media (max-width: 1199px) {
   .hero-3 .hero-img {
      max-width: 100%;
   }
}
@media (max-width: 1199px) {
   .hero-3 .hero-img {
      position: relative;
      right: 0;
      top: 80px;
   }
   .hero-3 .hero-img img {
      margin-top: 50px;
   }
}
@media (max-width: 575px) {
   .hero-3 .hero-img img {
      margin-top: 100px;
   }
}
.hero-3 .hero-anime-img {
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1;
   top: 0;
}
@media (max-width: 1700px) {
   .hero-3 .hero-anime-img {
      display: none;
   }
}
.hero-style3 {
   position: relative;
   z-index: 6;
   padding: 362px 0 258px 0;
   max-width: 661px;
}
@media (max-width: 1199px) {
   .hero-style3 {
      padding: 120px 0 120px 0;
      text-align: center;
      max-width: 100%;
   }
}
@media (max-width: 767px) {
   .hero-style3 {
      text-align: center;
      padding: 80px 0 0px 0;
   }
}
.hero-style3 .hero-title {
   margin-bottom: 34px;
}
@media (max-width: 1199px) {
   .hero-style3 .btn-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
@media (max-width: 991px) {
   .hero-style3 .hero-subtitle {
      font-size: 28px;
   }
   .hero-style3 .hero-subtitle img {
      max-width: 100%;
   }
}
@media (max-width: 767px) {
   .hero-style3 {
      text-align: center;
   }
   .hero-subtitle:before {
      background-color: var(--theme-color);
      margin-left: -6.6rem;
   }
   .hero-3 .th-hero-bg {
      background-size: 180% 100%;
   }
}
@media (max-width: 575px) {
   .hero-3 .th-hero-bg {
      background-size: 200% 100%;
   }
   .hero-style3 {
      padding: 80px 0 0px 0;
   }
}
.hero-4 .th-hero-bg {
   border-radius: 50px;
}
@media (max-width: 1399px) {
   .hero-4 .th-hero-bg {
      margin: 0 40px;
   }
}
@media (max-width: 575px) {
   .hero-4 .th-hero-bg {
      margin: 0;
      border-radius: 0px;
   }
}
.hero-4:before,
.hero-4:after {
   content: "";
   position: absolute;
   top: 0;
   width: 1001px;
   height: 859px;
   z-index: -1;
}
.hero-4:before {
   left: 0;
   background: rgba(108, 42, 230, 0.3);
   -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
   -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
   transform: matrix(-1, 0, 0, 1, 0, 0);
   -webkit-clip-path: polygon(100% 1%, 100% 100%, 0% 50%);
   clip-path: polygon(100% 1%, 100% 100%, 0% 50%);
}
.hero-4:after {
   right: 0;
   background: rgba(235, 0, 39, 0.3);
   -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
   -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
   transform: matrix(-1, 0, 0, 1, 0, 0);
   -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.hero-4 .hero-img {
   position: absolute;
   top: -90px;
   right: 0px;
   z-index: 3;
}
@media (max-width: 1500px) {
   .hero-4 .hero-img {
      right: -100px;
   }
}
@media (max-width: 1199px) {
   .hero-4 .hero-img {
      position: relative;
      right: 0;
      top: 0px;
   }
}
@media (max-width: 767px) {
   .hero-4 .hero-img {
      position: relative;
      right: 0;
   }
}
.hero-style4 {
   position: relative;
   z-index: 6;
   padding: 237px 0 247px 0;
   max-width: 661px;
}
@media (max-width: 1299px) {
   .hero-style4 {
      padding: 150px 0px 150px 40px;
   }
}
@media (max-width: 1199px) {
   .hero-style4 {
      padding: 80px 0 120px 0;
      text-align: center;
      max-width: 100%;
   }
}
@media (max-width: 991px) {
   .hero-style4 {
      padding: 80px 20px 80px 20px;
   }
}
.hero-style4 .hero-title {
   text-transform: uppercase;
   margin-bottom: 15px;
}
.hero-style4 .hero-subtitle {
   margin-bottom: 13px;
}
@media (max-width: 375px) {
   .hero-style4 .hero-subtitle {
      font-size: 20px;
   }
}
.hero-style4 .hero-text {
   max-width: 550px;
}
@media (max-width: 1199px) {
   .hero-style4 .hero-text {
      display: block;
      margin: auto auto 40px auto;
   }
}
@media (max-width: 1199px) {
   .hero-style4 .btn-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
@media (min-width: 1400px) {
   .hero-4 .th-hero-bg {
      margin: 0 80px;
   }
}
.hero-5 {
   overflow: visible;
}
.hero-5 .hero-image {
   position: absolute;
   top: 0;
   right: 7%;
   min-width: 552px;
   height: 880px;
}
@media (max-width: 1199px) {
   .hero-5 .hero-image {
      right: -14%;
      min-width: 450px;
   }
}
@media (max-width: 991px) {
   .hero-5 .hero-image {
      position: relative;
      min-width: 100%;
      height: 100%;
      right: 0;
   }
}
.hero-5 .hero-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.hero-5 .hero-arrow-icon {
   position: absolute;
   top: 48%;
   right: -47px;
   width: 96px;
   height: 340px;
   -webkit-filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.25));
   filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.25));
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
   .hero-5 .hero-arrow-icon {
      display: none;
   }
}
.hero-5 .hero-arrow-icon:before {
   content: "";
   position: absolute;
   inset: 0;
   background: #161921;
   -webkit-clip-path: path(
      "M15 99.9454C15 84.3391 22.287 69.6278 34.7016 60.1709L94 15V338L40.2391 307.355C24.6344 298.46 15 281.879 15 263.917V99.9454Z"
   );
   clip-path: path(
      "M15 99.9454C15 84.3391 22.287 69.6278 34.7016 60.1709L94 15V338L40.2391 307.355C24.6344 298.46 15 281.879 15 263.917V99.9454Z"
   );
}
.hero-5 .icon-box {
   position: absolute;
   top: 50%;
   right: 0%;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
.hero-5 .icon-box .slick-arrow {
   --pos-x: 0;
   --icon-size: auto;
   --icon-font-size: 30px;
   background-color: transparent;
   border: none;
   box-shadow: none;
}
.hero-5 .icon-box .slick-arrow:hover {
   color: var(--theme-color);
}
.hero-style5 {
   padding: 238px 0 237px 0;
   max-width: 638px;
}
@media (max-width: 991px) {
   .hero-style5 {
      padding: 80px 0 80px 0;
      text-align: center;
      display: block;
      margin: auto;
      max-width: 100%;
   }
   .hero-style5 .btn-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
.hero-style5 .hero-title {
   font-weight: 600;
   font-size: 74px;
   line-height: 84px;
   text-transform: uppercase;
   display: block;
   margin-bottom: 35px;
}
@media (max-width: 1199px) {
   .hero-style5 .hero-title {
      font-size: 64px;
      line-height: 74px;
   }
}
@media (max-width: 991px) {
   .hero-style5 .hero-title {
      font-size: 50px;
      line-height: 60px;
   }
}
@media (max-width: 575px) {
   .hero-style5 .hero-title {
      font-size: 40px;
      line-height: 50px;
   }
}
@media (max-width: 375px) {
   .hero-style5 .hero-title {
      font-size: 30px;
      line-height: 40px;
   }
}
.hero-style5 .hero-title2 {
   color: var(--white-color);
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: var(--white-color);
   text-transform: uppercase;
   display: block;
}
.hero-6 .hero-img {
   position: absolute;
   top: auto;
   bottom: 0px;
   right: 7%;
   z-index: 3;
}
@media (max-width: 1699px) {
   .hero-6 .hero-img {
      right: 2%;
   }
}
@media (max-width: 1599px) {
   .hero-6 .hero-img {
      right: 0%;
   }
}
@media (max-width: 1299px) {
   .hero-6 .hero-img {
      right: -5%;
   }
}
@media (max-width: 1199px) {
   .hero-6 .hero-img {
      max-width: 100%;
   }
}
@media (max-width: 1199px) {
   .hero-6 .hero-img {
      position: relative;
      top: 80px;
   }
}
@media (max-width: 767px) {
   .hero-6 .hero-img {
      right: 0;
   }
}
.hero-6 .hero-anime-img {
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1;
   top: 0;
}
@media (max-width: 1700px) {
   .hero-6 .hero-anime-img {
      display: none;
   }
}
.hero-style6 {
   position: relative;
   z-index: 6;
   padding: 196px 0;
   max-width: 720px;
}
@media (max-width: 1199px) {
   .hero-style6 {
      padding: 120px 0 120px 0;
      text-align: center;
      max-width: 100%;
   }
}
.hero-style6 .hero-title {
   text-transform: uppercase;
   margin-bottom: 15px;
}
.hero-style6 .hero-text {
   color: var(--white-color);
}
@media (max-width: 1199px) {
   .hero-style6 .btn-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
.hero-style6 .timer-counter {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   max-width: 485px;
   margin-bottom: 35px;
}
@media (max-width: 1199px) {
   .hero-style6 .timer-counter {
      text-align: center;
      margin: auto auto 35px auto;
   }
}
.hero-style6 .timer-counter li .count-number {
   font-size: 30px;
   line-height: 30px;
}
.hero-style6 .timer-counter li .count-name {
   color: var(--theme-color);
   font-size: 14px;
   line-height: 35px;
}
.hero-style6 .timer-counter li:not(:last-child):before {
   content: ":";
   position: absolute;
   right: -80%;
   top: 13%;
   font-size: 20px;
   color: var(--theme-color);
   font-weight: 700;
}
@media (max-width: 991px) {
   .hero-style6 .hero-subtitle {
      font-size: 28px;
   }
   .hero-style6 .hero-subtitle img {
      max-width: 100%;
   }
}
@media (max-width: 767px) {
   .hero-style6 {
      padding: 80px 0;
   }
   .hero-subtitle:before {
      background-color: var(--theme-color);
      margin-left: -6.6rem;
   }
   .hero-6 .th-hero-bg {
      background-size: 180% 100%;
   }
}
.hero-7 {
   position: relative;
}
.hero-7 .hero-image {
   position: absolute;
   top: 30px;
   right: 9%;
   min-width: 730px;
}
@media (max-width: 1699px) {
   .hero-7 .hero-image {
      right: 0;
   }
}
@media (max-width: 1299px) {
   .hero-7 .hero-image {
      min-width: 450px;
   }
}
@media (max-width: 1199px) {
   .hero-7 .hero-image {
      right: -14%;
   }
}
@media (max-width: 991px) {
   .hero-7 .hero-image {
      position: relative;
      min-width: 100%;
      height: 100%;
      right: 0;
   }
}
.hero-7 .hero-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.hero-7 .icon-box {
   position: absolute;
   bottom: 60px;
   right: 160px;
}
@media (max-width: 1699px) {
   .hero-7 .icon-box {
      bottom: 20px;
      right: 70px;
   }
}
@media (max-width: 767px) {
   .hero-7 .icon-box {
      display: none !important;
   }
}
.hero-7 .icon-box .slick-arrow {
   color: var(--title-color);
}
.hero-7 .icon-box .slick-arrow:hover {
   color: var(--white-color);
}
.hero-style7 {
   padding: 233px 0;
   max-width: 628px;
}
@media (max-width: 991px) {
   .hero-style7 {
      padding: 80px 0 80px 0;
      text-align: center;
      display: block;
      margin: auto;
      max-width: 100%;
   }
   .hero-style7 .btn-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
.hero-style7 .hero-title {
   position: relative;
   font-weight: 600;
   font-size: 74px;
   line-height: 84px;
   color: var(--title-color);
   text-transform: uppercase;
   margin-bottom: 40px;
}
@media (max-width: 1299px) {
   .hero-style7 .hero-title {
      font-size: 64px;
      line-height: 74px;
   }
}
@media (max-width: 991px) {
   .hero-style7 .hero-title {
      font-size: 50px;
      line-height: 60px;
   }
}
@media (max-width: 575px) {
   .hero-style7 .hero-title {
      font-size: 40px;
      line-height: 50px;
   }
}
@media (max-width: 375px) {
   .hero-style7 .hero-title {
      font-size: 30px;
      line-height: 40px;
   }
}
.hero-style7 .hero-video {
   position: relative;
}
.hero-style7 .hero-video img {
   border-radius: 10px;
}
.hero-style7 .hero-video .play-btn {
   position: absolute;
   top: 55%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
}
.hero-style7 .hero-video .play-btn > i {
   --icon-size: 20px;
   line-height: 20px;
   font-size: 14px;
}
.hero-8 .hero8-image {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   margin-right: -40px;
}
@media (max-width: 1399px) {
   .hero-8 .hero8-image {
      margin-right: 0;
   }
}
@media (max-width: 991px) {
   .hero-8 .hero8-image {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 80px;
   }
}
.hero-8 .hero8-image .hero-img1 {
   position: relative;
   max-width: 244px;
   z-index: 2;
}
.hero-8 .hero8-image .hero-img2 {
   margin: -30px 0 0 -30px;
}
.hero-8 .hero8-image img {
   border-radius: 200px;
}
.hero-8 .hero8-wrapp {
   position: relative;
}
.hero-8 .hero8-dot {
   position: absolute;
   top: -50px;
   right: -60px;
}
@media (max-width: 1399px) {
   .hero-8 .hero8-dot {
      right: -18px;
   }
}
@media (max-width: 991px) {
   .hero-8 .hero8-dot {
      right: 100px;
   }
}
@media (max-width: 767px) {
   .hero-8 .hero8-dot {
      right: 7px;
   }
}
@media (max-width: 575px) {
   .hero-8 .hero8-dot {
      right: 25px;
   }
}
@media (max-width: 480px) {
   .hero-8 .hero8-dot {
      right: -10px;
   }
}
.hero-8 .hero8-dot:before {
   content: "";
   position: absolute;
   left: 30%;
   top: 16%;
   width: 13px;
   height: 13px;
   border-radius: 50%;
   background-color: var(--theme-color);
}
.hero-8 .th-circle .circle {
   position: absolute;
   width: 20px;
   height: 20px;
   display: block;
   background-color: var(--theme-color);
   border-radius: 50%;
}
.hero-8 .th-circle .circle.style1 {
   left: 4%;
   bottom: 15%;
   -webkit-animation: fadeLeftRight 10s linear infinite;
   animation: fadeLeftRight 10s linear infinite;
   -webkit-transition-delay: 2s;
   transition-delay: 2s;
}
.hero-8 .th-circle .circle.style2 {
   width: 23px;
   height: 23px;
   top: 11%;
   left: 18%;
   background-color: var(--title-color);
   -webkit-animation: fadeLeftRight 10s linear infinite;
   animation: fadeLeftRight 10s linear infinite;
}
@media (max-width: 767px) {
   .hero-8 .th-circle .circle.style2 {
      display: none;
   }
}
.hero-8 .th-circle .circle.style3 {
   width: 73px;
   height: 73px;
   background-color: var(--theme-color);
   opacity: 0.2;
   top: 14%;
   left: 50%;
   -webkit-animation: zoom1 3s infinite ease-in-out;
   animation: zoom1 3s infinite ease-in-out;
}
@media (max-width: 575px) {
   .hero-8 .th-circle .circle.style3 {
      display: none;
   }
}
.hero-style8 {
   padding: 233px 0;
}
@media (max-width: 991px) {
   .hero-style8 {
      padding: 180px 0 90px 0;
      text-align: center;
   }
}
@media (max-width: 767px) {
   .hero-style8 {
      padding: 100px 0 90px 0;
   }
}
.hero-style8 .hero-title {
   color: var(--title-color);
   text-transform: uppercase;
   margin-bottom: 45px;
}
@media (max-width: 1299px) {
   .hero-style8 .hero-title {
      font-size: 62px;
   }
}
@media (max-width: 1199px) {
   .hero-style8 .hero-title {
      font-size: 55px;
   }
}
@media (max-width: 575px) {
   .hero-style8 .hero-title {
      font-size: 45px;
   }
}
@media (max-width: 480px) {
   .hero-style8 .hero-title {
      font-size: 40px;
   }
}
@media (max-width: 375px) {
   .hero-style8 .hero-title {
      font-size: 30px;
   }
}
.hero-style8 .play-btn > i {
   --icon-font-size: 22px;
   border-radius: 10px;
   background-color: var(--white-color);
   color: var(--title-color);
   font-weight: 600;
   box-shadow: 0px 2px 5.1px 0px rgba(0, 0, 0, 0.08);
}
.hero-style8 .play-btn > i:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
@media (max-width: 375px) {
   .hero-style8 .hero-subtitle {
      font-size: 20px;
   }
}
.hero-style8 .btn-title {
   color: var(--title-color);
   font-size: 18px;
}
.hero-9 .hero-overlay {
   position: absolute;
   inset: 0;
}
.hero-style9 {
   position: relative;
   padding: 234px 0;
   text-align: center;
   max-width: 810px;
   display: block;
   margin: auto;
}
@media (max-width: 1199px) {
   .hero-style9 {
      padding: 180px 0;
   }
}
@media (max-width: 991px) {
   .hero-style9 {
      padding: 150px 0;
   }
}
.hero-style9 .hero-subtitle {
   color: var(--white-color);
}
@media (max-width: 375px) {
   .hero-style9 .hero-subtitle {
      font-size: 24px;
   }
}
.hero-style9 .hero-subtitle:before,
.hero-style9 .hero-subtitle:after {
   background-color: var(--white-color);
}
.hero-style9 .hero-subtitle:before {
   margin-left: -6.6rem;
}
.hero-style9 .hero-title {
   letter-spacing: 0.2em;
   text-transform: uppercase;
}
@media (max-width: 767px) {
   .hero-style9 .hero-title {
      font-size: 44px;
   }
}
@media (max-width: 575px) {
   .hero-style9 .hero-title {
      letter-spacing: normal;
   }
}
@media (max-width: 375px) {
   .hero-style9 .hero-title {
      font-size: 35px;
   }
}
.hero-style9 .hero-title .text-bg {
   position: relative;
   display: inline-block;
   color: var(--theme-color);
   line-height: 60px;
   letter-spacing: normal;
   background-color: var(--white-color);
   z-index: 2;
}
@media (max-width: 575px) {
   .hero-style9 .hero-title .text-bg {
      line-height: 35px;
   }
}
.hero-style9 .hero-text {
   max-width: 650px;
   display: block;
   margin: auto auto 50px auto;
}
.hero-style9 .feature-wrapper .header-info_link {
   color: var(--white-color);
}
@media (max-width: 767px) {
   .hero-10 .th-hero-bg {
      background-position: left center;
   }
}
.hero-10 .th-hero-bg:before {
   content: "";
   position: absolute;
   inset: 0;
   background: -webkit-linear-gradient(
      340deg,
      #161921 2.85%,
      rgba(22, 25, 33, 0.81) 17.46%,
      rgba(22, 25, 33, 0.81) 30.14%,
      rgba(22, 25, 33, 0.78) 40.18%,
      rgba(22, 25, 33, 0) 74.86%
   );
   background: linear-gradient(
      110deg,
      #161921 2.85%,
      rgba(22, 25, 33, 0.81) 17.46%,
      rgba(22, 25, 33, 0.81) 30.14%,
      rgba(22, 25, 33, 0.78) 40.18%,
      rgba(22, 25, 33, 0) 74.86%
   );
}
.hero-10 .th-hero-bg .hero10-overlay {
   position: absolute;
   left: 0;
   bottom: 0;
}
.hero-10 .icon-box {
   position: absolute;
   bottom: 30%;
   right: 160px;
}
@media (max-width: 1699px) {
   .hero-10 .icon-box {
      bottom: 20px;
      right: 70px;
   }
}
@media (max-width: 767px) {
   .hero-10 .icon-box {
      display: none !important;
   }
}
.hero-10 .icon-box .slick-arrow {
   border-radius: 10px;
   background: var(--white-color);
   box-shadow: 0px 4px 5.1px 0px rgba(0, 0, 0, 0.08);
   color: var(--theme-color);
}
.hero-10 .icon-box .slick-arrow:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.hero-style10 {
   padding: 313px 0 204px 0;
   max-width: 736px;
}
@media (max-width: 991px) {
   .hero-style10 {
      padding: 260px 0 160px 0;
      text-align: center;
   }
}
@media (max-width: 767px) {
   .hero-style10 {
      padding: 220px 0 120px 0;
   }
}
@media (max-width: 575px) {
   .hero-style10 {
      padding: 180px 0 100px 0;
   }
}
.hero-style10 .hero-subtitle {
   color: #0cebd9;
}
.hero-style10 .hero-subtitle:after {
   background-color: #0cebd9;
}
@media (max-width: 767px) {
   .hero-style10 .hero-subtitle:before {
      background-color: #0cebd9;
   }
}
.hero-style10 .hero-title {
   text-transform: uppercase;
   margin-bottom: 25px;
}
.hero-style10 .hero-text {
   position: relative;
   border-radius: 20px;
   border: 1px solid var(--white-color);
   box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
   -webkit-backdrop-filter: blur(25px);
   backdrop-filter: blur(25px);
   padding: 18px 30px;
   color: var(--white-color);
   margin-bottom: 60px;
}
.hero-style10 .hero-text:before {
   content: "";
   position: absolute;
   inset: 0;
   opacity: 0.5;
   border-radius: 20px;
   background: -webkit-linear-gradient(
      358deg,
      rgba(255, 255, 255, 0.4) 1.07%,
      rgba(255, 255, 255, 0.2) 103.45%
   );
   background: linear-gradient(
      92deg,
      rgba(255, 255, 255, 0.4) 1.07%,
      rgba(255, 255, 255, 0.2) 103.45%
   );
}
@media (max-width: 991px) {
   .hero-style10 .feature-wrapper {
      text-align: left;
   }
}
.hero-style10 .feature-wrapper .header-info_label {
   color: var(--white-color);
}
.hero-style10 .feature-wrapper .header-info_link {
   color: var(--white-color);
   font-size: 24px;
   font-weight: 500;
}
.hero-style10 .feature-wrapper .header-info_link a {
   color: var(--white-color);
}
.hero-11 {
   position: relative;
   z-index: 2;
}
.hero-11 .slick-dots {
   position: absolute;
   top: 40%;
   left: 9%;
   width: auto;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
@media (max-width: 1799px) {
   .hero-11 .slick-dots {
      left: 0;
   }
}
.hero-11 .th-dots {
   text-align: left;
}
.hero-11 .th-dots ul li {
   margin: 0 5px;
   padding: 1px 0;
   height: 1px;
}
.hero-11 .th-dots ul li:hover,
.hero-11 .th-dots ul li.slick-active {
   -webkit-transform: scaleX(1.1);
   -ms-transform: scaleX(1.1);
   transform: scaleX(1.1);
}
.hero-11 .hero11-overlay {
   content: "";
   position: absolute;
   inset: 0;
   background-color: var(--title-color);
   opacity: 0.9;
   z-index: -1;
}
.hero-11 .hero11-slide-img {
   position: absolute;
   top: 20%;
   right: 10%;
}
@media (max-width: 1699px) {
   .hero-11 .hero11-slide-img {
      right: 2%;
   }
}
@media (max-width: 1299px) {
   .hero-11 .hero11-slide-img {
      position: relative;
      right: 0;
      margin-bottom: 80px;
   }
}
.hero-11 .hero11-slide-img .hero11-image {
   position: relative;
   width: 475px;
   height: 475px;
   border-radius: 50%;
   z-index: 2;
}
@media (max-width: 1299px) {
   .hero-11 .hero11-slide-img .hero11-image {
      display: block;
      margin: auto;
   }
}
@media (max-width: 575px) {
   .hero-11 .hero11-slide-img .hero11-image {
      width: 375px;
      height: 375px;
   }
}
@media (max-width: 375px) {
   .hero-11 .hero11-slide-img .hero11-image {
      width: 300px;
      height: 300px;
   }
}
.hero-11 .hero11-slide-img .hero11-image:before {
   content: "";
   position: absolute;
   inset: 0;
   top: -15px;
   left: 20px;
   background-color: var(--theme-color);
   border-radius: inherit;
   z-index: -1;
   right: -15px;
   bottom: 15px;
}
.hero-11 .hero11-slide-img .hero11-image img {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   object-fit: cover;
}
.hero-11 .hero11-slide-img .hero11-video-image {
   position: absolute;
   left: -50px;
   bottom: 0;
   width: 235px;
   height: 235px;
   border-radius: 50%;
   border: 2px dashed var(--white-color);
   padding: 10px;
   z-index: 2;
}
@media (max-width: 1299px) {
   .hero-11 .hero11-slide-img .hero11-video-image {
      left: 15%;
   }
}
@media (max-width: 375px) {
   .hero-11 .hero11-slide-img .hero11-video-image {
      position: relative;
      left: auto;
      bottom: 0;
   }
}
.hero-11 .hero11-slide-img .hero11-video-image:before {
   position: absolute;
   content: "";
   inset: 10px;
   background-color: #001d79;
   opacity: 0.7;
   border-radius: 50%;
}
.hero-11 .hero11-slide-img .hero11-video-image img {
   border-radius: 50%;
}
.hero-11 .hero11-slide-img .hero11-video-image .play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.hero-style11 {
   padding: 230px 0 230px 0;
   max-width: 840px;
}
@media (max-width: 1299px) {
   .hero-style11 {
      padding: 150px 0 80px 0;
      text-align: center;
      display: block;
      margin: auto;
      max-width: 100%;
   }
}
@media (max-width: 991px) {
   .hero-style11 {
      padding: 80px 0 80px 0;
      text-align: center;
      display: block;
      margin: auto;
   }
   .hero-style11 .btn-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
.hero-style11 .hero-title {
   font-weight: 600;
   font-size: 74px;
   line-height: 84px;
   text-transform: uppercase;
   display: block;
   margin-bottom: 20px;
}
@media (max-width: 1199px) {
   .hero-style11 .hero-title {
      font-size: 64px;
      line-height: 74px;
   }
}
@media (max-width: 991px) {
   .hero-style11 .hero-title {
      font-size: 50px;
      line-height: 60px;
   }
}
@media (max-width: 575px) {
   .hero-style11 .hero-title {
      font-size: 40px;
      line-height: 50px;
   }
}
@media (max-width: 375px) {
   .hero-style11 .hero-title {
      font-size: 30px;
      line-height: 40px;
   }
}
.hero-style11 .hero-text {
   font-family: var(--title-font);
   font-size: 24px;
   font-weight: 500;
   line-height: 34px;
   max-width: 550px;
}
@media (max-width: 1299px) {
   .hero-style11 .hero-text {
      max-width: 100%;
      display: block;
      margin: auto auto 30px auto;
   }
}
@media (max-width: 1199px) {
   .hero-style11 .hero-text {
      font-size: 18px;
      font-weight: 28px;
   }
}
@media (max-width: 1299px) {
   .hero-style11 .btn-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
.error-content {
   text-align: center;
}
.error-img {
   margin-bottom: 40px;
   text-align: center;
}
@media (max-width: 767px) {
   .error-img {
      margin-bottom: 20px;
   }
}
.error-title {
   margin-bottom: 20px;
}
.error-text {
   margin-bottom: 35px;
   max-width: 540px;
   margin-left: auto;
   margin-right: auto;
}
@media (max-width: 991px) {
   .error-img {
      margin-bottom: 30px;
   }
   .error-title {
      margin-bottom: 15px;
   }
}
@media (max-width: 767px) {
   .error-img {
      margin-bottom: 20px;
   }
   .error-title {
      margin-bottom: 10px;
   }
}
.popup-search-box {
   position: fixed;
   top: 0;
   left: 50%;
   background-color: rgba(0, 0, 0, 0.95);
   height: 0;
   width: 0;
   overflow: hidden;
   z-index: 99999;
   opacity: 0;
   visibility: hidden;
   border-radius: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.popup-search-box.style2 button.searchClose {
   border-color: var(--theme-color-2);
   color: var(--theme-color-2);
}
.popup-search-box.style2 form input {
   border: 2px solid var(--theme-color-2);
}
.popup-search-box.style3 button.searchClose {
   border-color: var(--theme-color);
   color: var(--theme-color);
}
.popup-search-box.style3 form input {
   border: 2px solid var(--theme-color);
}
.popup-search-box button.searchClose {
   width: 60px;
   height: 60px;
   position: absolute;
   top: 40px;
   right: 40px;
   border-width: 1px;
   border-style: solid;
   border-color: var(--theme-color);
   background-color: transparent;
   font-size: 22px;
   border-radius: 10px;
   -webkit-transform: rotate(0);
   -ms-transform: rotate(0);
   transform: rotate(0);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   color: var(--theme-color);
}
.popup-search-box button.searchClose:hover {
   color: var(--body-color);
   background-color: #fff;
   border-color: transparent;
   border-color: transparent;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
.popup-search-box form {
   position: absolute;
   top: 50%;
   left: 50%;
   display: inline-block;
   padding-bottom: 40px;
   cursor: auto;
   width: 100%;
   max-width: 700px;
   -webkit-transform: translate(-50%, -50%) scale(0);
   -ms-transform: translate(-50%, -50%) scale(0);
   transform: translate(-50%, -50%) scale(0);
   -webkit-transition: -webkit-transform ease 0.4s;
   transition: -webkit-transform ease 0.4s;
   transition: transform ease 0.4s;
   transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media (max-width: 1199px) {
   .popup-search-box form {
      max-width: 600px;
   }
}
.popup-search-box form input {
   font-size: 18px;
   height: 70px;
   width: 100%;
   border: 2px solid var(--theme-color);
   background-color: transparent;
   padding-left: 30px;
   color: #fff;
   border-radius: 20px;
}
.popup-search-box form input::-moz-placeholder {
   color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
   color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
   color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
   color: #fff;
}
.popup-search-box form input::placeholder {
   color: #fff;
}
.popup-search-box form button {
   position: absolute;
   top: 0px;
   background-color: transparent;
   border: none;
   color: #fff;
   font-size: 24px;
   right: 12px;
   color: var(--white-color);
   cursor: pointer;
   width: 70px;
   height: 70px;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   -webkit-transform: scale(1.001);
   -ms-transform: scale(1.001);
   transform: scale(1.001);
}
.popup-search-box form button:hover {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.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 {
   position: fixed;
   z-index: 99999;
   right: 0;
   top: 0;
   height: 100%;
   width: 0;
   background-color: rgba(0, 0, 0, 0.75);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all ease 0.8s;
   transition: all ease 0.8s;
}
.sidemenu-wrapper.style2 .closeButton:hover {
   border-color: var(--theme-color-2);
   color: var(--theme-color-2);
}
.sidemenu-wrapper.style3 .closeButton:hover {
   border-color: var(--theme-color);
   color: var(--theme-color);
}
.sidemenu-wrapper .th-social a {
   background-color: var(--body-color);
   border: 1px solid;
   color: var(--white-color);
}
.sidemenu-wrapper .th-social a:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
.sidemenu-wrapper .th-social.style2 a:hover {
   background-color: var(--theme-color-2);
   border-color: var(--theme-color-2);
}
.sidemenu-wrapper .th-social.style3 a:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
.sidemenu-wrapper .closeButton {
   display: inline-block;
   border: 2px solid;
   width: 50px;
   height: 50px;
   line-height: 50px;
   font-size: 24px;
   padding: 0;
   position: absolute;
   top: 20px;
   right: 20px;
   background-color: var(--white-color);
   border-radius: 50%;
   -webkit-transform: rotate(0);
   -ms-transform: rotate(0);
   transform: rotate(0);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton.style2:hover {
   border-color: var(--theme-color-2);
   color: var(--theme-color-2);
}
.sidemenu-wrapper .closeButton.style3:hover {
   border-color: var(--theme-color);
   color: var(--theme-color);
}
.sidemenu-wrapper .closeButton:hover {
   color: var(--theme-color);
   border-color: var(--theme-color);
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
   background-color: var(--white-color);
   width: 450px;
   margin-left: auto;
   padding: 80px 30px;
   height: 100%;
   overflow: scroll;
   position: relative;
   right: -500px;
   cursor: auto;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
   -webkit-transition: right ease 1s;
   transition: right ease 1s;
}
@media (max-width: 450px) {
   .sidemenu-wrapper .sidemenu-content {
      width: 300px;
   }
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
   box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
   background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
   width: 2px;
   background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
   padding: 0;
   border: none;
   background-color: transparent;
}
.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;
}
.woocommerce-message,
.woocommerce-info {
   position: relative;
   padding: 11px 20px 11px 50px;
   background-color: var(--theme-color);
   color: var(--white-color);
   font-size: 14px;
   font-weight: 600;
   margin-bottom: 15px;
   border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
   color: var(--white-color);
   text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
   color: var(--title-color);
}
.woocommerce-message:before,
.woocommerce-info:before {
   content: "\f06a";
   font-family: var(--icon-font);
   font-weight: 400;
   margin-right: 10px;
   font-size: 18px;
   position: absolute;
   left: 20px;
   top: 11px;
}
.woocommerce-notices-wrapper .woocommerce-message {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
   content: "\f14a";
   font-weight: 300;
}
.woocommerce-form-login-toggle .woocommerce-info {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.woocommerce-form-login-toggle .woocommerce-info a {
   color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
   color: var(--title-color);
}
.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
   padding: 35px 40px 35px 40px;
   background-color: var(--white-color);
   box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
   margin-bottom: 0;
   border-radius: 10px;
}
@media (max-width: 575px) {
   .woocommerce-form-register,
   .woocommerce-form-coupon,
   .woocommerce-form-login {
      padding: 40px 20px;
   }
}
.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
   margin-bottom: 20px;
}
.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
   margin-bottom: 0;
}
.woocommerce-form-login {
   margin-bottom: 30px;
}
.woocommerce-error {
   background-color: var(--error-color);
   color: #fff;
   list-style: none;
   padding: 10px 26px;
   margin: 0 0 30px 0;
   border-radius: 5px;
   font-weight: 700;
   font-size: 14px;
}
nav.woocommerce-MyAccount-navigation li {
   border: 1px solid #ddd;
   margin: 0;
   border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
   border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
   color: var(--title-color);
   font-weight: 700;
   padding: 7px 17px;
   display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
   color: var(--white-color);
   background-color: var(--theme-color);
}
.woocommerce-MyAccount-content h3 {
   margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
   background-color: var(--theme-color);
   color: var(--white-color);
   font-size: 14px;
   padding: 10px 25px;
   font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
   background-color: var(--title-color);
   color: var(--white-color);
}
table.variations,
.woocommerce-grouped-product-list-item {
   border-collapse: separate;
   border-spacing: 0 15px;
   margin-bottom: 5px;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   border: none;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
   border: none;
   vertical-align: middle;
   padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
   padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
   margin: 0;
   font-size: 14px;
   text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
   color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
   color: var(--theme-color);
}
table.variations .label,
.woocommerce-grouped-product-list-item .label {
   border: none;
}
table.variations__label,
.woocommerce-grouped-product-list-item__label {
   border: none !important;
   font-weight: 600;
}
table.variations__price,
.woocommerce-grouped-product-list-item__price {
   border: none !important;
}
table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
   font-size: 18px !important;
}
table.variations del,
.woocommerce-grouped-product-list-item del {
   margin-left: 12px;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
   border: 1px solid var(--border-color);
}
.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
   margin-bottom: 0;
}
.woocommerce-grouped-product-list.group_table {
   border-collapse: collapse;
   margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
   font-size: 16px;
   color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
   margin: 0 0 0 10px;
   margin: 0 0 0 10px;
   font-family: var(--title-font);
   font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
   border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
   border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
   border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
   padding: 30px 5px;
}
table.variations {
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
   position: relative;
}
table.variations td {
   padding: 0;
}
table.variations td.label {
   padding-right: 10px;
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
}
table.variations select {
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
   font-weight: 400;
   line-height: 1.5;
   vertical-align: middle;
   margin: 0;
   padding-right: 54px;
   padding-left: 20px;
   height: 50px;
}
table.variations .reset_variations {
   margin-left: 16px;
   display: inline-block;
   position: absolute;
   left: 100%;
   bottom: 25px;
}
.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
   width: auto !important;
}
.woocommerce-variation.single_variation {
   margin-bottom: 30px;
}
.woocommerce-variation.single_variation .price {
   color: var(--title-color);
   font-weight: 700;
}
.wooscp-table-items td.woocommerce-product-attributes-item__value {
   padding-left: 15px !important;
}
.wooscp-table-items a.added_to_cart.wc-forward {
   margin-left: 15px;
   text-decoration: underline;
}
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
   z-index: 1111;
}
table.woocommerce-product-attributes {
   margin-bottom: 30px;
}
#woosq-popup .product_meta {
   margin-top: 20px;
}
#woosq-popup .product_title {
   font-size: 24px;
   margin-bottom: 5px;
}
#woosq-popup .single-product .product .actions {
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
}
#woosq-popup .single-product .product .actions > div {
   height: auto;
   overflow: visible;
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
}
#woosq-popup
   .single-product
   .product
   .actions
   > div
   .quantity.style2.woocommerce-grouped-product-list-item__quantity {
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
}
.login-tab {
   margin-bottom: 30px;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.login-tab button.nav-link {
   background-color: var(--smoke-color);
   color: var(--title-color);
   padding: 11px 39px;
   font-size: 18px;
   font-weight: 500;
   border-radius: 15px ​15px 0;
}
.login-tab button.nav-link.active {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.star-rating {
   overflow: hidden;
   position: relative;
   width: 100px;
   height: 1.2em;
   line-height: 1.2em;
   display: block;
   font-family: var(--icon-font);
   font-weight: 700;
   font-size: 14px;
}
.star-rating:before {
   content: "\f005\f005\f005\f005\f005";
   color: #e1e1e1;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
   letter-spacing: 5px;
}
.star-rating span {
   overflow: hidden;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
   padding-top: 1.5em;
}
.star-rating span:before {
   content: "\f005\f005\f005\f005\f005";
   top: 0;
   position: absolute;
   left: 0;
   color: var(--theme-color);
   letter-spacing: 5px;
}
.rating-select label {
   margin: 0;
   margin-right: 10px;
}
.rating-select p.stars {
   margin-bottom: 0;
   line-height: 1;
}
.rating-select p.stars a {
   position: relative;
   height: 14px;
   width: 18px;
   text-indent: -999em;
   display: inline-block;
   text-decoration: none;
}
.rating-select p.stars a::before {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 18px;
   height: 14px;
   line-height: 1;
   font-family: var(--icon-font);
   content: "\f005";
   font-weight: 400;
   text-indent: 0;
   color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
   content: "\f005";
   font-weight: 400;
}
.rating-select p.stars:hover a::before {
   content: "\f005";
   font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
   content: "\f005";
   font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
   content: "\f005";
   font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
   content: "\f005";
   font-weight: 700;
}
@media (max-width: 767px) {
   .woocommerce-message,
   .woocommerce-info {
      font-size: 14px;
      line-height: 22px;
      padding: 10px 15px 10px 37px;
   }
   .woocommerce-message:before,
   .woocommerce-info:before {
      font-size: 16px;
      top: 10px;
      left: 15px;
   }
}
.th-product {
   text-align: center;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.th-product .product-title {
   font-size: 20px;
   margin: 10px 0 10px 0;
}
.th-product .product-title a {
   color: inherit;
}
.th-product .product-title a:hover {
   color: var(--theme-color);
}
.th-product .price {
   display: block;
   color: var(--body-color);
   font-weight: 500;
   margin-bottom: -0.4em;
   font-family: var(--body-font);
}
.th-product .price del {
   margin-left: 10px;
   color: #a9a9a9;
}
.th-product .product-img {
   --space: 20px;
   background-color: var(--smoke-color);
   overflow: hidden;
   position: relative;
   margin: 0 0 25px 0;
   padding: 25px;
   text-align: center;
   border-radius: 20px;
   z-index: 2;
}
.th-product .product-img:before {
   --space: 20px;
   content: "";
   height: calc(100% - var(--space) * 2);
   width: calc(100% - var(--space) * 2);
   position: absolute;
   top: var(--space);
   left: var(--space);
   background-color: var(--title-color);
   border-radius: 16px;
   z-index: 1;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   visibility: hidden;
   opacity: 0;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.th-product .product-img img {
   height: 350px;
   width: 100%;
   object-fit: cover;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
	border-radius: 20px;
}
.th-product .star-rating {
   margin: 0 auto 5px auto;
   width: 100px;
}
.th-product .product-tag {
   width: 60px;
   height: 30px;
   font-size: 16px;
   font-weight: 400;
   background-color: var(--theme-color);
   line-height: 31px;
   color: var(--white-color);
   border-radius: 4px;
   position: absolute;
   top: 20px;
   right: 20px;
   z-index: 9;
}
.th-product .actions {
   height: 100%;
   position: absolute;
   left: 0;
   top: 50%;
   right: 0;
   text-align: center;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 3;
   margin-top: 0;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.th-product .actions .icon-btn {
   display: inline-block;
   width: auto;
   height: auto;
   padding: 10px 20px;
   font-size: 14px;
   line-height: 25px;
   background-color: transparent;
   border-color: var(--white-color);
   border-radius: 10px;
   color: var(--white-color);
}
.th-product .actions .icon-btn:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
   border-color: var(--theme-color);
}
.th-product .actions > * {
   margin: 0 var(--icon-gap-x, 5px);
}
.th-product .actions > * > a {
   margin: 0;
}
.th-product .icon-btn {
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   transform: translateY(30px);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.th-product
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
   width: 40px;
   height: 40px;
   line-height: 40px;
   display: inline-block;
}
.th-product
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
   position: relative;
   top: 0;
   left: 0;
   line-height: inherit;
   margin: 0;
   font-size: 24px;
}
.th-product .tinv-wishlist a {
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--white-color);
   color: var(--title-color);
   border-radius: 50%;
}
.th-product .tinv-wishlist a:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.th-product .add_to_cart_button.added {
   display: none;
}
.th-product .added_to_cart {
   width: 40px;
   height: 40px;
   line-height: 40px;
   border: 1px solid var(--white-color);
   background-color: transparent;
   color: var(--white-color);
   font-size: 0;
   text-align: center;
   border-radius: 10px;
}
.th-product .added_to_cart:after {
   content: "\f07a";
   position: relative;
   font-family: var(--icon-font);
   font-size: 16px;
   font-weight: 700;
}
.th-product .added_to_cart:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
   border-color: var(--theme-color);
}
.th-product .action-btn {
   background-color: var(--white-color);
   font-size: 14px;
   font-family: var(--title-font);
   text-transform: uppercase;
   font-weight: bold;
   display: inline-block;
   padding: 13px 25px;
}
.th-product:hover .product-img img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.th-product:hover .product-img:before {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
   visibility: visible;
   opacity: 0.6;
}
.th-product:hover .actions {
   margin-top: 0;
   opacity: 1;
   visibility: visible;
}
.th-product:hover .icon-btn {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}
.th-product.list-view {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   text-align: left;
   height: 100%;
}
.th-product.list-view .product-img {
   width: 100%;
   max-width: 200px;
   margin: 0;
}
.th-product.list-view .star-rating {
   margin: 0 auto 10px 0;
   width: 93px;
}
.th-product.list-view .product-content {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   border: 1px solid var(--border-color);
   border-left: none;
   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-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   padding: 0 25px;
}
.th-product.list-view .actions {
   --btn-size: 35px;
   --btn-font-size: 13px;
   --icon-gap-x: 2px;
}
.th-product.list-view
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
   width: 35px;
   height: 35px;
   line-height: 35px;
}
.th-product.list-view
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
   font-size: 20px;
}
.th-product.list-view .tinv-wishlist a {
   width: 35px;
   height: 35px;
   line-height: 35px;
}
.th-product.list-view .added_to_cart {
   width: 35px;
   height: 35px;
   line-height: 35px;
}
.th-product.list-view .added_to_cart:after {
   font-size: 16px;
}
.th-product.list-view .action-btn {
   padding: 8px 15px;
}
.th-product.list-view .tag {
   top: 8px;
   right: 8px;
   padding: 0px 15px;
}
.th-product.list-view .product-title {
   font-size: 18px;
   margin: 0 0 5px 0;
}
.th-product.list-view .product-price {
   font-size: 14px;
}
#productCarousel .slick-arrow {
   top: 37.5%;
}
.mfp-content {
   margin: 1.5rem auto;
}
.mfp-content .product-details-img {
   padding-top: 15px;
}
.mfp-content .product-about {
   padding-top: 40px;
   padding-bottom: 40px;
}
.mfp-content .container {
   position: relative;
}
.mfp-content .product-big-img {
   margin-top: 15px;
   margin-bottom: 15px;
}
.mfp-fade.mfp-bg {
   opacity: 0;
   -webkit-transition: all 0.15s ease-out;
   transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
   opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
   opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
   opacity: 0;
   -webkit-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
   opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
   opacity: 0;
}
.woosq-popup {
   max-height: 600px;
   max-width: 1220px;
}
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
   display: none;
}
.woosq-product > .product > div {
   max-height: 600px;
   min-height: 460px;
   height: auto;
}
.woosq-product .thumbnails .slick-list {
   display: block;
}
.woosq-product .thumbnails .slick-dots {
   margin: 0;
   padding: 0;
   display: block;
   width: 100%;
   text-align: center;
   position: absolute;
   left: 0;
   bottom: 10px !important;
   margin-top: 30px;
   top: auto;
   z-index: 8;
}
.woosq-product .thumbnails .slick-dots li {
   position: relative;
   display: inline-block;
   width: 16px;
   height: 16px;
   margin: 0;
   padding: 0;
   cursor: pointer;
}
.woosq-product .thumbnails .slick-dots li ~ li {
   margin-left: 5px;
}
.woosq-product .thumbnails .slick-dots li button {
   background: var(--theme-color);
   position: relative;
}
.woosq-product .thumbnails .slick-dots li button:before {
   display: none;
}
.summary-content .quantity:after,
.product-about .quantity:after {
   display: none;
}
.select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   background-color: var(--smoke-color);
   color: var(--body-color);
}
.th-sort-bar {
   padding: 10px;
   margin: 0 0 24px 0;
   background-color: var(--smoke-color);
   border-radius: 14px;
}
.th-sort-bar .row {
   --bs-gutter-x: 0;
   --bs-gutter-y: 15px;
}
.th-sort-bar select {
   height: 50px;
   border: 1px solid #e0e0e0;
   border-radius: 10px;
   background-color: var(--white-color);
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   min-width: 250px;
   font-size: 16px;
   margin: 0;
   color: var(--body-color);
}
.th-sort-bar .woocommerce-result-count {
   padding-left: 15px;
   margin-bottom: 0;
   color: var(--body-color);
}
.th-sort-bar .nav a {
   display: inline-block;
   height: 50px;
   width: 50px;
   line-height: 50px;
   border: 1px solid var(--border-color);
   background-color: var(--white-color);
   text-align: center;
   position: relative;
   font-family: var(--title-font);
   font-weight: 600;
   font-size: 16px;
   text-transform: capitalize;
   color: var(--body-color);
   margin: 0 0 0 10px;
}
.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover {
   color: var(--theme-color);
}
.product-thumb-area {
   position: relative;
   margin-right: 10px;
}
.product-thumb-area .product-thumb-tab {
   position: absolute;
   top: 0;
   left: 0;
}
.product-thumb-tab {
   --thumb: 120px;
   --gap: 10px;
   max-width: var(--thumb);
   margin-left: calc(0px - var(--thumb) / 2);
   position: relative;
   z-index: 3;
   display: grid;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   height: 100%;
}
.product-thumb-tab .tab-btn {
   background-color: var(--white-color);
   cursor: pointer;
   height: var(--thumb);
   width: var(--thumb);
   padding: var(--gap);
   border-radius: 10px;
}
.product-thumb-tab .tab-btn img {
   max-width: 100%;
   border-radius: inherit;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
   margin-bottom: 20px;
}
.product-thumb-tab .indicator {
   position: absolute;
   top: calc(var(--pos-y) + var(--gap));
   left: calc(var(--pos-x) + var(--gap));
   width: calc(var(--width-set) - var(--gap) * 2);
   height: calc(var(--height-set) - var(--gap) * 2);
   border: 2px solid var(--theme-color);
   border-radius: 10px;
   pointer-events: none;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.product-big-img {
   background: var(--smoke-color);
   border-radius: 20px;
   text-align: center;
   width: 597px;
   padding: 25px;
}
@media (max-width: 1500px) {
   .product-big-img {
      width: 100%;
      height: 100%;
   }
}
@media (max-width: 1199px) {
   .product-big-img {
      line-height: 100%;
      padding: 15px;
      height: 100%;
   }
}
.product-big-img .img {
   width: 100%;
}
.product-big-img .img img {
   width: 100%;
   height: 100%;
}
.quantity {
   position: relative;
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   vertical-align: middle;
}
.quantity > .screen-reader-text {
   display: inline-block;
   font-weight: 600;
   color: var(--title-color);
   font-family: var(--title-font);
   margin: 0;
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
   margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
   display: inline-block;
   width: 50px;
   height: 50px;
   border: none;
   border-right: none;
   background-color: transparent;
   padding: 0;
   border-radius: 0;
   text-align: center;
   color: var(--body-color);
   font-size: 18px;
   font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
   border-right: none;
}
.quantity .qty-btn {
   font-size: 16px;
}
.product_meta {
   font-weight: 700;
   font-size: 16px;
   font-family: var(--body-font);
   margin: 35px 0 0 0;
}
.product_meta > span {
   display: block;
   margin-bottom: 5px;
   color: var(--title-color);
   font-weight: 400;
}
.product_meta > span:last-child {
   margin-bottom: 0;
}
.product_meta > span a {
   color: inherit;
}
.product_meta > span a:hover {
   color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
   position: relative;
   color: var(--body-color);
   font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
   content: ",";
   margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
   display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
   margin-left: 7px;
}
.product-tab-style1 {
   border-bottom: 1px solid var(--gray-color);
   margin: 95px auto 40px auto;
   padding-bottom: 40px;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 24px;
}
@media (max-width: 375px) {
   .product-tab-style1 {
      gap: 10px;
   }
}
.woocommerce-Reviews .th-post-comment .text {
   margin-bottom: -0.5em;
}
.woocommerce-Reviews .th-comments-wrap {
   padding: 0;
   box-shadow: none;
}
.woocommerce-Reviews .th-comment-form {
   padding: 60px;
   background-color: var(--smoke-color);
   box-shadow: none;
}
.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
   background-color: var(--white-color);
}
.woocommerce-Reviews .th-comment-form .blog-inner-title {
   margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 0 24px;
   margin-bottom: 40px;
}
.woocommerce-Reviews .th-post-comment {
   border: 1px solid var(--border-color) !important;
   padding: 40px !important;
   box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
   margin-bottom: 24px;
}
.woocommerce-Reviews .th-post-comment .name {
   margin-bottom: 3px;
}
.woocommerce-Reviews .th-post-comment .commented-on {
   margin-bottom: 12px;
}
@media (max-width: 1199px) {
   .woocommerce-Reviews .th-post-comment {
      padding: 30px !important;
   }
}
@media (max-width: 991px) {
   .woocommerce-Reviews .comment-list {
      grid-template-columns: repeat(1, 1fr);
   }
   .woocommerce-Reviews .th-comment-form {
      padding: 40px;
   }
}
@media (max-width: 575px) {
   .woocommerce-Reviews .th-comment-form {
      padding: 40px 20px;
   }
}
#productTabContent {
   margin-bottom: -10px;
}
#additional_information {
   margin-bottom: 40px;
}
.product-inner-list > ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.product-inner-list li {
   position: relative;
   padding-left: 15px;
}
.product-inner-list li:before {
   content: "-";
   position: absolute;
   left: 0;
}
.share-title {
   font-size: 16px;
   font-weight: 600;
   color: var(--title-color);
   margin-bottom: 8px;
}
.share-title i {
   color: var(--theme-color);
}
.summary-content,
.product-about {
   padding-left: 24px;
}
.summary-content .product-title,
.product-about .product-title {
   margin: 0 0 12px 0;
   font-weight: 700;
}
.summary-content > .price,
.product-about > .price {
   font-family: var(--title-font);
   font-size: 24px;
   font-weight: 600;
   color: var(--theme-color);
   display: inline-block;
   margin-bottom: 10px;
}
.summary-content > .price del,
.product-about > .price del {
   color: var(--gray-color);
   font-weight: 500;
   margin-left: 15px;
}
.summary-content .product-rating,
.product-about .product-rating {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   gap: 5px;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   position: relative;
   top: 2px;
   font-size: 16px;
   line-height: 20px;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   margin-bottom: 24px;
}
.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
   width: 95px;
   font-size: 12px;
   margin-right: 8px;
}
.summary-content .text,
.product-about .text {
   font-size: 14px;
   font-weight: 400;
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
   color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
   margin: 30px 0 40px 0;
}
.summary-content .checklist li,
.product-about .checklist li {
   font-weight: 400;
}
.summary-content .actions,
.product-about .actions {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
   margin: 33px 0 27px 0;
}
.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
   padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
   width: var(--btn-size, 56px);
   height: var(--btn-size, 56px);
   line-height: var(--btn-size, 56px);
   font-size: var(--btn-font-size, 22px);
   background-color: var(--title-color);
   border-color: var(--title-color);
   color: var(--white-color);
   border-radius: 10px;
}
.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
   border-color: var(--theme-color);
}
.summary-content .share,
.product-about .share {
   margin-top: 25px;
}
.summary-content .th-social a,
.product-about .th-social a {
   --icon-size: 36px;
   line-height: 36px;
   font-size: 14px;
   border: 1px solid var(--gray-color);
   color: var(--title-color);
   border-radius: 10px;
}
.summary-content .th-social a:hover,
.product-about .th-social a:hover {
   border-color: var(--theme-color);
   color: var(--white-color);
}
.summary-content
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
   width: 60px;
   height: 60px;
   line-height: 60px;
   display: inline-block;
   border-radius: 0;
}
.summary-content
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
   position: relative;
   top: 0;
   left: 0;
   line-height: inherit;
   margin: 0;
   font-size: 24px;
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
   display: inline-block;
   width: 60px;
   height: 60px;
   line-height: 60px;
   border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
   position: relative;
}
.summary-content .quantity:after,
.product-about .quantity:after {
   content: "";
   height: 100%;
   width: 1px;
   background-color: var(--border-color);
   position: absolute;
   top: 0;
   left: 55px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
   width: 112px;
   height: 56px;
   border: 1px solid var(--gray-color);
   background-color: transparent;
   color: var(--title-color);
   padding: 0 21px;
   text-align: left;
   font-weight: 500;
   border-radius: 10px;
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
   color: var(--title-color);
   background-color: transparent;
   position: absolute;
   right: 21px;
   height: auto;
   width: auto;
   border: none;
}
.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
   bottom: 8px;
}
.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
   top: 8px;
}
#description {
   margin-bottom: 30px;
}
.product-details .th-comments-wrap {
   margin-top: 0;
}
.product-details .border-title {
   position: relative;
   padding-bottom: 20px;
   margin-bottom: 40px;
}
.product-details .border-title:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   height: 2px;
   width: 80px;
   background-color: var(--theme-color);
}
.product-inner-title {
   font-size: 32px;
   border-bottom: 1px solid var(--border-color);
   padding: 0 0 7px 0;
   margin: 0 0 30px 0;
}
.related-product-wrapper {
   padding-top: 115px;
}
@media (max-width: 1399px) {
   .th-product.list-view .product-img {
      max-width: 150px;
   }
}
@media (max-width: 1299px) {
   .product-thumb-tab {
      --thumb: 100px;
      margin-left: -40px;
   }
   .product-thumb-area {
      margin-right: 0;
   }
}
@media (max-width: 1199px) {
   .th-sort-bar select {
      min-width: auto;
   }
   .product-tab-style1 {
      margin: 55px 0 40px 0;
   }
   .summary-content,
   .product-about {
      padding-left: 0;
   }
   .product-big-img .img {
      height: 540px;
   }
}
@media (max-width: 991px) {
   .product-big-img {
      margin-bottom: 20px;
   }
   .product-big-img .img {
      height: 100%;
   }
   .product-about {
      margin-top: 30px;
   }
   .product-thumb-tab {
      margin-left: -10px;
   }
   .th-product-box.list-view .product-img {
      max-width: 150px;
   }
   .th-sort-bar .row {
      --bs-gutter-x: 20px;
   }
   .th-sort-bar .nav a:last-child {
      margin-right: 0;
      padding-right: 0;
   }
   .th-sort-bar .nav a:last-child:before {
      display: none;
   }
   .woosq-product > .product .thumbnails {
      max-height: 400px;
      min-height: 200px;
      padding: 10px;
   }
}
@media (max-width: 767px) {
   .th-sort-bar {
      text-align: center;
      padding: 10px 15px 15px 15px;
   }
   .th-sort-bar .nav {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
   .th-sort-bar select {
      margin: 0 auto;
   }
   .th-sort-bar .woocommerce-result-count {
      padding-left: 0;
   }
   .th-product-box.list-view .product-img {
      max-width: 130px;
   }
   .th-product-box.list-view .actions {
      --btn-size: 30px;
      --btn-font-size: 10px;
      --icon-gap-x: 2px;
   }
}
@media (max-width: 575px) {
   .product-about .actions {
      gap: 15px 15px;
   }
   .product-thumb-tab {
      --thumb: 74px;
      --gap: 6px;
   }
   .product-thumb-tab .tab-btn {
      border-radius: 6px;
   }
   .product-thumb-tab .tab-btn:not(:last-of-type) {
      margin-bottom: 10px;
   }
   .product-thumb-tab .indicator {
      border-radius: 6px;
   }
   .product-big-img .img {
      height: 100%;
   }
   .product-grid {
      max-width: 340px;
      margin-left: auto;
      margin-right: auto;
   }
}
@media (max-width: 375px) {
   .th-product.list-view .product-img {
      max-width: 130px;
   }
}
.woocommerce-cart-form {
   text-align: center;
}
.cart_table {
   border: 1px solid #eaf0f2;
   margin-bottom: 45px;
   width: 100%;
}
.cart_table thead {
   background-color: #ecf0f1;
}
.cart_table thead th {
   border: none !important;
}
.cart_table td:before,
.cart_table th {
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 800;
   border: none;
   padding: 27px 15px;
}
.cart_table td:before {
   content: attr(data-title);
   position: absolute;
   left: 15px;
   top: 50%;
   vertical-align: top;
   padding: 0;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   display: none;
}
.cart_table td {
   border: none;
   border-bottom: 1px solid #f3f3f3;
   color: #8b8b8b;
   padding: 20px 10px;
   position: relative;
   vertical-align: middle;
}
.cart_table .product-quantity {
   color: var(--title-color);
}
.cart_table .product-quantity input {
   position: relative;
   top: -2px;
}
.cart_table .cart-productname {
   font-weight: 400;
   font-family: var(--body-font);
   color: var(--body-color);
}
.cart_table .cart-productname:hover {
   color: var(--theme-color);
}
.cart_table .cart-productimage {
   display: inline-block;
   border: 2px solid var(--smoke-color);
   border-radius: 5px;
}
.cart_table .remove {
   color: var(--theme-color);
   font-size: 18px;
}
.cart_table .quantity {
   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;
}
.cart_table .qty-btn {
   border: 2px solid var(--smoke-color) !important;
   background-color: transparent;
   color: #b8c6d0;
   padding: 0;
   width: 30px;
   height: 30px;
   line-height: 28px;
   font-size: 16px;
   border-radius: 4px;
}
.cart_table .qty-btn:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.cart_table .qty-input {
   vertical-align: middle;
   border: 2px solid var(--smoke-color);
   width: 70px;
   height: 30px;
   font-size: 14px;
   text-align: center;
   color: var(--title-color);
   font-weight: 700;
   margin: 0 10px;
   border-radius: 4px;
   padding: 0;
}
.cart_table .qty-input::-moz-placeholder {
   color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
   color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
   color: var(--title-color);
}
.cart_table .qty-input::-ms-input-placeholder {
   color: var(--title-color);
}
.cart_table .qty-input::placeholder {
   color: var(--title-color);
}
.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
.cart_table .qty-input[type="number"] {
   -moz-appearance: textfield;
}
.cart_table .actions {
   text-align: right;
   vertical-align: middle;
}
.cart_table .actions > .th-btn {
   font-size: 16px;
   padding: 14px 28px;
   margin-right: 15px;
}
.cart_table .actions > .th-btn:last-child {
   margin-right: 0;
}
.cart_table .th-cart-coupon {
   float: left;
   margin: 0;
   width: 455px;
   max-width: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
.cart_table .th-cart-coupon input {
   width: calc(100% - 200px);
   margin-right: 10px;
   border-radius: 10px;
}
.cart_table .th-cart-coupon .th-btn {
   font-size: 16px;
   padding: 14px 25px;
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
}
.cart_totals {
   border: 1px solid #ecf0f1;
   margin-bottom: 30px;
}
.cart_totals th,
.cart_totals td {
   vertical-align: top;
   padding: 20px 20px;
   border: none;
   border-bottom: 1px solid #ecf0f1;
   font-size: 14px;
   color: var(--title-color);
   width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
   width: 45%;
   background-color: #f9fbfb;
   font-weight: 700;
   font-size: 14px;
   color: #333333;
}
.cart_totals .shipping-calculator-button {
   display: inline-block;
   border-bottom: 1px solid;
   color: var(--title-color);
   font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
   color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
   margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
   margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
   display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
   margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
   margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .th-btn {
   padding: 5px 30px;
}
.cart_totals .amount {
   font-weight: 700;
}
.cart_totals .order-total .amount {
   color: var(--theme-color);
}
@media (max-width: 991px) {
   .cart_table th {
      padding: 23px 8px;
      font-size: 14px;
   }
   .cart_table .cart-productname {
      font-size: 14px;
   }
   .cart_table .th-cart-coupon {
      width: 100%;
      margin-bottom: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
   .cart_table .actions {
      text-align: center;
   }
}
@media (max-width: 767px) {
   .cart_table {
      text-align: left;
      min-width: auto;
      border-collapse: separate;
      border-spacing: 0 20px;
      border: none;
   }
   .cart_table thead {
      display: none;
   }
   .cart_table td {
      padding: 15px;
      display: block;
      width: 100%;
      padding-left: 25%;
      text-align: right;
      border: 1px solid #f3f3f3;
      border-bottom: none;
   }
   .cart_table td::before {
      display: block;
   }
   .cart_table td:last-child {
      border-bottom: 1px solid #f3f3f3;
   }
   .cart_table td.actions {
      padding-left: 15px;
      text-align: center;
   }
   .cart_table td.actions > .th-btn {
      margin-top: 10px;
      margin-right: 0;
      display: block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin-left: auto;
      margin-right: auto;
   }
   .cart_table td.actions > .th-btn:last-child {
      margin-right: auto;
   }
   .cart_table .th-cart-coupon {
      width: 100%;
      text-align: center;
      float: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: block;
      padding-bottom: 10px;
   }
   .cart_table .th-cart-coupon input {
      width: 100%;
      margin-bottom: 10px;
   }
   .cart_totals th,
   .cart_totals td {
      padding: 15px 10px;
   }
   .cart_totals th:first-child,
   .cart_totals td:first-child {
      width: 17%;
      line-height: 1.4;
   }
}
.woocommerce-checkout .nice-select .option {
   color: var(--title-color);
}
.woocommerce-checkout .nice-select .option.selected {
   color: var(--theme-color) !important;
   background: var(--theme-color) !important;
}
.woocommerce-checkout .nice-select .option.selected.focus {
   color: #fff !important;
   background: var(--theme-color) !important;
}
.woocommerce-checkout .nice-select .option:hover,
.woocommerce-checkout .nice-select .option.focus {
   background: var(--theme-color) !important;
   color: #fff !important;
}
.woocommerce-checkout .nice-select.open .list {
   border-bottom: 3px solid var(--theme-color);
}
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
   margin-bottom: 0;
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
   margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
   margin-top: -35px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
   position: relative;
   bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
   border: 1px solid #e3e6e9;
   border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
   border-radius: 0;
}
.woocommerce-checkout
   .select2-container--default
   .select2-selection--single
   .select2-selection__rendered,
.woocommerce-checkout
   .select2-container--default
   .select2-selection--single
   .form-control:focus {
   color: var(--body-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
   border: 1px solid #eee;
   padding: 0;
}
.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
   margin-bottom: var(--bs-gutter-x);
}
#ship-to-different-address {
   margin-top: 15px;
}
.select2-container--default .select2-selection--single {
   height: 60px;
   border: 1px solid #e3e6e9;
}
.select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   line-height: 60px;
   padding-left: 30px;
   padding-right: 25px;
}
.woocommerce-billing-fields .form-row {
   margin-bottom: 0;
}
.select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b:before {
   content: "\f107";
   font-family: var(--icon-font);
}
.select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b {
   margin: 0;
   border: none;
   top: 0;
}
.select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   height: 60px;
   line-height: 60px;
   margin-right: 30px;
}
span.select2-selection.select2-selection--single:focus {
   outline: none;
}
.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
   height: 40px;
   line-height: 38px;
   padding-left: 15px;
   font-size: 16px;
   border-radius: 10px;
   background-position: right 13px center;
}
.shipping-calculator-form .form-select:after,
.shipping-calculator-form .form-control:after {
   top: 12px;
}
.shipping-calculator-form .th-btn {
   font-size: 14px;
   padding: 0 20px;
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
   height: 40px;
}
.checkout-ordertable th,
.checkout-ordertable td {
   border: 1px solid #ededed;
   text-align: right;
   padding: 5px 20px;
   vertical-align: top;
   font-size: 14px;
   font-weight: 600;
   color: #2c3e50;
}
.checkout-ordertable th {
   font-weight: 800;
   text-align: left;
}
.checkout-ordertable ul {
   margin: 0;
   padding: 0;
}
.checkout-ordertable .order-total .amount {
   color: var(--theme-color);
}
.checkout-ordertable input[type="hidden"] ~ label {
   color: var(--theme-color);
}
.woocommerce-checkout .form-group input:not(:last-child) {
   margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout-payment {
   text-align: left;
}
.woocommerce-checkout-payment ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.woocommerce-checkout-payment ul li {
   padding-top: 12px;
   border-bottom: 1px solid #d8d8d8;
   border-radius: 4px;
   font-size: 16px;
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label {
   margin-bottom: 17px;
   color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
   margin-bottom: -2px;
   margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
   padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
   color: #a1b1bc;
   background-color: #ecf0f1;
   border: 1px solid #d8d8d8;
   border-bottom: none;
   font-size: 14px;
   padding: 10px 20px;
   border-radius: 4px;
   display: none;
}
.woocommerce-checkout-payment .payment_box p {
   margin: 0;
}
.th-checkout-wrapper form.woocommerce-form {
   margin-bottom: 25px;
}
@media (max-width: 767px) {
   tfoot.checkout-ordertable th {
      display: none;
   }
   .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
      max-width: 150px;
   }
   .checkout-ordertable th,
   .checkout-ordertable td {
      padding: 5px 20px 5px 60px;
   }
}
.tinv-wishlist input[type="checkbox"] {
   display: inline-block;
   opacity: 1;
   visibility: visible;
   vertical-align: middle;
   width: auto;
   height: auto;
}
.tinv-wishlist .tinv-header {
   margin-top: -0.8rem;
}
.tinv-wishlist .cart-empty {
   padding: 12px 25px;
   background-color: #eee;
   border-radius: 5px;
   font-weight: 700;
   font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
   display: inline-block;
   background-color: var(--theme-color);
   color: #fff;
   font-size: 14px;
   padding: 10px 25px;
   margin-top: 10px;
   font-weight: 700;
}
.tinv-wishlist table {
   border: none;
}
.tinv-wishlist table th {
   color: var(--title-color);
}
.tinv-wishlist table td,
.tinv-wishlist table th {
   padding: 15.3px 10px;
   border-bottom: 1px solid var(--border-color);
   text-align: center;
}
.tinv-wishlist table thead {
   background-color: var(--smoke-color);
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
   width: 40px;
   text-align: center;
}
.tinv-wishlist .product-thumbnail {
   width: 110px;
}
.tinv-wishlist .stock.in-stock {
   margin-bottom: 0;
}
.tinv-wishlist ins {
   text-decoration: none;
}
.tinv-wishlist .product-remove button {
   border: none;
   height: 22px;
   width: 22px;
   text-align: center;
   font-size: 12px;
   line-height: 22px;
   border-radius: 0;
   padding-top: 0;
}
.tinv-wishlist .product-remove button i {
   line-height: 22px;
   font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
   display: none;
}
.tinv-wishlist .social-buttons {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   max-width: 295px;
   margin-left: auto;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.tinv-wishlist .social-buttons ul {
   padding-left: 0;
   margin-bottom: 0;
   margin-left: auto;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
   font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
   display: block;
}
.tinv-wishlist .product-stock span {
   display: inline;
}
.tinv-wishlist .product-stock i {
   margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
   margin-bottom: 5px;
   color: var(--theme-color);
}
.tinv-wishlist button.button {
   border: none;
   height: 40px;
   line-height: 40px;
   font-size: 14px;
   font-weight: 600;
   background-color: var(--theme-color);
   color: #fff;
   padding: 1px 15px;
   min-width: 140px;
}
.tinv-wishlist button.button.mask-btn {
   padding: 0;
}
.tinv-wishlist button.button .btn-text-mask {
   padding: 0.5px 21px;
}
.tinv-wishlist button.button:hover {
   background-color: var(--title-color);
   color: #fff;
}
.tinv-wishlist button.button i {
   font-size: 14px !important;
   margin-right: 3px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
   font-size: 16px;
   font-weight: 700;
   font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
   color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
   color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
   margin-left: 8px;
   font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
   font-weight: 700;
   margin-right: 10px;
   font-family: var(--title-font);
   color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
   display: inline-block;
   margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
   background-color: var(--theme-color);
   color: #fff;
   width: 30px;
   height: 30px;
   line-height: 30px;
   font-size: 14px;
   display: inline-block;
   text-align: center;
   border-radius: 50px;
   margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
   margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
   line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
   background-color: var(--title-color);
   color: var(--white-color);
}
.summary-content
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about
   .tinv-wishlist
   .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
   width: 56px;
   height: 56px;
   line-height: 56px;
   border-radius: 10px;
   display: block;
}
@media (max-width: 991px) {
   .tinvwl-full {
      display: none;
   }
   .tinv-wishlist .tinvwl-mobile {
      display: block;
   }
   .tinvwl-txt {
      display: none !important;
   }
   .product-stock {
      width: 40px;
      text-align: center;
   }
}
@media (max-width: 767px) {
   .tinv-wishlist table {
      table-layout: fixed;
      border-bottom: 1px solid var(--border-color);
   }
   .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
   .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
      display: none;
   }
   .tinv-wishlist table td,
   .tinv-wishlist table th {
      border: 1px solid var(--border-color);
   }
   .tinv-wishlist table.tinvwl-table-manage-list tbody td {
      display: block;
      width: 100% !important;
      text-align: center;
   }
   .product-name {
      text-align: center;
   }
   .tinv-wishlist table td,
   .tinv-wishlist table th {
      border-bottom: none;
   }
   .tinv-wishlist table tfoot {
      border-bottom: 1px solid var(--border-color);
   }
   .tinv-wishlist .social-buttons {
      max-width: 100%;
      margin-left: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .tinv-wishlist .social-buttons ul {
      margin-left: unset;
      margin-top: 5px;
   }
   .tinvwl-txt {
      display: inline-block !important;
   }
}
.contact-img {
   height: 100%;
   position: relative;
   z-index: 2;
}
.contact-img img {
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
   max-width: fit-content;
   height: 100%;
}
.input-form .input-wrap {
   position: relative;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 30px;
   z-index: 3;
}
@media (max-width: 991px) {
   .input-form .input-wrap {
      grid-template-columns: repeat(2, 1fr);
   }
}
@media (max-width: 767px) {
   .input-form .input-wrap {
      gap: 14px;
   }
}
@media (max-width: 575px) {
   .input-form .input-wrap {
      grid-template-columns: repeat(1, 1fr);
   }
}
.input-form .form-group {
   margin-bottom: 0px;
}
.input-form .form-group select,
.input-form .form-group .form-control,
.input-form .form-group .form-select,
.input-form .form-group textarea,
.input-form .form-group input {
   background: #161921;
   border-radius: 10px;
   color: #6a7178;
}
.input-form .form-group select:focus,
.input-form .form-group .form-control:focus,
.input-form .form-group .form-select:focus,
.input-form .form-group textarea:focus,
.input-form .form-group input:focus {
   outline: 0;
   box-shadow: none;
   border-color: var(--theme-color);
   background-color: transparent;
}
.input-form .form-group select::-moz-placeholder,
.input-form .form-group .form-control::-moz-placeholder,
.input-form .form-group .form-select::-moz-placeholder,
.input-form .form-group textarea::-moz-placeholder,
.input-form .form-group input::-moz-placeholder {
   color: #6a7178;
}
.input-form .form-group select::-webkit-input-placeholder,
.input-form .form-group .form-control::-webkit-input-placeholder,
.input-form .form-group .form-select::-webkit-input-placeholder,
.input-form .form-group textarea::-webkit-input-placeholder,
.input-form .form-group input::-webkit-input-placeholder {
   color: #6a7178;
}
.input-form .form-group select:-ms-input-placeholder,
.input-form .form-group .form-control:-ms-input-placeholder,
.input-form .form-group .form-select:-ms-input-placeholder,
.input-form .form-group textarea:-ms-input-placeholder,
.input-form .form-group input:-ms-input-placeholder {
   color: #6a7178;
}
.input-form .form-group select::-webkit-input-placeholder,
.input-form .form-group .form-control::-webkit-input-placeholder,
.input-form .form-group .form-select::-webkit-input-placeholder,
.input-form .form-group textarea::-webkit-input-placeholder,
.input-form .form-group input::-webkit-input-placeholder {
   color: #6a7178;
}
.input-form .form-group select::-moz-placeholder,
.input-form .form-group .form-control::-moz-placeholder,
.input-form .form-group .form-select::-moz-placeholder,
.input-form .form-group textarea::-moz-placeholder,
.input-form .form-group input::-moz-placeholder {
   color: #6a7178;
}
.input-form .form-group select:-ms-input-placeholder,
.input-form .form-group .form-control:-ms-input-placeholder,
.input-form .form-group .form-select:-ms-input-placeholder,
.input-form .form-group textarea:-ms-input-placeholder,
.input-form .form-group input:-ms-input-placeholder {
   color: #6a7178;
}
.input-form .form-group select::-ms-input-placeholder,
.input-form .form-group .form-control::-ms-input-placeholder,
.input-form .form-group .form-select::-ms-input-placeholder,
.input-form .form-group textarea::-ms-input-placeholder,
.input-form .form-group input::-ms-input-placeholder {
   color: #6a7178;
}
.input-form .form-group select::placeholder,
.input-form .form-group .form-control::placeholder,
.input-form .form-group .form-select::placeholder,
.input-form .form-group textarea::placeholder,
.input-form .form-group input::placeholder {
   color: #6a7178;
}
.input-form .form-group {
   margin-bottom: 0;
}
.input-form .form-group i {
   color: var(--theme-color);
}
.input-form .form-group .nice-select .option {
   color: var(--title-color);
}
.input-form .form-group .nice-select .option.selected {
   color: var(--theme-color) !important;
   background: var(--theme-color) !important;
}
.input-form .form-group .nice-select .option.selected.focus {
   color: #fff !important;
   background: var(--theme-color) !important;
}
.input-form .form-group .nice-select .option:hover,
.input-form .form-group .nice-select .option.focus {
   background: var(--theme-color) !important;
   color: #fff !important;
}
.input-form .form-group .nice-select.open .list {
   border-bottom: 3px solid var(--theme-color);
}
.contact-area {
   --space: 60px;
   position: relative;
}
.contact-area::before {
   content: "";
   height: calc(100% - var(--space) * 2);
   width: calc(100% + var(--space) * 2);
   position: absolute;
   top: var(--space);
   left: calc(0px - var(--space));
   border: 2px solid var(--theme-color);
}
.contact-area .shape {
   position: absolute;
   top: 0;
   left: -182px;
}
@media (max-width: 1199px) {
   .contact-area::before {
      display: none;
   }
   .contact-img img {
      max-width: 100%;
   }
}
.contact-us-form.style3 .title-area .sec-title {
   text-transform: capitalize;
   margin-bottom: 11px;
}
.contact-us-form.style3 select,
.contact-us-form.style3 .form-control,
.contact-us-form.style3 .form-select,
.contact-us-form.style3 textarea,
.contact-us-form.style3 input {
   border: 1px solid #242936;
   border-radius: 10px;
}
.contact-us-form.style3 select:hover,
.contact-us-form.style3 select:focus,
.contact-us-form.style3 .form-control:hover,
.contact-us-form.style3 .form-control:focus,
.contact-us-form.style3 .form-select:hover,
.contact-us-form.style3 .form-select:focus,
.contact-us-form.style3 textarea:hover,
.contact-us-form.style3 textarea:focus,
.contact-us-form.style3 input:hover,
.contact-us-form.style3 input:focus {
   border: 1px solid var(--theme-color);
}
.contact-us-form.style3 textarea {
   min-height: 211px;
}
.contact-us-form.style3 .nice-select .option {
   color: var(--title-color);
}
.contact-us-form.style3 .nice-select .option.selected {
   color: var(--theme-color) !important;
   background: var(--theme-color) !important;
}
.contact-us-form.style3 .nice-select .option.selected.focus {
   color: #fff !important;
   background: var(--theme-color) !important;
}
.contact-us-form.style3 .nice-select .option:hover,
.contact-us-form.style3 .nice-select .option.focus {
   background: var(--theme-color) !important;
   color: #fff !important;
}
.contact-us-form.style3 .nice-select.open .list {
   border-bottom: 3px solid var(--theme-color);
}
.contact-us-form.style4 select,
.contact-us-form.style4 .form-control,
.contact-us-form.style4 .form-select,
.contact-us-form.style4 textarea,
.contact-us-form.style4 input {
   background-color: var(--white-color);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 10px;
   font-size: 14px;
   font-weight: 500;
   border: 1px solid var(--white-color);
   border-radius: 10px;
}
.contact-us-form.style4 select:hover,
.contact-us-form.style4 select:focus,
.contact-us-form.style4 .form-control:hover,
.contact-us-form.style4 .form-control:focus,
.contact-us-form.style4 .form-select:hover,
.contact-us-form.style4 .form-select:focus,
.contact-us-form.style4 textarea:hover,
.contact-us-form.style4 textarea:focus,
.contact-us-form.style4 input:hover,
.contact-us-form.style4 input:focus {
   border: 1px solid var(--theme-color);
}
.contact-us-form.style4 textarea {
   min-height: 211px;
}
.contact-us-form.style4 .nice-select .option {
   color: var(--title-color);
}
.contact-us-form.style4 .nice-select .option.selected {
   color: var(--theme-color) !important;
   background: var(--theme-color) !important;
}
.contact-us-form.style4 .nice-select .option.selected.focus {
   color: #fff !important;
   background: var(--theme-color) !important;
}
.contact-us-form.style4 .nice-select .option:hover,
.contact-us-form.style4 .nice-select .option.focus {
   background: var(--theme-color) !important;
   color: #fff !important;
}
.contact-us-form.style4 .nice-select.open .list {
   border-bottom: 3px solid var(--theme-color);
}
.contact-us-form.style4 .wpcf7-submit.th-btn {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
.contact-us-form.style4 .wpcf7-submit.th-btn:hover {
   background-color: var(--white-color);
}
.contact-us-form .form-group {
   margin-bottom: 30px;
}
.contact-us-form select,
.contact-us-form .form-control,
.contact-us-form .form-select,
.contact-us-form textarea,
.contact-us-form input {
   background-color: transparent;
   border: 1px solid #d4d4d4;
   border-radius: 10px;
}
.contact-us-form textarea {
   min-height: 211px;
}
.contact-us-form .nice-select .option {
   color: var(--title-color);
}
.contact-us-form .nice-select .option.selected {
   color: var(--theme-color) !important;
   background: var(--theme-color) !important;
}
.contact-us-form .nice-select .option.selected.focus {
   color: #fff !important;
   background: var(--theme-color) !important;
}
.contact-us-form .nice-select .option:hover,
.contact-us-form .nice-select .option.focus {
   background: var(--theme-color) !important;
   color: #fff !important;
}
.contact-us-form .nice-select.open .list {
   border-bottom: 3px solid var(--theme-color);
}
.media-con{
   margin-bottom: 35px;
   list-style: none;
   padding: 0;
}
.media-con li{
   padding-left: 20px;
   position: relative;
   margin-bottom: 10px;
}
.media-con li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 8px;
    height: 10px;
    text-align: center;
    border-radius: 2px;
    background-color: var(--theme-color);
    display: inline-block;
}
.media-con li span{
   font-weight: 600;
   color: var(--black-color);
}
.press-sec{
   background-size: cover;
}

@media (max-width: 767px) {
   .contact-us-form .contact-form-btn {
      text-align: center;
   }
}
.form-group p {
   margin: 0;
}
.form-btn {
   margin: 0;
}
.input-wrap {
   position: absolute;
   bottom: 0;
   left: 50%;
   -webkit-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
}
@media (max-width: 991px) {
   .input-wrap {
      position: relative;
   }
}
.booking-form {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   background: var(--white-color);
   border-radius: 10px;
   padding: 5px;
   width: 686px;
   height: 56px;
   margin: auto auto 60px auto;
   z-index: 9;
}
@media (max-width: 767px) {
   .booking-form {
      width: 100%;
      height: 100%;
   }
}
@media (max-width: 767px) {
   .booking-form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
   }
}
@media (max-width: 375px) {
   .booking-form {
      grid-template-columns: repeat(1, 1fr);
   }
}
.booking-form .form-select {
   position: relative;
}
.booking-form .form-select:before {
   content: "";
   position: absolute;
   right: -5px;
   top: 10px;
   width: 1px;
   height: 28px;
   background-color: #cbcdcf;
}
@media (max-width: 375px) {
   .booking-form .form-select:before {
      display: none;
   }
}
.booking-form select,
.booking-form .form-control,
.booking-form .form-select,
.booking-form .nice-select,
.booking-form textarea,
.booking-form input {
   background-color: transparent;
   height: 46px;
   line-height: 46px;
   font-size: 14px;
}
.booking-form select:focus,
.booking-form .form-control:focus,
.booking-form .form-select:focus,
.booking-form .nice-select:focus,
.booking-form textarea:focus,
.booking-form input:focus {
   border: none;
   background-color: transparent;
}
.booking-form .form-group {
   margin: 0;
}
.booking-form .nice-select:after {
   top: 17px;
}
.booking-form .nice-select .option {
   color: var(--title-color);
}
.booking-form .nice-select .option.selected {
   color: var(--theme-color) !important;
   background: var(--theme-color) !important;
}
.booking-form .nice-select .option.selected.focus {
   color: #fff !important;
   background: var(--theme-color) !important;
}
.booking-form .nice-select .option:hover,
.booking-form .nice-select .option.focus {
   background: var(--theme-color) !important;
   color: #fff !important;
}
.booking-form .nice-select.open .list {
   border-bottom: 3px solid var(--theme-color);
   min-width: 180px;
}
.booking-form .th-btn {
   padding: 10px 35px;
}
@media (max-width: 767px) {
   .booking-form .th-btn {
      width: 100%;
   }
}
@media (max-width: 767px) {
   .booking-form .form-btn {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      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;
   }
}
.booking-form .form-btn .wpcf7-spinner {
   display: none;
}
.booking-form .wpcf7-submit.th-btn {
   padding: 0px 35px;
}
@media (max-width: 767px) {
   .booking-form .wpcf7-submit.th-btn {
      margin: 0;
   }
}
.booking-form .wpcf7-submit.th-btn:hover {
   background-color: var(--theme-color);
}
.login-form {
   background-color: var(--white-color);
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 40px;
}
@media (max-width: 1199px) {
   .login-form {
      padding: 30px;
   }
}
.login-form .form-group {
   position: relative;
   margin-bottom: 22px;
}
.login-form .form-group label {
   font-weight: 400;
   font-size: 14px;
   line-height: 26px;
   color: var(--body-color);
   margin-bottom: 2px;
}
.login-form .form-group select,
.login-form .form-group .form-control,
.login-form .form-group .form-select,
.login-form .form-group textarea,
.login-form .form-group input {
   background-color: transparent;
   border: 1px solid var(--gray-color);
   border-radius: 10px;
}
.login-form .form-group select:hover,
.login-form .form-group select:focus,
.login-form .form-group .form-control:hover,
.login-form .form-group .form-control:focus,
.login-form .form-group .form-select:hover,
.login-form .form-group .form-select:focus,
.login-form .form-group textarea:hover,
.login-form .form-group textarea:focus,
.login-form .form-group input:hover,
.login-form .form-group input:focus {
   border: 1px solid var(--theme-color);
}
.login-form .form-group i {
   display: inline-block;
   position: absolute;
   right: 30px;
   top: 45px;
   font-size: 14px;
   color: var(--body-color);
}
.register-form {
   background-color: var(--white-color);
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 40px;
   margin-left: 95px;
}
@media (max-width: 1199px) {
   .register-form {
      margin-left: 0;
      padding: 30px;
   }
}
.register-form .form-group {
   position: relative;
   margin-bottom: 22px;
}
.register-form .form-group label {
   font-weight: 400;
   font-size: 14px;
   line-height: 26px;
   color: var(--body-color);
   margin-bottom: 2px;
}
.register-form .form-group select,
.register-form .form-group .form-control,
.register-form .form-group .form-select,
.register-form .form-group textarea,
.register-form .form-group input {
   background-color: transparent;
   border: 1px solid var(--gray-color);
   border-radius: 10px;
}
.register-form .form-group select:hover,
.register-form .form-group select:focus,
.register-form .form-group .form-control:hover,
.register-form .form-group .form-control:focus,
.register-form .form-group .form-select:hover,
.register-form .form-group .form-select:focus,
.register-form .form-group textarea:hover,
.register-form .form-group textarea:focus,
.register-form .form-group input:hover,
.register-form .form-group input:focus {
   border: 1px solid var(--theme-color);
}
.register-form .form-group i {
   display: inline-block;
   position: absolute;
   right: 30px;
   top: 45px;
   font-size: 14px;
   color: var(--body-color);
}
.contact-map {
   position: relative;
   overflow: hidden;
}
.contact-map iframe {
   height: 499px;
}
.contact-map .contact-icon {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   cursor: pointer;
}
.contact-map .contact-icon i {
   height: 80px;
   width: 80px;
   line-height: 80px;
   background-color: var(--theme-color);
   border-radius: 50%;
   text-align: center;
   position: relative;
   z-index: 2;
   margin: 0 auto 0 auto;
   font-size: 24px;
   color: var(--white-color);
}
.th-comment-form .nice-select .option {
   color: var(--title-color);
}
.th-comment-form .nice-select .option.selected {
   color: var(--theme-color) !important;
   background: var(--theme-color) !important;
}
.th-comment-form .nice-select .option.selected.focus {
   color: #fff !important;
   background: var(--theme-color) !important;
}
.th-comment-form .nice-select .option:hover,
.th-comment-form .nice-select .option.focus {
   background: var(--theme-color) !important;
   color: #fff !important;
}
.th-comment-form .nice-select.open .list {
   border-bottom: 3px solid var(--theme-color);
}
.map-sec {
   line-height: 0;
}
.map-sec iframe {
   width: 100%;
   height: 500px;
}
@media (max-width: 1299px) {
   .map-sec iframe {
      height: 400px;
   }
}
@media (max-width: 767px) {
   .map-sec iframe {
      height: 300px;
   }
}
.inquiry-form {
   background-color: var(--white-color);
   padding: 50px;
   box-shadow: 0px 6px 40px rgba(1, 15, 28, 0.08);
}
.inquiry-form .nice-select .option {
   color: var(--title-color);
}
.inquiry-form .nice-select .option.selected {
   color: var(--theme-color) !important;
   background: var(--theme-color) !important;
}
.inquiry-form .nice-select .option.selected.focus {
   color: #fff !important;
   background: var(--theme-color) !important;
}
.inquiry-form .nice-select .option:hover,
.inquiry-form .nice-select .option.focus {
   background: var(--theme-color) !important;
   color: #fff !important;
}
.inquiry-form .nice-select.open .list {
   border-bottom: 3px solid var(--theme-color);
}
@media (max-width: 575px) {
   .inquiry-form {
      padding: 40px 20px;
   }
}
.contact-info {
   background-color: var(--white-color);
   box-shadow: 0px 6px 30px rgba(1, 19, 60, 0.07);
   border-radius: 20px;
   margin-bottom: 0px;
   padding: 40px 35px;
   position: relative;
   z-index: 9;
}
@media (max-width: 1199px) {
   .contact-info {
      margin-bottom: 24px;
      padding: 30px 20px;
   }
}
.contact-info_title {
   font-size: 24px;
   font-weight: 600;
   margin-top: -0.25em;
   margin-bottom: 15px;
}
@media (max-width: 1199px) {
   .contact-info_title {
      font-size: 20px;
   }
}
.contact-info_icon {
   display: inline-block;
   width: 80px;
   min-width: 80px;
   height: 80px;
   line-height: 80px;
   background-color: var(--theme-color);
   color: var(--white-color);
   text-align: center;
   font-size: 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 99px;
   position: relative;
   margin: 0 auto;
   margin-bottom: 34px;
}
@media (max-width: 1199px) {
   .contact-info_icon {
      width: 50px;
      min-width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 25px;
      margin-bottom: 24px;
   }
}
.contact-info_icon:before {
   content: "";
   width: 100%;
   height: 100%;
   border: 2px solid #001d79;
   position: absolute;
   top: -10px;
   left: -10px;
   border-radius: inherit;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   z-index: -1;
}
.contact-info_text {
   min-width: 100%;
   display: block;
   margin-bottom: -0.5em;
}
@media (max-width: 1199px) {
   .contact-info_text {
      font-size: 14px;
   }
}
.contact-info_text span,
.contact-info_text a {
   display: block;
}
.contact-info_text a {
   color: var(--body-color);
}
.contact-info_text a:hover {
   color: var(--theme-color);
}
.contact-info:hover .contact-info_icon:before {
   top: 0;
   left: 0;
}
.contact-form {
   background-color: var(--white-color);
   padding: 40px;
   box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
}
.contact-form .form-title {
   text-align: center;
   max-width: 520px;
   margin: -0.26em auto 35px auto;
   padding-bottom: 10px;
   border-bottom: 2px solid var(--border-color);
   position: relative;
}
.contact-form .form-title:after {
   content: "";
   width: 140px;
   height: 2px;
   background-color: var(--theme-color);
   position: absolute;
   bottom: -2px;
   left: calc(50% - 70px);
}
.contact-form textarea.form-control {
   min-height: 130px;
}
@media (max-width: 1199px) {
   .contact-info {
      margin-bottom: 0;
   }
   .contact-info-wrap {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
   }
}
@media (max-width: 991px) {
   .contact-info-wrap {
      grid-template-columns: repeat(1, 1fr);
   }
}
@media (max-width: 575px) {
   .contact-form {
      padding: 40px 20px;
   }
   .contact-info {
      padding: 30px;
   }
}
@media (max-width: 375px) {
   .contact-form {
      padding: 40px 20px;
   }
   .contact-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }
}
.contact-image {
   padding-right: 50px;
   min-width: 513px;
   min-height: 650px;
}
@media (max-width: 1199px) {
   .contact-image.style3 {
      -webkit-animation: movingX-reverse 8s linear infinite;
      animation: movingX-reverse 8s linear infinite;
   }
}
@media (max-width: 1199px) {
   .contact-image {
      -webkit-animation: movingX 8s linear infinite;
      animation: movingX 8s linear infinite;
   }
}
@media (max-width: 991px) {
   .contact-image {
      margin-bottom: 30px;
      min-width: 100%;
      min-height: 100%;
      padding-right: 0;
      text-align: center;
   }
}
.contact-form2 {
   background-color: #f5f5f5;
   padding: 60px;
   border-radius: 20px;
}
@media (max-width: 1399px) {
   .contact-form2 {
      padding: 40px;
   }
}
@media (max-width: 1299px) {
   .contact-form2 {
      padding: 30px;
   }
}
.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 input {
   height: 56px;
   font-size: 14px;
   font-weight: 500;
   border-radius: 10px;
   color: var(--body-color);
   background-color: var(--white-color);
}
.contact-form2 .wpcf7-submit.th-btn {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.contact-form2 .wpcf7-submit.th-btn:hover {
   background-color: var(--title-color);
   color: var(--white-color);
}
.contact9-image img {
   border-radius: 20px;
}
.contact-media {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 15px;
}
@media (max-width: 375px) {
   .contact-media {
      display: block;
      text-align: center;
   }
}
.contact-media:not(:last-child) {
   margin-bottom: 50px;
}
.contact-media .box-icon {
   position: relative;
   min-width: 90px;
   z-index: 2;
}
@media (max-width: 375px) {
   .contact-media .box-icon {
      margin-bottom: 25px;
   }
}
.contact-media .box-icon:before {
   content: "";
   position: absolute;
   top: -10px;
   left: -10px;
   width: 64px;
   height: 74px;
   background-color: var(--theme-color);
   opacity: 0.15;
   -webkit-clip-path: path(
      "M29.1079 0.00486501C15.2866 0.268317 6.14201 12.7767 2.00104 25.9988C-1.98606 38.7296 -0.341438 52.8094 9.90176 61.3298C22.6527 71.9363 40.7668 79.1748 54.1402 69.3691C67.4333 59.6222 65.1873 40.4268 59.5844 24.9012C54.6555 11.2432 43.5932 -0.271244 29.1079 0.00486501Z"
   );
   clip-path: path(
      "M29.1079 0.00486501C15.2866 0.268317 6.14201 12.7767 2.00104 25.9988C-1.98606 38.7296 -0.341438 52.8094 9.90176 61.3298C22.6527 71.9363 40.7668 79.1748 54.1402 69.3691C67.4333 59.6222 65.1873 40.4268 59.5844 24.9012C54.6555 11.2432 43.5932 -0.271244 29.1079 0.00486501Z"
   );
   z-index: -1;
}
@media (max-width: 375px) {
   .contact-media .box-icon:before {
      left: 40%;
   }
}
.contact-media .box-title {
   font-size: 24px;
}
.contact-area10 {
   position: relative;
   z-index: 2;
}
.contact-area10:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   background: url(../img/shape/girl.png) no-repeat 0 bottom;
   background-color: var(--title-color);
   width: 1577px;
   height: 100%;
   z-index: -1;
   border-radius: 0 20px 20px 0px;
}
@media (max-width:767px){
	.contact-area10:before{
		background-position: left top;
	}
	
}
.contact10-content {
   position: relative;
/*    background-color: #242936; */
	background: rgba(7, 12, 24, .5);
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-size: 100% 100%;
   mask-size: 100% 100%;
   padding: 60px 80px 64px 80px;
   max-width: 508px;
   z-index: 2;
}
@media (max-width: 1199px) {
   .contact10-content {
      max-width: 430px;
   }
}
@media (max-width: 991px) {
   .contact10-content {
      max-width: 90%;
   }
}
@media (max-width: 575px) {
   .contact10-content {
      max-width: 100%;
      padding: 60px 20px 64px 20px !important;
   }
}
.contact10-content:before {
   content: "\f105";
   font-family: var(--icon-font);
   position: absolute;
   top: 50%;
   right: -9%;
   width: 100px;
   height: 152px;
   background: rgba(7, 12, 24, .5);
   -webkit-mask-image: url("../img/shape/shape3.png");
   mask-image: url("../img/shape/shape3.png");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-size: cover;
   mask-size: cover;
   color: var(--white-color);
   padding: 60px 20px 60px 60px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font-size: 24px;
   z-index: -1;
}
@media (max-width: 575px) {
   .contact10-content:before {
      display: none;
   }
}
@media (max-width: 1199px) {
   .contact10-content {
      padding: 60px 75px 64px 40px;
   }
}
@media (max-width: 767px) {
   .contact10-content {
      text-align: center;
   }
}
.contact10-content .th-social {
   margin-top: 25px;
	display: flex;
	justify-content: flex-start;
	gap: 15px;
}
.contact10-content .th-social a {
   --icon-size: 36px;
   border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact10-content .th-social a:not(:hover) {
   color: var(--theme-color);
}
.contact10-content .text {
   font-family: var(--title-font);
   color: var(--white-color);
   padding-top: 50px;
   margin-bottom: -0.3rem;
}
.info-box.style2 {
   margin-bottom: 20px;
}
@media (max-width: 767px) {
   .info-box.style2 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
.info-box.style2 span {
   display: block;
   margin-top: 20px;
}
.info-box.style2 .info-box_text {
   font-size: 20px;
   display: block;
}
@media (max-width: 375px) {
   .info-box.style2 .info-box_text {
      font-size: 18px;
   }
}
.info-box.style2 .info-box_link {
   display: block;
}
.contact-form3 {
   background-color: #f5f5f5;
   padding: 60px;
   border-radius: 20px;
   margin-right: -10px;
}
@media (max-width: 1399px) {
   .contact-form3 {
      padding: 40px;
   }
}
@media (max-width: 1299px) {
   .contact-form3 {
      padding: 60px 30px;
   }
}
.contact-form3 .form-group {
   margin-bottom: 23px;
   position: relative;
}
.contact-form3 select,
.contact-form3 .form-control,
.contact-form3 .form-select,
.contact-form3 textarea,
.contact-form3 input {
   height: 56px;
   font-size: 14px;
   font-weight: 500;
   border-radius: 10px;
   color: var(--body-color);
   background-color: var(--white-color);
}
.contact-form3 textarea.form-control,
.contact-form3 textarea {
   min-height: 138px;
}
.contact-form3 .wpcf7-submit.th-btn {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.contact-form3 .wpcf7-submit.th-btn:hover {
   background-color: var(--title-color);
   color: var(--white-color);
}
.img-box1 {
   position: relative;
}
.img-box1 .img1 {
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
   .img-box1 .img1 {
      margin-bottom: 30px;
   }
}
.img-box1 .img1 img {
   width: 100%;
   border-radius: 20px;
}
.img-box1 .img1 .shape_1 {
   content: "";
   position: absolute;
   left: -30px;
   top: -20px;
   z-index: -1;
   width: 474px;
   height: 395px;
   border-radius: 20px;
   -webkit-animation: movingX 8s linear infinite;
   animation: movingX 8s linear infinite;
}
@media (max-width: 1199px) {
   .img-box1 .img1 .shape_1 {
      width: 100%;
      height: 100%;
   }
}
@media (max-width: 575px) {
   .img-box1 .img1 .shape_1 {
      display: none;
   }
}
.img-box2 {
   margin-left: 50px;
}
@media (max-width: 1199px) {
   .img-box2 {
      margin-left: 0;
   }
}
.img-box2 .img2 {
   width: 545px;
   height: 467px;
   border-radius: 20px;
   display: block;
}
@media (max-width: 1299px) {
   .img-box2 .img2 {
      width: 100%;
      height: 100%;
   }
}
@media (max-width: 1199px) {
   .img-box2 .img2 {
      margin-top: 30px;
   }
}
.img-box2 .img2 img {
   width: 100%;
   border-radius: 20px;
}
.img-box3 {
   position: relative;
   z-index: 9;
   width: 545px;
   height: 546px;
   margin-right: 80px;
}
@media (max-width: 1299px) {
   .img-box3 {
      width: 100%;
      height: 100%;
      margin-right: 0;
   }
}
@media (max-width: 1199px) {
   .img-box3 {
      text-align: center;
      margin-bottom: 30px;
   }
}
@media (max-width: 767px) {
   .img-box3 {
      margin-bottom: 30px;
   }
}
@media (max-width: 1299px) {
   .img-box3 .img1 {
      margin-right: 30px;
   }
}
.img-box3 .shape1 {
   position: absolute;
   bottom: 40px;
   left: -35px;
   width: 474px;
   height: 395px;
   border-radius: 20px;
   z-index: -1;
   -webkit-animation: movingX 8s linear infinite;
   animation: movingX 8s linear infinite;
}
@media (max-width: 1299px) {
   .img-box3 .shape1 {
      left: -40px;
   }
}
@media (max-width: 1199px) {
   .img-box3 .shape1 {
      left: 11%;
   }
}
@media (max-width: 375px) {
   .img-box3 .shape1 {
      left: 0%;
   }
}
.img-box4 {
   position: relative;
}
.img-box4 .img4 {
   position: relative;
   z-index: 7;
}
.img-box4 .img4 img {
   position: relative;
}
@media (max-width: 1500px) {
   .img-box4 .img4 img {
      margin-left: -30px;
      width: 100%;
      height: 100%;
   }
}
@media (max-width: 1199px) {
   .img-box4 .img4 img {
      margin-bottom: 40px;
   }
}
.class-schedule-image {
   position: relative;
   z-index: 7;
   margin-left: 80px;
}
@media (max-width: 1399px) {
   .class-schedule-image {
      margin-left: -50px;
   }
}
@media (max-width: 1299px) {
   .class-schedule-image {
      margin-left: 0;
   }
}
@media (max-width: 991px) {
   .class-schedule-image {
      display: none;
   }
}
.class-schedule-image img {
   min-width: 626px;
   min-height: 701px;
   margin-right: -165px;
}
@media (max-width: 1500px) {
   .class-schedule-image img {
      margin-right: -30px;
      min-width: 100%;
      min-height: 100%;
   }
}
@media (max-width: 1399px) {
   .class-schedule-image img {
      margin-right: 0;
   }
}
.about-blockquote {
   background-color: transparent;
   padding: 0;
   font-weight: 500;
   font-size: 16px;
   line-height: 26px;
   text-transform: capitalize;
   color: var(--black-color-2);
   margin-top: 16px;
   margin-bottom: 30px;
   border-radius: 0;
   padding-left: 20px;
}
@media (max-width: 1199px) {
   .about-blockquote {
      margin-bottom: 20px;
   }
}
.about-blockquote:before {
   display: none;
}
.about-blockquote:after {
   content: "";
   position: absolute;
   left: 0px;
   top: 0px;
   width: 5px;
   height: 73px;
   background: -webkit-linear-gradient(323.05deg, #001d79 0%, #0cebd9 100%);
   background: linear-gradient(126.95deg, #001d79 0%, #0cebd9 100%);
}
.about-text {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   text-transform: capitalize;
   color: var(--black-color-2);
   margin-bottom: 33px;
}
.about-counter1 {
   background: var(--theme-color);
   border-radius: 20px;
   width: 128px;
   padding: 45px 15px;
   text-align: center;
   position: absolute;
   top: 0;
   right: 0;
}
@media (max-width: 1299px) {
   .about-counter1 {
      right: 25px;
   }
}
@media (max-width: 1199px) {
   .about-counter1 {
      right: 22%;
   }
}
@media (max-width: 991px) {
   .about-counter1 {
      right: 14%;
   }
}
@media (max-width: 767px) {
   .about-counter1 {
      right: 6%;
   }
}
@media (max-width: 575px) {
   .about-counter1 {
      right: 0;
      top: -20px;
   }
}
.about-counter1 .counter-number {
   font-family: var(--title-font);
   font-weight: 700;
   font-size: 64px;
   line-height: 44px;
   color: var(--white-color);
   text-transform: capitalize;
   text-align: center;
   margin-bottom: 16px;
}
@media (max-width: 575px) {
   .about-counter1 .counter-number {
      font-size: 44px;
   }
}
.about-counter1 .counter-text {
   font-family: var(--body-color);
   font-weight: 600;
   font-size: 16px;
   line-height: 26px;
   color: var(--white-color);
   text-align: center;
   text-transform: capitalize;
   margin-bottom: 0;
}
hr.style1 {
   margin: 0;
   border: 1px solid #2a2f3c;
}
@media (max-width: 1199px) {
   .img-box1 {
      margin-right: 30px;
   }
}
@media (max-width: 991px) {
   .img-box1 {
      margin-right: 0;
   }
}
@media (max-width: 767px) {
   .about-btn {
      text-align: center;
   }
}
.about-sec-three {
   position: relative;
   margin: 0 150px;
   padding: 20px 40px;
   z-index: 2;
}
@media (max-width: 1500px) {
   .about-sec-three {
      margin: 0;
      padding: 80px 0;
   }
}
@media (max-width: 767px) {
   .about-sec-three .blue-btn {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
.img-box4 {
   position: relative;
}
.img-box4 .img1 {
   position: relative;
   width: 823px;
   margin-left: -50%;
   border-radius: 20px;
   overflow: hidden;
}
@media (max-width: 1799px) {
   .img-box4 .img1 {
      margin-left: -20%;
      width: 700px;
   }
}
@media (max-width: 1399px) {
   .img-box4 .img1 {
      width: 100%;
      margin-left: 0;
   }
}
.img-box4 .img1 img {
   width: 100%;
   border-radius: 20px;
   -webkit-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}
.img-box4:hover .img1 img {
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
}
.info-media {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 15px;
}
.info-media.style2 .info-media_icon {
   background: rgba(12, 235, 217, 0.2);
}
@media (max-width: 767px) {
   .info-media:not(:last-child) {
      margin-bottom: 20px;
   }
}
.info-media_wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 25px;
}
@media (max-width: 767px) {
   .info-media_wrapp {
      display: block;
   }
}
.info-media_icon {
   width: 60px;
   height: 60px;
   line-height: 60px;
   background: rgba(235, 0, 39, 0.1);
   border-radius: 10px;
   text-align: center;
}
.info-media_icon img {
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
	width: 85%;height: 85%;
	object-fit: contain;
}
.info-media_title {
   font-size: 18px;
   margin-bottom: 5px;
   margin-top: -0.3rem;
}
.info-media:hover .info-media_icon img {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
.feature-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 15px;
}
.feature-wrapper .icon-btn {
   --btn-size: 56px;
   background: var(--white-color);
   box-shadow: 0px 2px 5.1px rgba(0, 0, 0, 0.08);
   border-radius: 10px;
   color: var(--theme-color);
   font-size: var(--btn-font-size, 22px);
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.feature-wrapper .icon-btn:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
}
.feature-wrapper .icon-btn a {
   color: inherit;
}
.feature-wrapper .header-info_link {
   font-family: var(--title-font);
   font-weight: 600;
   font-size: 18px;
   color: var(--title-color);
   margin-bottom: 0;
}
@media (max-width: 575px) {
   .feature-wrapper .header-info_link {
      font-size: 16px;
      line-height: 26px;
   }
}
.feature-wrapper .header-info_link:hover {
   color: var(--theme-color);
}
.feature-wrapper .header-info_link a {
   color: inherit;
}
.img-box5 {
   position: relative;
}
@media (max-width: 1299px) {
   .img-box5 {
      margin-right: 40px;
   }
}
.img-box5 .img1 {
   position: relative;
   border-radius: 20px;
   z-index: 2;
}
.img-box5 .img1 img {
   border-radius: 20px;
}
.img-box5 .about-shape5 {
   position: absolute;
   top: -40px;
   left: -40px;
   z-index: -1;
}
.about-counter {
   padding: 0;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 60px;
   max-width: 476px;
   border-bottom: 1px solid #525960;
   padding-bottom: 20px;
   margin-bottom: 40px;
}
@media (max-width: 767px) {
   .about-counter {
      grid-template-columns: auto auto;
      gap: 0 40px;
   }
}
.about-counter li {
   position: relative;
   list-style: none;
}
.about-counter li .count-number {
   font-weight: 600;
   font-size: 36px;
   line-height: 46px;
   text-align: center;
   text-transform: capitalize;
   background-color: var(--theme-color);
   color: var(--white-color);
   border-radius: 10px;
   padding: 10px;
}
.about-counter li .count-name {
   font-family: var(--title-font);
   font-weight: 400;
   font-size: 16px;
   line-height: 54px;
   text-transform: uppercase;
   color: var(--white-color);
   text-align: center;
   display: block;
}
.about-event {
   border-bottom: 1px solid #525960;
   margin-bottom: 20px;
   padding-bottom: 5px;
   display: inline-block;
}
.about-event_title {
   font-weight: 600;
   font-size: 18px;
   color: var(--white-color);
   margin-bottom: 0;
}
.about-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;
   gap: 15px;
}
.about-profile .avater {
   border-radius: 10px;
}
.about-profile .avater img {
   border-radius: 10px;
}
.info-media_wrapper {
   max-width: 510px;
}
.img-box6 {
   position: relative;
}
@media (max-width: 1199px) {
   .img-box6 {
      margin-bottom: 200px;
   }
}
@media (max-width: 767px) {
   .img-box6 {
      margin-bottom: 120px;
   }
}
.img-box6 .img1 {
   margin-left: 50px;
   border-radius: 20px 100px 20px 20px;
}
@media (max-width: 575px) {
   .img-box6 .img1 {
      border-radius: 20px 50px 20px 20px;
   }
}
.img-box6 .img1 img {
   border-radius: 20px 100px 20px 20px;
}
@media (max-width: 575px) {
   .img-box6 .img1 img {
      border-radius: 20px 50px 20px 20px;
   }
}
.img-box6 .img2 {
   border-radius: 20px;
   position: absolute;
   bottom: -28%;
   right: 0;
}
.img-box6 .img2 img {
   border-radius: 20px;
}
.img-box6 .about-counter1 {
   width: 234px;
   background-color: #001d79;
   padding: 19px 15px;
   top: 35%;
}
.img-box6 .about-counter1 .counter-title {
   font-weight: 600;
   font-size: 36px;
   line-height: 46px;
   color: var(--white-color);
   margin-bottom: 0;
}
.img-box6 .about-counter1 .counter-number {
   font-weight: 600;
   font-size: 36px;
   line-height: 46px;
   margin-bottom: 0;
}
.img-box6 .about-counter1 .counter-text {
   font-size: 16px;
   font-weight: 400;
}
.img-box6 .about-counter1 .counter-desc {
   color: var(--white-color);
   font-weight: 600;
}
.img-box6 .about-dots {
   position: absolute;
   top: 50px;
   right: 60px;
   z-index: -1;
}
.img-box6 .about-circle {
   position: absolute;
   bottom: -30%;
   left: -10%;
   z-index: -1;
}
@media (max-width: 1199px) {
   .img-box6 .about-circle {
      left: 0;
   }
}
.img-box7 {
   position: relative;
}
@media (max-width: 991px) {
   .img-box7 {
      margin-bottom: 50px;
   }
}
@media (max-width: 575px) {
   .img-box7 {
      margin-bottom: 50px;
   }
}
.img-box7 .img1 {
   position: relative;
   max-width: 476px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   z-index: 2;
}
.img-box7 .img1:before {
   position: absolute;
   content: "";
   top: -40px;
   right: -36px;
   width: 314px;
   height: 535px;
   border: 8px solid #001d79;
   border-radius: 20px;
   z-index: -1;
   -webkit-animation: movingX 8s linear infinite;
   animation: movingX 8s linear infinite;
}
@media (max-width: 575px) {
   .img-box7 .img1:before {
      display: none;
   }
}
@media (max-width: 1024px) {
   .img-box7 .img1 {
      margin-bottom: 30px;
      max-width: 100%;
   }
}
.img-box7 .img1 img {
   width: 100%;
   height: 446px;
   object-fit: cover;
   border-radius: 20px;
}
@media (max-width: 991px) {
   .img-box7 .img1 img {
      height: 100%;
   }
}
.img-box7 .img1 .shape_1 {
   content: "";
   position: absolute;
   right: -30px;
   top: -37px;
   z-index: -1;
   width: 314px;
   height: 535px;
   border-radius: 20px;
   -webkit-animation: movingX 8s linear infinite;
   animation: movingX 8s linear infinite;
}
@media (max-width: 575px) {
   .img-box7 .img1 .shape_1 {
      display: none;
   }
}
.about-blockquote2 {
   padding: 40px;
}
@media (max-width: 575px) {
   .about-blockquote2 {
      padding: 30px;
   }
}
.about-blockquote2:after {
   display: none;
}
.about-blockquote2:before {
   content: "\f10e";
   font-family: var(--icon-font);
   position: absolute;
   right: 40px;
   bottom: 39px;
   font-size: 5rem;
   font-weight: 400;
   opacity: 1;
   line-height: 3.8rem;
   color: var(--theme-color);
   opacity: 0.1;
   font-style: normal;
}
.about-blockquote2 p {
   font-size: 24px;
   font-weight: 600;
   max-width: 415px;
   margin-bottom: -0.3rem;
}
@media (max-width: 575px) {
   .about-blockquote2 p {
      font-size: 18px;
   }
}
.img-box8 {
   position: relative;
   padding: 30px;
   max-width: 535px;
   margin-left: -50px;
}
@media (max-width: 1399px) {
   .img-box8 {
      margin: 0 50px 0 0;
   }
}
@media (max-width: 1199px) {
   .img-box8 {
      margin: 0;
   }
}
@media (max-width: 375px) {
   .img-box8 {
      padding: 10px;
   }
}
.img-box8:before,
.img-box8:after {
   content: "";
   width: calc(100% - 4px);
   height: calc(100% - 4px);
   position: absolute;
   top: 2px;
   left: 2px;
   background-color: var(--white-color);
   z-index: -1;
   border-radius: 50px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.img-box8:after {
   width: 100%;
   height: 100%;
   background-image: -webkit-linear-gradient(
      345deg,
      var(--theme-color) 0%,
      rgba(255, 255, 255, 0) 80%
   );
   background-image: linear-gradient(
      105deg,
      var(--theme-color) 0%,
      rgba(255, 255, 255, 0) 80%
   );
   z-index: -2;
   top: 0;
   left: 0;
}
.img-box8 .about-dot {
   position: absolute;
   top: 35%;
   left: -1.5%;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background-color: var(--theme-color);
}
.img-box8 .img1 img {
   border-radius: 38px;
}
.img-box8 .img2 {
   position: absolute;
   bottom: 0;
   right: -10%;
}
@media (max-width: 767px) {
   .img-box8 .img2 {
      right: -5%;
   }
}
@media (max-width: 575px) {
   .img-box8 .img2 {
      right: 0%;
   }
}
@media (max-width: 375px) {
   .img-box8 .img2 {
      display: none;
   }
}
.img-box8 .img2 img {
   border-radius: 20px;
   border: 5px solid var(--white-color);
}
.img-box8 .about-counter2 {
   position: absolute;
   top: 14%;
   right: -10%;
   background: var(--theme-color);
   border: 3px solid var(--white-color);
   border-radius: 20px;
   text-align: center;
   padding: 30px;
   max-width: 158px;
}
@media (max-width: 767px) {
   .img-box8 .about-counter2 {
      right: -5%;
   }
}
@media (max-width: 575px) {
   .img-box8 .about-counter2 {
      right: 0%;
   }
}
.img-box8 .about-counter2 .box-title {
   font-size: 44px;
   line-height: 38px;
   color: var(--white-color);
   margin-top: 0;
   margin-bottom: 5px;
}
.img-box8 .about-counter2 .box-text {
   font-family: var(--title-font);
   font-size: 16px;
   line-height: 18px;
   font-weight: 500;
   color: var(--white-color);
   margin-bottom: -0.3rem;
   display: block;
}
.img-box9 {
   position: relative;
   border-radius: 20px;
   text-align: right;
   margin-right: -120px;
}
@media (max-width: 1299px) {
   .img-box9 {
      margin: 0;
   }
}
.img-box9 .img1 {
   position: relative;
   z-index: 2;
}
.img-box9 .img1:before {
   content: "";
   position: absolute;
   inset: 0;
   left: 40px;
   right: -40px;
   bottom: -40px;
   border: 2px dashed var(--theme-color);
   z-index: -1;
   border-radius: 20px;
}
@media (max-width: 575px) {
   .img-box9 .img1:before {
      display: none;
   }
}
.img-box9 .img1 img {
   width: 100%;
   border-radius: 20px;
}
.img-box9 img {
   border-radius: 20px;
}
.img-box9 .img2 {
   position: absolute;
   left: 0;
   bottom: 60px;
   z-index: 3;
}
@media (max-width: 1299px) {
   .img-box9 .img2 {
      bottom: 0;
   }
}
@media (max-width: 1199px) {
   .img-box9 .img2 {
      left: -3%;
   }
}
@media (max-width: 575px) {
   .img-box9 .img2 {
      display: none;
   }
}
.img-box9 .img2 img {
   border: 4px solid var(--white-color);
}
.img-box9 .about-counter2 {
   position: absolute;
   top: 14%;
   left: 0%;
   text-align: center;
   padding: 25px 40px 25px 25px;
   min-width: 205px;
   z-index: 2;
   background-color: var(--white-color);
   -webkit-clip-path: path(
      "M10 0C4.47715 0 0 4.47715 0 10V88C0 93.5229 4.47716 98 10 98H170.406C175.929 98 180.406 93.5229 180.406 88V50.4491L199.87 52.2149C201.613 52.373 202.649 50.1527 201.483 48.7602L180.406 23.5997V10C180.406 4.47715 175.929 0 170.406 0H10Z"
   );
   clip-path: path(
      "M10 0C4.47715 0 0 4.47715 0 10V88C0 93.5229 4.47716 98 10 98H170.406C175.929 98 180.406 93.5229 180.406 88V50.4491L199.87 52.2149C201.613 52.373 202.649 50.1527 201.483 48.7602L180.406 23.5997V10C180.406 4.47715 175.929 0 170.406 0H10Z"
   );
}
.img-box9 .about-counter2:before {
   content: "";
   width: calc(100% - 1px);
   height: calc(100% - 1px);
   position: absolute;
   inset: 1px;
   -webkit-clip-path: path(
      "M10 0C4.47715 0 0 4.47715 0 10V85C0 90.5229 4.47714 95 9.99999 95H166.902C172.425 95 176.902 90.5228 176.902 85V48.9047L195.867 50.6056C197.62 50.7629 198.66 48.5555 197.486 47.1701L176.902 22.8777V10C176.902 4.47715 172.425 0 166.902 0H10Z"
   );
   clip-path: path(
      "M10 0C4.47715 0 0 4.47715 0 10V85C0 90.5229 4.47714 95 9.99999 95H166.902C172.425 95 176.902 90.5228 176.902 85V48.9047L195.867 50.6056C197.62 50.7629 198.66 48.5555 197.486 47.1701L176.902 22.8777V10C176.902 4.47715 172.425 0 166.902 0H10Z"
   );
   background-color: #001d79;
   z-index: -1;
}
@media (max-width: 1299px) {
   .img-box9 .about-counter2 {
      top: 0;
   }
}
@media (max-width: 1199px) {
   .img-box9 .about-counter2 {
      left: -3%;
   }
}
@media (max-width: 575px) {
   .img-box9 .about-counter2 {
      top: unset;
      bottom: -20px;
   }
}
.img-box9 .about-counter2 .box-title {
   font-size: 30px;
   line-height: 40px;
   color: var(--white-color);
   margin-top: -0.3rem;
   margin-bottom: 0px;
}
.img-box9 .about-counter2 .box-text {
   font-family: var(--title-font);
   font-size: 14px;
   font-weight: 400;
   color: var(--white-color);
   margin-bottom: -0.3rem;
   display: block;
}
.about-blockquote.style2 {
   font-size: 18px;
   font-weight: 600;
   padding: 0;
   margin-bottom: 20px;
}
@media (max-width: 767px) {
   .about-blockquote.style2 {
      text-align: center;
   }
}
.about-blockquote.style2:after {
   display: none;
}
@media (max-width: 767px) {
   .quote-style1 {
      text-align: center;
   }
}
.about-area5 {
   z-index: 1;
}
@media (max-width: 1299px) {
   .btn-wrapper .th-btn {
      padding: 15px 30px;
   }
}
.img-box10 {
   position: relative;
   z-index: 2;
}
.img-box10-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
.img-box10 .img1 {
   position: relative;
   border-radius: 300px;
   margin: 100px 0 0 -70px;
   min-width: 283px;
   height: 450px;
   z-index: 2;
   background: var(--white-color);
}
@media (max-width: 1399px) {
   .img-box10 .img1 {
      margin: 100px 0 0 0px;
   }
}
@media (max-width: 1299px) {
   .img-box10 .img1 {
      min-width: 240px;
   }
}
@media (max-width: 375px) {
   .img-box10 .img1 {
      min-width: 50%;
      height: 100%;
      margin: 0;
   }
}
.img-box10 .img1:before,
.img-box10 .img1:after {
   content: "";
   width: calc(100% - 4px);
   height: calc(100% - 4px);
   position: absolute;
   top: 2px;
   left: 2px;
   background-color: var(--white-color);
   z-index: -1;
   border-radius: 300px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.img-box10 .img1:after {
   width: 100%;
   height: 100%;
   background-image: -webkit-linear-gradient(
      220deg,
      var(--theme-color) 0%,
      rgba(255, 255, 255, 0) 80%
   );
   background-image: linear-gradient(
      230deg,
      var(--theme-color) 0%,
      rgba(255, 255, 255, 0) 80%
   );
   z-index: -2;
   top: 0;
   left: 0;
}
.img-box10 .img1 .about-dot {
   position: absolute;
   top: 2%;
   left: 25%;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background-color: var(--theme-color);
}
.img-box10 .img1 img {
   width: 100%;
   border-radius: 300px;
   margin: 20px 0 0 -15px;
}
@media (max-width: 375px) {
   .img-box10 .img1 img {
      margin: 20px 0 0 0px;
   }
}
.img-box10 .img2 {
   position: relative;
   border-radius: 300px;
   margin-left: -50px;
   min-width: 277px;
   height: 457px;
   z-index: 2;
}
@media (max-width: 1299px) {
   .img-box10 .img2 {
      min-width: 230px;
   }
}
@media (max-width: 375px) {
   .img-box10 .img2 {
      min-width: 50%;
      height: 100%;
      margin-left: 0;
   }
}
.img-box10 .img2:before,
.img-box10 .img2:after {
   content: "";
   width: calc(100% - 4px);
   height: calc(100% - 4px);
   position: absolute;
   top: 2px;
   left: 2px;
   background-color: var(--white-color);
   z-index: -1;
   border-radius: 300px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.img-box10 .img2:after {
   width: 100%;
   height: 100%;
   background-image: -webkit-linear-gradient(
      220deg,
      var(--theme-color) 0%,
      rgba(255, 255, 255, 0) 80%
   );
   background-image: linear-gradient(
      230deg,
      var(--theme-color) 0%,
      rgba(255, 255, 255, 0) 80%
   );
   z-index: -2;
   top: 0;
   left: 0;
}
.img-box10 .img2 .about-dot2 {
   position: absolute;
   top: 5%;
   right: 16%;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background-color: var(--theme-color);
}
.img-box10 .img2 img {
   width: 100%;
   border-radius: 300px;
   margin: 20px 0px 0 -20px;
}
@media (max-width: 375px) {
   .img-box10 .img2 img {
      margin: 0;
   }
}
.img-box10 .about-shape1 {
   position: absolute;
   top: 0;
   left: 30px;
}
.img-box10 .about-shape2 {
   position: absolute;
   bottom: 0;
   right: 32%;
}
.img-box12 {
   position: relative;
}
@media (max-width: 1199px) {
   .img-box12 {
      margin-bottom: 50px;
   }
	
	
}
@media (max-width: 767px) {
   .img-box10 .about-shape2 {
		bottom:-10px;
	}
	
	.img-box10 .about-shape2  img{
		width:25px;
	}
}
@media (max-width: 375px) {
   .img-box12 {
      margin-bottom: 10px;
   }
}
.img-box12 .img1 {
   position: relative;
   z-index: 2;
}
.img-box12 .img1:before {
   content: "";
   position: absolute;
   top: 60px;
   left: 60px;
   width: 418px;
   height: 321px;
   border: 3px solid var(--theme-color);
   border-radius: 20px;
   z-index: -1;
}
@media (max-width: 375px) {
   .img-box12 .img1:before {
      display: none;
   }
}
.img-box12 .img1 img {
   border-radius: 20px;
}
.img-box12 .img2 {
   position: absolute;
   bottom: -30%;
   right: 10%;
   z-index: 3;
}
@media (max-width: 1199px) {
   .img-box12 .img2 {
      right: 30%;
      bottom: 0;
   }
}
@media (max-width: 575px) {
   .img-box12 .img2 {
      right: 0%;
   }
}
@media (max-width: 375px) {
   .img-box12 .img2 {
      display: none;
   }
}
.img-box12 .img2 img {
   border-radius: 20px;
}
.about-blockquote.style3 {
   font-family: var(--title-font);
   font-style: italic;
   font-weight: 500;
   font-size: 16px;
   line-height: 26px;
   color: var(--title-color);
   margin-bottom: 5px;
}
.about-blockquote.style3:after {
   content: "";
   position: absolute;
   left: 0px;
   top: 0px;
   width: 12px;
   background: var(--theme-color);
   border-radius: 10px 0px 0px 10px;
   height: 63px;
}
.th-team {
   position: relative;
}
.th-team .team-img {
   position: relative;
   overflow: hidden;
}
.th-team .team-img img {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.th-team .team-desig {
   display: block;
   margin-bottom: -0.4em;
}
.th-team .team-title {
   margin-bottom: 4px;
}
.th-team:hover .team-img img {
   -webkit-transform: scale(1.08);
   -ms-transform: scale(1.08);
   transform: scale(1.08);
}
.team-card {
   border: 1px solid var(--gray-color);
   padding: 20px;
   border-radius: 20px;
   text-align: center;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.team-card.style2 {
   margin-top: 0;
   margin-bottom: 30px;
}
@media (max-width: 1599px) {
   .team-card {
      margin: 0;
   }
}
.team-card:hover {
   border: 1px solid var(--theme-color);
}
.team-card .team-img-wrap {
   padding: 12px 12px 31px 12px;
   margin-bottom: 22px;
   position: relative;
}
.team-card .team-img-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-size: 100% 100%;
   z-index: 3;
   pointer-events: none;
}
.team-card .team-img {
   border-radius: 20px;
}
.team-card .team-img img {
   width: 100%;
}
.team-card:hover .team-img:before {
   visibility: visible;
   opacity: 0.8;
}
.team-card .team-content {
   margin-top: 22px;
}
.team-card .team-title {
   margin-bottom: 6px;
}
.team-card .team-desig {
   color: var(--theme-color);
   font-weight: 500;
   font-size: 14px;
   line-height: 21px;
   text-align: center;
   text-transform: capitalize;
   margin-bottom: 15px;
}
.team-card .team-social a {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: #6a7178;
   margin: 0 10px;
}
.team-card .team-social a:hover {
   color: var(--theme-color);
}
@media (max-width: 575px) {
   .team-card {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto;
   }
}
.team-box {
   position: relative;
   margin-bottom: 50px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
@media (max-width: 1500px) {
   .team-box {
      margin-top: 0;
      margin-bottom: 50px;
   }
}
.team-box .team-img {
   overflow: hidden;
   position: relative;
   border-radius: 20px;
   z-index: 2;
}
.team-box .team-img img {
   width: 100%;
   border-radius: 20px;
   -webkit-transition: all 04s ease-in-out;
   transition: all 04s ease-in-out;
}
.team-box .th-social {
   width: 100%;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 0;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   visibility: hidden;
   opacity: 0;
   z-index: 3;
}
.team-box .th-social a {
   color: var(--title-color);
   background-color: var(--white-color);
   border: none;
}
.team-box .th-social a:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.team-box .team-content {
   background: var(--white-color);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.5);
   border-radius: 20px;
   text-align: center;
   padding: 25px;
   position: absolute;
   bottom: -50px;
   z-index: 9;
   width: calc(100% - 60px);
   height: 95px;
   left: 30px;
   right: auto;
   overflow: hidden;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
@media (max-width: 1299px) {
   .team-box .team-content {
      width: calc(100% - 40px);
      left: 20px;
   }
}
.team-box .team-title {
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   text-align: center;
   color: var(--title-color);
   margin-bottom: 4px;
}
.team-box .team-desig {
   font-weight: 500;
   font-size: 14px;
   line-height: 21px;
   text-align: center;
   text-transform: capitalize;
   color: var(--theme-color);
   margin-bottom: 0px;
}
.team-box .team-social {
   -webkit-transform: translateY(-50px);
   -ms-transform: translateY(-50px);
   transform: translateY(-50px);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   opacity: 0;
   display: none;
   visibility: hidden;
}
.team-box .team-social a {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: #525960;
   margin: 0 10px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.team-box .team-social a:hover {
   color: var(--theme-color);
}
.team-box:hover .team-img img {
   -webkit-transform: scale(1.08);
   -ms-transform: scale(1.08);
   transform: scale(1.08);
}
.team-box:hover .team-img::before {
   visibility: visible;
   opacity: 0.85;
}
.team-box:hover .team-content {
   height: 130px;
}
.team-box:hover .team-content .team-social {
   opacity: 1;
   visibility: visible;
   display: block;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   margin-top: 10px;
}
@media (max-width: 575px) {
   .team-box {
      max-width: 340px;
      margin-left: auto;
      margin-right: auto;
   }
}
.team-item {
   --borderWidth: 1px;
   background: var(--title-color);
   position: relative;
   border-radius: var(--borderWidth);
   box-shadow: none;
   border-radius: 20px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   padding: 20px;
   text-align: center;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
@media (max-width: 1500px) {
   .team-item {
      margin: 0;
   }
}
.team-item:before {
   content: "";
   position: absolute;
   top: calc(-1 * var(--borderWidth));
   left: calc(-1 * var(--borderWidth));
   height: calc(100% + var(--borderWidth) * 2);
   width: calc(100% + var(--borderWidth) * 2);
   background: -webkit-linear-gradient(323.05deg, #242936 0%, #242936 100%);
   background: linear-gradient(126.95deg, #242936 0%, #242936 100%);
   border-radius: 20px;
   z-index: -1;
   -webkit-animation: animatedgradient 3s ease alternate infinite;
   animation: animatedgradient 3s ease alternate infinite;
   background-size: 300% 300%;
}
.team-item:hover:before {
   background: -webkit-linear-gradient(323.05deg, #001d79 0%, #0cebd9 100%);
   background: linear-gradient(126.95deg, #001d79 0%, #0cebd9 100%);
}
.team-item .team-img-wrap {
   padding: 12px 12px 31px 12px;
   margin-bottom: 22px;
   position: relative;
}
.team-item .team-img-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-size: 100% 100%;
   z-index: 3;
   pointer-events: none;
}
.team-item .team-img {
   border-radius: 20px;
}
.team-item .team-img img {
   width: 100%;
}
.team-item:hover .team-img:before {
   visibility: visible;
   opacity: 0.8;
}
.team-item .team-content {
   margin-top: 22px;
}
.team-item .team-title {
   color: var(--white-color);
   margin-bottom: 6px;
}
.team-item .team-title a {
   color: var(--white-color);
}
.team-item .team-title a:hover {
   color: var(--theme-color);
}
.team-item .team-desig {
   color: var(--theme-color);
   font-weight: 500;
   font-size: 14px;
   line-height: 21px;
   text-align: center;
   text-transform: capitalize;
   margin-bottom: 15px;
}
.team-item .team-social a {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: #6a7178;
   margin: 0 10px;
}
.team-item .team-social a:hover {
   color: var(--theme-color);
}
@media (max-width: 575px) {
   .team-item {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto;
   }
}
.team-grid {
   position: relative;
   overflow: hidden;
   background-color: var(--white-color);
   box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
   border-radius: 20px;
}
.team-grid .team-img {
   overflow: hidden;
   position: relative;
   background-repeat: no-repeat;
   background-size: cover;
   mask-repeat: no-repeat;
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-position: center;
   -webkit-mask-size: 100% 100%;
   mask-size: 100% 100%;
}
.team-grid .team-img img {
   width: 100%;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.team-grid .team-content {
   padding: 60px 30px 30px 30px;
   margin-top: -40px;
   z-index: 3;
   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;
   z-index: 3;
   position: relative;
}
.team-grid .team-title {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   color: var(--title-color);
   margin-bottom: 2px;
}
.team-grid .team-title a {
   color: inherit;
}
.team-grid .team-desig {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: var(--theme-color);
   margin-bottom: 0;
}
.team-grid .social-box {
   position: absolute;
   top: -8%;
   cursor: pointer;
}
.team-grid .social-box:hover .th-social {
   visibility: visible;
   opacity: 1;
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
}
.team-grid .social-box .icon-btn {
   background-color: var(--theme-color);
   color: var(--white-color);
   width: var(--btn-size, 50px);
   height: var(--btn-size, 50px);
   line-height: var(--btn-size, 50px);
   font-size: var(--btn-font-size, 18px);
   border: none;
   position: relative;
   z-index: 3;
   margin-left: 10px;
}
.team-grid .th-social {
   position: absolute;
   visibility: hidden;
   opacity: 0;
   bottom: 50px;
   right: 0;
   width: 50px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: bottom;
   -ms-transform-origin: bottom;
   transform-origin: bottom;
}
.team-grid .th-social a {
   margin: 3px 0;
}
.about-card_img {
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 40px;
   overflow: hidden;
   background-color: var(--white-color);
}
.about-card_img img {
   width: 100%;
   border-radius: 20px;
}
.about-card_box {
   background-color: var(--white-color);
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 30px;
}
@media (max-width: 991px) {
   .about-card_box {
      padding: 20px;
   }
}
.about-card_title {
   margin-top: -0.2em;
   margin-bottom: 0px;
}
.about-card_desig {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: var(--theme-color);
   text-transform: capitalize;
   margin-bottom: 20px;
   display: block;
}
.about-card_text {
   margin-bottom: 32px;
}
.about-card_info {
   margin-bottom: 12px;
}
.about-card_info strong {
   font-family: var(--title-font);
   color: var(--title-color);
}
.about-card_info a {
   color: var(--body-color);
}
.about-card_info a:hover {
   color: var(--theme-color);
}
.about-card .th-social a {
   background-color: transparent;
   color: var(--body-color);
   border: none;
   --icon-size: 20px;
   font-size: 14px;
   margin-right: 10px;
}
.about-card .th-social a:not(:last-child) {
   margin-right: 3px;
}
.about-card .th-social a:hover {
   color: var(--theme-color);
}
.about-card .info-box {
   gap: 20px;
   margin-bottom: 24px;
}
@media (max-width: 767px) {
   .about-card .info-box {
      gap: 10px;
   }
}
.about-card .info-box_wrapper {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 0px 24px;
}
@media (max-width: 1399px) {
   .about-card .info-box_wrapper {
      gap: 7px;
   }
}
@media (max-width: 450px) {
   .about-card .info-box_wrapper {
      grid-template-columns: repeat(1, 1fr);
   }
}
.about-card .info-box_icon {
   background-color: var(--white-color);
   width: 50px;
   height: 50px;
   line-height: 50px;
   font-size: 16px;
   color: var(--theme-color);
   border-radius: 50%;
   border: 1px solid var(--gray-color);
   margin: 0;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
@media (max-width: 767px) {
   .about-card .info-box_icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
   }
}
.about-card .info-box_icon:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
   border: 1px solid var(--theme-color);
}
.about-card .info-box_title {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: #525960;
   margin-bottom: 2px;
}
@media (max-width: 767px) {
   .about-card .info-box_title {
      font-size: 14px;
   }
}
.about-card .info-box_text,
.about-card .info-box_link {
   font-weight: 500;
   font-size: 18px;
   line-height: 27px;
   color: var(--title-color);
   margin-bottom: 0;
}
@media (max-width: 1299px) {
   .about-card .info-box_text,
   .about-card .info-box_link {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .about-card .info-box_text,
   .about-card .info-box_link {
      font-size: 14px;
   }
}
.about-card .about-btn {
   margin-top: 6px;
}
.border-title {
   border-bottom: 1px solid var(--border-color);
   margin-bottom: 30px;
   padding-bottom: 20px;
}
.experience-box {
   padding: 30px 30px 30px 65px;
   border: 1px solid #f1f1f1;
   overflow: hidden;
   position: relative;
   margin-bottom: -1px;
   margin-right: -1px;
}
.experience-box-wrap {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03);
}
.experience-box_num {
   font-size: 12px;
   width: 60px;
   height: 60px;
   line-height: 65px;
   background-color: var(--theme-color);
   color: var(--white-color);
   border-radius: 50%;
   text-align: center;
   position: absolute;
   top: -13px;
   left: -13px;
}
.experience-box_num::first-letter {
   font-size: 18px;
   font-weight: 600;
}
.experience-box_title {
   font-family: var(--title-font);
   font-size: 18px;
   margin-bottom: 4px;
   margin-top: -0.2em;
}
.experience-box_text {
   font-size: 14px;
   margin-bottom: -0.2em;
}
@media (max-width: 1199px) {
   .border-title {
      margin-bottom: 24px;
      padding-bottom: 15px;
   }
}
@media (max-width: 767px) {
   .experience-box {
      padding: 30px 30px 30px 50px;
   }
}
@media (max-width: 575px) {
   .experience-box {
      padding: 30px 30px 30px 65px;
   }
   .experience-box-wrap {
      grid-template-columns: repeat(1, 1fr);
   }
   .about-card_img {
      padding: 20px;
   }
   .about-card_box {
      padding: 40px 20px;
   }
}
@media (max-width: 1199px) {
   .about-card_img {
      margin-bottom: 40px;
   }
}
.skill-feature {
   margin-bottom: 30px;
}
.skill-feature:last-child {
   margin-bottom: 0;
}
.skill-feature_title,
.skill-feature .progress-value {
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 12px;
   margin-top: -0.36em;
}
.skill-feature .progress {
   position: relative;
   height: 10px;
   background-color: rgba(235, 0, 39, 0.1);
   border-radius: 5px;
   overflow: visible;
}
.skill-feature .progress-bar {
   background-color: var(--theme-color);
   border-radius: 5px;
}
.skill-feature .progress-value {
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 400;
   margin-bottom: 0;
   position: absolute;
   top: -31px;
   right: 0;
}
.skill-feature.style2 .skill-feature_title,
.skill-feature.style2 .progress-value {
   font-family: var(--title-font);
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 15px;
}
.skill-feature.style2 .progress-value {
   top: -34px;
}
.teamSlide3 .slick-arrow {
   background-color: #242936;
   border: 1px solid #242936;
   color: var(--theme-color);
   box-shadow: none;
}
.teamSlide3 .slick-arrow:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
}
.team-sec-wrapper {
   margin: 0 150px;
}
@media (max-width: 1600px) {
   .team-sec-wrapper {
      margin: 0;
   }
}
.team-grid2 {
   position: relative;
}
.team-grid2 .team-img {
   position: relative;
   border-radius: 20px;
   overflow: hidden;
}
.team-grid2 .team-img:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   height: 0%;
   width: 100%;
   border-radius: 20px;
   background: #161921;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   visibility: hidden;
   opacity: 0;
}
.team-grid2 .team-img img {
   width: 100%;
   border-radius: 20px;
}
.team-grid2 .team-content {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 100%;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   opacity: 0;
   visibility: hidden;
   text-align: center;
}
.team-grid2 .box-title {
   color: var(--white-color);
   margin-bottom: 0;
}
.team-grid2 .team-desig {
   font-size: 14px;
   font-weight: 500;
   color: var(--white-color);
   display: block;
   margin-bottom: 10px;
}
.team-grid2 .team-social a {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: var(--white-color);
   margin: 0 10px;
}
.team-grid2 .team-social a:hover {
   color: var(--theme-color);
}
.team-grid2:hover .team-content {
   opacity: 1;
   visibility: visible;
}
.team-grid2:hover .team-img:before {
   height: 100%;
   visibility: visible;
   opacity: 0.8;
}
.team-grid3 {
   position: relative;
   text-align: center;
   z-index: 2;
   -webkit-transition: all 1s ease;
   transition: all 1s ease;
   --space: 41px;
}
.team-grid3 .box-img {
   max-width: calc(100% - var(--space) * 2);
   margin: 0 auto;
   overflow: hidden;
   position: relative;
   border-radius: 50%;
   z-index: 3;
}
.team-grid3 .box-img img {
   border-radius: 50%;
   border: 7px solid rgba(235, 0, 41, 0.2);
   -webkit-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}
.team-grid3 .team-title {
   font-size: 20px;
   color: var(--white-color);
   text-transform: capitalize;
}
.team-grid3 .team-title a {
   color: inherit;
}
.team-grid3 .team-desig {
   color: var(--theme-color);
   font-size: 14px;
   margin-bottom: 0;
}
.team-grid3 .team-social {
   background-color: var(--white-color);
   box-shadow: 0px 4px 5.1px rgba(0, 0, 0, 0.08);
   border-radius: 5px;
   padding: 15px 30px;
   max-width: 221px;
   display: block;
   margin: -30px auto auto auto;
}
.team-grid3 .team-social a {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: var(--title-color);
   margin: 0 10px;
}
.team-grid3 .team-social a:hover {
   color: var(--theme-color);
}
.team-grid3 .box-title {
   margin-bottom: 0px;
}
.team-grid3 .box-desig {
   color: var(--theme-color);
   font-size: 14px;
   font-weight: 500;
}
.team-grid3 .team-content {
   padding: 200px var(--space) 50px var(--space);
   margin-top: -180px;
   -webkit-transition: all 1s ease;
   transition: all 1s ease;
   border-radius: 20px;
   background-color: #f5f5f5;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.team-grid3 .team-overlay {
   position: absolute;
   inset: 0;
   background-size: auto;
}
.team-grid3:hover .team-content {
   background-color: var(--title-color);
}
.team-grid3:hover .team-overlay {
   -webkit-filter: brightness(0.1) invert(1);
   filter: brightness(0.1) invert(1);
}
.team-grid3:hover .box-title {
   color: var(--white-color);
}
.team-grid3:hover .box-img img {
   border-color: var(--theme-color);
}
.team-grid3:hover .team-social {
   background-color: var(--theme-color);
}
.team-grid3:hover .team-social a {
   color: var(--white-color);
}
.team-box2 {
   position: relative;
   text-align: center;
   z-index: 2;
   margin-top: 50px;
}
.team-box2 .box-img {
   position: relative;
   overflow: hidden;
   max-width: 386px;
   border-radius: 50%;
   margin-bottom: 10px;
}
@media (max-width: 1299px) {
   .team-box2 .box-img {
      max-width: 100%;
   }
}
.team-box2 .box-img img {
   width: 100%;
   border-radius: 50%;
}
.team-box2 .box-img:before {
   content: "";
   position: absolute;
   inset: 0;
   top: 0;
   border-radius: 50%;
   background: var(--title-color);
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.team-box2 .box-img-wrap {
   position: relative;
   border-radius: 50%;
   z-index: 2;
   overflow: hidden;
   margin-bottom: 25px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.team-box2 .box-share {
   position: absolute;
   left: 50%;
   bottom: 30px;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.team-box2 .box-shape {
   position: absolute;
   top: -40px;
   left: 0;
   width: 387px;
   height: 225px;
   display: block;
   margin: auto;
   background-size: 100% 100%;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
@media (max-width: 1299px) {
   .team-box2 .box-shape {
      width: 100%;
   }
}
.team-box2 .icon-btn {
   --btn-size: 39px;
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
   -webkit-transform: translateY(20px);
   -ms-transform: translateY(20px);
   transform: translateY(20px);
}
.team-box2 .box-title {
   font-size: 24px;
   font-weight: 700;
   margin-bottom: 0;
}
.team-box2 .th-social {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.team-box2 .th-social a {
   --icon-size: 39px;
   border-radius: 50%;
   opacity: 0;
   background-color: var(--white-color);
   color: var(--title-color);
   -webkit-transform: translateY(20px);
   -ms-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: 0.3s;
   transition: 0.3s;
   margin-right: 3px;
}
.team-box2 .th-social a:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
@media (max-width: 1299px) {
   .team-box2 .th-social a {
      margin-right: 0;
      --icon-size: 40px;
   }
}
@media (max-width: 991px) {
   .team-box2 .th-social a {
      --icon-size: 36px;
   }
}
@media (max-width: 375px) {
   .team-box2 .th-social a {
      --icon-size: 34px;
   }
}
.team-box2 .th-social a:nth-child(1) {
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}
.team-box2 .th-social a:nth-child(2) {
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.team-box2 .th-social a:nth-child(3) {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.team-box2:hover .box-img:before {
   opacity: 0.6;
   bottom: 0;
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
}
.team-box2:hover .box-share {
   opacity: 0;
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
}
.team-box2:hover .th-social a {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.team-box3 {
   position: relative;
   text-align: center;
   background-color: var(--white-color);
   box-shadow: 0px 4px 5.1px rgba(0, 0, 0, 0.08);
   border-radius: 20px;
   z-index: 2;
}
.team-box3 .team-img {
   position: relative;
   overflow: hidden;
   border-radius: 20px 20px 0 0;
}
.team-box3 .team-img img {
   width: 100%;
   border-radius: 20px 20px 0 0;
}
.team-box3 .team-img:before {
   content: "";
   position: absolute;
   inset: 0;
   top: 0;
   border-radius: 20px 20px 0 0;
   background: var(--title-color);
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.team-box3 .team-img-wrap {
   position: relative;
   border-radius: 20px 20px 0 0;
   z-index: 2;
   overflow: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.team-box3 .box-content {
   padding: 30px;
}
.team-box3 .box-share {
   position: absolute;
   left: 50%;
   bottom: 30px;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.team-box3 .icon-btn {
   --btn-size: 39px;
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
   -webkit-transform: translateY(20px);
   -ms-transform: translateY(20px);
   transform: translateY(20px);
}
.team-box3 .box-title {
   font-size: 24px;
   font-weight: 700;
   margin-bottom: 0;
}
.team-box3 .box-desig {
   display: block;
   margin-bottom: -0.4rem;
}
.team-box3 .th-social {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.team-box3 .th-social a {
   --icon-size: 39px;
   border-radius: 50%;
   opacity: 0;
   background-color: var(--white-color);
   color: var(--title-color);
   -webkit-transform: translateY(20px);
   -ms-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: 0.3s;
   transition: 0.3s;
   margin-right: 5px;
}
.team-box3 .th-social a:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
@media (max-width: 1299px) {
   .team-box3 .th-social a {
      --icon-size: 40px;
   }
}
@media (max-width: 991px) {
   .team-box3 .th-social a {
      --icon-size: 36px;
   }
}
@media (max-width: 375px) {
   .team-box3 .th-social a {
      --icon-size: 34px;
   }
}
.team-box3 .th-social a:nth-child(1) {
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}
.team-box3 .th-social a:nth-child(2) {
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.team-box3 .th-social a:nth-child(3) {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.team-box3:hover .team-img:before {
   opacity: 0.6;
   bottom: 0;
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
}
.team-box3:hover .box-share {
   opacity: 0;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.team-box3:hover .th-social a {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.team-card2 {
   position: relative;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   z-index: 2;
   padding: 20px;
}
@media (max-width: 375px) {
   .team-card2 {
      padding: 10px;
   }
}
.team-card2.style2 .box-shape2 {
   position: absolute;
   top: 0;
   left: 0px;
   width: 100%;
   height: 261px;
   background: -webkit-linear-gradient(
      top,
      rgba(235, 0, 41, 0.7) 0%,
      rgba(235, 0, 41, 0) 100%
   );
   background: linear-gradient(
      180deg,
      rgba(235, 0, 41, 0.7) 0%,
      rgba(235, 0, 41, 0) 100%
   );
   border-radius: 20px;
}
.team-card2.style2 .box-shape2:before,
.team-card2.style2 .box-shape2:after {
   content: "";
   width: calc(100% - 4px);
   height: calc(100% - 4px);
   position: absolute;
   top: 2px;
   left: 2px;
   background-color: var(--white-color);
   z-index: -1;
   border-radius: 20px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.team-card2.style2 .box-shape2:after {
   width: 100%;
   height: 100%;
   background-image: -webkit-linear-gradient(
      280deg,
      var(--theme-color) 0%,
      rgba(255, 255, 255, 0) 80%
   );
   background-image: linear-gradient(
      170deg,
      var(--theme-color) 0%,
      rgba(255, 255, 255, 0) 80%
   );
   z-index: -2;
   top: 0;
   left: 0;
}
.team-card2.style2 .th-social {
   border-radius: 5px;
}
.team-card2 .box-shape {
   position: absolute;
   inset: 0px;
   width: 100%;
   height: 272px;
}
.team-card2 .box-shape:before,
.team-card2 .box-shape:after {
   content: "";
   width: calc(100% - 2px);
   height: calc(100% - 2px);
   position: absolute;
   top: 1px;
   left: 1px;
   background-color: var(--white-color);
   z-index: -1;
   border-radius: 14px 14px 20px 20px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.team-card2 .box-shape:after {
   width: 100%;
   height: 100%;
   background-image: -webkit-linear-gradient(
      top,
      #0cebd9 0%,
      rgba(255, 255, 255, 0) 80%
   );
   background-image: linear-gradient(
      180deg,
      #0cebd9 0%,
      rgba(255, 255, 255, 0) 80%
   );
   z-index: -2;
   top: 0;
   left: 0;
}
.team-card2 .box-shape .dot {
   background: url(../img/shape/ghungroo.png) no-repeat 0 0;
	background-size: contain;
   width: 40px;
   height: 45px;
   border-radius: 50%;
   position: absolute;
   top: -25px;
   left: 50%;
   z-index: 2;
}
.team-card2 .box-shape .dot:nth-child(2), .team-card2 .box-shape .dot:nth-child(3){
	background: url(../img/shape/bells.png) no-repeat 0 0;
	width: 20px;height: 20px;
	background-size: contain;
}
.team-card2 .box-shape .dot:nth-child(2) {
   top: 50%;
   left: -9px;
}
.team-card2 .box-shape .dot:nth-child(3) {
   top: 40%;
   left: unset;
   right: -9px;
}
.team-card2 .box-title {
   margin-bottom: 0px;
}
.team-card2 .box-img {
   position: relative;
   border-radius: 14px 14px 0 0;
   overflow: hidden;
}
.team-card2 .box-img img {
   width: 100%;
   border-radius: 14px 14px 0 0;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.team-card2 .box-content {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 30px;
   z-index: 3;
   box-shadow: 0px 4px 5.1px rgba(0, 0, 0, 0.08);
   border-radius: 14px 14px 20px 20px;
	
	display:none;
}
@media (max-width: 375px) {
   .team-card2 .box-content {
      padding: 20px;
   }
}
.team-card2 .box-desig {
   font-size: 14px;
   font-weight: 500;
}
.team-card2 .team-social .icon-btn {
   --btn-size: 39px;
   background: var(--theme-color);
   color: var(--white-color);
   border-radius: 5px;
   font-size: var(--btn-font-size, 18px);
   font-weight: 700;
   cursor: pointer;
}
.team-card2 .team-social .th-social {
   position: absolute;
   visibility: hidden;
   opacity: 0;
   bottom: 70px;
   right: 30px;
   width: 39px;
   min-height: 178px;
   padding: 0;
   color: var(--title-color);
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: bottom;
   -ms-transform-origin: bottom;
   transform-origin: bottom;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   z-index: 2;
}
.team-card2 .team-social .th-social a {
   --icon-size: 39px;
   border-radius: 0px;
   margin-right: 0;
}
.team-card2 .team-social .th-social a:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.team-card2:hover .box-img img {
   -webkit-transform: scale(1.15);
   -ms-transform: scale(1.15);
   transform: scale(1.15);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.team-card2:hover .th-social {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   opacity: 1;
   visibility: visible;
}
.team-card3 {
   position: relative;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   z-index: 2;
   --space-x: 40px;
   --space-y: 40px;
}
@media (max-width: 375px) {
   .team-card3 {
      --space-x: 20px;
      --space-y: 20px;
   }
}
.team-card3 .box-title {
   margin-bottom: 0px;
}
.team-card3 .box-img {
   max-width: calc(100% - var(--space-x) * 2);
   margin-left: var(--space-x);
   border-radius: 12px;
   margin-bottom: -84px;
   overflow: hidden;
}
.team-card3 .box-img img {
   width: 100%;
   border-radius: 14px 14px 0 0;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.team-card3 .box-content {
   background-color: #f5f5f5;
   padding: calc(var(--space-y) + 70px) var(--space-x) var(--space-y)
      var(--space-x);
   border-radius: 20px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 375px) {
   .team-card3 .box-content {
      padding: calc(var(--space-y) + 80px) var(--space-x) var(--space-y)
         var(--space-x);
   }
}
.team-card3 .box-desig {
   font-size: 14px;
   font-weight: 500;
   display: block;
   margin-bottom: -0.3rem;
}
.team-card3 .team-social {
   margin-right: 30px;
}
@media (max-width: 375px) {
   .team-card3 .team-social {
      margin-right: 0;
   }
}
.team-card3 .team-social .icon-btn {
   position: relative;
   --btn-size: 39px;
   background: var(--theme-color);
   color: var(--white-color);
   border-radius: 5px;
   font-size: var(--btn-font-size, 18px);
   font-weight: 700;
   cursor: pointer;
   z-index: 2;
}
.team-card3 .team-social .th-social {
   position: absolute;
   visibility: hidden;
   opacity: 0;
   bottom: 60px;
   right: 70px;
   width: 39px;
   min-height: 178px;
   padding: 0;
   color: var(--title-color);
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: bottom;
   -ms-transform-origin: bottom;
   transform-origin: bottom;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
   .team-card3 .team-social .th-social {
      bottom: 55px;
   }
}
@media (max-width: 375px) {
   .team-card3 .team-social .th-social {
      right: 20px;
      bottom: 40px;
   }
}
.team-card3 .team-social .th-social a {
   --icon-size: 39px;
   border-radius: 0px;
   margin-right: 0;
}
.team-card3 .team-social .th-social a:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.team-card3:hover .box-img img {
   -webkit-transform: scale(1.15);
   -ms-transform: scale(1.15);
   transform: scale(1.15);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.team-card3:hover .th-social {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   opacity: 1;
   visibility: visible;
}
.team-area10 {
   position: relative;
   z-index: 2;
   margin-bottom: -100px;
}
.testimonial-area {
   position: relative;
   background-size: contain;
   background-position: center center;
}
@media (max-width: 991px) {
   .testimonial-area {
      min-height: 950px;
   }
}
.testimonial-sec .slick-arrow {
   --pos-x: 40px;
   top: 44%;
   background-color: var(--white-color);
   border: none;
   color: var(--theme-color);
   width: var(--btn-size, 56px);
   height: var(--btn-size, 56px);
   line-height: var(--btn-size, 56px);
   font-size: var(--btn-font-size, 24px);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 10px;
   box-shadow: none;
   opacity: 1;
   visibility: visible;
}
.testimonial-sec .slick-arrow:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.testimonial-sec .slick-arrow.slick-prev {
   top: -10%;
   left: auto;
   right: 90px;
}
.testimonial-sec .slick-arrow.slick-next {
   top: -10%;
   left: auto;
   right: 10px;
}
.testi-box-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   gap: 30px;
}
.testi-box-area {
   max-width: 1220px;
}
.testi-box-slide {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   width: 100%;
   max-width: 803px;
   position: relative;
}
.testi-box-slide .icon-box {
   position: absolute;
   top: 20px;
   right: 0;
   left: auto;
}
@media (max-width: 1299px) {
   .testi-box-slide .icon-box {
      display: none;
   }
}
.testi-box-slide .icon-box .slick-arrow {
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   color: var(--theme-color);
}
.testi-box-slide .icon-box .slick-arrow:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
   border-color: var(--theme-color);
}
.testi-box_quote {
   margin-bottom: 0px;
}
@media (max-width: 991px) {
   .testi-box_quote img {
      width: 80%;
   }
}
.testi-box_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;
   gap: 20px;
}
.testi-box_avater {
   border-radius: 99px;
   overflow: hidden;
}
.testi-box_name {
   font-weight: 600;
   font-size: 30px;
   line-height: 34px;
   color: var(--white-color);
   text-transform: capitalize;
   margin-bottom: 9px;
}
@media (max-width: 991px) {
   .testi-box_name {
      font-size: 25px;
   }
}
@media (max-width: 375px) {
   .testi-box_name {
      font-size: 20px;
   }
}
.testi-box_desig {
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: var(--theme-color);
   text-transform: capitalize;
   margin-bottom: 0;
   display: block;
}
.testi-box_text {
   font-style: italic;
   font-weight: 500;
   font-size: 24px;
   line-height: 40px;
   text-transform: capitalize;
   color: var(--gray-color);
   margin-top: 30px;
   padding-top: 30px;
   border-top: 1px solid var(--body-color);
}
@media (max-width: 1299px) {
   .testi-box_text {
      font-size: 20px;
      line-height: 36px;
      margin-top: 20px;
      padding-top: 20px;
   }
}
@media (max-width: 375px) {
   .testi-box_text {
      font-size: 16px;
      line-height: 30px;
   }
}
.testi-box_review {
   color: var(--yellow-color);
}
.testi-box_review i {
   margin-right: 3px;
}
@media (max-width: 1299px) {
   .testi-box-slide {
      max-width: 650px;
   }
}
@media (max-width: 1199px) {
   .testi-box-slide {
      max-width: 100%;
   }
   .testi-box-area {
      gap: 40px;
   }
}
@media (max-width: 991px) {
   .testi-box-area {
      display: block;
   }
   .testi-box-slide {
      max-width: 100%;
   }
}
@media (max-width: 420px) {
   .testi-box-slide {
      max-width: 100%;
   }
   .testi-box-slide .icon-box {
      display: none;
   }
   .testi-box-img {
      min-width: auto;
      max-width: 100%;
   }
}
.testimonial-box-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-box-align: end;
   -webkit-align-items: end;
   -ms-flex-align: end;
   align-items: end;
   gap: 140px;
}
@media (max-width: 1199px) {
   .testimonial-box-wrapper {
      gap: 10px;
   }
}
@media (max-width: 1024px) {
   .testimonial-box-wrapper {
      display: block;
   }
   .testimonial-box-wrapper .title-area {
      text-align: center;
   }
}
.testimonial-box-wrapper .slick-arrow {
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   color: var(--theme-color);
}
@media (max-width: 1299px) {
   .testimonial-box-wrapper .slick-arrow {
      display: none !important;
   }
}
.testimonial-box-wrapper .slick-arrow:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
   border-color: var(--theme-color);
}
.testi-box2 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-box-align: end;
   -webkit-align-items: end;
   -ms-flex-align: end;
   align-items: end;
}
@media (max-width: 1024px) {
   .testi-box2 {
      display: block;
   }
}
.testi-box2 .testi-box_avater {
   display: inline-block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   margin-right: 30px;
   border-radius: 20px;
}
@media (max-width: 1024px) {
   .testi-box2 .testi-box_avater {
      display: block;
      margin: 0 auto;
   }
}
.testi-box2 .testi-box_img {
   min-width: 387px;
}
@media (max-width: 575px) {
   .testi-box2 .testi-box_img {
      min-width: 100%;
   }
}
@media (max-width: 1024px) {
   .testi-box2 .testi-box_img {
      display: block;
      margin: 0 auto;
   }
}
.testi-box2 .testi-box_img img {
   width: 387px;
   border-radius: 20px;
}
@media (max-width: 1024px) {
   .testi-box2 .testi-box_img img {
      display: block;
      margin: 0 auto;
   }
}
@media (max-width: 575px) {
   .testi-box2 .testi-box_img img {
      min-width: 100%;
   }
}
.testimonial-area-two {
   position: relative;
   border-radius: 20px;
   margin: 0 230px;
   z-index: 9;
   overflow: hidden;
   padding-bottom: 115px;
}
@media (max-width: 1800px) {
   .testimonial-area-two {
      margin: 0;
      border-radius: 0px;
   }
}
@media (max-width: 991px) {
   .testimonial-area-two {
      padding-bottom: 80px;
   }
   .testimonial-area-two .container {
      max-width: 940px;
   }
}
.testimonial-area-two:before {
   content: "";
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   background-color: var(--title-color);
   border-radius: 20px;
   opacity: 0.92;
   z-index: -1;
}
@media (max-width: 1800px) {
   .testimonial-area-two:before {
      border-radius: 0px;
   }
}
.testi-card {
   position: relative;
   background-color: var(--white-color);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 20px;
   padding: 40px;
   margin: 0px 15px;
}
@media (max-width: 1500px) {
   .testi-card {
      margin: 0 15px;
   }
}
@media (max-width: 991px) {
   .testi-card {
      padding: 20px;
   }
}
@media (max-width: 575px) {
   .testi-card {
      padding: 30px;
   }
}
.testi-card_img {
   -webkit-flex-basis: 240px;
   -ms-flex-preferred-size: 240px;
   flex-basis: 240px;
   min-width: 240px;
}
@media (max-width: 991px) {
   .testi-card_img {
      -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
      min-width: 100px;
   }
}
.testi-card_img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.testi-card_wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.testi-card_profile {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}
@media (max-width: 991px) {
   .testi-card_profile {
      gap: 10px;
   }
}
@media (max-width: 375px) {
   .testi-card_profile {
      gap: 10px;
   }
}
@media (max-width: 991px) {
   .testi-card_quote img {
      width: 50%;
      display: block;
      margin: 0 auto;
   }
}
.testi-card_content {
   text-align: center;
   padding: 30px;
}
.testi-card_avater img {
   width: 80px;
   height: 80px;
   border-radius: 20px;
}
@media (max-width: 991px) {
   .testi-card_avater img {
      width: 50px;
      height: 50px;
      border-radius: 10px;
   }
}
.testi-card_name {
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   text-transform: capitalize;
   color: var(--title-color);
   margin-bottom: 4px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
   .testi-card_name {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 0;
   }
}
.testi-card_name a {
   color: inherit;
}
.testi-card_name:hover {
   color: var(--theme-color);
}
@media (max-width: 575px) {
   .testi-card_name {
      font-size: 20px;
      line-height: 30px;
   }
}
@media (max-width: 375px) {
   .testi-card_name {
      font-size: 16px;
      line-height: 20px;
   }
}
.testi-card_desig {
   display: block;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   text-transform: capitalize;
   color: #525960;
   margin-bottom: 0;
}
.testi-content p {
   font-weight: 500;
   font-size: 16px;
   line-height: 26px;
   text-transform: capitalize;
   font-style: italic;
   color: #525960;
   margin-bottom: 29px;
   line-height: 1.6;
}
@media (max-width: 375px) {
   .testi-card_text {
      font-size: 12px;
      line-height: 20px;
   }
}
.testi-grid-tab {
   max-width: 460px;
   display: block;
   margin: 0 auto;
   position: relative;
}
@media (max-width: 1500px) {
   .testi-grid-tab {
      margin: 20px auto;
   }
}
@media (max-width: 767px) {
   .testi-grid-tab {
      max-width: 300px;
   }
}
.testi-grid-slide {
   position: relative;
   margin-top: 30px;
}
@media (max-width: 1500px) {
   .testi-grid-slide {
      margin: 0;
   }
}
.testi-grid-slide .slick-arrow {
   top: 16%;
   background-color: #242936;
   border-radius: 10px;
   color: var(--white-color);
   border: 1px solid #242936;
   box-shadow: none;
   font-size: var(--icon-font-size, 22px);
}
@media (max-width: 1399px) {
   .testi-grid-slide .slick-arrow {
      display: none !important;
   }
}
.testi-grid-slide .slick-arrow:hover {
   background-color: var(--theme-color-2);
   border-color: var(--theme-color-2);
   color: var(--white-color);
}
.testi-grid {
   padding: 0 60px;
   text-align: center;
}
@media (max-width: 767px) {
   .testi-grid {
      padding: 0;
   }
}
.testi-grid-area {
   position: relative;
   max-width: 1200px;
   margin-left: auto;
   margin-right: auto;
}
.testi-grid_text {
   font-style: italic;
   font-weight: 500;
   font-size: 24px;
   line-height: 40px;
   text-align: center;
   text-transform: capitalize;
   color: #6a7178;
}
@media (max-width: 1199px) {
   .testi-grid_text {
      font-size: 20px;
      line-height: 30px;
   }
}
@media (max-width: 767px) {
   .testi-grid_text {
      font-size: 16px;
      line-height: 20px;
   }
}
.testi-grid_name {
   font-weight: 600;
   font-size: 30px;
   line-height: 34px;
   text-align: center;
   text-transform: capitalize;
   color: var(--white-color);
   margin-bottom: 9px;
}
@media (max-width: 1199px) {
   .testi-grid_name {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 3px;
   }
}
.testi-grid_desig {
   font-weight: 400;
   font-size: 14px;
   text-transform: capitalize;
   color: var(--theme-color);
   text-align: center;
}
.testi-quote {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-left: 10px;
}
.testi-quote img {
   position: absolute;
   bottom: 14%;
   z-index: -1;
}
@media (max-width: 767px) {
   .testi-quote img {
      display: none;
   }
}
@media (max-width: 767px) {
   .testi-quote {
      display: none !important;
   }
}
.tab-slide .slick-cloned .slide-img {
   -webkit-transform: scale(0.6);
   -ms-transform: scale(0.6);
   transform: scale(0.6);
   opacity: 0;
}
.tab-slide .slide-img {
   -webkit-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   margin: 0 -25px;
   cursor: pointer;
   position: relative;
   z-index: 1;
   opacity: 0;
}
@media (max-width: 767px) {
   .tab-slide .slide-img {
      max-width: 96px;
      margin: 0 -16px;
   }
}
.tab-slide img {
   border-radius: 50%;
   width: 100%;
   height: 100%;
}
.tab-slide .slick-active .slide-img {
   -webkit-transform: scale(0.65);
   -ms-transform: scale(0.65);
   transform: scale(0.65);
   opacity: 1;
}
.tab-slide .slick-active + .slick-slide .slide-img {
   -webkit-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
   -webkit-filter: grayscale(100);
   filter: grayscale(100);
}
.tab-slide .slick-active + .slick-slide .slide-img img {
   z-index: 3;
}
.tab-slide .slick-current + .slick-slide .slide-img {
   z-index: 3;
}
.tab-slide .slick-current + .slick-slide + .slick-slide .slide-img {
   z-index: 2;
   -webkit-transform: scale(0.65);
   -ms-transform: scale(0.65);
   transform: scale(0.65);
}
.tab-slide .slick-current.slick-current .slide-img {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-filter: none;
   filter: none;
   z-index: 4;
}
.testiSlider {
   max-width: 410px;
   height: 150px;
   display: block;
   margin: 0 auto;
}
.testiSlider .slick-arrow {
   color: var(--theme-color-2);
}
@media (max-width: 1399px) {
   .testiSlider .slick-arrow {
      display: none !important;
   }
}
.testiSlider .slick-arrow:hover {
   background-color: var(--theme-color-2);
   border-color: var(--theme-color-2);
   color: var(--white-color);
}
.testiSlider {
   max-width: 410px;
   height: 150px;
   display: block;
   margin: 0 auto;
}
.testiSlider .slick-arrow {
   color: var(--theme-color-2);
}
@media (max-width: 1399px) {
   .testiSlider .slick-arrow {
      display: none !important;
   }
}
.testiSlider .slick-arrow:hover {
   background-color: var(--theme-color-2);
   border-color: var(--theme-color-2);
   color: var(--white-color);
}
.testimonial-area-three {
   position: relative;
   background-size: auto;
   background-position: bottom center;
   z-index: 9;
}
@media (max-width: 767px) {
   .testi-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .testi-card_img {
      min-width: 100%;
      max-height: 220px;
   }
   .testi-card_quote {
      left: 50%;
      top: 220px;
   }
   .testi-card_quote img {
      width: 50px;
   }
}
@media (max-width: 767px) and (max-width: 575px) {
   .testi-card_quote img {
      width: 30px;
   }
}
@media (max-width: 767px) and (max-width: 375px) {
   .testi-card_quote img {
      width: 25px;
   }
}
@media (max-width: 375px) {
   .testi-card_content {
      padding: 30px 12px;
   }
}
.testi-grid2 {
   position: relative;
}
.testi-grid2_text {
   font-weight: 500;
   font-style: italic;
   margin-bottom: 30px;
}
.testi-grid2_desig {
   font-size: 14px;
   color: var(--white-color);
}
.testi-grid2 .box-title {
   font-size: 24px;
   color: var(--white-color);
   margin-bottom: 0;
}
.testi-grid-tab2 .slide-img {
   border-radius: 20px;
}
@media (max-width: 767px) {
   .testi-grid-tab2 .slide-img {
      text-align: center;
   }
}
.testi-grid-tab2 .slide-img img {
   border-radius: 20px;
}
.testi-grid-area2 {
   position: relative;
}
.testi-grid-area2 .icon-box {
   position: absolute;
   right: 0;
   bottom: 0;
}
.testi-grid-area2 .icon-box .slick-arrow {
   --icon-size: auto;
   --icon-font-size: 30px;
   background-color: transparent;
   border: none;
   box-shadow: none;
   color: var(--white-color);
}
.testi-grid-area2 .icon-box .slick-arrow:hover {
   color: var(--theme-color);
}
.testimonial-area5 .th-container {
   --main-container: 1533px;
}
.testi-card2 {
   position: relative;
   background: #161921;
   border-radius: 20px;
   padding: 30px;
}
.testi-card2_profile {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 10px;
}
.testi-card2_avater {
   border-radius: 10px;
   max-width: 80px;
}
.testi-card2_avater img {
   border-radius: 10px;
}
.testi-card2_number {
   font-weight: 600;
   font-size: 100px;
   line-height: 100px;
   text-transform: uppercase;
   background: -webkit-linear-gradient(126.95deg, #001d79 0%, #0cebd9 100%);
   -webkit-background-clip: text;
   -webkit-text-stroke: 4px transparent;
   color: var(--title-color);
}
.testi-card2 .box-text {
   font-style: italic;
}
.testi-card2 .box-title {
   color: var(--white-color);
   margin-bottom: 0;
}
.testi-card2 .box-desig {
   color: var(--theme-color);
}
.testi-card2_wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.testi-box3 {
   text-align: center;
}
.testi-box3 .box-img {
   border-radius: 50%;
   margin-bottom: 20px;
}
.testi-box3 .box-img img {
   border-radius: 50%;
   border: 3px solid var(--theme-color);
}
.testi-box3 .box-title {
   color: var(--white-color);
   margin-bottom: 0;
}
.testi-box3 .box-desig {
   color: var(--theme-color);
   font-size: 14px;
   display: block;
   margin-bottom: 15px;
}
.testi-box3 .box-review {
   margin-bottom: 20px;
}
.testi-box3 .box-review i {
   color: #ffd600;
}
.testi-box3 .box-text {
   font-family: var(--title-font);
   font-style: italic;
   font-weight: 500;
   font-size: 24px;
   line-height: 40px;
   text-transform: capitalize;
   color: #6a7178;
}
@media (max-width: 767px) {
   .testi-box3 .box-text {
      font-size: 18px;
      line-height: 28px;
   }
}
.testi-slider3 {
   max-width: 1034px;
   display: block;
   margin: auto;
}
.testi-box-tab {
   position: relative;
   text-align: center;
   z-index: 9;
}
.testi-box-tab .tab-btn {
   position: absolute;
   width: 73px;
   height: 73px;
   border-radius: 50%;
   border: none;
   background-color: transparent;
}
.testi-box-tab .tab-btn img {
   border-radius: 50%;
}
.testi-box-tab .tab-btn.active {
   -webkit-transform: scale(1.5);
   -ms-transform: scale(1.5);
   transform: scale(1.5);
}
.testi-box-tab .tab-btn:first-child {
   top: 10%;
   left: 0;
}
.testi-box-tab .tab-btn:nth-child(2) {
   display: none;
}
.testi-box-tab .tab-btn:nth-child(3) {
   top: 10%;
   right: 0%;
}
.testi-box3-slide {
   position: relative;
}
.testi-card3 {
   position: relative;
   border-radius: 20px;
   background: var(--white-color);
   padding: 0 40px 40px;
   margin-top: 30px;
   text-align: center;
}
@media (max-width: 767px) {
   .testi-card3 {
      padding: 0 30px 30px;
   }
}
.testi-card3.style2 {
   position: relative;
   margin: 30px;
   z-index: 3;
   text-align: left;
   padding: 0 30px 30px;
   margin-top: 65px;
}
@media (max-width: 1299px) {
   .testi-card3.style2 {
      margin: 18px;
      margin-top: 65px;
   }
}
@media (max-width: 1199px) {
   .testi-card3.style2 {
      margin: 0px;
      margin-top: 55px;
   }
}
@media (max-width: 375px) {
   .testi-card3.style2 {
      padding: 0 20px 20px;
   }
}
.testi-card3.style2:before,
.testi-card3.style2:after {
   content: "";
   position: absolute;
   top: -30px;
   left: -30px;
   width: 433px;
   height: 126%;
   -webkit-mask-image: url("../img/shape/testi-line1.png");
   mask-image: url("../img/shape/testi-line1.png");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   background-color: var(--white-color);
   z-index: -1;
}
@media (max-width: 1199px) {
   .testi-card3.style2:before,
   .testi-card3.style2:after {
      display: none;
   }
}
.testi-card3.style2:after {
   left: unset;
   right: -30px;
   -webkit-mask-image: url("../img/shape/testi-line2.png");
   mask-image: url("../img/shape/testi-line2.png");
}
.testi-card3.style2 .box-avater {
   max-width: 130px;
   -webkit-transform: translateY(-65px);
   -ms-transform: translateY(-65px);
   transform: translateY(-65px);
   margin-bottom: -50px;
}
@media (max-width: 1199px) {
   .testi-card3.style2 .box-avater {
      max-width: 90px;
   }
}
.testi-card3.style2 .box-avater img {
   border: 5px solid var(--theme-color);
}
.testi-card3.style2 .box-text {
   font-family: var(--title-font);
   font-weight: 500;
   font-style: italic;
   color: var(--body-color);
}
.testi-card3.style2 .box-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.testi-card3.style2 .box-review i {
   color: #ffb800;
   font-size: 14px;
}
.testi-card3.style2 .box-quote {
   position: absolute;
   top: -30px;
   left: 85px;
}
@media (max-width: 1299px) {
   .testi-card3.style2 .box-quote {
      left: 73px;
   }
}
@media (max-width: 1199px) {
   .testi-card3.style2 .box-quote {
      display: none;
   }
}
.testi-card3.style2 .box-quote2 {
   position: absolute;
   bottom: -50px;
   right: 60px;
}
@media (max-width: 1299px) {
   .testi-card3.style2 .box-quote2 {
      right: 47px;
   }
}
@media (max-width: 1199px) {
   .testi-card3.style2 .box-quote2 {
      display: none;
   }
}
.testi-card3 .box-avater {
   max-width: 80px;
   border-radius: 50%;
   display: block;
   margin: auto;
   -webkit-transform: translateY(-30px);
   -ms-transform: translateY(-30px);
   transform: translateY(-30px);
}
.testi-card3 .box-avater img {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   border: 3px solid var(--white-color);
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.testi-card3 .box-text {
   font-weight: 600;
   color: var(--title-color);
}
.testi-card3 .media-body {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 5px;
}
.testi-card3 .box-title {
   margin-bottom: -0.3rem;
}
.testi-card3 .box-desig {
   font-size: 14px;
   color: var(--theme-color);
}
.testi-card3 .box-quote {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.testi-card3:hover .box-avater img {
   border-color: var(--theme-color);
}
.testimonial-area8 {
   margin-top: -100px;
   padding-top: 220px !important;
}
@media (max-width: 991px) {
   .testimonial-area8 {
      padding-top: 180px !important;
   }
}
.testi-card4 {
   position: relative;
   background-color: var(--white-color);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 20px;
   padding: 30px;
}
.testi-card4 .box-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 15px;
}
@media (max-width: 375px) {
   .testi-card4 .box-wrapper {
      display: block;
   }
}
.testi-card4 .box-profile {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 15px;
}
@media (max-width: 375px) {
   .testi-card4 .box-profile {
      margin-bottom: 15px;
   }
}
.testi-card4 .box-avater {
   position: relative;
   min-width: 70px;
   width: 70px;
   height: 70px;
   z-index: 2;
}
.testi-card4 .box-avater:before {
   content: "";
   position: absolute;
   inset: -5px;
   left: -3px;
   background-color: var(--theme-color);
   -webkit-clip-path: path(
      "M55.4428 10.446L55.4325 10.44L55.4222 10.4341L42.1845 2.93095C39.2786 1.28394 35.7214 1.28394 32.8155 2.93095L19.5778 10.4341L19.5675 10.44L19.5572 10.446L6.44045 18.1586C3.56119 19.8516 1.78255 22.9323 1.756 26.2723L1.63505 41.4881L1.63495 41.5L1.63505 41.5119L1.756 56.7277C1.78255 60.0677 3.56119 63.1484 6.44045 64.8414L19.5572 72.554L19.5675 72.56L19.5778 72.5659L32.8155 80.069C35.7214 81.7161 39.2786 81.7161 42.1845 80.069L55.4222 72.5659L55.4325 72.56L55.4428 72.554L68.5596 64.8414C71.4388 63.1484 73.2175 60.0677 73.244 56.7277L73.365 41.5119L73.3651 41.5L73.365 41.4881L73.244 26.2723C73.2175 22.9323 71.4388 19.8516 68.5595 18.1586L55.4428 10.446Z"
   );
   clip-path: path(
      "M55.4428 10.446L55.4325 10.44L55.4222 10.4341L42.1845 2.93095C39.2786 1.28394 35.7214 1.28394 32.8155 2.93095L19.5778 10.4341L19.5675 10.44L19.5572 10.446L6.44045 18.1586C3.56119 19.8516 1.78255 22.9323 1.756 26.2723L1.63505 41.4881L1.63495 41.5L1.63505 41.5119L1.756 56.7277C1.78255 60.0677 3.56119 63.1484 6.44045 64.8414L19.5572 72.554L19.5675 72.56L19.5778 72.5659L32.8155 80.069C35.7214 81.7161 39.2786 81.7161 42.1845 80.069L55.4222 72.5659L55.4325 72.56L55.4428 72.554L68.5596 64.8414C71.4388 63.1484 73.2175 60.0677 73.244 56.7277L73.365 41.5119L73.3651 41.5L73.365 41.4881L73.244 26.2723C73.2175 22.9323 71.4388 19.8516 68.5595 18.1586L55.4428 10.446Z"
   );
   z-index: -1;
}
.testi-card4 .box-avater img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   -webkit-clip-path: path(
      "M49.9853 9.33649L49.975 9.33045L49.9646 9.32457L38.6845 2.93095C35.7786 1.28394 32.2214 1.28394 29.3155 2.93095L18.0353 9.32457L18.025 9.33045L18.0147 9.33649L6.83757 15.9086C3.9583 17.6016 2.17967 20.6823 2.15312 24.0223L2.05005 36.9881L2.04995 37L2.05005 37.0119L2.15312 49.9777C2.17967 53.3177 3.9583 56.3984 6.83757 58.0914L18.0147 64.6635L18.025 64.6696L18.0353 64.6754L29.3155 71.0691C32.2214 72.7161 35.7786 72.7161 38.6844 71.0691L49.9646 64.6754L49.975 64.6696L49.9853 64.6635L61.1624 58.0914C64.0417 56.3984 65.8203 53.3177 65.8469 49.9777L65.95 37.0119L65.95 37L65.95 36.9881L65.8469 24.0223C65.8203 20.6823 64.0417 17.6016 61.1624 15.9086L49.9853 9.33649Z"
   );
   clip-path: path(
      "M49.9853 9.33649L49.975 9.33045L49.9646 9.32457L38.6845 2.93095C35.7786 1.28394 32.2214 1.28394 29.3155 2.93095L18.0353 9.32457L18.025 9.33045L18.0147 9.33649L6.83757 15.9086C3.9583 17.6016 2.17967 20.6823 2.15312 24.0223L2.05005 36.9881L2.04995 37L2.05005 37.0119L2.15312 49.9777C2.17967 53.3177 3.9583 56.3984 6.83757 58.0914L18.0147 64.6635L18.025 64.6696L18.0353 64.6754L29.3155 71.0691C32.2214 72.7161 35.7786 72.7161 38.6844 71.0691L49.9646 64.6754L49.975 64.6696L49.9853 64.6635L61.1624 58.0914C64.0417 56.3984 65.8203 53.3177 65.8469 49.9777L65.95 37.0119L65.95 37L65.95 36.9881L65.8469 24.0223C65.8203 20.6823 64.0417 17.6016 61.1624 15.9086L49.9853 9.33649Z"
   );
}
.testi-card4 .box-title {
   margin-bottom: -0.3rem;
}
.testi-card4 .box-review {
   color: #ffb800;
}
.testi-card4 .box-review i {
   font-size: 14px;
}
.testi-card4 .box-text {
   font-family: var(--title-font);
   font-weight: 500;
   font-style: italic;
   margin-bottom: -0.3rem;
}
.testi-area9 {
   position: relative;
   z-index: 2;
}
.testiSlide9 {
   text-align: left;
}
.testi-overlay {
   position: absolute;
   inset: 0;
}
.testi-card5 {
   position: relative;
   background-color: var(--white-color);
   border-radius: 20px;
   padding: 30px 30px 60px 30px;
   margin: 20px;
}
@media (max-width: 375px) {
   .testi-card5 {
      margin: 12px;
   }
}
.testi-card5 .box-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 35px;
}
@media (max-width: 480px) {
   .testi-card5 .box-wrapper {
      display: block;
      margin-bottom: 20px;
   }
}
.testi-card5 .box-profile {
   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: 15px;
   border-radius: 50px;
   background: -webkit-linear-gradient(200deg, #0cebd9 0%, #001d79 80%);
   background: linear-gradient(250deg, #0cebd9 0%, #001d79 80%);
   margin: -50px 0 0 -50px;
   width: 303px;
   z-index: 2;
}
.testi-card5 .box-profile:before {
   content: "";
   position: absolute;
   inset: 0;
   bottom: 6px;
   background: var(--white-color);
   z-index: -1;
   border-radius: 50px;
}
.testi-card5 .box-avater {
   position: relative;
   min-width: 101px;
   width: 101px;
   height: 101px;
   border: 3px solid var(--white-color);
   border-radius: 50%;
   z-index: 2;
   margin: -5px;
}
.testi-card5 .box-avater img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 50%;
   padding: 2px;
   border: 3px solid var(--theme-color);
}
.testi-card5 .box-title {
   margin-bottom: -0.3rem;
}
.testi-card5 .box-review {
   color: #ffb800;
}
@media (max-width: 480px) {
   .testi-card5 .box-review {
      margin-top: 20px;
   }
}
.testi-card5 .box-review i {
   font-size: 14px;
}
.testi-card5 .box-text {
   font-family: var(--title-font);
   font-weight: 500;
   font-style: italic;
   margin-bottom: -0.3rem;
}
.testi-card5 .box-desig {
   font-size: 14px;
   color: var(--theme-color);
}
.testi-card5 .box-quote {
   position: absolute;
   right: 40px;
   bottom: 28px;
}
.testi-card6 {
   position: relative;
   margin: 0 30px 30px 30px;
}
@media (max-width: 375px) {
   .testi-card6 {
      margin: 0 15px 15px 15px;
   }
}
.testi-card6:before {
   content: "";
   position: absolute;
   inset: -30px;
   -webkit-mask-image: url("../img/shape/testi-shape.png");
   mask-image: url("../img/shape/testi-shape.png");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-size: 100% 100%;
   mask-size: 100% 100%;
   -webkit-mask-position: bottom center;
   mask-position: bottom center;
   background: var(--theme-color);
   opacity: 0.2;
   border-radius: 20px;
   z-index: -1;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.testi-card6 .box-content {
   background: #f5f5f5;
   border-radius: 14px 50px 14px 14px;
   padding: 30px;
   z-index: 9;
}
.testi-card6 .box-quote {
   position: absolute;
   top: 44px;
   left: -28px;
   width: 55px;
   height: 55px;
   line-height: 55px;
   text-align: center;
   background: var(--theme-color);
}
.testi-card6 .box-text {
   font-family: var(--title-font);
   margin-top: -0.4rem;
   margin-bottom: 20px;
}
.testi-card6 .box-title {
   margin-bottom: 2px;
}
.testi-card6 .box-desig {
   display: block;
   color: var(--theme-color);
   margin-bottom: -0.3rem;
}
.testi-card6 .box-review {
   position: absolute;
   right: 30px;
   bottom: 30px;
   font-size: 14px;
}
.testi-card6 .box-review i {
   color: #ffb800;
}
.testi-card6:hover:before {
   opacity: 1;
}
.counter-sec-space {
   background-color: #001d79;
}
@media (max-width: 991px) {
   .counter-sec-space .container {
      max-width: 100%;
   }
}
.counter-area-two {
   background-color: var(--body-color);
   border-radius: 20px;
   min-height: 200px;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
   .counter-area-two {
      min-height: auto;
   }
}
@media (max-width: 991px) {
   .counter-area-two {
      grid-template-columns: repeat(2, 1fr);
   }
}
.counter-area-three {
   background-color: var(--title-color);
}
.counter-card {
   padding: 70px 0;
   border-right: 1px solid rgba(255, 255, 255, 0.2);
   padding-right: 125px;
}
@media (max-width: 1199px) {
   .counter-card {
      padding-right: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      text-align: center;
   }
   .counter-card:nth-child(2) {
      border-right: 1px solid transparent;
   }
}
@media (max-width: 991px) {
   .counter-card {
      text-align: center;
   }
}
.counter-card.style2 {
   padding: 60px;
   padding-right: 105px;
   text-align: center;
}
@media (max-width: 991px) {
   .counter-card.style2 {
      text-align: center;
   }
}
.counter-card.style2 .counter-card_number {
   font-size: 35px;
}
.counter-card.style2 .counter-card_text {
   font-size: 14px;
}
.counter-card.style2 .counter-card .counter-number {
   font-size: 35px !important;
}
@media (max-width: 1199px) {
   .counter-card.style2 {
      padding: 40px;
      padding-right: 30px;
   }
}
.counter-card.style2:last-child {
   padding-right: 60px;
}
@media (max-width: 1199px) {
   .counter-card.style2:last-child {
      padding-right: 30px;
   }
}
@media (max-width: 575px) {
   .counter-card {
      padding: 50px 0;
   }
}
.counter-card:last-child {
   border-right: 1px solid transparent;
   padding-right: 0;
}
.counter-card_wrapper {
   min-height: 200px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 1199px) {
   .counter-card_wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
   }
}
.counter-card_number {
   font-size: 44px;
   font-weight: 300;
   line-height: 66px;
   text-transform: capitalize;
   color: var(--white-color);
   margin-bottom: 0px;
   margin-top: -0.34em;
}
@media (max-width: 767px) {
   .counter-card_number {
      font-size: 35px;
   }
}
.counter-card .counter-number {
   font-size: 44px;
   font-weight: 600;
   line-height: 66px;
   text-transform: capitalize;
}
@media (max-width: 767px) {
   .counter-card .counter-number {
      font-size: 35px;
   }
}
.counter-card_text {
   color: var(--white-color);
   font-size: 16px;
   font-weight: 400;
   line-height: 26px;
   display: block;
   text-transform: capitalize;
   margin-bottom: -0.5em;
}
.counter-area4 {
   background-color: var(--theme-color);
   border-radius: 20px;
   min-height: 200px;
   padding: 60px;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 105px;
}
@media (max-width: 1199px) {
   .counter-area4 {
      min-height: auto;
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
      padding: 0;
   }
}
.counter-card.style3 {
   padding: 0;
}
@media (max-width: 1199px) {
   .counter-card.style3 {
      padding: 70px 0;
   }
}
.blog-area {
   position: relative;
   background-color: var(--smoke-color);
   z-index: 2;
}
.blog-card {
   background-color: var(--white-color);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 20px;
   padding: 30px;
}
@media (max-width: 1500px) {
   .blog-card {
      margin: 0;
   }
}
@media (max-width: 991px) {
   .blog-card {
      padding: 20px;
   }
}
@media (max-width: 1500px) {
   .blog-card.style2 {
      margin: 0;
   }
}
.blog-card.style2 .blog-title:hover {
   color: var(--theme-color);
}
.blog-card.style2 .blog-title:hover a {
   color: inherit;
}
.blog-card.style2 .blog-meta span i,
.blog-card.style2 .blog-meta a i {
   margin-right: 6px;
   color: var(--theme-color);
}
.blog-card.style2 .blog-meta a:hover {
   color: var(--theme-color);
}
.blog-card.style3 {
   --borderWidth: 1px;
   background: #1d1f20;
   position: relative;
   border-radius: var(--borderWidth);
   box-shadow: none;
   border-radius: 20px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.blog-card.style3:before {
   content: "";
   position: absolute;
   top: calc(-1 * var(--borderWidth));
   left: calc(-1 * var(--borderWidth));
   height: calc(100% + var(--borderWidth) * 2);
   width: calc(100% + var(--borderWidth) * 2);
   background: -webkit-linear-gradient(323.05deg, #001d79 0%, #0cebd9 100%);
   background: linear-gradient(126.95deg, #001d79 0%, #0cebd9 100%);
   border-radius: 20px;
   z-index: -1;
   -webkit-animation: animatedgradient 3s ease alternate infinite;
   animation: animatedgradient 3s ease alternate infinite;
   background-size: 300% 300%;
   opacity: 0;
   visibility: hidden;
}
.blog-card.style3:hover:before {
   opacity: 1;
   visibility: visible;
}
@media (max-width: 1500px) {
   .blog-card.style3 {
      margin: 0;
   }
}
.blog-card.style3 .blog-title a {
   color: var(--white-color);
}
.blog-card.style3 .blog-title:hover a {
   color: var(--theme-color);
}
.blog-card.style3 .blog-meta span i,
.blog-card.style3 .blog-meta a i {
   margin-right: 6px;
   color: var(--theme-color);
}
.blog-card.style3 .blog-meta a:hover {
   color: var(--theme-color);
}
.blog-card .blog-title {
   text-transform: capitalize;
   margin-bottom: 21px;
}
.blog-card .blog-img {
   overflow: hidden;
   margin-bottom: 25px;
   border-radius: 20px;
}
.blog-card .blog-img img {
   width: 100%;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.blog-card .blog-meta {
   margin-bottom: 20px;
}
.blog-card .blog-meta span:after,
.blog-card .blog-meta a:after {
   margin-top: -4px;
}
.blog-card .blog-text {
   margin-bottom: 20px;
}
.blog-card .line-btn {
   margin-bottom: 0;
   display: block;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
}
.blog-card:hover .blog-img img {
   -webkit-transform: scale(1.08);
   -ms-transform: scale(1.08);
   transform: scale(1.08);
}
@media (max-width: 350px) {
   .blog-card .blog-title {
      font-size: 20px;
   }
}
.blog-slide2 .slick-arrow {
   color: var(--theme-color);
}
.blog-slide2 .slick-arrow:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
}
.blog-slide3 .slick-arrow {
   background-color: #242936;
   border: 1px solid #242936;
   color: var(--theme-color);
   box-shadow: none;
}
.blog-slide3 .slick-arrow:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
}
.blog-area-title {
   max-width: 500px;
   display: block;
   margin: auto;
}
.blog-card.style4 {
   padding: 0;
   margin: 0;
}
.blog-card.style4 .blog-img {
   border-radius: 20px 20px 0 0;
}
.blog-card.style4 .blog-meta span,
.blog-card.style4 .blog-meta a {
   margin-right: 10px;
   padding-right: 10px;
}
.blog-card.style4 .blog-card_content {
   position: relative;
   padding: 0px 30px 30px;
}
@media (max-width: 1299px) {
   .blog-card.style4 .blog-card_content {
      padding: 0 25px 25px;
   }
}
.blog-card.style4 .blog-card_content .blog-calendar {
   position: absolute;
   top: -57px;
   right: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   width: 41px;
   height: 60px;
}
@media (max-width: 1299px) {
   .blog-card.style4 .blog-card_content .blog-calendar {
      right: 20px;
   }
}
.blog-card.style4 .blog-date {
   background-color: var(--white-color);
   font-weight: 600;
   font-size: 20px;
   line-height: 20px;
   color: var(--title-color);
   text-align: center;
   padding: 6px;
   border-radius: 6px 6px 0 0;
}
.blog-card.style4 .blog-month {
   background-color: var(--title-color);
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: var(--white-color);
   text-transform: uppercase;
   padding: 6px;
   text-align: center;
   border-radius: 0 0 6px 6px;
}
.blog-card.style4 .th-btn.style9 {
   padding: 10px 30px;
}
.blog-card.style7 {
   padding: 0;
   margin: 0;
}
.blog-card.style7 .blog-img {
   border-radius: 20px 20px 0 0;
}
.blog-card.style7 .blog-meta span,
.blog-card.style7 .blog-meta a {
   margin-right: 10px;
   padding-right: 10px;
}
.blog-card.style7 .blog-card_content {
   position: relative;
   padding: 0px 30px 30px;
}
@media (max-width: 1299px) {
   .blog-card.style7 .blog-card_content {
      padding: 0 25px 25px;
   }
}
.blog-card.style7 .blog-card_content .blog-calendar {
   position: absolute;
   top: -57px;
   right: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   width: 41px;
   height: 60px;
}
@media (max-width: 1299px) {
   .blog-card.style7 .blog-card_content .blog-calendar {
      right: 20px;
   }
}
.blog-card.style7 .blog-date {
   background-color: var(--white-color);
   font-weight: 600;
   font-size: 20px;
   line-height: 20px;
   color: var(--theme-color);
   text-align: center;
   padding: 6px;
   border-radius: 6px 6px 0 0;
}
.blog-card.style7 .blog-month {
   background-color: var(--theme-color);
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: var(--white-color);
   text-transform: uppercase;
   padding: 6px;
   text-align: center;
   border-radius: 0 0 6px 6px;
}
.blog-card.style7 .th-btn.style9 {
   padding: 10px 30px;
}
.blog-grid {
   position: relative;
   --space: 40px;
}
.blog-grid .blog-img {
   position: relative;
   border-radius: 20px;
   z-index: 2;
}
.blog-grid .blog-img:before {
   content: "";
   position: absolute;
   inset: 0;
   background: -webkit-linear-gradient(
      271.45deg,
      rgba(0, 0, 0, 0) 40.39%,
      #161921 98.76%
   );
   background: linear-gradient(
      178.55deg,
      rgba(0, 0, 0, 0) 40.39%,
      #161921 98.76%
   );
   border-radius: 20px;
}
.blog-grid .blog-img img {
   width: 100%;
   border-radius: 20px;
}
.blog-grid.style2 .blog-calendar {
   width: 39px;
   top: 30px;
   left: 30px;
}
.blog-grid.style2 .blog-date {
   font-size: 18px;
   line-height: 28px;
   padding: 4px;
}
.blog-grid.style2 .blog-month {
   font-size: 14px;
   line-height: 24px;
   padding: 4px;
}
.blog-grid.style2 .blog-content {
   padding: 30px;
}
.blog-grid.style2 .box-title {
   font-size: 18px;
   line-height: 28px;
   margin-bottom: 10px;
}
.blog-grid.style2 .line-btn {
   color: var(--white-color);
}
.blog-grid.style2 .line-btn:before {
   background-color: var(--white-color);
}
.blog-grid.style2 .line-btn:hover {
   color: var(--theme-color);
}
.blog-grid.style2 .line-btn:hover:before {
   background-color: var(--theme-color);
}
.blog-grid .blog-calendar {
   position: absolute;
   top: 40px;
   left: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   width: 53px;
   height: 80px;
}
@media (max-width: 1299px) {
   .blog-grid .blog-calendar {
      right: 20px;
   }
}
.blog-grid .blog-date {
   background-color: var(--white-color);
   font-weight: 600;
   font-size: 24px;
   line-height: 24px;
   color: var(--theme-color);
   text-align: center;
   padding: 8px;
   border-radius: 6px 6px 0 0;
}
.blog-grid .blog-month {
   background-color: var(--theme-color);
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: var(--white-color);
   text-transform: uppercase;
   padding: 8px;
   text-align: center;
   border-radius: 0 0 6px 6px;
}
.blog-grid .box-title {
   color: var(--white-color);
   font-size: 24px;
   line-height: 34px;
   max-width: 441px;
   margin-bottom: 20px;
}
@media (max-width: 991px) {
   .blog-grid .box-title {
      max-width: 100%;
   }
}
@media (max-width: 480px) {
   .blog-grid .box-title {
      font-size: 18px;
      line-height: 28px;
   }
}
.blog-grid .blog-meta_wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 480px) {
   .blog-grid .blog-meta_wrapp {
      display: block;
   }
}
.blog-grid .blog-meta a {
   color: var(--white-color);
}
.blog-grid .line-btn {
   text-transform: capitalize;
   font-size: 16px;
   font-weight: 400;
}
.blog-grid .line-btn:hover {
   color: var(--white-color);
}
.blog-grid .line-btn:hover:before {
   background-color: var(--white-color);
}
.blog-grid .blog-content {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   padding: var(--space);
   z-index: 2;
}
@media (max-width: 480px) {
   .blog-grid .blog-content {
      position: relative;
      padding: 30px 0 0 0;
   }
}
.blog-card.style5 {
   box-shadow: 0px 1px 16px 3px rgba(229, 229, 229, 0.4);
}
.blog-card.style5 .blog-img {
   position: relative;
}
.blog-card.style5 .blog-calendar {
   position: absolute;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   width: 41px;
   top: 20px;
   right: 20px;
   height: 60px;
}
.blog-card.style5 .blog-date {
   background-color: var(--white-color);
   font-weight: 600;
   font-size: 20px;
   line-height: 24px;
   color: var(--theme-color);
   text-align: center;
   padding: 8px;
   border-radius: 6px 6px 0 0;
}
.blog-card.style5 .blog-month {
   background-color: var(--theme-color);
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: var(--white-color);
   text-transform: uppercase;
   padding: 8px;
   text-align: center;
   border-radius: 0 0 6px 6px;
}
.blog-grid4 {
   --space: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   border-radius: 20px;
   background: var(--white-color);
   box-shadow: 0px 4px 5.1px 0px rgba(0, 0, 0, 0.08);
   position: relative;
}
.blog-grid4-wrap {
   display: grid;
   grid-template-areas:
      "one one one three three three three three three three three three "
      "two two two three three three three three three three three three ";
}
.blog-grid4:last-child .blog-img {
   max-width: 570px;
   max-height: 490px;
}
@media (max-width: 1299px) {
   .blog-grid4:last-child .blog-img {
      max-width: 100%;
      max-height: 100%;
      min-width: 100%;
   }
}
@media (max-width: 575px) {
   .blog-grid4:last-child .blog-img {
      height: 350px;
   }
}
.blog-grid4 .blog-img {
   position: relative;
   min-width: 282px;
   max-height: 196px;
   overflow: hidden;
   border-radius: 20px;
}
@media (max-width: 1299px) {
   .blog-grid4 .blog-img {
      max-width: 200px;
      max-height: 100%;
   }
}
@media (max-width: 575px) {
   .blog-grid4 .blog-img {
      max-width: 100%;
   }
}
.blog-grid4 .blog-img img {
   height: 100%;
   width: 100%;
   object-fit: cover;
   border-radius: 20px;
   object-position: center center;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.blog-grid4 .blog-content {
   padding: 30px;
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
}
.blog-grid4 .blog-title {
   font-size: 20px;
   margin-top: -0.3em;
   margin-bottom: 20px;
}
.blog-grid4 .blog-meta {
   margin-bottom: 20px;
}
@media (max-width: 375px) {
   .blog-grid4 .blog-meta {
      margin-bottom: 10px;
   }
}
.blog-grid4 .blog-calendar {
   position: absolute;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 82px;
   border-radius: 12px;
   bottom: 20px;
   left: 20px;
   height: 30px;
}
.blog-grid4 .blog-date {
   background-color: var(--white-color);
   font-weight: 600;
   font-size: 20px;
   color: var(--theme-color);
   text-align: center;
   padding: 2px 8px;
   border-radius: 12px 0px 0 12px;
}
.blog-grid4 .blog-month {
   background-color: var(--theme-color);
   font-weight: 400;
   font-size: 14px;
   color: var(--white-color);
   text-transform: capitalize;
   padding: 2px 8px;
   text-align: center;
   border-radius: 0 12px 12px 0px;
}
.blog-grid4 .link-btn {
   margin-bottom: -0.2em;
   display: block;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   margin-top: 15px;
}
.blog-grid4:nth-child(3) {
   grid-area: three;
   margin-left: 15px;
   display: block;
   background-color: transparent;
}
.blog-grid4:nth-child(3) .blog-content {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: var(--space);
   z-index: 2;
}
.blog-grid4:nth-child(3) .blog-calendar {
   top: 40px;
   right: 40px;
   left: unset;
}
.blog-grid4:nth-child(3) .blog-img {
   min-width: 100%;
   height: 100%;
}
.blog-grid4:nth-child(3) .blog-img:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   background: -webkit-linear-gradient(
      272deg,
      rgba(22, 25, 33, 0) 41.72%,
      rgba(22, 25, 33, 0) 41.72%,
      #161921 98.2%
   );
   background: linear-gradient(
      178deg,
      rgba(22, 25, 33, 0) 41.72%,
      rgba(22, 25, 33, 0) 41.72%,
      #161921 98.2%
   );
   width: 100%;
   height: 100%;
   z-index: 1;
}
.blog-grid4:nth-child(3) .blog-meta {
   border-color: rgba(255, 255, 255, 0.15);
}
.blog-grid4:nth-child(3) .blog-meta a,
.blog-grid4:nth-child(3) .blog-meta span {
   color: var(--white-color);
}
.blog-grid4:nth-child(3) .blog-title {
   color: var(--white-color);
}
.blog-grid4:nth-child(3) .link-btn {
   color: var(--theme-color);
   font-weight: 500;
}
.blog-grid4:nth-child(3) .link-btn:before {
   background-color: var(--theme-color);
}
.blog-grid4:nth-child(1) {
   grid-area: one;
   margin-right: 15px;
   margin-bottom: 30px;
}
.blog-grid4:nth-child(2) {
   grid-area: two;
   margin-right: 15px;
}
.blog-grid4:hover .blog-img img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
@media (max-width: 1199px) {
   .blog-grid4 {
      --space: 30px;
   }
   .blog-grid4 .blog-img {
      min-width: 160px;
      height: 200px;
   }
   .blog-grid4 .blog-title {
      font-size: 18px;
      margin-bottom: 15px;
   }
   .blog-grid4 .blog-content {
      padding: 30px 15px;
   }
}
@media (max-width: 991px) {
   .blog-grid4-wrap {
      grid-template-areas:
         "one one one"
         "two two two"
         "three three three";
   }
   .blog-grid4 .blog-content {
      padding: 30px;
   }
   .blog-grid4:nth-child(1) {
      margin-right: 0;
      margin-bottom: 30px;
   }
   .blog-grid4:nth-child(2) {
      margin-right: 0;
   }
   .blog-grid4:nth-child(3) {
      margin-top: 30px;
      margin-left: 0;
   }
}
@media (max-width: 575px) {
   .blog-grid4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .blog-grid4 .blog-img {
      height: 100%;
   }
   .blog-grid4 .blog-content {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
   }
}
@media (max-width: 375px) {
   .blog-grid4 {
      --space: 15px;
   }
   .blog-grid4:nth-child(1) .blog-title {
      font-size: 18px;
   }
   .blog-grid4 .blog-content {
      padding: 30px 15px;
   }
}
.blog-card.style6 {
   box-shadow: 0px 1px 16px 3px rgba(229, 229, 229, 0.4);
}
.blog-card.style6 .blog-img {
   position: relative;
}
.blog-card.style6 .blog-calendar {
   position: absolute;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 74px;
   border-radius: 6px;
   bottom: 15px;
   right: 25px;
   height: 41px;
}
.blog-card.style6 .blog-date {
   background-color: var(--white-color);
   font-weight: 600;
   font-size: 20px;
   color: var(--title-color);
   text-align: center;
   padding: 8px;
   border-radius: 6px 0px 0 6px;
}
.blog-card.style6 .blog-month {
   background-color: var(--title-color);
   font-weight: 400;
   font-size: 14px;
   color: var(--white-color);
   text-transform: capitalize;
   padding: 8px;
   text-align: center;
   border-radius: 0 6px 6px 0px;
}
.blog-card.style6 .th-btn {
   padding: 10px 35px;
}
.blog-area9 .th-container {
   --main-container: 1760px;
}
.blog-card2 {
   position: relative;
   background-color: var(--white-color);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 20px;
   overflow: hidden;
}
.blog-card2 .box-img {
   position: relative;
   border-radius: 20px 20px 0 0;
}
.blog-card2 .box-img img {
   width: 100%;
   border-radius: 20px 20px 0 0;
}
.blog-card2 .box-title {
   margin-bottom: 25px;
}
.blog-card2 .box-content {
   padding: 25px 30px 30px 30px;
}
.blog-card2 .box-calendar {
   position: absolute;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 82px;
   border-radius: 6px 0px 0px 0px;
   bottom: 0px;
   right: 0px;
   height: 30px;
}
.blog-card2 .box-date {
   background-color: var(--white-color);
   font-weight: 600;
   font-size: 20px;
   color: var(--theme-color);
   text-align: center;
   padding: 3px 8px;
   border-radius: 6px 0px 0 0px;
}
.blog-card2 .box-month {
   background-color: var(--theme-color);
   font-weight: 400;
   font-size: 14px;
   color: var(--white-color);
   text-transform: capitalize;
   padding: 3px 8px;
   text-align: center;
   border-radius: 0px 6px 0px 0px;
}
.blog-card2 .blog-meta {
   margin-bottom: 20px;
}
.blog-card2 .th-btn {
   padding: 12px 35px;
}
.blog-title-area {
   max-width: 460px;
}
@media (max-width: 1399px) {
   .blog-title-area {
      display: block;
      margin: auto;
      text-align: center;
      max-width: 600px;
   }
}
.blog-card.style8 {
   box-shadow: 0px 1px 16px 3px rgba(229, 229, 229, 0.4);
}
.blog-card.style8 .blog-img {
   position: relative;
}
.blog-card.style8 .blog-calendar {
   position: absolute;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   width: 41px;
   bottom: 20px;
   right: 20px;
   height: 60px;
}
.blog-card.style8 .blog-date {
   background-color: var(--white-color);
   font-weight: 600;
   font-size: 20px;
   line-height: 24px;
   color: var(--theme-color);
   text-align: center;
   padding: 8px;
   border-radius: 6px 6px 0 0;
}
.blog-card.style8 .blog-month {
   background-color: var(--theme-color);
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: var(--white-color);
   text-transform: uppercase;
   padding: 8px;
   text-align: center;
   border-radius: 0 0 6px 6px;
}
.blog-area11 {
   padding: 120px 0 220px 0;
}
.brand-sec1 {
   padding: 60px 0;
}
.checklist-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}
@media (max-width: 767px) {
   .checklist-wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
@media (max-width: 575px) {
   .checklist-wrapper {
      display: block;
   }
}
@media (max-width: 575px) {
   .checklist {
      margin-top: 20px;
   }
}
.checklist.style2 ul li {
   padding-left: 25px;
}
.checklist.style2 ul li:before {
   font-size: 16px;
   content: "\f058";
   color: var(--theme-color);
}
.checklist ul {
   padding-left: 0;
   list-style: none;
   text-align: left;
   margin-bottom: 0;
   display: grid;
   grid-template-columns: auto auto;
   gap: 0 42px;
}
@media (max-width: 575px) {
   .checklist ul {
      display: block;
   }
}
@media (max-width: 1299px) {
   .checklist ul {
      gap: 0 20px;
   }
}
.checklist li {
   color: var(--title-color);
   margin-bottom: 20px;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   position: relative;
   padding-left: 35px;
}
@media (max-width: 767px) {
   .checklist li {
      font-size: 14px;
      line-height: 20px;
      padding-left: 30px;
      margin-bottom: 10px;
   }
}
.checklist li:before {
   content: "\f058";
   font-family: var(--icon-font);
   font-weight: 300;
   color: var(--theme-color);
   font-size: 26px;
   position: absolute;
   left: 0;
   -webkit-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
@media (max-width: 1299px) {
   .checklist li:before {
      font-size: 20px;
   }
}
.checklist li:last-child {
   margin-bottom: 0;
}
.checklist.style2 li:before {
   content: "\f00c";
}
@media (max-width: 1199px) {
   .checklist.mb-40 {
      margin-bottom: 32px;
   }
}
@media (max-width: 1199px) {
   .checklist.mb-45 {
      margin-bottom: 35px;
   }
}
.bg-img {
   position: absolute;
   inset: 0;
   height: 100%;
   width: 100%;
}
.bg-img img {
   width: 100%;
   height: 100%;
}
.th-video {
   position: relative;
   border-radius: 5px;
}
.th-video img {
   border-radius: inherit;
}
.th-video .play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.th-video .play-btn > i {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.icon-box {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   gap: 20px;
}
.btn-wrap {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px 30px;
}
.video-btn {
   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;
   color: var(--body-color);
   text-transform: uppercase;
   line-height: 1.6;
}
.video-btn .play-btn {
   --icon-size: 50px;
   margin-right: 15px;
}
.video-btn .play-btn > i {
   background-color: var(--theme-color);
   color: var(--white-color);
   padding-right: 0.1em;
}
.video-btn .play-btn:before {
   background-color: var(--theme-color);
}
.video-btn .small-text {
   font-size: 10px;
   text-decoration: underline;
   display: block;
}
.video-btn .big-text {
   font-size: 14px;
   font-weight: 500;
}
@media (max-width: 1199px) {
   p.mb-40 {
      margin-bottom: 35px;
   }
   p.mb-45 {
      margin-bottom: 38px;
   }
}
.video-box1,
.video-box2 {
   position: relative;
}
.video-box1 img,
.video-box2 img {
   width: 100%;
   min-height: 300px;
   object-fit: cover;
}
.video-box1 .play-btn,
.video-box2 .play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.video-box1 .play-btn.border-btn:before,
.video-box1 .play-btn.border-btn:after,
.video-box2 .play-btn.border-btn:before,
.video-box2 .play-btn.border-btn:after {
   border: 2px solid var(--gray-color);
   -webkit-animation: ripple 2s linear infinite;
   animation: ripple 2s linear infinite;
}
.video-box1 .play-btn.border-btn i,
.video-box2 .play-btn.border-btn i {
   display: inline-block;
   width: var(--icon-size, 120px);
   height: var(--icon-size, 120px);
   line-height: var(--icon-size, 120px);
   text-align: center;
   background-color: transparent;
   color: var(--gray-color);
   font-size: var(--icon-font-size, 26px);
   border-radius: 50%;
   font-weight: 300;
   z-index: 1;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
@media (max-width: 1299px) {
   .video-box1 .play-btn.border-btn i,
   .video-box2 .play-btn.border-btn i {
      width: var(--icon-size, 80px);
      height: var(--icon-size, 80px);
      line-height: var(--icon-size, 80px);
   }
}
.video-box1 .play-btn.border-btn:after,
.video-box1 .play-btn.border-btn:before,
.video-box2 .play-btn.border-btn:after,
.video-box2 .play-btn.border-btn:before {
   display: none;
}
.video-play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   border: 0;
   width: 80px;
   height: 80px;
   line-height: 82px;
   -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
   transition: all 1s cubic-bezier(0, 0, 0.2, 1);
   border-radius: 50%;
   background: transparent;
   margin: 0 auto;
   display: inline-block;
   font-size: 24px;
   text-align: center;
   color: var(--white-color);
}
@media (max-width: 767px) {
   .video-play-btn {
      width: 50px;
      height: 50px;
      line-height: 52px;
      font-size: 20px;
   }
}
.video-play-btn i {
   color: var(--white-color);
}
.video-play-btn:before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   z-index: -1;
   bottom: 0;
   left: 0;
   -webkit-transition: 0.3;
   transition: 0.3;
   border-radius: 50%;
   border: 1px solid rgba(255, 255, 255, 0.3);
   -webkit-animation: ripple 2s linear infinite;
   animation: ripple 2s linear infinite;
}
.video-play-btn:after {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   z-index: -1;
   bottom: 0;
   left: 0;
   -webkit-transition: 0.3;
   transition: 0.3;
   border-radius: 50%;
   border: 1px solid rgba(255, 255, 255, 0.3);
   -webkit-animation: ripple 2s linear 1s infinite;
   animation: ripple 2s linear 1s infinite;
}
.video-box2 {
   border-radius: 20px;
   margin-left: 50px;
}
.video-box2 img {
   border-radius: 20px;
}
.content-box1 {
   background-color: var(--white-color);
   box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.07);
   padding: 60px 160px 60px 60px;
}
.content-box-bottom {
   padding-left: 60px;
   margin-top: 10px;
}
@media (max-width: 1199px) {
   .video-box2 {
      margin-left: 0;
      margin-top: 30px;
   }
   .content-box-bottom {
      text-align: center;
      padding-left: 0;
   }
}
@media (max-width: 767px) {
   .content-box1 {
      padding: 40px;
   }
}
@media (max-width: 575px) {
   .content-box1 {
      padding: 40px 20px;
   }
}
.video-area-two {
   position: relative;
   background-color: var(--title-color);
}
.video-wrapper {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
   .video-wrapper {
      grid-template-columns: repeat(1, 1fr);
   }
}
.video-wrapper .video-box1 img {
   min-width: 1153px;
   min-height: 100%;
}
@media (max-width: 1800px) {
   .video-wrapper .video-box1 img {
      min-width: 100%;
   }
}
.video-text {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 120px 20px;
	background-position:left 0;
}
@media (max-width: 991px) {
   .video-text {
      padding: 80px 10px;
   }
}
.video-text .sub-title2 {
   font-size: 20px;
}
@media (max-width: 1299px) {
   .video-text .sec-title {
      font-size: 38px;
   }
}
@media (max-width: 1199px) {
   .video-text .sec-title {
      font-size: 30px;
   }
}
.video-text .sec-desc {
   font-size: 18px;
}
@media (max-width: 1199px) {
   .video-text .sec-desc {
      font-size: 16px;
   }
}
.video-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 30px;
   margin-top: 40px;
}
@media (max-width: 575px) {
   .video-group.style2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
   }
}
@media (max-width: 375px) {
   .video-group.style2 {
      display: grid;
      gap: 10px 0;
   }
}
@media (max-width: 575px) {
   .video-group {
      display: grid;
      gap: 10px 0;
   }
}
.video-group .th-btn {
   margin: 0;
}
.video-box3 {
   position: relative;
   margin-right: -60%;
   margin-left: 55px;
}
@media (max-width: 1699px) {
   .video-box3 {
      margin-right: -30%;
   }
}
@media (max-width: 1299px) {
   .video-box3 {
      margin-right: 0;
   }
}
@media (max-width: 991px) {
   .video-box3 {
      margin: 0;
   }
}
.video-box3 .play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.video-box3 .play-btn > i {
   font-size: var(--icon-font-size, 1.7em);
}
.choose-img {
   min-width: 631px;
   margin-right: -50px;
}
.video-area5 {
   padding: 300px 0 400px 0;
}
.th-video-icon .play-btn > i {
   font-size: var(--icon-font-size, 1.8em);
}

.th-video-icon2 .play-btn > i {
   --icon-size: 85px;
   font-size: var(--icon-font-size, 2.5em);
}
.dance-video-image {
   position: relative;
   margin: 0 -200px 0 55px;
}

@media (max-width: 1500px) {
   .choose-img {
      margin-right: 0;
      min-width: 100%;
   }
}
@media (max-width: 1500px) {
   .dance-video-image {
      margin: 0 0px 0 55px;
   }
}
@media (max-width: 1199px) {
   .dance-video-image {
      margin: 0;
   }
}
.dance-video-image img {
   width: 100%;
   border-radius: 50px;
}
@media (max-width: 767px) {
   .dance-video-image img {
      border-radius: 20px;
   }
}
.dance-video-image .play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.technic-tabs {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 30px;
}
@media (max-width: 1199px) {
   .technic-tabs {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 30px;
   }
}
@media (max-width: 767px) {
   .technic-tabs {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px;
   }
}
.technic-tabs.nav-tabs {
   border-bottom: 1px solid transparent;
}
@media (max-width: 575px) {
   .technic-tabs.nav-tabs {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
   }
}
@media (max-width: 420px) {
   .technic-tabs.nav-tabs {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
   }
}
.technic-tabs .nav-link {
   position: relative;
   z-index: 2;
   overflow: hidden;
   vertical-align: middle;
   display: inline-block;
   border: 1px solid #d4d4d4;
   border-radius: 10px;
   text-align: center;
   background-color: transparent;
   color: #525960;
   font-family: var(--title-font);
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 26px;
   text-transform: uppercase;
   padding: 14px 37px;
}
@media (max-width: 1299px) {
   .technic-tabs .nav-link {
      padding: 14px 28px;
   }
}
@media (max-width: 1199px) {
   .technic-tabs .nav-link {
      padding: 14px 37px;
   }
}
@media (max-width: 767px) {
   .technic-tabs .nav-link {
      padding: 14px 28px;
   }
}
@media (max-width: 575px) {
   .technic-tabs .nav-link {
      padding: 14px 15px;
   }
}
.technic-tabs .nav-link::before {
   content: "";
   position: absolute;
   inset: 3px;
   background-color: var(--theme-color);
   border: 1px solid var(--theme-color);
   border-radius: inherit;
   z-index: -1;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: scale(0.2);
   -ms-transform: scale(0.2);
   transform: scale(0.2);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.technic-tabs .nav-link:hover,
.technic-tabs .nav-link.active {
   color: var(--white-color);
   border: 1px solid var(--theme-color);
}
.technic-tabs .nav-link:hover::before,
.technic-tabs .nav-link.active::before {
   inset: 0;
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}
.technic-desc {
   margin-bottom: 9px;
}
@media (max-width: 767px) {
   .technic-desc {
      text-align: center;
   }
}
.technic-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-right: 80px;
}
@media (max-width: 1199px) {
   .technic-wrapper {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 40px;
      margin-right: 0;
   }
}
@media (max-width: 767px) {
   .technic-wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px;
   }
}
@media (max-width: 400px) {
   .technic-wrapper {
      display: block;
   }
}
.technic-icon-list ul {
   padding: 0;
   margin: 0;
}
.technic-icon-list ul li {
   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;
   font-family: var(--title-font);
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--title-color);
   margin-top: 20px;
}
.technic-icon-list ul li i {
   font-weight: 300;
   font-size: 26px;
   line-height: 26px;
   color: #0cebd9;
}
@media (max-width: 1199px) {
   .filter-menu.tab-menu1 {
      gap: 10px 30px;
   }
}
@media (max-width: 767px) {
   .filter-menu.tab-menu1 {
      gap: 10px 20px;
   }
}
.accordion-card {
   margin-bottom: 0px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   border-bottom: 1px solid var(--gray-color);
   overflow: hidden;
}
.accordion-card .accordion-button {
   font-size: 18px;
   font-weight: 400;
   font-family: var(--title-font);
   border: 0;
   color: var(--title-color);
   background-color: var(--white-color);
   border-radius: 0;
   padding: 0;
   min-height: 56px;
   gap: 5px;
   margin-bottom: 0;
   text-align: left;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   position: relative;
}
.accordion-card .accordion-button:after {
   content: "\f107";
   height: 100%;
   width: auto;
   line-height: 1;
   background-color: transparent;
   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: 0px;
   -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
   clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
   padding-left: 10px;
   -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) {
   border-bottom: 1px solid var(--gray-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
   content: "\f107";
   -webkit-transform: rotate(0);
   -ms-transform: rotate(0);
   transform: rotate(0);
   color: var(--theme-color);
}
.accordion-card .accordion-collapse {
   border: none;
}
.accordion-card .accordion-body {
   border-radius: 0;
   background-color: var(--white-color);
   border: none;
   padding: 23px 30px 30px 30px;
}
@media (max-width: 767px) {
   .accordion-card .accordion-body {
      padding: 20px 0px;
   }
}
.accordion-card .faq-text {
   margin-bottom: -0.48em;
}
@media (max-width: 575px) {
   .accordion-card .faq-text {
      font-size: 16px;
   }
}
.accordion-card .faq-img {
   height: 100%;
}
.accordion-card .faq-img img {
   height: 100%;
   object-fit: cover;
}
.accordion-card:last-child {
   margin-bottom: 0;
}
.accordion-card.style2 {
   box-shadow: none;
   border: 1px solid var(--border-color);
}
.accordion-card.style2:not(:last-child) {
   margin-bottom: 30px;
}
.accordion-card.style2 .accordion-button {
   background-color: var(--smoke-color);
   box-shadow: none;
}
.accordion-card.style2 .accordion-button:after {
   content: "\f063";
   color: var(--body-color);
}
.accordion-card.style2 .accordion-button:not(.collapsed) {
   color: var(--title-color);
   border-bottom: none;
}
.accordion-card.style2 .accordion-button:not(.collapsed):after {
   -webkit-transform: rotate(180deg) translateX(-11px);
   -ms-transform: rotate(180deg) translateX(-11px);
   transform: rotate(180deg) translateX(-11px);
}
.faq-img {
   padding-left: 25px;
   text-align: center;
}
.faq-img img {
   max-width: -webkit-max-content;
   max-width: -moz-max-content;
   max-width: max-content;
}
@media (max-width: 575px) {
   .accordion-card .accordion-button {
      font-size: 14px;
   }
}
@media (max-width: 1199px) {
   .faq-img {
      padding-left: 0;
   }
   .faq-img img {
      max-width: 100%;
   }
}
.faq-widget {
   background-color: var(--smoke-color);
   padding: 40px;
   margin-bottom: 40px;
   border-radius: 5px;
   text-align: center;
}
.faq-widget .title {
   margin-top: -0.23em;
}
.faq-form-wrap {
   margin-top: 70px;
}
.faq-form-wrap .form-text {
   max-width: 500px;
   margin-bottom: 25px;
}
@media (max-width: 991px) {
   .faq-form-wrap {
      margin-top: 45px;
   }
}
@media (max-width: 375px) {
   .faq-widget {
      padding: 40px 20px;
   }
}
.cta-area {
   position: relative;
   background: var(--title-color);
   background-size: cover;
   background-repeat: no-repeat;
   border-radius: 20px;
   padding: 100px 0;
   z-index: 9;
}
@media (max-width: 767px) {
   .cta-area {
      padding: 80px 10px;
   }
}
@media (max-width: 575px) {
   .cta-area {
      padding: 40px 20px;
   }
}
.cta-area-three {
   position: relative;
   padding: 80px;
   border-radius: 20px;
   border-bottom: 10px solid #272c39;
   z-index: 9;
   overflow: hidden;
}
@media (max-width: 1199px) {
   .cta-area-three {
      padding: 40px;
   }
}
@media (max-width: 767px) {
   .cta-area-three {
      padding: 20px;
   }
}
.cta-area-three:before {
   content: "";
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.9);
   border-radius: 20px;
   z-index: -1;
}
.cta-area-three .cta-content {
   max-width: 515px;
}
@media (max-width: 767px) {
   .cta-area-three .cta-content {
      max-width: 100%;
      text-align: center;
   }
}
.cta-area-three .cta-content .sec-title {
   margin-bottom: 21px;
}
@media (max-width: 1199px) {
   .cta-area-three .cta-content .sec-title {
      font-size: 30px;
   }
}
.cta-area-three .cta-content .cta-text {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: #6a7178;
   margin-bottom: 33px;
}
.cta-area-three .cta-image {
   position: absolute;
   bottom: 0;
}
@media (max-width: 1199px) {
   .cta-area-three .cta-image img {
      max-width: 80%;
   }
}
@media (max-width: 991px) {
   .cta-area-three .cta-image img {
      max-width: 100%;
   }
}
@media (max-width: 767px) {
   .cta-area-three .cta-image img {
      display: none;
   }
}
@media (max-width: 767px) {
   .cta-area-three .cta-btn2 {
      text-align: center;
   }
}
.cta-area-three .cta-btn2 .th-btn {
   padding: 15px 50px;
   margin-right: 10px;
}
@media (max-width: 991px) {
   .cta-area-three .cta-btn2 .th-btn {
      padding: 12px 30px;
      line-height: 20px;
   }
}
.cta-title {
   font-weight: 600;
   font-size: 44px;
   line-height: 54px;
   text-transform: capitalize;
   margin: 0;
   text-align: center;
   color: var(--white-color);
   margin-bottom: 23px;
}
.cta-desc {
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
   text-align: center;
   text-transform: capitalize;
   color: var(--smoke-color);
}
.cta-btn {
   margin-top: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 30px;
}
@media (max-width: 575px) {
   .cta-btn {
      gap: 10px;
   }
   .cta-btn .th-btn {
      margin-top: 10px;
   }
}
@media (max-width: 375px) {
   .cta-btn {
      display: block;
   }
   .cta-btn .th-btn {
      margin-top: 10px;
   }
}
@media (max-width: 991px) {
   .sec-title.cta-title {
      font-size: 34px;
   }
   .sec-title.cta-title img {
      max-width: 64px;
   }
}
@media (max-width: 767px) {
   .sec-title.cta-title {
      font-size: 32px;
   }
   .sec-title.cta-title img {
      display: none;
   }
}
@media (max-width: 575px) {
   .sec-title.cta-title {
      font-size: 30px;
      line-height: 42px;
   }
}
.cta-area2 {
   background-color: #001d79;
   padding: 60px;
   border-radius: 20px 20px 0 0;
}
@media (max-width: 1199px) {
   .cta-area2 {
      padding: 40px;
   }
}
@media (max-width: 575px) {
   .cta-area2 {
      padding: 30px;
   }
}
.cta-title2 {
   color: var(--white-color);
   text-transform: capitalize;
   margin-bottom: 0;
   max-width: 421px;
}
@media (max-width: 1199px) {
   .cta-title2 {
      display: block;
      margin: auto auto 30px auto;
      text-align: center;
   }
}
@media (max-width: 1199px) {
   .newsletter-form.style4 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 100%;
   }
}
@media (max-width: 575px) {
   .newsletter-form.style4 {
      display: block;
      margin: auto;
   }
   .newsletter-form.style4 .th-btn {
      width: 100%;
      margin-top: 10px;
   }
}
.cta-area5 {
   position: relative;
   padding: 55px 60px;
   z-index: 2;
   border-radius: 20px;
}
.newsletter-form.style4 {
   margin-left: auto;
}
.cta-area6 {
   background-color: #001d79;
   position: relative;
   padding: 55px 60px;
   z-index: 2;
   border-radius: 20px;
}
.cta-area7 {
   background-color: #001d79;
   position: relative;
   padding: 55px 60px;
   z-index: 5;
   border-radius: 20px;
}
@media (max-width: 1199px) {
   .cta-area7 {
      padding: 40px;
   }
}
.cta-area3 {
   position: relative;
   background-color: #f5f5f5;
   padding: 60px;
   border-radius: 20px;
   z-index: 3;
}
@media (max-width: 1199px) {
   .cta-area3 {
      text-align: center;
      padding: 40px;
   }
}
@media (max-width: 480px) {
   .cta-area3 {
      padding: 30px;
   }
}
.cta-image {
   position: relative;
}
.cta-image img {
   width: 100%;
   border-radius: 20px;
}
.cta-image .play-btn {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.cta-image .play-btn > i {
   --icon-size: 51px;
   font-size: var(--icon-font-size, 1.3em);
}
.cta-form-area {
   border-left: 1px solid rgba(255, 255, 255, 0.2);
   margin-left: 70px;
   padding-left: 85px;
}
@media (max-width: 1199px) {
   .cta-form-area {
      border-left: none;
      margin: 0;
      padding: 0;
      text-align: center;
   }
}
.newsletter-form.style5 {
   max-width: 663px;
}
@media (max-width: 1199px) {
   .newsletter-form.style5 {
      margin: auto;
   }
}
.cta-area11 {
   margin-top: -100px;
}
#mega-menu-wrap-primary-menu {
   background: transparent;
   padding: 10px 0;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   li.mega-menu-item.mega-current-menu-ancestor
   > a.mega-menu-link {
   background: transparent !important;
}
#mega-menu-wrap-primary-menu {
   padding: 20px 0;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-item.mega-current-menu-ancestor
   > a.mega-menu-link {
   background: transparent !important;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-item
   > a.mega-menu-link:hover {
   background: transparent !important;
   color: var(--theme-color);
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-megamenu
   > ul.mega-sub-menu
   li.mega-menu-column
   > ul.mega-sub-menu
   > li.mega-menu-item
   > a.mega-menu-link {
   color: var(--title-color);
   font-size: 16px;
   font-family: var(--title-font);
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-megamenu
   > ul.mega-sub-menu
   li.mega-menu-column
   > ul.mega-sub-menu
   > li.mega-menu-item
   > a.mega-menu-link:hover {
   color: var(--theme-color);
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-megamenu
   > ul.mega-sub-menu
   li.mega-menu-column
   > ul.mega-sub-menu
   > li.mega-menu-item
   li.mega-menu-item
   > a.mega-menu-link {
   color: var(--title-color);
   padding: 3px 0;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-megamenu
   > ul.mega-sub-menu
   li.mega-menu-column
   > ul.mega-sub-menu
   > li.mega-menu-item
   li.mega-menu-item
   > a.mega-menu-link:hover {
   color: var(--theme-color);
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-item
   > a.mega-menu-link {
   line-height: 60px;
   height: 60px;
   padding: 0px 15px 0px 15px;
   color: #ffffff;
   background: transparent !important;
   font-family: var(--title-font);
   font-size: 16px;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-flyout
   ul.mega-sub-menu
   li.mega-menu-item
   a.mega-menu-link:hover {
   background: transparent !important;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-megamenu
   > ul.mega-sub-menu {
   color: var(--theme-color);
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-flyout
   ul.mega-sub-menu
   li.mega-menu-item
   a.mega-menu-link:hover {
   color: var(--theme-color);
}
#mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
   background: #fff;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-item.mega-current-menu-ancestor
   > a.mega-menu-link {
   color: var(--title-color);
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-item
   > a.mega-menu-link {
   color: var(--title-color);
   line-height: 40px;
   height: 40px;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   li.mega-menu-item
   a.mega-menu-link:before {
   display: none;
}
#mega-menu-wrap-primary-menu
   #mega-menu-primary-menu
   > li.mega-menu-megamenu
   > ul.mega-sub-menu {
   background: transparent;
}
.service-area {
   position: relative;
   z-index: 9;
}
.service-area::before {
   content: "";
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   background: rgba(22, 25, 33, 0.94);
   z-index: -1;
}
.service-area-three .slick-arrow {
   background-color: var(--black-color-3);
   color: var(--white-color);
   border: 1px solid var(--black-color-3);
   box-shadow: none;
   font-size: var(--icon-font-size, 22px);
}
.service-area-three .slick-arrow:hover {
   background-color: var(--theme-color);
}
.service-list {
   text-align: center;
}
.service-list-wrap {
   display: grid;
   grid-template-columns: auto auto auto auto auto;
   gap: 40px 20px;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.service-list_icon img {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.service-list_title {
   max-width: 180px;
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
   margin-top: 20px;
   margin-bottom: -0.3em;
}
.service-list:hover .service-list_icon img {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
@media (max-width: 991px) {
   .service-list-wrap {
      grid-template-columns: auto auto auto;
   }
}
@media (max-width: 767px) {
   .service-list_title {
      font-size: 18px;
      max-width: 160px;
   }
}
@media (max-width: 575px) {
   .service-list-wrap {
      grid-template-columns: auto auto;
   }
}
.service-divider {
   height: 100%;
   width: 1px;
   background-color: var(--gray-color);
}
.service-divider:last-of-type {
   display: none;
}
.service-grid {
   position: relative;
   max-width: 270px;
}
.service-grid-wrap {
   position: relative;
   display: grid;
   grid-template-columns: auto auto auto auto auto;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background-color: var(--smoke-color2);
   padding: 60px 88px;
}
.service-grid-wrap .shape-left,
.service-grid-wrap .shape-right {
   position: absolute;
   top: -42px;
}
.service-grid-wrap .shape-left {
   left: -176px;
}
.service-grid-wrap .shape-right {
   right: -176px;
}
.service-grid_icon {
   margin-bottom: 20px;
}
.service-grid_icon img {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.service-grid_text {
   margin-bottom: -0.5em;
}
.service-grid_title {
   font-size: 20px;
   line-height: 1.45;
   font-weight: 600;
   margin: 0 0 4px 0;
}
.service-grid_title a {
   color: inherit;
}
.service-grid_title a:hover {
   color: var(--theme-color);
}
.service-grid_subtitle {
   font-size: 14px;
   display: block;
   margin-bottom: 18px;
}
.service-grid:hover .service-grid_icon img {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
@media (max-width: 1199px) {
   .service-grid-wrap {
      padding: 40px;
   }
}
@media (max-width: 991px) {
   .service-divider {
      display: none;
   }
   .service-grid-wrap {
      grid-template-columns: auto auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 40px;
   }
   .service-grid-wrap .shape-right {
      top: unset;
      bottom: -42px;
   }
   .service-grid_icon {
      margin-bottom: 13px;
   }
   .service-grid_subtitle {
      margin-bottom: 10px;
   }
}
@media (max-width: 767px) {
   .service-grid {
      text-align: center;
   }
   .service-grid-wrap {
      grid-template-columns: auto;
   }
   .service-grid-wrap .shape-right {
      max-width: 200px;
      right: -130px;
   }
   .service-grid-wrap .shape-left {
      max-width: 200px;
      left: -130px;
   }
}
@media (max-width: 575px) {
   .service-grid-wrap {
      padding: 40px 15px;
   }
}
.service-item_icon {
   font-size: 24px;
   line-height: 48px;
   color: var(--theme-color);
   width: 80px;
   height: 80px;
   padding: 12px;
   background-color: var(--white-color);
   border-radius: 15px;
}
.service-item_icon img {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-filter: none;
   filter: none;
}
.service-item_number {
   font-weight: 600;
   font-size: 74px;
   line-height: 74px;
   text-transform: uppercase;
   color: rgba(255, 255, 255, 0.08);
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(255, 255, 255, 0.08);
}
.service-item_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   color: var(--title-color);
   text-transform: capitalize;
   margin: 0 0 14px 0;
}
@media (max-width: 1199px) {
   .service-item_title {
      text-align: center;
   }
}
@media (max-width: 991px) {
   .service-item_title {
      font-size: 20px;
   }
}
.service-item_title a {
   color: inherit;
}
.service-item_title a:hover {
   color: var(--theme-color);
}
.service-item_text {
   max-width: 387px;
   margin-bottom: 0;
}
@media (max-width: 1199px) {
   .service-item_text {
      text-align: center;
      max-width: 100%;
   }
}
@media (max-width: 767px) {
   .service-item_text {
      max-width: 100%;
   }
}
.service-item_inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   margin-bottom: 30px;
}
.service-item .th-btn.style3 {
   color: var(--white-color);
   border: 1px solid #525960;
}
.service-item .th-btn.style3:hover {
   color: var(--white-color);
}
.service-card {
   --space: 40px;
   position: relative;
   background-color: transparent;
   padding: var(--space);
   border: 2px solid #242936;
   border-radius: 20px;
   min-width: 386px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.service-card.style2 {
   border: 1px solid rgba(82, 89, 96, 0.3);
   margin-top: 30px;
   margin-bottom: 0;
   --space: 40px;
}
@media (max-width: 1199px) {
   .service-card.style2 {
      --space: 20px;
   }
}
.service-card.style2:hover {
   border: 1px solid transparent;
}
.service-card.style2:hover .service-card_title {
   color: var(--white-color);
}
.service-card.style2 .service-card_title {
   color: var(--title-color);
}
@media (max-width: 1199px) {
   .service-card.style2 .service-card_title {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .service-card.style2 .service-card_title {
      font-size: 24px;
   }
}
@media (max-width: 991px) {
   .service-card.style2 .service-card_text {
      font-size: 15px;
   }
}
@media (max-width: 1500px) {
   .service-card {
      min-width: 100%;
      margin: 0;
   }
}
@media (max-width: 1199px) {
   .service-card {
      --space: 20px;
   }
}
@media (max-width: 991px) {
   .service-card {
      --space: 30px;
   }
}
.service-card:hover {
   background-color: #242936;
   border: 2px solid transparent;
}
.service-card:hover .service-content .th-btn.gold-border-btn {
   color: var(--white-color);
   background-color: var(--theme-color);
   border: 1px solid var(--theme-color);
}
.service-card:hover .service-content .th-btn.gold-border-btn:before {
   background-color: var(--theme-color);
}
.service-card:hover .service-card_icon {
   background-color: var(--theme-color);
}
.service-card:hover .service-card_icon img {
   -webkit-filter: brightness(0) invert(1);
   filter: brightness(0) invert(1);
}
.service-card_icon {
   font-size: 24px;
   line-height: 48px;
   color: var(--theme-color);
   width: 80px;
   height: 80px;
   padding: 12px;
   background-color: #242936;
   border-radius: 15px;
}
.service-card_icon img {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-filter: none;
   filter: none;
}
.service-card_number {
   margin: 0;
   font-size: 100px;
   font-weight: bold;
   text-align: center;
   color: transparent;
   background-repeat: no-repeat;
   background-size: cover;
   background-clip: text;
   -webkit-background-clip: text;
   font-weight: 600;
   font-size: 74px;
   line-height: 74px;
   text-transform: uppercase;
}
.service-card_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   color: var(--white-color);
   text-transform: capitalize;
   margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
   .service-card_title {
      font-size: 20px;
      line-height: 28px;
   }
}
.service-card_title a {
   color: inherit;
}
.service-card_title a:hover {
   color: var(--theme-color);
}
.service-card_text {
   max-width: 296px;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--black-color-2);
   margin-bottom: 33px;
}
@media (max-width: 767px) {
   .service-card_text {
      max-width: 100%;
   }
}
.service-card_inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   margin-bottom: 30px;
}
.service-card .th-btn.style3 {
   color: var(--white-color);
   border: 1px solid #525960;
}
.service-card .th-btn.style3:hover {
   color: var(--white-color);
   border: 1px solid var(--theme-color);
}
@media (max-width: 375px) {
   .service-card_inner {
      padding: 30px 12px;
   }
}
.service-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 767px) {
   .service-wrapper {
      display: block;
      text-align: center;
   }
}
.service-btn {
   margin-bottom: 50px;
}
@media (max-width: 767px) {
   .service-btn {
      margin-bottom: 30px;
   }
}
.service-box {
   --space: 40px;
   position: relative;
   background-color: transparent;
   padding: var(--space);
   border: 2px solid rgba(82, 89, 96, 0.5);
   border-radius: 20px;
   min-width: 386px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.service-box.style2 {
   border: 1px solid rgba(82, 89, 96, 0.3);
   --space: 40px;
}
@media (max-width: 1199px) {
   .service-box.style2 {
      --space: 20px;
   }
}
.service-box.style2:hover {
   border: 1px solid rgba(82, 89, 96, 0.3);
}
.service-box.style2:hover .service-box_icon {
   background-color: var(--theme-color);
   box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.01);
}
.service-box.style2 .service-box_icon {
   box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
}
.service-box.style2 .service-box_title {
   color: var(--title-color);
}
@media (max-width: 1199px) {
   .service-box.style2 .service-box_title {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .service-box.style2 .service-box_title {
      font-size: 24px;
   }
}
.service-box.style2 .service-box_text {
   color: var(--body-color);
}
@media (max-width: 991px) {
   .service-box.style2 .service-box_text {
      font-size: 15px;
   }
}
.service-box.style2 .service-box_number {
   color: #f5f5f5;
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #f5f5f5;
}
@media (max-width: 1500px) {
   .service-box {
      min-width: 100%;
   }
}
@media (max-width: 991px) {
   .service-box {
      --space: 30px;
   }
}
.service-box_icon {
   font-size: 24px;
   line-height: 48px;
   color: var(--theme-color);
   width: 80px;
   height: 80px;
   padding: 12px;
   background-color: var(--white-color);
   border-radius: 15px;
}
.service-box_icon img {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-filter: none;
   filter: none;
   display: block;
   margin: auto;
}
.service-box_number {
   font-weight: 600;
   font-size: 74px;
   line-height: 74px;
   text-transform: uppercase;
   color: rgba(255, 255, 255, 0.08);
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(255, 255, 255, 0.08);
}
.service-box_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   color: var(--white-color);
   text-transform: capitalize;
   margin: 0 0 15px 0;
}
@media (max-width: 991px) {
   .service-box_title {
      font-size: 20px;
   }
}
.service-box_title a {
   color: inherit;
}
.service-box_title a:hover {
   color: var(--theme-color);
}
.service-box_text {
   max-width: 296px;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--gray-color);
   margin-bottom: 33px;
}
@media (max-width: 767px) {
   .service-box_text {
      max-width: 100%;
   }
}
.service-box_inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   margin-bottom: 30px;
}
.service-box .th-btn.style3 {
   color: var(--white-color);
   border: 1px solid #525960;
}
.service-box .th-btn.style3:hover {
   color: var(--white-color);
}
.service-box:hover {
   background-color: var(--white-color);
   border: 2px solid transparent;
}
.service-box:hover .service-content .th-btn.style3 {
   color: var(--white-color);
   background-color: var(--theme-color);
   border: 1px solid var(--theme-color);
}
.service-box:hover .service-box_icon {
   background-color: var(--theme-color);
}
.service-box:hover .service-box_icon img {
   -webkit-filter: brightness(0) invert(1);
   filter: brightness(0) invert(1);
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
.service-box:hover .service-box_title,
.service-box:hover .service-box_text {
   color: var(--title-color);
}
.service-box:hover .service-box_number {
   color: #f5f5f5;
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #f5f5f5;
}
@media (max-width: 375px) {
   .service-box_inner {
      padding: 30px 12px;
   }
}
.service-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 767px) {
   .service-wrapper {
      display: block;
      text-align: center;
   }
}
.service-btn {
   margin-bottom: 50px;
}
@media (max-width: 767px) {
   .service-btn {
      margin-bottom: 30px;
   }
}
.page-title {
   margin-top: -0.22em;
   font-size: 40px;
   margin-bottom: 20px;
}
.page-img {
   margin-bottom: 40px;
}
.page-img.service-img img {
   border-radius: 20px;
}
.ser-img img {
   border-radius: 20px;
}
.page-single {
   margin-bottom: 30px;
}
.service-process {
   border-right: 1px solid var(--gray-color);
   padding-right: 10px;
}
.service-process-wrap {
   background-color: var(--smoke-color2);
   border: 1px solid var(--border-color);
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   padding: 30px;
}
.service-process:last-child {
   border-right: none;
   padding-right: 0;
}
.service-process_icon {
   width: 60px;
   height: 60px;
   line-height: 60px;
   border: 1px solid rgba(223, 182, 141, 0.5);
   background-color: rgba(255, 255, 255, 0.5);
   font-size: 36px;
   text-align: center;
   border-radius: 50%;
   color: var(--theme-color);
   margin-bottom: 15px;
}
.service-process_text {
   font-size: 14px;
   margin-bottom: -0.5em;
}
@media (max-width: 1299px) {
   .page-title {
      font-size: 38px;
   }
}
@media (max-width: 1199px) {
   .page-title {
      font-size: 32px;
   }
   .service-process {
      border-right: none;
      padding-right: 0;
      text-align: center;
   }
   .service-process-wrap {
      grid-template-columns: repeat(1, 1fr);
      gap: 30px;
   }
   .service-process_icon {
      margin-left: auto;
      margin-right: auto;
   }
   .service-process_title {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .page-title {
      font-size: 28px;
   }
}
@media (max-width: 575px) {
   .page-title {
      font-size: 24px;
   }
}
@media (max-width: 375px) {
   .service-process-wrap {
      padding: 30px 12px;
   }
}
.service-item.style2 {
   position: relative;
   text-align: center;
   overflow: hidden;
   z-index: 2;
}
.service-item.style2 .service-item_img {
   position: relative;
   border-radius: 20px;
   overflow: hidden;
}
.service-item.style2 .service-item_img img {
   width: 100%;
   border-radius: 20px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.service-item.style2 .service-item_content {
   padding: 30px;
}
@media (max-width: 1199px) {
   .service-item.style2 .service-item_content {
      padding: 20px;
   }
}
.service-item.style2 .service-item_wrapp {
   position: absolute;
   inset: 0;
   background: rgba(255, 255, 255, 0.9);
   border-radius: 20px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}
.service-item.style2 .box-title {
   font-size: 30px;
   font-weight: 600;
   color: var(--theme-color);
   margin-bottom: 20px;
   margin-top: 0;
}
@media (max-width: 1199px) {
   .service-item.style2 .box-title {
      font-size: 24px;
   }
}
.service-item.style2 .service-text {
   margin-bottom: 22px;
}
.service-item.style2:hover .service-item_wrapp {
   opacity: 1;
   visibility: visible;
}
.service-item.style2:hover .service-item_img img {
   -webkit-transform: scale(1.08);
   -ms-transform: scale(1.08);
   transform: scale(1.08);
}
.th-slider-area {
   position: relative;
}
.th-slider-area .icon-box {
   position: absolute;
   top: 50%;
   right: -12.5%;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
@media (max-width: 1500px) {
   .th-slider-area .icon-box {
      display: none;
   }
}
.service-item2 {
   border-radius: 20px;
   background: var(--white-color);
   padding: 40px;
}
@media (max-width: 1199px) {
   .service-item2 {
      padding: 30px;
   }
}
.service-item2 .box-img {
   border-radius: 12px;
   margin-bottom: 30px;
}
.service-item2 .box-img img {
   border-radius: 12px;
   width: 100%;
}
.service-item2 .box-title {
   font-size: 24px;
}
@media (max-width: 1199px) {
   .service-item2 .box-title {
      font-size: 20px;
   }
}
.service-item2 .box-text {
   margin-bottom: 20px;
}
.service-item3 {
   border-radius: 20px;
   background: var(--white-color);
   box-shadow: 0px 4px 5.1px rgba(0, 0, 0, 0.08);
   padding: 40px;
}
@media (max-width: 1199px) {
   .service-item3 {
      padding: 30px;
   }
}
.service-item3 .box-img {
   position: relative;
   border-radius: 15px;
   margin-bottom: 30px;
   overflow: hidden;
}
.service-item3 .box-img img {
   border-radius: 15px;
   width: 100%;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.service-item3 .box-title {
   font-size: 24px;
   margin-bottom: 5px;
}
@media (max-width: 1199px) {
   .service-item3 .box-title {
      font-size: 20px;
   }
}
.service-item3 .box-text {
   margin-bottom: 20px;
}
.service-item3 .service-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.service-item3 .box-number {
   font-weight: 600;
   font-size: 74px;
   line-height: 74px;
   text-transform: uppercase;
   color: #6a7178;
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #6a7178;
}
@media (max-width: 375px) {
   .service-item3 .box-number {
      font-size: 54px;
      line-height: 54px;
   }
}
.service-item3 .th-btn {
   border: 2px solid #6a7178;
}
.service-item3 .th-btn:hover {
   border: 2px solid var(--theme-color);
}
.service-item3:hover .box-img img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.service-item3:hover .box-number {
   color: var(--theme-color);
   -webkit-text-stroke-color: var(--theme-color);
}
.service-item3:hover .th-btn {
   border: 2px solid var(--theme-color);
   background-color: var(--theme-color);
   color: var(--white-color);
}
.service-box2 {
   position: relative;
   z-index: 2;
   border-radius: 20px;
   background-color: var(--white-color);
   padding: 30px;
}
@media (max-width: 375px) {
   .service-box2 {
      padding: 14px;
   }
}
.service-box2 .service-img {
   border-radius: 14px;
   margin-bottom: 22px;
}
.service-box2 .service-img img {
   width: 100%;
   border-radius: 14px;
}
.service-box2 .service-content-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 20px;
}
.service-box2 .ser-wrapp {
   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: 5px;
}
.service-box2 .ser-wrapp i {
   color: #ffb800;
}
.service-box2 .ser-wrapp span {
   color: var(--body-color);
}
.service-box2 .ser-wrapp .rating {
   font-family: var(--title-font);
   font-weight: 600;
   color: var(--title-color);
}
.service-box2 .box-title {
   color: var(--title-color);
   margin-bottom: 0;
}
.service-box2 .box-title a {
   color: inherit;
}
.service-box2 .box-title img {
   margin-left: 15px;
}
.service-box2 .ser-profile {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 7px;
}
.service-box2 .ser-profile .avater {
   min-width: 46px;
}
.service-box2 .ser-profile .avater img {
   width: 46px;
   height: 46px;
   line-height: 46px;
   border-radius: 50%;
}
.service-box2 .ser-profile .box-title {
   font-weight: 600;
   font-size: 14px;
   text-transform: uppercase;
   color: #161921;
   margin-bottom: -0.4rem;
}
.service-box2 .ser-profile .box-desig {
   text-transform: uppercase;
}
.service-box2 .service-meta-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
   margin-bottom: 40px;
}
@media (max-width: 1199px) {
   .service-box2 .service-meta-wrapp {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
}
.service-box2 .service-meta-wrapp .service-meta {
   background: #f5f5f5;
   border-radius: 12px;
   display: block;
   padding: 10px 10px;
   width: 100%;
}
@media (max-width: 991px) {
   .service-box2 .service-meta-wrapp .service-meta {
      padding: 10px 8px;
   }
}
.service-box2 .service-meta-wrapp .service-meta span {
   font-family: var(--title-font);
   font-weight: 600;
   font-size: 18px;
   text-align: center;
   color: var(--title-color);
   display: block;
   margin-bottom: 0;
}
.service-box2 .service-meta-wrapp .service-meta .text {
   font-size: 16px;
   font-weight: 400;
   margin-top: -0.3rem;
}
@media (max-width: 1299px) {
   .service-box2 .service-meta-wrapp .service-meta .text {
      font-size: 14px;
   }
}
.service-box2 .instructor-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.available-list ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
.available-list li {
   position: relative;
   font-family: var(--body-font);
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   margin-bottom: 8px;
   padding-left: 30px;
   text-transform: capitalize;
   color: var(--body-color);
}
.available-list li:last-child {
   margin-bottom: 0;
}
.available-list li:after {
   content: "\f00c";
   font-family: var(--icon-font);
   font-weight: 600;
   color: var(--theme-color);
   font-size: 1.1em;
   vertical-align: text-top;
   position: absolute;
   top: 1px;
   left: 0;
}
.available-list li.unavailable {
   color: var(--gray-color);
}
.available-list li.unavailable:after {
   content: "\f00c";
   right: 4px;
   color: var(--gray-color);
}
.price-card {
   position: relative;
   background-color: var(--white-color);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 20px;
   padding: 40px;
   overflow: hidden;
}
@media (max-width: 991px) {
   .price-card {
      padding: 30px;
   }
}
@media (max-width: 375px) {
   .price-card {
      padding: 20px;
   }
}
.price-card_title {
   position: relative;
   background-color: var(--theme-color);
   font-family: var(--style-font);
   font-weight: 400;
   font-size: 30px;
   line-height: 40px;
   color: var(--white-color);
   text-transform: capitalize;
   min-width: 347px;
   min-height: 56px;
   margin-left: -40px;
   padding: 8px 40px;
   margin-bottom: 33px;
   margin-top: 0;
   -webkit-clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
   clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
}
@media (max-width: 375px) {
   .price-card_title {
      min-width: 100%;
      max-width: 260px;
   }
}
.price-card_price {
   font-weight: 700;
   font-size: 44px;
   line-height: 54px;
   color: var(--title-color);
   position: relative;
   display: block;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
   max-width: fit-content;
   padding: 0 30px;
   margin-bottom: 26px;
}
.price-card_price .currency {
   font-weight: 700;
   font-size: 44px;
   line-height: 54px;
   font-family: var(--body-font);
   position: absolute;
   top: 0px;
   left: 0px;
   right: auto;
   color: var(--theme-color);
}
.price-card_price .duration {
   font-size: 16px;
   font-weight: 500;
   color: var(--title-color);
   margin-bottom: 0;
   position: absolute;
   bottom: -10px;
   white-space: nowrap;
}
.price-card_text {
   padding-bottom: 25px;
   margin-bottom: 28px;
   border-bottom: 1px solid var(--theme-color);
   text-align: center;
}
.price-card .th-btn {
   width: 100%;
   background-color: var(--title-color);
}
.price-card .th-btn:hover {
   background-color: var(--theme-color);
}
.price-card.active .th-btn {
   background-color: var(--theme-color);
}
.price-card.active .th-btn:hover {
   background-color: var(--title-color);
}
.price-btn {
   margin-top: 33px;
}
@media (max-width: 1299px) {
   .price-card_title img {
      max-width: 70px;
   }
}
.price-card.style2 {
   padding: 0 40px 40px 40px;
}
@media (max-width: 375px) {
   .price-card.style2 {
      padding: 0 30px 30px 30px;
   }
}
.price-card .box-title {
   background-color: var(--theme-color);
   padding: 16px 0;
   text-align: center;
   margin: 0 -40px;
   font-family: var(--style-font);
   font-size: 30px;
   color: var(--white-color);
   font-weight: 400;
   margin-bottom: 30px;
}
.price-card .discount {
   background: #fde5ea;
   border-radius: 20px;
   padding: 4px 10px;
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;
   color: var(--theme-color);
   display: inline-block;
   margin-bottom: 30px;
}
.price-card .th-btn {
   background-color: transparent;
   border: 1px solid #6a7178;
   color: var(--title-color);
   margin-bottom: 35px;
}
.price-card .th-btn:hover {
   background-color: var(--title-color);
   color: var(--white-color);
}
.price-card.active .th-btn {
   border-color: var(--theme-color);
   color: var(--white-color);
}
.price-card.active .th-btn:hover {
   background-color: transparent;
   border-color: var(--title-color);
}
.price-card .available-list li.unavailable {
   color: var(--body-color);
}
.price-card .available-list li.unavailable:after {
   content: "\f00d";
   right: 4px;
   color: var(--theme-color);
}
.price-card.style3 {
   background: #ffffff;
   border: 1px solid #6a7178;
   border-radius: 20px;
   padding: 0 40px 40px 40px;
}
@media (max-width: 375px) {
   .price-card.style3 {
      padding: 0 30px 30px 30px;
   }
}
.price-card.style3 .box-title {
   background-color: var(--title-color);
   padding: 30px 0;
   height: 101px;
   text-align: center;
   margin: 0 -40px;
   margin-top: -2px;
   font-family: var(--style-font);
   font-size: 30px;
   color: var(--white-color);
   font-weight: 400;
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-size: cover;
   mask-size: cover;
   -webkit-mask-position: 100% 100%;
   mask-position: 100% 100%;
}
.price-card.style3 .discount {
   background: #fde5ea;
   border-radius: 20px;
   padding: 4px 10px;
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;
   color: var(--theme-color);
   display: inline-block;
   margin-bottom: 30px;
}
.price-card.style3 .th-btn {
   font-weight: 600;
   margin-bottom: 0;
}
.price-card.style3.active {
   border: 1px solid var(--theme-color);
}
.price-card.style3.active .box-title {
   background-color: var(--theme-color);
}
.price-card.style3.active .th-btn {
   border-color: var(--theme-color);
   color: var(--white-color);
}
.price-card.style3.active .th-btn:hover {
   background-color: transparent;
   border-color: var(--title-color);
}
.price-card.style3 .available-list li.unavailable {
   color: var(--body-color);
}
.price-card.style3 .available-list li.unavailable:after {
   content: "\f00d";
   right: 4px;
   color: var(--theme-color);
}
.dance-classes-three {
   position: relative;
   padding-top: 220px !important;
   margin-top: -100px;
}
.couple-card {
   background-color: var(--white-color);
   box-shadow: 0px 6px 20px rgba(229, 229, 229, 0.8);
   border-radius: 20px;
   padding: 30px;
}
@media (max-width: 1500px) {
   .couple-card {
      margin: 0;
   }
}
.couple-card.style2 {
   margin: 0;
}
@media (max-width: 1199px) {
   .couple-card.style2 {
      padding: 20px;
   }
   .couple-card.style2 .couple-card_title {
      font-size: 20px;
      line-height: 26px;
   }
}
@media (max-width: 1299px) {
   .couple-card.style3 {
      padding: 25px;
   }
   .couple-card.style3 .couple-card_title {
      font-size: 20px;
      line-height: 26px;
   }
   .couple-card.style3 .couple-card_text {
      font-size: 14px;
      line-height: 26px;
   }
}
.couple-card_img {
   position: relative;
   overflow: hidden;
   border-radius: 20px;
}
.couple-card_img img {
   width: 100%;
   border-radius: 20px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.couple-card_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   margin: 20px 0 13px 0;
}
@media (max-width: 375px) {
   .couple-card_title {
      font-size: 20px;
   }
}
.couple-card_title a {
   color: inherit;
}
.couple-card_title a:hover {
   color: var(--theme-color);
}
.couple-card_shape {
   margin-bottom: 20px;
}
.couple-card_date,
.couple-card_time {
   display: block;
}
.couple-card_time {
   margin-bottom: 15px;
}
.couple-card_text {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   margin-bottom: 23px;
}
.couple-card_flower {
   margin-bottom: -85px;
   margin-top: 26px;
}
.couple-card:hover .couple-card_img img {
   -webkit-transform: scale(1.08);
   -ms-transform: scale(1.08);
   transform: scale(1.08);
}
.couple-box {
   position: relative;
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 30px;
}
.couple-box:hover .couple-box_content:after {
   border-color: var(--theme-color-2);
}
.couple-box:hover .couple-box_content .th-btn.gold-border-btn {
   color: var(--white-color);
   background-color: var(--theme-color-2);
   border: 1px solid var(--theme-color-2);
}
.couple-box_img {
   border-radius: 20px;
}
.couple-box_img img {
   border-radius: 20px;
}
.couple-box_content {
   background-color: var(--white-color);
   padding: 30px 30px 30px 65px;
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   position: absolute;
   top: 22%;
   right: 30px;
   border-radius: 20px 20px 20px 20px;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-position: center;
   -webkit-mask-size: 100% 100%;
   mask-size: 100% 100%;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.couple-box_content:after {
   content: "";
   position: absolute;
   bottom: 0;
   border-bottom: 6px solid var(--gray-color);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   width: 100%;
   height: 100%;
   left: 0;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.couple-box_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   color: var(--title-color);
   margin-bottom: 13px;
}
.couple-box_title a {
   color: inherit;
}
.couple-box_text {
   max-width: 265px;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--body-color);
   margin-bottom: 23px;
}
.couple-box.left {
   text-align: right;
}
.couple-box.left .couple-box_text {
   margin-left: auto;
}
.frame-box1 {
   position: relative;
   text-align: center;
}
.frame-box1 .img1 {
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   width: 100%;
   text-align: center;
   padding: 18px 52px;
}
.frame-box1 .img1 img {
   border-radius: 999px;
}
@media (max-width: 1500px) {
   .couple-box {
      width: 466px;
   }
}
@media (max-width: 1199px) {
   .couple-box {
      width: 100%;
   }
   .couple-box_title {
      font-size: 32px;
   }
}
@media (max-width: 1199px) {
   .couple-box {
      padding: 30px 15px;
      background-position: left center;
   }
   .couple-box.left {
      background-position: right center;
   }
}
@media (max-width: 991px) {
   .couple-box.style2 {
      text-align: center;
   }
   .couple-box.style2 .couple-box_text {
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
   }
}
@media (max-width: 375px) {
   .frame-box1 .img1 {
      padding: 12px 40px;
   }
}
.countdown-sec1 {
   position: relative;
   z-index: 5;
}
.countdown-area {
   max-width: 1068px;
   display: block;
   margin: auto;
}
.countdown-area .title-area {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 30px;
}
@media (max-width: 991px) {
   .countdown-area .title-area {
      display: block;
   }
}
.countdown-area .title-area .sec-title {
   text-align: right;
}
@media (max-width: 991px) {
   .countdown-area .title-area .sec-title {
      text-align: left;
   }
}
@media (max-width: 767px) {
   .countdown-area .title-area .sec-title {
      text-align: center;
   }
}
.sec-text2 {
   max-width: 430px;
}
@media (max-width: 767px) {
   .sec-text2 {
      text-align: center;
      display: block;
      margin: auto;
   }
}
.timer-counter {
   padding: 0;
   display: grid;
   grid-template-columns: auto auto auto auto;
   text-align: center;
   margin-bottom: 55px;
}
@media (max-width: 767px) {
   .timer-counter {
      grid-template-columns: auto auto;
   }
}
.timer-counter li {
   position: relative;
   list-style: none;
}
.timer-counter li:not(:last-child):before {
   content: ":";
   position: absolute;
   right: -4%;
   top: 24%;
   font-size: 55px;
   color: #001d79;
   font-weight: 700;
}
@media (max-width: 767px) {
   .timer-counter li:not(:last-child):before {
      display: none;
   }
}
.timer-counter li .count-number {
   font-weight: 600;
   font-size: 64px;
   line-height: 44px;
   text-transform: capitalize;
   color: var(--white-color);
}
@media (max-width: 575px) {
   .timer-counter li .count-number {
      font-size: 44px;
      line-height: 44px;
   }
}
.timer-counter li .count-name {
   font-family: var(--title-font);
   font-weight: 600;
   font-size: 16px;
   line-height: 54px;
   text-transform: uppercase;
   color: #001d79;
}
.newsletter-form.style2 {
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   max-width: 610px;
   margin: auto;
}
@media (max-width: 375px) {
   .newsletter-form.style2 .th-btn {
      min-width: 100%;
   }
}
.gallery-row {
   --bs-gutter-y: 1.5rem;
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1300px) {
   .gallery-row .col-xl-auto {
      width: auto;
   }
}
.gallery-card {
   position: relative;
}
.gallery-card .gallery-img {
   position: relative;
   border-radius: 20px;
   height: 265px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.gallery-card .gallery-img:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   border-radius: 20px;
   background-color: rgba(22, 25, 33, 0.6);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   visibility: hidden;
   opacity: 0;
}
.gallery-card .gallery-img img {
   border-radius: 20px;
   width: 100%;height: 100%;
   object-fit: cover;
   object-position: top;
}
.gallery-card .gallery-overlay {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-size: 100% 100%;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   visibility: hidden;
   opacity: 0;
}
.gallery-card .icon-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   margin: 20px 0 0 -28px;
   background-color: var(--theme-color);
   color: var(--white-color);
   border: 1px solid #ffffff;
   border-radius: 12px;
   width: 46px;
   height: 46px;
   line-height: 46px;
   font-size: 20px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   visibility: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
}
.gallery-card .icon-btn:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.gallery-card2 {
   position: relative;
}
.gallery-card2 .gallery-img {
   position: relative;
   border-radius: 20px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.gallery-card2 .gallery-img:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   border-radius: 20px;
   background-color: var(--title-color);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   visibility: hidden;
   opacity: 0;
}
.gallery-card2 .gallery-img img {
   width: 100%;
   border-radius: 20px;
}
.gallery-card2 .gallery-content {
   position: absolute;
   bottom: 30%;
   left: 50%;
   -webkit-transform: translate(-50%, 50%);
   -ms-transform: translate(-50%, 50%);
   transform: translate(-50%, 50%);
   text-align: center;
   opacity: 0;
   visibility: hidden;
   width: 70%;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.gallery-card2 .icon-btn {
   --btn-size: 40px;
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
	margin: 0 auto;
   margin-bottom: 30px;
}
.gallery-card2 .box-title {
   color: var(--white-color);
   margin-bottom: 0;
}
.gallery-card2 .box-text {
   color: var(--theme-color-2);
}
.gallery-card2:hover .gallery-img:before {
   opacity: 0.8;
   visibility: visible;
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
}
.gallery-card2:hover .gallery-content {
   bottom: 50%;
   opacity: 1;
   visibility: visible;
}
.filter-item .gallery-card:hover .icon-btn {
   margin: -28px 0 0 -28px;
   visibility: visible;
   opacity: 1;
}
.filter-item .gallery-card:hover .gallery-img:before {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
   visibility: visible;
   opacity: 1;
}
.filter-item .gallery-card:hover .gallery-overlay {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
   visibility: visible;
   opacity: 1;
}
.filter-menu {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 10px 10px;
   margin-top: 22px;
   position: relative;
}
@media (max-width: 991px) {
   .filter-menu {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 0 30px 0;
   }
}
.filter-menu button {
   border: none;
   padding: 0;
   margin-bottom: 5px;
   background-color: transparent;
   padding: 10px 30px;
   border: 1px solid #d4d4d4;
   border-radius: 10px;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   color: var(--title-color);
   position: relative;
}
@media (max-width: 1199px) {
   .filter-menu button {
      padding: 10px 20px;
   }
}
.filter-menu button.active,
.filter-menu button:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
   border-color: var(--theme-color);
}
.filter-menu .indicator {
   position: absolute;
   height: 12px;
   background-image: url("../img/theme-img/button_shape.html");
   background-size: 100% 100%;
   background-repeat: no-repeat;
   width: calc(var(--width-set) + 24px);
   left: calc(var(--pos-x) - 12px);
   top: calc(var(--pos-y) + 20px);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
@media (max-width: 1299px) {
   .gallery-card .gallery-img img {
      width: 100%;
   }
}
@media (max-width: 1199px) {
   .filter-menu {
      gap: 8px;
   }
}
.gallery-box {
   position: relative;
   --space: 40px;
}
.gallery-box.style2 {
   --space: 30px;
   overflow: hidden;
}
.gallery-box.style2 .icon-btn {
   position: absolute;
   top: 40px;
   right: 40px;
   background-color: transparent;
   border: none;
   --btn-size: auto;
   --btn-font-size: 20px;
   color: var(--white-color);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.gallery-box.style2 .box-text {
   text-transform: capitalize;
   font-size: 14px;
}
.gallery-box.style2 .box-title {
   margin-bottom: 5px;
}
.gallery-box.style2:hover .icon-btn {
   opacity: 1;
   visibility: visible;
}
.gallery-box.style3 {
   --space: 30px;
}
.gallery-box.style3 .gallery-img:before {
   background: var(--title-color);
}
.gallery-box.style3 .gallery-content {
   background-color: var(--white-color);
   border-radius: 10px;
   padding: 0 30px 30px;
   text-align: center;
}
.gallery-box.style3 .icon-btn {
   background-color: var(--theme-color);
   border: none;
   --btn-size: 40px;
   --btn-font-size: 20px;
   color: var(--white-color);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: translateY(-20px);
   -ms-transform: translateY(-20px);
   transform: translateY(-20px);
}
.gallery-box.style3 .box-title {
   color: var(--title-color);
   margin-top: -0.3rem;
}
.gallery-box.style3 .box-text {
   text-transform: capitalize;
   font-size: 14px;
   color: var(--theme-color);
}
.gallery-box.style3:hover .gallery-img:before {
   opacity: 0.8;
}
.gallery-box.style3:hover .icon-btn {
   opacity: 1;
   visibility: visible;
}
.gallery-box .gallery-img {
   border-radius: 20px;
}
.gallery-box .gallery-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 20px;
}
.gallery-box .gallery-img:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   height: 0%;
   width: 100%;
   border-radius: 20px;
   background: rgba(107, 42, 230, 0.5);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   visibility: hidden;
   opacity: 0;
}
.gallery-box .gallery-content {
   position: absolute;
   left: var(--space);
   bottom: var(--space);
   width: calc(100% - var(--space) * 2);
   -webkit-transform: translateY(50px);
   -ms-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   opacity: 0;
   visibility: hidden;
}
.gallery-box .box-title {
   margin: 0;
   font-size: 24px;
   font-weight: 600;
   color: var(--white-color);
}
.gallery-box .box-text {
   color: var(--white-color);
   font-size: 14px;
   line-height: 14px;
   text-transform: uppercase;
   margin-bottom: -0.1rem;
}
.gallery-box:hover .gallery-content {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.gallery-box:hover .gallery-img:before {
   height: 100%;
   visibility: visible;
   opacity: 1;
}
.gallery-slider-5 {
   position: relative;
   padding: 0 11px 0 20px;
   height: 419px;
}
@media (max-width: 1399px) {
   .gallery-slider-5 {
      padding: 0;
   }
}
@media (max-width: 767px) {
   .gallery-slider-5 {
      padding: 0;
   }
}
.gallery-slider-5 .slick-list {
   padding: 0 300px 0 0px !important;
}
@media (max-width: 1500px) {
   .gallery-slider-5 .slick-list {
      padding: 0 326px 0 0px !important;
   }
}
@media (max-width: 1399px) {
   .gallery-slider-5 .slick-list {
      padding: 0 10px 0 0px !important;
   }
}
@media (max-width: 1199px) {
   .gallery-slider-5 .slick-list {
      padding: 0 0px 0 0px !important;
   }
}
.gallery-slider-5 .slick-slide {
   -webkit-transition: 0.4s;
   transition: 0.4s;
   height: 360px;
   margin-top: 30px;
}
.gallery-slider-5 .slick-slide .gallery-img {
   height: 360px;
}
.gallery-slider-5 .slick-slide.slick-current {
   width: 600px !important;
   height: 419px;
   margin-top: 0;
}
@media (max-width: 1399px) {
   .gallery-slider-5 .slick-slide.slick-current {
      width: 540px !important;
   }
}
@media (max-width: 1199px) {
   .gallery-slider-5 .slick-slide.slick-current {
      width: 500px !important;
   }
}
@media (max-width: 991px) {
   .gallery-slider-5 .slick-slide.slick-current {
      width: 490px !important;
   }
}
@media (max-width: 575px) {
   .gallery-slider-5 .slick-slide.slick-current {
      width: 570px !important;
   }
}
@media (max-width: 480px) {
   .gallery-slider-5 .slick-slide.slick-current {
      width: 420px !important;
   }
}
@media (max-width: 375px) {
   .gallery-slider-5 .slick-slide.slick-current {
      width: 370px !important;
   }
}
@media (max-width: 320px) {
   .gallery-slider-5 .slick-slide.slick-current {
      width: 330px !important;
   }
}
.gallery-slider-5 .slick-slide.slick-current .gallery-img {
   height: 419px;
}
.gallery-slider-7 {
   padding: 0 30px;
   height: 419px;
   overflow: hidden;
}
@media (max-width: 767px) {
   .gallery-slider-7 {
      padding: 0;
   }
}
.gallery-slider-7 .slick-list {
   padding: 0 730px !important;
}
@media (max-width: 1799px) {
   .gallery-slider-7 .slick-list {
      padding: 0 530px !important;
   }
}
@media (max-width: 1399px) {
   .gallery-slider-7 .slick-list {
      padding: 0 330px !important;
   }
}
@media (max-width: 991px) {
   .gallery-slider-7 .slick-list {
      padding: 0 100px !important;
   }
}
@media (max-width: 767px) {
   .gallery-slider-7 .slick-list {
      padding: 0 0px !important;
   }
}
.gallery-slider-7 .slick-slide {
   -webkit-transition: 0.4s;
   transition: 0.4s;
   height: 360px;
   margin-top: 30px;
}
.gallery-slider-7 .slick-slide .gallery-img {
   height: 360px;
}
.gallery-slider-7 .slick-slide.slick-current {
   width: 600px !important;
   height: 419px;
   margin-top: 0;
}
@media (max-width: 575px) {
   .gallery-slider-7 .slick-slide.slick-current {
      width: 500px !important;
   }
}
@media (max-width: 480px) {
   .gallery-slider-7 .slick-slide.slick-current {
      width: 400px !important;
   }
}
@media (max-width: 375px) {
   .gallery-slider-7 .slick-slide.slick-current {
      width: 300px !important;
   }
}
.gallery-slider-7 .slick-slide.slick-current .gallery-img {
   height: 419px;
}
.gallery-box.style4 {
   --space: 0px;
}
.gallery-box.style4 .gallery-img {
   border-radius: 20px;
}
.gallery-box.style4 .gallery-img img {
   border-radius: 20px;
}
.gallery-box.style4 .gallery-img:before {
   background: var(--title-color);
}
.gallery-box.style4 .icon-btn {
   background-color: var(--theme-color);
   border: none;
   position: absolute;
   top: 50%;
   left: 50%;
   --btn-size: 56px;
   --btn-font-size: 20px;
   color: var(--white-color);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.gallery-box.style4 .icon-btn:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.gallery-box.style4:hover .gallery-img:before {
   opacity: 0.6;
}
.gallery-box.style4:hover .icon-btn {
   opacity: 1;
   visibility: visible;
}
.sidebar-gallery-area {
   position: relative;
   overflow: hidden;
   z-index: 3;
}
@media (max-width: 1500px) {
   .sidebar-gallery-area {
      margin: 0px 50px;
   }
}
@media (max-width: 1299px) {
   .sidebar-gallery-area {
      margin: 0 15px;
   }
}
.sidebar-gallery-area .gallery-thumb {
   overflow: hidden;
   position: relative;
}
.sidebar-gallery-area .gallery-thumb img {
   width: 100%;
   height: 100%;
}
.sidebar-gallery-area .gallery-thumb:hover:before {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
}
.sidebar-gallery-area .gallery-thumb:hover .gallery-btn {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.sidebar-gallery-area .gallery-thumb:before {
   content: "";
   height: 100%;
   width: 100%;
   opacity: 0.800000011920929;
   background: var(--theme-color);
   position: absolute;
   inset: 0;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.sidebar-gallery-area .gallery-thumb .gallery-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   color: var(--white-color);
   display: block;
   margin: 0 auto;
   font-size: 25px;
   text-align: center;
   visibility: hidden;
   opacity: 0;
   -webkit-transform: translate(-50%, 20px);
   -ms-transform: translate(-50%, 20px);
   transform: translate(-50%, 20px);
   z-index: 1;
}
.gallery-card3 {
   position: relative;
   text-align: center;
}
.gallery-card3 .gallery-img {
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.gallery-card3 .gallery-img:after {
   content: "";
   position: absolute;
   inset: 0;
   background: var(--theme-color);
   mix-blend-mode: normal;
   opacity: 0;
   border-radius: 20px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-transform: scale(0.3);
   -ms-transform: scale(0.3);
   transform: scale(0.3);
}
.gallery-card3 .gallery-img img {
   width: 100%;
   border-radius: 20px;
}
.gallery-card3 .shape {
   position: absolute;
   inset: 30px;
   border: 1px solid var(--white-color);
   z-index: 2;
   border-radius: 12px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
}
@media (max-width: 991px) {
   .gallery-card3 .shape {
      inset: 20px;
   }
}
@media (max-width: 375px) {
   .gallery-card3 .shape {
      inset: 10px;
   }
}
.gallery-card3 .gallery-content {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   mix-blend-mode: normal;
   border-radius: 12px;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   visibility: hidden;
   opacity: 0;
   z-index: 3;
   -webkit-transform: translateY(40px);
   -ms-transform: translateY(40px);
   transform: translateY(40px);
}
.gallery-card3 .icon-btn {
   background-color: var(--white-color);
   border-radius: 50%;
   border: none;
   --btn-size: 56px;
   color: var(--theme-color);
   font-size: 18px;
   margin-bottom: 25px;
}
.gallery-card3 .icon-btn:hover {
   background-color: var(--title-color);
   color: var(--white-color);
}
.gallery-card3 .gallery-subtitle {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--white-color);
   margin-bottom: 0;
}
.gallery-card3 .box-title {
   font-weight: 600;
   text-transform: capitalize;
   color: var(--white-color);
   margin-bottom: 0px;
}
.gallery-card3 .box-title a {
   color: inherit;
}
.gallery-card3:hover .gallery-img:after {
   opacity: 0.89;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}
.gallery-card3:hover .shape {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
}
.gallery-card3:hover .gallery-content {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.gallery-slider-10 {
   height: 420px;
   overflow: hidden;
   margin: 0 -30px;
}
@media (max-width: 375px) {
   .gallery-slider-10 {
      margin: 0;
   }
}
.gallery-slider-10 .slick-slide {
   -webkit-transition: 0.4s;
   transition: 0.4s;
   height: 320px;
   margin-top: 50px;
}
.gallery-slider-10 .slick-slide .gallery-img {
   height: 320px;
}
.gallery-slider-10 .slick-slide .gallery-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.gallery-slider-10 .slick-slide.slick-current {
   width: 600px !important;
   height: 420px;
   margin-top: 0;
}
@media (max-width: 575px) {
   .gallery-slider-10 .slick-slide.slick-current {
      width: 500px !important;
   }
}
@media (max-width: 480px) {
   .gallery-slider-10 .slick-slide.slick-current {
      width: 400px !important;
   }
}
@media (max-width: 375px) {
   .gallery-slider-10 .slick-slide.slick-current {
      width: 300px !important;
   }
}
.gallery-slider-10 .slick-slide.slick-current .gallery-img {
   height: 420px;
}
.gallery-area10 {
   padding-top: 220px;
}
.gallery-slider-11 {
   height: 593px;
   overflow: hidden;
   margin: 0 -30px;
}
@media (max-width: 375px) {
   .gallery-slider-11 {
      margin: 0;
   }
}
.gallery-slider-11 .slick-slide {
   -webkit-transition: 0.4s;
   transition: 0.4s;
   height: 534px;
   margin-top: 30px;
}
.gallery-slider-11 .slick-slide .gallery-img {
   height: 533px;
}
.gallery-slider-11 .slick-slide .gallery-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.gallery-slider-11 .slick-slide.slick-current {
   width: 386px !important;
   height: 593px;
   margin-top: 0;
}
@media (max-width: 375px) {
   .gallery-slider-11 .slick-slide.slick-current {
      width: 300px !important;
   }
}
.gallery-slider-11 .slick-slide.slick-current .gallery-img {
   height: 593px;
}
.gallery-box {
   position: relative;
}
.gallery-box.style5 {
   --space: 40px;
   overflow: hidden;
}
.gallery-box.style5 .gallery-img {
   position: relative;
   overflow: hidden;
}
.gallery-box.style5 .gallery-img:before {
   background: rgba(22, 25, 33, 0.8);
}
.gallery-box.style5 .icon-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   background-color: var(--theme-color);
   border: none;
   --btn-size: 56px;
   --btn-font-size: 20px;
   color: var(--white-color);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.gallery-box.style5 .icon-btn:hover {
   background-color: var(--white-color);
   color: var(--theme-color);
}
.gallery-box.style5 .box-text {
   font-family: var(--title-font);
   color: var(--white-color);
   text-transform: capitalize;
   font-size: 14px;
}
.gallery-box.style5 .box-title {
   font-size: 24px;
   margin-bottom: 5px;
}
.gallery-box.style5:hover .icon-btn {
   opacity: 1;
   visibility: visible;
}
.event-sec {
   position: relative;
   border-radius: 20px;
   margin: 0 100px;
   padding: 0 50px;
   z-index: 9;
}
@media (max-width: 991px) {
   .event-sec {
      margin: 0;
      padding: 0;
   }
}
.event-slide2 .slick-arrow {
   color: var(--theme-color);
}
@media (max-width: 1399px) {
   .event-slide2 .slick-arrow {
      display: none !important;
   }
}
.event-slide2 .slick-arrow:hover {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--white-color);
}
.event-slide2 .slick-current.slick-active .event-card_list {
   bottom: 40px;
   opacity: 1;
   visibility: visible;
}
@media (max-width: 375px) {
   .event-slide2 .slick-current.slick-active .event-card_list {
      bottom: 10px;
   }
}
.event-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 50px;
}
@media (max-width: 1500px) {
   .event-wrapper {
      margin-bottom: 30px;
   }
}
@media (max-width: 767px) {
   .event-wrapper {
      display: block;
      text-align: center;
   }
}
.event-card {
   position: relative;
   --space: 40px;
}
@media (max-width: 991px) {
   .event-card {
      --space: 20px;
   }
}
@media (max-width: 375px) {
   .event-card {
      --space: 20px;
   }
}
.event-card.style2 {
   margin-right: 30px;
}
@media (max-width: 991px) {
   .event-card.style2 {
      margin-right: 0;
   }
}
.event-card.style2 .event-card_img img {
   margin-left: -35%;
}
@media (max-width: 991px) {
   .event-card.style2 .event-card_img img {
      margin-left: 0;
   }
}
.event-card.style2 .event-card_list {
   padding: 10px;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   position: absolute;
   left: -29%;
   bottom: 40px;
   height: auto;
   width: calc(100% - var(--space) * 2);
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   opacity: 0;
   visibility: hidden;
}
@media (max-width: 991px) {
   .event-card.style2 .event-card_list {
      left: 3%;
   }
}
@media (max-width: 767px) {
   .event-card.style2 .event-card_list {
      left: 4%;
   }
}
@media (max-width: 575px) {
   .event-card.style2 .event-card_list {
      display: block;
      left: 5%;
   }
}
@media (max-width: 375px) {
   .event-card.style2 .event-card_list {
      left: 6%;
      bottom: -10px;
   }
}
.event-card.style2 .event-card_date {
   font-size: 25px;
   max-width: 80px;
   height: 80px;
}
@media (max-width: 575px) {
   .event-card.style2 .event-card_date {
      max-width: 50%;
      height: 50px;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
   }
}
.event-card.style2 .event-card_text {
   margin-bottom: 0;
   margin-left: -60px;
}
@media (max-width: 1199px) {
   .event-card.style2 .event-card_text {
      margin-left: 0;
   }
}
@media (max-width: 575px) {
   .event-card.style2 .event-card_text {
      margin-bottom: 10px;
   }
}
.event-card.style2 .event-card_btn {
   margin-right: 17px;
}
@media (max-width: 1199px) {
   .event-card.style2 .event-card_btn {
      margin-right: 0;
   }
}
.event-card_list {
   background: var(--white-color);
   border: 1px solid var(--white-color);
   border-radius: 10px;
   padding: 10px;
   margin-top: 10px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 30px;
}
@media (max-width: 991px) {
   .event-card_list {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
}
@media (max-width: 767px) {
   .event-card_list {
      gap: 20px;
   }
}
@media (max-width: 575px) {
   .event-card_list {
      display: block;
      text-align: center;
   }
}
.event-card_date {
   background: var(--theme-color);
   border-radius: 10px;
   padding: 11px;
   font-family: var(--title-font);
   color: var(--white-color);
   font-weight: 700;
   font-size: 36px;
   line-height: 26px;
   text-align: center;
   display: inline-block;
   text-transform: uppercase;
   max-width: 80px;
   height: 80px;
}
@media (max-width: 767px) {
   .event-card_date {
      font-size: 25px;
      max-width: 50px;
      height: 80px;
   }
}
@media (max-width: 575px) {
   .event-card_date {
      margin-bottom: 10px;
   }
}
.event-card_month {
   font-family: var(--title-font);
   font-weight: 600;
   color: var(--white-color);
   font-size: 20px;
   line-height: 26px;
   text-align: center;
   text-transform: uppercase;
}
@media (max-width: 767px) {
   .event-card_month {
      font-size: 16px;
   }
}
.event-card_img img {
   width: 100%;
   border-radius: 20px;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.event-card_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   margin: 20px 0 5px 0;
}
.event-card_title a {
   color: inherit;
}
.event-card_title a:hover {
   color: var(--theme-color);
}
.event-card_shape {
   margin-bottom: 20px;
}
.event-card_date,
.event-card_time {
   display: block;
}
.event-card_time {
   margin-bottom: 15px;
}
.event-card_text {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   margin-bottom: 23px;
}
@media (max-width: 375px) {
   .event-card_text {
      font-size: 14px;
   }
}
.event-card_flower {
   margin-bottom: -85px;
   margin-top: 26px;
}
.event-img-sec {
   height: 600px;
   margin-bottom: -310px;
}
@media (max-width: 1199px) {
   .event-card_title {
      font-size: 26px;
   }
}
@media (max-width: 1199px) {
   .event-img-sec {
      height: 400px;
      margin-bottom: -180px;
   }
}
.event-box {
   position: relative;
   background-color: var(--white-color);
   border-radius: 20px;
   padding: 60px;
   max-width: 699px;
   min-height: 582px;
   display: block;
   margin: auto 0 0 auto;
}
@media (max-width: 1199px) {
   .event-box {
      margin: auto;
   }
}
@media (max-width: 1024px) {
   .event-box {
      padding: 30px;
      min-height: 100%;
      max-width: 100%;
   }
}
.event-box_wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 767px) {
   .event-box_wrapper {
      display: block;
      text-align: center;
   }
}
.event-box_list {
   background: var(--smoke-color);
   border: 1px solid #d4d4d4;
   border-radius: 10px;
   padding: 10px;
   margin-bottom: 10px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 30px;
}
@media (max-width: 1024px) {
   .event-box_list {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
}
@media (max-width: 767px) {
   .event-box_list {
      gap: 20px;
   }
}
@media (max-width: 575px) {
   .event-box_list {
      display: block;
      text-align: center;
   }
}
.event-box_list .th-btn.style3 {
   background-color: transparent;
   border: 1px solid #d4d4d4;
   color: #525960;
   padding: 10px 21px;
}
.event-box_list .th-btn.style3:hover {
   color: var(--white-color);
   border: 1px solid var(--theme-color);
}
.event-box_date {
   background: var(--theme-color);
   border-radius: 10px;
   padding: 11px;
   font-family: var(--title-font);
   color: var(--white-color);
   font-weight: 700;
   font-size: 36px;
   line-height: 26px;
   text-align: center;
   display: inline-block;
   text-transform: uppercase;
   max-width: 80px;
   min-height: 80px;
}
@media (max-width: 767px) {
   .event-box_date {
      font-size: 20px;
      max-width: 50px;
      min-height: 50px;
      border-radius: 5px;
   }
}
@media (max-width: 575px) {
   .event-box_date {
      margin-bottom: 10px;
      max-width: 100%;
      padding: 10px 30px;
   }
}
.event-box_month {
   font-family: var(--title-font);
   font-weight: 600;
   color: var(--white-color);
   font-size: 20px;
   line-height: 26px;
   text-align: center;
   text-transform: uppercase;
}
@media (max-width: 767px) {
   .event-box_month {
      font-size: 14px;
   }
}
.event-box_img {
   margin-bottom: 25px;
}
.event-box_img img {
   width: 100%;
}
.event-box_title {
   margin-bottom: 0;
}
.event-box_text {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   text-transform: capitalize;
   color: var(--black-color);
   margin-bottom: 0;
   padding-right: 30px;
}
@media (max-width: 991px) {
   .event-box_text {
      padding-right: 0;
   }
}
@media (max-width: 767px) {
   .event-box_text {
      font-size: 14px;
   }
}
@media (max-width: 575px) {
   .event-box_text {
      margin-bottom: 10px;
   }
}
.event-box_subtitle {
   display: block;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 8px;
}
.event-box .icon-btn {
   --btn-size: 50px;
   position: absolute;
   bottom: 7px;
   right: 0;
   border-color: var(--theme-color);
   background-color: var(--white-color);
   color: var(--body-color);
}
.event-box .icon-btn:hover {
   background-color: var(--theme-color);
   color: var(--white-color);
}
@media (max-width: 767px) {
   .event-btn.style1 {
      margin-bottom: 20px;
      position: relative;
      right: 0;
   }
}
@media (max-width: 767px) {
   .event-btn {
      margin-top: 20px;
      margin-top: 20px;
      position: absolute;
      right: 30px;
      top: 0;
      display: none;
   }
}
.event-icon {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: -10px;
}
@media (max-width: 1024px) {
   .event-icon {
      margin-top: 20px;
   }
}
@media (max-width: 767px) {
   .event-icon {
      margin-top: 10px;
      padding-top: 20px;
   }
}
.event-icon a {
   background: var(--theme-color);
   border-radius: 20px 20px 0px 0px;
   color: var(--white-color);
   padding: 5px 28px;
   position: absolute;
   bottom: 0px;
}
.event-item {
   background-color: var(--smoke-color);
   border: 1px solid var(--gray-color);
   padding: 40px 60px;
   border-radius: 10px;
   margin-top: 30px;
}
@media (max-width: 1199px) {
   .event-item {
      padding: 20px 40px;
   }
}
@media (max-width: 991px) {
   .event-item {
      padding: 16px 20px;
   }
}
.event-item_date {
   background: var(--theme-color);
   border-radius: 10px;
   padding: 11px;
   font-family: var(--title-font);
   color: var(--white-color);
   font-weight: 700;
   font-size: 36px;
   line-height: 26px;
   text-align: center;
   display: inline-block;
   text-transform: uppercase;
   max-width: 80px;
   height: 80px;
}
.event-item_month {
   font-family: var(--title-font);
   font-weight: 600;
   color: var(--white-color);
   font-size: 20px;
   line-height: 26px;
   text-align: center;
   text-transform: uppercase;
}
.event-item_wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   gap: 40px;
}
@media (max-width: 991px) {
   .event-item_wrapper {
      gap: 20px;
   }
}
@media (max-width: 767px) {
   .event-item_wrapper {
      display: block;
   }
}
.event-item_title {
   font-weight: 600;
   font-size: 30px;
   line-height: 26px;
   margin-bottom: 26px;
}
@media (max-width: 991px) {
   .event-item_title {
      font-size: 20px;
      margin-bottom: 16px;
   }
}
.event-item_text {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   margin-top: 10px;
   margin-bottom: 0;
}
.event-item_time {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: var(--body-color);
   margin-right: 30px;
}
.event-item_time i {
   color: var(--theme-color);
   margin-right: 10px;
}
.event-item_location {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: var(--theme-color);
}
.event-item_location i {
   color: var(--theme-color);
   margin-right: 5px;
}
.event-item_content {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
}
@media (max-width: 767px) {
   .event-item_content {
      display: block;
      margin-top: 20px;
   }
}
.event-tabs.nav-tabs {
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 30px;
   border-bottom: 1px solid transparent;
   margin-bottom: 40px;
}
@media (max-width: 991px) {
   .event-tabs.nav-tabs {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      gap: 15px;
      margin-bottom: 40px;
   }
}
@media (max-width: 767px) {
   .event-tabs.nav-tabs {
      margin-bottom: 20px;
   }
}
@media (max-width: 375px) {
   .event-tabs.nav-tabs {
      gap: 4px;
   }
}
.event-tabs .nav-link {
   position: relative;
   z-index: 2;
   vertical-align: middle;
   display: inline-block;
   border: 1px solid var(--gray-color);
   border-radius: 10px;
   text-align: center;
   background-color: var(--white-color);
   color: var(--body-color);
   font-family: var(--title-font);
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 26px;
   text-transform: uppercase;
   padding: 28px 40px;
   min-width: 386px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
@media (max-width: 1299px) {
   .event-tabs .nav-link {
      min-width: 300px;
      padding: 20px 30px;
   }
}
@media (max-width: 1199px) {
   .event-tabs .nav-link {
      min-width: 250px;
      padding: 16px 20px;
   }
}
@media (max-width: 991px) {
   .event-tabs .nav-link {
      min-width: 150px;
      padding: 16px 20px;
   }
}
@media (max-width: 575px) {
   .event-tabs .nav-link {
      min-width: 100px;
      padding: 14px;
   }
}
@media (max-width: 375px) {
   .event-tabs .nav-link {
      padding: 10px;
   }
}
.event-tabs .nav-link:after {
   content: "";
   height: 20px;
   width: 20px;
   position: absolute;
   background-color: #fff;
   bottom: -11px;
   left: calc(50% - 10px);
   border-top: 1px solid var(--gray-color);
   border-left: 1px solid var(--gray-color);
   -webkit-transform: rotate(225deg);
   -ms-transform: rotate(225deg);
   transform: rotate(225deg);
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.event-tabs .nav-link:hover,
.event-tabs .nav-link.active {
   color: var(--white-color);
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
.event-tabs .nav-link:hover:after,
.event-tabs .nav-link.active:after {
   background-color: var(--theme-color);
   border-top: 1px solid var(--theme-color);
   border-left: 1px solid var(--theme-color);
}
.event-tabs .nav-link:hover .event-title,
.event-tabs .nav-link.active .event-title {
   color: var(--white-color);
}
.event-tabs .nav-link:hover .date,
.event-tabs .nav-link.active .date {
   color: var(--white-color);
}
.event-tabs .nav-link .event-title {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   color: var(--title-color);
   text-transform: capitalize;
   display: block;
   margin-bottom: 12px;
}
@media (max-width: 575px) {
   .event-tabs .nav-link .event-title {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 8px;
   }
}
@media (max-width: 375px) {
   .event-tabs .nav-link .event-title {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 0;
   }
}
.event-tabs .nav-link .date {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   text-align: center;
   color: var(--body-color);
   text-transform: capitalize;
   margin-bottom: 0;
}
@media (max-width: 575px) {
   .event-tabs .nav-link .date {
      font-size: 14px;
      line-height: 24px;
   }
}
@media (max-width: 375px) {
   .event-tabs .nav-link .date {
      display: none;
   }
}
.event-slide.slick-vertical .slick-slide {
   display: block;
   height: 110px;
   width: 100% !important;
   border: 1px solid transparent;
}
@media (max-width: 575px) {
   .event-slide.slick-vertical .slick-slide {
      height: 183px;
   }
}
.event-icon-box {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 1024px) {
   .event-icon-box {
      margin-top: 30px;
   }
}
.event-icon-box .slick-arrow {
   background: var(--theme-color);
   border-radius: 20px 20px 0px 0px;
   box-shadow: none;
   border: none;
   color: var(--white-color);
   width: var(--icon-size, 73px);
   height: var(--icon-size, 36px);
   line-height: var(--icon-size, 36px);
   padding: 5px 10px;
   position: absolute;
   bottom: 0px;
   top: auto;
   left: auto;
}
@media (max-width: 991px) {
   .event-icon-box .slick-arrow {
      width: 60px;
   }
}
.event-grid {
   background-color: var(--white-color);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 20px;
}
.event-grid .event-content {
   padding: 40px;
}
@media (max-width: 991px) {
   .event-grid .event-content {
      padding: 30px;
   }
}
.event-grid_img {
   position: relative;
   border-radius: 20px 20px 0 0;
   overflow: inherit;
}
.event-grid_img img {
   width: 100%;
   border-radius: 20px 20px 0 0;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.event-grid .box-title {
   font-size: 24px;
   margin-bottom: 10px;
}
.event-grid .event-meta {
   background-color: var(--theme-color);
   padding: 10px 40px;
   text-align: center;
}
@media (max-width: 1299px) {
   .event-grid .event-meta {
      padding: 10px 20px;
   }
}
@media (max-width: 991px) {
   .event-grid .event-meta {
      padding: 10px;
   }
}
.event-grid .event-meta a,
.event-grid .event-meta span {
   font-size: 14px;
   color: var(--white-color);
}
@media (max-width: 375px) {
   .event-grid .event-meta a,
   .event-grid .event-meta span {
      font-size: 12px;
      line-height: 14px;
   }
}
.event-grid .event-meta a:not(:last-child),
.event-grid .event-meta span:not(:last-child) {
   margin-right: 20px;
}
@media (max-width: 991px) {
   .event-grid .event-meta a:not(:last-child),
   .event-grid .event-meta span:not(:last-child) {
      margin-right: 10px;
   }
}
.event-grid .event-meta i {
   margin-right: 6px;
}
.event-grid .event-calendar {
   background-color: var(--theme-color);
   font-family: var(--title-font);
   font-weight: 600;
   font-size: 18px;
   line-height: 20px;
   text-transform: uppercase;
   border-radius: 20px 0px 0px 0px;
   padding: 16px 14px;
   text-align: center;
   color: var(--white-color);
   position: absolute;
   top: -10px;
   left: -10px;
}
.event-grid .event-calendar:after {
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   top: 17px;
   right: -22px;
   border-bottom: solid 17px var(--theme-color);
   border-left: solid 0px 17px var(--theme-color);
   border-right: solid 22px transparent;
   border-top: solid 20px transparent;
   opacity: 0.5;
   -webkit-transform: translate(0, -100%);
   -ms-transform: translate(0, -100%);
   transform: translate(0, -100%);
   z-index: -1;
}
.event-grid .event-calendar:before {
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   bottom: -37px;
   left: 0px;
   border-left: solid 20px transparent;
   border-bottom: solid 12px transparent;
   border-top: solid 25px var(--theme-color);
   border-right: solid 0px 4px var(--theme-color);
   opacity: 0.5;
   z-index: -1;
}
.event-grid .event-calendar .event-date {
   display: block;
}
.event-grid .event-calendar .event-month {
   display: block;
}
.event-slider5 {
   width: 100% !important;
}
.event-area3 {
   position: relative;
   border-radius: 50px;
   padding: 120px 80px 80px 80px;
   background-size: cover;
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
}
.event-area3.style2 {
   padding: 120px 80px 100px 80px;
}
@media (max-width: 1199px) {
   .event-area3.style2 {
      padding: 120px 40px 60px 40px;
   }
}
@media (max-width: 991px) {
   .event-area3.style2 {
      padding: 80px 40px 60px 40px;
   }
}
.event-area3.style2 .slick-arrow {
   bottom: -10%;
}
@media (max-width: 1199px) {
   .event-area3 {
      padding: 120px 40px 40px 40px;
   }
}
@media (max-width: 991px) {
   .event-area3 {
      padding: 80px 40px 40px 40px;
   }
}
.event-area3:before {
   content: "";
   inset: 0;
   position: absolute;
   -webkit-mask-image: url(../img/bg/event_bg_2.png);
   mask-image: url(../img/bg/event_bg_2.png);
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-position: center;
   -webkit-mask-size: cover;
   mask-size: cover;
   background: #161921;
   border-radius: 50px;
   z-index: -2;
}
.event-area3 .slick-arrow {
   position: absolute;
   left: 50%;
   top: unset;
   bottom: 0%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   --icon-size: auto;
   --icon-font-size: 20px;
   color: var(--white-color);
   background-color: transparent;
   box-shadow: none;
   border: none;
}
.event-item2 {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   border-bottom: 1px solid #525960;
   padding-bottom: 30px;
   margin-bottom: 30px;
}
@media (max-width: 991px) {
   .event-item2 {
      display: block;
   }
}
.event-item2_wrapper {
   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: 30px;
}
@media (max-width: 991px) {
   .event-item2_wrapper {
      gap: 20px;
   }
}
@media (max-width: 767px) {
   .event-item2_wrapper {
      display: block;
   }
}
.event-item2 .event-date {
   border-radius: 20px;
   border: 1px solid rgba(107, 42, 230, 0.5);
   background: -webkit-linear-gradient(
      299deg,
      rgba(255, 255, 255, 0.25) 2.19%,
      rgba(255, 255, 255, 0) 96.1%
   );
   background: linear-gradient(
      151deg,
      rgba(255, 255, 255, 0.25) 2.19%,
      rgba(255, 255, 255, 0) 96.1%
   );
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
   color: var(--white-color);
   font-size: 64px;
   font-weight: 600;
   line-height: 64px;
   display: block;
   text-align: center;
   min-width: 140px;
   padding: 20px 30px;
}
@media (max-width: 767px) {
   .event-item2 .event-date {
      min-width: 100%;
      margin-bottom: 20px;
   }
}
.event-item2 .event-month {
   font-size: 36px;
   line-height: 46px;
   font-weight: 600;
   display: block;
}
.event-item2 .event_year {
   font-size: 16px;
   line-height: 28px;
   display: block;
}
.event-item2 .event-img {
   border-radius: 20px;
}
@media (max-width: 767px) {
   .event-item2 .event-img {
      margin-bottom: 20px;
   }
}
.event-item2 .event-img img {
   width: 100%;
   border-radius: 20px;
}
.event-item2 .box-title {
   color: var(--white-color);
   font-size: 24px;
   margin-bottom: 10px;
}
@media (max-width: 991px) {
   .event-item2 .box-title {
      font-size: 18px;
   }
}
.event-item2 .event-text {
   color: #525960;
   max-width: 304px;
}
.event-item2 .event-location {
   color: var(--white-color);
}
.event-item2 .event-time {
   color: var(--white-color);
   margin-left: 30px;
}
.event-item2 .event-time i {
   color: var(--theme-color);
   margin-right: 10px;
}
.event-item2 .event-content {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 767px) {
   .event-item2 .event-content {
      display: block;
   }
}
.event-item2 .event-price {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 10px;
   color: var(--white-color);
}
.event-item2 .event-right-wrapp {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   -webkit-justify-content: space-around;
   -ms-flex-pack: distribute;
   justify-content: space-around;
}
@media (max-width: 991px) {
   .event-item2 .event-right-wrapp {
      margin-top: 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
}
.event-item2 .line-btn {
   color: var(--white-color);
   text-transform: capitalize;
}
.event-item2 .line-btn:before {
   background-color: var(--white-color);
}
.event-item2 .line-btn:hover {
   color: var(--theme-color);
}
.event-item2 .line-btn:hover:before {
   background-color: var(--theme-color);
}
.event-grid2 {
   position: relative;
   background-color: var(--white-color);
   border: 1px solid #6a7178;
   border-radius: 20px;
   padding: 30px;
   text-align: center;
}
@media (max-width: 575px) {
   .event-grid2 {
      padding: 25px;
   }
}
.event-grid2 .box-img {
   position: relative;
   border-radius: 20px;
   margin-bottom: 40px;
}
.event-grid2 .box-img img {
   width: 100%;
   border-radius: 20px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.event-grid2 .box-title {
   font-size: 24px;
   margin-bottom: 7px;
}
@media (max-width: 1299px) {
   .event-grid2 .box-title {
      font-size: 20px;
   }
}
.event-grid2 .box-text {
   margin-bottom: 20px;
}
.event-grid2 .event-calendar {
   position: absolute;
   top: 30px;
   left: -30px;
   border-radius: 20px;
   background-color: var(--theme-color);
   padding: 10px 20px;
   color: var(--white-color);
   text-align: center;
   display: block;
}
.event-grid2 .event-calendar .event-date {
   font-size: 36px;
   font-weight: 600;
   line-height: 46px;
   display: block;
}
.event-grid2 .event-calendar .event-month {
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
   text-transform: uppercase;
   display: block;
}
.event-area7 {
   position: relative;
   z-index: 2;
}
.event-area7:before {
   content: "";
   position: absolute;
   inset: 0;
   background: -webkit-linear-gradient(
      top,
      rgba(22, 25, 33, 0.9) 0%,
      rgba(22, 25, 33, 0.2) 96.04%
   );
   background: linear-gradient(
      180deg,
      rgba(22, 25, 33, 0.9) 0%,
      rgba(22, 25, 33, 0.2) 96.04%
   );
   z-index: -1;
}
.event-item3 {
   position: relative;
   background-color: var(--white-color);
   border-radius: 20px;
   overflow: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.event-item3 .box-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
@media (max-width: 575px) {
   .event-item3 .box-wrapper {
      display: block;
   }
}
.event-item3 .box-date {
   min-width: 193px;
   background-color: var(--title-color);
   font-size: 44px;
   font-weight: 600;
   line-height: 50px;
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   -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;
   color: var(--white-color);
   text-align: center;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
   .event-item3 .box-date {
      min-width: 100%;
      padding: 20px 0;
   }
}
.event-item3 .box-date .box-month {
   display: block;
}
.event-item3 .box-content {
   padding: 30px;
}
.event-item3 .box-title {
   font-size: 24px;
   margin-bottom: 7px;
}
@media (max-width: 1299px) {
   .event-item3 .box-title {
      font-size: 20px;
   }
}
.event-item3 .box-text {
   margin-bottom: 10px;
}
.event-item3 .box-location {
   font-family: var(--title-font);
   font-size: 16px;
   font-weight: 600;
   color: var(--title-color);
   margin-right: 25px;
}
.event-item3 .box-list {
   margin-bottom: 25px;
}
.event-item3 .box-time i {
   color: var(--theme-color);
   margin-right: 10px;
}
.event-item3:hover .box-date {
   background-color: var(--theme-color);
}
.event-area8 {
   position: relative;
   border-radius: 50px;
   padding: 120px 80px 80px 80px;
   background-size: cover;
   z-index: 2;
}
@media (max-width: 767px) {
   .event-area8 {
      border-radius: 20px;
   }
}
.event-area8:before {
   content: "";
   position: absolute;
   inset: 0;
   background-color: #161921;
   opacity: 0.95;
   border-radius: inherit;
   z-index: -1;
}
@media (max-width: 1199px) {
   .event-area8 {
      padding: 120px 20px 40px 20px;
   }
}
@media (max-width: 991px) {
   .event-area8 {
      padding: 80px 40px 40px 40px;
   }
}
.event-box3 {
   border-top: 1px solid #6a7178 !important;
   padding: 40px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
   .event-box3 {
      padding: 25px;
   }
}
@media (max-width: 767px) {
   .event-box3 {
      padding: 20px 0;
   }
}
.event-box3 .box-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 991px) {
   .event-box3 .box-wrapper {
      display: grid;
      grid-template-columns: auto;
      gap: 20px;
      text-align: center;
   }
}
@media (max-width: 767px) {
   .event-box3 .box-wrapper {
      grid-template-columns: auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
   }
}
@media (max-width: 991px) {
   .event-box3:nth-child(2) .box-wrapper {
      display: grid;
      grid-template-columns: auto;
      gap: 20px;
   }
}
@media (max-width: 767px) {
   .event-box3:nth-child(2) .box-wrapper {
      grid-template-columns: auto;
   }
}
.event-box3 .box-date {
   font-family: var(--title-font);
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--white-color);
   display: block;
   margin-bottom: 10px;
}
.event-box3 .box-title {
   font-weight: 600;
   font-size: 36px;
   line-height: 46px;
   color: var(--white-color);
   margin-bottom: 0;
}
@media (max-width: 1299px) {
   .event-box3 .box-title {
      font-size: 26px;
   }
}
@media (max-width: 575px) {
   .event-box3 .box-title {
      font-size: 24px;
      line-height: 34px;
   }
}
.event-box3 .box-text {
   color: var(--white-color);
   margin-bottom: 0;
}
.event-box3 .th-btn {
   border: 1px solid #6a7178;
   color: var(--white-color);
   padding: 14px 35px;
}
.event-box3 .timer-counter {
   min-width: 500px;
   margin-bottom: 0;
}
@media (max-width: 767px) {
   .event-box3 .timer-counter {
      grid-template-columns: auto auto auto auto;
   }
}
@media (max-width: 480px) {
   .event-box3 .timer-counter {
      grid-template-columns: auto;
   }
}
@media (max-width: 375px) {
   .event-box3 .timer-counter {
      display: block;
   }
}
.event-box3 .timer-counter li:not(:last-child):before {
   content: ":";
   position: absolute;
   right: -4%;
   top: 10%;
   font-size: 16px;
   color: var(--theme-color);
   font-weight: 700;
}
.event-box3 .timer-counter li .count-number {
   font-weight: 600;
   font-size: 30px;
   line-height: 44px;
   text-transform: capitalize;
   color: var(--white-color);
}
.event-box3 .timer-counter li .count-name {
   font-weight: 400;
   font-size: 14px;
   line-height: 26px;
   color: var(--theme-color);
}
.event-box3:hover {
   background-color: rgba(255, 255, 255, 0.05);
}
.event-box3:hover .th-btn {
   background-color: var(--theme-color);
   border-color: var(--theme-color);
}
.event-single {
   box-shadow: none;
   padding: 0 5px;
   margin: 0;
}
.event-single .page-img img {
   border-radius: 20px;
}
.dance-sec-3 {
   margin: 0 150px;
}
@media (max-width: 1500px) {
   .dance-sec-3 {
      margin: 0;
   }
}
@media (max-width: 767px) {
   .dance-sec-3 .about-text {
      text-align: center;
   }
}
.dance-wrapper {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
   .dance-image {
      margin-bottom: 30px;
   }
}
@media (max-width: 991px) {
   .dance-image2 {
      margin-bottom: 30px;
   }
}
.danza-menu {
   margin: 0;
}
.dance-box {
   position: relative;
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 30px;
}
.dance-box:hover .dance-box_content:after {
   border-color: var(--theme-color);
}
.dance-box:hover .dance-box_content .th-btn.gold-border-btn {
   color: var(--white-color);
   background-color: var(--theme-color);
   border: 1px solid var(--theme-color);
}
.dance-box_img {
   border-radius: 20px;
}
.dance-box_img img {
   border-radius: 20px;
}
.dance-box_content {
   background-color: var(--white-color);
   padding: 30px 30px 30px 65px;
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   position: absolute;
   top: 22%;
   right: 30px;
   border-radius: 20px 20px 20px 20px;
   background-repeat: no-repeat;
   background-size: cover;
   mask-repeat: no-repeat;
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-position: center;
   -webkit-mask-size: 100% 100%;
   mask-size: 100% 100%;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
   .dance-box_content {
      top: 40%;
      right: 6px;
   }
}
@media (max-width: 400px) {
   .dance-box_content {
      display: none;
   }
}
.dance-box_content:after {
   content: "";
   position: absolute;
   bottom: 0;
   border-bottom: 12px solid var(--gray-color);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   width: 100%;
   height: 100%;
   left: 0;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   z-index: -1;
}
.dance-box_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   color: var(--title-color);
   margin-bottom: 13px;
}
.dance-box_title a {
   color: inherit;
}
.dance-box_title a:hover {
   color: var(--theme-color);
}
.dance-box_text {
   max-width: 265px;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--body-color);
   margin-bottom: 23px;
}
.dance-box.left {
   text-align: right;
}
.dance-box.left .dance-box_text {
   margin-left: auto;
}
@media (max-width: 1199px) {
   .dance-sec .container {
      max-width: 1120px;
   }
}
@media (max-width: 991px) {
   .dance-sec .container {
      max-width: 720px;
   }
}
@media (max-width: 767px) {
   .dance-sec .title-area {
      padding: 0 20px;
   }
}
@media (max-width: 375px) {
   .dance-sec .title-area {
      padding: 0 5px;
   }
}
@media (max-width: 767px) {
   .dance-btn {
      text-align: center;
   }
}
.dance-btn a {
   margin-right: 20px;
}
@media (max-width: 575px) {
   .dance-btn a {
      margin-right: 10px;
   }
}
@media (max-width: 390px) {
   .dance-btn a {
      margin-top: 10px;
   }
}
.dance-button {
   margin: 0 150px;
}
@media (max-width: 1500px) {
   .dance-button {
      margin: 0;
   }
}
.dance-box2 {
   position: relative;
   background-color: var(--white-color);
   border-top: 5px solid var(--theme-color);
   border-radius: 20px;
   padding: 40px;
   text-align: center;
   margin-top: 40px;
}
@media (max-width: 1199px) {
   .dance-box2 {
      padding: 30px;
   }
}
.dance-box2 .box-icon {
   position: absolute;
   top: -45px;
   left: calc(50% - 40px);
   width: 80px;
   height: 80px;
   line-height: 80px;
   background: -webkit-linear-gradient(#ff94a6 50%, var(--white-color) 50%);
   background: linear-gradient(#ff94a6 50%, var(--white-color) 50%);
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   border-radius: 50%;
   z-index: 9;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.dance-box2 .box-icon:before {
   content: "";
   position: absolute;
   inset: 3px;
   border-radius: 50%;
   background-color: var(--theme-color);
   z-index: -1;
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
}
.dance-box2 .box-title {
   font-size: 24px;
   margin-top: 20px;
   margin-bottom: 7px;
}
.dance-box2 .box-text {
   margin-bottom: -0.4rem;
}
.dance-box2:hover .box-icon {
   background: -webkit-linear-gradient(
      var(--theme-color) 50%,
      var(--white-color) 50%
   );
   background: linear-gradient(var(--theme-color) 50%, var(--white-color) 50%);
}
.dance-box2:hover .box-icon:before {
   background-color: var(--title-color);
}
.dance-image img {
   border-radius: 20px;
}
.dance-list {
   border-radius: 10px;
   background: var(--white-color);
   padding: 30px;
   box-shadow: 0px 4px 5.1px 0px rgba(0, 0, 0, 0.08);
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 480px) {
   .dance-list {
      display: block;
   }
}
.dance-list:not(:last-child) {
   margin-bottom: 30px;
}
.dance-list.style2 .box-title {
   margin-bottom: 4px;
}
.dance-list.style2 .th-btn {
   padding: 9px 30px;
}
.dance-list.style2:hover .box-title {
   color: var(--theme-color);
}
.dance-list.style2:hover .th-btn {
   background-color: var(--theme-color);
   color: var(--white-color);
}
.dance-list .box-title {
   font-size: 24px;
   margin-bottom: 6px;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
@media (max-width: 375px) {
   .dance-list .box-title {
      font-size: 20px;
   }
}
.dance-list .box-price {
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   color: var(--theme-color);
   margin-bottom: -0.4rem;
}
@media (max-width: 480px) {
   .dance-list .box-price {
      margin-bottom: 18px;
   }
}
.dance-list .box-price .duration {
   color: var(--body-color);
}
.dance-single-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 30px;
}
@media (max-width: 1399px) {
   .dance-single-wrapper {
      display: block;
   }
}
.dance-img img {
   border-radius: 20px;
}
.dance-single-content {
   max-width: 451px;
}
@media (max-width: 1399px) {
   .dance-single-content {
      max-width: 100%;
   }
}
.dance-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 60px;
   color: var(--title-color);
   margin-bottom: 18px;
}
.dance-info {
   background: var(--smoke-color);
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 30px;
   min-width: 242px;
}
@media (max-width: 1399px) {
   .dance-info {
      min-width: 100%;
   }
}
.dance-info i {
   color: var(--theme-color);
   margin-right: 10px;
}
.dance-info .dance-desc {
   font-weight: 500;
   color: var(--title-color);
}
.class-schedule-area {
   position: relative;
   padding: 120px 200px;
   max-width: 1620px;
   display: block;
   margin: 120px auto;
   z-index: 9;
}
@media (max-width: 1599px) {
   .class-schedule-area {
      max-width: 100%;
      padding: 120px 100px;
   }
}
@media (max-width: 1599px) {
   .class-schedule-area {
      padding: 120px 50px;
   }
}
@media (max-width: 991px) {
   .class-schedule-area {
      padding: 50px;
      overflow: auto;
      margin: 80px auto;
      max-width: 90%;
   }
}
.class-schedule-area:before {
   content: "";
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(22, 25, 33, 0.94);
   z-index: -1;
}
@media (max-width: 991px) {
   .class-schedule-area:before {
      overflow: auto;
      width: 140%;
   }
}
@media (max-width: 767px) {
   .class-schedule-area:before {
      width: 150%;
   }
}
@media (max-width: 575px) {
   .class-schedule-area:before {
      width: 180%;
   }
}
.class-schedule-area tbody td,
.class-schedule-area tbody th {
   position: relative;
   border: 1px dashed #394050;
   padding: 11px 14px;
}
.class-schedule-area tbody .day {
   font-weight: 500;
   font-size: 16px;
   line-height: 28px;
   border: 1px dashed #394050;
   color: var(--white-color);
   text-align: center;
   text-transform: capitalize;
}
.class-schedule-area tbody .time {
   font-family: var(--body-font);
   font-weight: 400;
   font-size: 16px;
   line-height: 28px;
   color: var(--white-color);
   text-align: center;
   text-transform: uppercase;
   max-width: 100px;
}
@media (max-width: 1500px) {
   .class-schedule-area tbody .time {
      max-width: 80px;
   }
}
.class-schedule-area tbody .schedule-title {
   font-weight: 500;
   font-size: 16px;
   line-height: 28px;
   color: var(--theme-color);
   text-align: center;
   text-transform: capitalize;
   padding: 20px 10px;
   position: relative;
}
.class-schedule-area tbody .schedule-title:before {
   content: "";
   position: absolute;
   inset: 3px;
   background-color: var(--white-color);
   z-index: -1;
}
.class-schedule-area tbody .schedule-time {
   font-weight: 400;
   font-size: 14px;
   line-height: 28px;
   text-align: center;
   text-transform: capitalize;
   color: var(--body-color);
   display: block;
}
.table > :not(:last-child) > :last-child > * {
   border-bottom-color: #394050;
}
.class-schedule-table {
   border: 1px dashed #394050;
   width: 100%;
}
.class-schedule-table .schedule-day td {
   position: relative;
   font-weight: 600;
   font-size: 16px;
   line-height: 28px;
   text-align: center;
   text-transform: uppercase;
   color: var(--white-color);
   background-color: transparent;
   border: 1px dashed #394050;
}
.class-schedule-table .schedule-day td:first-child:before {
   background-color: transparent;
}
.class-schedule-table .schedule-day td:before {
   content: "";
   position: absolute;
   inset: 3px;
   background-color: var(--theme-color);
   z-index: -1;
}
.class-schedule-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 30px;
}
@media (max-width: 767px) {
   .class-schedule-wrapper {
      display: block;
   }
}
.tab-schedule-content {
   position: relative;
   z-index: 9;
   margin-right: -70%;
}
@media (max-width: 1299px) {
   .tab-schedule-content {
      margin-right: 0px;
   }
}
.schedule-details {
   background-color: var(--smoke-color);
   border: 1px solid var(--gray-color);
   border-radius: 16px;
   min-width: 595px;
   position: relative;
   overflow: hidden;
}
@media (max-width: 1024px) {
   .schedule-details {
      min-width: 750px;
   }
}
@media (max-width: 991px) {
   .schedule-details {
      min-width: 500px;
   }
}
@media (max-width: 767px) {
   .schedule-details {
      min-width: 100%;
   }
}
.schedule-details .schedule-content {
   padding: 20px 30px;
   background-color: var(--smoke-color);
}
.schedule-details .schedule-content:nth-child(2) {
   background-color: #ebebeb;
}
.schedule-details .schedule-content:nth-child(4) {
   background-color: #ebebeb;
}
.schedule-details .schedule-content:nth-child(6) {
   background-color: #ebebeb;
}
.schedule-details ul {
   padding: 0;
   margin: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
@media (max-width: 575px) {
   .schedule-details ul {
      gap: 10px;
   }
}
.schedule-details ul li {
   list-style: none;
   text-align: left;
}
.schedule-details ul li .line-btn {
   color: var(--body-color);
   font-weight: 400;
}
.schedule-details ul li .line-btn:before {
   background-color: var(--body-color);
}
.schedule-details ul li .line-btn:hover {
   color: var(--theme-color);
}
.schedule-details ul li .line-btn:hover:before {
   background-color: var(--theme-color);
}
.schedule-tabs {
   display: inline-grid;
   background: var(--smoke-color);
   border: 1px solid var(--gray-color);
   border-radius: 16px;
   padding: 10px;
   gap: 10px;
   min-width: 178px;
}
@media (max-width: 767px) {
   .schedule-tabs {
      min-width: 100%;
      margin-bottom: 20px;
   }
}
.schedule-tabs .nav-link {
   position: relative;
   z-index: 2;
   overflow: hidden;
   vertical-align: middle;
   display: inline-block;
   border: 1px solid #d4d4d4;
   border-radius: 10px;
   text-align: center;
   background-color: var(--white-color);
   color: var(--body-color);
   font-family: var(--title-font);
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 26px;
   text-transform: uppercase;
   padding: 15px 40px;
}
@media (max-width: 1299px) {
   .schedule-tabs .nav-link {
      padding: 14px 28px;
   }
}
@media (max-width: 1199px) {
   .schedule-tabs .nav-link {
      padding: 14px 37px;
   }
}
@media (max-width: 767px) {
   .schedule-tabs .nav-link {
      padding: 14px 28px;
   }
}
@media (max-width: 575px) {
   .schedule-tabs .nav-link {
      padding: 14px 15px;
   }
}
.schedule-tabs .nav-link::before {
   content: "";
   position: absolute;
   inset: 3px;
   background-color: var(--theme-color);
   border: 1px solid var(--theme-color);
   border-radius: inherit;
   z-index: -1;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: scale(0.2);
   -ms-transform: scale(0.2);
   transform: scale(0.2);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}
.schedule-tabs .nav-link:hover,
.schedule-tabs .nav-link.active {
   color: var(--white-color);
   border: 1px solid var(--theme-color);
}
.schedule-tabs .nav-link:hover::before,
.schedule-tabs .nav-link.active::before {
   inset: 0;
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}
.class-schedule2 {
   position: relative;
   background: #161921;
   max-width: 1380px;
   display: block;
   margin: auto;
   border-radius: 50px;
   padding: 120px 80px;
   overflow: hidden;
}
@media (max-width: 1199px) {
   .class-schedule2 {
      padding: 120px 0;
      max-width: 100%;
      border-radius: 0;
   }
}
@media (max-width: 991px) {
   .class-schedule2 {
      padding: 80px 0;
      overflow-x: auto;
   }
   .class-schedule2 .container {
      max-width: 100%;
   }
}
.schedule-details2 {
   position: relative;
   border-radius: 20px;
   background: -webkit-linear-gradient(323.05deg, #001d79 0%, #0cebd9 100%);
   background: linear-gradient(126.95deg, #001d79 0%, #0cebd9 100%);
   margin: 0;
   width: 100%;
   border: none;
   z-index: 2;
   overflow: hidden;
}
.schedule-details2:before {
   content: "";
   position: absolute;
   inset: 1px;
   background: #161921;
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
   border-radius: 20px;
   z-index: -1;
}
@media (max-width: 1199px) {
   .schedule-details2:before {
      overflow: auto;
      width: 140%;
   }
}
@media (max-width: 767px) {
   .schedule-details2:before {
      width: 150%;
   }
}
@media (max-width: 575px) {
   .schedule-details2:before {
      width: 180%;
   }
}
.schedule-details2 td,
.schedule-details2 th {
   border: none;
   color: var(--white-color);
   padding: 30px 20px;
}
.schedule-details2 .schedule-day2 {
   background: rgba(255, 255, 255, 0.2);
   border-radius: 20px 20px 0px 0px;
}
.schedule-details2 .schedule-day2 td {
   font-weight: 500;
   font-size: 24px;
   line-height: 34px;
}
@media (max-width: 1199px) {
   .schedule-details2 .schedule-day2 td {
      font-size: 20px;
      line-height: 30px;
   }
}
.schedule-details2 th {
   font-size: 20px;
   font-weight: 600;
}
.schedule-details2 tr:nth-child(3) {
   background: rgba(255, 255, 255, 0.03);
}
.schedule-details2 tr:nth-child(5) {
   background: rgba(255, 255, 255, 0.03);
}
.schedule-details2 tr:nth-child(7) {
   background: rgba(255, 255, 255, 0.03);
}
.schedule-details2 .line-btn {
   color: var(--white-color);
}
.schedule-details2 .line-btn:hover {
   color: var(--theme-color);
}
.schedule-details2 .line-btn:before {
   display: none;
}
.feature-card {
   --borderWidth: 1px;
   position: relative;
   background: var(--dark-color);
   border-radius: 20px;
   padding: 30px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.feature-card:before {
   content: "";
   position: absolute;
   top: calc(-1 * var(--borderWidth));
   left: calc(-1 * var(--borderWidth));
   height: calc(100% + var(--borderWidth) * 2);
   width: calc(100% + var(--borderWidth) * 2);
   background: -webkit-linear-gradient(323.05deg, #001d79 0%, #0cebd9 100%);
   background: linear-gradient(126.95deg, #001d79 0%, #0cebd9 100%);
   border-radius: 20px;
   z-index: -1;
   -webkit-animation: animatedgradient 3s ease alternate infinite;
   animation: animatedgradient 3s ease alternate infinite;
   background-size: 300% 300%;
}
.feature-card:hover {
   background: var(--title-color);
   border-radius: 20px;
}
.feature-card:hover .feature-card_img img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.feature-card_img {
   position: relative;
   border-radius: 20px;
   overflow: hidden;
}
.feature-card_img img {
   width: 100%;
   border-radius: 20px;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}
.feature-card_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   color: var(--white-color);
   margin: 23px 0 12px 0;
}
@media (max-width: 1199px) {
   .feature-card_title {
      font-size: 20px;
   }
}
.feature-card_title a {
   color: inherit;
}
.feature-card_title a:hover {
   color: var(--theme-color);
}
.feature-card_shape {
   margin-bottom: 20px;
}
.feature-card_date,
.feature-card_time {
   display: block;
}
.feature-card_time {
   margin-bottom: 15px;
}
.feature-card_text {
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--black-color-2);
   margin-bottom: 0px;
}
.feature-card_flower {
   margin-bottom: -85px;
   margin-top: 26px;
}
.feature-card2 {
   position: relative;
   background: -webkit-linear-gradient(
      298.57deg,
      rgba(107, 42, 230, 0.5) 50%,
      rgba(235, 0, 41, 0.5) 37%,
      rgba(255, 255, 255, 0.5) 15%,
      rgba(245, 133, 153, 0.5) 18%,
      rgba(107, 42, 230, 0.5) 53%,
      rgba(235, 0, 41, 0.5) 46%
   );
   background: linear-gradient(
      151.43deg,
      rgba(107, 42, 230, 0.5) 50%,
      rgba(235, 0, 41, 0.5) 37%,
      rgba(255, 255, 255, 0.5) 15%,
      rgba(245, 133, 153, 0.5) 18%,
      rgba(107, 42, 230, 0.5) 53%,
      rgba(235, 0, 41, 0.5) 46%
   );
   border-radius: 20px;
   padding: 30px;
   z-index: 2;
}
.feature-card2:before {
   content: "";
   position: absolute;
   inset: 1px;
   background: var(--title-color);
   border-radius: 20px;
   z-index: -1;
}
.feature-card2 .feature-overlay {
   position: absolute;
   inset: 1px;
   background: -webkit-linear-gradient(
      298.57deg,
      rgba(255, 255, 255, 0.25) 2.19%,
      rgba(255, 255, 255, 0) 96.1%
   );
   background: linear-gradient(
      151.43deg,
      rgba(255, 255, 255, 0.25) 2.19%,
      rgba(255, 255, 255, 0) 96.1%
   );
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
   border-radius: 20px;
}
.feature-card2_content {
   position: relative;
   z-index: 9;
}
.feature-card2 .box-img {
   position: relative;
   border-radius: 14px;
   overflow: hidden;
   margin-bottom: 30px;
}
.feature-card2 .box-img img {
   width: 100%;
   border-radius: 14px;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.feature-card2 .box-icon {
   position: absolute;
   top: 20px;
   left: 20px;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   background: #161921;
   border-radius: 10px;
}
.feature-card2 .box-icon img {
   width: auto;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.feature-card2 .box-title {
   color: var(--white-color);
   font-size: 24px;
   margin-bottom: 5px;
}
.feature-card2 .box-text {
   color: #6a7178;
   margin-bottom: 25px;
}
.feature-card2 .th-btn {
   color: var(--white-color);
}
.feature-card2:hover .box-img img {
   -webkit-transform: scale(1.08);
   -ms-transform: scale(1.08);
   transform: scale(1.08);
}
.feature-card2:hover .box-icon {
   background: var(--theme-color);
}
.feature-card2:hover .box-icon img {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
   -webkit-filter: brightness(0) invert(1);
   filter: brightness(0) invert(1);
}
.feature-box {
   position: relative;
   border: 1px solid var(--gray-color);
   border-radius: 20px;
   padding: 30px;
}
.feature-box:hover .feature-box_content:after {
   border-color: var(--theme-color-2);
}
.feature-box:hover .feature-box_content .th-btn.gold-border-btn {
   color: var(--white-color);
   background-color: var(--theme-color-2);
   border: 1px solid var(--theme-color-2);
}
.feature-box_img {
   border-radius: 20px;
}
.feature-box_img img {
   border-radius: 20px;
}
.feature-box_content {
   background-color: var(--white-color);
   padding: 30px 30px 30px 65px;
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   position: absolute;
   top: 22%;
   right: 30px;
   border-radius: 20px 20px 20px 20px;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-position: center;
   -webkit-mask-size: 100% 100%;
   mask-size: 100% 100%;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.feature-box_content:after {
   content: "";
   position: absolute;
   bottom: 0;
   border-bottom: 6px solid var(--gray-color);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 10px 15px rgba(229, 229, 229, 0.3);
   width: 100%;
   height: 100%;
   left: 0;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.feature-box_title {
   font-weight: 600;
   font-size: 24px;
   line-height: 36px;
   color: var(--title-color);
   margin-bottom: 13px;
}
.feature-box_title a {
   color: inherit;
}
.feature-box_text {
   max-width: 265px;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--body-color);
   margin-bottom: 23px;
}
.feature-box.left {
   text-align: right;
}
.feature-box.left .feature-box_text {
   margin-left: auto;
}
.feature-tab-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   gap: 30px;
}
@media (max-width: 1199px) {
   .feature-tab-wrapper {
      display: block;
   }
}
.feature-tab-wrapper .feature-image img {
   min-width: 273px;
   min-height: 273px;
   border-radius: 20px;
}
@media (max-width: 1399px) {
   .feature-tab-wrapper .feature-image img {
      min-width: 100%;
      min-height: 100%;
   }
}
@media (max-width: 1199px) {
   .feature-tab-wrapper .feature-image img {
      margin-bottom: 20px;
   }
}
.feature-icon-list ul {
   padding: 0;
   margin: 0;
}
.feature-icon-list ul li {
   list-style: none;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   gap: 15px;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   color: var(--body-color);
   margin-bottom: 9px;
}
.feature-icon-list ul li:last-child {
   margin-bottom: 0;
}
.feature-icon-list ul li i {
   color: var(--theme-color);
}
.px-5 {
   padding-right: 5px;
   padding-left: 5px;
}
.px-10 {
   padding-right: 10px;
   padding-left: 10px;
}
.px-15 {
   padding-right: 15px;
   padding-left: 15px;
}
.px-20 {
   padding-right: 20px;
   padding-left: 20px;
}
.px-25 {
   padding-right: 25px;
   padding-left: 25px;
}
.px-30 {
   padding-right: 30px;
   padding-left: 30px;
}
.px-35 {
   padding-right: 35px;
   padding-left: 35px;
}
.px-40 {
   padding-right: 40px;
   padding-left: 40px;
}
.px-45 {
   padding-right: 45px;
   padding-left: 45px;
}
.px-50 {
   padding-right: 50px;
   padding-left: 50px;
}
.py-5 {
   padding-top: 5px;
   padding-bottom: 5px;
}
.py-10 {
   padding-top: 10px;
   padding-bottom: 10px;
}
.py-15 {
   padding-top: 15px;
   padding-bottom: 15px;
}
.py-20 {
   padding-top: 20px;
   padding-bottom: 20px;
}
.py-25 {
   padding-top: 25px;
   padding-bottom: 25px;
}
.py-30 {
   padding-top: 30px;
   padding-bottom: 30px;
}
.py-35 {
   padding-top: 35px;
   padding-bottom: 35px;
}
.py-40 {
   padding-top: 40px;
   padding-bottom: 40px;
}
.py-45 {
   padding-top: 45px;
   padding-bottom: 45px;
}
.py-50 {
   padding-top: 50px;
   padding-bottom: 50px;
}
.pt-5 {
   padding-top: 5px;
}
.pt-10 {
   padding-top: 10px;
}
.pt-15 {
   padding-top: 15px;
}
.pt-20 {
   padding-top: 20px;
}
.pt-25 {
   padding-top: 25px;
}
.pt-30 {
   padding-top: 30px;
}
.pt-35 {
   padding-top: 35px;
}
.pt-40 {
   padding-top: 40px;
}
.pt-45 {
   padding-top: 45px;
}
.pt-50 {
   padding-top: 50px;
}
.pb-5 {
   padding-bottom: 5px;
}
.pb-10 {
   padding-bottom: 10px;
}
.pb-15 {
   padding-bottom: 15px;
}
.pb-20 {
   padding-bottom: 20px;
}
.pb-25 {
   padding-bottom: 25px;
}
.pb-30 {
   padding-bottom: 30px;
}
.pb-35 {
   padding-bottom: 35px;
}
.pb-40 {
   padding-bottom: 40px;
}
.pb-45 {
   padding-bottom: 45px;
}
.pb-50 {
   padding-bottom: 50px;
}
.pl-5 {
   padding-left: 5px;
}
.pl-10 {
   padding-left: 10px;
}
.pl-15 {
   padding-left: 15px;
}
.pl-20 {
   padding-left: 20px;
}
.pl-25 {
   padding-left: 25px;
}
.pl-30 {
   padding-left: 30px;
}
.pl-35 {
   padding-left: 35px;
}
.pl-40 {
   padding-left: 40px;
}
.pl-45 {
   padding-left: 45px;
}
.pl-50 {
   padding-left: 50px;
}
.pr-5 {
   padding-right: 5px;
}
.pr-10 {
   padding-right: 10px;
}
.pr-15 {
   padding-right: 15px;
}
.pr-20 {
   padding-right: 20px;
}
.pr-25 {
   padding-right: 25px;
}
.pr-30 {
   padding-right: 30px;
}
.pr-35 {
   padding-right: 35px;
}
.pr-40 {
   padding-right: 40px;
}
.pr-45 {
   padding-right: 45px;
}
.pr-50 {
   padding-right: 50px;
}
.pb-60 {
   padding-bottom: 60px;
}
.mx-5 {
   margin-right: 5px;
   margin-left: 5px;
}
.mx-10 {
   margin-right: 10px;
   margin-left: 10px;
}
.mx-15 {
   margin-right: 15px;
   margin-left: 15px;
}
.mx-20 {
   margin-right: 20px;
   margin-left: 20px;
}
.mx-25 {
   margin-right: 25px;
   margin-left: 25px;
}
.mx-30 {
   margin-right: 30px;
   margin-left: 30px;
}
.mx-35 {
   margin-right: 35px;
   margin-left: 35px;
}
.mx-40 {
   margin-right: 40px;
   margin-left: 40px;
}
.mx-45 {
   margin-right: 45px;
   margin-left: 45px;
}
.mx-50 {
   margin-right: 50px;
   margin-left: 50px;
}
.my-5 {
   margin-top: 5px;
   margin-bottom: 5px;
}
.my-10 {
   margin-top: 10px;
   margin-bottom: 10px;
}
.my-15 {
   margin-top: 15px;
   margin-bottom: 15px;
}
.my-20 {
   margin-top: 20px;
   margin-bottom: 20px;
}
.my-25 {
   margin-top: 25px;
   margin-bottom: 25px;
}
.my-30 {
   margin-top: 30px;
   margin-bottom: 30px;
}
.my-35 {
   margin-top: 35px;
   margin-bottom: 35px;
}
.my-40 {
   margin-top: 40px;
   margin-bottom: 40px;
}
.my-45 {
   margin-top: 45px;
   margin-bottom: 45px;
}
.my-50 {
   margin-top: 50px;
   margin-bottom: 50px;
}
.mt-5 {
   margin-top: 5px;
}
.mt-10 {
   margin-top: 10px;
}
.mt-15 {
   margin-top: 15px;
}
.mt-20 {
   margin-top: 20px;
}
.mt-25 {
   margin-top: 25px;
}
.mt-30 {
   margin-top: 30px;
}
.mt-35 {
   margin-top: 35px;
}
.mt-40 {
   margin-top: 40px;
}
.mt-45 {
   margin-top: 45px;
}
.mt-50 {
   margin-top: 50px;
}
.mb-5 {
   margin-bottom: 5px;
}
.mb-10 {
   margin-bottom: 10px;
}
.mb-15 {
   margin-bottom: 15px;
}
.mb-20 {
   margin-bottom: 20px;
}
.mb-25 {
   margin-bottom: 25px;
}
.mb-30 {
   margin-bottom: 30px;
}
.mb-35 {
   margin-bottom: 35px;
}
.mb-40 {
   margin-bottom: 40px;
}
.mb-45 {
   margin-bottom: 45px;
}
.mb-50 {
   margin-bottom: 50px;
}
.ml-5 {
   margin-left: 5px;
}
.ml-10 {
   margin-left: 10px;
}
.ml-15 {
   margin-left: 15px;
}
.ml-20 {
   margin-left: 20px;
}
.ml-25 {
   margin-left: 25px;
}
.ml-30 {
   margin-left: 30px;
}
.ml-35 {
   margin-left: 35px;
}
.ml-40 {
   margin-left: 40px;
}
.ml-45 {
   margin-left: 45px;
}
.ml-50 {
   margin-left: 50px;
}
.mr-5 {
   margin-right: 5px;
}
.mr-10 {
   margin-right: 10px;
}
.mr-15 {
   margin-right: 15px;
}
.mr-20 {
   margin-right: 20px;
}
.mr-25 {
   margin-right: 25px;
}
.mr-30 {
   margin-right: 30px;
}
.mr-35 {
   margin-right: 35px;
}
.mr-40 {
   margin-right: 40px;
}
.mr-45 {
   margin-right: 45px;
}
.mr-50 {
   margin-right: 50px;
}
.mb-60 {
   margin-bottom: 60px;
}
.mt-n1 {
   margin-top: -0.18rem;
}
.mt-n2 {
   margin-top: -0.5rem;
}
@media (max-width: 375px) {
   .mt-n2 {
      margin-top: -0.25rem;
   }
}
.mt-n3 {
   margin-top: -0.8rem;
}
.mt-n4 {
   margin-top: -1.5rem;
}
.mt-n5 {
   margin-top: -3rem;
}
.mb-n1 {
   margin-bottom: -0.25rem;
}
.mb-n2 {
   margin-bottom: -0.6rem;
}
.mb-n3 {
   margin-bottom: -0.8rem;
}
.mb-n4 {
   margin-bottom: -1.5rem;
}
.mb-n5 {
   margin-bottom: -3rem;
}
.mb-48 {
   margin-bottom: 38px;
}
.mt-60 {
   margin-top: 60px;
}
@media (max-width: 575px) {
   .mt-60 {
      margin-top: 30px;
   }
}
.ml-80 {
   margin-left: 80px;
}
.mr-100 {
   margin-right: 100px;
}
.space,
.space-top {
   padding-top: var(--section-space);
}
.space,
.space-bottom {
   padding-bottom: var(--section-space);
}
.space-extra,
.space-extra-top {
   padding-top: calc(var(--section-space) - 30px);
}
.space-extra,
.space-extra-bottom {
   padding-bottom: calc(var(--section-space) - 30px);
}
.space-extra2,
.space-extra2-top {
   padding-top: calc(var(--section-space) - 40px);
}
.space-extra2,
.space-extra2-bottom {
   padding-bottom: calc(var(--section-space) - 40px);
}
@media (max-width: 991px) {
   .space,
   .space-top {
      padding-top: var(--section-space-mobile);
   }
   .space,
   .space-bottom {
      padding-bottom: var(--section-space-mobile);
   }
   .space-extra,
   .space-extra-top {
      padding-top: calc(var(--section-space-mobile) - 30px);
   }
   .space-extra,
   .space-extra-bottom {
      padding-bottom: calc(var(--section-space-mobile) - 30px);
   }
   .space-top-md-none {
      padding-top: 0;
   }
   .space-extra2,
   .space-extra2-top {
      padding-top: 70px;
   }
   .space-extra2,
   .space-extra2-bottom {
      padding-bottom: 70px;
   }
}

.header-logo img{
   width: 108px;
}

.video-box1 iframe{
   line-height: 0;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #000;
}
.video-text .sub-title.sub-title2{
   color: var(--theme-color-2);
}
.con{
   padding-left: 50px;
}
.about-logo img{
   width: 120px;
}
.contact-area10 .sub-title.style1{
   color: var(--theme-color-2);
}
.contact-area10 .sub-title.style1::after {
    background-color: var(--theme-color-2);
}

@media(max-width: 1399px){
   .main-menu > ul > li {
      margin: 0 10px;
   }
}

.th-social-wrapper{
   flex-wrap: wrap;
   gap: 40px
}
.newsletter-widget{
   margin-bottom: 40px;
}

.about-logo{
   background: var(--white-color);
   border-radius: 50%;
   width: 160px;height: 160px;
   display: flex;align-items: center;
   justify-content: center;
}

.header-top .row, .menu-area .row{
   flex-wrap: nowrap;
}

.sidemenu-wrapper .th-social a, .gallery-content .icon-btn.popup-image, .gallery-card3 .gallery-content{
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidemenu-wrapper  .side-social{
	display: flex;align-items: center;
}

.gallery-card2 .gallery-img{
	height: 265px
}
.gallery-card2 .gallery-img img{
	width: 100%;height: 100%;
	object-fit: cover;
	object-position: top;
}

.th-hero-bg{
   height: 808px;
}
.th-hero-bg video{
   width: 100%;height: 100%;
   object-fit: cover;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

.slick-list {
    height: auto !important;
}
.slick-slide {
    opacity: 1 !important;
}

.perf-ex{
   margin-top: 35px;
}
.perf-box h3{
   font-size: 25px;
   margin-bottom: 10px;
}
.th-team.team-card2 .box-title{
   font-size: 17px;
   line-height: 27px;
}
.team-card2 .box-img{
   height: 340px;
}
.team-card2 .box-img img{
   width: 100%;height: 100%;
   object-fit: cover;
   object-position: top;
}
.team-card2 .box-content{
   min-height: 107px;
	background: #fff;
}
.blog-img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.th-blog.has-post-thumbnail .blog-img{
   height: 280px;
}
.th-blog.has-post-thumbnail .blog-content p{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.form-group p{
   position: relative;
}
.form-group p i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color);
    right: calc((var(--bs-gutter-x) / 2) + 3px);
}
.contact-form-btn p{
   margin-bottom: 0;
}
.contact-form-btn p input{
   background: var(--theme-color);
   color: var(--white-color);
   transition: 0.5s;
}
.contact-form-btn p input:hover{
   background: var(--black-color);
}
.blog-pg .blog-content p{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.light-bg{
	background: #f8fafc;
}
.logo-shape{
	position: absolute;
	right: -30px;
	width: 65px;
	height: 65px;
	bottom: 0;
	z-index: 1;
}
.logo-shape img{
	width: 100%;height: 100%;
	object-fit: contain;
}
.img-box10 .img2:before{
	background: url(../img/shape/bod.png) no-repeat 0 0;
	opacity: 0.5;
	background-size: contain;
	background-color: transparent;
	width: 110%;height: 110%;
	border-radius: 0;
	top: -10px;left: 0;
}
.img-box10 .img1:before{
	background: url(../img/shape/bod.png) no-repeat 0 0;
	opacity: 0.5;
	background-size: contain;
	background-color: transparent;
	width: 110%;height: 110%;
	border-radius: 0;
	top: -10px;left: 0;
}
.img-box10 .img2:after, .img-box10 .img1:after{
	display: none;
}
.footer-layout1{
	background-size: contain;
}
.d-none{
	display: none;
}
.perfor-slider .gallery-card2{
	margin: 0 15px;
}
.th-pagination span, .th-pagination a{
	width: auto;
}
.contact-image img {
    border-radius: 20px;
    max-height: 635px;
    width: 100%;
    object-fit: cover;
}
.event-item_content .event-btn{
	display: none;
}

.mobilecall{display:none;}
@media (max-width:991px){
	.mobilecall{
		display:inline-block;
		text-align: center;
	}
	.mobilecall span{
		font-size: 14px;
		font-weight: 800;
		display: block;
		font-family: var(--title-font);
	}
	.mobilecall a{
		font-weight: 600;
	}
}
@media (max-width: 1599px) {
   .header-layout1 .logo-bg {
      width: 15%;
   }
}
@media (max-width: 1499px) {
   .header-links {
      padding-left: 100px;
   }
   .header-layout1 .main-menu > ul > li > a {
      font-size: 15px;
   }
   .main-menu > ul > li {
      margin: 0 15px;
   }
}
@media (max-width: 1399px){
   .header-layout1 .header-button .th-btn {
      display: inline-block;
   }
   .header-layout1 .header-button .icon-btn.fs-6.sideMenuToggler{
      display: none;
   }
   .main-menu > ul > li {
      margin: 0px 13px;
   }
	.img-box10 .img2:before, .img-box10 .img1:before{
		width: 100%;
	}
	.sub-title::before, .sub-title:after {
    	width: 50px;
	}
}
@media (max-width: 1299px){
   .header-layout1 .header-social{
      display: none;
   }
   .header-links {
      padding-left: 150px;
   }
   .header-layout1 .header-logo img {
      width: 110px;
   }
   .header-layout1 .logo-bg {
      width: 17%;
   }
   .header-layout1 .main-menu {
      margin-left: 50px;
   }
   .header-button .icon-btn, .header-layout1 .header-button .icon-btn.fs-6.sideMenuToggler{
      display: inline-block;
   }
   .header-layout1 .header-button .th-btn {
      display: none;
   }
	.logo-shape{
		right: -40px;
	}
}
@media (max-width: 1199px) {
   .header-links {
      padding-left: 76px;
   }
   .header-button{
      display: none;
   }
   .header-layout1 .header-logo img {
      width: 80px;
   }
	.main-menu > ul > li {
        margin: 0px 12px;
    }
	.header-layout1 .main-menu {
        margin-left: 40px;
    }
	.header-layout1 .main-menu > ul > li > a {
        font-size: 14px;
    }
	.img-box10 .img1, .img-box10 .img2{
		min-width: 50%;
	}
	.gallery-slider-10{
		margin: 0;
	}
}
@media (max-width: 1023px) {
   .header-layout1 .header-button .th-btn{
      display: inline-block;
   }
   .header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
      display: none;
   }
	.header-layout1 .logo-bg{
		top: -14%;
	}
	.logo-shape {
        right: -30px;
		width: 50px;
		height: 50px;
    }
   .header-button .icon-btn:nth-child(1) {
      display: inline-block;
   }
   .header-button .th-btn{
      margin-left: 0;
   }
   .header-button{
      display: flex;align-items: center;
      justify-content: flex-start;
      gap: 20px;
   }
   .header-layout1 .header-button .icon-btn.fs-6.sideMenuToggler{
      display: none;
   }
	.img-box10 .img1 img, .img-box10 .img2 img{
		height: 100%;
		object-fit: cover;
	}
	.why-us .row, .dance-tech .row{
		flex-direction: column-reverse;
		row-gap: 30px;
	}
	.choose-img{
		text-align: center;
	}
	.testimonial-area {
        min-height: 100%;
    }
	.video-box2 {
        margin-top: 0;
    }
	.img-box10 .img1 img, .img-box10 .img2{
		margin-left: 0;
	}
	.img-box10 .about-shape1{
		left: 34%;
	}
	.img-box10 .about-shape2 {
    	right: 44%;
	}
}
@media (max-width:767px){
    .img-box10-wrapp{max-width:90%;}
	#about-sec .img-box10-wrapp{max-width:100%;}
	.img-box10 .img1 img, .img-box10 .img2{
		margin-left: 0;
	}
	.contact10-content .th-social{
		justify-content: center;
	}
	.img-box10 .about-shape2 img, .img-box10 .about-shape1 img {
        width: 50px;
    }
}
@media (max-width: 574px){
	.con {
    	padding-left: 0;
	}
	.img-box10 .about-shape2 {
        bottom: -23px;
    }
	.img-box10 .about-shape1 {
    	top: -50px;
	}
	.logo-shape {
        right: -34px;
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 479px){
   .header-layout1 .header-button .th-btn{
      display: none;
   }
	body {
		font-size: 15px;
	}
	.th-pagination{
		display: flex;align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}
	.img-box10 .about-shape2 img, .img-box10 .about-shape1 img {
        width: 40px;
    }
	.logo-shape {
        right: -50px;
        width: 40px;
        height: 40px;
    }
}
@media(max-width: 320px){
	 .logo-shape {
        right: -60px;
        width: 35px;
        height: 35px;
    }
}

.th-menu-wrapper .mobile-logo img {
   max-width: 80px;
}